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
Age
Commit message (
Expand
)
Author
2021-02-08
Allow UDP sockets connect()ing to port 0
Zeling Feng
2021-02-08
exec: don't panic if an elf file is malformed
Andrei Vagin
2021-02-05
[vfs] Handle `.` and `..` as last path component names in kernfs Rename.
Ayush Ranjan
2021-02-03
Compile-time constants are constexpr
Tamir Duberstein
2021-02-02
Add support for rate limiting out of window ACKs.
Bhasker Hariharan
2021-02-02
Assert TCP_INFO size before checking content
Tamir Duberstein
2021-01-30
Remove side effect from open tests
Fabricio Voznika
2021-01-29
setgid directory syscall tests
Kevin Krakauer
2021-01-29
Remove side effect from test cases
Fabricio Voznika
2021-01-29
- Add more comments for the TCP_INFO struct fields.
Nayana Bidari
2021-01-28
Change EXPECT/ASSERT to TEST_CHECK inside InForkedProcess
Fabricio Voznika
2021-01-28
Add O_PATH support in vfs2
gVisor bot
2021-01-28
Correctly check permissions in ping socket test
Tamir Duberstein
2021-01-27
Add support for more fields in netstack for TCP_INFO
Nayana Bidari
2021-01-26
Initialize timestamps for gofer synthetic children.
Dean Deng
2021-01-26
Move inotify events from syscall to vfs layer.
Dean Deng
2021-01-26
Do not send SCM Rights more than once when message is truncated.
Dean Deng
2021-01-26
Move SO_SNDBUF to socketops.
Nayana Bidari
2021-01-26
Do not generate extraneous IN_CLOSE inotify events.
Dean Deng
2021-01-25
Remove side effect from shm tests
Fabricio Voznika
2021-01-25
Fix Inotify.Exec test
Fabricio Voznika
2021-01-22
Implement F_GETLK fcntl.
Dean Deng
2021-01-21
Syscall test for connecting to unspecified address
Zeling Feng
2021-01-20
Fix typo boundry -> boundary.
Dean Deng
2021-01-19
platform/ptrace: workaround a kernel ptrace issue on ARM64
Andrei Vagin
2021-01-15
Correctly return EMSGSIZE when packet is too big in raw socket.
Ting-Yu Wang
2021-01-15
Support TEST_PREMATURE_EXIT_FILE in syscall tests
Fabricio Voznika
2021-01-15
Add sanity check on return values from Write
Ting-Yu Wang
2021-01-15
Add tests for cases of ARP failures on TCP connect
Mithun Iyer
2021-01-14
Simplify the pipe implementation.
Jamie Liu
2021-01-14
Check for existence before permissions
Fabricio Voznika
2021-01-12
[rack] Set up TLP timer and configure timeout.
Ayush Ranjan
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2021-01-07
Fix tuntap_test to cleanup after CreateInterfaceNoCap
Mithun Iyer
2021-01-07
netstack: Refactor tcpip.Endpoint.Read
Ting-Yu Wang
2021-01-06
Run external networking test
Kevin Krakauer
2021-01-06
Support add/remove IPv6 multicast group sock opt
Ghanan Gowripalan
2021-01-05
Don't check that msg_flags contains MSG_ERRQUEUE on gvisor platforms.
Andrei Vagin
2021-01-05
fs/fuse: check that a task has a specified file descriptor
Andrei Vagin
2020-12-30
Add test for open(2) with O_WRONLY|O_RDWR.
Dean Deng
2020-12-29
Deflake semaphore_test_native
Jing Chen
2020-12-29
Export socket_ipv6_udp_unbound_loopback.cc
Tamir Duberstein
2020-12-28
Merge pull request #5166 from kevinGC:bk-warnings
gVisor bot
2020-12-23
Resolve compiler warnings
Kevin Krakauer
2020-12-23
vfs1: don't allow to open socket files
Andrei Vagin
2020-12-22
Internal change.
gVisor bot
2020-12-17
Fix seek on /proc/pid/cmdline when task is zombie.
Nicolas Lacasse
2020-12-17
[netstack] Implement IP(V6)_RECVERR socket option.
Ayush Ranjan
2020-12-15
Implement command SEM_INFO and SEM_STAT for semctl.
Jing Chen
2020-12-15
Fix error code for connect in raw sockets.
Nayana Bidari
[next]