Age | Commit message (Expand) | Author |
2017-08-27 | Remove syscall module. | Bryant Mairs |
2017-08-18 | unistd: add fexecve() | Luca Bruno |
2017-08-14 | Added documentation to Whence. | Nicolás Caracci |
2017-08-08 | Add FreeBSD, OpenBSD support for setresuid/setresgid | Wesley Moore |
2017-07-22 | Document invariants of fork and fix tests | Jonas Schievink |
2017-07-18 | Remove broken execvpe implementation | Bryant Mairs |
2017-07-16 | Merge #677 | bors[bot] |
2017-07-15 | PtyMaster::drop should panic on EBADF | Alan Somers |
2017-07-15 | Merge #630 | bors[bot] |
2017-07-15 | Add sysconf(3), pathconf(2), and fpathconf(2) | Alan Somers |
2017-07-02 | Newtypes for uid_t, gid_t and pid_t. | Martin Habovštiak |
2017-04-21 | remove test warnings | king6cong |
2017-01-19 | unistd: add fchdir(2) | Luca Bruno |
2017-01-15 | sethostname: convert to taking OsStr ref | Paul Osborne |
2017-01-15 | unistd: document and change implementation of gethostname | Paul Osborne |
2017-01-15 | unistd: add docs for gethostname and tweak API | Paul Osborne |
2016-12-12 | Added getpgrp | zethra |
2016-11-23 | Fixed typo in tcsetpgrp | zethra |
2016-11-13 | Avoid TempDir::into_path(), because it doesn't cleanup on Drop | Alan Somers |
2016-11-08 | Added .map(drop) as requested | zethra |
2016-11-08 | Merge remote-tracking branch 'upstream/master' | zethra |
2016-11-08 | Added documention to tcgetpgrp and tcsetpgrp | zethra |
2016-11-01 | unistd: doc updates based on review comments | Paul Osborne |
2016-10-29 | unistd: add module-level doc comment that makes sense | Paul Osborne |
2016-10-29 | unistd: add documentation for the daemon function | Paul Osborne |
2016-10-29 | unistd: add docs for exec* functions | Paul Osborne |
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 |