aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime_linux_test.go
AgeCommit message (Expand)Author
2023-08-21runtime: remove runtime.Add testing functionAustin Clements
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
2021-11-02runtime: add padding to Linux kernel structuresRhys Hiltner
2019-10-22runtime: fix unsafe.Pointer alignment on LinuxCuong Manh Le
2018-04-24runtime: fix errno sign for epollctl on mips, mips64 and ppc64Wèi Cōngruì
2017-11-21runtime: fix build on non-Linux platformsBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-11runtime: add test for mincore's return value sign on LinuxBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox