summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-09-06Merge #1290bors[bot]
2020-08-11use subordinate terminal device for termios callsJoshua M. Clulow
2020-07-28Allow both &[CString] and &[&CStr] for sequence argsJeong YunWon
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-03implement ttynameJesse Luehrs
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-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-05Respond to review commentsAlan Somers
2020-06-04Remove several deprecated constants and functionsAlan Somers
2020-06-04Limit internal termios API to pub(crate)Bryant Mairs
2020-05-31Fix test_ptymaster_drop after PR #1098Alan Somers
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-17Fix test and remove group & user for redoxXavier L'Heureux
2020-05-17Add wait, fdatasync, poll and pause for RedoxXavier L'Heureux
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-02Merge #1216bors[bot]
2020-05-02Add UnixCredentials support on FreeBSD/DragonFly (cmsgcred/SCM_CREDS)Greg V
2020-05-02Fix an "unused macro" warning on non-Linux platformsAlan Somers
2020-04-26Support sendmmsg/recvmmsgGleb Pomykalov
2020-04-25Support UDP GSO and GRO on linuxGleb Pomykalov
2020-04-21impl io::{Read,Write} for PtyMasterJosh Stone
2020-04-19Remove a few more cases of mem::uninitialized in the testsAlan Somers
2020-04-01Split read and write OFD lock testsAndre Nathan
2020-03-27i686 -> x86Andre Nathan
2020-03-27Explain why OFD tests are disabled in some archsAndre Nathan
2020-03-27Undo rustfmt reformatingAndre Nathan
2020-03-19One more arch exclusionAndre Nathan
2020-03-19Exclude targets failing on CIAndre Nathan
2020-03-18Don't test on mips; replace unwrap for expectAndre Nathan
2020-03-18Fix type of pad fieldAndre Nathan
2020-03-18Add missing libc::flock fields in mipsAndre Nathan
2020-03-18Try to get tests working on 32 bitsAndre Nathan
2020-03-18Add fcntl tests for OFD locksAndre Nathan
2020-02-29add setfsuid and setfsgid implementation for filesystem checksMarco Conte
2020-02-11Provide clearenv()John Gallagher
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