summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
AgeCommit message (Expand)Author
2021-07-22Merge pull request #6108 from sudo-sturbia:msgqueue/syscallsgVisor bot
2021-07-14Add verity symlink testsChong Cai
2021-07-13Add initial test cases for msgget(2).Zyad A. Ali
2021-06-29Add SIOCGIFFLAGS ioctl support to hostinet.Lucas Manning
2021-06-24Run `:socket_inet_loopback_isolated_test_linux` tests in a container.Etienne Perot
2021-06-22`socket_inet_loopback`: Split off tests that need isolation in their own file.Etienne Perot
2021-05-26Add verity getdents testsChong Cai
2021-05-14Add verity_mmap testsChong Cai
2021-04-22Add mlock syscall testFabricio Voznika
2021-04-05Add initial verity ioctl syscall testsChong Cai
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-03-11Remove special casing of socket stress testKevin Krakauer
2021-02-10Support setgid directories in tmpfs and kernfsKevin Krakauer
2021-02-09kernel: reparentLocked has to update children maps of old and new parentsAndrei Vagin
2021-01-29setgid directory syscall testsKevin Krakauer
2021-01-19platform/ptrace: workaround a kernel ptrace issue on ARM64Andrei Vagin
2021-01-06Run external networking testKevin Krakauer
2021-01-06Support add/remove IPv6 multicast group sock optGhanan Gowripalan
2020-12-14[netstack] Update raw socket and hostinet control message parsing.Ayush Ranjan
2020-12-03Support partitions for other tests.Adin Scannell
2020-10-31net/tcpip: connect to unset loopback address has to return EADDRNOTAVAILAndrei Vagin
2020-10-06Implement membarrier(2) commands other than *_SYNC_CORE.Jamie Liu
2020-09-28Support inotify in overlayfs.Dean Deng
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
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-20Enable strace+debug in syscall testsFabricio Voznika
2020-08-19ip6tables: test initial stateKevin Krakauer
2020-08-13Disable vfs2 for socket_stress_test.Ayush Ranjan
2020-08-10Enable VFS2 by default for all syscall tests.Ayush Ranjan
2020-08-07Support separate read/write handles in fsimpl/gofer.dentry.Jamie Liu
2020-07-24Enable open testAyush Ranjan
2020-07-23Port sendfile to vfs2.Nicolas Lacasse
2020-07-09Gate FUSE behind a runsc flagRidwan Sharif
2020-07-07Fix mknod and inotify syscall testAyush Ranjan
2020-07-01Update preadv2/pwritev2 flag handling in vfs2.Dean Deng
2020-07-01[vfs2][gofer] Fix mmap syscall test.Ayush Ranjan
2020-07-01Port vfs1 implementation of sync_file_range to vfs2.Dean Deng
2020-07-01Port fallocate to VFS2.Zach Koopmans
2020-07-01Complete async signal delivery support in vfs2.Dean Deng
2020-06-27Support sticky bit in vfs2.Dean Deng
2020-06-26IPv6 raw sockets. Needed for ip6tables.Kevin Krakauer
2020-06-24Fix procfs bugs in vfs2.Dean Deng
2020-06-24Port /dev/net/tun device to VFS2.Nicolas Lacasse
2020-06-23Port /dev/tty device to VFS2.Nicolas Lacasse
2020-06-23Port readahead to VFS2.Nicolas Lacasse
2020-06-22Check for invalid trailing / when traversing path in gofer OpenAt.Dean Deng