summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
* sys_util: poll: add build_with and add_many helper functionsZach Reizner2019-07-24
* sys_util: fix new warning initializing OnceDylan Reid2019-07-24
* tree-wide: Use new trait object syntaxDylan Reid2019-07-24
* tempfile: Unify the two tempdir implementationsDavid Tolnay2019-07-11
* crosvm: fix clippy warningsJakub Staron2019-06-08
* crosvm: virtio-pmem deviceJakub Staron2019-06-05
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* eliminate usage of uninitializedZach Reizner2019-05-23
* crosvm: add cmdline flags for configuring serial outputs in guest machineTrent Begin2019-05-15
* crosvm: add license blurb to all filesStephen Barber2019-04-24
* sys_util: add size to mmap InvalidRange errorDaniel Verkamp2019-04-22
* clippy: Resolve cast_ptr_alignmentDavid Tolnay2019-04-18
* 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