summary refs log tree commit diff
path: root/sys_util/src/fork.rs
Commit message (Expand)AuthorAge
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* sys_util: wait on specific pid in panic_safe testDaniel Verkamp2019-01-30
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* cargo fmt all source codeZach Reizner2018-10-09
* crosvm: add uid_map/gid_map support to jailed devicesZach Reizner2017-09-08
* fix armv7a and aarch64 build errors and warningsZach Reizner2017-09-01
* fix compiler errors and warningsZach Reizner2017-08-30
* sys_util: add safe wrappers getpid,geteuid,getguid,waitpid,killZach Reizner2017-08-28
* sys_util: add fork module for cloning processZach Reizner2017-07-13