Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
[LibOS] Rewrite shim_do_sendfile() to make it simple and minimal
Browse files Browse the repository at this point in the history
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
Dmitrii Kuvaiskii committed Jul 6, 2021
1 parent 4f8d6fb commit f1a9c78
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 297 deletions.
Loading

0 comments on commit f1a9c78

Please sign in to comment.