summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2018-01-25Don't use map(drop) as it's hard to understandBryant Mairs
2018-01-25Support arbitrary baud rates on BSDsBryant Mairs
2018-01-26Merge #835bors[bot]
2018-01-21Merge #820bors[bot]
2018-01-15aio: more documentationAlan Somers
2018-01-15aio: Clippy cleanupAlan Somers
2018-01-15aio: use `Bytes` instead of `Rc<[u8]>`Alan Somers
2018-01-15Add AioCb::from_ptr and AioCb::from_mut_ptrAlan Somers
2018-01-11Add socket options for IP_TRANSPARENT / BIND_ANYJustin Latimer
2018-01-11Remove return value from `pause`Thomas de Zeeuw
2018-01-11Merge #834bors[bot]