| Commit message (Expand) | Author | Age | Files | Lines |
| * | syscall: update check for UserNS support for centos 7 | Jess Frazelle | 2017-07-17 | 1 | -0/+8 |
| * | syscall: skip TestUnshare on Linux upon permission error | Brad Fitzpatrick | 2017-07-14 | 1 | -0/+6 |
| * | syscall: use correct go binary in test | Brad Fitzpatrick | 2017-07-12 | 1 | -1/+2 |
| * | syscall: add AmbientCaps to linux SysProcAttr | Michael Stapelberg | 2017-06-28 | 2 | -0/+181 |
| * | syscall: fix Exec on solaris | Shawn Walker-Salas | 2017-06-28 | 2 | -5/+24 |
| * | runtime, syscall: workaround for bug in Linux's execve | John R. Lenton | 2017-06-20 | 1 | -0/+6 |
| * | syscall: mark forkAndExecInChild1 noinline | Austin Clements | 2017-06-20 | 1 | -0/+9 |
| * | syscall: use CLONE_VFORK safely | Austin Clements | 2017-06-20 | 1 | -25/+45 |
| * | runtime, syscall: reset signal handlers to default in child | Ian Lance Taylor | 2017-06-14 | 3 | -0/+9 |
| * | syscall: make windows Exit call runtime.exit | Alex Brainman | 2017-06-08 | 1 | -1/+2 |
| * | net: make Dial("tcp", ln.Addr().String()) work even with bad IPv6 config | Brad Fitzpatrick | 2017-06-08 | 1 | -0/+13 |
| * | syscall: allow processes steal a controlling terminal on Linux | Julio Montes | 2017-05-31 | 1 | -1/+1 |
| * | syscall: add Conn and RawConn interfaces | Mikio Hara | 2017-05-19 | 1 | -0/+34 |
| * | runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0" | Cherry Zhang | 2017-05-16 | 1 | -5/+5 |
| * | syscall: fix typo in documentation for StringToUTF16Ptr | Tommy Schaefer | 2017-04-28 | 1 | -1/+1 |
| * | syscall: stylistic cleanup and typo fixes in syscall_dragonfly.go | Mikio Hara | 2017-04-28 | 1 | -3/+3 |
| * | syscall: fix ordering of Unshare and chroot on Linux | Ronald G. Minnich | 2017-04-25 | 2 | -9/+71 |
| * | syscall: define ESPIPE on Plan 9 | David du Colombier | 2017-04-22 | 1 | -0/+1 |
| * | os, syscall: fix errno in Seek on windows | Hiroshi Ioka | 2017-04-22 | 1 | -1/+1 |
| * | syscall: add Accept4 and SOCK_{CLOEXEC,NONBLOCK} on dragonfly | Mikio Hara | 2017-04-18 | 4 | -0/+33 |
| * | syscall: make TestFcntlFlock more robust | Mostyn Bramley-Moore | 2017-04-17 | 1 | -2/+6 |
| * | syscall: fix TestGroupCleanup{UserNamespace} on Alpine | Jess Frazelle | 2017-04-13 | 1 | -1/+3 |
| * | syscall: mark WSAECONNABORTED, WSAECONNRESET as temporary network errors | Tamir Duberstein | 2017-04-07 | 2 | -1/+2 |
| * | syscall: update comments for x/sys migration | Lynn Boger | 2017-04-05 | 1 | -1/+4 |
| * | syscall: skip test on TestUnshareMountNameSpace permission error | Brad Fitzpatrick | 2017-03-31 | 1 | -1/+4 |
| * | os/exec: handle Unshareflags with CLONE_NEWNS | Ronald G. Minnich | 2017-03-23 | 2 | -0/+80 |
| * | syscall: use CLONE_VFORK and CLONE_VM | Richard Musiol | 2017-03-22 | 10 | -2/+58 |
| * | syscall, os: fix FreeBSD 9 build | Brad Fitzpatrick | 2017-03-21 | 5 | -2/+61 |
| * | syscall, os: use pipe2 syscall on FreeBSD instead of pipe | Brad Fitzpatrick | 2017-03-21 | 7 | -30/+46 |
| * | syscall: fix linux/mipsx ret value FP offsets for Syscall9 | Josh Bleecher Snyder | 2017-02-21 | 1 | -6/+6 |
| * | syscall: only call setgroups if we need to | Wander Lairson Costa | 2017-02-17 | 4 | -13/+15 |
| * | cmd/go: add "syscall" to the set of packages that run extFiles++ | Sameer Ajmani | 2017-02-13 | 1 | -7/+0 |
| * | syscall: delete the "use" function and calls in non-generated files. | Sameer Ajmani | 2017-02-13 | 12 | -28/+3 |
| * | syscall: remove "use" function and calls from generated code. | Sameer Ajmani | 2017-02-09 | 35 | -1013/+109 |
| * | syscall: regenerate zsyscall_darwin_arm64.go with mksyscall.pl | Elias Naur | 2017-02-01 | 1 | -107/+105 |
| * | syscall: export Fsid.X__val on s390x | Michael Munday | 2017-01-13 | 2 | -1/+8 |
| * | runtime, syscall: update openbsd for changes to syskill | Joel Sing | 2016-12-12 | 3 | -3/+3 |
| * | 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 |