summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
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-07Merge #852bors[bot]
2018-02-03Updated example to be more meaningfulxd009642
2018-02-01Corrected typoxd009642
2018-01-31Added example and updated changelog.xd009642
2018-01-30Add step function to ptracexd009642
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-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-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-08Impl LinkAddr(MAC Addr)luozijun
2018-01-08impl `Debug` for all sockaddr typesluozijun
2018-01-06Add sigprocmaskThomas de Zeeuw
2017-12-20Replace boolean match with if/elseBryant Mairs
2017-12-20Don't clone Copy typesBryant Mairs
2017-12-20Remove redundant closureBryant Mairs
2017-12-20Replace '0 as *_' with ptr::null*()Bryant Mairs
2017-12-20Use backticks around types/functions in docsBryant Mairs
2017-12-20Use implicit returnsBryant Mairs
2017-12-20Remove unnecessary '@ _'Bryant Mairs
2017-12-20Use |= where appropriateBryant Mairs
2017-12-20Remove unnecessary impl ClonesBryant Mairs
2017-12-20Remove unnecessary lifetime annotationsBryant Mairs
2017-12-20Dereference in match head insteadBryant Mairs
2017-12-20Use unwrap_or_else instead of unwrap_or without a closureBryant Mairs
2017-12-20Remove unnecessary parenthesisBryant Mairs
2017-12-20Make numeric literals easier to readBryant Mairs
2017-12-20Merge redundant match armsBryant Mairs
2017-12-20Remove unnecessary referencesBryant Mairs
2017-12-20Make numeric literals easier to readBryant Mairs
2017-12-20Migrate sys/socket to libc FFI types and fix `msghdr` definition mismatch.Matthew Gregan