summaryrefslogtreecommitdiff
path: root/src/syscall/exec_unix.go
Commit message (Expand)AuthorAgeFilesLines
* 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