summaryrefslogtreecommitdiff
path: root/src/sys/signal.rs
AgeCommit message (Expand)Author
2022-12-25fix: linux+mips+uclibc unreachable patternXiaobo Liu
2022-12-04Cleanup old Clippy directives.Alan Somers
2022-08-20Remove MSRV-related workaround for doc aliasesRyan Zoeller
2022-08-14Raise the MSRV to 1.56.1 in anticipation of the next releaseAlan Somers
2022-08-04fix clippy assertions_on_result_statesMichael Baikov
2022-07-12SigSet: Add the `repr(transparent)` attributeGerman Maglione
2022-07-12SigSet: A new unsafe helper method to create a SigSet from a sigset_tGerman Maglione
2022-06-26Document aliases for functions like getuid()Ryan Zoeller
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-05-14add haiku supportAl Hoang
2022-03-20Redox renamed sigaction.sa_handler to .sa_sigactionRyan Zoeller
2022-02-20Implement Extend and From/IntoIterator for SigSetWATANABE Yuki
2022-01-24uclibc supportJonah Petri
2021-12-30Introduce timer_* supportBrian L. Troutwine
2021-12-26Fix typosRyan Zoeller
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-11-26Update doc comment to match type `Option<Signal>`Johannes Schilling
2021-09-19Clippy cleanupAlan Somers
2021-09-04Remove SigevNotify on OpenBSD and RedoxAlan Somers
2021-09-04Document more thingsAlan Somers
2021-08-28More rust docsAlan Somers
2021-08-13constify more functionsAlan Somers
2021-08-11Merge #1484bors[bot]
2021-08-09Optionally implement TryFrom in libc_enum!Alan Somers
2021-08-09Replace some mem::transmute calls in signal.rs with pointer castsAlan Somers
2021-07-29Merge #1473 #1474 #1476bors[bot]
2021-07-24Constify many functionsAlan Somers
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-05-30Suppress a build warning on FuchsiaAlan Somers
2021-05-13Use https instead of httpRyan Zoeller
2020-12-19Add fuchsia supportAmanda Tait
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Fix test and remove group & user for redoxXavier L'Heureux
2020-05-17Add wait, fdatasync, poll and pause for RedoxXavier L'Heureux
2020-05-17Remove more unsupported functions and make it possible to run testsXavier L'Heureux
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2019-10-29Implement Signal::as_str()Mikail Bagishov
2019-09-04Replace Signal::from_c_int by Signal::try_fromAlan Somers
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-08-29Clippy cleanupAlan Somers
2019-06-09Add extra traits for all typesBryant Mairs
2019-06-02Fix build on Android with recent libcAlan Somers
2019-03-16feat: Add killpgDanSnow
2019-03-03Reenable test_sigwait on OSXAlan Somers
2019-03-03Delete a useless unit test that never did anything.Alan Somers
2019-03-03Fix test_thread_signal* test failures with Cargo 1.33.0Alan Somers
2019-01-13Implement nix wrapper for libc::signalRobert Gardner
2018-12-08Replace try! with ?Alan Somers
2018-12-01Fix missing SIGSTKFLT on sparc64-linuxBryant Mairs