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-03-23
Add fchmod, fchmodat functions.
Anton Ageev
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
2017-12-10
Replace custom ucred struct with newtype wrapper around libc::ucred
Bryant Mairs
2017-12-10
Remove internal kernel flags
Bryant Mairs
2017-12-10
Add more derives for SignalFd and various enums
Bryant Mairs
2017-12-09
Merge #741
bors[bot]
2017-12-08
Merge #777
bors[bot]
2017-12-07
Use the real pipe2(2) on all BSD targets.
Alan Somers
2017-12-05
Expose `from_raw` on `WaitStatus` and make it return a `Result`
Robert O'Callahan
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-11-19
unistd: add execveat() on Linux and Android
Luca Bruno
2017-11-19
sys/socket: add UnixAddr abstract name getter
Luca Bruno
2017-11-12
Add changelog entry for #733
Jamie Hewland
2017-11-08
Add process_vm_readv and process_vm_writev
Geoffrey Thomas
2017-10-30
doc: add changelog entry for PTRACE_O_EXITKILL
Bobby Powers
2017-10-17
Merge #782
bors[bot]
2017-10-14
Fix formatting in CHANGELOG.md
Alan Somers
2017-10-11
added unistd::mkfifo #602
Jakub Pastuszek
2017-10-07
Add support for 'fallocate'
Sanchayan Maity
[next]