summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
* sys_util: use libc's openlog to connect to syslogZach Reizner2017-09-06
* fix armv7a and aarch64 build errors and warningsZach Reizner2017-09-01
* fix compiler errors and warningsZach Reizner2017-08-30
* sys_util: add safe wrappers getpid,geteuid,getguid,waitpid,killZach Reizner2017-08-28
* crosvm: refactor and expand vm control socket IPCZach Reizner2017-08-25
* sys_util: add read_slice_at_addr to GuestMemoryStephen Barber2017-08-09
* sys_util: allow sock_ctrl_msg to be more flexible with iovecsZach Reizner2017-08-03
* sys_util: add Pollable impls for UnixDatagram and UnixStreamZach Reizner2017-08-03
* sys_util: fix include in sock_ctrl_msgStephen Barber2017-07-24
* sys_util: add sock_ctrl_msg module for transmitting messages with FDZach Reizner2017-07-20
* sys_util: add get_host_address for GuestMemoryStephen Barber2017-07-19
* 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