summaryrefslogtreecommitdiff
path: root/test/sys
AgeCommit message (Expand)Author
2019-06-06Fix kmod tests on in Linux containersAlan Somers
2019-06-06Fix the is_so_mark_functional test in Linux containersAlan Somers
2019-06-02Fix test_pthread_self on muslAlan Somers
2019-04-29Restored the bytes field on RecvMsg in order to know the amount of bytes rece...Vincent Dagonneau
2019-03-16feat: Add killpgDanSnow
2019-03-12Support AF_ALGGleb Pomykalov
2019-02-21Added inotify bindings for Linux and Android.Vincent Dagonneau
2019-02-14Fix misaligned references when using recvmsg with control messagesAlan Somers
2019-02-14Replace CmsgSpace with a macroAlan Somers
2019-02-14Fix error handling of RecvMsgAlan Somers
2019-01-23Add IP_RECVIF & IP_RECVDSTADDR.Tom Pusateri
2019-01-15Fix build and tests issues on OpenBSD 6.4+Andrei-Marius Radu
2019-01-13Implement nix wrapper for libc::signalRobert Gardner
2018-12-17Merge #993bors[bot]
2018-12-16Allow 'cargo test' to complete successfully on NetBSD 8.0.Tom Pusateri
2018-12-15Add cmsg PKTINFO for IPv4 and IPv6.Tom Pusateri
2018-12-06Add support of TCP_CONGESTION for setsockoptFensteer
2018-10-21Added ptrace support for BSDsxd009642
2018-10-15Eliminate compiler warnings, especially on non-Linux platformsAlan Somers
2018-09-05Add wrapper for linux kernel module loadingPascal Bach
2018-09-05Replace allow unused directive with _ prefixPascal Bach
2018-09-05Update to rand 0.5 cratePascal Bach
2018-09-01deps: update tempfile to 3Igor Gnatenko
2018-07-27Fix *decoding* of cmsgs and add `ScmCredentials`.Jonas Schievink
2018-07-05Merge #918bors[bot]
2018-07-04Add a sysinfo wrapperJonas Schievink
2018-07-04Clean up cmsg code and fix passing multiple cmsgsalecmocatta
2018-07-03Make preadv take immutable slice of IoVecs, fixes #913Jakub Okoński
2018-06-01Remove tests that weren't mineBryant Mairs
2018-06-01Remove emulation of FD_CLOEXEC/O_NONBLOCKBryant Mairs
2018-04-28select: add pselect syscallAndreas Fuchs
2018-04-10Implement equivalent for _IOWINT for FreeBSD-like targetsBryant Mairs
2018-04-10Refactor the ioctl API and documentationBryant Mairs
2018-04-06Add LioCb::listio_resubmitAlan Somers
2018-03-22Replace AioCb::from_bytes with more generic from_boxed_sliceAlan Somers
2018-03-22Change sys::aio::lio_listio to sys::aio::LioCb::listioAlan Somers
2018-03-02Change SigAction::flags to use from_bits_truncatedAntti Keränen
2018-01-25Support arbitrary baud rates on BSDsBryant Mairs
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-11Remove return value from `pause`Thomas de Zeeuw
2018-01-06Add sigprocmaskThomas de Zeeuw
2017-12-20Remove uses of .iter()/.iter_mut()Bryant Mairs
2017-12-20Remove match statements with one armBryant Mairs
2017-12-20Use '!' instead of '== false'Bryant Mairs
2017-12-20Remove unnecessary mutBryant Mairs
2017-12-20Correct ioctl read and write_ptr testsBryant Mairs