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
Age
Commit message (
Expand
)
Author
2018-03-23
Add fchmod, fchmodat functions.
Anton Ageev
2018-03-21
add SO_MARK SetSockOpt for Linux
Jake McGinty
2018-03-02
Change SigAction::flags to use from_bits_truncated
Antti Keränen
2018-02-21
Merge #825
bors[bot]
2018-02-15
socket get-/setsockopt: document internal macros, types and traits
mexus
2018-02-12
Expose MSG_CMSG_CLOEXEC on *BSD
Greg V
2018-02-12
Add cfmakesane() on FreeBSD
Greg V
2018-02-12
Add missing kqueue event filters on FreeBSD
Greg V
2018-02-08
make statfs/statvfs to be available wherever they are available
Igor Gnatenko
2018-02-07
Merge #852
bors[bot]
2018-02-03
Updated example to be more meaningful
xd009642
2018-02-01
Corrected typo
xd009642
2018-01-31
Added example and updated changelog.
xd009642
2018-01-30
Add step function to ptrace
xd009642
2018-01-28
Fail to compile for any unused code
Bryant Mairs
2018-01-28
Fix B460800 and B921600 baud rates for netbsd
Bryant Mairs
2018-01-28
Alphabetize modules under /sys
Bryant Mairs
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Replace sockaddr_ctl with one from libc
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
Deny unused qualifications
Bryant Mairs
2018-01-26
Merge #843
bors[bot]
2018-01-25
Consistently use `Termios` in comments
Bryant Mairs
2018-01-25
Don't use map(drop) as it's hard to understand
Bryant Mairs
2018-01-25
Support arbitrary baud rates on BSDs
Bryant Mairs
2018-01-26
Merge #835
bors[bot]
2018-01-21
Merge #820
bors[bot]
2018-01-15
aio: more documentation
Alan Somers
2018-01-15
aio: Clippy cleanup
Alan Somers
2018-01-15
aio: use `Bytes` instead of `Rc<[u8]>`
Alan Somers
2018-01-15
Add AioCb::from_ptr and AioCb::from_mut_ptr
Alan Somers
2018-01-11
Add socket options for IP_TRANSPARENT / BIND_ANY
Justin Latimer
2018-01-08
Impl LinkAddr(MAC Addr)
luozijun
2018-01-08
impl `Debug` for all sockaddr types
luozijun
2018-01-06
Add sigprocmask
Thomas de Zeeuw
2017-12-20
Replace boolean match with if/else
Bryant Mairs
2017-12-20
Don't clone Copy types
Bryant Mairs
2017-12-20
Remove redundant closure
Bryant Mairs
2017-12-20
Replace '0 as *_' with ptr::null*()
Bryant Mairs
2017-12-20
Use backticks around types/functions in docs
Bryant Mairs
2017-12-20
Use implicit returns
Bryant Mairs
2017-12-20
Remove unnecessary '@ _'
Bryant Mairs
2017-12-20
Use |= where appropriate
Bryant Mairs
2017-12-20
Remove unnecessary impl Clones
Bryant Mairs
2017-12-20
Remove unnecessary lifetime annotations
Bryant Mairs
2017-12-20
Dereference in match head instead
Bryant Mairs
2017-12-20
Use unwrap_or_else instead of unwrap_or without a closure
Bryant Mairs
2017-12-20
Remove unnecessary parenthesis
Bryant Mairs
2017-12-20
Make numeric literals easier to read
Bryant Mairs
[next]