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