summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-05-31fixup to "Convert the crate to edition 2018"Alan Somers
2020-05-31Fix test_ptymaster_drop after PR #1098Alan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-31Merge #1252bors[bot]
2020-05-26Update CHANGELOG.md now that I have a PR numberNick Pelone
2020-05-26Fix use of deprecated libc type, needed in order to run the tests successfull...Nick Pelone
2020-05-26Fix build on OpenBSD caused by erroneous inclusion in allowed OS list for sen...Nick Pelone
2020-05-26Add EV_DISPATCH and EV_RECEIPT EventFlag items for OpenBSD.Nick Pelone
2020-05-20Merge #1098bors[bot]
2020-05-19Add Redox to Tier 3Xavier L'Heureux