aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_unix.go
AgeCommit message (Expand)Author
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