summaryrefslogtreecommitdiff
path: root/test/sys
AgeCommit message (Expand)Author
2020-12-19Add fuchsia supportAmanda Tait
2020-12-14Ignore failures of test_aio_suspend on macosAlan Somers
2020-12-08Fix unreliability in sys::test_aio::test_aio_suspendAlan Somers
2020-12-06Switch all builds from Travis to CirrusAlan Somers
2020-11-29Merge #1345bors[bot]
2020-11-28Disable test-aio-drop in GNU environmentsAlan Somers
2020-11-27Fix recvmmsg(2) implementationToby DiPasquale
2020-10-13Add wrapper for mremapJim Newsome
2020-10-10Add support for TCP_KEEPCNT and TCP_KEEPINTVL TCP keepalive options.Yoav Steinberg
2020-10-04Support vsock on Android as well as Linux.Andrew Walbran
2020-09-20Mark nix::unistd::fork as unsafe.Vitaly _Vi Shukela
2020-08-11use subordinate terminal device for termios callsJoshua M. Clulow
2020-07-25Merge #1224bors[bot]
2020-07-07Adding an implementation and some basic tests for timerfd.Vincent Dagonneau
2020-07-03Add a missing require_capability! to a testAlan Somers
2020-06-26Add Ipv{4,6}PacketInfo support to ControlMessage for send{m,}msgPerry Lorier
2020-06-04Limit internal termios API to pub(crate)Bryant Mairs
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-26Fix build on OpenBSD caused by erroneous inclusion in allowed OS list for sen...Nick Pelone
2020-05-17Remove warnings when compiling for RedoxXavier L'Heureux
2020-05-17Remove temporarily the failing tests for RedoxXavier L'Heureux
2020-05-17Remove more unsupported functions and make it possible to run testsXavier L'Heureux
2020-05-08Add SO_BINDTODEVICE sockoptJean Pierre Dudey
2020-05-03Fix an "unused import" warning on FreeBSD in test_scm_credentialsAlan Somers
2020-05-02Add UnixCredentials support on FreeBSD/DragonFly (cmsgcred/SCM_CREDS)Greg V
2020-04-26Support sendmmsg/recvmmsgGleb Pomykalov
2020-04-25Support UDP GSO and GRO on linuxGleb Pomykalov
2020-04-19Remove a few more cases of mem::uninitialized in the testsAlan Somers
2019-12-22Skip test_aio_cancel_all on muslAlan Somers
2019-12-01ScmCredentials now wraps UnixCredentials instead of libc::ucredAlan Somers
2019-12-01Merge #1157bors[bot]
2019-12-01Fix some race conditions in the integration testsAlan Somers
2019-12-01Remove the last use of mem::uninitializedAlan Somers
2019-12-01Allow signal injection in ptrace::{syscall, detach}Francisco Giordano
2019-10-28Fix sys::socket::recvfrom for TCP socketsAlan Somers
2019-09-19Where relevant, replace equality checks in assert! with assert_eq!Xavier L'Heureux
2019-09-19Fix test breakage in Seccomp mode.Alan Somers
2019-09-19Require CAP_SYS_PTRACE for certain testsAlan Somers
2019-09-04Merge #1120bors[bot]
2019-09-04Fix length of abstract socket addressYuxuan Shui
2019-09-04Replace Signal::from_c_int by Signal::try_fromAlan Somers
2019-09-03Skip the aio_suspend test on LinuxAlan Somers
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-08-28Fix some ioctl tests on muslAlan Somers
2019-07-13Merge #1095bors[bot]
2019-07-13Fix warnings on Rust 1.37.0Alan Somers
2019-07-12test_socket: add AddressFamily::Vsock testStefano Garzarella
2019-06-11Fix tests for abstract socketsBryant Mairs
2019-06-09Add extra traits for all typesBryant Mairs
2019-06-06Fix an "unused use statement" warning on non-musl platformsAlan Somers