summaryrefslogtreecommitdiff
path: root/src/runtime/export_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: consistently define fcntlIan Lance Taylor2023-05-171-0/+1
* runtime: add page tracerMichael Knyszek2022-11-181-0/+6
* runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy2022-10-071-1/+0
* Revert "runtime: move epoll syscalls to runtime/internal/syscall"Michael Pratt2022-09-301-0/+1
* runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy2022-09-301-1/+0
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser2022-03-031-1/+0
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime: use pipe2 syscall for Pipe in testsTobias Klauser2020-11-181-1/+0
* runtime: use pipe rather than note in TestSignalMIan Lance Taylor2019-11-121-10/+25
* runtime: add pipe/pipe2 on SolarisIan Lance Taylor2019-11-081-0/+5
* runtime: remove write barrier in WaitForSigusr1Austin Clements2019-11-061-9/+19
* runtime: unblock SIGUSR1 for TestPreemptMAustin Clements2019-10-291-0/+6
* runtime: add test for signalMAustin Clements2019-10-261-0/+39
* runtime: add AIX operating systemClément Chigot2018-10-031-1/+1
* runtime: use SIGKILL if SIGQUIT is blocked; skip tests that need SIGQUITAustin Clements2017-07-201-0/+19