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_libc.go
Age
Commit message (
Expand
)
Author
2023-01-25
syscall: clean up variable declarations in forkAndExecInChild
Bryan C. Mills
2022-10-02
syscall: remove redundant type conversion
cui fliter
2022-09-15
syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on solaris
Tobias Klauser
2022-08-08
syscall: rename close to closeFD
Ian Lance Taylor
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-26
syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on illumos
Tobias Klauser
2021-04-27
syscall: restore signal mask after setting foreground process group
Ian Lance Taylor
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-05-01
syscall: document exact meaning of Ctty field
Ian Lance Taylor
2019-06-27
Revert "syscall: use Ctty before fd shuffle"
Damien Neil
2019-05-30
syscall: use Ctty before fd shuffle
Greg Thelen
2018-10-25
syscall: fix TestForeground for AIX
Clément Chigot
2018-10-10
syscall: change solaris files to libc files
Clément Chigot