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
/
lib.rs
Age
Commit message (
Expand
)
Author
2022-10-23
Define `MntFlags` and `unmount` on all of the BSDs.
Alan Somers
2022-07-23
Fix SockaddrLike::from_raw with unaligned inputs
Alan Somers
2022-07-10
More docs for the dir module
Alan Somers
2022-07-10
More docs for mqueue.
Alan Somers
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2022-06-06
Cleanup cfg blocks
Ryan Zoeller
2022-04-09
Use singular number for all feature names
Alan Somers
2022-03-21
Replace the Sockaddr enum with a union
Alan Somers
2022-02-27
Remove `PATH_MAX` restriction from `with_nix_path`
Alex Saveau
2022-02-14
Merge #1655
bors[bot]
2022-02-13
30X performance improvement in with_nix_path by not initializing memory
Alex Saveau
2022-02-13
Enable uconxtext module for s390x
Ryan Zoeller
2021-12-21
Merge #1583
bors[bot]
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-10-22
Remove unsafe in with_nix_path() for [u8]
Ryan Zoeller
2021-09-19
Clippy cleanup
Alan Somers
2021-09-04
Document more things
Alan Somers
2021-08-28
Merge #1507 #1508
bors[bot]
2021-08-28
More rust docs
Alan Somers
2021-08-10
Forbid dead code again
Alan Somers
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-06-13
Add nmount for FreeBSD.
Alan Somers
2021-03-21
illumos and Solaris support
Jason King
2020-12-19
Add fuchsia support
Amanda Tait
2020-09-28
Added clock_gettime, clock_getres, clock_settime, clock_getcpuclockid
Daniil Bondarev
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Simply disable the dir module, since only the entry struct is available
Xavier L'Heureux
2020-05-17
Add poll
Xavier L'Heureux
2020-05-17
Add Redox support for most of the modules
Xavier L'Heureux
2020-05-17
Replace void crate with Rust standard lib Infallible type
Ossi Herrala
2020-05-16
Don't implement `NixPath` for `Option<&P> where P: NixPath`
Alan Somers
2020-02-11
Provide clearenv()
John Gallagher
2019-12-29
remove deprecated Error::description
Radyk Andrii
2019-12-01
Remove the last use of mem::uninitialized
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2019-07-13
Temporarily allow deprecated items
Alan Somers
2019-07-01
Move cross compilation cfg for sched into sched mod
Jakub Konka
2019-06-09
Add extra traits for all types
Bryant Mairs
2019-06-07
ifaddrs: add ifaddrs support for android
Paul Osborne
2018-11-23
Add Error::as_errno
Alan Somers
2018-09-05
Add wrapper for linux kernel module loading
Pascal Bach
2018-09-03
new dir module
Scott Lamb
2018-03-22
Replace AioCb::from_bytes with more generic from_boxed_slice
Alan Somers
2018-02-02
Re-add ifaddrs module
Bryant Mairs
2018-01-28
Fail to compile for any unused code
Bryant Mairs
2018-01-28
Clean up imports and uses in lib.rs
Bryant Mairs
2018-01-28
Require docs for features and ifaddrs module
Bryant Mairs
2018-01-28
Require docs for the net/if_ module
Bryant Mairs
2018-01-28
Require docs for the poll module
Bryant Mairs
[next]