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
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
2018-01-28
Deny missing docs for pty module
Bryant Mairs
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Implement Copy/Clone for all types missing it
Bryant Mairs
2018-01-28
Disallow unnecessary import braces
Bryant Mairs
2018-01-28
Prevent the use of unstable compiler features
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2018-01-21
Merge #820
bors[bot]
2018-01-15
aio: use `Bytes` instead of `Rc<[u8]>`
Alan Somers
2018-01-10
Expose mqueue functions for all supported OSes
Alan Somers
2017-12-20
Dereference in match head instead
Bryant Mairs
2017-12-05
Remove nix-test subcrate
Bryant Mairs
2017-12-05
Merge #696
bors[bot]
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-03
Add support for getifaddrs. Closes: #650.
Markus Wanner
2017-07-26
add poll module for all platforms
Nicolas Dusart
2017-07-25
Merge #694
bors[bot]
2017-07-20
Remove workaround for `pub extern crate`
Jonas Schievink
2017-07-19
Remove c_int and c_void from root
Bryant Mairs
2017-06-13
Added ptrace utilities.
Daniel McKenna
2017-05-16
Add various pty functions
Bryant Mairs
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2016-10-27
error: add documentation for nix::Error
Paul Osborne
2016-08-31
Replace ffi module by libc functions in mqueue.rs
Philipp Matthias Schaefer
2016-06-06
Only deny warnings in test
Kamal Marhubi
2016-04-18
Use Void in exec return type
arcnmx
2016-03-17
Auto merge of #311 - fiveop:context, r=@kamalmarhubi
Homu
2016-03-16
Add libc_bitflags convenience macro
Kamal Marhubi
2016-03-14
Add context module.
Philipp Matthias Schaefer
[next]