Go to file
Roland McGrath 84060bad82 * rt/tst-cpuclock1.c: New file.
* rt/tst-cpuclock2.c: New file.
	* rt/tst-cputimer1.c: New file.
	* rt/tst-cputimer2.c: New file.
	* rt/tst-cputimer3.c: New file.
	* rt/Makefile (tests): Add them.

	* sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file.
	* sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file.
	* sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
	(HAS_CPUCLOCK): New macro.
	(clock_getcpuclockid): Function removed.
	#include the new linux file to define it instead.
	* sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime):
	New function, broken out of ...
	(clock_gettime) [HP_TIMING_AVAIL]: ... here.  Call it.
	(realtime_gettime): New function, broken out of ...
	(clock_gettime) [! HANDLED_REALTIME]: ... here.  Call it.
	(clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case.
	* sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro.
	(SYSDEP_GETTIME_CPUTIME): New macro.
	(SYSDEP_GETTIME): Use both.
	[! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken
	out of ...
	(SYSDEP_GETTIME): ... here.  Use it.
	[__NR_clock_gettime] (HANDLED_CPUTIME): Define it.
	(SYSDEP_GETTIME_CPUTIME): New macro.  Handle CPU timers by trying
	kernel support and falling back to hp-timing code.
	* sysdeps/posix/clock_getres.c
	[HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ...
	(clock_getres) [HP_TIMING_AVAIL]: ... here.  Call it.
	(realtime_getres): New function, broken out of ...
	(clock_getres) [! HANDLED_REALTIME]: ... here.  Call it.
	(clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case.
	* sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro.
	(SYSDEP_GETRES_CPUTIME): New macro.
	(SYSDEP_GETRES): Use both.
	[! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken
	out of ...
	(SYSDEP_GETRES): ... here.  Use it.
	[__NR_clock_getres] (HANDLED_CPUTIME): Define it.
	(SYSDEP_GETRES_CPUTIME): New macro.  Handle CPU timers by trying
	kernel support and falling back to hp-timing code.
	* sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle
	CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
	translating to the kernel clockid_t for our own process/thread clock.
2005-04-27 08:03:47 +00:00
abilist 2004-08-30 Roland McGrath <roland@frob.com> 2004-08-31 06:17:08 +00:00
aout
argp (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
assert (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
bare (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
bits * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory 2005-02-21 23:14:10 +00:00
catgets * posix/getconf.c: Update copyright year. 2005-01-12 23:43:44 +00:00
conf
conform 2004-05-26 Roland McGrath <roland@frob.com> 2004-05-26 19:21:39 +00:00
crypt [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
csu * csu/Makefile: Use printf instead of echo for some shells. 2005-03-01 01:45:27 +00:00
ctype [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
debug (__builtin___memcpy_chk): Define away to 2005-03-28 07:09:47 +00:00
dirent * sysdeps/unix/rewinddir.c: Reset filepos. 2005-01-16 06:26:38 +00:00
dlfcn * dlfcn/dlerror.c (check_free): New function. Extract common code 2005-02-26 08:33:13 +00:00
elf * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
gmon (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
gnulib
grp [BZ #661] 2005-03-29 23:41:03 +00:00
hesiod (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
hurd * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo 2005-01-19 19:26:29 +00:00
iconv * iconv/gconv_int.h: Include <ctype.h> and <string.h>. 2005-04-05 23:33:08 +00:00
iconvdata * iconvdata/ibm930.h: Correct Yen mapping. 2005-02-22 07:12:35 +00:00
include * include/link.h (struct link_map): Remove l_opencount. Add l_removed. 2005-03-18 11:11:42 +00:00
inet * inet/test-ifaddrs.c: Use test-skeleton. 2005-03-19 17:45:59 +00:00
intl [BZ #592, BZ #821, BZ #822, BZ #825] 2005-04-06 02:18:44 +00:00
io (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
libidn * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword. 2005-03-15 22:57:31 +00:00
libio [BZ #779] 2005-03-19 00:28:51 +00:00
linuxthreads * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
linuxthreads_db * pthread.c (init_one_static_tls): Adjust initialization of DTV 2005-01-09 20:13:03 +00:00
locale 2005-03-28 Roland McGrath <roland@redhat.com> 2005-03-28 19:22:05 +00:00
localedata * time/strptime_l.c (__strptime_internal): Handle 'z' to set 2005-04-27 04:33:01 +00:00
login (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
mach (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
malloc * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
manual * manual/string.texi: Fix typo in wmemcpy decl. 2005-04-11 20:22:01 +00:00
math * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names. 2005-03-28 20:42:53 +00:00
misc [BZ #779] 2005-03-19 00:28:51 +00:00
nis (yp_2_yperr): Revert 2004-11-30 patch. (ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE. 2005-03-24 00:16:58 +00:00
nptl * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
nptl_db (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
nscd [BZ #253] 2005-04-15 06:33:21 +00:00
nss * posix/getconf.c: Update copyright year. 2005-01-12 23:43:44 +00:00
po * po/libc.pot: Regenerated. 2005-04-08 05:05:50 +00:00
posix * posix/execvp.c (execvp): Use file name including path when 2005-04-14 21:20:51 +00:00
pwd * grp/putgrent.c (putgrent): Don't write 0 as group 2005-01-12 03:12:43 +00:00
resolv [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
resource (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
rt * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
scripts * scripts/config.guess: Update from master, timestamp='2005-03-24'. 2005-04-05 21:49:28 +00:00
setjmp (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
shadow * sysdeps/mach/hurd/tls.h: Include <stdbool.h> 2005-02-02 19:44:07 +00:00
signal (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
socket [BZ #779] 2005-03-19 00:28:51 +00:00
soft-fp (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
stdio-common Correctly account for characters of decimal points right after +-. 2005-04-26 20:52:22 +00:00
stdlib * stdlib/test-canon.c: Make doesExist a directory and add more tests 2005-04-27 07:37:00 +00:00
streams (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
string * stdlib/random_r.c (__initstate_r): Don't use non-existing state. 2005-04-12 15:29:07 +00:00
sunrpc * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h 2005-04-26 04:26:13 +00:00
sysdeps 2005-04-27 Roland McGrath <roland@redhat.com> 2005-04-27 08:01:41 +00:00
sysvipc (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
termios (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
time * time/strptime_l.c (__strptime_internal): Handle 'z' to set 2005-04-27 04:33:01 +00:00
timezone * timezone/Makefile (zic-deps): New variable. 2005-04-15 20:09:13 +00:00
wcsmbs * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright. 2005-04-01 09:53:28 +00:00
wctype (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
.cvsignore Update. 2004-09-11 16:28:48 +00:00
BUGS (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
CANCEL-FCT-WAIVE Update. 2004-03-08 07:58:18 +00:00
CANCEL-FILE-WAIVE Update. 2004-03-08 07:58:18 +00:00
CONFORMANCE Update. 2004-04-17 18:02:33 +00:00
COPYING
COPYING.LIB
ChangeLog * rt/tst-cpuclock1.c: New file. 2005-04-27 08:03:47 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5 (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11 (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
ChangeLog.12 (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
ChangeLog.13
ChangeLog.14 Update. 2004-04-20 04:28:00 +00:00
ChangeLog.15 Split out ChangeLog.15 at 2.3 branch point 2005-02-16 07:34:17 +00:00
FAQ 2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca> 2005-04-08 21:00:44 +00:00
FAQ.in 2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca> 2005-04-08 21:00:44 +00:00
INSTALL (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
INTERFACE (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
LICENSES
MakeTAGS [BZ #253] 2005-04-15 06:33:21 +00:00
Makeconfig [BZ #715] 2005-02-11 10:17:19 +00:00
Makefile [BZ #592, BZ #821, BZ #822, BZ #825] 2005-04-06 02:18:44 +00:00
Makefile.in (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
Makerules 2005-03-05 Jakub Jelinek <jakub@redhat.com> 2005-03-05 19:24:32 +00:00
NAMESPACE
NEWS * NEWS: Copy 2.3.5 section from 2.3 branch. 2005-04-06 03:07:37 +00:00
NOTES (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
PROJECTS Update. 2004-10-12 06:19:23 +00:00
README (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
README.libm (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
README.template (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
Rules * Rules (subdir_objs, subdir_stubs): New phony targets. 2005-02-10 23:48:50 +00:00
Versions.def * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names. 2005-03-28 20:42:53 +00:00
WUR-REPORT Update. 2005-01-06 21:52:35 +00:00
abi-tags (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
aclocal.m4 * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT. 2004-07-02 06:45:17 +00:00
config-name.in (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
config.h.in (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00
config.make.in * sunrpc/key_call.c: Remove doors support. 2005-03-06 00:26:34 +00:00
configure 2005-03-18 Daniel Jacobowitz <dan@codesourcery.com> 2005-03-18 22:23:14 +00:00
configure.in 2005-03-18 Daniel Jacobowitz <dan@codesourcery.com> 2005-03-18 22:23:14 +00:00
cppflags-iterator.mk 2004-03-11 Jeroen Dekkers <jeroen@dekkers.cx> 2004-03-14 19:13:17 +00:00
extra-lib.mk * extra-lib.mk (object-suffixes-$(lib)): Add .oS when 2004-12-02 22:55:30 +00:00
extra-modules.mk Update. 2004-03-08 21:31:23 +00:00
o-iterator.mk
shlib-versions [BZ #715] 2005-02-11 10:17:19 +00:00
test-skeleton.c * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call 2005-03-08 00:50:21 +00:00
tls.make.c
version.h (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. 2004-12-22 20:10:10 +00:00

README

This directory contains the version 2.3.4 release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.

As of this release, the GNU C library is known to run on the following
configurations:

		*-*-gnu			GNU Hurd
		i[3456]86-*-linux-gnu	Linux-2.x on Intel
		m68k-*-linux-gnu	Linux-2.x on Motorola 680x0
		alpha*-*-linux-gnu	Linux-2.x on DEC Alpha
		powerpc-*-linux-gnu     Linux and MkLinux on PowerPC systems
		powerpc64-*-linux-gnu	Linux-2.4.19+ on 64-bit PowerPC systems
		sparc-*-linux-gnu	Linux-2.x on SPARC
		sparc64-*-linux-gnu	Linux-2.x on UltraSPARC 64-bit
		arm-*-none		ARM standalone systems
		arm-*-linux		Linux-2.x on ARM
		arm-*-linuxaout		Linux-2.x on ARM using a.out binaries
		mips*-*-linux-gnu	Linux-2.x on MIPS
		ia64-*-linux-gnu	Linux-2.x on ia64
		s390-*-linux-gnu	Linux-2.x on IBM S/390
		s390x-*-linux-gnu	Linux-2.4+ on IBM S/390 64-bit
		sh-*-linux-gnu		Linux-2.x on Super Hitachi
		x86-64-*-linux-gnu	Linux-2.4+ on x86-64

Past releases of this library ran on a variety of configurations that are
no longer supported.  Porting the library is not hard.  If you are
interested in doing a port, please contact the glibc maintainers;
see http://www.gnu.org/software/libc/ for more information.

There are some add-ons which can be used together with GNU libc.  They
are designed in a way to ease the installation by integrating them in
the libc source tree.  Simply get the add-ons you need and use the
--enable-add-ons option of the `configure' script to tell where the
add-ons are found.  Please read the FAQ file for more details.

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

The GNU C Library is 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.
Please send comments on the manual to <bug-glibc-manual@gnu.org>, and
not to the library bug-reporting address.

The file NOTES contains a description of the feature-test macros used
in the GNU C library, explaining how you can tell the library what
facilities you want it to make available.

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.