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
/
pipe.cc
Age
Commit message (
Expand
)
Author
2020-10-19
Fix runsc tests on VFS2 overlay.
Jamie Liu
2020-08-28
Implement StatFS for various VFS2 filesystems.
Rahat Mahmood
2020-04-28
Don't unlink named pipes in pipe test.
Jamie Liu
2020-04-16
Implement pipe(2) and pipe2(2) for VFS2.
Jamie Liu
2020-01-23
Unify the kOLargeFile definition in syscall tests.
Haibo Xu
2019-11-26
Allow open(O_TRUNC) and (f)truncate for proc files.
Ian Lewis
2019-10-25
test/syscall: Remove duplicated gtest/gtest.h.
Haibo
2019-09-12
Implement splice methods for pipes and sockets.
Adin Scannell
2019-06-27
Complete pipe support on overlayfs
Fabricio Voznika
2019-06-18
Fix PipeTest_Streaming timeout
Fabricio Voznika
2019-06-06
Internal change.
Googler
2019-05-21
Clean up pipe internals and add fcntl support
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-26
Fix reference counting bug in /proc/PID/fdinfo/.
Kevin Krakauer
2018-12-10
Open source system call tests.
Brian Geffon