summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-08-01Add getrlimit and setrlimitLMJW
2021-07-28sys/stat: add a safe wrapper for mknodat(2)Luca BRUNO
2021-07-24unistd: Add conversion from User to libc::passwdorvij
2021-07-24Add pthread_killMartin Kröning
2021-07-08Support SO_RXQ_OVFL socket option (android/fuchsia/linux)Junho Choi
2021-07-08Adding linux specific renameat2()Tom Boland
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-06-13Add nmount for FreeBSD.Alan Somers
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]