- Sep 02, 2019
-
-
Luke Petre authored
-
Luke Petre authored
-
Alan Somers authored
This constant is not stable across OS versions, so it cannot be used in any backwards- or forwards- compatible way. It's typically used to size arrays in the kernel and in debugging utilities that are closely tied to the OS version. Since libc is ignorant about OS versions, we shouldn't even be defining it.
-
- Sep 01, 2019
-
-
Alan Somers authored
-
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 29, 2019
-
-
Thomas Lively authored
-
- Aug 21, 2019
-
-
Sébastien Marie authored
-
- Aug 20, 2019
-
-
gnzlbg authored
-
- Aug 18, 2019
-
-
FenrirWolf authored
-
Luke Petre authored
-
Sébastien Marie authored
-
- Aug 17, 2019
-
-
gnzlbg authored
-
gnzlbg authored
-
Luke Petre authored
Adding OpenBSD as per request, verified here: https://github.com/openbsd/src/blob/master/sys/sys/stat.h#L188
-
Luke Petre authored
-
Thomas Lively authored
These changes bring the types up to parity with recent Emscripten versions using the upstream LLVM wasm backend. These changes should be coordinated with the upgrade of rustc's Emscripten support. See https://internals.rust-lang.org/t/upgrading-rust-s-emscripten-support/10684
-
Wang Xuerui authored
-
Wang Xuerui authored
-
leo60228 authored
-
- Aug 16, 2019
-
-
Baoshan Pang authored
-
gnzlbg authored
libc currently denies all warnings by default. This commit denies warnings only when libc is built in CI.
-
equal-l2 authored
-
equal-l2 authored
-
- Aug 15, 2019
-
-
Joe Richey authored
These fuctions are not present in Fuchsia's libc, so they cannot be used in a program today. If Fuchsia ever decides to add these functions to their libc, they can be added back as necessary.
-
Baoshan Pang authored
2. change armv7-wrs-vxworks to armv7-wrs-vxworks-eabihf 3. code cleanup
-
Xavier L'Heureux authored
-
Sébastien Marie authored
-
Sébastien Marie authored
-
- Aug 14, 2019
-
-
gnzlbg authored
-
- Aug 10, 2019
-
-
John Baublitz authored
-
- Aug 09, 2019
-
-
Baoshan Pang authored
Define the C interface to vxWorks for x86, x86_64, ARM, ARM 64-bit, PowerPC, PowerPC SPE and PowerPC 64-bit.
-
Taehyun Lee authored
-
- Aug 05, 2019
-
-
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
-
Temirkhan Myrzamadi authored
-
- Jul 27, 2019
-
-
gnzlbg authored
-
Brian Cain authored
-
- Jul 26, 2019
-
-
Xavier L'Heureux authored
-