aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux.go
AgeCommit message (Expand)Author
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-05-31syscall: allow processes steal a controlling terminal on LinuxJulio Montes
2017-04-25syscall: fix ordering of Unshare and chroot on LinuxRonald G. Minnich
2017-03-23os/exec: handle Unshareflags with CLONE_NEWNSRonald G. Minnich
2017-03-22syscall: use CLONE_VFORK and CLONE_VMRichard Musiol
2017-02-17syscall: only call setgroups if we need toWander Lairson Costa
2016-11-09syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm}Brad Fitzpatrick
2016-10-19syscall: for ForkExec on Linux, always use 32-bit setgroups system callRuss Cox
2016-06-02syscall: call setgroups for no groups on GNU/LinuxAlexander Morozov
2016-06-01syscall: rename SysProcAttr.Unshare to UnshareflagsAlexander Morozov
2016-05-20syscall: add Unshare flags to SysProcAttr on LinuxJess Frazelle
2016-03-29syscall: fix accidental close of exec status pipe in StartProcessRichard Miller
2016-03-21syscall: change clone argument order on s390xMichael Munday
2016-03-02all: single space after period.Brad Fitzpatrick
2015-10-20cmd/compile, syscall: use go:norace comment for forkAndExecInChildIan Lance Taylor
2015-08-27syscall: don't call Setgroups if Credential.Groups is emptyAlexander Morozov
2015-06-12syscall: add GidMappingsEnableSetgroups to Linux SysProcAttrAlexander Morozov
2015-05-12syscall: relocate linux death signal codeAndrew Williams
2015-05-03syscall: fix little-endian assumptionsShenghou Ma
2015-03-23syscall: Add Foreground and Pgid to SysProcAttrMichael MacInnis
2015-03-10syscall: exec_linux.go: support platforms without SYS_DUP2Dave Cheney
2014-12-22syscall: check recorded version of ppid instead of 1David Crawshaw
2014-11-19undo CL 131750044 / 2d6d44ceb80eRuss Cox
2014-10-02syscall: support UID/GID map files for Linux user namespacesMrunal Patel
2014-09-11syscall: SysProcAttr job control changesMichael MacInnis
2014-09-08build: move package sources from src/pkg to srcRuss Cox