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
2016-01-29
Add support for SO_{RCV,SND}BUF(FORCE)? sockopts
Frank Denis
2016-01-29
cfg out MAP_32BIT on non-x86
arcnmx
2016-01-28
Rename to MapFlags and MsFlags.
Philipp Matthias Schaefer
2016-01-28
Convert MS_ flags to bitflags! type.
Philipp Matthias Schaefer
2016-01-28
Convert PROT_ flags to bitflags! type.
Philipp Matthias Schaefer
2016-01-28
Convert MAP_ flags to bitflags! type.
Philipp Matthias Schaefer
2016-01-28
Use sockaddr_nl from libc
Kamal Marhubi
2016-01-28
Derive all the things
Alexander Polakov
2016-01-28
Fix style suggestions regarding #cfg
Alexander Polakov
2016-01-28
Netlink bits
Alexander Polakov
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-25
Fix an indent
arcnmx
2016-01-25
Normalize tabs to spaces
arcnmx
2016-01-21
Use libc constants for signals.
Philipp Matthias Schaefer
2016-01-18
improve bsd unixes ipv6 support
arthurprs
2016-01-18
Disable IPV6_ADD_MEMBERSHIP on freebsd
User Vagrant
2016-01-18
allow improper_ctypes for size_t
Mattis Marjak
2016-01-18
fix on mac
Mattis Marjak
2016-01-18
update libc to 0.2.2
Mattis Marjak
2016-01-18
Add POSIX function raise()
Philipp Matthias Schaefer
2016-01-18
Publish SockFlags from nix::sys::signal.
Philipp Matthias Schaefer
2016-01-15
add aarch64 support
Brian Martin
2015-12-22
Fix broken tests on nightly
Carl Lerche
2015-12-22
add NSIG constant
Philipp Matthias Schaefer
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
[next]