summaryrefslogtreecommitdiff
path: root/src/syscall
Commit message (Expand)AuthorAgeFilesLines
* syscall: update check for UserNS support for centos 7Jess Frazelle2017-07-171-0/+8
* syscall: skip TestUnshare on Linux upon permission errorBrad Fitzpatrick2017-07-141-0/+6
* syscall: use correct go binary in testBrad Fitzpatrick2017-07-121-1/+2
* syscall: add AmbientCaps to linux SysProcAttrMichael Stapelberg2017-06-282-0/+181
* syscall: fix Exec on solarisShawn Walker-Salas2017-06-282-5/+24
* runtime, syscall: workaround for bug in Linux's execveJohn R. Lenton2017-06-201-0/+6
* syscall: mark forkAndExecInChild1 noinlineAustin Clements2017-06-201-0/+9
* syscall: use CLONE_VFORK safelyAustin Clements2017-06-201-25/+45
* runtime, syscall: reset signal handlers to default in childIan Lance Taylor2017-06-143-0/+9
* syscall: make windows Exit call runtime.exitAlex Brainman2017-06-081-1/+2
* net: make Dial("tcp", ln.Addr().String()) work even with bad IPv6 configBrad Fitzpatrick2017-06-081-0/+13
* syscall: allow processes steal a controlling terminal on LinuxJulio Montes2017-05-311-1/+1
* syscall: add Conn and RawConn interfacesMikio Hara2017-05-191-0/+34
* runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0"Cherry Zhang2017-05-161-5/+5
* syscall: fix typo in documentation for StringToUTF16PtrTommy Schaefer2017-04-281-1/+1
* syscall: stylistic cleanup and typo fixes in syscall_dragonfly.goMikio Hara2017-04-281-3/+3
* syscall: fix ordering of Unshare and chroot on LinuxRonald G. Minnich2017-04-252-9/+71
* syscall: define ESPIPE on Plan 9David du Colombier2017-04-221-0/+1
* os, syscall: fix errno in Seek on windowsHiroshi Ioka2017-04-221-1/+1
* syscall: add Accept4 and SOCK_{CLOEXEC,NONBLOCK} on dragonflyMikio Hara2017-04-184-0/+33
* syscall: make TestFcntlFlock more robustMostyn Bramley-Moore2017-04-171-2/+6
* syscall: fix TestGroupCleanup{UserNamespace} on AlpineJess Frazelle2017-04-131-1/+3
* syscall: mark WSAECONNABORTED, WSAECONNRESET as temporary network errorsTamir Duberstein2017-04-072-1/+2
* syscall: update comments for x/sys migrationLynn Boger2017-04-051-1/+4
* syscall: skip test on TestUnshareMountNameSpace permission errorBrad Fitzpatrick2017-03-311-1/+4
* os/exec: handle Unshareflags with CLONE_NEWNSRonald G. Minnich2017-03-232-0/+80
* syscall: use CLONE_VFORK and CLONE_VMRichard Musiol2017-03-2210-2/+58
* syscall, os: fix FreeBSD 9 buildBrad Fitzpatrick2017-03-215-2/+61
* syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick2017-03-217-30/+46
* syscall: fix linux/mipsx ret value FP offsets for Syscall9Josh Bleecher Snyder2017-02-211-6/+6
* syscall: only call setgroups if we need toWander Lairson Costa2017-02-174-13/+15
* cmd/go: add "syscall" to the set of packages that run extFiles++Sameer Ajmani2017-02-131-7/+0
* syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani2017-02-1312-28/+3
* syscall: remove "use" function and calls from generated code.Sameer Ajmani2017-02-0935-1013/+109
* syscall: regenerate zsyscall_darwin_arm64.go with mksyscall.plElias Naur2017-02-011-107/+105
* syscall: export Fsid.X__val on s390xMichael Munday2017-01-132-1/+8
* runtime, syscall: update openbsd for changes to syskillJoel Sing2016-12-123-3/+3
* syscall: define bind flags on Plan 9David du Colombier2016-11-151-0/+11
* syscall: Clearenv now unsets env vars on WindowsJesse Szwedko2016-11-141-1/+1
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-121-1/+1
* syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm}Brad Fitzpatrick2016-11-093-2/+28
* syscall: fix name of prlimit parametersBrad Fitzpatrick2016-11-0812-23/+23
* syscall: add Getexecname on Solaris for os.ExecutableShenghou Ma2016-11-072-1/+28
* syscall: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-0315-6/+9464
* syscall: remove X__cmsg_data from CmsghdrIan Gudger2016-10-308-32/+24
* syscall: use name+(NN)FP on plan9/amd64David du Colombier2016-10-251-11/+8
* syscall: use name+(NN)FP on plan9/386David du Colombier2016-10-251-11/+8
* runtime, syscall: appease vetJosh Bleecher Snyder2016-10-251-14/+14
* syscall: use ERROR_IO_PENDING value in errnoErrAlex Brainman2016-10-222-4/+12
* syscall: make Utimes on Solaris match all the other geeseBrad Fitzpatrick2016-10-192-3/+10