Commit Graph

5 Commits (999e103cd275e61afda902bb285ff4fb2a5feb5f)

Author SHA1 Message Date
Avril 999e103cd2
Fixed some incorrect flags, added tests & impl for `io::Seek` in `ManagedFd` & `MemoryFile`. XXX: `MFD_HUGETLB` w/ `MAP_HUGETLB` support seems to be failing for unknown reasons... 4 weeks ago
Avril 5d4c9b57f7
Added `try_map_or_cloned()`: Map a file, or if that fails, map an in-memory copy of that file. 2 years ago
Avril d74946934d
Added read+write test for `ManagedFD` & `MemoryFile`. 2 years ago
Avril c1f1d00af2
Added `{As,From,Into}RawFd` impls for ManagedFD and MemoryFile. 3 years ago
Avril d3cc7b45a5
Started `file` module: Will have file interfaces from `memfd`: `ManagedFD`, `UnmanagedFD`, and `MemoryFile`. 3 years ago