- Feb 19, 2020
-
-
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
-
- Jun 27, 2019
-
-
Adam C. Foltzer authored
-
Adam C. Foltzer authored
-
- Jun 26, 2019
-
-
Adam C. Foltzer authored
Per discussion in #1410, this is necessary to avoid struct size mismatches between Rust and C on systems with glibc < 2.28.
-
John Baublitz authored
-
- Jun 14, 2019
-
-
Joe Richey authored
-
- Jun 07, 2019
-
-
Torbjørn Birch Moltu authored
-
Bryant Mairs authored
During the refactor in 4bd419eb, PTRACE_DETACH was accidentally removed on these targets. This re-adds it.
-
- Jun 06, 2019
- Jun 05, 2019