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
/
CHANGELOG.md
Age
Commit message (
Expand
)
Author
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-06
Merge #893
bors[bot]
2018-05-02
OpenBSD: remove IFF_NOTRAILERS
kpcyrd
2018-05-01
[skip ci] Update changelog for #869
Antti Keränen
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-18
Support preadv/pwritev on BSDs
Andrew Morrow
2018-04-11
[skip ci] Update CHANGELOG for #833
Bryant Mairs
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-07
Merge #872
bors[bot]
2018-03-29
Merge #876
bors[bot]
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
Change sys::aio::lio_listio to sys::aio::LioCb::listio
Alan Somers
2018-03-21
add SO_MARK SetSockOpt for Linux
Jake McGinty
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-11
Merge pull request #859 from Susurrus/fix_changelog
Alan Somers
2018-02-11
[skip ci] Fix markdown in the CHANGELOG
Bryant Mairs
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-02
Add alarm module
Thomas de Zeeuw
2018-01-31
Added example and updated changelog.
xd009642
2018-01-29
Added `getsid` in `::nix::unistd`
Glenn Griffin
2018-01-28
Fix B460800 and B921600 baud rates for netbsd
Bryant Mairs
2018-01-28
Replace sockaddr_ctl with one from libc
Bryant Mairs
2018-01-26
Bump version to 0.11.0-pre
Alan Somers
2018-01-26
Bump version to 0.10.0
Alan Somers
2018-01-26
Merge #843
bors[bot]
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: 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-11
Remove return value from `pause`
Thomas de Zeeuw
2018-01-11
Merge #834
bors[bot]
2018-01-10
Expose mqueue functions for all supported OSes
Alan Somers
2018-01-08
Impl LinkAddr(MAC Addr)
luozijun
2018-01-06
Add sigprocmask
Thomas de Zeeuw
2017-12-20
Migrate sys/socket to libc FFI types and fix `msghdr` definition mismatch.
Matthew Gregan
2017-12-10
Replace ip(v6)_mreq structs with libc equivalent
Bryant Mairs
[next]