summaryrefslogtreecommitdiff
path: root/src/sys/eventfd.rs
AgeCommit message (Expand)Author
2022-12-11feat: I/O safety for 'sys/memfd' & 'sys/event' & 'sys/eventfd'Steve Lau
2022-11-06Reformat everythingAlex Saveau
2021-09-19Clippy cleanupAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-02-16Update bitflags to 0.7Simon Sapin
2016-12-29fix eventfd buildJan Doms
2016-07-03eventfd: Follow nix conventionsKamal Marhubi
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2015-08-10Make eventfds compile againDavid Henningsson
2015-04-08Bring back eventfd behind a feature flagCarl Lerche
2015-04-06Get compiling on Rust 1.0 betaCarl Lerche
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-02-10Add `NixPath`, `NixError`, and `NixResult`.Utkarsh Kukreti
2015-01-13changed uint and int to usize and isize respectivelyRick Richardson
2014-12-18Add all now needed ';' after macro invocations.Victor Berger
2014-12-17Fix the build.Steve Klabnik
2014-12-10Fallout of Copy becoming opt-in.Victor Berger
2014-10-31Update source code to new rustcRoma Sokolov
2014-10-10Update static->constTilde Engineering
2014-10-06Fix warningsCarl Lerche
2014-09-22Weak link eventfdCarl Lerche
2014-09-21Bind eventfd()Carl Lerche