Age | Commit message (Expand) | Author |
2017-03-22 | add support `readlink|readlinkat` | Jörg Thalheim |
2017-03-21 | add support for `fstatat` | Jörg Thalheim |
2017-03-21 | add support for `openat` | Jörg Thalheim |
2017-03-02 | Remove revents from PollFd::new | Bryant Mairs |
2017-02-24 | impl Debug for AioCb and SigevNotify | Alan Somers |
2017-02-05 | Implement Drop for AioCb | Alan Somers |
2017-02-05 | Add runtime checks to AioCb methods | Alan Somers |
2017-01-26 | Turn most aio functions into AioCb methods | Alan Somers |
2017-01-26 | Auto merge of #483 - asomers:aio2, r=posborne | Homu |
2017-01-25 | Add PhantomData to AioCb to track buffer's lifetime | Alan Somers |
2017-01-19 | unistd: add fchdir(2) | Luca Bruno |
2016-12-19 | fix all and update CHANGELOG.md | qupeng |
2016-12-19 | Merge branch 'nix-rust' | qupeng |
2016-12-16 | Add POSIX AIO support | Alan Somers |
2016-12-12 | epoll: improve EpollEvent::empty() by using mem::uninitialized. | qupeng |
2016-12-11 | test/mod.rs: only test epoll on linux. | qupeng |
2016-12-11 | fix #480 and add simple test cases for that. | qupeng |
2016-12-10 | Add support for system control sockets for XNU | Conrad Kramer |
2016-12-10 | Add ioctl support for BSD | Conrad Kramer |
2016-11-19 | Add TimeSpec, a Newtype around libc::timespec | Alan Somers |
2016-11-18 | Improve portability of test_getsockname | Alan Somers |
2016-11-18 | Fix Unix domain sockets. | Alan Somers |
2016-11-16 | Fix intermittency in test_select | Alan Somers |
2016-11-15 | Auto merge of #466 - fiveop:warnings, r=posborne | Homu |
2016-11-14 | Get rid of a few test compilation warnings | Philipp Matthias Schaefer |
2016-11-14 | Make signal argument to kill optional | Philipp Matthias Schaefer |
2016-11-13 | Avoid TempDir::into_path(), because it doesn't cleanup on Drop | Alan Somers |
2016-10-24 | mount: Run test_mount_bind in CI | Kamal Marhubi |
2016-10-23 | use tempfile in test_pwrite. | 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-08 | Auto merge of #416 - philippkeller:master, r=posborne | Homu |
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-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 |