summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2020-07-01Add test env variable "fuchsia"Jay Zhuang
2020-07-01Complete async signal delivery support in vfs2.Dean Deng
2020-06-30Fix two bugs in TCP sender.Bhasker Hariharan
2020-06-30Remove struct packing to fix compiler warning.Dean Deng
2020-06-30Add build target for the provisional style guide.Dean Deng
2020-06-29Refactor udp_socket_testZach Koopmans
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng
2020-06-27Support sticky bit in vfs2.Dean Deng
2020-06-26Add tests for eventfd/timerfd/inotify operations that should return ESPIPE.Dean Deng
2020-06-26IPv6 raw sockets. Needed for ip6tables.Kevin Krakauer
2020-06-26Implement SO_NO_CHECK socket option.gVisor bot
2020-06-26Packetimpact test for IPv6 unknown options actionZeling Feng
2020-06-26Require CAP_SYS_ADMIN in the root user namespace for TTY theftKevin Krakauer
2020-06-26Support IPv6 extension headers in packetimpact tests.Zeling Feng
2020-06-26Support inotify IN_ONESHOT.Dean Deng
2020-06-25Test that the fuse device can be openedRidwan Sharif
2020-06-25Moved FUSE device under the fuse directoryRidwan Sharif
2020-06-25Add FUSE character deviceRidwan Sharif
2020-06-24Fix procfs bugs in vfs2.Dean Deng
2020-06-24Internal change.gVisor bot
2020-06-24Port /dev/net/tun device to VFS2.Nicolas Lacasse
2020-06-23Add support for SO_REUSEADDR to TCP sockets/endpoints.Ian Gudger
2020-06-23Port /dev/tty device to VFS2.Nicolas Lacasse
2020-06-23Complete inotify IN_EXCL_UNLINK implementation in VFS2.Dean Deng
2020-06-23Nit fix: Create and use a std::string object for `const char*`.Ting-Yu Wang
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-23Deflake proc test: Don't fail on DT_UNKNOWN.Ting-Yu Wang
2020-06-23Port readahead to VFS2.Nicolas Lacasse
2020-06-23Internal change.gVisor bot
2020-06-22Check for invalid trailing / when traversing path in gofer OpenAt.Dean Deng
2020-06-22Allow readdir(/proc/[tid]/net) to return EINVAL on a zombie task.Nicolas Lacasse
2020-06-19Enable passing vfs2 tests.Dean Deng
2020-06-19Use internal tmpfs in test runner, even when running with overlay.Nicolas Lacasse
2020-06-19Port fadvise64 to vfs2.Dean Deng
2020-06-19Fix vfs2 handling of preadv2/pwritev2 flags.Dean Deng
2020-06-19Don't adjust parent link count if we replace a child dir with another.Dean Deng
2020-06-19Fix synthetic file bugs in gofer fs.Dean Deng
2020-06-18Fix vfs2 tmpfs link permission checks.Dean Deng
2020-06-18Enable more VFS2 syscall testsFabricio Voznika
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-06-18Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.Bhasker Hariharan
2020-06-17Add TempTmpMount testFabricio Voznika
2020-06-17Move mount configutation to RunOptsFabricio Voznika
2020-06-17Add test for stat("/proc/net/snmp").Ian Gudger
2020-06-17Proc test: Allow root mount pathname to be non-root.Nicolas Lacasse
2020-06-17Fix TtlDefault test on linux.Bhasker Hariharan
2020-06-17Remove various uses of 'blacklist'Michael Pratt
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-17Fix typos in test/README.md.Nicolas Lacasse
2020-06-15TCP to honor updated window size during handshake.Mithun Iyer