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
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
2017-11-12
groups tests: Add groups mutex and print message when tests skipped
Jamie Hewland
2017-11-12
test_unistd: Add test for getgrouplist/initgroups()
Jamie Hewland
2017-11-12
test_unistd: Add test for getgroups/setgroups()
Jamie Hewland
2017-10-11
added unistd::mkfifo #602
Jakub Pastuszek
2017-08-18
unistd: add fexecve()
Luca Bruno
2017-08-05
Fix tests on OpenBSD
Wesley Moore
2017-07-24
Merge #693
bors[bot]
2017-07-22
Remove unneeded local
Jonas Schievink
2017-07-22
Document invariants of fork and fix tests
Jonas Schievink
2017-07-21
use std::env::temp_dir() to retrieve the temp directory in test_mkstemp
Nicolas Dusart
2017-07-20
fix some tests for Android
Nicolas Dusart
2017-07-18
Remove broken execvpe implementation
Bryant Mairs
2017-07-18
Merge #638
bors[bot]
2017-07-16
Fix thread safety issues in aio, chdir, and wait tests
Alan Somers
2017-07-15
Merge #630
bors[bot]
2017-07-15
Add sysconf(3), pathconf(2), and fpathconf(2)
Alan Somers
2017-07-09
Fix double close bugs in test_lseek and test_lseek64
Alan Somers
2017-07-02
Newtypes for uid_t, gid_t and pid_t.
Martin Habovštiak
2017-01-19
unistd: add fchdir(2)
Luca Bruno
2016-11-13
Avoid TempDir::into_path(), because it doesn't cleanup on Drop
Alan Somers
2016-09-28
Apparently not all mkstemp implementation require the X at the end (despite i...
Philipp Keller
2016-09-27
test also that mkstemp fails when there's no X at the end
Philipp Keller
2016-09-16
made it running with rust 1.2, added documentation to mkstemp
Philipp Keller
2016-09-07
fixed indentation
Philipp Keller
[next]