index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_unistd.rs
Age
Commit message (
Expand
)
Author
2022-07-10
Clippy cleanup in the tests.
Alan Somers
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2022-06-07
Fix the test_acct test
Alan Somers
2022-05-14
add haiku support
Al Hoang
2022-01-10
Add getresuid/gid and setresuid/gid on BSDs
Ryan Zoeller
2021-12-21
DragonFly 6.0 added fexecve(2)
Ryan Zoeller
2021-12-11
clippy cleanup with the latest nightly
Alan Somers
2021-11-27
Avoid lock poisoning by using parking_lot
Ryan Zoeller
2021-09-19
Clippy cleanup
Alan Somers
2021-08-22
Print function name and missing capability when skipping tests
Ryan Zoeller
2021-08-22
Fix building the tests for Redox and Illumos
Alan Somers
2021-07-24
unistd: Add conversion from User to libc::passwd
orvij
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-06-12
Fix some unused import warnings in the tests
Alan Somers
2021-05-31
Add getresuid() and getresgid() to unistd
Jeryl Vaz
2021-05-30
misc Clippy cleanup
Alan Somers
2021-05-01
Hopefully improve unistd::alarm::set's doc test's reliability
Alan Somers
2021-04-04
Check all tests in CI
Alan Somers
2021-03-21
illumos and Solaris support
Jason King
2020-12-19
unistd: Add getpeereid(3)
William Woodruff
2020-12-19
Add fuchsia support
Amanda Tait
2020-12-10
Remove a workaround for an old Musl bug
Alan Somers
2020-12-09
Ignore the execve tests on musl
Alan Somers
2020-12-08
Fix a race in the test_unistd::test_fchown test
Alan Somers
2020-12-07
Fix a use-after-free in execve_test_factory
Alan Somers
2020-12-06
Switch all builds from Travis to Cirrus
Alan Somers
2020-12-06
Handle SIGRT_1 in test_alarm
Alan Somers
2020-10-15
Update to cfg-if 1.0
Matt Brubeck
2020-09-20
Mark nix::unistd::fork as unsafe.
Vitaly _Vi Shukela
2020-07-28
Allow both &[CString] and &[&CStr] for sequence args
Jeong YunWon
2020-07-25
Merge #1224
bors[bot]
2020-07-03
implement ttyname
Jesse Luehrs
2020-07-03
Factor out common code from the various skip macros
Alan Somers
2020-06-12
Merge #1255
bors[bot]
2020-06-12
Add fchown(2) wrapper.
Nate Avers
2020-06-05
Respond to review comments
Alan Somers
2020-06-04
Remove several deprecated constants and functions
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Fix test and remove group & user for redox
Xavier L'Heureux
2020-05-17
Remove warnings when compiling for Redox
Xavier L'Heureux
2020-05-17
Remove temporarily the failing tests for Redox
Xavier L'Heureux
2020-05-17
Remove more unsupported functions and make it possible to run tests
Xavier L'Heureux
2020-02-29
add setfsuid and setfsgid implementation for filesystem checks
Marco Conte
2019-12-01
Fix some race conditions in the integration tests
Alan Somers
2019-11-03
Implment linkat
Johnnie Birch
2019-09-30
refactored test cases
Zhang Miaolei
2019-09-30
add mkfifoat
Zhang Miaolei
2019-09-23
fix #1093
Ta Thanh Dinh
2019-09-19
Where relevant, replace equality checks in assert! with assert_eq!
Xavier L'Heureux
[next]