summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-02`ioctl-number.rst` moved. Update the link.Solra Bizna
2020-07-26Support nullable timeout in ppollMikail Bagishov
2020-07-25Merge #1224bors[bot]
2020-07-07Adding an implementation and some basic tests for timerfd.Vincent Dagonneau
2020-07-04Expose IP_PKTINFO Control Message on AndroidBruno Tavares
2020-07-04Add FsType for cgroupfsKenta Tada
2020-07-03implement ttynameJesse Luehrs
2020-07-03Skip the OFD locks tests on OverlayFS and muslAlan Somers
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-26Add Ipv{4,6}PacketInfo support to ControlMessage for send{m,}msgPerry Lorier
2020-06-12Merge #1255bors[bot]
2020-06-12Add fchown(2) wrapper.Nate Avers
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-31Convert the crate to edition 2018Alan Somers
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-17Simply disable the dir module, since only the entry struct is availableXavier L'Heureux
2020-05-17Fix test and remove group & user for redoxXavier L'Heureux
2020-05-17Add wait, fdatasync, poll and pause for RedoxXavier L'Heureux
2020-05-17Disable mkfifo for RedoxXavier L'Heureux
2020-05-17Remove temporarily the failing tests for RedoxXavier L'Heureux
2020-05-17Make sure to leave the values as-is in openXavier L'Heureux
2020-05-17Add pollXavier L'Heureux
2020-05-17Add termio supportXavier L'Heureux
2020-05-17Remove more unsupported functions and make it possible to run testsXavier L'Heureux
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2020-05-17Replace void crate with Rust standard lib Infallible typeOssi Herrala
2020-05-17Merge #1242bors[bot]
2020-05-17Merge #1245bors[bot]
2020-05-16Make ptrace::write unsafe on LinuxAlan Somers
2020-05-16Apply `repr(transparent)` to several FFI typesAlan Somers
2020-05-16Don't implement `NixPath` for `Option<&P> where P: NixPath`Alan Somers
2020-05-15Document additional OS-specific flags for pipe2Harm Berntsen
2020-05-12Merge #1231bors[bot]
2020-05-10Add support for reading symlinks longer than `PATH_MAX` to `readlink` and `re...Solra Bizna
2020-05-08Add SO_BINDTODEVICE sockoptJean Pierre Dudey
2020-05-02Add UnixCredentials support on FreeBSD/DragonFly (cmsgcred/SCM_CREDS)Greg V
2020-05-01Merge #1215bors[bot]
2020-04-26Eliminate a mem::zeroed() in recvmmsgAlan Somers