index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
BUILD
Age
Commit message (
Expand
)
Author
2021-11-02
Allow SetAttr and Allocate for deleted files
Fabricio Voznika
2021-10-26
Obtain ref on root dentry in mqfs.GetFilesystem.
Ayush Ranjan
2021-10-21
Merge pull request #6345 from sudo-sturbia:mq/syscalls
gVisor bot
2021-10-12
Remove state:"nosave"/"zerovalue" annotations from all waiter.Queues.
Jamie Liu
2021-10-11
Support IP_PKTINFO and IPV6_RECVPKTINFO on raw sockets
Ghanan Gowripalan
2021-10-11
Merge pull request #6428 from dillanzhou:fix_epoll_vfs2
gVisor bot
2021-10-06
Do not skip IPv6 tests when we don't have IPv4
Tamir Duberstein
2021-10-05
Centralize skip logic
Tamir Duberstein
2021-09-24
Merge pull request #6570 from sudo-sturbia:ipc/proc
gVisor bot
2021-09-24
Run proc's static-file tests in a container.
Zyad A. Ali
2021-09-17
Allow rebinding packet socket protocol
Ghanan Gowripalan
2021-09-16
Allow creating packet socket bound to any protocol
Ghanan Gowripalan
2021-09-16
Rename packet_socket to packet_socket_dgram
Ghanan Gowripalan
2021-09-15
Test read(2), poll(2), mount(2), and unshare(2) for message queues.
Zyad A. Ali
2021-09-15
Test creation and deletion of POSIX message queues.
Zyad A. Ali
2021-09-14
Compose raw IP with datagram-based endpoint
Ghanan Gowripalan
2021-09-14
Use a shared method to get loopback index
Ghanan Gowripalan
2021-08-30
[syserr] Fix SIGBUS on syserr.FromError
Zach Koopmans
2021-08-11
Run packet socket tests on Fuchsia
Ghanan Gowripalan
2021-08-09
Run raw IP socket syscall tests on Fuchsia
Ghanan Gowripalan
2021-08-09
vfs2/epoll: fix missing event trigger in epoll-in-epoll case
Jielong Zhou
2021-08-05
Correctly handle interruptions in blocking msgqueue syscalls.
Rahat Mahmood
2021-08-05
Replace unsafe use of fork() in msgqueue tests.
Rahat Mahmood
2021-08-03
Merge pull request #6171 from sudo-sturbia:msgqueue/syscalls2
gVisor bot
2021-08-03
Add blocking and general tests for msgsnd(2) and msgrcv(2).
Zyad A. Ali
2021-08-03
Add non-blocking tests for msgsnd(2) and msgrcv(2).
Zyad A. Ali
2021-07-30
Merge pull request #6257 from zhlhahaha:2193-1
gVisor bot
2021-07-28
Add Uid/Gid/Groups fields to VFS2 /proc/[pid]/status.
Jamie Liu
2021-07-27
Don't create an extra fd bitmap to allocate a new fd.
Andrei Vagin
2021-07-22
Move socket_test_util to //test/util
Ghanan Gowripalan
2021-07-22
Merge pull request #6108 from sudo-sturbia:msgqueue/syscalls
gVisor bot
2021-07-15
netstack: support SO_RCVBUFFORCE
Kevin Krakauer
2021-07-14
Add verity symlink tests
Chong Cai
2021-07-13
Add initial test cases for msgget(2).
Zyad A. Ali
2021-07-12
Fix async-signal-unsafety in chroot test.
Jamie Liu
2021-06-24
Run `:socket_inet_loopback_isolated_test_linux` tests in a container.
Etienne Perot
2021-06-23
Fix PR_SET_PTRACER applicability to non-leader threads.
Jamie Liu
2021-06-22
`socket_inet_loopback`: Split off tests that need isolation in their own file.
Etienne Perot
2021-06-04
Add bind syscall tests for ICMP and ICMPv6
Sam Balana
2021-05-26
Add verity getdents tests
Chong Cai
2021-05-25
Enable verity after mount in verity_mount test
Chong Cai
2021-05-21
Make many tests build with NDK.
Adam Barth
2021-05-21
Prevent infinite loops from being optimized away.
gVisor bot
2021-05-20
Send SIGPIPE for closed pipes.
Ian Lewis
2021-05-18
Prevent infinite loops from being optimized away.
gVisor bot
2021-05-18
Merge pull request #5908 from zhlhahaha:2157
gVisor bot
2021-05-14
Add verity_mmap tests
Chong Cai
2021-05-14
Fix cgroup hierarchy registration.
Rahat Mahmood
2021-05-11
fix pty_test error by releasing tty received from test
Howard Zhang
2021-05-04
tcp_socket_test: replace tcp_wmem with SO_SNDBUF
Kevin Krakauer
[next]