summaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm}Brad Fitzpatrick2016-11-091-2/+2
* syscall: for ForkExec on Linux, always use 32-bit setgroups system callRuss Cox2016-10-191-1/+1
* syscall: call setgroups for no groups on GNU/LinuxAlexander Morozov2016-06-021-2/+8
* syscall: rename SysProcAttr.Unshare to UnshareflagsAlexander Morozov2016-06-011-17/+17
* syscall: add Unshare flags to SysProcAttr on LinuxJess Frazelle2016-05-201-0/+9
* syscall: fix accidental close of exec status pipe in StartProcessRichard Miller2016-03-291-3/+3
* syscall: change clone argument order on s390xMichael Munday2016-03-211-1/+6
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* cmd/compile, syscall: use go:norace comment for forkAndExecInChildIan Lance Taylor2015-10-201-0/+1
* syscall: don't call Setgroups if Credential.Groups is emptyAlexander Morozov2015-08-271-6/+5
* syscall: add GidMappingsEnableSetgroups to Linux SysProcAttrAlexander Morozov2015-06-121-0/+35
* syscall: relocate linux death signal codeAndrew Williams2015-05-121-20/+20
* syscall: fix little-endian assumptionsShenghou Ma2015-05-031-2/+2
* syscall: Add Foreground and Pgid to SysProcAttrMichael MacInnis2015-03-231-5/+26
* syscall: exec_linux.go: support platforms without SYS_DUP2Dave Cheney2015-03-101-3/+3
* syscall: check recorded version of ppid instead of 1David Crawshaw2014-12-221-1/+4
* undo CL 131750044 / 2d6d44ceb80eRuss Cox2014-11-191-35/+1
* syscall: support UID/GID map files for Linux user namespacesMrunal Patel2014-10-021-12/+111
* syscall: SysProcAttr job control changesMichael MacInnis2014-09-111-2/+38
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+262