Age | Commit message (Expand) | Author |
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 |
2016-11-08 | Merge remote-tracking branch 'upstream/master' | zethra |
2016-11-08 | Added documention to tcgetpgrp and tcsetpgrp | zethra |
2016-11-06 | Add some tests for sys::signal. | David Hou |
2016-11-06 | Change SigFlags into an enum. | David Hou |
2016-11-05 | Use cfg_if to branch code in WaitStatus decode | David Hou |
2016-11-03 | Add CLONE_NEWCGROUP | Dylan Reid |
2016-11-02 | Auto merge of #452 - posborne:additional-documentation-additions, r=fiveop | Homu |
2016-11-01 | unistd: doc updates based on review comments | Paul Osborne |
2016-10-31 | Remove `rustc-version` dependency and build script | Alex Crichton |
2016-10-29 | Update comments and CHANGELOG for PR 442 | Alan Somers |
2016-10-29 | impl Send for KEvent | Alan Somers |
2016-10-29 | unistd: add module-level doc comment that makes sense | Paul Osborne |
2016-10-29 | unistd: add documentation for the daemon function | Paul Osborne |
2016-10-29 | unistd: add docs for exec* functions | Paul Osborne |
2016-10-30 | Auto merge of #449 - posborne:documentation-improvements, r=kamalmarhubi | Homu |