summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/epoll_amd64.go
AgeCommit message (Expand)Author
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2020-04-23Enable automated marshalling for epoll events.Rahat Mahmood
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-14Remove linux.EpollEvent.Fd.gVisor bot