summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-16Auto merge of #401 - fiveop:fix_warnings, r=posborneHomu
2016-08-15Get rid of a few warnings during compilation of testsPhilipp Matthias Schaefer
2016-08-12Auto merge of #400 - asomers:master, r=posborneHomu
2016-08-11Auto merge of #397 - fiveop:asomers_master, r=@posborneHomu
2016-08-11Auto merge of #398 - posborne:fix-docker-builds, r=fiveopHomu
2016-08-10ci: fix docker container checkPaul Osborne
2016-08-10Fix nix on FreeBSD amd64Alan Somers
2016-08-10Fix the sockopt_impl matcher rule order.Alan Somers
2016-08-10Fix the sethostname binding on FreeBSD and DragonflyBSDAlan Somers
2016-08-09Update CHANGELOG for pull request 397Alan Somers
2016-08-06Auto merge of #395 - fiveop:no_longer_1.1, r=posborneHomu
2016-08-05No longer support Rust 1.1Philipp Matthias Schaefer
2016-08-04Auto merge of #391 - fiveop:changelog, r=posborneHomu
2016-07-22Introduce CHANGELOG.mdPhilipp Matthias Schaefer
2016-07-19Auto merge of #389 - tbu-:pr_fix_netbsd, r=fiveopHomu
2016-07-18Fix NetBSD buildTobias Bucher
2016-07-16Auto merge of #386 - bugaevc:reboot, r=fiveopHomu
2016-07-14Name enum variants after the libc constantsSergey Bugaev
2016-07-14Revert "Manually match on RebootMode::*"Sergey Bugaev
2016-07-14Add some documentationSergey Bugaev
2016-07-14Switch Clone and CopySergey Bugaev
2016-07-13Manually match on RebootMode::*Sergey Bugaev
2016-07-13Use libc's declarationsSergey Bugaev
2016-07-13Stop targeting AndroidSergey Bugaev
2016-07-13Ignore the overflow for constantsSergey Bugaev
2016-07-13Add some basic docs for reboot::set_cad_enabled()Sergey Bugaev
2016-07-13Add the initial implementation of reboot()Sergey Bugaev
2016-07-13Auto merge of #385 - posborne:gh-pages-docs, r=fiveopHomu
2016-07-13Auto merge of #387 - bugaevc:track-master, r=posborneHomu
2016-07-13Use git master as libc versionSergey Bugaev
2016-07-12ci: only attempt travis-cargo under linuxPaul Osborne
2016-07-12docs: update readme to be a bit more usefulPaul Osborne
2016-07-10ci: push docs to gh-pages and code cov to coverallsPaul Osborne
2016-07-04Auto merge of #383 - kamalmarhubi:eventfd-revamp, r=posborneHomu
2016-07-03eventfd: Follow nix conventionsKamal Marhubi
2016-07-01Auto merge of #379 - nikklassen:wait-flags, r=fiveopHomu
2016-07-01Auto merge of #381 - fiveop:fix_musl, r=utkarshkukretiHomu
2016-06-29musl target needs std::mem nowPhilipp Matthias Schaefer
2016-06-29Replace wait constants with libc constantsNik Klassen
2016-06-29Use new libc versionNik Klassen
2016-06-28Auto merge of #370 - fiveop:context, r=posborneHomu
2016-06-28Auto merge of #362 - fiveop:signal_enum, r=posborneHomu
2016-06-26Convert signal constants to enumeration.Philipp Matthias Schaefer
2016-06-24Auto merge of #380 - kanerogers:patch-1, r=utkarshkukretiHomu
2016-06-24Bump version in README.mdKane Rogers
2016-06-20Auto merge of #377 - aoprisan:master, r=posborneHomu
2016-06-13Added lseek to unistdAndrei Oprisan
2016-06-11Provide accessors to sigmask of UContext.Philipp Matthias Schaefer
2016-06-11Auto merge of #376 - kamalmarhubi:warnings-in-test, r=utkarshkukretiHomu
2016-06-10Add missing wait flag WUNTRACED for non-Linux systemsNik Klassen