summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* sys_util: Add net module includes UnixSeqpacketpaulhsia2019-01-10
* Move validate_raw_fd to sys_utilChirantan Ekbote2019-01-07
* Add "Fd" wrapper for RawFd type.Miriam Zimmerman2019-01-05
* sys_util: add set_len() traitDaniel Verkamp2019-01-05
* crosvm: Split sub-crates into independent workspacepaulhsia2019-01-03
* sys_util: add debug to eventfdJingkui Wang2018-12-25
* sys_util: Combine GuestMemory::with_regions and with_regions_mutDavid Tolnay2018-12-18
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* sys_util: Add ability to set real time thread priorityDylan Reid2018-12-09
* poll_token: Use syn to simplify poll token deriveDavid Tolnay2018-12-09
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* sys_util: replace fallocate64 with libc callDaniel Verkamp2018-11-30
* sys_util: add trait to fsync File and QcowFileDaniel Verkamp2018-10-26
* devices: virtio: block: ignore Discard failuresDaniel Verkamp2018-10-19
* sys_util: add SeekHole traitDaniel Verkamp2018-10-18
* sys_util: use PUNCH_HOLE to implement write_zeroesDaniel Verkamp2018-10-13
* sys_util: use checked arithmetic and alignment in sock_ctrl_msgZach Reizner2018-10-12
* sys_util: simplify format string for Display impl for PriorityZach Reizner2018-10-12
* 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