summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/splice.cc
AgeCommit message (Expand)Author
2021-08-31Remove splice-to/from-weird-files tests.Jamie Liu
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-01-14Simplify the pipe implementation.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-05-26Implement splice(2) and tee(2) for VFS2.Jamie Liu
2020-04-13Don't allow read/write when offset+size overflows.Nicolas Lacasse
2020-01-30Enforce splice offset limitsMichael Pratt
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-08-06Require pread/pwrite for splice file offsetsMichael Pratt
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell