aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_libc.go
AgeCommit message (Expand)Author
2025-08-21syscall: simplify execve handling on libc platformsJoel Sing
2024-09-10syscall: on exec failure, close pidfdIan Lance Taylor
2023-09-29syscall: make origRlimitNofile atomic.Pointer[Rlimit]Jes Cok
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-02-21syscall: introduce IoctlPtr for exec_unix testsDmitri Goutnik
2023-01-25syscall: clean up variable declarations in forkAndExecInChildBryan C. Mills
2022-10-02syscall: remove redundant type conversioncui fliter
2022-09-15syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on solarisTobias Klauser
2022-08-08syscall: rename close to closeFDIan Lance Taylor
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-26syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on illumosTobias Klauser
2021-04-27syscall: restore signal mask after setting foreground process groupIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-05-01syscall: document exact meaning of Ctty fieldIan Lance Taylor
2019-06-27Revert "syscall: use Ctty before fd shuffle"Damien Neil
2019-05-30syscall: use Ctty before fd shuffleGreg Thelen
2018-10-25syscall: fix TestForeground for AIXClément Chigot
2018-10-10syscall: change solaris files to libc filesClément Chigot