- Mar 20, 2020
-
-
Alex Crichton authored
-
- Mar 13, 2020
-
- Mar 08, 2020
-
-
Frank Denis authored
-
Darcy Liu authored
-
- Mar 01, 2020
-
-
Daniel Fox Franke authored
-
- Feb 21, 2020
-
-
zonyitoo authored
fix #1632
-
- 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
-
- Nov 28, 2019
- Nov 27, 2019
- Nov 20, 2019
-
-
GrayJack authored
-
- Nov 19, 2019
-
-
GrayJack authored
-
Yang Keao authored
Signed-off-by:
Yang Keao <keao.yang@yahoo.com>
-
GrayJack authored
-
- Nov 07, 2019
-
-
Sébastien Marie authored
initial work from @landryb for OpenBSD, various fixes and NetBSD support from me. Fixes #1585
-
- Oct 31, 2019
-
-
GrayJack authored
-
- Oct 25, 2019
-
-
Laurence Tratt authored
-
- Oct 15, 2019
-
-
Garrett Squire authored
-
- Oct 13, 2019
- Sep 27, 2019
-
-
Murarth authored
-
- Sep 25, 2019
- Sep 20, 2019
-
-
gnzlbg authored
-
- Sep 18, 2019
-
-
Philipp Gesang authored
It's *msg_prio* in both manpages and posix.
-
- Sep 16, 2019
-
-
gnzlbg authored
This adds libc-test support for Freebsd10 and a CI build job that tests FreeBSD10 with LIBC_CI only.
-
- Sep 12, 2019
-
-
gnzlbg authored
-
- Sep 02, 2019
-
-
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 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 21, 2019
-
-
Sébastien Marie authored
-
- Aug 18, 2019
-
-
Sébastien Marie authored
-