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-10-21
Added ptrace support for BSDs
xd009642
2018-10-19
Add a fchownat(2) wrapper
Julio Merino
2018-10-19
Merge #956
bors[bot]
2018-10-18
Document ioctl_param_type
Rukai
2018-10-17
Add a truncate(2) wrapper
Julio Merino
2018-10-16
Make sys::stat::mode_t public
Julio Merino
2018-10-15
socket: add AF_UNSPEC to AddressFamily
Levente Kurusa
2018-10-09
Fix #945 - documentation fix
Josh Abraham
2018-10-02
Add a wrapper for utimes(2)
Julio Merino
2018-09-29
Add wrappers for futimens(2) and utimesat(2)
Julio Merino
2018-09-05
Add wrapper for linux kernel module loading
Pascal Bach
2018-09-05
Replace allow unused directive with _ prefix
Pascal Bach
2018-09-05
Merge #884
bors[bot]
2018-09-04
impl FromStr and Display for sys::Signal
Brandon W Maister
2018-09-03
new dir module
Scott Lamb
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2018-08-15
sendmsg: remove unneeded mut
Igor Gnatenko
2018-07-27
Fix *decoding* of cmsgs and add `ScmCredentials`.
Jonas Schievink
2018-07-11
Enable the select tests on powerpc and mips
Jonas Schievink
2018-07-05
Merge #921
bors[bot]
2018-07-05
Merge #918
bors[bot]
2018-07-05
Get `SO_PEERCRED` working on all Linux targets
Jonas Schievink
2018-07-04
Add a sysinfo wrapper
Jonas Schievink
2018-07-04
Clean up cmsg code and fix passing multiple cmsgs
alecmocatta
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
[next]