aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_unix.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
2024-02-26syscall: add available godoc linkcui fliter
2023-09-29syscall: make origRlimitNofile atomic.Pointer[Rlimit]Jes Cok
2023-08-10syscall: avoid setting O_NONBLOCK needlessly by checking flags beforehandAndy Pan
2023-08-05runtime,syscall: invert openbsd architecture testsJoel Sing
2023-07-10syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a...Bryan C. Mills
2023-06-05syscall: don't panic when argv is nil on freebsdRoland Shoemaker
2023-05-23syscall: avoid serializing forks on ForkLockIan Lance Taylor
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-12-09syscall: fix ForkLock spurious close(0) on pipe failureRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-05-09runtime,syscall: convert syscall on openbsd/arm to libcJoel Sing
2021-04-30runtime,syscall: convert syscall on openbsd/386 to libcJoel Sing
2021-04-21syscall: use libc in Exec on openbsd/arm64Tobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-26runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing
2020-09-23all: add GOOS=iosCherry Zhang
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-05-01syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-03-02syscall: optimize SlicePtrFromStringsJosh Bleecher Snyder
2018-11-08syscall: move uses of Syscall to libSystem on darwinKeith Randall
2018-10-10syscall: change solaris files to libc filesClément Chigot
2017-06-28syscall: fix Exec on solarisShawn Walker-Salas
2017-06-20runtime, syscall: workaround for bug in Linux's execveJohn R. Lenton
2017-02-17syscall: only call setgroups if we need toWander Lairson Costa
2016-10-12syscall: document that Exec wraps execve(2)Kevin Burke
2016-03-29all: use &^ operator if possibleMarvin Stenger
2016-03-02all: single space after period.Brad Fitzpatrick
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2014-09-08build: move package sources from src/pkg to srcRuss Cox