summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
* sys_util: add ioctl moduleStephen Barber2017-07-13
* sys_util: syslog - Scope access from within macrosDylan Reid2017-07-13
* sys_util: add signalfd moduleStephen Barber2017-07-13
* sys_util: add fork module for cloning processZach Reizner2017-07-13
* sys_util: add shared memory moduleZach Reizner2017-07-10
* sys_util: add with_regions_mut and make do_in_region pubStephen Barber2017-07-07
* sys_util: add syslog module for logging to syslogZach Reizner2017-07-05
* sys_util: remove accidental HTML from doc commentsZach Reizner2017-06-30
* sys_util: add signal module for killing threadsZach Reizner2017-06-30
* src_util: add terminal moduleZach Reizner2017-06-30
* src_util: add poll moduleZach Reizner2017-06-30
* sys_util: move handle_eintr!() to sys_util so it can be reusedZach Reizner2017-06-30
* sys_util: implement VolatileMemory for Mmap and GuestMemoryZach Reizner2017-06-27
* crosvm: add virtio block deviceZach Reizner2017-06-27
* Limit types that can be read from guest memoryDylan Reid2017-06-27
* sys_util: Add TempDir classDylan Reid2017-06-09
* sys_util: Add guest_memoryDylan Reid2017-05-25
* sys_util: Add conversion from errno io::Error.Zach Reizner2017-05-25
* sys_util: Add struct utilsDylan Reid2017-05-10
* sys_util: add eventfd moduleZach Reizner2017-05-08
* sys_util: add sys_util crate for misc system modulesZach Reizner2017-05-08