summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
AgeCommit message (Expand)Author
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-08Return correct length with MSG_TRUNC for unix sockets.Ian Lewis
2019-12-18Switch to netinet/tcp.h and poll.h to for better platform portability.Jay Zhuang
2019-12-18Put GetSocketPairs() in unnamed namespaceJay Zhuang
2019-12-17Explicitly export files needed by other packagesgVisor bot
2019-12-11Add syscall tests for getxattr and setxattr.Dean Deng
2019-12-09Mark test as non flaky.Bhasker Hariharan
2019-12-09Add tests for rseq(2)Michael Pratt
2019-12-05Implement F_GETOWN_EX and F_SETOWN_EX.Ian Gudger
2019-12-05Explicitly export files needed by other packagesgVisor bot
2019-12-03Clean up readv_socket test suite.Dean Deng
2019-12-03Fix panic due to early transition to Closed.Bhasker Hariharan
2019-12-02Port tests in udp_socket.cc to FuchsiaJay Zhuang
2019-11-12Add tests for SO_REUSEADDR and SO_REUSEPORT.Ian Gudger
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-11-04Add NETLINK_KOBJECT_UEVENT socket supportMichael Pratt
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