aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux.go
AgeCommit message (Expand)Author
2025-02-26[release-branch.go1.24] runtime: use WCLONE when waiting on pidfd test childMichael Pratt
2025-02-26[release-branch.go1.24] syscall: don't send child signal when testing pidfdIan Lance Taylor
2024-10-03syscall: use SYS_EXIT_GROUP in CLONE_PIDFD feature check childMichael Pratt
2024-10-02syscall: gofmt after CL 592078Tobias Klauser
2024-09-12os: add clone(CLONE_PIDFD) check to pidfd feature checkMichael Pratt
2024-09-10syscall: on exec failure, close pidfdIan Lance Taylor
2024-08-30syscall: honor prlimit set by a different processIan Lance Taylor
2024-08-30syscall: always use prlimit for getrlimit/setrlimit on LinuxIan Lance Taylor
2024-05-15syscall: skip TestAmbientCapsUserns when restricted, documentMichael 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