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
/
src
/
unistd.rs
Age
Commit message (
Expand
)
Author
2016-05-06
Use Wrapping for intended underflow of unsigned integer value.
Philipp Matthias Schaefer
2016-05-01
Return both the fd and the created path
Andreas Fuchs
2016-05-01
Add mkstemp(3)
Andreas Fuchs
2016-04-18
Use Void in exec return type
arcnmx
2016-04-14
Auto merge of #350 - llogiq:clippy, r=posborne
Homu
2016-04-13
unistd: Add sleep(3)
Kamal Marhubi
2016-04-14
fixed a few clippy warnings
Andre Bogus
2016-03-30
unistd: Mark fork() and related methods as #[inline]
Kamal Marhubi
2016-03-30
unistd: Redesign the enum returned by fork()
Kamal Marhubi
2016-03-30
unistd: Add pause(2)
Kamal Marhubi
2016-03-07
Add gettid
Dave Hylands
2016-03-06
unistd: Use bindings from libc instead of our own
Kamal Marhubi
2016-02-20
unistd: add chown syscall
Nikolay Amiantov
2016-02-19
unistd: add setuid, setgid syscalls
Nikolay Amiantov
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-18
allow improper_ctypes for size_t
Mattis Marjak
2016-01-18
update libc to 0.2.2
Mattis Marjak
2016-01-13
Add safe wrappers for getuid, geteuid, getgid, getegid
Kamal Marhubi
2015-12-22
Fix broken tests on nightly
Carl Lerche
2015-12-03
add an implementation of setpgid
David Roundy
2015-10-27
Add support for fsync, fdatasync
Jeremy Fitzhardinge
2015-10-27
Fix some comments
Jeremy Fitzhardinge
2015-10-16
Fix memory issue with exec family of fns
Carl Lerche
2015-08-10
Add missing exec functions
Nik Klassen
2015-07-07
remove unneeded mut.
Felix Kronlage
2015-07-06
Add feature flag around execvpe
Tilde Engineering
2015-06-24
Implement more fcntl operations
Andy Grover
2015-05-28
Remove std::os::unix::io::RawFd re-export
Carl Lerche
2015-05-21
Fix NixPath yield with CStr instead of OsStr
Carl Lerche
2015-05-19
added getpid and getppid
Markus Jais
2015-05-05
feat: add execvpe
Qingping Hou
2015-04-28
feat: add chroot syscall
Qingping Hou
2015-04-06
Get compiling on Rust 1.0 beta
Carl Lerche
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
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-27
Temporarily remove mount
Carl Lerche
2015-02-27
Further SockAddr & NixPath cleanup
Carl Lerche
2015-02-25
Large cleanup, mostly of socket functions
Carl Lerche
2015-02-21
Cleanup readv & writev + tests
Carl Lerche
2015-02-20
Mark T as Phantom in Iovec
Sebastian Lauwers
2015-02-12
Add a test for sys::stat function
Markus Jais
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
Utkarsh Kukreti
2015-02-06
path -> old_path
Florian Hartwig
2015-01-26
Add a safe wrapper for `libc::isatty`.
Utkarsh Kukreti
2015-01-13
changed uint and int to usize and isize respectively
Rick Richardson
2015-01-07
more cstr fallout
Rick Richardson
2015-01-07
ToCStr removal fallout
Valerii Hiora
2015-01-03
Update to rust master
Valerii Hiora
[prev]
[next]