summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
* sys_util: impl Pollable for FileZach Reizner2018-03-29
* sys_util: have Poller return token on POLLHUPZach Reizner2018-03-29
* sys_util: add type to get open file flagsZach Reizner2018-03-29
* sys_util: add function for creating pipe pairsZach Reizner2018-03-29
* crosvm: guest_memory: add memory_size methodSonny Rao2018-03-27
* poll_token_derive: Calculate variant bits without sizeof_valChirantan Ekbote2018-03-20
* crosvm/plugin: refactor poll loop to use PollContextZach Reizner2018-03-08
* sys_util: custom derive for PollTokenZach Reizner2018-03-07
* sys_util: add PollContext interface for using epollZach Reizner2018-03-07
* sys_util: register_signal_handler should use SA_RESTARTDmitry Torokhov2018-03-02
* sys_util: fix issue in ppoll on 32-bit architecturesSonny Rao2018-03-02
* sys_util: fix handling EINTR of C system functionsDmitry Torokhov2018-03-01
* sys_util: do not treat EINTR as negative in handle_eintrDmitry Torokhov2018-03-01
* sys_util: properly convert errors in sock_ctrl_msgDmitry Torokhov2018-03-01
* sys_util: implement error trait for sys_util::ErrorSonny Rao2018-02-27
* guest_memory: implement error traitSonny Rao2018-02-27
* kvm: plumb in KVM_SET_SIGNAL_MASK ioctlDmitry Torokhov2018-02-26
* sys_util: use sigaction() instead of signal() when installing handlerDmitry Torokhov2018-02-26
* sys_util: allow clearing given pending signalDmitry Torokhov2018-02-26
* sys_util: factor out signal manipulation from signalfd into signalDmitry Torokhov2018-02-26
* crosvm: add advisory locking for disk imagesStephen Barber2018-02-21
* sys_util: implement IntoRawFd for EventFdZach Reizner2018-02-06
* mmap: remove unused 'use'Dylan Reid2018-02-05
* 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