summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2021-09-19Support IPV6_RECVPKTINFO on UDP socketsGhanan Gowripalan
2021-09-17Allow rebinding packet socket protocolGhanan Gowripalan
2021-09-16Allow creating packet socket bound to any protocolGhanan Gowripalan
2021-09-16Rename packet_socket to packet_socket_dgramGhanan Gowripalan
2021-09-16Limit most file mmaps to the range of an int64.Jamie Liu
2021-09-16Don't allow binding to broadcast on ICMP socketsGhanan Gowripalan
2021-09-15[bind] Return EINVAL for under sized addressGhanan Gowripalan
2021-09-14Compose raw IP with datagram-based endpointGhanan Gowripalan
2021-09-14Use a shared method to get loopback indexGhanan Gowripalan
2021-09-14Explicitly bind endpoint to a NICGhanan Gowripalan
2021-09-14Don't use SOL_UDP when creating socketsGhanan Gowripalan
2021-09-13Accept packets destined to bound addressGhanan Gowripalan
2021-09-13Separate IPv4 ToS & IPv6 TClass in dgram endpointGhanan Gowripalan
2021-09-09Remove linux-compat loopback hacks from packet endpointGhanan Gowripalan
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-09-01unix: handle a case when a buffer is overflowedAndrei Vagin
2021-08-31Remove splice-to/from-weird-files tests.Jamie Liu
2021-08-30[syserr] Fix SIGBUS on syserr.FromErrorZach Koopmans
2021-08-26fix tests in pty.ccgystemd
2021-08-24Merge pull request #6438 from gystemd:tcsetpgrp_SIGTTOUgVisor bot
2021-08-24Fix uninitialized messages in MsgqueueTestFabricio Voznika
2021-08-19Added a system call test for SetForegroundProcessGroupgystemd
2021-08-17[op] Deflake SNMP Metric proc_net tests.Ayush Ranjan
2021-08-17Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3gVisor bot
2021-08-17added two system call tests for setForegroundProcessGroupgystemd
2021-08-17Implement stub for msgctl(2).Zyad A. Ali
2021-08-17Add tests for msgctl(2).Zyad A. Ali
2021-08-16test/syscalls/proc_net: /proc/net/snmp can contain system-wide statisticsAndrei Vagin
2021-08-12test/pipe: use futex() for sync with the signal handerAndrei Vagin
2021-08-12Add support for TCP send buffer auto tuning.Nayana Bidari
2021-08-11Run packet socket tests on FuchsiaGhanan Gowripalan
2021-08-11Initial cgroupfs support for subcontainersRahat Mahmood
2021-08-11Fix FSSupportsMap checkAdam Barth
2021-08-11Wrap test queues in Queue object on creation.Rahat Mahmood
2021-08-11Fix LinkTest.OldnameDoesNotExistAdam Barth
2021-08-09Run raw IP socket syscall tests on FuchsiaGhanan Gowripalan
2021-08-05Correctly handle interruptions in blocking msgqueue syscalls.Rahat Mahmood
2021-08-05Replace unsafe use of fork() in msgqueue tests.Rahat Mahmood
2021-08-05Skip mmap test cases if underlying FS doesn't support maps.Rahat Mahmood
2021-08-04Implement PR_SET_CHILD_SUBREAPER when the calling task is PID 1.Nicolas Lacasse
2021-08-03Use GetAbsoluteTestTmpdir() rather than hard-code "/tmp"Adam Barth
2021-08-03Merge pull request #6171 from sudo-sturbia:msgqueue/syscalls2gVisor bot
2021-08-03Implement MSG_COPY option for msgrcv(2).Zyad A. Ali
2021-08-03Implement stubs for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-08-03Add blocking and general tests for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-08-03Add non-blocking tests for msgsnd(2) and msgrcv(2).Zyad A. Ali
2021-07-30Support RTM_DELLINKZeling Feng
2021-07-30Merge pull request #6257 from zhlhahaha:2193-1gVisor bot
2021-07-28Add Uid/Gid/Groups fields to VFS2 /proc/[pid]/status.Jamie Liu
2021-07-27Don't create an extra fd bitmap to allocate a new fd.Andrei Vagin