summaryrefslogtreecommitdiff
path: root/src/errno.rs
AgeCommit message (Expand)Author
2020-12-19Add fuchsia supportAmanda Tait
2020-09-21DragonFlyBSD: use __errno_location now provided by the libc crateChuck Musser
2020-06-27Make Errno::clear safeAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2019-12-29remove deprecated Error::descriptionRadyk Andrii
2019-08-29Clippy cleanupAlan Somers
2019-03-29add errno constants for OpenBSD 6.2 and format long linesJenn Wheeler
2019-03-28Add ENOTSUP to Linux and AndroidJulio Merino
2019-01-13Implement nix wrapper for libc::signalRobert Gardner
2018-12-03DragonflyBSD: Remove unused Errno'sLevente Kurusa
2018-01-10Expose mqueue functions for all supported OSesAlan Somers
2017-12-20Merge redundant match armsBryant Mairs
2017-12-19Merge #799bors[bot]
2017-12-19Fix support for DragonFlyMichael Neumann
2017-12-05Derive Eq for ErrnoBryant Mairs
2017-12-05Remove redundant constant testsBryant Mairs
2017-12-05Switch to libc definitons of errno constantsBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-11-16Use libc function declarations for errno gettersBryant Mairs
2017-11-16Remove bitrig #[cfgsBryant Mairs
2017-07-04Allow nix to compile on android targetsroblabla
2017-04-09Re-enabled errorno test for not_android.Zac Berkowitz
2017-04-09Fixed constants for MIPSZac Berkowitz
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2015-11-20netbsd supportJeremy Fitzhardinge
2015-09-09Add/Fix support for DragonFly BSDMichael Neumann
2015-09-03Make tests compile on FreeBSDGeoffrey Thomas
2015-07-06Consts are not on all kernelsTilde Engineering
2015-07-03Add support for ptraceJoseph Kain
2015-05-29Basic OpenBSD support.Laurence Tratt
2015-05-21Test sockopt const valuesCarl Lerche
2015-05-11Get the library to build on freebsdAndrew J. Stone
2015-04-24FromPrimitive is no moreFlorian Hartwig
2015-04-06Get compiling on Rust 1.0 betaCarl Lerche
2015-03-16Fix deprecation warningsCarl Lerche
2015-03-13Amend some files to make it compile on arm-linux-androideabi.kennytm
2015-02-19Test errno definesCarl Lerche
2015-02-19Fix type mismatch: errno now i32Roma Sokolov
2015-02-10Add `NixPath`, `NixError`, and `NixResult`.Utkarsh Kukreti
2015-01-27Fix warnings for `rustc 1.0.0-dev (e365e4c05 2015-01-27 08:40:39)`.Utkarsh Kukreti
2015-01-13changed uint and int to usize and isize respectivelyRick Richardson
2015-01-07ToCStr removal falloutValerii Hiora
2015-01-03Update to rust masterValerii Hiora
2014-12-12Fallout of Copy opt-in for non-LinuxValerii Hiora
2014-12-10Fallout of Copy becoming opt-in.Victor Berger
2014-11-19Fix for LinuxRoma Sokolov
2014-11-19Use namespaced enum variants.Roma Sokolov
2014-11-11std::os::errno returns uint nowRoma Sokolov