summaryrefslogtreecommitdiff
path: root/test/test.rs
AgeCommit message (Expand)Author
2022-12-09refactor: take AsFd by valueSteve Lau
2022-12-08feat: I/O safety for 'sys/termios' & 'pty'Steve Lau
2022-08-25Add sched_getaffinity and sched_setaffinity on FreeBSDRyan Zoeller
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-05-14add haiku supportAl Hoang
2022-01-03Add sendfile(2) for DragonFlyRyan Zoeller
2021-12-30Introduce timer_* supportBrian L. Troutwine
2021-12-22Enable sched_get/setaffinity on DragonFly BSDRyan Zoeller
2021-11-27Avoid lock poisoning by using parking_lotRyan Zoeller
2021-08-01Add getrlimit and setrlimitLMJW
2021-06-13Add nmount for FreeBSD.Alan Somers
2020-12-19Add fuchsia supportAmanda Tait
2020-12-06Switch all builds from Travis to CirrusAlan Somers
2020-10-16update require_kernel_version to handle "_" in version stringRitesh Khadgaray
2020-09-28Added clock_gettime, clock_getres, clock_settime, clock_getcpuclockidDaniil Bondarev
2020-07-03Factor out common code from the various skip macrosAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
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