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-18 | Actually mark mmap and related functions as `unsafe` | Kevin Mehall |
2017-03-02 | Remove revents from PollFd::new | Bryant Mairs |
2017-02-28 | fcntl: Expose FcntlArg variants at the module level | Kamal Marhubi |
2017-02-27 | fcntl: Support getting and setting pipe size on Linux | Kamal Marhubi |
2017-02-27 | Auto merge of #506 - asomers:aio3, r=posborne | Homu |
2017-02-26 | Auto merge of #520 - Susurrus:master, r=fiveop | Homu |
2017-02-26 | Auto merge of #526 - Fulkerson:master, r=posborne | Homu |
2017-02-26 | Auto merge of #518 - berkowski:baud_constants, r=posborne | Homu |
2017-02-25 | Remove EPOLLWAKEUP and SIGEV_THREAD_ID when cross-compiling to MIPS. | Johan Anderholm |
2017-02-25 | Add ppoll() | Bryant Mairs |
2017-02-25 | epoll: Use libc_bitflags for EpollFlags | Kamal Marhubi |
2017-02-24 | impl Debug for AioCb and SigevNotify | Alan Somers |
2017-02-25 | Using baud constants from libc | Zac Berkowitz |
2017-02-25 | Corrected linux baud constants to octals | Zac Berkowitz |
2017-02-25 | Added BaudRate enum for termios | Zac Berkowitz |
2017-02-23 | Auto merge of #503 - Idolf:bitflags, r=kamalmarhubi | Homu |
2017-02-22 | Fix the inner type of EpollFlags | Mathias Svensson |
2017-02-23 | Auto merge of #513 - yxd-hde:fix-musl, r=posborne | Homu |
2017-02-19 | Fix the style for bitflags! | Mathias Svensson |
2017-02-18 | Auto merge of #508 - aidanhs:aphs-major-minor-macros, r=posborne | Homu |
2017-02-17 | Implement major/minor macros, correct mkdev | Aidan Hobson Sayers |
2017-02-16 | Fix some identifiers in comments | Alan Somers |
2017-02-16 | Update bitflags to 0.7 | Simon Sapin |
2017-02-16 | Fix unresolved name error when building with musl. | YANG Xudong |
2017-02-14 | Auto merge of #438 - chaosagent:wait-ptrace, r=kamalmarhubi | Homu |
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 |
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 |
2017-01-11 | Auto merge of #486 - hicqu:master, r=fiveop | Homu |
2017-01-11 | Auto merge of #489 - fiveop:fixcopyinto, r=fiveop | Homu |
2017-01-11 | Auto merge of #492 - domsj:fix-eventfd-feature, r=fiveop | Homu |
2017-01-11 | Auto merge of #496 - fiveop:consolidate_socketaddr_storage, r=@fiveop | Homu |
2017-01-10 | Always use libc's socketaddr_storage | Philipp Matthias Schaefer |
2016-12-29 | fix eventfd build | Jan Doms |
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-17 | Auto merge of #478 - conradev:sys-control, r=fiveop | Homu |
2016-12-17 | Auto merge of #490 - kevindejong:master, r=fiveop | Homu |
2016-12-17 | Auto merge of #491 - zethra:master, r=fiveop | Homu |
2016-12-16 | Fix build on iOS platform | Conrad Kramer |