Go to file
2019-08-14 10:20:07 -07:00
argp
assert
benchtests
bits
catgets Fix catopen() Multiple unbounded stack allocations (BZ17905, CVE-2015-8779) 2017-01-18 12:28:50 -08:00
conf
conform
crypt
csu For b/15780211, consolidate setting of __google_auxv into earliest possible location. (Forward-port of cl/69729332.) 2014-06-30 16:10:29 -07:00
ctype
debug
dirent
dlfcn For b/18243822, add back code that was accidentally deleted at the last minute in cr/80600560, and which is required to actually make 2014-12-04 13:56:47 -08:00
elf Always enable pointer guard 2017-01-18 07:43:43 -08:00
gmon
gnulib
google-nsl-stub Forward-port google-nsl-stub 2014-02-28 06:44:46 -08:00
grp
gshadow
hesiod For b/2476399, disable Hesiod (not used in google) 2014-02-28 15:10:49 -08:00
hurd
iconv Backport removal of __gconv_translit_find 2015-12-03 14:18:23 -08:00
iconvdata
include Fix nan functions handling of payload strings (BZ16962, CVE-2014-9761) 2017-01-19 14:01:46 -08:00
inet BZ #16529: Fix pedantic warning with netinet/in.h. 2014-02-06 11:18:51 -05:00
intl
io
libidn
libio backport fix buffer overflow for writes to memory buffer stream (PR18549) 2015-07-06 20:51:10 -07:00
locale Backport checking of locale environment handling 2016-06-27 09:36:28 -07:00
localedata
login
mach
malloc For b/5732800, expose calls from malloc to mmap,munmap, etc. (Forward-ported from cl/42670015) 2014-03-13 16:21:31 -07:00
manual Update contrib.texi 2014-02-06 11:01:35 +05:30
math Fix nan functions handling of payload strings (BZ16962, CVE-2014-9761) 2017-01-19 14:01:46 -08:00
misc hcreate, hcreate_r should fail with ENOMEM if element count is too large (BZ18240, CVE-2015-8778) 2017-01-18 07:46:22 -08:00
nis Disable libnss_db and libnss_nis{,plus} libnss_compat 2014-02-28 14:53:33 -08:00
nptl Fix infinite loop on process exit. 2016-04-27 09:53:33 -07:00
nptl_db
nscd
nss Make GRTE testing great again, actually run the test programs 2017-01-12 12:54:46 -08:00
po Update Slovenian translations 2014-02-03 10:12:05 +10:00
ports Missing unwind info in __startcontext causes infinite loop (BZ20435, CVE-2016-6323) 2017-01-18 12:56:41 -08:00
posix Don't read past end of pattern in fnmatch (BZ17062) 2017-01-10 18:44:57 -08:00
pwd
resolv fix where getaddrinfo() writes DNS queries to random file descriptors under high load (BZ15946, CVE-2013-7423) 2016-05-09 13:54:38 -07:00
resource
rt
scripts
setjmp
shadow
signal
socket Backport cl/98967227 to GRTE glibc 2.19 sources. 2015-08-14 22:32:51 -07:00
soft-fp
stdio-common Backport fix for wscanf Tested: 2015-03-13 15:29:01 -07:00
stdlib Fix nan functions handling of payload strings (BZ16962, CVE-2014-9761) 2017-01-19 14:01:46 -08:00
streams
string Backport several dozen PPC-specific patches from IBM. 2016-02-12 18:29:41 -08:00
sunrpc
sysdeps Fix nan functions handling of payload strings (BZ16962, CVE-2014-9761) 2017-01-19 14:01:46 -08:00
sysvipc
termios
time Fix where out of range data to strftime() causes a segfault (BZ18985, CVE-2015-8776) 2017-01-12 21:07:13 -08:00
timezone
wcsmbs Fix nan functions handling of payload strings (BZ16962, CVE-2014-9761) 2017-01-19 14:01:46 -08:00
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
BUGS
CANCEL-FCT-WAIVE
CANCEL-FILE-WAIVE
ChangeLog Bug 15968 was fixed by commit 0748546f66. 2014-02-07 02:47:37 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15
ChangeLog.16
ChangeLog.17
config.h.in
config.make.in
configure
configure.ac
CONFORMANCE
COPYING
COPYING.LIB
cppflags-iterator.mk
extra-lib.mk
extra-modules.mk
INSTALL
libc-abis
LICENSES
Makeconfig
Makefile
Makefile.in
Makerules Forestall a filesystem bug while building shlib.lds by using a temp file 2019-08-14 10:20:07 -07:00
NAMESPACE
NEWS Bug 15968 was fixed by commit 0748546f66. 2014-02-07 02:47:37 +00:00
o-iterator.mk
PROJECTS
README
README.google Fix nan functions handling of payload strings (BZ16962, CVE-2014-9761) 2017-01-19 14:01:46 -08:00
Rules
shlib-versions Integrate nss_{borg,cache} local changes from glibc-2.18 to 2.19 2014-02-28 12:54:06 -08:00
test-skeleton.c
version.h Update version.h and include/features.h for 2.19 release 2014-02-07 19:04:38 +10:00
Versions.def For Google b/8315591, experimental implementation of dlopen_with_offset. 2014-03-10 14:02:07 -07:00
WUR-REPORT

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.  The current
GNU/Hurd support requires out-of-tree patches that will eventually be
incorporated into an official GNU C Library release.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 2.6.16 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:

	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu

The code for other CPU configurations supported by volunteers outside of
the core glibc maintenance effort is contained in the `ports' add-on,
located in the `ports' subdirectory of the source tree.

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	am33*-*-linux-gnu	Not currently functional
	arm-*-linux-gnueabi
	hppa-*-linux-gnu	Not currently functional without patches.
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	tilegx-*-linux-gnu
	tilepro-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see http://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 http://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 http://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., 2000-2013, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.