summaryrefslogtreecommitdiff
path: root/test/test_unistd.rs
AgeCommit message (Expand)Author
2023-01-08feat: I/O safety `ftruncate`Jonathan
2022-12-08feat: I/O safety for 'sys/termios' & 'pty'Steve Lau
2022-12-04Fix clippy lintsAlex Saveau
2022-11-06Run a round of clippy to fix CIAlex Saveau
2022-10-13add eaccess on FreeBSD, DragonFly and Linux (musl and glibc)Steve Lau
2022-08-09format codeSteveLauC
2022-08-09remove deprecated itemsSteveLauC
2022-08-05add faccessatZhang Miaolei
2022-08-04fix clippy assertions_on_result_statesMichael Baikov
2022-07-10Clippy cleanup in the tests.Alan Somers
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-06-07Fix the test_acct testAlan Somers
2022-05-14add haiku supportAl Hoang
2022-01-10Add getresuid/gid and setresuid/gid on BSDsRyan Zoeller
2021-12-21DragonFly 6.0 added fexecve(2)Ryan Zoeller
2021-12-11clippy cleanup with the latest nightlyAlan Somers
2021-11-27Avoid lock poisoning by using parking_lotRyan Zoeller
2021-09-19Clippy cleanupAlan Somers
2021-08-22Print function name and missing capability when skipping testsRyan Zoeller
2021-08-22Fix building the tests for Redox and IllumosAlan Somers
2021-07-24unistd: Add conversion from User to libc::passwdorvij
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan 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-01Hopefully improve unistd::alarm::set's doc test's reliabilityAlan Somers
2021-04-04Check all tests in CIAlan Somers
2021-03-21illumos and Solaris supportJason King
2020-12-19unistd: Add getpeereid(3)William Woodruff
2020-12-19Add fuchsia supportAmanda Tait
2020-12-10Remove a workaround for an old Musl bugAlan Somers
2020-12-09Ignore the execve tests on muslAlan 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-10-15Update to cfg-if 1.0Matt Brubeck
2020-09-20Mark nix::unistd::fork as unsafe.Vitaly _Vi Shukela
2020-07-28Allow both &[CString] and &[&CStr] for sequence argsJeong YunWon
2020-07-25Merge #1224bors[bot]
2020-07-03implement ttynameJesse Luehrs
2020-07-03Factor out common code from the various skip macrosAlan Somers
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-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Fix test and remove group & user for redoxXavier L'Heureux
2020-05-17Remove warnings when compiling for RedoxXavier L'Heureux