index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
wait.rs
Age
Commit message (
Expand
)
Author
2016-07-01
Auto merge of #379 - nikklassen:wait-flags, r=fiveop
Homu
2016-06-29
Replace wait constants with libc constants
Nik Klassen
2016-06-26
Convert signal constants to enumeration.
Philipp Matthias Schaefer
2016-06-10
Add missing wait flag WUNTRACED for non-Linux systems
Nik Klassen
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2015-12-03
support more flags to waitpid and wait on linux
David Roundy
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-07-13
Add status to WaitStatus
Joseph Kain
2015-06-08
added wait system call and unit test
Markus Jais
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
Utkarsh Kukreti
2015-02-01
Changed options parameter for waitpid to Option<WaitPidFlag>
Markus Jais
2015-01-03
Update to rust master
Valerii Hiora
2014-12-18
Add all now needed ';' after macro invocations.
Victor Berger
2014-12-15
bitflags! derives Copy for you now, so remove our derivings.
Jonathan Reem
2014-12-10
Fallout of Copy becoming opt-in.
Victor Berger
2014-11-19
Use namespaced enum variants.
Roma Sokolov
2014-10-10
Update static->const
Tilde Engineering
2014-10-07
Add wait bindings
Tilde Engineering