Age | Commit message (Expand) | Author | Files | Lines |
2020-10-21 | syscall: only compile ptrace varargs shim on Linux | Nikhil Benesch | 1 | -4/+3 |
2020-10-15 | runtime: use correct types in __go_ptrace shim | Nikhil Benesch | 1 | -1/+1 |
2020-09-24 | runtime: remove __go_ptrace on AIX | Clément Chigot | 1 | -1/+3 |
2020-09-17 | libgo: fix ptrace syscall hooks into glibc | Paul E. Murphy | 1 | -0/+16 |
2019-03-19 | libgo: fix build on AIX | Ian Lance Taylor | 1 | -0/+4 |
2019-02-15 | runtime: include <syscall.h> and <sys/syscall.h> if available | Ian Lance Taylor | 1 | -0/+6 |
2019-02-15 | compiler, runtime: harmonize types referenced by both C and Go | Ian Lance Taylor | 1 | -0/+11 |
2015-11-06 | libgo: Solaris portability fixes. | Ian Lance Taylor | 1 | -0/+1 |
2015-10-31 | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 1 | -0/+13 |
2015-10-07 | re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ... | Ian Lance Taylor | 1 | -0/+24 |
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 1 | -0/+6 |
2013-11-24 | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 1 | -0/+47 |