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
2022-08-20
Remove MSRV-related workaround for doc aliases
Ryan Zoeller
2022-08-14
Raise the MSRV to 1.56.1 in anticipation of the next release
Alan Somers
2022-08-04
fix clippy assertions_on_result_states
Michael Baikov
2022-07-12
SigSet: Add the `repr(transparent)` attribute
German Maglione
2022-07-12
SigSet: A new unsafe helper method to create a SigSet from a sigset_t
German Maglione
2022-06-26
Document aliases for functions like getuid()
Ryan Zoeller
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2022-05-14
add haiku support
Al Hoang
2022-03-20
Redox renamed sigaction.sa_handler to .sa_sigaction
Ryan Zoeller
2022-02-20
Implement Extend and From/IntoIterator for SigSet
WATANABE Yuki
2022-01-24
uclibc support
Jonah Petri
2021-12-30
Introduce timer_* support
Brian L. Troutwine
2021-12-26
Fix typos
Ryan Zoeller
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-11-26
Update doc comment to match type `Option<Signal>`
Johannes Schilling
2021-09-19
Clippy cleanup
Alan Somers
2021-09-04
Remove SigevNotify on OpenBSD and Redox
Alan Somers
2021-09-04
Document more things
Alan Somers
2021-08-28
More rust docs
Alan Somers
2021-08-13
constify more functions
Alan Somers
2021-08-11
Merge #1484
bors[bot]
2021-08-09
Optionally implement TryFrom in libc_enum!
Alan Somers
2021-08-09
Replace some mem::transmute calls in signal.rs with pointer casts
Alan Somers
2021-07-29
Merge #1473 #1474 #1476
bors[bot]
2021-07-24
Constify many functions
Alan Somers
2021-07-24
Mark most C-derived enums as non_exhaustive
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-05-30
Suppress a build warning on Fuchsia
Alan Somers
2021-05-13
Use https instead of http
Ryan Zoeller
2020-12-19
Add fuchsia support
Amanda Tait
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
[next]