Age | Commit message (Expand) | Author | Files | Lines |
2023-05-11 | syscall: add prlimit | Ian Lance Taylor | 1 | -0/+8 |
2022-06-17 | libgo: permit loff_t and off_t to be macros | Ian Lance Taylor | 1 | -8/+8 |
2022-06-14 | syscall: gofmt | Ian Lance Taylor | 1 | -0/+2 |
2020-10-21 | syscall: only compile ptrace varargs shim on Linux | Nikhil Benesch | 1 | -1/+4 |
2020-09-17 | libgo: fix ptrace syscall hooks into glibc | Paul E. Murphy | 1 | -1/+1 |
2019-02-07 | syscall: add Hurd support | Ian Lance Taylor | 1 | -122/+0 |
2018-09-24 | libgo: update to Go 1.11 | Ian Lance Taylor | 1 | -9/+0 |
2017-07-21 | syscall: call f?statfs64 on GNU/Linux | Ian Lance Taylor | 1 | -2/+2 |
2017-01-14 | libgo: update to Go 1.8 release candidate 1 | Ian Lance Taylor | 1 | -21/+0 |
2016-02-03 | libgo: Update to go1.6rc1. | Ian Lance Taylor | 1 | -3/+6 |
2015-11-21 | re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument) | Ian Lance Taylor | 1 | -0/+1 |
2015-09-15 | libgo: don't provide ustat on arm64 GNU/Linux | Ian Lance Taylor | 1 | -3/+0 |
2015-07-13 | syscall: remove calls to Entersyscall & Exitsyscall in Getdents | Ian Lance Taylor | 1 | -2/+0 |
2013-11-24 | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 1 | -1/+1 |
2013-10-17 | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | Ian Lance Taylor | 1 | -0/+15 |
2013-02-08 | syscall: Always use _C_int for C libcalls. | Ian Lance Taylor | 1 | -36/+36 |
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 1 | -0/+31 |
2012-12-05 | syscall: Fix splice syscall. | Ian Lance Taylor | 1 | -0/+2 |
2012-11-21 | libgo: Update to current version of master library. | Ian Lance Taylor | 1 | -0/+3 |
2012-04-30 | re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to unde... | Ian Lance Taylor | 1 | -1/+5 |
2012-04-22 | mksysinfo: More fixes to emulate master Go library. | Ian Lance Taylor | 1 | -1/+1 |
2012-04-21 | syscall: Additional constants, some type corrections. | Ian Lance Taylor | 1 | -1/+1 |
2012-03-13 | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | Ian Lance Taylor | 1 | -2/+2 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 1 | -1/+1 |
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 1 | -29/+72 |
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 1 | -9/+6 |
2012-01-31 | syscall: Add Gettid on GNU/Linux systems. | Ian Lance Taylor | 1 | -3/+4 |
2012-01-31 | syscall: Don't use PtraceRegs if it is not defined. | Ian Lance Taylor | 1 | -8/+0 |
2012-01-13 | libgo: Only build iopl and ioperm on 386, amd64, alpha GNU/Linux. | Ian Lance Taylor | 1 | -10/+4 |
2011-12-12 | libgo: Update to weekly.2011-11-18. | Ian Lance Taylor | 1 | -86/+86 |
2011-11-02 | syscall: Remove Linux system calls not available in older glibcs. | Ian Lance Taylor | 1 | -6/+9 |
2011-10-26 | Update Go library to last weekly. | Ian Lance Taylor | 1 | -1/+1 |
2011-10-25 | Solaris/Irix compatibility patches. | Ian Lance Taylor | 1 | -0/+6 |
2011-10-24 | Some minor fixes to the rewritten syscall library. | Ian Lance Taylor | 1 | -2/+7 |
2011-10-23 | Implement new syscall package. | Ian Lance Taylor | 1 | -0/+319 |