summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-06-12Reenable tests that only failed on Travis, since we no longer use it.Alan Somers
2021-06-12Fix some unused import warnings in the testsAlan Somers
2021-05-31Add getresuid() and getresgid() to unistdJeryl Vaz
2021-05-30misc Clippy cleanupAlan Somers
2021-05-30Adapt aio to the world of async/await, and fix some potential unsoundness.Alan Somers
2021-05-30Merge #1439bors[bot]
2021-05-28Disable sendfile64 on androidTom Dryer
2021-05-28Add sendfile64Tom Dryer
2021-05-27Update to semver 1.0.0David Tolnay
2021-05-01Hopefully improve unistd::alarm::set's doc test's reliabilityAlan 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-21Merge #1390bors[bot]
2021-02-20pty: Make forkpty() unsafeTavian Barnes
2021-02-20Update rand to 0.8Alan Somers
2021-02-20Fix a non_fmt_panic warning with Rustc 1.52.0Alan Somers
2021-02-15Fix test_ptrace_syscall() on x32наб
2021-02-15Port mqueue to x32наб
2021-02-15Dir: Implement `IntoIterator` for `Dir`William Manley
2021-01-03Fix fcntl for FreeBSDAlexander Thaller
2020-12-19unistd: Add getpeereid(3)William Woodruff
2020-12-19Add fuchsia supportAmanda Tait
2020-12-14Ignore failures of test_aio_suspend on macosAlan Somers
2020-12-10Remove a workaround for an old Musl bugAlan Somers
2020-12-09Ignore the execve tests on muslAlan Somers
2020-12-08Fix unreliability in sys::test_aio::test_aio_suspendAlan Somers
2020-12-08Fix a race in the test_unistd::test_fchown testAlan Somers
2020-12-07Fix a use-after-free in execve_test_factoryAlan Somers
2020-12-06Switch all builds from Travis to CirrusAlan Somers
2020-12-06Handle SIGRT_1 in test_alarmAlan Somers
2020-12-06Make the poll tests resilient against signalsAlan 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-16update require_kernel_version to handle "_" in version stringRitesh Khadgaray
2020-10-15Merge #1313bors[bot]
2020-10-15Update to cfg-if 1.0Matt Brubeck
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-10-03Merge #1293bors[bot]
2020-09-28Added clock_gettime, clock_getres, clock_settime, clock_getcpuclockidDaniil Bondarev
2020-09-20Mark nix::unistd::fork as unsafe.Vitaly _Vi Shukela
2020-09-06Merge #1290bors[bot]
2020-08-11use subordinate terminal device for termios callsJoshua M. Clulow