summaryrefslogtreecommitdiff
path: root/src/syscall/exec_libc.go
Commit message (Expand)AuthorAgeFilesLines
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on illumosTobias Klauser2021-10-261-6/+20
* syscall: restore signal mask after setting foreground process groupIan Lance Taylor2021-04-271-2/+4
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* syscall: document exact meaning of Ctty fieldIan Lance Taylor2020-05-011-6/+17
* Revert "syscall: use Ctty before fd shuffle"Damien Neil2019-06-271-21/+21
* syscall: use Ctty before fd shuffleGreg Thelen2019-05-301-21/+21
* syscall: fix TestForeground for AIXClément Chigot2018-10-251-2/+2
* syscall: change solaris files to libc filesClément Chigot2018-10-101-0/+276