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
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Fix test and remove group & user for redox
Xavier L'Heureux
2020-05-17
Add wait, fdatasync, poll and pause for Redox
Xavier L'Heureux
2020-05-17
Remove more unsupported functions and make it possible to run tests
Xavier L'Heureux
2020-05-17
Add Redox support for most of the modules
Xavier L'Heureux
2019-10-29
Implement Signal::as_str()
Mikail Bagishov
2019-09-04
Replace Signal::from_c_int by Signal::try_from
Alan Somers
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-06-02
Fix build on Android with recent libc
Alan Somers
2019-03-16
feat: Add killpg
DanSnow
2019-03-03
Reenable test_sigwait on OSX
Alan Somers
2019-03-03
Delete a useless unit test that never did anything.
Alan Somers
2019-03-03
Fix test_thread_signal* test failures with Cargo 1.33.0
Alan Somers
2019-01-13
Implement nix wrapper for libc::signal
Robert Gardner
2018-12-08
Replace try! with ?
Alan Somers
2018-12-01
Fix missing SIGSTKFLT on sparc64-linux
Bryant Mairs
2018-09-05
Merge #884
bors[bot]
2018-09-04
impl FromStr and Display for sys::Signal
Brandon W Maister
2018-05-05
Add documentation to signal-handling functions
Ross Light
2018-03-02
Change SigAction::flags to use from_bits_truncated
Antti Keränen
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Implement Copy/Clone for all types missing it
Bryant Mairs
2018-01-06
Add sigprocmask
Thomas de Zeeuw
2017-12-20
Replace boolean match with if/else
Bryant Mairs
2017-12-20
Don't clone Copy types
Bryant Mairs
2017-12-20
Remove redundant closure
Bryant Mairs
2017-12-20
Use backticks around types/functions in docs
Bryant Mairs
2017-12-20
Dereference in match head instead
Bryant Mairs
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
[next]