Age | Commit message (Expand) | Author |
2016-05-01 | Support sockaddr_nl in sockaddr_storage_to_addr(). | James Peach |
2016-05-01 | Return both the fd and the created path | Andreas Fuchs |
2016-05-01 | Add mkstemp(3) | Andreas Fuchs |
2016-04-24 | Auto merge of #357 - arcnmx:exec-void, r=@posborne | Homu |
2016-04-24 | Auto merge of #354 - brianp:fcntl-libc, r=kamalmarhubi | Homu |
2016-04-22 | Add SigSet::extend and SigSet::clear. | Philipp Matthias Schaefer |
2016-04-21 | Allow to specify signal when calling clone. | Philipp Matthias Schaefer |
2016-04-20 | fcntl: Use bindings from libc instead of our own | Brian Pearce |
2016-04-20 | Last few constants | arcnmx |
2016-04-19 | Use constants from libc | arcnmx |
2016-04-18 | Add some missing SFlags | arcnmx |
2016-04-18 | Use Void in exec return type | arcnmx |
2016-04-18 | Auto merge of #353 - fiveop:nightly_warning, r=kamalmarhubi | Homu |
2016-04-16 | mount: Use bindings from libc instead of our own | Brian Pearce |
2016-04-14 | Cast function item to function pointer in order to appease compiler. | Philipp Matthias Schaefer |
2016-04-14 | Auto merge of #350 - llogiq:clippy, r=posborne | Homu |
2016-04-13 | unistd: Add sleep(3) | Kamal Marhubi |
2016-04-14 | fixed a few clippy warnings | Andre Bogus |
2016-04-02 | Fix raw_pointer_derive warning | Kamal Marhubi |
2016-03-31 | Auto merge of #332 - kamalmarhubi:fork-enum, r=fiveop | Homu |
2016-03-30 | unistd: Mark fork() and related methods as #[inline] | Kamal Marhubi |
2016-03-30 | unistd: Redesign the enum returned by fork() | Kamal Marhubi |
2016-03-30 | socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_std | Kamal Marhubi |
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 |