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
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
2019-09-19
Fix test breakage in Seccomp mode.
Alan Somers
2019-08-22
update readlink to return the path instead of mangling the buffer
Sendil Kumar
2019-07-14
Implement unlinkat
Johnnie Birch
2019-06-06
Fix some bugs with multithreaded tests:
Alan Somers
2019-06-06
Fix multiple problems with the test_acct test
Alan Somers
2019-04-20
Add a access(2) wrapper
jr
2019-01-15
Fix build and tests issues on OpenBSD 6.4+
Andrei-Marius Radu
2018-12-16
Allow 'cargo test' to complete successfully on NetBSD 8.0.
Tom Pusateri
2018-12-12
Implement symlinkat
oblique
2018-11-23
Fix unused warnings on FreeBSD from PR #952
Alan Somers
2018-11-19
Add execvpe support, conditional on platform
F1rst-Unicorn
2018-10-21
Add acct(2) wrapper API
Josh Abraham
2018-10-19
Add trivial tests for chown and fchownat
Julio Merino
2018-10-17
Add a truncate(2) wrapper
Julio Merino
[next]