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
/
sys
Age
Commit message (
Expand
)
Author
2015-12-22
Implement support for getsockopt of peer credentials using the Linux specific...
Magnus Hoff
2015-12-04
socket(): add protocol argument (breaking change)
Alexander Polakov
2015-12-03
add function for handling PTRACE_SETOPTIONS nicely
David Roundy
2015-12-03
support more flags to waitpid and wait on linux
David Roundy
2015-12-03
NetBSD tweaks for kqueue support
Zachary Tong
2015-12-03
Statvfs improvements
Brandon W Maister
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-10-28
Fix handling of sockaddr_un lengths
Geoffrey Thomas
2015-10-20
Move a few bindings behind features
Carl Lerche
2015-10-07
Add sys::select::FdSet::clear.
Utkarsh Kukreti
2015-10-06
Add support for sendmsg(2), recvmsg(2), and cmsg(3)
Geoffrey Thomas
2015-09-28
statfs() & fstatfs()
Alexander Polakov
2015-09-28
sys/event: add kevent_ts to better expose kevent timeout
Luca Barbieri
2015-09-28
quotactl() API for linux
Alexander Polakov
2015-09-28
Revert "Add support for sendmsg(2), recvmsg(2), and cmsg(4)"
Carl Lerche
2015-09-28
Add sys::select::FdSet and sys::select::select.
Utkarsh Kukreti
2015-09-24
Add support for sendmsg(2), recvmsg(2), and cmsg(4)
Geoffrey Thomas
2015-09-15
ioctl: only run ioctl doctest under linux
Paul Osborne
2015-09-15
ioctl: correct documentation and add example ioctl! code
Paul Osborne
2015-09-15
ioctl: make ioctl functions public
Paul Osborne
2015-09-15
ioctl: clean up source file for ioctls
Paul Osborne
2015-09-10
Add signalfd support
Alex Gulyás
2015-09-09
Add/Fix support for DragonFly BSD
Michael Neumann
2015-09-03
Fix test failures on FreeBSD
Geoffrey Thomas
2015-09-03
Fix the struct packing of EpollEvent
Alex Gulyás
2015-08-25
Add memfd functionality
David Henningsson
2015-08-14
ioctl: fix bugs with op generation for writes
Paul Osborne
2015-08-14
ioctl: do not make macro generated functions public
Paul Osborne
2015-08-12
ioctl: remove defunct readme for ioctl subsystem
Paul Osborne
2015-08-12
ioctl: return result type rather than raw integer
Paul Osborne
2015-08-12
ioctl: reintroduce libc ioctl workaround until we can use updated liblibc
Paul Osborne
2015-08-12
ioctl: remove all but command encoding
Corey Richardson
2015-08-12
Merge mips into powerpc; rename Union_Unnamed16 to ff_effect_data
Corey Richardson
2015-08-12
remove osx-specific Debug impl
Corey Richardson
2015-08-12
Update docs
Corey Richardson
2015-08-12
Update some stuff for upstream bitflags changes
Corey Richardson
2015-08-12
Completely revamp sys::ioctl to use cmr/ioctl's approach
Corey Richardson
2015-08-10
Make eventfds compile again
David Henningsson
2015-07-27
Make it compatible for Android.
Tim JIANG
2015-07-20
Derive Clone for EpollEvent on android.
Carl Lerche
2015-07-13
Remove import on those platforms where it is unused.
Laurence Tratt
2015-07-13
Add status to WaitStatus
Joseph Kain
2015-07-13
Add support for preadv and pwritev to sys/uio on Linux.
Trip Volpe
2015-07-06
Consts are not on all kernels
Tilde Engineering
2015-07-06
Use c_long in ptrace fns for arch-independence
Tilde Engineering
2015-07-03
Add support for ptrace
Joseph Kain
2015-07-01
Remove sa_tramp from macos sigaction
Nik Klassen
2015-06-24
TCP_NODELAY should be in IPPROTO_TCP level
Y. T. Chung
2015-06-17
Change pread/pwrite to take offset as a off_t.
Holger Rapp
2015-06-15
TCP_KEEPALIVE, TCP_KEEPIDLE, split SockOpt trait
Y. T. Chung
[next]