Age | Commit message (Expand) | Author |
2016-01-18 | Publish SockFlags from nix::sys::signal. | Philipp Matthias Schaefer |
2016-01-18 | Fix name of MNT_DETACH flag | Kamal Marhubi |
2016-01-18 | setns | arcnmx |
2016-01-15 | add aarch64 support | Brian Martin |
2016-01-13 | Add safe wrappers for getuid, geteuid, getgid, getegid | Kamal Marhubi |
2015-12-22 | Fix build on Linux & Rust nightly | Carl Lerche |
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 | add an implementation of setpgid | 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-11-03 | Use `libc::PATH_MAX` in `NixPath::with_nix_path`. | Utkarsh Kukreti |
2015-10-28 | Fix handling of sockaddr_un lengths | Geoffrey Thomas |
2015-10-27 | Improve Error interoperability with std | Jeremy Fitzhardinge |
2015-10-27 | Add support for fsync, fdatasync | Jeremy Fitzhardinge |
2015-10-27 | Fix some comments | Jeremy Fitzhardinge |
2015-10-20 | Move a few bindings behind features | Carl Lerche |
2015-10-16 | Fix memory issue with exec family of fns | 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 | added convenience functions for setting O_NONBLOCK on message queues | Markus Jais |
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 | added support and tests for mq_setattr | Markus Jais |
2015-09-03 | Fix test failures on FreeBSD | Geoffrey Thomas |
2015-09-03 | Make tests compile 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-22 | Fix signature of linux `clone` function | Paul Colomiets |
2015-08-21 | Merge remote-tracking branch 'posborne/ioctl-rework' | Carl Lerche |
2015-08-17 | renamed test methods for mqueue and added mq_unlink | Markus Jais |
2015-08-15 | Add flock(2) support | Andy Grover |
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 |