summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2021-02-08Allow UDP sockets connect()ing to port 0Zeling Feng
2021-02-08exec: don't panic if an elf file is malformedAndrei Vagin
2021-02-05[vfs] Handle `.` and `..` as last path component names in kernfs Rename.Ayush Ranjan
2021-02-03Compile-time constants are constexprTamir Duberstein
2021-02-02Add support for rate limiting out of window ACKs.Bhasker Hariharan
2021-02-02Assert TCP_INFO size before checking contentTamir Duberstein
2021-01-30Remove side effect from open testsFabricio Voznika
2021-01-29setgid directory syscall testsKevin Krakauer
2021-01-29Remove side effect from test casesFabricio Voznika
2021-01-29- Add more comments for the TCP_INFO struct fields.Nayana Bidari
2021-01-28Change EXPECT/ASSERT to TEST_CHECK inside InForkedProcessFabricio Voznika
2021-01-28Add O_PATH support in vfs2gVisor bot
2021-01-28Correctly check permissions in ping socket testTamir Duberstein
2021-01-27Add support for more fields in netstack for TCP_INFONayana Bidari
2021-01-26Initialize timestamps for gofer synthetic children.Dean Deng
2021-01-26Move inotify events from syscall to vfs layer.Dean Deng
2021-01-26Do not send SCM Rights more than once when message is truncated.Dean Deng
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-26Do not generate extraneous IN_CLOSE inotify events.Dean Deng
2021-01-25Remove side effect from shm testsFabricio Voznika
2021-01-25Fix Inotify.Exec testFabricio Voznika
2021-01-22Implement F_GETLK fcntl.Dean Deng
2021-01-21Syscall test for connecting to unspecified addressZeling Feng
2021-01-20Fix typo boundry -> boundary.Dean Deng
2021-01-19platform/ptrace: workaround a kernel ptrace issue on ARM64Andrei Vagin
2021-01-15Correctly return EMSGSIZE when packet is too big in raw socket.Ting-Yu Wang
2021-01-15Support TEST_PREMATURE_EXIT_FILE in syscall testsFabricio Voznika
2021-01-15Add sanity check on return values from WriteTing-Yu Wang
2021-01-15Add tests for cases of ARP failures on TCP connectMithun Iyer
2021-01-14Simplify the pipe implementation.Jamie Liu
2021-01-14Check for existence before permissionsFabricio Voznika
2021-01-12[rack] Set up TLP timer and configure timeout.Ayush Ranjan
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-07Fix tuntap_test to cleanup after CreateInterfaceNoCapMithun Iyer
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2021-01-06Run external networking testKevin Krakauer
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2021-01-05Don't check that msg_flags contains MSG_ERRQUEUE on gvisor platforms.Andrei Vagin
2021-01-05fs/fuse: check that a task has a specified file descriptorAndrei Vagin
2020-12-30Add test for open(2) with O_WRONLY|O_RDWR.Dean Deng
2020-12-29Deflake semaphore_test_nativeJing Chen
2020-12-29Export socket_ipv6_udp_unbound_loopback.ccTamir Duberstein
2020-12-28Merge pull request #5166 from kevinGC:bk-warningsgVisor bot
2020-12-23Resolve compiler warningsKevin Krakauer
2020-12-23vfs1: don't allow to open socket filesAndrei Vagin
2020-12-22Internal change.gVisor bot
2020-12-17Fix seek on /proc/pid/cmdline when task is zombie.Nicolas Lacasse
2020-12-17[netstack] Implement IP(V6)_RECVERR socket option.Ayush Ranjan
2020-12-15Implement command SEM_INFO and SEM_STAT for semctl.Jing Chen
2020-12-15Fix error code for connect in raw sockets.Nayana Bidari