summaryrefslogtreecommitdiff
path: root/test/test_unistd.rs
AgeCommit message (Expand)Author
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
2020-05-17Remove temporarily the failing tests for RedoxXavier L'Heureux
2020-05-17Remove more unsupported functions and make it possible to run testsXavier L'Heureux
2020-02-29add setfsuid and setfsgid implementation for filesystem checksMarco Conte
2019-12-01Fix some race conditions in the integration testsAlan Somers
2019-11-03Implment linkatJohnnie Birch
2019-09-30refactored test casesZhang Miaolei
2019-09-30add mkfifoatZhang Miaolei
2019-09-23fix #1093Ta Thanh Dinh
2019-09-19Where relevant, replace equality checks in assert! with assert_eq!Xavier L'Heureux
2019-09-19Fix test breakage in Seccomp mode.Alan Somers
2019-08-22update readlink to return the path instead of mangling the bufferSendil Kumar
2019-07-14Implement unlinkatJohnnie Birch
2019-06-06Fix some bugs with multithreaded tests:Alan Somers
2019-06-06Fix multiple problems with the test_acct testAlan Somers
2019-04-20Add a access(2) wrapperjr
2019-01-15Fix build and tests issues on OpenBSD 6.4+Andrei-Marius Radu
2018-12-16Allow 'cargo test' to complete successfully on NetBSD 8.0.Tom Pusateri
2018-12-12Implement symlinkatoblique