summaryrefslogtreecommitdiff
path: root/src/sys/signalfd.rs
AgeCommit message (Expand)Author
2022-12-10Deprecate the signalfd function.Alan Somers
2022-12-10signalfd optional file descriptorJonathan
2022-11-06Reformat everythingAlex Saveau
2022-08-12Folloup for !1778, remove some of the less helpful error msgsMichael Baikov
2022-08-04fix clippy assertions_on_result_statesMichael Baikov
2021-09-19Clippy cleanupAlan Somers
2021-08-17Don't use mem::transmute in SignalFdAlan Somers
2021-08-17Simplify definition of SIGNALFD_SIGINFO_SIZEAlan Somers
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-05-13Use https instead of httpRyan Zoeller
2021-02-07Don't implement Clone on Dir, SignalFd, and PtyMasterAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2018-12-08Replace try! with ?Alan Somers
2018-11-28Prefer `map(drop)` to `map(|_| ())`Alan Somers
2017-12-20Merge redundant match armsBryant Mairs
2017-12-10Add more derives for SignalFd and various enumsBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-07-18Remove signalfd feature in favor of conditional compilationBryant Mairs
2017-02-19Fix the style for bitflags!Mathias Svensson
2017-02-16Update bitflags to 0.7Simon Sapin
2016-03-10update signalfd to use libc typesAlex Gulyás
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2015-09-10Add signalfd supportAlex Gulyás