Age | Commit message (Expand) | Author |
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 |
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 |