gvisor/test/syscalls/linux
Nicolas Lacasse 83a8b309e9 tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN.
This is needed to support the overlay opaque attribute.

PiperOrigin-RevId: 328552985
2020-08-26 10:05:34 -07:00
..
rseq Fix return for rseq_test. 2020-08-19 14:46:55 -07:00
32bit.cc arm64: add a travis build ci 2020-02-21 22:44:19 -08:00
BUILD Expose basic coverage information to userspace through kcov interface. 2020-08-25 16:28:45 -07:00
accept_bind.cc Check that two sockets with different types can't be connected to each other 2020-06-02 19:19:15 -07:00
accept_bind_stream.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
access.cc
affinity.cc
aio.cc Remove TODOs from Async IO 2020-04-09 16:41:27 -07:00
alarm.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
arch_prctl.cc Create platform_util for tests. 2020-01-27 22:28:43 -08:00
bad.cc code clean: minor changes to compatible with ubuntu18.04 2020-03-03 17:45:59 +08:00
base_poll_test.cc
base_poll_test.h
bind.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
brk.cc
chdir.cc
chmod.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
chown.cc Change to standard types. 2020-01-21 17:28:57 -08:00
chroot.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
clock_getres.cc
clock_gettime.cc Change to standard types. 2020-01-21 17:28:57 -08:00
clock_nanosleep.cc Only copy out remaining time on nanosleep success 2019-09-30 13:07:32 -07:00
concurrency.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
connect_external.cc Prefer Type& over Type & 2020-01-28 11:18:17 -08:00
creat.cc
dev.cc Merge pull request #3024 from ridwanmsharif:ridwanmsharif/fuse-stub-impl 2020-07-23 16:34:09 -07:00
dup.cc
epoll.cc Force registration for EPOLLHUP, not EPOLLRDHUP, in vfs2's epoll. 2020-07-29 14:57:48 -07:00
eventfd.cc Add tests for eventfd/timerfd/inotify operations that should return ESPIPE. 2020-06-26 19:42:27 -07:00
exceptions.cc Create platform_util for tests. 2020-01-27 22:28:43 -08:00
exec.cc Deflake exec test. 2020-07-07 19:45:16 -07:00
exec.h
exec_assert_closed_workload.cc
exec_basic_workload.cc
exec_binary.cc Skip ElfInterpreterStaticTest for 5.X kernels. 2020-08-21 11:39:04 -07:00
exec_proc_exe_workload.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
exec_state_workload.cc
exit.cc
exit_script.sh
fadvise64.cc
fallocate.cc Port fallocate to VFS2. 2020-07-01 13:14:44 -07:00
fault.cc Enable fault() syscall test on arm64. 2020-01-22 06:57:19 +00:00
fchdir.cc
fcntl.cc Fix SETOWN_EX return value. 2020-07-30 10:27:44 -07:00
file_base.h Clean up TODOs 2020-04-08 17:58:13 -07:00
flock.cc Return appropriate errors when file locking is unsuccessful. 2020-08-19 08:53:12 -07:00
fork.cc Enable syscall fork_test on arm64. 2020-04-10 09:39:50 +08:00
fpsig_fork.cc passed the syscall test case 'fpsig_nested' on Arm64 platform 2020-05-15 02:52:36 -04:00
fpsig_nested.cc passed the syscall test case 'fpsig_nested' on Arm64 platform 2020-05-15 02:52:36 -04:00
fsync.cc
futex.cc Implement get/set_robust_list. 2020-07-23 17:42:50 -07:00
getcpu.cc
getdents.cc Internal change. 2020-07-23 13:58:42 -07:00
getrandom.cc Cleanup for syscall tests on arm64. 2020-03-31 13:39:38 +08:00
getrusage.cc Prefer Type& over Type & 2020-01-28 11:18:17 -08:00
inotify.cc Fix Inotify tests in open source. 2020-08-21 14:21:44 -07:00
ioctl.cc Implement F_GETOWN_EX and F_SETOWN_EX. 2019-12-05 17:28:52 -08:00
ip6tables.cc ip6tables: test initial state 2020-08-19 12:03:34 -07:00
ip_socket_test_util.cc Use if_nametoindex to get interface index. 2020-04-15 14:31:36 -07:00
ip_socket_test_util.h Make some functions in IfAddrHelper const. 2020-04-09 16:22:02 -07:00
iptables.cc remove iptables sockopt special cases 2020-08-25 13:43:26 -07:00
iptables.h ip6tables: test initial state 2020-08-19 12:03:34 -07:00
itimer.cc Skip itimer "fairness" tests on ptrace. 2020-05-19 11:53:03 -07:00
kcov.cc Expose basic coverage information to userspace through kcov interface. 2020-08-25 16:28:45 -07:00
kill.cc Change to standard types. 2020-01-21 17:28:57 -08:00
link.cc Fix vfs2 tmpfs link permission checks. 2020-06-18 22:02:07 -07:00
lseek.cc Cleanup for syscall tests on arm64. 2020-03-31 13:39:38 +08:00
madvise.cc Prefer Type& over Type & 2020-01-28 11:18:17 -08:00
memfd.cc tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN. 2020-08-26 10:05:34 -07:00
memory_accounting.cc Change to standard types. 2020-01-21 17:28:57 -08:00
mempolicy.cc Prefer Type& over Type & 2020-01-28 11:18:17 -08:00
mincore.cc
mkdir.cc mkdir test: Address TODOs and re-enable a test. 2020-04-07 13:28:33 -07:00
mknod.cc Fix mknod and inotify syscall test 2020-07-07 15:35:01 -07:00
mlock.cc Cleanup for syscall tests on arm64. 2020-03-31 13:39:38 +08:00
mmap.cc Fix return value for MMap Tests in OpenSource 2020-08-18 09:54:48 -07:00
mount.cc Fix MountFuseFilesystem tests failing 2020-07-31 16:18:40 -07:00
mremap.cc Deflake aio_test. 2019-09-05 16:36:44 -07:00
msync.cc Fix header ordering and format all C++ code. 2020-01-27 18:27:20 -08:00
munmap.cc
network_namespace.cc Remove flaky network namespace test that uses clone(). 2020-03-12 14:35:25 -07:00
open.cc [vfs] Do O_DIRECTORY check after resolving symlinks. 2020-08-17 13:26:31 -07:00
open_create.cc Move temp_umask to test/util. 2020-03-03 12:38:00 -08:00
packet_socket.cc Redirect TODO to GitHub issues 2020-07-28 21:24:26 -07:00
packet_socket_raw.cc Redirect TODO to GitHub issues 2020-07-28 21:24:26 -07:00
partial_bad_buffer.cc Change to standard types. 2020-01-21 17:28:57 -08:00
pause.cc
ping_socket.cc Fix error code returned due to Port exhaustion. 2020-06-05 13:43:01 -07:00
pipe.cc Don't unlink named pipes in pipe test. 2020-04-28 11:28:44 -07:00
poll.cc Fix error code returned due to Port exhaustion. 2020-06-05 13:43:01 -07:00
ppoll.cc
prctl.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
prctl_setuid.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
pread64.cc Don't allow read/write when offset+size overflows. 2020-04-13 18:00:17 -07:00
preadv.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
preadv2.cc Merge pull request #1471 from xiaobo55x:syscall_test 2020-01-30 16:12:25 -08:00
priority.cc
priority_execve.cc
proc.cc Fix procfs bugs in vfs2. 2020-06-24 19:22:12 -07:00
proc_net.cc Add loss recovery option for TCP. 2020-08-05 20:50:06 -07:00
proc_net_tcp.cc Change to standard types. 2020-01-21 17:28:57 -08:00
proc_net_udp.cc Change to standard types. 2020-01-21 17:28:57 -08:00
proc_net_unix.cc Internal change. 2020-04-03 10:20:55 -07:00
proc_pid_oomscore.cc Stub oom_score_adj and oom_score. 2020-03-05 18:23:01 -08:00
proc_pid_smaps.cc Add missing newline 2020-04-03 11:38:37 -07:00
proc_pid_uid_gid_map.cc Change to standard types. 2020-01-21 17:28:57 -08:00
pselect.cc
ptrace.cc Enable syscall ptrace test on arm64. 2020-04-10 10:00:26 +08:00
pty.cc Add missing ICRNL flag in master termios test 2020-06-30 09:31:28 -07:00
pty_root.cc Require CAP_SYS_ADMIN in the root user namespace for TTY theft 2020-06-26 16:24:39 -07:00
pwrite64.cc Don't allow read/write when offset+size overflows. 2020-04-13 18:00:17 -07:00
pwritev2.cc Update preadv2/pwritev2 flag handling in vfs2. 2020-07-01 22:04:42 -07:00
raw_socket.cc Fix wildcard bind for raw socket. 2020-07-23 12:54:12 -07:00
raw_socket_hdrincl.cc s/github.dev/gvisor.dev 2020-07-31 11:40:12 -07:00
raw_socket_icmp.cc Use PacketBuffers, rather than VectorisedViews, in netstack. 2019-11-06 14:25:59 -08:00
read.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
readahead.cc Fix readahead test for opensource. 2020-08-18 10:02:27 -07:00
readv.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
readv_common.cc tests: fix errors detected by asan. 2020-01-13 10:16:07 -08:00
readv_common.h
readv_socket.cc Clean up readv_socket test suite. 2019-12-03 19:42:20 -08:00
rename.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
rlimits.cc
rseq.cc Fix return for rseq_test. 2020-08-19 14:46:55 -07:00
rtsignal.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
sched.cc
sched_yield.cc
seccomp.cc Merge pull request #2151 from xiaobo55x:seccomp_test 2020-03-25 15:59:53 -07:00
select.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
semaphore.cc Change to standard types. 2020-01-21 17:28:57 -08:00
sendfile.cc Don't allow read/write when offset+size overflows. 2020-04-13 18:00:17 -07:00
sendfile_socket.cc splice: cap splice calls to MAX_RW_COUNT 2020-04-08 23:03:12 -07:00
shm.cc Fix return value in shm_test for opensource 2020-08-18 16:07:35 -07:00
sigaction.cc Check sigsetsize in rt_sigaction 2020-01-28 11:26:09 -08:00
sigaltstack.cc Fix header ordering and format all C++ code. 2020-01-27 18:27:20 -08:00
sigaltstack_check.cc
sigiret.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
signalfd.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
sigprocmask.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
sigstop.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
sigtimedwait.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
socket.cc Correctly set the test VFS environment variable. 2020-06-15 01:09:38 -07:00
socket_abstract.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_bind_to_device.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
socket_bind_to_device_distribution.cc Change to standard types. 2020-01-21 17:28:57 -08:00
socket_bind_to_device_sequence.cc Internal change. 2020-06-24 18:14:07 -07:00
socket_bind_to_device_util.cc Implement SO_BINDTODEVICE sockopt 2019-09-27 14:14:04 -07:00
socket_bind_to_device_util.h Implement SO_BINDTODEVICE sockopt 2019-09-27 14:14:04 -07:00
socket_blocking.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_blocking.h
socket_capability.cc Correctly set the test VFS environment variable. 2020-06-15 01:09:38 -07:00
socket_filesystem.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_generic.cc Fix timeval for Socket test 2020-08-18 12:56:44 -07:00
socket_generic.h
socket_generic_stress.cc Skip socket stress tests on KVM platform. 2020-08-21 10:23:43 -07:00
socket_inet_loopback.cc Fix SocketPairTest and BadSocketPairTest in opensource. 2020-08-25 22:03:04 -07:00
socket_inet_loopback_nogotsan.cc Skip listening TCP ports when trying to bind a free port. 2020-08-20 13:25:23 -07:00
socket_ip_loopback_blocking.cc Put GetSocketPairs() in unnamed namespace 2019-12-18 12:50:04 -08:00
socket_ip_tcp_generic.cc Support SO_LINGER socket option. 2020-08-25 10:04:07 -07:00
socket_ip_tcp_generic.h
socket_ip_tcp_generic_loopback.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_ip_tcp_loopback.cc Put GetSocketPairs() in unnamed namespace 2019-12-18 12:50:04 -08:00
socket_ip_tcp_loopback_blocking.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_ip_tcp_loopback_nonblock.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_ip_tcp_udp_generic.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
socket_ip_udp_generic.cc Fix SocketPairTest and BadSocketPairTest in opensource. 2020-08-25 22:03:04 -07:00
socket_ip_udp_generic.h
socket_ip_udp_loopback.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_ip_udp_loopback_blocking.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_ip_udp_loopback_nonblock.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_ip_udp_unbound_netlink_util.cc Consider loopback bound to all addresses in subnet 2020-08-24 12:28:35 -07:00
socket_ip_udp_unbound_netlink_util.h Consider loopback bound to all addresses in subnet 2020-08-24 12:28:35 -07:00
socket_ip_unbound.cc Skip ECN test for native/linux tests. 2020-08-19 09:51:04 -07:00
socket_ipv4_tcp_unbound_external_networking.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_ipv4_tcp_unbound_external_networking.h
socket_ipv4_tcp_unbound_external_networking_test.cc Refactor syscall tests 2020-02-07 13:19:18 -08:00
socket_ipv4_udp_unbound.cc Move udp port exhaustion tests to a 'nogotsan' one. 2020-08-21 16:34:50 -07:00
socket_ipv4_udp_unbound.h Add tests for SO_REUSEADDR and SO_REUSEPORT. 2019-11-12 14:04:14 -08:00
socket_ipv4_udp_unbound_external_networking.cc Skip UDPMulticast Tests when net interfaces aren't found. 2020-08-14 10:53:04 -07:00
socket_ipv4_udp_unbound_external_networking.h Skip UDPMulticast Tests when net interfaces aren't found. 2020-08-14 10:53:04 -07:00
socket_ipv4_udp_unbound_external_networking_test.cc Refactor syscall tests 2020-02-07 13:19:18 -08:00
socket_ipv4_udp_unbound_loopback.cc Add tests for SO_REUSEADDR and SO_REUSEPORT. 2019-11-12 14:04:14 -08:00
socket_ipv4_udp_unbound_loopback_netlink.cc Consider loopback bound to all addresses in subnet 2020-08-24 12:28:35 -07:00
socket_ipv4_udp_unbound_loopback_nogotsan.cc Move udp port exhaustion tests to a 'nogotsan' one. 2020-08-21 16:34:50 -07:00
socket_ipv4_udp_unbound_netlink.cc Consider loopback bound to all addresses in subnet 2020-08-24 12:28:35 -07:00
socket_ipv4_udp_unbound_netlink.h Consider loopback bound to all addresses in subnet 2020-08-24 12:28:35 -07:00
socket_ipv6_udp_unbound_loopback_netlink.cc Consider loopback bound to all addresses in subnet 2020-08-24 12:28:35 -07:00
socket_ipv6_udp_unbound_netlink.cc Consider loopback bound to all addresses in subnet 2020-08-24 12:28:35 -07:00
socket_ipv6_udp_unbound_netlink.h Consider loopback bound to all addresses in subnet 2020-08-24 12:28:35 -07:00
socket_netdevice.cc Fix minor bugs in a couple of interface IOCTLs. 2020-07-15 14:15:44 -07:00
socket_netlink.cc Add NETLINK_KOBJECT_UEVENT socket support 2019-11-04 10:07:52 -08:00
socket_netlink_route.cc test/socket_netlink_route: check that there is a route on local or main tables 2020-07-31 16:14:06 -07:00
socket_netlink_route_util.cc Dedup netlink utility functions in tests. 2020-04-09 13:34:31 -07:00
socket_netlink_route_util.h Dedup netlink utility functions in tests. 2020-04-09 13:34:31 -07:00
socket_netlink_uevent.cc Add NETLINK_KOBJECT_UEVENT socket support 2019-11-04 10:07:52 -08:00
socket_netlink_util.cc Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink. 2020-02-04 18:05:03 -08:00
socket_netlink_util.h Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink. 2020-02-04 18:05:03 -08:00
socket_non_blocking.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
socket_non_blocking.h
socket_non_stream.cc Return correct length with MSG_TRUNC for unix sockets. 2020-01-08 17:24:05 -08:00
socket_non_stream.h
socket_non_stream_blocking.cc Return correct length with MSG_TRUNC for unix sockets. 2020-01-08 17:24:05 -08:00
socket_non_stream_blocking.h
socket_stream.cc Return correct length with MSG_TRUNC for unix sockets. 2020-01-08 17:24:05 -08:00
socket_stream.h
socket_stream_blocking.cc Fix header ordering and format all C++ code. 2020-01-27 18:27:20 -08:00
socket_stream_blocking.h
socket_stream_nonblock.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
socket_stream_nonblock.h
socket_test_util.cc test: remove 1s delay after non-blocking socket pair accept 2020-04-10 07:14:35 -07:00
socket_test_util.h Refactor syscall tests 2020-02-07 13:19:18 -08:00
socket_test_util_impl.cc
socket_unix.cc Skip proc/pid/fd socket test for VFS1 only. 2020-06-01 13:30:39 -07:00
socket_unix.h
socket_unix_abstract_nonblock.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_blocking_local.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_cmsg.cc strace: don't create a slice with a negative value 2019-12-03 13:49:38 -08:00
socket_unix_cmsg.h
socket_unix_dgram.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_unix_dgram.h
socket_unix_dgram_local.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_dgram_non_blocking.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_unix_domain.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_filesystem_nonblock.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_non_stream.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
socket_unix_non_stream.h
socket_unix_non_stream_blocking_local.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_pair.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_pair_nonblock.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_seqpacket.cc socket/unix: handle sendto address argument for connected sockets 2020-06-10 13:26:54 -07:00
socket_unix_seqpacket.h
socket_unix_seqpacket_local.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_stream.cc socket/unix: handle sendto address argument for connected sockets 2020-06-10 13:26:54 -07:00
socket_unix_stream_blocking_local.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_stream_local.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_stream_nonblock_local.cc Wrap all GetSocketPairs() in unnamed namespaces 2020-01-30 14:17:58 -08:00
socket_unix_unbound_abstract.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_unix_unbound_dgram.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
socket_unix_unbound_filesystem.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_unix_unbound_seqpacket.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_unix_unbound_stream.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
splice.cc Implement splice(2) and tee(2) for VFS2. 2020-05-26 21:43:26 -07:00
stat.cc Misc fixes to make stat_test pass (almost) 2020-03-25 14:59:15 -07:00
stat_times.cc
statfs.cc
sticky.cc Use directory fds in sticky test to avoid permission issues. 2020-07-01 15:19:16 -07:00
symlink.cc Resolve remaining TODOs for tmpfs. 2020-05-13 17:36:37 -07:00
sync.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
sync_file_range.cc
sysinfo.cc
syslog.cc
sysret.cc Merge pull request #2177 from xiaobo55x:sysret_test 2020-03-26 11:37:45 -07:00
tcp_socket.cc Ensure TCP TIME-WAIT is not terminated prematurely. 2020-08-13 09:04:31 -07:00
tgkill.cc
time.cc skip vsyscall test cases on Arm64 2020-02-28 14:47:50 +08:00
timerfd.cc Add tests for eventfd/timerfd/inotify operations that should return ESPIPE. 2020-06-26 19:42:27 -07:00
timers.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
tkill.cc Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
truncate.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
tuntap.cc Fix write hang bug found by syzkaller. 2020-06-09 17:02:14 -07:00
tuntap_hostinet.cc test/runner: use proper filters for test cases 2020-03-04 12:52:13 -08:00
udp_bind.cc
udp_socket.cc Port tests in udp_socket.cc to Fuchsia 2019-12-02 05:38:30 -08:00
udp_socket_errqueue_test_case.cc Refactor udp_socket_test 2020-06-29 15:46:19 -07:00
udp_socket_test_cases.cc Stub out SO_DETACH_FILTER. 2020-07-11 06:22:47 -07:00
udp_socket_test_cases.h Refactor udp_socket_test 2020-06-29 15:46:19 -07:00
uidgid.cc Restore euid upon test finish 2020-04-21 10:58:00 -07:00
uname.cc fix set hostname 2019-09-20 17:57:25 +00:00
unix_domain_socket_test_util.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
unix_domain_socket_test_util.h Import and structure cleanup. 2019-11-21 11:41:30 -08:00
unlink.cc gvisor: return ENOTDIR from the unlink syscall 2019-09-13 21:44:57 -07:00
unshare.cc
utimes.cc Make utimes_test pass on VFS2. 2020-05-14 20:09:55 -07:00
vdso.cc
vdso_clock_gettime.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
vfork.cc Add basic microbenchmarks. 2020-02-19 18:21:54 -08:00
vsyscall.cc skip vsyscall test cases on Arm64 2020-02-28 14:47:50 +08:00
wait.cc Change to standard types. 2020-01-21 17:28:57 -08:00
write.cc Clean up TODOs 2020-04-08 17:58:13 -07:00
xattr.cc tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN. 2020-08-26 10:05:34 -07:00