summaryrefslogtreecommitdiff
path: root/test/test.rs
AgeCommit message (Expand)Author
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 more unsupported functions and make it possible to run testsXavier L'Heureux
2020-05-02Fix an "unused macro" warning on non-Linux platformsAlan Somers
2020-04-25Support UDP GSO and GRO on linuxGleb Pomykalov
2019-12-01Remove the last use of mem::uninitializedAlan Somers
2019-11-21Implement sched::sched_getaffinity()Thibaut Ackermann
2019-09-19Fix test breakage in Seccomp mode.Alan Somers
2019-09-19Require CAP_SYS_PTRACE for certain testsAlan Somers
2019-07-13Temporarily allow deprecated itemsAlan Somers
2019-06-06Fix some bugs with multithreaded tests:Alan Somers
2019-06-06Fix multiple problems with the test_acct testAlan Somers
2019-06-06Fix kmod tests on in Linux containersAlan Somers
2019-06-06Fix the is_so_mark_functional test in Linux containersAlan Somers
2018-09-05Add wrapper for linux kernel module loadingPascal Bach
2018-09-05Refactor skip_if_not_root into macroPascal Bach
2018-09-03new dir moduleScott Lamb
2018-09-01deps: update tempfile to 3Igor Gnatenko
2018-05-28Implement sendfile on FreeBSD and DarwinAndrew Morrow
2018-01-21Merge #820bors[bot]
2018-01-15aio: use `Bytes` instead of `Rc<[u8]>`Alan Somers
2018-01-10Expose mqueue functions for all supported OSesAlan Somers
2017-12-20Add backticks to types in doccommentsBryant Mairs
2017-12-05Remove nix-test subcrateBryant Mairs
2017-11-12groups tests: Add groups mutex and print message when tests skippedJamie Hewland
2017-08-18unistd: add fexecve()Luca Bruno
2017-07-26add poll module for all platformsNicolas Dusart
2017-07-19Fix thread safety issues in pty and termios testsAlan Somers
2017-07-18Remove signalfd feature in favor of conditional compilationBryant Mairs
2017-07-16Fix thread safety issues in aio, chdir, and wait testsAlan Somers
2017-07-09Fix double close bugs in test_lseek and test_lseek64Alan Somers
2017-06-12Add openpty()Kelvin Ly
2017-05-16Add various pty functionsBryant Mairs
2017-04-15tests should protect concurrent access to signal handlersAlan Somers
2016-11-18Improve portability of test_getsocknameAlan Somers
2016-02-14linux: Add splice(2), tee(2), vmsplice(2)Kamal Marhubi
2016-02-12linux: Add sendfile(2)Kamal Marhubi
2016-01-27Add test for if_nametoindexKamal Marhubi
2016-01-25Add everything from poll.h.Utkarsh Kukreti
2016-01-13Use tempdir for temporary files in testsKamal Marhubi
2015-08-12Fix testsCorey Richardson
2015-07-09Run 32 bit CI buildsCarl Lerche
2015-04-27Basic Posix MQ supportMarkus Jais
2015-04-03'derive(Copy)' needs Clone nowFlorian Hartwig
2015-03-25Use libc from crates.ioCarl Lerche
2015-03-25Track Rust masterCarl Lerche
2015-03-19Track Rust nightliesCarl Lerche
2015-03-16Fix deprecation warningsCarl Lerche
2015-02-25Large cleanup, mostly of socket functionsCarl Lerche