summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-17test_af_alg_aead waits indefinitelyRitesh Khadgaray
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
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