summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2020-04-08splice: cap splice calls to MAX_RW_COUNTAndrei Vagin
2020-04-08Bump proc_test's kRSSTolerance to 10MB.Jamie Liu
2020-04-08Clean up TODOsFabricio Voznika
2020-04-08Handle utimes correctly for shared gofer filesystems.Dean Deng
2020-04-08file test: Remove FIXME about FIFO. It is already tested in mknod test.Ting-Yu Wang
2020-04-08Enable SubprocessExited and SubprocessZombie for gVisorFabricio Voznika
2020-04-08tests: Specify NoRandomSave for PortReuse testsAndrei Vagin
2020-04-07mkdir test: Address TODOs and re-enable a test.Ting-Yu Wang
2020-04-07Make gofer.dentry.destroyLocked idempotentFabricio Voznika
2020-04-06Bump up acceptable sample count for flaky itimer test.Dean Deng
2020-04-03Ensure EOF is handled propertly during splice.Adin Scannell
2020-04-03Add missing newlineTamir Duberstein
2020-04-03Internal change.gVisor bot
2020-04-02Fix typo in TODO comments.Dean Deng
2020-04-02Fix flaky TCPLinger2TimeoutAfterClose test.Bhasker Hariharan
2020-03-31Add socket filesystem and global disconnected socket mount for VFS2.Dean Deng
2020-03-26Merge pull request #2177 from xiaobo55x:sysret_testgVisor bot
2020-03-25Merge pull request #2151 from xiaobo55x:seccomp_testgVisor bot
2020-03-25Misc fixes to make stat_test pass (almost)Fabricio Voznika
2020-03-24Open a temp directory before changing capabilities and user ID-sAndrei Vagin
2020-03-23Support basic /proc/net/dev metrics for netstackIan Lewis
2020-03-18Enable syscall sysret_test on arm64.Haibo Xu
2020-03-16Enable ARP resolution in TAP devices.Ting-Yu Wang
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-13Enable syscall seccomp test on arm64.Haibo Xu
2020-03-12Remove flaky network namespace test that uses clone().Ting-Yu Wang
2020-03-11Merge pull request #1975 from nybidari:iptablesgVisor bot
2020-03-09Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net.Ting-Yu Wang
2020-03-06shutdown(s, SHUT_WR) in TIME-WAIT returns ENOTCONNEyal Soha
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-03-05Merge pull request #2036 from xiaobo55x:syscall_testgVisor bot
2020-03-04test/runner: use proper filters for test casesAndrei Vagin
2020-03-03Merge pull request #2008 from lubinszARM:pr_skip_vsyscallgVisor bot
2020-03-03Merge pull request #2043 from lubinszARM:pr_clean1gVisor bot
2020-03-03Move temp_umask to test/util.Adin Scannell
2020-03-03code clean: minor changes to compatible with ubuntu18.04Bin Lu
2020-03-02Fix panic caused by invalid address for Bind in packet sockets.Nayana Bidari
2020-03-02Fix data-race when reading/writing e.amss.Bhasker Hariharan
2020-03-02Fix syscall test build error on arm64.Haibo Xu
2020-02-28Hide /dev/net/tun when using hostinet.Ting-Yu Wang
2020-02-28skip vsyscall test cases on Arm64Bin Lu
2020-02-27Internal change.Nayana Bidari
2020-02-26Add getsockopt tests for SO_SNDTIMEO and SO_RCVTIMEOJay Zhuang
2020-02-24Merge pull request #1886 from avagin:arm64-travis-cigVisor bot
2020-02-21arm64: add a travis build ciAndrei Vagin
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-19Include more test files in exports_filesgVisor bot
2020-02-18Enable IPV6_RECVTCLASS socket option for datagram socketsgVisor bot