summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/sendfile.cc
AgeCommit message (Expand)Author
2021-08-31Remove splice-to/from-weird-files tests.Jamie Liu
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-02-09pipe: writeLocked has to return ErrWouldBlock if the pipe is fullAndrei Vagin
2020-11-16Reset watchdog timer between sendfile() iterations.Jamie Liu
2020-11-06Fix infinite loop when splicing to pipes/eventfds.Nicolas Lacasse
2020-08-28Fix EOF handling for splice.Dean Deng
2020-08-27Fix vfs2 pipe behavior when splicing to a non-pipe.Dean Deng
2020-04-13Don't allow read/write when offset+size overflows.Nicolas Lacasse
2020-04-03Ensure EOF is handled propertly during splice.Adin Scannell
2019-10-03Don't report partialResult errors from sendfileAndrei Vagin
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-08-27Fix sendfile(2) error codeFabricio Voznika
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-02-25Handle invalid offset in sendfile(2)Fabricio Voznika
2018-12-10Open source system call tests.Brian Geffon