This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LibOS] Rewrite
shim_do_sendfile()
to make it simple and minimal
Now sendfile emulation doesn't try to be fancy and use `mmap` but instead simply `read`s from input handle and `write`s into output handle. This is not performant but good enough for now. Several LTP tests are enabled. Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
- Loading branch information