summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
* rustfmt wire_format_derive and poll_token_deriveDaniel Verkamp2018-10-10
* cargo fmt all source codeZach Reizner2018-10-09
* sys_util: use fallocate64 for large file supportDaniel Verkamp2018-09-26
* sys_util: remove Scm struct and sock_ctrl_msg C libraryZach Reizner2018-09-17
* sys_util: timerfd: Add ability to check if the timer is armedDylan Reid2018-09-17
* Arch: Big refactor and add an empty PCI busDylan Reid2018-09-10
* sys_util: add WriteZeroes trait and impl for FileDaniel Verkamp2018-09-05
* sys_util: add safe wrapper for fallocate()Daniel Verkamp2018-09-05
* sys_util: enable custom events in pollcontextJingkui Wang2018-08-06
* balloon: Implement device policyChirantan Ekbote2018-07-27
* sys_util: move round_to_page_size to sys_utilZach Reizner2018-06-21
* crosvm: Switch to cc crate.Manoj Gupta2018-05-18
* sys_util: SharedMemory: fix signature for memfd_create syscallSonny Rao2018-05-09
* Fix signal handling in VCPU threadsMark Ryan2018-04-23
* sys_util: handle EINTR return from epoll_waitZach Reizner2018-04-19
* sys_util: remove deprecated Poller/Pollable interfaceZach Reizner2018-04-06
* sys_util: add method for copying PollEventsZach Reizner2018-04-06
* sys_util: use MADV_DONTDUMP for new mmapsZach Reizner2018-03-30
* 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