summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-08tests: Disable test_sigwait on apple platformsKamal Marhubi
2016-03-07Auto merge of #296 - kamalmarhubi:contributing-e-labels, r=posborneHomu
2016-03-06Add E-prefixed issue labels for level of experienceKamal Marhubi
2016-03-07Auto merge of #294 - kamalmarhubi:unistd-libc, r=@posborneHomu
2016-03-06unistd: Use bindings from libc instead of our ownKamal Marhubi
2016-03-06Auto merge of #295 - posborne:build-script-cleanup, r=kamalmarhubiHomu
2016-03-05test: clean up the test build scriptPaul Osborne
2016-03-06Auto merge of #292 - posborne:test-stability-improvements, r=kamalmarhubiHomu
2016-03-05testing: increase stability by removing thread parallelismPaul Osborne
2016-03-05Auto merge of #289 - fiveop:readme_link, r=kamalmarhubiHomu
2016-03-04Fix Travis-CI links.Philipp Matthias Schaefer
2016-03-01Set version to 0.5.1-preKamal Marhubi
2016-03-01Bump version to 0.5.0Kamal Marhubi
2016-03-01Auto merge of #285 - fiveop:use_libc, r=@kamalmarhubiHomu
2016-03-01Auto merge of #284 - fiveop:fix_build, r=posborneHomu
2016-03-01Auto merge of #287 - fiveop:CONVENTIONS2, r=kamalmarhubiHomu
2016-02-29Extend section on constants to include functions and structs.Philipp Matthias Schaefer
2016-02-29Document naming convention for flag types.Philipp Matthias Schaefer
2016-02-29Rename HowFlags to SigFlags and SockFlags to SaFlags for consistency.Philipp Matthias Schaefer
2016-02-28Do not import libc structs directly.Philipp Matthias Schaefer
2016-02-28Use libc extern function exports in sys/signal.rs.Philipp Matthias Schaefer
2016-02-28Use libc structs in sys/signal.rs.Philipp Matthias Schaefer
2016-02-28Use libc constants in sys/signal.rs.Philipp Matthias Schaefer
2016-02-28Auto merge of #282 - fiveop:CONVENTIONS, r=@kamalmarhubiHomu
2016-02-28Auto merge of #283 - KalitaAlexey:master, r=fiveopHomu
2016-02-28Make crate libc import public.Philipp Matthias Schaefer
2016-02-28Add introduction/constants/enumeration/uninitialized to CONVENTIONS.Philipp Matthias Schaefer
2016-02-28bump bitflags version to 0.4Kalita Alexey
2016-02-28Auto merge of #275 - kamalmarhubi:contributing, r=@fiveopHomu
2016-02-27Add a document with contribution guidelinesKamal Marhubi
2016-02-27Auto merge of #280 - 0x1997:sigwait, r=fiveopHomu
2016-02-27Add sigwaitZhe Wang
2016-02-26Auto merge of #279 - polezaivsani:openbsd_make, r=fiveopHomu
2016-02-25Limit MAP_NOSYNC flag to FreeBSD kinVasily Kolobkov
2016-02-25Withdraw MAP_STACK flag from OpenBSDVasily Kolobkov
2016-02-25Use libcVasily Kolobkov
2016-02-25Fix IPV6 group membership options on OpenBSDVasily Kolobkov
2016-02-25Use libc with OpenBSD kinVasily Kolobkov
2016-02-24Auto merge of #278 - hjr3:af-packet, r=fiveopHomu
2016-02-23Add support for AF_PACKET on linuxHerman J. Radtke III
2016-02-20Auto merge of #274 - abbradar:new-syscalls, r=kamalmarhubiHomu
2016-02-20Auto merge of #271 - abbradar:mqueue-fixes, r=kamalmarhubiHomu
2016-02-20mqueue: change types to allow more casesNikolay Amiantov
2016-02-20Auto merge of #272 - abbradar:select-fixes, r=kamalmarhubiHomu
2016-02-20select: make FdSet CloneableNikolay Amiantov
2016-02-20select: allow infinite timeoutNikolay Amiantov
2016-02-20unistd: add chown syscallNikolay Amiantov
2016-02-19unistd: add setuid, setgid syscallsNikolay Amiantov
2016-02-17Auto merge of #267 - kamalmarhubi:linux-splice-etc, r=arcnmxHomu
2016-02-14linux: Add splice(2), tee(2), vmsplice(2)Kamal Marhubi