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_libc2.go
Age
Commit message (
Expand
)
Author
2023-04-14
[release-branch.go1.20] syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2023-01-10
runtime: revert use of __fork to work around Apple atfork bugs
Russ Cox
2022-12-22
runtime: call __fork instead of fork on darwin
Russ Cox
2022-10-02
syscall: remove redundant type conversion
cui fliter
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-05
syscall: use dup3 in forkAndExecInChild on OpenBSD
Tobias Klauser
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-08-16
syscall: use correct type for TIOCSPGRP/TIOCGPGRP
Joel Sing
2021-05-11
runtime,syscall: simplify openbsd related build tags
Joel Sing
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-27
syscall: restore signal mask after setting foreground process group
Ian Lance Taylor
2021-04-26
syscall, etc.: use abi.FuncPCABI0 for libc syscall wrappers
Cherry Zhang
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-28
runtime,syscall: convert syscall on openbsd/arm64 to libc
Joel Sing
2021-01-26
runtime,syscall: convert syscall on openbsd/amd64 to libc
Joel Sing