index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
errno.rs
Age
Commit message (
Expand
)
Author
2022-11-11
Nuke deprecated Errno flags
Alex Saveau
2022-10-08
Fix clippy warnings on nightly
Ryan Zoeller
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2022-05-14
add haiku support
Al Hoang
2022-02-21
Add ENOTRECOVERABLE and EOWNERDEAD error codes on DragonFly
Ryan Zoeller
2021-09-19
Clippy cleanup
Alan Somers
2021-09-08
Make Errno::result() inline
linkmauve
2021-08-13
constify more functions
Alan Somers
2021-07-29
Merge #1473 #1474 #1476
bors[bot]
2021-07-24
Constify many functions
Alan Somers
2021-07-24
Mark most C-derived enums as non_exhaustive
Alan Somers
2021-07-14
Add more errno definitions for better backwards compat with 0.21.0
Alan Somers
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-06-12
Add Errno::EOPNOTSUPP to FreeBSD, where it is missing
Alan Somers
2021-06-12
Errno aliases are now associated consts of the Errno type.
Alan Somers
2021-06-12
Remove Errno consts from platforms where they aren't defined.
Alan Somers
2021-05-30
misc Clippy cleanup
Alan Somers
2021-03-21
illumos and Solaris support
Jason King
2020-12-19
Add fuchsia support
Amanda Tait
2020-09-21
DragonFlyBSD: use __errno_location now provided by the libc crate
Chuck Musser
2020-06-27
Make Errno::clear safe
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Add Redox support for most of the modules
Xavier L'Heureux
2019-12-29
remove deprecated Error::description
Radyk Andrii
2019-08-29
Clippy cleanup
Alan Somers
2019-03-29
add errno constants for OpenBSD 6.2 and format long lines
Jenn Wheeler
2019-03-28
Add ENOTSUP to Linux and Android
Julio Merino
2019-01-13
Implement nix wrapper for libc::signal
Robert Gardner
2018-12-03
DragonflyBSD: Remove unused Errno's
Levente Kurusa
2018-01-10
Expose mqueue functions for all supported OSes
Alan Somers
2017-12-20
Merge redundant match arms
Bryant Mairs
2017-12-19
Merge #799
bors[bot]
2017-12-19
Fix support for DragonFly
Michael Neumann
2017-12-05
Derive Eq for Errno
Bryant Mairs
2017-12-05
Remove redundant constant tests
Bryant Mairs
2017-12-05
Switch to libc definitons of errno constants
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-11-16
Use libc function declarations for errno getters
Bryant Mairs
2017-11-16
Remove bitrig #[cfgs
Bryant Mairs
2017-07-04
Allow nix to compile on android targets
roblabla
2017-04-09
Re-enabled errorno test for not_android.
Zac Berkowitz
2017-04-09
Fixed constants for MIPS
Zac Berkowitz
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-09-09
Add/Fix support for DragonFly BSD
Michael Neumann
2015-09-03
Make tests compile on FreeBSD
Geoffrey Thomas
2015-07-06
Consts are not on all kernels
Tilde Engineering
2015-07-03
Add support for ptrace
Joseph Kain
[next]