aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_linux_test.go
AgeCommit message (Expand)Author
2023-08-21runtime: remove runtime.Add testing functionAustin Clements
2023-05-20runtime: consolidate on a single closeonexec definitionIan Lance Taylor
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ì
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-12runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor
2015-04-22runtime: merge clone0 and cloneSrdjan Petrovic