10 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 ee28043069
Pre-release 0.0.9-r0: Started `NamedMemoryFile` refactor into `MemoryFile`.
4 weeks ago
Avril 8fcd1929a4
Added default feature `default-cloexec`: If this feature is set, file-descriptors will be created with the close-on-exec flag (`MFD_CLOEXEC` for memfds, `FD_CLOEXEC` for other pseudofiles and `O_CLOEXEC` for `open()` calls.)
10 months ago
Avril 71da5e610f
Added io::Read/Write impls for `ManagedFD` and `MemoryFile`.
2 years ago
Avril 6b5c791880
Added fd-aliasing for Un/ManagedFD
2 years ago
Avril 0a146fb14a
Added doc-comment for `hugetlb::HugePage`
2 years ago
Avril 13165dfbe5
Added basic creation methods for `MemoryFile` (and `NamedMemoryFile`.)
2 years ago
Avril c1f1d00af2
Added `{As,From,Into}RawFd` impls for ManagedFD and MemoryFile.
2 years ago
Avril 92fe0166de
Started adding huge-page support in for `MappedFile<T>` and `file::memory::MemoryFile`. Also added huge-page support to `MappedFile<T>` via the `MapFlags` trait, which can also be used to add user-provided flags.
3 years ago
Avril d3cc7b45a5
Started `file` module: Will have file interfaces from `memfd`: `ManagedFD`, `UnmanagedFD`, and `MemoryFile`.
3 years ago