You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.)
...
This is a temporary means of adding cloexec configuration to the crate, the interface is not modified and unless the default feature is not selected ABI-compat will remain the same. NOTE: This is intended to be removed on the next interface-changing update.
Fortune for mapped-file's current commit: Future curse − 末凶
6 months ago
..
file
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.)
6 months ago
ring
MappedFile: Added `try_new_buffer()`.
2 years ago
err.rs
Fixed build error on stable due to FFI namespace changes.
2 years ago
ext.rs
MappedFile: Added `try_new_buffer()`.
2 years ago
ffi.rs
Added `{As,From,Into}RawFd` impls for ManagedFD and MemoryFile.
2 years ago
file.rs
Added `try_map_or_cloned()`: Map a file, or if that fails, map an in-memory copy of that file.
2 years ago
flags.rs
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.
2 years ago
hugetlb.rs
Added doc-comment for `hugetlb::HugePage`
2 years ago
lib.rs
MappedFile: Added generic into_inner(), inner_mut(), and inner() accessors.
2 years ago
ring.rs
Started buffer: `(tx, rx)` memory buffer.
2 years ago
uniq.rs
Added `UniqueSlice<T>`, `MappedSlice`.
2 years ago