summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
AgeCommit message (Expand)Author
2021-08-11Run packet socket tests on FuchsiaGhanan Gowripalan
2021-08-09Run raw IP socket syscall tests on FuchsiaGhanan Gowripalan
2021-08-05Correctly handle interruptions in blocking msgqueue syscalls.Rahat Mahmood
2021-08-05Replace unsafe use of fork() in msgqueue tests.Rahat Mahmood
2021-08-03Merge pull request #6171 from sudo-sturbia:msgqueue/syscalls2gVisor bot
2021-08-03Add blocking and general tests for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-08-03Add non-blocking tests for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-07-30Merge pull request #6257 from zhlhahaha:2193-1gVisor bot
2021-07-28Add Uid/Gid/Groups fields to VFS2 /proc/[pid]/status.Jamie Liu
2021-07-27Don't create an extra fd bitmap to allocate a new fd.Andrei Vagin
2021-07-22Move socket_test_util to //test/utilGhanan Gowripalan
2021-07-22Merge pull request #6108 from sudo-sturbia:msgqueue/syscallsgVisor bot
2021-07-15netstack: support SO_RCVBUFFORCEKevin Krakauer
2021-07-14Add verity symlink testsChong Cai
2021-07-13Add initial test cases for msgget(2).Zyad A. Ali
2021-07-12Fix async-signal-unsafety in chroot test.Jamie Liu
2021-06-24Run `:socket_inet_loopback_isolated_test_linux` tests in a container.Etienne Perot
2021-06-23Fix PR_SET_PTRACER applicability to non-leader threads.Jamie Liu
2021-06-22`socket_inet_loopback`: Split off tests that need isolation in their own file.Etienne Perot
2021-06-04Add bind syscall tests for ICMP and ICMPv6Sam Balana
2021-05-26Add verity getdents testsChong Cai
2021-05-25Enable verity after mount in verity_mount testChong Cai
2021-05-21Make many tests build with NDK.Adam Barth
2021-05-21Prevent infinite loops from being optimized away.gVisor bot
2021-05-20Send SIGPIPE for closed pipes.Ian Lewis
2021-05-18Prevent infinite loops from being optimized away.gVisor bot
2021-05-18Merge pull request #5908 from zhlhahaha:2157gVisor bot
2021-05-14Add verity_mmap testsChong Cai
2021-05-14Fix cgroup hierarchy registration.Rahat Mahmood
2021-05-11fix pty_test error by releasing tty received from testHoward Zhang
2021-05-04tcp_socket_test: replace tcp_wmem with SO_SNDBUFKevin Krakauer
2021-04-30Fix //test/syscalls:tcp_socket_test_nativeKevin Krakauer
2021-04-22Also report mount options through /proc/<pid>/mounts.Rahat Mahmood
2021-04-20Clean test tags.Adin Scannell
2021-04-05Add initial verity ioctl syscall testsChong Cai
2021-04-05Allow user mount for verity fsChong Cai
2021-04-02Implement cgroupfs.Rahat Mahmood
2021-04-01Remove invalid dependency.Adin Scannell
2021-04-01Internal change.gVisor bot
2021-03-18Translate syserror when validating partial IO errorsFabricio Voznika
2021-03-16setgid directory support in overlayfsKevin Krakauer
2021-03-15Deflake proc_test_nativeFabricio Voznika
2021-03-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2021-03-01tcp: endpoint.Write has to send all data that has been read from payloadAndrei Vagin
2021-02-24Add YAMA security module restrictions on ptrace(2).Dean Deng
2021-02-22unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOVAndrei Vagin
2021-02-11Assign controlling terminal when tty is opened and support NOCTTYKevin Krakauer
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-09kernel: reparentLocked has to update children maps of old and new parentsAndrei Vagin
2021-01-30Remove side effect from open testsFabricio Voznika