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
/
signalfd.rs
Age
Commit message (
Expand
)
Author
2021-09-19
Clippy cleanup
Alan Somers
2021-08-17
Don't use mem::transmute in SignalFd
Alan Somers
2021-08-17
Simplify definition of SIGNALFD_SIGINFO_SIZE
Alan Somers
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-05-13
Use https instead of http
Ryan Zoeller
2021-02-07
Don't implement Clone on Dir, SignalFd, and PtyMaster
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2018-12-08
Replace try! with ?
Alan Somers
2018-11-28
Prefer `map(drop)` to `map(|_| ())`
Alan Somers
2017-12-20
Merge redundant match arms
Bryant Mairs
2017-12-10
Add more derives for SignalFd and various enums
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-07-18
Remove signalfd feature in favor of conditional compilation
Bryant Mairs
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-03-10
update signalfd to use libc types
Alex Gulyás
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2015-09-10
Add signalfd support
Alex Gulyás