aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_unix.go
AgeCommit message (Expand)Author
2021-12-09[release-branch.go1.16] syscall: fix ForkLock spurious close(0) on pipe failureRuss 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