summaryrefslogtreecommitdiff
path: root/src/sys/eventfd.rs
AgeCommit message (Expand)Author
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