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-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-11-11
Alphabetize some target_os configurations
Wolfgang Ginolas
2017-11-05
Use libc_enum! where possible
Wolfgang Ginolas
2017-10-08
Replace most Linux man page links with Open Group man page links
Alan Somers
2017-08-17
Merge #725
bors[bot]
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-08-11
Get rid of a lot of transmutes
Jonas Schievink
2017-08-05
Add OpenBSD compatibility to signals
Wesley Moore
2017-07-19
Remove c_int and c_void from root
Bryant Mairs
2017-07-08
SIGSTKFLT doesn't exist on Linux/GNU/mips(64)
Bryant Mairs
2017-07-04
Allow nix to compile on android targets
roblabla
2017-07-02
Newtypes for uid_t, gid_t and pid_t.
Martin Habovštiak
2017-06-01
Add SigAction getters
Henning Ottesen
2017-02-27
Auto merge of #506 - asomers:aio3, r=posborne
Homu
2017-02-25
Remove EPOLLWAKEUP and SIGEV_THREAD_ID when cross-compiling to MIPS.
Johan Anderholm
2017-02-24
impl Debug for AioCb and SigevNotify
Alan Somers
2017-02-23
Auto merge of #503 - Idolf:bitflags, r=kamalmarhubi
Homu
2017-02-23
Auto merge of #513 - yxd-hde:fix-musl, r=posborne
Homu
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2017-02-16
Update bitflags to 0.7
Simon Sapin
2017-02-16
Fix unresolved name error when building with musl.
YANG Xudong
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
[next]