summaryrefslogtreecommitdiff
path: root/src/sys/signal.rs
AgeCommit message (Expand)Author
2015-12-22add NSIG constantPhilipp Matthias Schaefer
2015-11-20netbsd supportJeremy Fitzhardinge
2015-09-10Add signalfd supportAlex Gulyás
2015-09-09Add/Fix support for DragonFly BSDMichael Neumann
2015-07-01Remove sa_tramp from macos sigactionNik Klassen
2015-05-29Basic OpenBSD support.Laurence Tratt
2015-05-11Get the library to build on freebsdAndrew J. Stone
2015-04-14Make `sigaction` unsafeTobias Bucher
2015-04-06Get compiling on Rust 1.0 betaCarl Lerche
2015-04-03'derive(Copy)' needs Clone nowFlorian Hartwig
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