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
/
runtime
/
export_unix_test.go
Age
Commit message (
Expand
)
Author
2023-05-20
runtime: consolidate on a single closeonexec definition
Ian Lance Taylor
2023-05-17
runtime: consistently define fcntl
Ian Lance Taylor
2022-11-18
runtime: add page tracer
Michael Knyszek
2022-10-07
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
2022-09-30
Revert "runtime: move epoll syscalls to runtime/internal/syscall"
Michael Pratt
2022-09-30
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2022-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-11-18
runtime: use pipe2 syscall for Pipe in tests
Tobias Klauser
2019-11-12
runtime: use pipe rather than note in TestSignalM
Ian Lance Taylor
2019-11-08
runtime: add pipe/pipe2 on Solaris
Ian Lance Taylor
2019-11-06
runtime: remove write barrier in WaitForSigusr1
Austin Clements
2019-10-29
runtime: unblock SIGUSR1 for TestPreemptM
Austin Clements
2019-10-26
runtime: add test for signalM
Austin Clements
2018-10-03
runtime: add AIX operating system
Clément Chigot
2017-07-20
runtime: use SIGKILL if SIGQUIT is blocked; skip tests that need SIGQUIT
Austin Clements