Go to file
Florian Weimer df6d227e69 Linux: Move timer_getoverrun from librt to libc
The symbol was moved using scripts/move-symbol-to-libc.py.

The way the ABI intransition is implemented is changed with this
commit: the implementation is now consolidated in one file with a
TIMER_T_WAS_INT_COMPAT check.

Reviewed-by: Adhemerva Zanella  <adhemerval.zanella@linaro.org>
2021-06-28 09:51:00 +02:00
argp
assert
benchtests
bits
catgets
ChangeLog.old
conform
crypt
csu Use 64 bit time_t stat internally 2021-06-22 12:09:52 -03:00
ctype
debug
dirent
dlfcn
elf Install shared objects under their ABI names 2021-06-28 08:33:57 +02:00
gmon
gnulib
grp
gshadow
hesiod
htl Consolidate pthread_atfork 2021-06-24 10:04:41 -03:00
hurd
iconv iconvconfig: Fix multiple issues 2021-06-28 09:15:55 +05:30
iconvdata Reinstate gconv-modules as the default configuration file 2021-06-14 18:38:09 +05:30
include math: redirect roundeven function 2021-06-27 07:56:57 -07:00
inet Use 64 bit time_t stat internally 2021-06-22 12:09:52 -03:00
intl Use 64 bit time_t stat internally 2021-06-22 12:09:52 -03:00
io hurd: Fix build after 52a5fe70a2 2021-06-23 14:14:48 -03:00
libio Use 64 bit time_t stat internally 2021-06-22 12:09:52 -03:00
locale Use 64 bit time_t stat internally 2021-06-22 12:09:52 -03:00
localedata Reinstate gconv-modules as the default configuration file 2021-06-14 18:38:09 +05:30
login
mach
malloc More mcheck -> malloc-check refactoring 2021-06-23 09:15:48 +05:30
manual x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873) 2021-06-24 09:57:46 -03:00
math
mathvec
misc linux: Only use 64-bit syscall if required for select 2021-06-22 12:09:52 -03:00
nis
nptl Linux: Move aio_init from librt into libc 2021-06-25 11:48:25 +02:00
nptl_db nptl_db: Install libthread_db under a regular implementation name 2021-06-28 08:33:57 +02:00
nscd Use 64 bit time_t stat internally 2021-06-22 12:09:52 -03:00
nss Use 64 bit time_t stat internally 2021-06-22 12:09:52 -03:00
po
posix wordexp: handle overflow in positional parameter number (bug 28011) 2021-06-27 19:35:42 +02:00
pwd
resolv y2038: Add support for 64-bit time on legacy ABIs 2021-06-15 10:42:11 -03:00
resource y2038: Add support for 64-bit time on legacy ABIs 2021-06-15 10:42:11 -03:00
rt Linux: Move timer_getoverrun from librt to libc 2021-06-28 09:51:00 +02:00
scripts
setjmp
shadow
signal y2038: Add support for 64-bit time on legacy ABIs 2021-06-15 10:42:11 -03:00
socket y2038: Add support for 64-bit time on legacy ABIs 2021-06-15 10:42:11 -03:00
soft-fp
stdio-common
stdlib
string String: Add three more overflow tests cases to test-strnlen.c 2021-06-24 19:14:15 -04:00
sunrpc
support support: Fix xclone build failures on ia64 and hppa 2021-06-25 09:36:28 +02:00
sysdeps Linux: Move timer_getoverrun from librt to libc 2021-06-28 09:51:00 +02:00
sysvipc linux: Only use 64-bit syscall if required for semtimedop 2021-06-22 12:09:52 -03:00
termios
time linux: Only use 64-bit syscall if required for clock_nanosleep 2021-06-22 12:09:52 -03:00
timezone
wcsmbs
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
config.h.in
config.make.in
configure
configure.ac
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS
Makeconfig Fix librt-routines-var issues for !PTHREAD_IN_LIBC 2021-06-21 08:25:15 +02:00
Makefile Install shared objects under their ABI names 2021-06-28 08:33:57 +02:00
Makefile.help
Makefile.in
Makerules Install shared objects under their ABI names 2021-06-28 08:33:57 +02:00
NEWS Install shared objects under their ABI names 2021-06-28 08:33:57 +02:00
o-iterator.mk
README
Rules More mcheck -> malloc-check refactoring 2021-06-23 09:15:48 +05:30
shlib-versions
test-skeleton.c
version.h

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 3.2 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	arc*-*-linux-gnu
	arm-*-linux-gnueabi
	csky-*-linux-gnuabiv2
	hppa-*-linux-gnu
	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	riscv32-*-linux-gnu
	riscv64-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see https://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at https://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see https://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 1996-2015, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.