summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-14Cast function item to function pointer in order to appease compiler.Philipp Matthias Schaefer
2016-04-14Auto merge of #350 - llogiq:clippy, r=posborneHomu
2016-04-13unistd: Add sleep(3)Kamal Marhubi
2016-04-14fixed a few clippy warningsAndre Bogus
2016-04-02Fix raw_pointer_derive warningKamal Marhubi
2016-03-31Auto merge of #332 - kamalmarhubi:fork-enum, 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-30unistd: Add pause(2)Kamal Marhubi
2016-03-28epoll: Add EPOLLEXCLUSIVE flag.kubo39
2016-03-17Auto merge of #311 - fiveop:context, r=@kamalmarhubiHomu
2016-03-16mman: Use libc_bitflags macro for ProtFlagsKamal Marhubi
2016-03-16Add libc_bitflags convenience macroKamal Marhubi
2016-03-14Add context module.Philipp Matthias Schaefer
2016-03-13Rename flags to conform to conventions.Philipp Matthias Schaefer
2016-03-12android: Fix reference to libc::ioctlKamal Marhubi
2016-03-11Use sigwait function from libc instead of own ffi function.Philipp Matthias Schaefer
2016-03-11Auto merge of #309 - alex-gulyas:update-signalfd, r=fiveopHomu
2016-03-11Auto merge of #288 - posborne:fix-libc-export, r=fiveopHomu
2016-03-11Auto merge of #301 - gabrielesvelto:master, r=kamalmarhubiHomu
2016-03-11libc: re-export libc properlyPaul Osborne
2016-03-10update signalfd to use libc typesAlex Gulyás
2016-03-10uio: Use bindings from libc instead of our ownKamal Marhubi
2016-03-09Auto merge of #302 - kamalmarhubi:test_sigwait, r=posborneHomu
2016-03-08tests: Disable test_sigwait on apple platformsKamal Marhubi
2016-03-07Add gettidDave Hylands
2016-03-07Add support for MIPS targetsGabriele Svelto
2016-03-06unistd: Use bindings from libc instead of our ownKamal Marhubi
2016-03-01Auto merge of #285 - fiveop:use_libc, r=@kamalmarhubiHomu
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-28Make crate libc import public.Philipp Matthias Schaefer
2016-02-27Add sigwaitZhe Wang
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-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-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