aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/syscall/syscall_linux.go
AgeCommit message (Expand)Author
2024-02-21runtime: migrate internal/syscall to internal/runtimeAndy Pan
2024-02-20runtime: use eventfd as the event wait/notify mechanism for epollAndy Pan
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
2022-04-21runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement...Michael Pratt
2022-02-15runtime/internal/syscall: new package for linuxMichael Pratt