summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
AgeCommit message (Expand)Author
2019-08-14Improve SendMsg performance.Bhasker Hariharan
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-07-29Add iptables types for syscalls tests.Kevin Krakauer
2019-07-12Add IPPROTO_RAW, which allows raw sockets to write IP headers.Kevin Krakauer
2019-07-02Mark timers_test flaky because setrlimit(RLIMIT_CPU) is broken in some kernels.Neel Natu
2019-06-24fs: synchronize concurrent writes into files with O_APPENDAndrei Vagin
2019-06-24Implement /proc/net/tcp.Rahat Mahmood
2019-06-20Implement madvise(MADV_DONTFORK)Neel Natu
2019-06-19Mark tcp_socket test flaky (for real)Michael Pratt
2019-06-19Mark tcp_socket test flaky.Neel Natu
2019-06-18Replace usage of deprecated strtoul/strtoullBrad Burlage
2019-06-13Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE.Rahat Mahmood
2019-06-06"Implement" mbind(2).Jamie Liu
2019-06-05Shutdown host sockets on internal shutdownMichael Pratt
2019-06-05Implement dumpability tracking and checksMichael Pratt
2019-06-03Remove duplicate socket testsMichael Pratt
2019-05-30gvisor: socket() returns EPROTONOSUPPORT if protocol is not supportedAndrei Vagin
2019-05-30Always wait on tracee childrenMichael Pratt
2019-05-24Extract SleepSafe from test_utilTamir Duberstein
2019-05-22Add support for wait(WNOTHREAD)Michael Pratt
2019-05-22UDP and TCP raw socket support.Kevin Krakauer
2019-05-21Clean up pipe internals and add fcntl supportAdin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-10Modernize mknod testMichael Pratt
2019-05-09Implement fallocate(2)Fabricio Voznika
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