summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve assign_op_patternDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* sys_util: Enable macros imported individuallyDavid Tolnay2019-04-15
* sys_util: add MemoryMappingArenaDaniel Prilik2019-04-12
* main: add --cpu-affinity option to pin VCPUsDaniel Verkamp2019-04-09
* sys_util: Use expect_err instead of panickingChirantan Ekbote2019-04-09
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Update sys_util to 2018 editionDavid Tolnay2019-04-08
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* sys_util: sock_ctrl_msg: Make clippy cleanDylan Reid2019-04-03
* sys_util: ioctl: Make clippy cleanDylan Reid2019-03-28
* sys_util: clock: Make clippy cleanDylan Reid2019-03-28
* sys_util: net: Make clippy cleanDylan Reid2019-03-26
* sys_util: shm: Make clippy cleanDylan Reid2019-03-26
* sys_util: write_zeros: Make clippy cleanDylan Reid2019-03-26
* sys_util: poll: Make clippy cleanDylan Reid2019-03-25
* crosvm: add memfd for GuestMemoryDaniel Prilik2019-03-25
* sys_util: errno: Make clippy cleanDylan Reid2019-03-21
* sys_util: don't use hostname in syslog message headerChris Morin2019-03-20
* sys_util: timerfd: fix clippy lintsDylan Reid2019-03-20
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* sys_util: guest_address: take self by value in methodsDylan Reid2019-03-12
* data_model: ignore clippy error for mut from non-mutDylan Reid2019-03-09
* 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