| Commit message (Expand) | Author | Age | Files | Lines |
| * | syscall: define bind flags on Plan 9 | David du Colombier | 2016-11-15 | 1 | -0/+11 |
| * | syscall: Clearenv now unsets env vars on Windows | Jesse Szwedko | 2016-11-14 | 1 | -1/+1 |
| * | all: spell "marshal" and "unmarshal" consistently | Dmitri Shuralyov | 2016-11-12 | 1 | -1/+1 |
| * | syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm} | Brad Fitzpatrick | 2016-11-09 | 3 | -2/+28 |
| * | syscall: fix name of prlimit parameters | Brad Fitzpatrick | 2016-11-08 | 12 | -23/+23 |
| * | syscall: add Getexecname on Solaris for os.Executable | Shenghou Ma | 2016-11-07 | 2 | -1/+28 |
| * | syscall: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-03 | 15 | -6/+9464 |
| * | syscall: remove X__cmsg_data from Cmsghdr | Ian Gudger | 2016-10-30 | 8 | -32/+24 |
| * | syscall: use name+(NN)FP on plan9/amd64 | David du Colombier | 2016-10-25 | 1 | -11/+8 |
| * | syscall: use name+(NN)FP on plan9/386 | David du Colombier | 2016-10-25 | 1 | -11/+8 |
| * | runtime, syscall: appease vet | Josh Bleecher Snyder | 2016-10-25 | 1 | -14/+14 |
| * | syscall: use ERROR_IO_PENDING value in errnoErr | Alex Brainman | 2016-10-22 | 2 | -4/+12 |
| * | syscall: make Utimes on Solaris match all the other geese | Brad Fitzpatrick | 2016-10-19 | 2 | -3/+10 |
| * | syscall: for ForkExec on Linux, always use 32-bit setgroups system call | Russ Cox | 2016-10-19 | 8 | -14/+21 |
| * | os, syscall: fix incorrect offset calculation in Readlink on windows | Hiroshi Ioka | 2016-10-19 | 2 | -2/+23 |
| * | syscall, net: make deadline changes affect blocked read/write calls on nacl | Brad Fitzpatrick | 2016-10-17 | 1 | -3/+41 |
| * | syscall: update darwin/amd64 for timespec change | Russ Cox | 2016-10-12 | 1 | -9/+4 |
| * | syscall: document that Exec wraps execve(2) | Kevin Burke | 2016-10-12 | 1 | -1/+1 |
| * | syscall: unify NsecToTime{spec,val}, fix for times < 1970 | Ian Lance Taylor | 2016-10-12 | 25 | -216/+125 |
| * | syscall: unify TimespecToNsec and TimevalToNsec | Ian Lance Taylor | 2016-10-11 | 26 | -98/+11 |
| * | syscall: relax TestUnshare | Quentin Smith | 2016-10-05 | 1 | -2/+8 |
| * | syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solaris | Mikio Hara | 2016-10-03 | 5 | -54/+52 |
| * | syscall: re-enable TestPassFD on dragonfly | Mikio Hara | 2016-10-01 | 1 | -3/+0 |
| * | runtime, syscall: use FP instead of SP for parameters | Matthew Dempsky | 2016-09-30 | 3 | -92/+91 |
| * | net: add Buffers type, do writev on unix | Brad Fitzpatrick | 2016-09-29 | 1 | -0/+2 |
| * | os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows | Kale Blankenship | 2016-09-25 | 1 | -0/+1 |
| * | syscall: fix build on dragonfly | Mikio Hara | 2016-09-21 | 1 | -2/+2 |
| * | syscall: validate ParseDirent inputs | Damien Neil | 2016-09-20 | 11 | -203/+210 |
| * | syscall: add bounds checking and error returns to ParseNetlinkMessage | David Stainton | 2016-09-14 | 2 | -2/+31 |
| * | syscall: avoid convT2I allocs for ERROR_IO_PENDING instead of WSAEINPROGRESS | Alex Brainman | 2016-09-11 | 2 | -14/+6 |
| * | syscall: avoid convT2I allocs for common Windows error values | Brad Fitzpatrick | 2016-09-07 | 2 | -118/+168 |
| * | syscall: use MNT_NOWAIT in TestGetfsstat | Brad Fitzpatrick | 2016-09-07 | 1 | -8/+11 |
| * | syscall: make Getpagesize return page size from runtime | Austin Clements | 2016-09-06 | 26 | -49/+4 |
| * | syscall: add yet more TestGetfsstat debugging | Brad Fitzpatrick | 2016-09-06 | 1 | -0/+12 |
| * | syscall: add more TestGetfsstat debugging | Brad Fitzpatrick | 2016-09-05 | 1 | -1/+2 |
| * | syscall: add some debugging to TestGetfsstat | Brad Fitzpatrick | 2016-08-31 | 1 | -2/+3 |
| * | syscall: fix plan9/386 RawSyscall6 | Josh Bleecher Snyder | 2016-08-26 | 1 | -1/+1 |
| * | all: fix assembly vet issues | Josh Bleecher Snyder | 2016-08-25 | 10 | -167/+155 |
| * | syscall, internal/syscall/windows, internal/syscall/windows/registry: make go... | Alex Brainman | 2016-08-24 | 3 | -3/+3 |
| * | syscall: delete unreachable code | Josh Bleecher Snyder | 2016-08-22 | 3 | -8/+0 |
| * | syscall: validate ParseUnixCredentials inputs | Ian Gudger | 2016-08-20 | 1 | -0/+3 |
| * | syscall: mksyscall_windows.go: put path separator in suffix for matching GOROOT | Yasuhiro Matsumoto | 2016-08-17 | 1 | -0/+4 |
| * | syscall: unify unix/amd64 asm implementations | Josh Bleecher Snyder | 2016-08-16 | 8 | -405/+9 |
| * | syscall: split out unix Syscall9 asm support | Josh Bleecher Snyder | 2016-08-16 | 8 | -134/+186 |
| * | syscall: superficial cleanup of amd64 unix assembly | Josh Bleecher Snyder | 2016-08-16 | 2 | -22/+22 |
| * | syscall: fix dragonfly/amd64 assembly argument sizes | Josh Bleecher Snyder | 2016-08-16 | 1 | -5/+8 |
| * | syscall: unify unix 386 implementations | Josh Bleecher Snyder | 2016-08-16 | 3 | -287/+3 |
| * | syscall: test Gettimeofday everywhere, not just on Darwin | Brad Fitzpatrick | 2016-08-16 | 3 | -23/+15 |
| * | runtime, syscall: fix kernel gettimeofday ABI change on iOS 10 | Shenghou Ma | 2016-08-05 | 3 | -9/+19 |
| * | syscall: fix Gettimeofday on macOS Sierra | Brad Fitzpatrick | 2016-08-04 | 3 | -14/+51 |