Age | Commit message (Expand) | Author |
2017-07-05 | We need to pass by value and not by pointer for writing ioctls | Bastian Köcher |
2017-07-04 | Make Android a Tier 2 target | roblabla |
2017-07-04 | Allow nix to compile on android targets | roblabla |
2017-07-02 | Newtypes for uid_t, gid_t and pid_t. | Martin Habovštiak |
2017-06-15 | Change sched_setaffinity's PID argument to pid_t | Julian Squires |
2017-06-13 | Added ptrace utilities. | Daniel McKenna |
2017-06-12 | Add openpty() | Kelvin Ly |
2017-06-04 | Add pthread_self | king6cong |
2017-06-01 | Add SigAction getters | Henning Ottesen |
2017-05-16 | Add various pty functions | Bryant Mairs |
2017-04-17 | Merge #564 | bors[bot] |
2017-04-16 | Add v0.8.1 to changelog | Kamal Marhubi |
2017-04-16 | Self should not be mutated (pull request 564) | diekmann |
2017-04-16 | Merge #581 | bors[bot] |
2017-04-15 | Add AioCb::from_boxed_slice | Alan Somers |
2017-04-15 | Fix syntax for changelog and add missing feature | Bryant Mairs |
2017-04-15 | Update changelog | Bryant Mairs |
2017-04-09 | Updated changelog. | Zac Berkowitz |
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-19 | Minor edit to changelog | Kamal Marhubi |
2017-03-19 | Add changelog entry for mman safety changes | Kevin Mehall |
2017-03-04 | Auto merge of #542 - Susurrus:revents, r=fiveop | Homu |
2017-03-02 | Remove revents from PollFd::new | Bryant Mairs |
2017-03-02 | Bump to v0.8.1-pre | Kamal Marhubi |
2017-03-01 | Release v0.8.0 | Kamal Marhubi |
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-25 | Add ppoll() | Bryant Mairs |
2017-02-25 | Added BaudRate enum for termios | Zac Berkowitz |
2017-02-19 | Update CHANGELOG.md | 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-14 | changelog: Add note for ptrace events (#438) | Kamal Marhubi |
2017-02-05 | Update CHANGELOG for PR #506 | 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-19 | changelog: update for fchdir | Luca Bruno |
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 |
2016-12-19 | fix all and update CHANGELOG.md | 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-12 | updated changelog | zethra |
2016-12-11 | Ensure child stack passed to clone is 16 byte aligned. | Kevin DeJong |