summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
AgeCommit message (Expand)Author
2020-06-19Enable passing vfs2 tests.Dean Deng
2020-06-19Port fadvise64 to vfs2.Dean Deng
2020-06-19Fix vfs2 handling of preadv2/pwritev2 flags.Dean Deng
2020-06-19Don't adjust parent link count if we replace a child dir with another.Dean Deng
2020-06-19Fix synthetic file bugs in gofer fs.Dean Deng
2020-06-18Fix vfs2 tmpfs link permission checks.Dean Deng
2020-06-18Enable more VFS2 syscall testsFabricio Voznika
2020-06-15Correctly set the test VFS environment variable.Rahat Mahmood
2020-06-05Fix error code returned due to Port exhaustion.Bhasker Hariharan
2020-06-01Enable VFS2 to runsc syscall testsFabricio Voznika
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-02-28Hide /dev/net/tun when using hostinet.Ting-Yu Wang
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2020-02-20Initial network namespace support.gVisor bot
2020-02-19Add basic microbenchmarks.Adin Scannell
2020-02-04Add socket connection stress test.Ian Gudger
2020-02-04Add support for sentry internal pipe for gofer mountsFabricio Voznika
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-17Convert EventMask to uint64Andrei Vagin
2020-01-16Disable xattr tests.Dean Deng
2019-12-11Add syscall tests for getxattr and setxattr.Dean Deng
2019-12-09Add tests for rseq(2)Michael Pratt
2019-12-06Add hostinet tests for UDP sockets.Dean Deng
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-11-04Add NETLINK_KOBJECT_UEVENT socket supportMichael Pratt
2019-10-18Cleanup host UDS supportMichael Pratt
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-02Increase itimer test timeoutMichael Pratt
2019-09-24Stub out readahead implementation.Adin Scannell
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-04Run proc_net tests.Ian Gudger
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-29Implement /proc/net/udp.Rahat Mahmood
2019-08-20Add tests for raw AF_PACKET sockets.Kevin Krakauer
2019-08-20tests: syscall_test_runner should not run tests in parallelAndrei Vagin
2019-08-19Read iptables via sockopts.Kevin Krakauer
2019-08-15Add tests for "cooked" AF_PACKET sockets.Kevin Krakauer
2019-08-06Fix for a panic due to writing to a closed accept channel.Bhasker Hariharan
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-07-25Automated rollback of changelist 255679453Fabricio Voznika
2019-07-12Add IPPROTO_RAW, which allows raw sockets to write IP headers.Kevin Krakauer
2019-06-28Automated rollback of changelist 255263686Nicolas Lacasse
2019-06-27Complete pipe support on overlayfsFabricio Voznika
2019-06-26Preserve permissions when checking lowerFabricio Voznika
2019-06-21Fix the logic for sending zero window updates.Bhasker Hariharan
2019-06-19Mark tcp_socket test flaky (for real)Michael Pratt
2019-06-06Remove tmpfs restriction from testFabricio Voznika
2019-06-06Add overlay dimension to FS related syscall testsFabricio Voznika
2019-06-03Remove duplicate socket testsMichael Pratt