summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
* 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
* 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