summaryrefslogtreecommitdiff
path: root/src/sys/signal.rs
AgeCommit message (Expand)Author
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-02-10Add `NixPath`, `NixError`, and `NixResult`.Utkarsh Kukreti
2015-01-09Fix a bad cfg on linuxCarl Lerche
2015-01-03Update to rust masterValerii Hiora
2015-01-02Track rust masterValerii Hiora
2014-12-18Add all now needed ';' after macro invocations.Victor Berger
2014-12-17Fix the build.Steve Klabnik
2014-12-15bitflags! derives Copy for you now, so remove our derivings.Jonathan Reem
2014-12-12Fallout of Copy opt-in for non-LinuxValerii Hiora
2014-12-10Fallout of Copy becoming opt-in.Victor Berger
2014-10-31Update source code to new rustcRoma Sokolov
2014-10-19Bind killYehuda Katz
2014-10-15Bind basic signal constants and functionsYehuda Katz