summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2021-04-26fix brace misplaced errorHoward Zhang
2021-04-24Add verity tests for stat, deleted/renamed fileChong Cai
2021-04-23hostinet: parse the timeval structure from a SO_TIMESTAMP control messageAndrei Vagin
2021-04-22Remove side effect from mount testsFabricio Voznika
2021-04-22Add mlock syscall testFabricio Voznika
2021-04-22Fix AF_UNIX listen() w/ zero backlog.Bhasker Hariharan
2021-04-22Also report mount options through /proc/<pid>/mounts.Rahat Mahmood
2021-04-22Add verity tests for modified file/Merkle fileChong Cai
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-03Remove eternal and enormous tests.Adin Scannell
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-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