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
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
2018-09-05
Refactor skip_if_not_root into macro
Pascal Bach
2018-09-05
Replace allow unused directive with _ prefix
Pascal Bach
2018-09-01
deps: update tempfile to 3
Igor Gnatenko
2018-02-06
Merge #851
bors[bot]
2018-02-05
Add test for getsid.
Glenn Griffin
2018-02-02
Add alarm module
Thomas de Zeeuw
2017-12-20
Remove useless Err(_) match arms
Bryant Mairs
2017-12-20
Remove elided 'static lifetime
Bryant Mairs
2017-12-20
Use write_all instead of write
Bryant Mairs
2017-12-19
Merge #799
bors[bot]
2017-12-19
Fix support for DragonFly
Michael Neumann
2017-12-07
Use the real pipe2(2) on all BSD targets.
Alan Somers
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-11-19
unistd: add execveat() on Linux and Android
Luca Bruno
2017-11-12
unistd: groups: Respond to minor PR feedback items
Jamie Hewland
[next]