summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2020-01-27Update bug number for supporting extended attribute namespaces.Dean Deng
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-22Merge pull request #1629 from xiaobo55x:fault_testgVisor bot
2020-01-22Enable fault() syscall test on arm64.Haibo Xu
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2020-01-21Correct todos referencing IPV6_RECVTCLASSRyan Heacock
2020-01-21Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr.Dean Deng
2020-01-21Merge pull request #1546 from lubinszARM:pr_syscall_test_procgVisor bot
2020-01-17Convert EventMask to uint64Andrei Vagin
2020-01-16Disable xattr tests.Dean Deng
2020-01-14Changes TCP packet dispatch to use a pool of goroutines.Bhasker Hariharan
2020-01-14Implement {g,s}etsockopt(IP_RECVTOS) for UDP socketsTamir Duberstein
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-13tests: fix errors detected by asan.Andrei Vagin
2020-01-10Don't set RWF_HIPRI on InvalidOffset test.Brad Burlage
2020-01-10enable //test/syscalls:proc_test support on Arm64Bin Lu
2020-01-09Deflake a couple of TCP syscall tests when run under gotsan.Bhasker Hariharan
2020-01-08Return correct length with MSG_TRUNC for unix sockets.Ian Lewis
2020-01-08Fix slice bounds out of range panic in parsing socket control message.Ting-Yu Wang
2020-01-08Take addresses as constTamir Duberstein
2020-01-07fs/splice: don't report a partialResult error if there is no data lossAndrei Vagin
2020-01-07Fix partial_bad_buffer write tests.Adin Scannell
2019-12-26Automated rollback of changelist 287029703gVisor bot
2019-12-24Enable IP_RECVTOS socket option for datagram socketsRyan Heacock
2019-12-19futex: wake one waiter if futex_wake is called with a non-positive valueAndrei Vagin
2019-12-19Parameterize mmap tests.Dean Deng
2019-12-18net/tcp: allow to call listen without bindAndrei Vagin
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-17Internal change.gVisor bot
2019-12-17Explicitly export files needed by other packagesgVisor bot
2019-12-16Implement checks for get/setxattr at the syscall layer.Dean Deng
2019-12-12unix: allow to bind unix sockets only to AF_UNIX addressesAndrei Vagin
2019-12-11Add support for TCP_USER_TIMEOUT option.Bhasker Hariharan
2019-12-11Add syscall tests for getxattr and setxattr.Dean Deng
2019-12-10Re-enable execveat test that was causing files in /bin to be deleted.Dean Deng
2019-12-10Disable execveat test that is causing files in /bin to be deleted.Dean Deng
2019-12-10Add hostinet tests for sendmsg and recvmsg with TOS/TCLASS.Dean Deng
2019-12-09Add test for SO_BINDTODEVICE state bug.Ian Gudger
2019-12-09Add UDP SO_REUSEADDR support to the port manager.Ian Gudger
2019-12-09Include <netinet/tcp.h> for TCP enums in proc_net testsJay Zhuang
2019-12-09Mark test as non flaky.Bhasker Hariharan
2019-12-09Add tests for rseq(2)Michael Pratt
2019-12-06Add hostinet tests for UDP sockets.Dean Deng
2019-12-05Implement F_GETOWN_EX and F_SETOWN_EX.Ian Gudger
2019-12-05Reduce flakiness under gotsan runs.Bhasker Hariharan
2019-12-05Create correct file for /proc/[pid]/task/[tid]/ioZach Koopmans
2019-12-05Explicitly export files needed by other packagesgVisor bot
2019-12-04Allow syscall tests to run with hostinet.Dean Deng