summaryrefslogtreecommitdiff
path: root/src/sys/signal.rs
AgeCommit message (Expand)Author
2018-03-02Change SigAction::flags to use from_bits_truncatedAntti Keränen
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-28Implement Copy/Clone for all types missing itBryant Mairs
2018-01-06Add sigprocmaskThomas de Zeeuw
2017-12-20Replace boolean match with if/elseBryant Mairs
2017-12-20Don't clone Copy typesBryant Mairs
2017-12-20Remove redundant closureBryant Mairs
2017-12-20Use backticks around types/functions in docsBryant Mairs
2017-12-20Dereference in match head insteadBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-11-11Alphabetize some target_os configurationsWolfgang Ginolas
2017-11-05Use libc_enum! where possibleWolfgang Ginolas
2017-10-08Replace most Linux man page links with Open Group man page linksAlan Somers
2017-08-17Merge #725bors[bot]
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-08-11Get rid of a lot of transmutesJonas Schievink
2017-08-05Add OpenBSD compatibility to signalsWesley Moore
2017-07-19Remove c_int and c_void from rootBryant Mairs
2017-07-08SIGSTKFLT doesn't exist on Linux/GNU/mips(64)Bryant Mairs
2017-07-04Allow nix to compile on android targetsroblabla
2017-07-02Newtypes for uid_t, gid_t and pid_t.Martin Habovštiak
2017-06-01Add SigAction gettersHenning Ottesen
2017-02-27Auto merge of #506 - asomers:aio3, r=posborneHomu
2017-02-25Remove EPOLLWAKEUP and SIGEV_THREAD_ID when cross-compiling to MIPS.Johan Anderholm
2017-02-24impl Debug for AioCb and SigevNotifyAlan Somers
2017-02-23Auto merge of #503 - Idolf:bitflags, r=kamalmarhubiHomu
2017-02-23Auto merge of #513 - yxd-hde:fix-musl, r=posborneHomu
2017-02-19Fix the style for bitflags!Mathias Svensson
2017-02-16Update bitflags to 0.7Simon Sapin
2017-02-16Fix unresolved name error when building with musl.YANG Xudong
2016-12-16Add POSIX AIO supportAlan Somers
2016-11-15Auto merge of #460 - chaosagent:sys_signal, r=fiveopHomu
2016-11-14Make signal argument to kill optionalPhilipp Matthias Schaefer
2016-11-08Rename SigFlags to SigmaskHowDavid Hou
2016-11-06Add some tests for sys::signal.David Hou
2016-11-06Change SigFlags into an enum.David Hou
2016-10-31Remove `rustc-version` dependency and build scriptAlex Crichton
2016-09-17Removes SIGSTKFLT when cross-compiling to MIPS.Tim Ryan
2016-07-18Fix NetBSD buildTobias Bucher
2016-06-26Convert signal constants to enumeration.Philipp Matthias Schaefer
2016-05-06Add missing signals.Philipp Matthias Schaefer
2016-04-22Add SigSet::extend and SigSet::clear.Philipp Matthias Schaefer
2016-04-02Fix raw_pointer_derive warningKamal Marhubi
2016-03-13Rename flags to conform to conventions.Philipp Matthias Schaefer
2016-03-11Use sigwait function from libc instead of own ffi function.Philipp Matthias Schaefer
2016-03-08tests: Disable test_sigwait on apple platformsKamal Marhubi
2016-02-29Rename HowFlags to SigFlags and SockFlags to SaFlags for consistency.Philipp Matthias Schaefer
2016-02-28Do not import libc structs directly.Philipp Matthias Schaefer
2016-02-28Use libc extern function exports in sys/signal.rs.Philipp Matthias Schaefer