gvisor/test/syscalls/linux
gVisor bot 7e155a133b Merge pull request #1546 from lubinszARM:pr_syscall_test_proc
PiperOrigin-RevId: 290789087
2020-01-21 11:42:41 -08:00
..
rseq
32bit.cc
BUILD
accept_bind.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
accept_bind_stream.cc
access.cc
affinity.cc
aio.cc
alarm.cc
arch_prctl.cc
bad.cc
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
chown.cc
chroot.cc
clock_getres.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
clock_gettime.cc
clock_nanosleep.cc Only copy out remaining time on nanosleep success 2019-09-30 13:07:32 -07:00
concurrency.cc
connect_external.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
creat.cc
dev.cc
dup.cc
epoll.cc
eventfd.cc
exceptions.cc
exec.cc
exec.h
exec_assert_closed_workload.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
exec_basic_workload.cc
exec_binary.cc
exec_proc_exe_workload.cc
exec_state_workload.cc Replace usage of deprecated strtoul/strtoull 2019-06-18 14:18:47 -07:00
exit.cc
exit_script.sh
fadvise64.cc
fallocate.cc
fault.cc
fchdir.cc
fcntl.cc
file_base.h
flock.cc
fork.cc
fpsig_fork.cc
fpsig_nested.cc
fsync.cc
futex.cc
getcpu.cc
getdents.cc
getrandom.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
getrusage.cc
inotify.cc
ioctl.cc
ip_socket_test_util.cc
ip_socket_test_util.h Take addresses as const 2020-01-08 13:54:19 -08:00
iptables.cc Read iptables via sockopts. 2019-08-19 10:05:59 -07:00
iptables.h
itimer.cc
kill.cc
link.cc Migrate from gflags to absl flags 2019-09-16 11:58:27 -07:00
lseek.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
madvise.cc
memfd.cc
memory_accounting.cc
mempolicy.cc "Implement" mbind(2). 2019-06-06 16:29:46 -07:00
mincore.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
mkdir.cc
mknod.cc
mlock.cc
mmap.cc
mount.cc
mremap.cc
msync.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
munmap.cc
open.cc Check that a file is a regular file with open(O_TRUNC). 2019-11-14 16:08:34 -08:00
open_create.cc
packet_socket.cc
packet_socket_raw.cc AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
partial_bad_buffer.cc
pause.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pipe.cc Allow open(O_TRUNC) and (f)truncate for proc files. 2019-11-26 18:21:09 -08:00
poll.cc
ppoll.cc
prctl.cc
prctl_setuid.cc
pread64.cc
preadv.cc
preadv2.cc
priority.cc
priority_execve.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
proc.cc
proc_net.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
proc_net_tcp.cc
proc_net_udp.cc
proc_net_unix.cc
proc_pid_smaps.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
proc_pid_uid_gid_map.cc
pselect.cc
ptrace.cc
pty.cc
pty_root.cc
pwrite64.cc
pwritev2.cc
raw_socket_hdrincl.cc
raw_socket_icmp.cc
raw_socket_ipv4.cc
read.cc
readahead.cc
readv.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
readv_common.cc
readv_common.h
readv_socket.cc
rename.cc
rlimits.cc
rseq.cc
rtsignal.cc
sched.cc
sched_yield.cc
seccomp.cc
select.cc
semaphore.cc
sendfile.cc
sendfile_socket.cc
shm.cc
sigaction.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sigaltstack.cc
sigaltstack_check.cc
sigiret.cc
signalfd.cc Convert EventMask to uint64 2020-01-17 13:32:51 -08:00
sigprocmask.cc
sigstop.cc
sigtimedwait.cc
socket.cc Sanity test that open(2) on a UDS fails 2019-10-02 14:01:49 -07:00
socket_abstract.cc
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 Deflake a couple of TCP syscall tests when run under gotsan. 2020-01-09 17:58:48 -08:00
socket_bind_to_device_sequence.cc Add test for SO_BINDTODEVICE state bug. 2019-12-09 20:09:23 -08:00
socket_bind_to_device_util.cc
socket_bind_to_device_util.h
socket_blocking.cc
socket_blocking.h
socket_filesystem.cc
socket_generic.cc
socket_generic.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_inet_loopback.cc
socket_ip_loopback_blocking.cc
socket_ip_tcp_generic.cc
socket_ip_tcp_generic.h
socket_ip_tcp_generic_loopback.cc
socket_ip_tcp_loopback.cc Put GetSocketPairs() in unnamed namespace 2019-12-18 12:50:04 -08:00
socket_ip_tcp_loopback_blocking.cc
socket_ip_tcp_loopback_nonblock.cc Import and structure cleanup. 2019-11-21 11:41:30 -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 Implement {g,s}etsockopt(IP_RECVTOS) for UDP sockets 2020-01-14 13:33:23 -08:00
socket_ip_udp_generic.h
socket_ip_udp_loopback.cc
socket_ip_udp_loopback_blocking.cc
socket_ip_udp_loopback_nonblock.cc Give test instantiations meaningful names. 2019-06-05 15:57:27 -07:00
socket_ip_unbound.cc
socket_ipv4_tcp_unbound_external_networking.cc
socket_ipv4_tcp_unbound_external_networking.h
socket_ipv4_tcp_unbound_external_networking_test.cc
socket_ipv4_udp_unbound.cc
socket_ipv4_udp_unbound.h
socket_ipv4_udp_unbound_external_networking.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
socket_ipv4_udp_unbound_external_networking.h
socket_ipv4_udp_unbound_external_networking_test.cc
socket_ipv4_udp_unbound_loopback.cc
socket_netdevice.cc
socket_netlink.cc
socket_netlink_route.cc
socket_netlink_uevent.cc Add NETLINK_KOBJECT_UEVENT socket support 2019-11-04 10:07:52 -08:00
socket_netlink_util.cc
socket_netlink_util.h
socket_non_blocking.cc
socket_non_blocking.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_non_stream.cc
socket_non_stream.h
socket_non_stream_blocking.cc
socket_non_stream_blocking.h
socket_stream.cc
socket_stream.h
socket_stream_blocking.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
socket_stream_blocking.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_stream_nonblock.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
socket_stream_nonblock.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_test_util.cc
socket_test_util.h
socket_test_util_impl.cc
socket_unix.cc
socket_unix.h
socket_unix_abstract_nonblock.cc
socket_unix_blocking_local.cc
socket_unix_cmsg.cc
socket_unix_cmsg.h Shutdown host sockets on internal shutdown 2019-06-05 18:40:37 -07:00
socket_unix_dgram.cc
socket_unix_dgram.h
socket_unix_dgram_local.cc
socket_unix_dgram_non_blocking.cc
socket_unix_domain.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket_unix_filesystem_nonblock.cc Give test instantiations meaningful names. 2019-06-05 15:57:27 -07:00
socket_unix_non_stream.cc test/syscall: Remove duplicated gtest/gtest.h. 2019-10-25 12:40:36 -07:00
socket_unix_non_stream.h
socket_unix_non_stream_blocking_local.cc
socket_unix_pair.cc
socket_unix_pair_nonblock.cc
socket_unix_seqpacket.cc
socket_unix_seqpacket.h
socket_unix_seqpacket_local.cc
socket_unix_stream.cc
socket_unix_stream_blocking_local.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_unix_stream_local.cc
socket_unix_stream_nonblock_local.cc
socket_unix_unbound_abstract.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
socket_unix_unbound_dgram.cc
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
splice.cc Implement splice methods for pipes and sockets. 2019-09-12 17:43:27 -07:00
stat.cc
stat_times.cc Fix incorrect tmpfs timestamp updates 2019-05-20 13:35:17 -07:00
statfs.cc
sticky.cc
symlink.cc
sync.cc
sync_file_range.cc
sysinfo.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
syslog.cc
sysret.cc
tcp_socket.cc
temp_umask.h
tgkill.cc
time.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
timerfd.cc Merge pull request #450 from Pixep:feature/add-clock-boottime-as-monotonic 2019-07-19 10:44:45 -07:00
timers.cc
tkill.cc
truncate.cc
udp_bind.cc
udp_socket.cc
udp_socket_errqueue_test_case.cc
udp_socket_test_cases.cc Implement {g,s}etsockopt(IP_RECVTOS) for UDP sockets 2020-01-14 13:33:23 -08:00
udp_socket_test_cases.h
uidgid.cc
uname.cc
unix_domain_socket_test_util.cc
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 Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
utimes.cc
vdso.cc
vdso_clock_gettime.cc Import and structure cleanup. 2019-11-21 11:41:30 -08:00
vfork.cc
vsyscall.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
wait.cc
write.cc
xattr.cc