aboutsummaryrefslogtreecommitdiff
path: root/src/syscall
AgeCommit message (Expand)Author
2017-06-20runtime, syscall: workaround for bug in Linux's execveJohn R. Lenton
2017-06-20syscall: mark forkAndExecInChild1 noinlineAustin Clements
2017-06-20syscall: use CLONE_VFORK safelyAustin Clements
2017-06-14runtime, syscall: reset signal handlers to default in childIan Lance Taylor
2017-06-08syscall: make windows Exit call runtime.exitAlex Brainman
2017-06-08net: make Dial("tcp", ln.Addr().String()) work even with bad IPv6 configBrad Fitzpatrick
2017-05-31syscall: allow processes steal a controlling terminal on LinuxJulio Montes
2017-05-19syscall: add Conn and RawConn interfacesMikio Hara
2017-05-16runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0"Cherry Zhang
2017-04-28syscall: fix typo in documentation for StringToUTF16PtrTommy Schaefer
2017-04-28syscall: stylistic cleanup and typo fixes in syscall_dragonfly.goMikio Hara
2017-04-25syscall: fix ordering of Unshare and chroot on LinuxRonald G. Minnich
2017-04-22syscall: define ESPIPE on Plan 9David du Colombier
2017-04-22os, syscall: fix errno in Seek on windowsHiroshi Ioka
2017-04-18syscall: add Accept4 and SOCK_{CLOEXEC,NONBLOCK} on dragonflyMikio Hara
2017-04-17syscall: make TestFcntlFlock more robustMostyn Bramley-Moore
2017-04-13syscall: fix TestGroupCleanup{UserNamespace} on AlpineJess Frazelle
2017-04-07syscall: mark WSAECONNABORTED, WSAECONNRESET as temporary network errorsTamir Duberstein
2017-04-05syscall: update comments for x/sys migrationLynn Boger
2017-03-31syscall: skip test on TestUnshareMountNameSpace permission errorBrad Fitzpatrick
2017-03-23os/exec: handle Unshareflags with CLONE_NEWNSRonald G. Minnich
2017-03-22syscall: use CLONE_VFORK and CLONE_VMRichard Musiol
2017-03-21syscall, os: fix FreeBSD 9 buildBrad Fitzpatrick
2017-03-21syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick
2017-02-21syscall: fix linux/mipsx ret value FP offsets for Syscall9Josh Bleecher Snyder
2017-02-17syscall: only call setgroups if we need toWander Lairson Costa
2017-02-13cmd/go: add "syscall" to the set of packages that run extFiles++Sameer Ajmani
2017-02-13syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani
2017-02-09syscall: remove "use" function and calls from generated code.Sameer Ajmani
2017-02-01syscall: regenerate zsyscall_darwin_arm64.go with mksyscall.plElias Naur
2017-01-13syscall: export Fsid.X__val on s390xMichael Munday
2016-12-12runtime, syscall: update openbsd for changes to syskillJoel Sing
2016-11-15syscall: define bind flags on Plan 9David du Colombier
2016-11-14syscall: Clearenv now unsets env vars on WindowsJesse Szwedko
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-09syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm}Brad Fitzpatrick
2016-11-08syscall: fix name of prlimit parametersBrad Fitzpatrick
2016-11-07syscall: add Getexecname on Solaris for os.ExecutableShenghou Ma
2016-11-03syscall: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-10-30syscall: remove X__cmsg_data from CmsghdrIan Gudger
2016-10-25syscall: use name+(NN)FP on plan9/amd64David du Colombier
2016-10-25syscall: use name+(NN)FP on plan9/386David du Colombier
2016-10-25runtime, syscall: appease vetJosh Bleecher Snyder
2016-10-22syscall: use ERROR_IO_PENDING value in errnoErrAlex Brainman
2016-10-19syscall: make Utimes on Solaris match all the other geeseBrad Fitzpatrick
2016-10-19syscall: for ForkExec on Linux, always use 32-bit setgroups system callRuss Cox
2016-10-19os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka
2016-10-17syscall, net: make deadline changes affect blocked read/write calls on naclBrad Fitzpatrick
2016-10-12syscall: update darwin/amd64 for timespec changeRuss Cox
2016-10-12syscall: document that Exec wraps execve(2)Kevin Burke