Age | Commit message (Expand) | Author |
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-17 | Auto merge of #510 - kamalmarhubi:ptrace-events-changelog, r=posborne | Homu |
2017-02-17 | Auto merge of #515 - SimonSapin:bitflagsup, r=posborne | Homu |
2017-02-16 | Update bitflags to 0.7 | Simon Sapin |
2017-02-14 | changelog: Add note for ptrace events (#438) | Kamal Marhubi |
2017-02-14 | Auto merge of #438 - chaosagent:wait-ptrace, r=kamalmarhubi | Homu |
2017-01-27 | Auto merge of #499 - asomers:strcmp, r=posborne | Homu |
2017-01-26 | Fix a compiler warning on FreeBSD | Alan Somers |
2017-01-26 | Auto merge of #483 - asomers:aio2, r=posborne | Homu |
2017-01-25 | Fix typo in CHANGELOG | Alan Somers |
2017-01-25 | Add PhantomData to AioCb to track buffer's lifetime | Alan Somers |
2017-01-23 | Auto merge of #498 - shepmaster:patch-1, r=fiveop | Homu |
2017-01-20 | Add categories to Cargo.toml | Jake Goulding |
2017-01-19 | Auto merge of #497 - lucab:to-upstream/fchdir, r=posborne | Homu |
2017-01-19 | changelog: update for fchdir | Luca Bruno |
2017-01-19 | unistd: add fchdir(2) | Luca Bruno |
2017-01-18 | Auto merge of #455 - posborne:gethostname-sethostname-updates, r=kamalmarhubi | Homu |
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 | updated changelog | zethra |
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 | test/mod.rs: only test epoll on linux. | 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-10 | Merge pull request #485 from fiveop/doc_link | Philipp Matthias Schäfer |
2016-12-10 | Add link to release documentation | Philipp Matthias Schaefer |