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
/
sys
/
utsname.rs
Age
Commit message (
Expand
)
Author
2021-09-04
Document more things
Alan Somers
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2018-01-28
Require Debug impls for all types
Bryant Mairs
2017-12-20
Remove unnecessary impl Clones
Bryant Mairs
2017-12-20
Remove unnecessary lifetime annotations
Bryant Mairs
2017-08-21
Expose utsname on all platforms
Bryant Mairs
2017-08-16
Use libc::uname and libc::utsname
Bryant Mairs
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-02-20
Fix a null bug in uname binding
Carl Lerche
2015-02-20
Use new ffi:CStr instead of c_str_to_bytes_with_nul
Sebastian Lauwers
2015-01-13
changed uint and int to usize and isize respectively
Rick Richardson
2015-01-07
more cstr fallout
Rick Richardson
2015-01-04
Fix a few remaining deprecation notices
Carl Lerche
2015-01-02
Track rust master
Valerii Hiora
2014-12-10
Fallout of Copy becoming opt-in.
Victor Berger
2014-10-10
Update static->const
Tilde Engineering
2014-10-08
Bind x86 linux
Tilde Engineering
2014-08-25
Tweaks + fix accept4
Carl Lerche
2014-08-20
Start binding Darwin
Carl Lerche
2014-08-17
Add uname
Carl Lerche