Age | Commit message (Expand) | Author |
2016-04-14 | Auto merge of #350 - llogiq:clippy, r=posborne | Homu |
2016-04-14 | Auto merge of #351 - kamalmarhubi:sleep, r=posborne | Homu |
2016-04-13 | unistd: Add sleep(3) | Kamal Marhubi |
2016-04-14 | fixed a few clippy warnings | Andre Bogus |
2016-04-07 | Auto merge of #342 - tillarnold:master, r=utkarshkukreti | Homu |
2016-04-07 | Add the repository field to Cargo.toml | Till Arnold |
2016-04-03 | Auto merge of #340 - kamalmarhubi:allow-raw-pointer-derive-warning, r=posborne | Homu |
2016-04-02 | Fix raw_pointer_derive warning | Kamal Marhubi |
2016-03-31 | Auto merge of #332 - kamalmarhubi:fork-enum, r=fiveop | Homu |
2016-03-31 | Auto merge of #335 - kamalmarhubi:sin6-flowinfo-scope-id, r=fiveop | Homu |
2016-03-30 | unistd: Mark fork() and related methods as #[inline] | Kamal Marhubi |
2016-03-30 | unistd: Redesign the enum returned by fork() | Kamal Marhubi |
2016-03-30 | socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_std | Kamal Marhubi |
2016-03-30 | Auto merge of #336 - kamalmarhubi:pause, r=fiveop | Homu |
2016-03-30 | Use pause(2) in test_wait_signal | Kamal Marhubi |
2016-03-30 | unistd: Add pause(2) | Kamal Marhubi |
2016-03-29 | Auto merge of #331 - kamalmarhubi:conventions-whitespace, r=utkarshkukreti | Homu |
2016-03-28 | doc: Minor whitespace fix in CONVENTIONS.md | Kamal Marhubi |
2016-03-29 | Auto merge of #330 - kubo39:epollexclusive, r=kamalmarhubi | Homu |
2016-03-28 | epoll: Add EPOLLEXCLUSIVE flag. | kubo39 |
2016-03-22 | Auto merge of #326 - posborne:fix-arm-and-x86-ci, r=kamalmarhubi | Homu |
2016-03-21 | testing: failing on arm is no longer an allowed failure! | Paul Osborne |
2016-03-21 | testing: specify a few extra environment variables | Paul Osborne |
2016-03-21 | testing: use posborne/rust-cross:x86 for x86_64/i686 | Paul Osborne |
2016-03-22 | Auto merge of #328 - kamalmarhubi:test_mount-getuid, r=posborne | Homu |
2016-03-21 | Use getuid(2) from nix instead of libc in test_mount | Kamal Marhubi |
2016-03-22 | Auto merge of #327 - kamalmarhubi:allow-test_mount_failure, r=fiveop | Homu |
2016-03-21 | mount: Do not treat unshare(2) failure as test failure | Kamal Marhubi |
2016-03-19 | Auto merge of #322 - posborne:travis-mixed-sudo-environment, r=kamalmarhubi | Homu |
2016-03-17 | travis: add back testing on all rust versions (for linux) | Paul Osborne |
2016-03-17 | travis: only require sudo on docker/i686 builds | Paul Osborne |
2016-03-17 | Auto merge of #321 - kamalmarhubi:r-architecture-label, r=fiveop | Homu |
2016-03-17 | contributing: Add R- architecture-specific label prefix | Kamal Marhubi |
2016-03-17 | Auto merge of #311 - fiveop:context, r=@kamalmarhubi | Homu |
2016-03-17 | Auto merge of #315 - kamalmarhubi:libc-bitflags, r=kamalmarhubi | Homu |
2016-03-17 | Auto merge of #318 - posborne:fix-runall, r=kamalmarhubi | Homu |
2016-03-16 | mman: Use libc_bitflags macro for ProtFlags | Kamal Marhubi |
2016-03-16 | testing: remove refs to test_nix in run-all.sh | Paul Osborne |
2016-03-16 | Add libc_bitflags convenience macro | Kamal Marhubi |
2016-03-15 | Auto merge of #297 - posborne:docker-cross-test-infrastructure, r=kamalmarhubi | Homu |
2016-03-14 | Add context module. | Philipp Matthias Schaefer |
2016-03-14 | testing: ensure run.sh is executing in docker container | Paul Osborne |
2016-03-14 | testing: explicitly check TRAVIS_OS_NAME is osx | Paul Osborne |
2016-03-14 | testing: update documentation related to testing | Paul Osborne |
2016-03-14 | testing: use default linker for appropriate platforms | Paul Osborne |
2016-03-14 | testing: move echo statement within docker run script | Paul Osborne |
2016-03-14 | libc: revert change to libc version | Paul Osborne |
2016-03-13 | testing: docker tests now work on travis | Paul Osborne |
2016-03-13 | testing: first shot at testing with travis for arm, mips, android, ... | Paul Osborne |
2016-03-13 | testing: move to new posborne/rust-cross images | Paul Osborne |