summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* sys_util: add timeout support to PollerZach Reizner2018-01-25
* sys_util: SharedMemory: Add into_fileDylan Reid2018-01-16
* sys_util: replace sysconf(_SC_PAGESIZE) with a safe wrapperZach Reizner2018-01-10
* sys_util: implement FromRawFd for EventFdZach Reizner2018-01-10
* mmap: Simplify offset checksDylan Reid2018-01-05
* mmap: Bounds check offset on readDylan Reid2018-01-05
* syslog: closelog before trying to figure out the fdChirantan Ekbote2018-01-05
* sys_util: add memfd seal support to SharedMemoryZach Reizner2018-01-05
* sys_util: add mmap with offset supportZach Reizner2018-01-05
* sys_util: check mmap return value properlyGabriel Campana2018-01-05
* sys_util: allow empty GuestMemoryZach Reizner2018-01-03
* sys_util: Add ability to madvise a regionDylan Reid2017-12-08
* sys_util/vm_control: Don't test shm if memfd_create doesn't existDylan Reid2017-11-16
* sys_util: add chown wrapperStephen Barber2017-10-26
* sys_util: add get_user_id and get_group_id functionsStephen Barber2017-10-26
* Fix new warning with rust 1.21Dylan Reid2017-10-13
* fix dependency versions and add Cargo.lockZach Reizner2017-09-20
* Improve guest memory error handlingDylan Reid2017-09-11
* crosvm: add uid_map/gid_map support to jailed devicesZach Reizner2017-09-08
* 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