summary refs log tree commit diff
path: root/sys_util/src/shm.rs
Commit message (Expand)AuthorAge
* vm_control: make MaybeOwnedFd genericAlyssa Ross2020-06-15
* hacky working out-of-process virtio_wlAlyssa Ross2020-06-15
* remove instantes of using IntoRawFd in unsafe blocksZach Reizner2020-05-07
* sys_util: shm: make using names with shared memory more convenientZach Reizner2019-09-11
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* sys_util: shm: Make clippy cleanDylan Reid2019-03-26
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* cargo fmt all source codeZach Reizner2018-10-09
* sys_util: SharedMemory: fix signature for memfd_create syscallSonny Rao2018-05-09
* sys_util: SharedMemory: Add into_fileDylan Reid2018-01-16
* sys_util: add memfd seal support to SharedMemoryZach Reizner2018-01-05
* sys_util: add mmap with offset supportZach Reizner2018-01-05
* sys_util/vm_control: Don't test shm if memfd_create doesn't existDylan Reid2017-11-16
* fix armv7a and aarch64 build errors and warningsZach Reizner2017-09-01
* sys_util: add shared memory moduleZach Reizner2017-07-10