summaryrefslogtreecommitdiff
path: root/src/syscall/exec_unix.go
Commit message (Expand)AuthorAgeFilesLines
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* syscall: fix ForkLock spurious close(0) on pipe failureRuss Cox2021-12-091-14/+6
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* runtime,syscall: convert syscall on openbsd/arm to libcJoel Sing2021-05-091-1/+1
* runtime,syscall: convert syscall on openbsd/386 to libcJoel Sing2021-04-301-1/+1
* syscall: use libc in Exec on openbsd/arm64Tobias Klauser2021-04-211-1/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing2021-01-261-0/+4
* all: add GOOS=iosCherry Zhang2020-09-231-1/+1
* internal/poll, os: loop on EINTRIan Lance Taylor2020-05-111-1/+6
* syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor2020-05-011-0/+10
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-2/+2
* syscall: optimize SlicePtrFromStringsJosh Bleecher Snyder2019-03-021-7/+14
* syscall: move uses of Syscall to libSystem on darwinKeith Randall2018-11-081-2/+6
* syscall: change solaris files to libc filesClément Chigot2018-10-101-6/+6
* syscall: fix Exec on solarisShawn Walker-Salas2017-06-281-5/+19
* runtime, syscall: workaround for bug in Linux's execveJohn R. Lenton2017-06-201-0/+6
* syscall: only call setgroups if we need toWander Lairson Costa2017-02-171-3/+4
* syscall: document that Exec wraps execve(2)Kevin Burke2016-10-121-1/+1
* all: use &^ operator if possibleMarvin Stenger2016-03-291-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-11/+11
* all: switch to the new deprecation conventionShenghou Ma2015-06-181-4/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+261