summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
AgeCommit message (Expand)Author
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-03Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.Etienne Perot
2020-11-25arm64 test: add exceptions related test casesRobin Luk
2020-11-23Omit sandbox from chown test.Adin Scannell
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-06Fix infinite loop when splicing to pipes/eventfds.Nicolas Lacasse
2020-10-31net/tcpip: connect to unset loopback address has to return EADDRNOTAVAILAndrei Vagin
2020-10-30Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext().Jamie Liu
2020-10-24Avoid excessive save/restore cycles in socket_ipv4_udp_unbound tests.Jamie Liu
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-16Use POSIX interval timers in flock test.Dean Deng
2020-10-06Implement membarrier(2) commands other than *_SYNC_CORE.Jamie Liu
2020-10-03Fix kcov enabling and disabling procedures.Dean Deng
2020-09-29Migrates uses of deprecated map types to recommended types.gVisor bot
2020-09-21Fix socket_ipv4_udp_unbound_test_native in opensource.Zach Koopmans
2020-09-18Use a tmpfs file for shared anonymous and /dev/zero mmap on VFS2.Jamie Liu
2020-09-16Receive broadcast packets on interested endpointsGhanan Gowripalan
2020-08-31Remove __fuchsia__ definesTamir Duberstein
2020-08-28Don't bind loopback to all IPs in an IPv6 subnetGhanan Gowripalan
2020-08-25Expose basic coverage information to userspace through kcov interface.Dean Deng
2020-08-24Consider loopback bound to all addresses in subnetGhanan Gowripalan
2020-08-21Move udp port exhaustion tests to a 'nogotsan' one.Ting-Yu Wang
2020-08-19Fix return for rseq_test.Zach Koopmans
2020-08-19ip6tables: test initial stateKevin Krakauer
2020-08-18Fix readahead test for opensource.Zach Koopmans
2020-07-23Internal change.gVisor bot
2020-07-11Stub out SO_DETACH_FILTER.Bhasker Hariharan
2020-07-01Port fallocate to VFS2.Zach Koopmans
2020-06-29Refactor udp_socket_testZach Koopmans
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng
2020-06-26IPv6 raw sockets. Needed for ip6tables.Kevin Krakauer
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-15Correctly set the test VFS environment variable.Rahat Mahmood
2020-06-11Merge pull request #2705 from lubinszARM:pr_sigfp_nestedgVisor bot
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-05Fix error code returned due to Port exhaustion.Bhasker Hariharan
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-05-15passed the syscall test case 'fpsig_nested' on Arm64 platformBin Lu
2020-05-14Merge pull request #2663 from lubinszARM:pr_sigfp_forkgVisor bot
2020-05-13Resolve remaining TODOs for tmpfs.Nicolas Lacasse
2020-05-11Internal change.gVisor bot
2020-05-11passed the syscall test case 'fpsig_fork' on Arm64 platformBin Lu
2020-04-28Fix Unix socket permissions.Dean Deng
2020-04-14Merge pull request #2375 from lubinszARM:pr_exec_binarygVisor bot
2020-04-09Dedup netlink utility functions in tests.Ting-Yu Wang
2020-04-08splice: cap splice calls to MAX_RW_COUNTAndrei Vagin
2020-04-08Enable exec_binary syscall test on Arm64Bin Lu
2020-03-18Enable syscall sysret_test on arm64.Haibo Xu