- Mar 25, 2020
-
-
Sergio Lopez authored
This is a Linux-only feature that was already present as a syscall. Add it just to linux/gnu for the moment, as the musl version bundled in the Rust's x86_64-unknown-linux-musl toolchain doesn't include it yet. Signed-off-by:
Sergio Lopez <slp@redhat.com>
-
- Mar 15, 2020
-
-
Árni Dagur authored
-
- Mar 14, 2020
-
-
Yuki Okushi authored
-
- Mar 13, 2020
-
-
Connor Kuehl authored
-
Connor Kuehl authored
-
- Mar 10, 2020
-
-
Andre Nathan authored
-
- Mar 09, 2020
-
-
John Baublitz authored
-
Richard Wiedenhöft authored
-
- Mar 08, 2020
-
-
Mikail Bagishov authored
-
- Mar 01, 2020
-
-
Daniel Fox Franke authored
-
- Feb 29, 2020
-
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Yuki Okushi authored
-
zonyitoo authored
fix #1633
-
- Feb 27, 2020
-
-
Emmanuel Gil Peyrot authored
They are missing in the CI’s linux-api-headers, and not widely available yet either.
-
- Feb 26, 2020
-
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
Emmanuel Gil Peyrot authored
-
- Feb 19, 2020
-
-
Marco A L Barbosa authored
-
Vickenty Fesunov authored
memmem is a non-standard extension, first added in GNU libc and later ported to other systems. Support for it is non-uniform, thus it was only added to platforms that seem to support it.
-
- 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 18, 2019
-
-
Noam Shalom Kleinburd authored
-
Noam Kleinburd authored
-
- Nov 27, 2019
-
-
msizanoen1 authored
-
- Nov 25, 2019
-
-
John Paul Adrian Glaubitz authored
-
- Nov 22, 2019
-
-
oxalica authored
-
- Nov 21, 2019
-
-
Elichai Turkel authored
-
- Oct 17, 2019
-
-
Nick Carter authored
The ip_mreqn struct has an additional interface id parameter. This allows programming IPv4 multicast groups using the interface id alongside the src IPv4 address. Linux has supported the ip_mreqn struct since Linux 2.2 ref: man ip.7 [Adding to linux x86_64 only as adding to linux_like/mod.rs caused failures in the sparc64 and mips64 C regression tests]
-
- Sep 25, 2019
- Sep 20, 2019
-
-
gnzlbg authored
-
- Sep 12, 2019
-
-
gnzlbg authored
-
- Sep 01, 2019
-
-
Luca Bruno authored
This adds `utmpname(3)` on Linux with GNU libc. Ref: https://refspecs.linuxfoundation.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/baselib-utmpname-3.html
-
- Aug 10, 2019
-
-
John Baublitz authored
-
- Jul 10, 2019
-
-
condy authored
-
- Jul 09, 2019
-
-
Douman authored
Exposes value for most unix like platforms
-
- Jul 05, 2019
-
-
Bryant Mairs authored
These constants have already been deprecated for a few releases with a deprecation notice, so they can finally be removed. Closes rust-lang/libc#665
-