summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux
AgeCommit message (Expand)Author
2021-04-21Stub the custom "job" controller required by some workloads.Rahat Mahmood
2021-04-20Clean test tags.Adin Scannell
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-04-17Avoid ignoring incoming packet by demuxer on endpoint lookup failureMithun Iyer
2021-04-16Use size_t instead of C integer types.Dean Deng
2021-04-15Add verity ioctl test for mount with root hashChong Cai
2021-04-15Disable failing socket_ipv4_udp_unbound_loopback_test_linux tests.Dean Deng
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-04-13Fix listener close, client connect raceMithun Iyer
2021-04-12Make AsSockAddr() to replace reinterpret_cast<sockaddr*>Ting-Yu Wang
2021-04-09Merge pull request #5767 from avagin:mxcsrgVisor bot
2021-04-09Move maxListenBacklog check to sentryMithun Iyer
2021-04-05Fix listen backlog handling to be in parity with LinuxMithun Iyer
2021-04-05Report task CPU usage through the cpuacct cgroup controller.Rahat Mahmood
2021-04-05Add initial verity ioctl syscall testsChong Cai
2021-04-05deflake semaphore testKevin Krakauer
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-25setgid: skip tests when we can't find usable GIDsKevin Krakauer
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-23setgid directory support in goferfsKevin Krakauer
2021-03-18Translate syserror when validating partial IO errorsFabricio Voznika
2021-03-16Fix a race with synRcvdCount and acceptMithun Iyer
2021-03-16setgid directory support in overlayfsKevin Krakauer
2021-03-15Deflake proc_test_nativeFabricio Voznika
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