aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux.go
AgeCommit message (Expand)Author
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