summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-22Merge #1282bors[bot]
2020-08-22Merge #1289bors[bot]
2020-08-18Add Netlink Protocol Families to SockProtocol enumsinkingpoint
2020-08-17Merge #1291bors[bot]
2020-08-13doc typo in fchmodated neville
2020-08-02`ioctl-number.rst` moved. Update the link.Solra Bizna
2020-07-27Merge #1277bors[bot]
2020-07-26Release version 0.18.0Alan Somers
2020-07-26Merge #1270bors[bot]
2020-07-26Support nullable timeout in ppollMikail Bagishov
2020-07-26Merge #1276bors[bot]
2020-07-26Raise libc dependecy to 0.2.73Alan Somers
2020-07-25Merge #1224bors[bot]
2020-07-24Merge #1261bors[bot]
2020-07-07Adding an implementation and some basic tests for timerfd.Vincent Dagonneau
2020-07-07Merge #1265bors[bot]
2020-07-04Expose IP_PKTINFO Control Message on AndroidBruno Tavares
2020-07-04Merge #1266bors[bot]
2020-07-04Add FsType for cgroupfsKenta Tada
2020-07-03Merge #1259bors[bot]
2020-07-03implement ttynameJesse Luehrs
2020-07-03Merge #1244bors[bot]
2020-07-03Merge #1264bors[bot]
2020-07-03Update the Linux CI environment to Ubuntu BionicAlan Somers
2020-07-03Skip the OFD locks tests on OverlayFS and muslAlan Somers
2020-07-03Add a missing require_capability! to a testAlan Somers
2020-07-03Factor out common code from the various skip macrosAlan Somers
2020-07-03Update the FreeBSD test image to 11.4-releaseAlan Somers
2020-07-03Merge #1268bors[bot]
2020-07-02Drop support for powerpc64-unknown-linux-gnuAlan Somers
2020-06-30Merge #1263bors[bot]
2020-06-27Fix an "unused import" warning on muslAlan Somers
2020-06-27misc clippy cleanupAlan Somers
2020-06-27Make SockAddr::as_ffi_pair safeAlan Somers
2020-06-27Make Errno::clear safeAlan Somers
2020-06-27Prefer to pass Inotify by value instead of by referenceAlan Somers
2020-06-27implement Default for UnixCredentials on LinuxAlan Somers
2020-06-27implement `Default` for `CpuSet`.Alan Somers
2020-06-27Make sys::socket::sockaddr_storage a safe functionAlan Somers
2020-06-27Fix an unaligned pointer read in Inotify::read_eventsAlan Somers
2020-06-27Don't run redoxer in CIAlan Somers
2020-06-27Merge #1222bors[bot]
2020-06-26Add Ipv{4,6}PacketInfo support to ControlMessage for send{m,}msgPerry Lorier
2020-06-12Merge #1255bors[bot]
2020-06-12Merge #1257bors[bot]
2020-06-12Add fchown(2) wrapper.Nate Avers
2020-06-05Respond to review commentsAlan Somers
2020-06-04Merge pull request #1235 from nix-rust/termios_constructorBryant Mairs
2020-06-04Remove several deprecated constants and functionsAlan Somers
2020-06-04Limit internal termios API to pub(crate)Bryant Mairs