- Sep 20, 2019
-
-
Artyom Pavlov authored
-
- Sep 16, 2019
-
-
Magnus Ulimoen authored
-
- Sep 12, 2019
-
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
Paul Adenot authored
-
- 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
-
-
Sébastien Marie authored
-
- Aug 20, 2019
-
-
gnzlbg authored
-
- Aug 18, 2019
-
-
FenrirWolf authored
-
Sébastien Marie authored
-
- Aug 17, 2019
-
-
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
- Aug 15, 2019
-
-
Xavier L'Heureux authored
-
Sébastien Marie authored
-
Sébastien Marie authored
-
- Aug 14, 2019
-
-
gnzlbg authored
-
- Aug 10, 2019
-
-
John Baublitz 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
-