Age | Commit message (Expand) | Author |
2016-10-30 | Auto merge of #449 - posborne:documentation-improvements, r=kamalmarhubi | Homu |
2016-10-28 | remove extra line in the commit | kiddkai |
2016-10-28 | add getpgid | kiddkai |
2016-10-27 | unistd: add docs for chown | Paul Osborne |
2016-10-27 | unistd: add docs for chdir | Paul Osborne |
2016-10-27 | unistd: document the dup, dup2, and dup3 calls | Paul Osborne |
2016-10-27 | unistd: add documentation for gettid | Paul Osborne |
2016-10-27 | unistd: add setsid implementation | Paul Osborne |
2016-10-27 | unistd: add documentation for setpgid | Paul Osborne |
2016-10-27 | unistd: add docs for getpid/getppid | Paul Osborne |
2016-10-27 | unistd: add better docs for fork() | Paul Osborne |
2016-10-26 | Add setresuid and setresgid | Dylan Reid |
2016-10-02 | Auto merge of #428 - philippkeller:mkstemp, r=fiveop | Homu |
2016-09-28 | Add debug_assert ensuring popped byte is nul | Philipp Keller |
2016-09-27 | Remove double copy of array (to_owned() and PathBuf::from), use OsString::fro... | Philipp Keller |
2016-09-27 | move path outside closure to avoid use after free, restructed for easier read... | Philipp Keller |
2016-09-16 | fixing build for aarch64-unknown-linux-gnu (which expects the pointer to be *... | Philipp Keller |
2016-09-16 | made it running with rust 1.2, added documentation to mkstemp | Philipp Keller |
2016-09-15 | make unsafe code more fine-grained in pipe2 | Jack O'Connor |
2016-09-14 | call pipe2 directly on Linux | Jack O'Connor |
2016-09-07 | resolving all remarks by @posborne, fixed max line length=99, fixed rust 1.2.... | Philipp Keller |
2016-09-06 | rust 1.2.0 doesn't support expect, switched to proper match block | Philipp Keller |
2016-09-06 | added documentation for getcwd and mkdir, changed test so that it compares ag... | Philipp Keller |
2016-09-06 | fixed the trailing whitespaces | 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-02 | implemented getcwd (returning Result<PathBuf>, reconciling all calls to expec... | Philipp Keller |
2016-08-10 | Fix the sethostname binding on FreeBSD and DragonflyBSD | Alan Somers |
2016-06-13 | Added lseek to unistd | Andrei Oprisan |
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 |