aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux.go
AgeCommit message (Expand)Author
2023-01-25syscall: clean up variable declarations in forkAndExecInChildBryan C. Mills
2022-12-12syscall: fix shadowing bugs in forkAndExecInChildBryan C. Mills
2022-10-02syscall: remove redundant type conversioncui fliter
2022-09-09syscall: add CgroupFD support for ForkExec on LinuxKir Kolyshkin
2022-08-23all: append(bytes, str...) works out of the boxDaniel Martí
2022-08-19syscall: add new CLONE_ flags for LinuxKir Kolyshkin
2022-07-11syscall: gofmt after CL 412114Tobias Klauser
2022-06-15syscall: clarify Pdeathsig documentation on LinuxVojtěch Boček
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-14syscall: add support for SysProcAttr.Pdeathsig on FreeBSDTobias Klauser
2021-09-06syscall: use dup3 in forkAndExecInChild1 on all Linux platformsTobias Klauser
2021-09-02os, syscall: remove fallback to pipe syscall on LinuxTobias Klauser
2021-04-27syscall: restore signal mask after setting foreground process groupIan Lance Taylor
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2021-03-03syscall: implement rawVforkSyscall for remaining linux platformsJoel Sing
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-08-16syscall: support rawVforkSyscall on linux/riscv64Joel Sing
2020-07-25syscall: use correct file descriptor in dup2 fallback pathIan Lance Taylor
2020-05-01syscall: document exact meaning of Ctty fieldIan Lance Taylor
2020-02-24syscall: use dup3 in forkAndExecInChild1 if availableTobias Klauser
2019-12-30syscall: use fcntl64 on 32-bit GNU/Linux systemsTobias Klauser
2019-09-11syscall: implement rawVforkSyscall for linux/arm64Howard Zhang
2019-06-27Revert "syscall: use Ctty before fd shuffle"Damien Neil
2019-05-30syscall: use Ctty before fd shuffleGreg Thelen
2019-05-15syscall: implement rawVforkSyscall for linux/ppc64x and linux/s390xJoel Sing
2019-03-12syscall: correctly set up uid/gid mappings in user namespacesMichael Stapelberg
2019-03-08syscall: add all ambient capabilities into permitted and inheritable setsAndrei Vagin
2019-03-06syscall: fix hang when using Unshareflags: CLONE_NEWUSER with uid/gid mapping...Michael Stapelberg
2018-12-27syscall: document LockOSThread with GNU/Linux SysProcAttr.PtraceIan Lance Taylor
2018-02-13syscall: support syscalls without error return on LinuxTobias Klauser
2017-08-23syscall: move ptrace setup to right before execJess Frazelle
2017-06-28syscall: add AmbientCaps to linux SysProcAttrMichael Stapelberg
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