summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-varargs.c
Commit message (Expand)AuthorAgeFilesLines
* syscall: only compile ptrace varargs shim on LinuxNikhil Benesch2020-10-211-4/+3
* runtime: use correct types in __go_ptrace shimNikhil Benesch2020-10-151-1/+1
* runtime: remove __go_ptrace on AIXClément Chigot2020-09-241-1/+3
* libgo: fix ptrace syscall hooks into glibcPaul E. Murphy2020-09-171-0/+16
* libgo: fix build on AIXIan Lance Taylor2019-03-191-0/+4
* runtime: include <syscall.h> and <sys/syscall.h> if availableIan Lance Taylor2019-02-151-0/+6
* compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor2019-02-151-0/+11
* libgo: Solaris portability fixes.Ian Lance Taylor2015-11-061-0/+1
* runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor2015-10-311-0/+13
* re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...Ian Lance Taylor2015-10-071-0/+24
* libgo: Merge to master revision 19184.Ian Lance Taylor2014-06-061-0/+6
* syscall: Only call varargs libc functions from C code.Ian Lance Taylor2013-11-241-0/+47