summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
AgeCommit message (Expand)Author
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-21Add basic implementation of execveat syscall and associated tests.Dean Deng
2019-10-18Cleanup host UDS supportMichael Pratt
2019-10-15support /proc/net/snmpJianfeng Tan
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-03Don't report partialResult errors from sendfileAndrei Vagin
2019-10-02Sanity test that open(2) on a UDS failsMichael Pratt
2019-09-27Automated rollback of changelist 256276198Adin Scannell
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot
2019-09-24Stub out readahead implementation.Adin Scannell
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-18Signalfd supportAdin Scannell
2019-09-16Migrate from gflags to absl flagsMichael Pratt
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-06Load C++ rules from @rules_ccMichael Pratt
2019-09-05Deflake aio_test.Jamie Liu
2019-09-04Run proc_net tests.Ian Gudger
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-30Add C++ toolchain and fix compile issues.Adin Scannell
2019-08-29Implement /proc/net/udp.Rahat Mahmood
2019-08-26Internal change.gVisor bot
2019-08-20Add tests for raw AF_PACKET sockets.Kevin Krakauer
2019-08-19Read iptables via sockopts.Kevin Krakauer
2019-08-15Add tests for "cooked" AF_PACKET sockets.Kevin Krakauer
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