summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux
AgeCommit message (Expand)Author
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-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
2021-04-29Fix up TODOs in the codeFabricio Voznika
2021-04-29Implement epoll_pwait2.Jing Chen
2021-04-28Remove side effect from test casesFabricio Voznika
2021-04-28Disable test that is always skippedFabricio Voznika
2021-04-26Merge pull request #5898 from zhlhahaha:2126-1gVisor bot
2021-04-26Handle tmpfs with 5 fields in /proc/mounts parsing.Adin Scannell
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-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-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