summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2020-06-17Fix TtlDefault test on linux.Bhasker Hariharan
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-15Internal change.Martijn Vels
2020-06-15Correctly set the test VFS environment variable.Rahat Mahmood
2020-06-12Allow reading IP_MULTICAST_LOOP and IP_MULTICAST_TTL on TCP sockets.Ian Gudger
2020-06-12vfs2: implement fcntl(fd, F_SETFL, flags)Andrei Vagin
2020-06-11Merge pull request #2705 from lubinszARM:pr_sigfp_nestedgVisor bot
2020-06-10Add support for SO_REUSEADDR to UDP sockets/endpoints.Ian Gudger
2020-06-10Fix the error code for syscall test with null TOS.Nayana Bidari
2020-06-10{S,G}etsockopt for TCP_KEEPCNT option.Nayana Bidari
2020-06-10socket/unix: handle sendto address argument for connected socketsAndrei Vagin
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-09Fix write hang bug found by syzkaller.gVisor bot
2020-06-07Merge pull request #2788 from lubinszARM:pr_exec_2gVisor bot
2020-06-05Unshare files on execAndrei Vagin
2020-06-05Fix error code returned due to Port exhaustion.Bhasker Hariharan
2020-06-03Add test for O_TRUNCZach Koopmans
2020-06-02Check that two sockets with different types can't be connected to each otherAndrei Vagin
2020-06-01Enable VFS2 to runsc syscall testsFabricio Voznika
2020-06-01Add inotify events for extended attributes and splice.Dean Deng
2020-06-01Deflake pty_test_linux.Nicolas Lacasse
2020-06-01Fix inotify test.Dean Deng
2020-06-01Skip proc/pid/fd socket test for VFS1 only.Dean Deng
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-05-28minor changes in exec_binary test case for Arm64Bin Lu
2020-05-26Implement splice(2) and tee(2) for VFS2.Jamie Liu
2020-05-21Skip socket tests only if running on vfs1.Dean Deng
2020-05-20Avoid all caps FIONREAD as test name.Jay Zhuang
2020-05-19Skip itimer "fairness" tests on ptrace.Jamie Liu
2020-05-19Fix flaky udp tests by polling before reading.Dean Deng
2020-05-15passed the syscall test case 'fpsig_nested' on Arm64 platformBin Lu
2020-05-14Make utimes_test pass on VFS2.Jamie Liu
2020-05-14Merge pull request #2663 from lubinszARM:pr_sigfp_forkgVisor bot
2020-05-13Stub support for TCP_SYNCNT and TCP_WINDOW_CLAMP.Bhasker Hariharan
2020-05-13Resolve remaining TODOs for tmpfs.Nicolas Lacasse
2020-05-11Internal change.gVisor bot
2020-05-11passed the syscall test case 'fpsig_fork' on Arm64 platformBin Lu
2020-05-05gvisor/test: use RetryEINTR for connect()Andrei Vagin
2020-05-04Port eventfd to VFS2.Nicolas Lacasse
2020-05-04Deflake //third_party/gvisor/test/syscalls:proc_test_nativeAndrei Vagin
2020-04-28Fix Unix socket permissions.Dean Deng
2020-04-28Don't unlink named pipes in pipe test.Jamie Liu
2020-04-22tcp: handle listen after shutdown properlyAndrei Vagin
2020-04-21Restore euid upon test finishKevin Krakauer
2020-04-20Merge pull request #2060 from xiaobo55x:rseqgVisor bot
2020-04-17prlimit: don't check credentials on selfKevin Krakauer
2020-04-17proc net test: Annotate disable-save test with NoRandomSave.Ting-Yu Wang
2020-04-16Implement pipe(2) and pipe2(2) for VFS2.Jamie Liu
2020-04-16Reset pending connections on listener shutdown.Mithun Iyer