Age | Commit message (Expand) | Author |
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 |
2016-12-12 | Added getpgrp | zethra |
2016-12-12 | EpollEvent::empty(): using mem::zeroed instead of mem::uninitialized. | qupeng |
2016-12-12 | epoll: improve EpollEvent::empty() by using mem::uninitialized. | qupeng |
2016-12-11 | fix EpollEvent::empty() | qupeng |
2016-12-11 | add empty() in EpollEvent. | qupeng |
2016-12-11 | fix #480 and add simple test cases for that. | qupeng |
2016-12-11 | Ensure child stack passed to clone is 16 byte aligned. | Kevin DeJong |
2016-12-10 | Fix ControlMessage::encode_into when encoding multiple messages | Philipp Matthias Schaefer |
2016-12-10 | Add support for system control sockets for XNU | Conrad Kramer |
2016-12-10 | Add ioctl support for BSD | Conrad Kramer |
2016-12-10 | Change the readwrite buf ioctl call to use a *mut pointer | Conrad Kramer |
2016-12-10 | Fix typo in documentation | Conrad Kramer |
2016-12-02 | Auto merge of #475 - asomers:timespec, r=fiveop | Homu |
2016-11-25 | Fix use-after-free in select | Alan Somers |
2016-11-23 | Fixed typo in tcsetpgrp | zethra |
2016-11-19 | Add TimeSpec, a Newtype around libc::timespec | Alan Somers |
2016-11-19 | Make TimeVal a NewType | Alan Somers |
2016-11-19 | Opaqueify TimeVal | Alan Somers |
2016-11-18 | Fix Unix domain sockets. | Alan Somers |
2016-11-15 | Auto merge of #460 - chaosagent:sys_signal, r=fiveop | Homu |
2016-11-15 | Auto merge of #463 - asomers:kevent, r=fiveop | Homu |
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-11-10 | Change KEvent to treat udata as an intptr_t instead of a uintptr_t. | Alan Somers |
2016-11-08 | Rename SigFlags to SigmaskHow | David Hou |
2016-11-08 | Added .map(drop) as requested | zethra |