Go to file
2021-03-02 15:41:29 +01:00
argp argp: Avoid undefined behaviour when invoking qsort(). 2021-02-04 16:44:29 -03:00
assert
benchtests benchtests: Updated json bench-variant attribute 2021-02-10 08:50:26 +05:30
bits
catgets
ChangeLog.old
conform
crypt
csu Reduce the statically linked startup code [BZ #23323] 2021-02-25 12:13:02 +01:00
ctype
debug backtrace: Implement on top of <unwind-link.h> 2021-03-01 15:58:28 +01:00
dirent
dlfcn
elf ld.so: Implement the --list-diagnostics option 2021-03-02 14:39:24 +01:00
gmon
gnulib
grp
gshadow
hesiod
htl pthread: Refactor semaphore code 2021-02-08 14:10:42 -03:00
hurd
iconv
iconvdata
include linux: Consolidate statvfs implementations 2021-02-11 08:00:41 -03:00
inet
intl
io
libio Correct buffer end pointer in IO_wdefault_doallocate (BZ #26874) 2021-03-01 19:34:49 +05:30
locale
localedata
login
mach
malloc Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder 2021-03-01 15:58:01 +01:00
manual tunables: Simplify TUNABLE_SET interface 2021-02-10 19:08:33 +05:30
math Add inputs that generate larger error bounds 2021-02-27 06:32:11 +01:00
mathvec
misc Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder 2021-03-01 15:58:01 +01:00
nis
nptl nptl: Use <unwind-link.h> for accessing the libgcc_s unwinder 2021-03-01 16:00:22 +01:00
nptl_db
nscd
nss nsswitch: return result when nss database is locked [BZ #27343] 2021-02-05 13:07:10 -05:00
po
posix posix: Falling back to non wide mode in case of encoding error [BZ #14185] 2021-02-23 15:58:04 -03:00
pwd
resolv
resource setrlimit/getrlimit: Use __nonnull to avoid null pointer 2021-02-10 08:36:17 -03:00
rt
scripts Use Linux 5.11 in build-many-glibcs.py. 2021-02-22 16:11:21 +00:00
setjmp
shadow
signal
socket
soft-fp
stdio-common printf: Add smoke tests for long double 2021-02-05 09:52:52 +05:30
stdlib
string string: Work around GCC PR 98512 in rawmemchr 2021-02-19 13:29:00 +01:00
sunrpc sunrpc: Fix typo in xdr_string comment 2021-02-08 13:55:03 +01:00
support
sysdeps i386: Regenerate ulps 2021-03-02 15:41:29 +01:00
sysvipc
termios
time tst: time: Provide Y2038 tests for mktime (tst-mktime4.c) 2021-02-16 20:41:45 +01:00
timezone
wcsmbs
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
config.h.in
config.make.in
configure configure: Remove obsolete AC_CHECK_TOOL_PREFIX 2021-02-21 18:35:30 -05:00
configure.ac configure: Replace obsolete AC_TRY_LINK with AC_LINK_IFELSE 2021-02-21 18:39:01 -05:00
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS
Makeconfig
Makefile
Makefile.help
Makefile.in
Makerules
NEWS ld.so: Implement the --list-diagnostics option 2021-03-02 14:39:24 +01:00
o-iterator.mk
README
Rules
shlib-versions
test-skeleton.c
version.h Fix version.h for glibc 2.34 development 2021-02-02 08:22:25 -03:00

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.