Age | Commit message (Expand) | Author |
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-09-01 | Auto merge of #392 - fiveop:less_ffi, r=@fiveop | Homu |
2016-08-31 | Replace ffi module by libc functions in mqueue.rs | Philipp Matthias Schaefer |
2016-08-31 | Use libc in poll.rs | Philipp Matthias Schaefer |
2016-08-15 | Get rid of a few warnings during compilation of tests | Philipp Matthias Schaefer |
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-31 | Auto merge of #332 - kamalmarhubi:fork-enum, r=fiveop | Homu |
2016-03-30 | unistd: Redesign the enum returned by fork() | Kamal Marhubi |
2016-03-30 | socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_std | Kamal Marhubi |
2016-03-30 | Use pause(2) in test_wait_signal | Kamal Marhubi |
2016-03-21 | Use getuid(2) from nix instead of libc in test_mount | Kamal Marhubi |
2016-03-21 | mount: Do not treat unshare(2) failure as test failure | Kamal Marhubi |
2016-03-10 | update signalfd to use libc types | Alex Gulyás |
2016-03-07 | Add gettid | Dave Hylands |
2016-02-20 | Auto merge of #271 - abbradar:mqueue-fixes, r=kamalmarhubi | Homu |
2016-02-20 | mqueue: change types to allow more cases | Nikolay Amiantov |
2016-02-20 | select: allow infinite timeout | Nikolay Amiantov |
2016-02-14 | linux: Add splice(2), tee(2), vmsplice(2) | Kamal Marhubi |
2016-02-12 | linux: Add sendfile(2) | Kamal Marhubi |
2016-01-29 | Convert MSG_ flags to bitflags! type. | Philipp Matthias Schaefer |
2016-01-29 | Add tests for sockopt (SndBuf, RcvBuf, SndBufForce, RcvBufForce) | Frank Denis |
2016-01-27 | Bring back mount | Kamal Marhubi |
2016-01-27 | Add test for if_nametoindex | Kamal Marhubi |
2016-01-25 | Add everything from poll.h. | Utkarsh Kukreti |
2016-01-18 | update libc to 0.2.2 | Mattis Marjak |
2016-01-13 | Use tempdir for temporary files in tests | Kamal Marhubi |
2016-01-13 | Fix compiler warnings in tests | Kamal Marhubi |
2015-10-28 | Fix handling of sockaddr_un lengths | Geoffrey Thomas |
2015-10-20 | Only run signalfd tests when feature is set | Carl Lerche |
2015-10-20 | Scope test by signalfd | Carl Lerche |
2015-10-07 | Add sys::select::FdSet::clear. | Utkarsh Kukreti |
2015-10-06 | Add support for sendmsg(2), recvmsg(2), and cmsg(3) | Geoffrey Thomas |
2015-09-28 | added convenience functions for setting O_NONBLOCK on message queues | Markus Jais |
2015-09-28 | Revert "Add support for sendmsg(2), recvmsg(2), and cmsg(4)" | Carl Lerche |
2015-09-28 | Add sys::select::FdSet and sys::select::select. | Utkarsh Kukreti |
2015-09-24 | Add support for sendmsg(2), recvmsg(2), and cmsg(4) | Geoffrey Thomas |
2015-09-10 | Add signalfd support | Alex Gulyás |
2015-09-03 | added support and tests for mq_setattr | Markus Jais |
2015-09-03 | test_stat: Remove st_rdev test | Geoffrey Thomas |
2015-08-21 | Merge remote-tracking branch 'posborne/ioctl-rework' | Carl Lerche |
2015-08-17 | renamed test methods for mqueue and added mq_unlink | Markus Jais |
2015-08-12 | ioctl: return result type rather than raw integer | Paul Osborne |
2015-08-12 | conditionally enable ioctl test for linux | Corey Richardson |