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
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
2016-09-06
added documentation for getcwd and mkdir, changed test so that it compares ag...
Philipp Keller
2016-09-06
made it running with rust 1.2.0: the code for getcwd is now an exact copy of ...
Philipp Keller
2016-09-05
implemented mkdir, extended getcwd test to include long path names
Philipp Keller
2016-09-03
added test for getcwd, still not complete (needs to check also longer directo...
Philipp Keller
2016-09-02
implemented getcwd (returning Result<PathBuf>, reconciling all calls to expec...
Philipp Keller
2016-06-13
Added lseek to unistd
Andrei Oprisan
2016-05-01
Return both the fd and the created path
Andreas Fuchs
2016-05-01
Remove dependency on Result::expect
Andreas Fuchs
2016-05-01
Add mkstemp(3)
Andreas Fuchs
2016-03-30
unistd: Redesign the enum returned by fork()
Kamal Marhubi
2016-03-07
Add gettid
Dave Hylands
2015-07-13
Add status to WaitStatus
Joseph Kain
2015-07-07
make execvpe unit test compile on Linux
Markus Jais
2015-06-08
added wait system call and unit test
Markus Jais
2015-05-19
added getpid and getppid
Markus Jais
2015-05-05
feat: add execvpe
Qingping Hou
2015-03-25
Track Rust master
Carl Lerche
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-13
Amend some files to make it compile on arm-linux-androideabi.
kennytm
2015-02-21
Cleanup readv & writev + tests
Carl Lerche
[prev]