aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_unix_test.go
AgeCommit message (Expand)Author
2023-05-20runtime: consolidate on a single closeonexec definitionIan Lance Taylor
2023-05-17runtime: consistently define fcntlIan Lance Taylor
2022-11-18runtime: add page tracerMichael Knyszek
2022-10-07runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-09-30Revert "runtime: move epoll syscalls to runtime/internal/syscall"Michael Pratt
2022-09-30runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-11-18runtime: use pipe2 syscall for Pipe in testsTobias Klauser
2019-11-12runtime: use pipe rather than note in TestSignalMIan Lance Taylor
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
2019-11-06runtime: remove write barrier in WaitForSigusr1Austin Clements
2019-10-29runtime: unblock SIGUSR1 for TestPreemptMAustin Clements
2019-10-26runtime: add test for signalMAustin Clements
2018-10-03runtime: add AIX operating systemClément Chigot
2017-07-20runtime: use SIGKILL if SIGQUIT is blocked; skip tests that need SIGQUITAustin Clements