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
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-11-11
Formatting with rustfmt
William Orr
2017-11-11
Omit invalid waitpid flags on OpenBSD
William Orr
2017-08-21
Use libc definitions for wait module
Bryant Mairs
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-08-08
Add a convenience method .pid() to WaitStatus.
Marcin Mielniczuk
2017-07-21
Document WaitStatus and its variants
Geoffrey Thomas
2017-07-21
Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOOD
Geoffrey Thomas
2017-07-02
Newtypes for uid_t, gid_t and pid_t.
Martin Habovštiak
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-11-05
Use cfg_if to branch code in WaitStatus decode
David Hou
2016-10-16
Attempt to fix build for non-{android,linux} platforms
David Hou
2016-10-16
wait: Support ptrace events for Linux
David Hou
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