This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc ./ChangeLog linuxthreads/ChangeLog linuxt ...


CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	fedora-branch
Changes by:	jakub@sources.redhat.com	2004-12-03 11:20:55

Modified files:
	.              : ChangeLog 
	linuxthreads   : ChangeLog tst-clock1.c 
	linuxthreads/sysdeps/pthread: posix-timer.h timer_create.c 
	                              timer_routines.c 
	linuxthreads/sysdeps/unix/sysv/linux/bits: posix_opt.h 
	nptl           : ChangeLog 
	nptl/sysdeps/pthread: posix-timer.h timer_create.c 
	                      timer_routines.c 
	nptl/sysdeps/unix/sysv/linux/bits: posix_opt.h 
	posix          : tst-regex.c tst-regex2.c 
	sysdeps/posix  : sysconf.c 
Removed files:
	linuxthreads/sysdeps/unix/sysv/linux/i386/bits: posix_opt.h 
	linuxthreads/sysdeps/unix/sysv/linux/ia64/bits: posix_opt.h 
	linuxthreads/sysdeps/unix/sysv/linux/x86_64/bits: posix_opt.h 
	nptl/sysdeps/unix/sysv/linux/i386/bits: posix_opt.h 
	nptl/sysdeps/unix/sysv/linux/ia64/bits: posix_opt.h 
	nptl/sysdeps/unix/sysv/linux/x86_64/bits: posix_opt.h 

Log message:
	* posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
	conditionals instead of defined _POSIX_CPUTIME.
	(main): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME
	option is available.
	* posix/tst-regex.c2: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
	conditionals instead of defined _POSIX_CPUTIME.
	(do_test): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME
	option is available.
	* sysdeps/posix/sysconf.c (__sysconf): If _POSIX_CPUTIME resp.
	_POSIX_THREAD_CPUTIME is defined to 0, return -1 for the corresponding
	_SC_ argument.
	nptl/
	* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME,
	_POSIX_THREAD_CPUTIME): Define to 0.
	* sysdeps/pthread/timer_create.c (timer_create): Remove unused code
	handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
	* sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk,
	__timer_signal_thread_tclk): Remove.
	(init_module): Remove their initialization.
	(thread_cleanup): Remove their cleanup assertions.
	* sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk,
	__timer_signal_thread_tclk): Remove.
	* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed.
	* sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed.
	* sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.
	linuxthreads/
	* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME,
	_POSIX_THREAD_CPUTIME): Define to 0.
	* sysdeps/pthread/timer_create.c (timer_create): Remove unused code
	handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
	* sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk,
	__timer_signal_thread_tclk): Remove.
	(init_module): Remove their initialization.
	(thread_cleanup): Remove their cleanup assertions.
	* sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk,
	__timer_signal_thread_tclk): Remove.
	* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed.
	* sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed.
	* sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.8782.2.48&r2=1.8782.2.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/ChangeLog.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.817.2.10&r2=1.817.2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/tst-clock1.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.1&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/sysdeps/pthread/posix-timer.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.9&r2=1.9.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/sysdeps/pthread/timer_create.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.10&r2=1.10.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/sysdeps/pthread/timer_routines.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.23&r2=1.23.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.17.2.3&r2=1.17.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.14.2.3&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.1.2.3&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.1.2.4&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/ChangeLog.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.706.2.21&r2=1.706.2.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/pthread/posix-timer.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.6.2.1&r2=1.6.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/pthread/timer_create.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.5.2.2&r2=1.5.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/pthread/timer_routines.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.5.2.1&r2=1.5.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.8.2.3&r2=1.8.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.7.2.4&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.3.2.3&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.3.2.3&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/posix/tst-regex.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.7&r2=1.7.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/posix/tst-regex2.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.1.2.1&r2=1.1.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/posix/sysconf.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.35.2.2&r2=1.35.2.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]