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
Age
Commit message (
Expand
)
Author
2018-07-03
Make preadv take immutable slice of IoVecs, fixes #913
Jakub Okoński
2018-06-03
Fix compilation on aarch64-unknown-linux-musl
Bryant Mairs
2018-06-01
Remove emulation of FD_CLOEXEC/O_NONBLOCK
Bryant Mairs
2018-05-28
Implement sendfile on FreeBSD and Darwin
Andrew Morrow
2018-05-28
Fix bind() on Android 64-bit
Bryant Mairs
2018-05-22
Typo
Xavier Bestel
2018-05-06
Merge #893
bors[bot]
2018-05-05
Add documentation to signal-handling functions
Ross Light
2018-05-02
OpenBSD: remove IFF_NOTRAILERS
kpcyrd
2018-04-29
Merge #892
bors[bot]
2018-04-29
Enabled more ptrace::Request definitions for uncommon Linux platforms
dalance
2018-04-28
select: add pselect syscall
Andreas Fuchs
2018-04-19
Implement Debug trait for PollFd
Zhouyu Qian
2018-04-18
Support preadv/pwritev on BSDs
Andrew Morrow
2018-04-10
Correct the third argument to ioctl on appropriate platforms.
Bryant Mairs
2018-04-10
Implement equivalent for _IOWINT for FreeBSD-like targets
Bryant Mairs
2018-04-10
Refactor the ioctl API and documentation
Bryant Mairs
2018-04-07
Merge #872
bors[bot]
2018-04-06
Add LioCb::listio_resubmit
Alan Somers
2018-03-29
Merge #876
bors[bot]
2018-03-27
add docs for memory locking functions
Andreas Fackler
2018-03-27
add mlockall and munlockall
Andreas Fackler
2018-03-23
Add fchmod, fchmodat functions.
Anton Ageev
2018-03-22
Replace AioCb::from_bytes with more generic from_boxed_slice
Alan Somers
2018-03-22
Fix an annoying double panic
Alan Somers
2018-03-22
Change sys::aio::lio_listio to sys::aio::LioCb::listio
Alan Somers
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-08
Update `InterfaceFlags`
寧靜
2018-02-07
Merge #852
bors[bot]
2018-02-06
Merge #851
bors[bot]
2018-02-03
Merge #830
bors[bot]
2018-02-03
Updated example to be more meaningful
xd009642
2018-02-02
Re-add ifaddrs module
Bryant Mairs
2018-02-02
Add alarm module
Thomas de Zeeuw
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-29
Added `getsid` in `::nix::unistd`
Glenn Griffin
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
Clean up imports and uses in lib.rs
Bryant Mairs
2018-01-28
Require docs for features and ifaddrs module
Bryant Mairs
[next]