- Mar 01, 2020
-
-
Michal 'vorner' Vaner authored
Constants for the linux nfqueue netlink protocol (userspace firewall). Continuation of #1562 and #1571.
-
- Feb 29, 2020
-
-
Yuki Okushi authored
-
- Feb 28, 2020
-
-
Yuji Yamamoto authored
-
- Feb 25, 2020
-
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
- Feb 24, 2020
-
-
BaoshanPang authored
-
- Feb 12, 2020
-
-
Vickenty Fesunov authored
This triggers a warning on a recent nightly, which in turn breaks CI due to `#![deny(warnings)]` in libc-test/build.rs
-
- Dec 16, 2019
-
-
Alex Crichton authored
This commit performs a number of updates for libc with the `wasm32-wasi` target: * Updates the `wasi-libc` repository commit used (previously known as `wasi-sysroot`) * Updates the container to Ubuntu 19.10 which has Clang 9 packaged which is all we need. * Avoids building `wasmtime` and instead downloads a precompiled binary. * Updates bindings in `src/wasi.rs` to match the current upstream state.
-
- Dec 03, 2019
-
-
Matthew McPherrin authored
Modelled after the cmsg tests, this wraps the C macro into a function, and then compares the results to the Rust implementation in libc.
-
- Dec 02, 2019
-
-
Matthew McPherrin authored
-
Matthew McPherrin authored
-
Matthew McPherrin authored
sock_extended_err is a struct returned as a control message when the sockopt IP_RECVERR is set, when recvmsg has the MSG_ERRQUEUE flag set. IP_RECVERR and MSG_ERRQUEUE are constants both already defined here.
-
Matthew McPherrin authored
This moves the linux/ headers after others This keeps the Android tests closer to the Linux ones. I think this is needed to get linux/errqueue.h to not cause compilation failures.
-
- Nov 25, 2019
-
-
Elichai Turkel authored
Co-Authored-By:
gnzlbg <gnzlbg@users.noreply.github.com>
-
- Nov 22, 2019
-
-
patrick felt authored
Signed-off-by:
patrick felt <patrick.felt@sling.com>
-
- Nov 21, 2019
-
-
Elichai Turkel authored
-
- Nov 19, 2019
-
-
oxalica authored
-
- Nov 07, 2019
-
-
Sébastien Marie authored
initial work from @landryb for OpenBSD, various fixes and NetBSD support from me. Fixes #1585
-
- Nov 05, 2019
-
-
Arthur Gautier authored
Signed-off-by:
Arthur Gautier <baloo@gandi.net>
-
Arthur Gautier authored
Signed-off-by:
Arthur Gautier <baloo@gandi.net>
-
- Nov 04, 2019
-
-
Arthur Gautier authored
-
Arthur Gautier authored
-
- Oct 28, 2019
-
-
Michal 'vorner' Vaner authored
First batch for #1562
-
- Oct 11, 2019
-
-
BaoshanPang authored
-
- Sep 21, 2019
-
-
gnzlbg authored
-
- Sep 20, 2019
-
-
gnzlbg authored
-
- Sep 19, 2019
-
-
gnzlbg authored
-
- Sep 16, 2019
-
-
gnzlbg authored
This adds libc-test support for Freebsd10 and a CI build job that tests FreeBSD10 with LIBC_CI only.
-
- Aug 29, 2019
-
-
Thomas Lively authored
-
Thomas Lively authored
-
- Aug 18, 2019
-
-
Sébastien Marie authored
-
- Aug 09, 2019
-
-
Luca Pizzamiglio authored
-
- Aug 05, 2019
-
-
gnzlbg authored
-
Sébastien Marie authored
-
- Jul 28, 2019
-
-
Luca Pizzamiglio authored
-
Luca Pizzamiglio authored
Currently, libc supports and detects freebsd11 and freebsd13 Unknown versions, like freebsd13, is treated as freebsd11. This patch solve the issues, detecting freebsd13 and treating it like freebsd12. Inverting the logic not(freebsd12) -> freebsd11 where possible
-
- Jul 27, 2019
-
-
gnzlbg authored
-
- Jul 21, 2019
-
-
Luca Pizzamiglio authored
-
Luca Pizzamiglio authored
Currently, libc supports and detects freebsd11 and freebsd13 Unknown versions, like freebsd13, is treated as freebsd11. This patch solve the issues, detecting freebsd13 and treating it like freebsd12. Inverting the logic not(freebsd12) -> freebsd11 where possible
-