summaryrefslogtreecommitdiff
path: root/test/sys
AgeCommit message (Expand)Author
2021-08-27Ignore vsock tests on Linux aarch64Alan Somers
2021-08-22Print function name and missing capability when skipping testsRyan Zoeller
2021-08-21Deprecate SockAddr/InetAddr::to_strNoah
2021-08-17Relax assertions in sockaddr_storage_to_addr to match the documentation.Kyle Huey
2021-08-11Merge #1482bors[bot]
2021-08-10Add support for LOCAL_PEER_CREDAlan Somers
2021-08-09Add PTRACE_INTERRUPTMika Vatanen
2021-07-24Add pthread_killMartin Kröning
2021-07-08Support SO_RXQ_OVFL socket option (android/fuchsia/linux)Junho Choi
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-06-12Reenable tests that only failed on Travis, since we no longer use it.Alan Somers
2021-05-30misc Clippy cleanupAlan Somers
2021-05-30Adapt aio to the world of async/await, and fix some potential unsoundness.Alan Somers
2021-04-08Merge #1402bors[bot]
2021-04-08Support TIMESTAMPNS for linuxLu, Wangshan
2021-04-04Check all tests in CIAlan Somers
2021-03-22Revert "Temporarily disable test_vsock on QEMU arches"Stefano Garzarella
2021-03-22Fix test_vsock failure on VMADDR_CID_LOCAL testingStefano Garzarella
2021-03-21illumos and Solaris supportJason King
2021-03-21Temporarily disable test_vsock on QEMU archesAlan Somers
2021-02-20Update rand to 0.8Alan Somers
2021-02-15Fix test_ptrace_syscall() on x32наб
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-17test_af_alg_aead waits indefinitelyRitesh Khadgaray
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