- Sep 13, 2019
-
-
Salim Nasser authored
-
Salim Nasser authored
-
- Sep 12, 2019
- Sep 02, 2019
-
-
Luke Petre authored
-
Luke Petre authored
-
Alan Somers authored
This value can vary at runtime. Applications should instead use sysconf(3) with _SC_AIO_LISTIO_MAX.
-
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
-
Luca Bruno authored
This adds a few missing constants from DragonflyBSD `utmpx.h`. Ref: http://gitweb.dragonflybsd.org/dragonfly.git/blob/HEAD:/include/utmpx.h
-
Luca Bruno authored
This adds a few missing constants from FreeBSD `utmpx.h`. Ref: https://github.com/freebsd/freebsd/blob/a1d2b5187332a366a897689c5fb41d38d7e1b0d8/include/utmpx.h
-
- Aug 29, 2019
-
-
Thomas Lively authored
-
- Aug 23, 2019
-
-
Logan Wendholt authored
-
Logan Wendholt authored
-
- Aug 22, 2019
-
-
Logan Wendholt authored
-
- Aug 21, 2019
-
-
newpavlov authored
-
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
-