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
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-12-16
Add POSIX AIO support
Alan Somers
2016-11-15
Auto merge of #460 - chaosagent:sys_signal, r=fiveop
Homu
2016-11-14
Make signal argument to kill optional
Philipp Matthias Schaefer
2016-11-08
Rename SigFlags to SigmaskHow
David Hou
2016-11-06
Add some tests for sys::signal.
David Hou
2016-11-06
Change SigFlags into an enum.
David Hou
2016-10-31
Remove `rustc-version` dependency and build script
Alex Crichton
2016-09-17
Removes SIGSTKFLT when cross-compiling to MIPS.
Tim Ryan
2016-07-18
Fix NetBSD build
Tobias Bucher
2016-06-26
Convert signal constants to enumeration.
Philipp Matthias Schaefer
2016-05-06
Add missing signals.
Philipp Matthias Schaefer
2016-04-22
Add SigSet::extend and SigSet::clear.
Philipp Matthias Schaefer
2016-04-02
Fix raw_pointer_derive warning
Kamal Marhubi
2016-03-13
Rename flags to conform to conventions.
Philipp Matthias Schaefer
2016-03-11
Use sigwait function from libc instead of own ffi function.
Philipp Matthias Schaefer
2016-03-08
tests: Disable test_sigwait on apple platforms
Kamal Marhubi
2016-02-29
Rename HowFlags to SigFlags and SockFlags to SaFlags for consistency.
Philipp Matthias Schaefer
2016-02-28
Do not import libc structs directly.
Philipp Matthias Schaefer
2016-02-28
Use libc extern function exports in sys/signal.rs.
Philipp Matthias Schaefer
2016-02-28
Use libc structs in sys/signal.rs.
Philipp Matthias Schaefer
2016-02-28
Use libc constants in sys/signal.rs.
Philipp Matthias Schaefer
2016-02-27
Add sigwait
Zhe Wang
2016-02-08
signal: Allow raw_pointer_derive on SigAction struct
Kamal Marhubi
2016-02-04
Let SigHandler derive Clone and Copy
Philipp Matthias Schaefer
2016-02-04
Handle `SA_SIGINFO` flag in the constructor.
Philipp Matthias Schaefer
2016-02-04
Account for the different signal handler types.
Philipp Matthias Schaefer
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-21
Use libc constants for signals.
Philipp Matthias Schaefer
2016-01-18
update libc to 0.2.2
Mattis Marjak
2016-01-18
Add POSIX function raise()
Philipp Matthias Schaefer
2016-01-18
Publish SockFlags from nix::sys::signal.
Philipp Matthias Schaefer
2016-01-15
add aarch64 support
Brian Martin
2015-12-22
add NSIG constant
Philipp Matthias Schaefer
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-09-10
Add signalfd support
Alex Gulyás
2015-09-09
Add/Fix support for DragonFly BSD
Michael Neumann
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
[next]