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-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-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
2017-10-02
Add more accessors for AioCb
Alan Somers
2017-09-04
Add support for SO_TIMESTAMP
Wesley Wolfe
2017-09-03
Fixed error handling in `AioCb::{fsync,read,write}`
Alan Somers
2017-09-03
AioCb::Drop will now panic for in-progress AioCb
Alan Somers
2017-08-28
Merge #749
bors[bot]
2017-08-28
Added detach function
xd009642
2017-08-28
Moved ptrace constants into enum types added minor functionality.
xd009642
2017-08-27
Remove syscall module.
Bryant Mairs
2017-08-24
Mark and document pty::ptsname() as unsafe
Nelson Chen
2017-08-21
Update changelog for PR#739
Bryant Mairs
2017-08-18
unistd: add fexecve()
Luca Bruno
2017-08-11
Merge #728 #731
bors[bot]
2017-08-11
Merge #701
bors[bot]
2017-08-11
Use libc for FFI functions and constants
Bryant Mairs
2017-08-11
Calculate `nfds` parameter for `select`
Jonas Schievink
2017-08-11
Merge #709
bors[bot]
2017-08-10
Refactor statvfs module
Bryant Mairs
2017-08-10
Merge remote-tracking branch 'upstream/master' into ptrace-noreg
Marcin Mielniczuk
2017-08-09
Merge #688
bors[bot]
2017-08-08
Merge #722
bors[bot]
2017-08-08
Add a convenience method .pid() to WaitStatus.
Marcin Mielniczuk
2017-08-08
Add entry to CHANGELOG about OpenBSD fixes
Wesley Moore
2017-08-08
Add FreeBSD, OpenBSD support for setresuid/setresgid
Wesley Moore
2017-08-03
Merge remote-tracking branch 'upstream/master' into ptrace-noreg
Marcin Mielniczuk
2017-08-03
Refactor the changelog
Marcin Mielniczuk
2017-08-03
Update changelog
Marcin Mielniczuk
2017-08-01
Fix changelog from bad merge
Bryant Mairs
2017-08-01
add SockProtocol type for third argument of socket and socketpair
Nicolas Dusart
[next]