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