summaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: gofmt after CL 412114Tobias Klauser2022-07-111-2/+2
* syscall: clarify Pdeathsig documentation on LinuxVojtěch Boček2022-06-151-1/+5
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* syscall: add support for SysProcAttr.Pdeathsig on FreeBSDTobias Klauser2021-10-141-1/+1
* syscall: use dup3 in forkAndExecInChild1 on all Linux platformsTobias Klauser2021-09-061-15/+3
* os, syscall: remove fallback to pipe syscall on LinuxTobias Klauser2021-09-021-13/+1
* syscall: restore signal mask after setting foreground process groupIan Lance Taylor2021-04-271-2/+4
* all: add internal/itoa packageJosh Bleecher Snyder2021-03-141-4/+5
* syscall: implement rawVforkSyscall for remaining linux platformsJoel Sing2021-03-031-7/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* syscall: support rawVforkSyscall on linux/riscv64Joel Sing2020-08-161-1/+5
* syscall: use correct file descriptor in dup2 fallback pathIan Lance Taylor2020-07-251-1/+1
* syscall: document exact meaning of Ctty fieldIan Lance Taylor2020-05-011-7/+18
* syscall: use dup3 in forkAndExecInChild1 if availableTobias Klauser2020-02-241-6/+16
* syscall: use fcntl64 on 32-bit GNU/Linux systemsTobias Klauser2019-12-301-3/+3
* syscall: implement rawVforkSyscall for linux/arm64Howard Zhang2019-09-111-1/+1
* Revert "syscall: use Ctty before fd shuffle"Damien Neil2019-06-271-16/+16
* syscall: use Ctty before fd shuffleGreg Thelen2019-05-301-16/+16
* syscall: implement rawVforkSyscall for linux/ppc64x and linux/s390xJoel Sing2019-05-151-1/+3
* syscall: correctly set up uid/gid mappings in user namespacesMichael Stapelberg2019-03-121-19/+79
* syscall: add all ambient capabilities into permitted and inheritable setsAndrei Vagin2019-03-081-3/+48
* syscall: fix hang when using Unshareflags: CLONE_NEWUSER with uid/gid mapping...Michael Stapelberg2019-03-061-1/+1
* syscall: document LockOSThread with GNU/Linux SysProcAttr.PtraceIan Lance Taylor2018-12-271-3/+6
* syscall: support syscalls without error return on LinuxTobias Klauser2018-02-131-7/+4
* syscall: move ptrace setup to right before execJess Frazelle2017-08-231-8/+10
* syscall: add AmbientCaps to linux SysProcAttrMichael Stapelberg2017-06-281-0/+22
* 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-141-0/+3
* syscall: allow processes steal a controlling terminal on LinuxJulio Montes2017-05-311-1/+1
* syscall: fix ordering of Unshare and chroot on LinuxRonald G. Minnich2017-04-251-8/+8
* os/exec: handle Unshareflags with CLONE_NEWNSRonald G. Minnich2017-03-231-0/+18
* syscall: use CLONE_VFORK and CLONE_VMRichard Musiol2017-03-221-2/+5
* syscall: only call setgroups if we need toWander Lairson Costa2017-02-171-4/+1
* 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