14 Commits (ee28043069199513cd71966deb220d2fc94105ec)

Author SHA1 Message Date
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 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 08c93f2af0
MappedFile: Added generic into_inner(), inner_mut(), and inner() accessors.
2 years ago
Avril d74946934d
Added read+write test for `ManagedFD` & `MemoryFile`.
2 years ago
Avril 71da5e610f
Added io::Read/Write impls for `ManagedFD` and `MemoryFile`.
2 years ago
Avril 51c64b56b0
Made MappedFile<T> impl Send.
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 eca5ac5350
Update README
3 years ago
Avril b4fa3bf215
Started `UnmanagedFD`.
3 years ago
Avril 7e00ade351
hugetlb: Implemented `HugePage::compute_huge()`, `scan_hugepages()`, and a public lazy static `SYSTEM_HUGEPAGES`.
3 years ago
Avril 8795f0a1a2
Added `err` module: Wrapped OS errors; Ad-hoc inline definitions, and named definitions with pre-defined messages.
3 years ago
Avril be452a99ff
Added `UniqueSlice<T>`, `MappedSlice`.
3 years ago