summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
AgeCommit message (Expand)Author
2019-01-17Allow fsync on a directory.Nicolas Lacasse
2019-01-11Clean up some uses of fork() in tests.Jamie Liu
2019-01-10Fixing select call to not enforce RLIMIT_NOFILE.Zach Koopmans
2019-01-07Implement /proc/[pid]/smaps.Jamie Liu
2018-12-28Implement SO_REUSEPORT for TCP and UDP socketsAndrei Vagin
2018-12-27Fix deadlock between epoll_wait and getdentsFabricio Voznika
2018-12-26Plumb IP_MULTICAST_TTL to netstack.Ian Gudger
2018-12-21Remove gunit_no_heapcheck from depsAndrei Vagin
2018-12-21Automated rollback of changelist 226224230Jamie Liu
2018-12-19Automated rollback of changelist 225861605Googler
2018-12-19Implement pwritev2.Zach Koopmans
2018-12-17Implement mlock(), kind of.Jamie Liu
2018-12-14Add blocking recv testsIan Gudger
2018-12-10Open source system call tests.Brian Geffon