Age | Commit message (Expand) | Author |
2017-04-09 | Removed some socket constants from arch=arm | Zac Berkowitz |
2017-04-09 | Fixed constants for MIPS | Zac Berkowitz |
2017-04-09 | Fixes nix-rust/nix#532 | Zac Berkowitz |
2017-04-09 | Switched bsd speed_t def. to libc::speed_t | Zac Berkowitz |
2017-04-09 | Removed commented `cargo run` targets in CI | Zac Berkowitz |
2017-04-09 | Disable tests on BSD targets. | Zac Berkowitz |
2017-04-09 | Removed 'cargo run' directives from ci script. | Zac Berkowitz |
2017-04-09 | Fixed ci/script.sh to run tests when desired. | Zac Berkowitz |
2017-04-09 | Removed arches. | Zac Berkowitz |
2017-04-09 | Added/removed CI arches. | Zac Berkowitz |
2017-04-09 | Enabled tests for BSD. Added mipsel & mips64el | Zac Berkowitz |
2017-04-09 | Updated .travis.yml | Zac Berkowitz |
2017-04-09 | Removed appveyor -- this is a unix only lib. | Zac Berkowitz |
2017-04-09 | Added ci templates from `trust` v0.1.1 | Zac Berkowitz |
2017-04-09 | Removed old ci infrastructure. | Zac Berkowitz |
2017-04-05 | Auto merge of #565 - Mic92:fix-libc-remote, r=kamalmarhubi | Homu |
2017-03-28 | Cargo.toml: restore upstream libc remote | Jörg Thalheim |
2017-03-26 | Auto merge of #552 - Mic92:fstatat, r=posborne | Homu |
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-20 | Auto merge of #559 - kevinmehall:mmap, r=kamalmarhubi | Homu |
2017-03-19 | Minor edit to changelog | Kamal Marhubi |
2017-03-19 | Add changelog entry for mman safety changes | Kevin Mehall |
2017-03-18 | Actually mark mmap and related functions as `unsafe` | Kevin Mehall |
2017-03-04 | Auto merge of #542 - Susurrus:revents, r=fiveop | Homu |
2017-03-03 | Auto merge of #547 - kamalmarhubi:bump-0.8.1-pre, r=posborne | Homu |
2017-03-02 | Remove revents from PollFd::new | Bryant Mairs |
2017-03-02 | Bump to v0.8.1-pre | Kamal Marhubi |
2017-03-02 | Auto merge of #546 - kamalmarhubi:release-0.8.0, r=fiveop | Homu |
2017-03-01 | Release v0.8.0 | Kamal Marhubi |
2017-02-28 | Auto merge of #541 - kamalmarhubi:export-fcntl-args, r=fiveop | Homu |
2017-02-28 | fcntl: Expose FcntlArg variants at the module level | Kamal Marhubi |
2017-02-28 | Auto merge of #540 - kamalmarhubi:fcntl-getsetpipe-sz, r=posborne | Homu |
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-27 | Auto merge of #525 - Susurrus:min_rust, r=fiveop | Homu |
2017-02-26 | Update minimum supported Rust version to 1.9.0 | Bryant Mairs |
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-26 | Auto merge of #524 - kamalmarhubi:epoll-flags-libc_bitflags, r=fiveop | Homu |
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-25 | Auto merge of #522 - Susurrus:readme, r=kamalmarhubi | Homu |