Age | Commit message (Expand) | Author |
2016-03-30 | unistd: Add pause(2) | Kamal Marhubi |
2016-03-28 | epoll: Add EPOLLEXCLUSIVE flag. | kubo39 |
2016-03-17 | Auto merge of #311 - fiveop:context, r=@kamalmarhubi | Homu |
2016-03-16 | mman: Use libc_bitflags macro for ProtFlags | Kamal Marhubi |
2016-03-16 | Add libc_bitflags convenience macro | Kamal Marhubi |
2016-03-14 | Add context module. | Philipp Matthias Schaefer |
2016-03-13 | Rename flags to conform to conventions. | Philipp Matthias Schaefer |
2016-03-12 | android: Fix reference to libc::ioctl | Kamal Marhubi |
2016-03-11 | Use sigwait function from libc instead of own ffi function. | Philipp Matthias Schaefer |
2016-03-11 | Auto merge of #309 - alex-gulyas:update-signalfd, r=fiveop | Homu |
2016-03-11 | Auto merge of #288 - posborne:fix-libc-export, r=fiveop | Homu |
2016-03-11 | Auto merge of #301 - gabrielesvelto:master, r=kamalmarhubi | Homu |
2016-03-11 | libc: re-export libc properly | Paul Osborne |
2016-03-10 | update signalfd to use libc types | Alex Gulyás |
2016-03-10 | uio: Use bindings from libc instead of our own | Kamal Marhubi |
2016-03-09 | Auto merge of #302 - kamalmarhubi:test_sigwait, r=posborne | Homu |
2016-03-08 | tests: Disable test_sigwait on apple platforms | Kamal Marhubi |
2016-03-07 | Add gettid | Dave Hylands |
2016-03-07 | Add support for MIPS targets | Gabriele Svelto |
2016-03-06 | unistd: Use bindings from libc instead of our own | Kamal Marhubi |
2016-03-01 | Auto merge of #285 - fiveop:use_libc, r=@kamalmarhubi | Homu |
2016-02-29 | Rename HowFlags to SigFlags and SockFlags to SaFlags for consistency. | Philipp Matthias Schaefer |
2016-02-28 | Do not import libc structs directly. | Philipp Matthias Schaefer |
2016-02-28 | Use libc extern function exports in sys/signal.rs. | Philipp Matthias Schaefer |
2016-02-28 | Use libc structs in sys/signal.rs. | Philipp Matthias Schaefer |
2016-02-28 | Use libc constants in sys/signal.rs. | Philipp Matthias Schaefer |
2016-02-28 | Make crate libc import public. | Philipp Matthias Schaefer |
2016-02-27 | Add sigwait | Zhe Wang |
2016-02-25 | Limit MAP_NOSYNC flag to FreeBSD kin | Vasily Kolobkov |
2016-02-25 | Withdraw MAP_STACK flag from OpenBSD | Vasily Kolobkov |
2016-02-25 | Use libc | Vasily Kolobkov |
2016-02-25 | Fix IPV6 group membership options on OpenBSD | Vasily Kolobkov |
2016-02-25 | Use libc with OpenBSD kin | Vasily Kolobkov |
2016-02-23 | Add support for AF_PACKET on linux | Herman J. Radtke III |
2016-02-20 | Auto merge of #274 - abbradar:new-syscalls, r=kamalmarhubi | Homu |
2016-02-20 | Auto merge of #271 - abbradar:mqueue-fixes, r=kamalmarhubi | Homu |
2016-02-20 | mqueue: change types to allow more cases | Nikolay Amiantov |
2016-02-20 | select: make FdSet Cloneable | Nikolay Amiantov |
2016-02-20 | select: allow infinite timeout | Nikolay Amiantov |
2016-02-20 | unistd: add chown syscall | Nikolay Amiantov |
2016-02-19 | unistd: add setuid, setgid syscalls | Nikolay Amiantov |
2016-02-14 | linux: Add splice(2), tee(2), vmsplice(2) | Kamal Marhubi |
2016-02-12 | linux: Add sendfile(2) | Kamal Marhubi |
2016-02-08 | signal: Allow raw_pointer_derive on SigAction struct | Kamal Marhubi |
2016-02-04 | Let SigHandler derive Clone and Copy | Philipp Matthias Schaefer |
2016-02-04 | Handle `SA_SIGINFO` flag in the constructor. | Philipp Matthias Schaefer |
2016-02-04 | Account for the different signal handler types. | Philipp Matthias Schaefer |
2016-02-04 | Add comment on IPv6 address endianness. | Philipp Matthias Schaefer |
2016-02-04 | IPv6 addresses are always in big endian order | Frank Denis |
2016-02-01 | Implement SO_ACCEPTCONN sockopt | Stanisław Pitucha |