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
/
eventfd.rs
Age
Commit message (
Expand
)
Author
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-12-29
fix eventfd build
Jan Doms
2016-07-03
eventfd: Follow nix conventions
Kamal Marhubi
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2015-08-10
Make eventfds compile again
David Henningsson
2015-04-08
Bring back eventfd behind a feature flag
Carl Lerche
2015-04-06
Get compiling on Rust 1.0 beta
Carl Lerche
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
Utkarsh Kukreti
2015-01-13
changed uint and int to usize and isize respectively
Rick Richardson
2014-12-18
Add all now needed ';' after macro invocations.
Victor Berger
2014-12-17
Fix the build.
Steve Klabnik
2014-12-10
Fallout of Copy becoming opt-in.
Victor Berger
2014-10-31
Update source code to new rustc
Roma Sokolov
2014-10-10
Update static->const
Tilde Engineering
2014-10-06
Fix warnings
Carl Lerche
2014-09-22
Weak link eventfd
Carl Lerche
2014-09-21
Bind eventfd()
Carl Lerche