aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux.go
AgeCommit message (Expand)Author
2024-09-11[release-branch.go1.22] syscall: skip TestAmbientCapsUserns when restricted, ...Michael Stapelberg
2023-11-21syscall: fix getting pidfd when using CLONE_NEWUSERKir Kolyshkin
2023-09-29syscall: make origRlimitNofile atomic.Pointer[Rlimit]Jes Cok
2023-09-18all: clean unnecessary castsJes Cok
2023-09-07syscall: improve linux SysProcAttr documentationKir Kolyshkin
2023-09-07syscall: add support to get pidfd from ForkExec on LinuxKir Kolyshkin
2023-07-10syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a...Bryan C. Mills
2023-04-11syscall: add a Go directive "go:nocheckptr" to forkAndExecInChild1root
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-03-13syscall: use clone3 syscall with CLONE_NEWTIMETobias Klauser
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