summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2021-03-15Deflake proc_test_nativeFabricio Voznika
2021-03-11Remove special casing of socket stress testKevin Krakauer
2021-03-09Allow reading from PTY into bad buffer to return EAGAIN.Nicolas Lacasse
2021-03-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2021-03-08Fix proc test flakinessFabricio Voznika
2021-03-08Fix SocketInetLoopbackTest flakinessFabricio Voznika
2021-03-01tcp: endpoint.Write has to send all data that has been read from payloadAndrei Vagin
2021-02-25Implement SEM_STAT_ANY cmd of semctl.Jing Chen
2021-02-24Kernfs should not try to rename a file to itself.Nicolas Lacasse
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-18Make socketops reflect correct sndbuf value for host UDS.Bhasker Hariharan
2021-02-18Remove side effect from pty testsFabricio Voznika
2021-02-12tests: getsockname expects that addrlen will be initializedAndrei Vagin
2021-02-11Implement semtimedop.Jing Chen
2021-02-11Assign controlling terminal when tty is opened and support NOCTTYKevin Krakauer
2021-02-10Support setgid directories in tmpfs and kernfsKevin Krakauer
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-09Fix fd leak from testFabricio Voznika
2021-02-09kernel: reparentLocked has to update children maps of old and new parentsAndrei Vagin
2021-02-09pipe: writeLocked has to return ErrWouldBlock if the pipe is fullAndrei Vagin
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