summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
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
2021-01-14Simplify the pipe implementation.Jamie Liu
2021-01-14Check for existence before permissionsFabricio Voznika
2021-01-12[rack] Set up TLP timer and configure timeout.Ayush Ranjan
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-07Fix tuntap_test to cleanup after CreateInterfaceNoCapMithun Iyer
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2021-01-06Run external networking testKevin Krakauer
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2021-01-05Don't check that msg_flags contains MSG_ERRQUEUE on gvisor platforms.Andrei Vagin
2021-01-05fs/fuse: check that a task has a specified file descriptorAndrei Vagin
2020-12-30Add test for open(2) with O_WRONLY|O_RDWR.Dean Deng
2020-12-29Deflake semaphore_test_nativeJing Chen
2020-12-29Export socket_ipv6_udp_unbound_loopback.ccTamir Duberstein
2020-12-28Merge pull request #5166 from kevinGC:bk-warningsgVisor bot
2020-12-23Resolve compiler warningsKevin Krakauer
2020-12-23vfs1: don't allow to open socket filesAndrei Vagin
2020-12-22Internal change.gVisor bot
2020-12-17Fix seek on /proc/pid/cmdline when task is zombie.Nicolas Lacasse
2020-12-17[netstack] Implement IP(V6)_RECVERR socket option.Ayush Ranjan
2020-12-15Implement command SEM_INFO and SEM_STAT for semctl.Jing Chen
2020-12-15Fix error code for connect in raw sockets.Nayana Bidari
2020-12-14[netstack] Update raw socket and hostinet control message parsing.Ayush Ranjan
2020-12-14Move SO_ERROR and SO_OOBINLINE option to socketops.Nayana Bidari
2020-12-11Fix panic when IPv4 address is used in sendmsg for IPv6 socketsNayana Bidari
2020-12-11Make semctl IPC_INFO cmd return the index of highest used entry.Jing Chen
2020-12-09Add support for IP_RECVORIGDSTADDR IP option.Bhasker Hariharan
2020-12-06Merge pull request #4932 from lubinszARM:pr_test_exceptionsgVisor bot
2020-12-04Remove invalid test case.Adin Scannell
2020-12-04Initialize has_tid for correctness.Adin Scannell
2020-12-03Implement command IPC_INFO for semctl.Jing Chen
2020-12-03Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.Etienne Perot
2020-12-03Support partitions for other tests.Adin Scannell
2020-12-02Fix chown test.Adin Scannell
2020-12-02Skip CanKillAllPIDs when running natively.Adin Scannell
2020-12-02Add /proc/sys/kernel/sem.Jing Chen
2020-11-30Fix deadlock in UDP handleControlPacket path.Bhasker Hariharan
2020-11-25arm64 test: add exceptions related test casesRobin Luk
2020-11-23Omit sandbox from chown test.Adin Scannell
2020-11-23Ignore permission failures in CheckDuplicatesRecursively.Adin Scannell
2020-11-19Internal change.gVisor bot
2020-11-19Propagate IP address prefix from host to netstackFabricio Voznika
2020-11-18[netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions.Ayush Ranjan