summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-28select: add pselect syscallAndreas Fuchs
2018-04-19Implement Debug trait for PollFdZhouyu Qian
2018-04-18Support preadv/pwritev on BSDsAndrew Morrow
2018-04-10Correct the third argument to ioctl on appropriate platforms.Bryant Mairs
2018-04-10Implement equivalent for _IOWINT for FreeBSD-like targetsBryant Mairs
2018-04-10Refactor the ioctl API and documentationBryant Mairs
2018-04-07Merge #872bors[bot]
2018-04-06Add LioCb::listio_resubmitAlan Somers
2018-03-29Merge #876bors[bot]
2018-03-27add docs for memory locking functionsAndreas Fackler
2018-03-27add mlockall and munlockallAndreas Fackler
2018-03-23Add fchmod, fchmodat functions.Anton Ageev
2018-03-22Replace AioCb::from_bytes with more generic from_boxed_sliceAlan Somers
2018-03-22Fix an annoying double panicAlan Somers
2018-03-22Change sys::aio::lio_listio to sys::aio::LioCb::listioAlan Somers
2018-03-21add SO_MARK SetSockOpt for LinuxJake McGinty
2018-03-02Change SigAction::flags to use from_bits_truncatedAntti Keränen
2018-02-21Merge #825bors[bot]
2018-02-15socket get-/setsockopt: document internal macros, types and traitsmexus
2018-02-12Expose MSG_CMSG_CLOEXEC on *BSDGreg V
2018-02-12Add cfmakesane() on FreeBSDGreg V
2018-02-12Add missing kqueue event filters on FreeBSDGreg V
2018-02-08make statfs/statvfs to be available wherever they are availableIgor Gnatenko
2018-02-08Update `InterfaceFlags`寧靜
2018-02-07Merge #852bors[bot]
2018-02-06Merge #851bors[bot]
2018-02-03Merge #830bors[bot]
2018-02-03Updated example to be more meaningfulxd009642
2018-02-02Re-add ifaddrs moduleBryant Mairs
2018-02-02Add alarm moduleThomas de Zeeuw
2018-02-01Corrected typoxd009642
2018-01-31Added example and updated changelog.xd009642
2018-01-30Add step function to ptracexd009642
2018-01-29Added `getsid` in `::nix::unistd`Glenn Griffin
2018-01-28Fail to compile for any unused codeBryant Mairs
2018-01-28Fix B460800 and B921600 baud rates for netbsdBryant Mairs
2018-01-28Alphabetize modules under /sysBryant Mairs
2018-01-28Clean up imports and uses in lib.rsBryant Mairs
2018-01-28Require docs for features and ifaddrs moduleBryant Mairs
2018-01-28Require docs for the net/if_ moduleBryant Mairs
2018-01-28Require docs for the poll moduleBryant Mairs
2018-01-28Deny missing docs for pty moduleBryant Mairs
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-28Replace sockaddr_ctl with one from libcBryant Mairs
2018-01-28Implement Copy/Clone for all types missing itBryant Mairs
2018-01-28Disallow unnecessary import bracesBryant Mairs
2018-01-28Prevent the use of unstable compiler featuresBryant Mairs
2018-01-28Deny unused qualificationsBryant Mairs
2018-01-26Merge #843bors[bot]
2018-01-25Consistently use `Termios` in commentsBryant Mairs