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
/
signal.rs
Age
Commit message (
Expand
)
Author
2015-07-01
Remove sa_tramp from macos sigaction
Nik Klassen
2015-05-29
Basic OpenBSD support.
Laurence Tratt
2015-05-11
Get the library to build on freebsd
Andrew J. Stone
2015-04-14
Make `sigaction` unsafe
Tobias Bucher
2015-04-06
Get compiling on Rust 1.0 beta
Carl Lerche
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-01-09
Fix a bad cfg on linux
Carl Lerche
2015-01-03
Update to rust master
Valerii Hiora
2015-01-02
Track rust master
Valerii Hiora
2014-12-18
Add all now needed ';' after macro invocations.
Victor Berger
2014-12-17
Fix the build.
Steve Klabnik
2014-12-15
bitflags! derives Copy for you now, so remove our derivings.
Jonathan Reem
2014-12-12
Fallout of Copy opt-in for non-Linux
Valerii Hiora
2014-12-10
Fallout of Copy becoming opt-in.
Victor Berger
2014-10-31
Update source code to new rustc
Roma Sokolov
2014-10-19
Bind kill
Yehuda Katz
2014-10-15
Bind basic signal constants and functions
Yehuda Katz