index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
/
exec_unix.go
Age
Commit message (
Expand
)
Author
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2021-12-09
syscall: fix ForkLock spurious close(0) on pipe failure
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-05-09
runtime,syscall: convert syscall on openbsd/arm to libc
Joel Sing
2021-04-30
runtime,syscall: convert syscall on openbsd/386 to libc
Joel Sing
2021-04-21
syscall: use libc in Exec on openbsd/arm64
Tobias Klauser
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-26
runtime,syscall: convert syscall on openbsd/amd64 to libc
Joel Sing
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-05-11
internal/poll, os: loop on EINTR
Ian Lance Taylor
2020-05-01
syscall: if Setctty, require that Ctty be a child descriptor
Ian Lance Taylor
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-03-02
syscall: optimize SlicePtrFromStrings
Josh Bleecher Snyder
2018-11-08
syscall: move uses of Syscall to libSystem on darwin
Keith Randall
2018-10-10
syscall: change solaris files to libc files
Clément Chigot
2017-06-28
syscall: fix Exec on solaris
Shawn Walker-Salas
2017-06-20
runtime, syscall: workaround for bug in Linux's execve
John R. Lenton
2017-02-17
syscall: only call setgroups if we need to
Wander Lairson Costa
2016-10-12
syscall: document that Exec wraps execve(2)
Kevin Burke
2016-03-29
all: use &^ operator if possible
Marvin Stenger
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-06-18
all: switch to the new deprecation convention
Shenghou Ma
2014-09-08
build: move package sources from src/pkg to src
Russ Cox