summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_splice.go
AgeCommit message (Expand)Author
2020-01-30Enforce splice offset limitsMichael Pratt
2020-01-28fs/splice: don't report partial errors for special filesAndrei Vagin
2019-10-03Don't report partialResult errors from sendfileAndrei Vagin
2019-09-30splice: compare inode numbers only if both ends are pipesAndrei Vagin
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-08-27Fix sendfile(2) error codeFabricio Voznika
2019-08-06Require pread/pwrite for splice file offsetsMichael Pratt
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-06-19Deflake SendFileTest_Shutdown.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2018-08-14Automated rollback of changelist 208284483Nicolas Lacasse
2018-08-10Implemented the splice(2) syscall.Justine Olshan