summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2021-06-29Merge pull request #6085 from liornm:fix-tun-no_pigVisor bot
2021-06-29Add SIOCGIFFLAGS ioctl support to hostinet.Lucas Manning
2021-06-29Fix TUN IFF_NO_PI bugliornm
2021-06-28code quality: cleanup lint messagesKevin Krakauer
2021-06-28check explicitly that AF_PACKET sockets can't write in gVisorKevin Krakauer
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-22Wake up Writers when tcp socket is shutdown for writes.Bhasker Hariharan
2021-06-22`socket_inet_loopback`: Split off tests that need isolation in their own file.Etienne Perot
2021-06-22Trigger poll/epoll events on zero-length hostinet sendmsgIan Lewis
2021-06-21clean up tcpdump TODOsKevin Krakauer
2021-06-17raw sockets: don't overwrite destination addressKevin Krakauer
2021-06-16Fix broken hdrincl testKevin Krakauer
2021-06-15Deflake SocketInetLoopbackTest.TCPBacklogKevin Krakauer
2021-06-14Cleanup lint messagesKevin Krakauer
2021-06-14Remove debug lines from exec.ccZach Koopmans
2021-06-11Fix //test/syscalls:exec_test_nativeZach Koopmans
2021-06-11Temorary skip test cases that fail on LinuxAndrei Vagin
2021-06-10Add /proc/sys/vm/max_map_countFabricio Voznika
2021-06-10Merge pull request #6103 from sudo-sturbia:semaphore-errgVisor bot
2021-06-07test: use std::vector instead of allocating memory with callocAndrei Vagin
2021-06-07Implement RENAME_NOREPLACE for all VFS2 filesystem implementations.Jamie Liu
2021-06-04Add bind syscall tests for ICMP and ICMPv6Sam Balana
2021-06-03Reset global_num_signals_received on RegisterSignalHandlerAdam Barth
2021-06-01Ensure full shutdown of endpoint on notifyCloseMithun Iyer
2021-06-01Test system-wide semaphore limits.Zyad A. Ali
2021-05-27nanosleep has to store the finish time in the restart blockAndrei Vagin
2021-05-26Add verity getdents testsChong Cai
2021-05-25Enable verity after mount in verity_mount testChong Cai
2021-05-25setgid directories for VFS1 tmpfs, overlayfs, and goferfsKevin Krakauer
2021-05-25Expect POLLRDHUP on FuchsiaTamir Duberstein
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-20Add protocol state to TCPINFOMithun Iyer
2021-05-20Fix cgroupfs mount racing with unmount.Rahat Mahmood
2021-05-18Be explicit about setsid() return values in pty.ccKevin Krakauer
2021-05-18Prevent infinite loops from being optimized away.gVisor bot
2021-05-18Merge pull request #5908 from zhlhahaha:2157gVisor bot
2021-05-17Reduce thread count in TCPResetDuringClose.Jamie Liu
2021-05-14Resolve remaining O_PATH TODOs.Dean Deng
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-06Implement /proc/cmdlineSteve Silva
2021-05-04tcp_socket_test: replace tcp_wmem with SO_SNDBUFKevin Krakauer
2021-05-04Increase error margin for memory accounting test.Dean Deng
2021-05-03Temporarily disable atime/mtime check in utimensat test.Dean Deng
2021-05-03Fix deadlock in /proc/[pid]/fd/[num]Fabricio Voznika
2021-04-30Fix //test/syscalls:tcp_socket_test_nativeKevin Krakauer