summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
AgeCommit message (Expand)Author
2019-04-17Don't allow sigtimedwait to catch unblockable signalsMichael Pratt
2019-04-04gvisor: Add support for the MS_NOEXEC mount optionAndrei Vagin
2019-04-01Trim trailing newline when reading /proc/[pid]/{uid,gid}_map in test.Jamie Liu
2019-03-26Implement memfd_create.Rahat Mahmood
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-02-27Ping support via IPv4 raw sockets.Kevin Krakauer
2019-02-20Implement Broadcast supportAmanda Tait
2019-02-19netstack: Add SIOCGSTAMP support.Kevin Krakauer
2019-02-19Fix clone(CLONE_NEWUSER).Jamie Liu
2019-02-19Break /proc/[pid]/{uid,gid}_map's dependence on seqfile.Jamie Liu
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger
2019-02-07Implement /proc/net/unix.Rahat Mahmood
2019-01-31Remove license commentsMichael Pratt
2019-01-29Don't assume that stdout is always writable in PollTest.Nfds.Jamie Liu
2019-01-29Refactor out NewEventFD to a test utility.Jamie Liu
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