summaryrefslogtreecommitdiff
path: root/src/sys/wait.rs
AgeCommit message (Expand)Author
2022-12-11feat: I/O safety for 'sys/wait'Steve Lau
2022-11-06Reformat everythingAlex Saveau
2022-03-09wait: implement waitid()Matthias Schiffer
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-04Document more thingsAlan Somers
2021-05-13Use https instead of httpRyan Zoeller
2021-02-14fix(unsafe): remove unnecessary unsafeJan Philipp Hafer
2021-02-14cargo formatJan Philipp Hafer
2020-09-13Adapt for safe-isation of some libc functions.Vitaly _Vi Shukela
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2019-09-04Replace Signal::from_c_int by Signal::try_fromAlan Somers
2019-08-29Clippy cleanupAlan Somers
2019-06-09Add extra traits for all typesBryant Mairs
2018-12-08Replace try! with ?Alan Somers
2018-01-28Fail to compile for any unused codeBryant Mairs
2017-12-20Merge redundant match armsBryant Mairs
2017-12-09Merge #741bors[bot]
2017-12-05Expose `from_raw` on `WaitStatus` and make it return a `Result`Robert O'Callahan
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-11-11Formatting with rustfmtWilliam Orr
2017-11-11Omit invalid waitpid flags on OpenBSDWilliam Orr
2017-08-21Use libc definitions for wait moduleBryant Mairs
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-08-08Add a convenience method .pid() to WaitStatus.Marcin Mielniczuk
2017-07-21Document WaitStatus and its variantsGeoffrey Thomas
2017-07-21Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOODGeoffrey Thomas
2017-07-02Newtypes for uid_t, gid_t and pid_t.Martin Habovštiak
2017-02-19Fix the style for bitflags!Mathias Svensson
2017-02-16Update bitflags to 0.7Simon Sapin
2016-11-05Use cfg_if to branch code in WaitStatus decodeDavid Hou
2016-10-16Attempt to fix build for non-{android,linux} platformsDavid Hou
2016-10-16wait: Support ptrace events for LinuxDavid Hou
2016-07-01Auto merge of #379 - nikklassen:wait-flags, r=fiveopHomu
2016-06-29Replace wait constants with libc constantsNik Klassen
2016-06-26Convert signal constants to enumeration.Philipp Matthias Schaefer
2016-06-10Add missing wait flag WUNTRACED for non-Linux systemsNik Klassen
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2015-12-03support more flags to waitpid and wait on linuxDavid Roundy
2015-11-20netbsd supportJeremy Fitzhardinge
2015-07-13Add status to WaitStatusJoseph Kain
2015-06-08added wait system call and unit testMarkus Jais
2015-04-03'derive(Copy)' needs Clone nowFlorian Hartwig
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-02-10Add `NixPath`, `NixError`, and `NixResult`.Utkarsh Kukreti
2015-02-01Changed options parameter for waitpid to Option<WaitPidFlag>Markus Jais
2015-01-03Update to rust masterValerii Hiora
2014-12-18Add all now needed ';' after macro invocations.Victor Berger
2014-12-15bitflags! derives Copy for you now, so remove our derivings.Jonathan Reem