summary refs log tree commit diff
path: root/sys_util/Cargo.toml
Commit message (Expand)AuthorAge
* tempfile: Unify the two tempdir implementationsDavid Tolnay2019-07-11
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Update sys_util to 2018 editionDavid Tolnay2019-04-08
* build: Restore ability to compile data_model and sys_util in isolationDavid Tolnay2019-01-18
* crosvm: Split sub-crates into independent workspacepaulhsia2019-01-03
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* sys_util: remove Scm struct and sock_ctrl_msg C libraryZach Reizner2018-09-17
* crosvm: Switch to cc crate.Manoj Gupta2018-05-18
* sys_util: custom derive for PollTokenZach Reizner2018-03-07
* fix dependency versions and add Cargo.lockZach Reizner2017-09-20
* sys_util: add sock_ctrl_msg module for transmitting messages with FDZach Reizner2017-07-20
* sys_util: add syslog module for logging to syslogZach Reizner2017-07-05
* Limit types that can be read from guest memoryDylan Reid2017-06-27
* sys_util: add sys_util crate for misc system modulesZach Reizner2017-05-08