summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-15Auto merge of #266 - kamalmarhubi:linux-sendfile, r=arcnmxHomu
2016-02-12linux: Add sendfile(2)Kamal Marhubi
2016-02-08signal: Allow raw_pointer_derive on SigAction structKamal Marhubi
2016-02-05cargo: Move nix-test directly under dev-dependenciesKamal Marhubi
2016-02-04Let SigHandler derive Clone and CopyPhilipp Matthias Schaefer
2016-02-04Handle `SA_SIGINFO` flag in the constructor.Philipp Matthias Schaefer
2016-02-04Account for the different signal handler types.Philipp Matthias Schaefer
2016-02-04Add comment on IPv6 address endianness.Philipp Matthias Schaefer
2016-02-04IPv6 addresses are always in big endian orderFrank Denis
2016-02-01Amend bitflags convention to cover all cases.Philipp Matthias Schaefer
2016-02-01Add file detailing conventions for nix.Philipp Matthias Schaefer
2016-02-01Implement SO_ACCEPTCONN sockoptStanisław Pitucha
2016-02-01Add SO_TYPE handling in getsockoptStanisław Pitucha
2016-01-29ci: Re-enable Travis builds for i686Kamal Marhubi
2016-01-29Convert MSG_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-29Add tests for sockopt (SndBuf, RcvBuf, SndBufForce, RcvBufForce)Frank Denis
2016-01-29Add support for SO_{RCV,SND}BUF(FORCE)? sockoptsFrank Denis
2016-01-29cfg out MAP_32BIT on non-x86arcnmx
2016-01-28Rename to MapFlags and MsFlags.Philipp Matthias Schaefer
2016-01-28Convert MS_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-28Convert PROT_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-28Convert MAP_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-28Convert CLONE_ flags to bitflags! type.Philipp Matthias Schaefer