summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
...
* Drop capabilities before spawning any vcpu threadDmitry Torokhov2019-03-08
* sys_util: remove deprecated functionspaulhsia2019-03-05
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* sys_util: add seqpacket featuresZach Reizner2019-02-28
* Allow custom protection for mmap.Lepton Wu2019-02-27
* fmt: Format sys_util and fuzz crates using rustfmtDavid Tolnay2019-02-21
* error: Print errors using Display implDavid Tolnay2019-02-20
* Add IOCTL number functions that accept one parameterJorge E. Moreira2019-01-31
* sys_util: wait on specific pid in panic_safe testDaniel Verkamp2019-01-30
* Add FakeClock and FakeTimerFd for use in tests.Miriam Zimmerman2019-01-24
* sys_util: Fix unit test error in armpaulhsia2019-01-23
* sys_util: refactor pollcontext to decouple events from epoll fd.Jingkui Wang2019-01-19
* build: Restore ability to compile data_model and sys_util in isolationDavid Tolnay2019-01-18
* 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