Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
- update from CVS
- persistent nscd caching
- ppc64 32-bit atomicity fix
- fix x86-64 nptl-devel headers for -m32 compilation
- %ghost /etc/ld.so.cache (#130597)
- edit /etc/ld.so.conf in glibc_post_upgrade if include ld.so.conf.d/*.conf
line is missing (#120588)
- ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
- update from CVS
- remove debugging printout (#129747)
- make <sys/shm.h> usable in C++ (IT#45148)
- update RLIMIT_* constants in <bits/resource.h>, make <sys/resource.h>
POSIX compliant (#129740)
Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
- fix last tzset () fixes, disable rereading of /etc/localtime every time
for now
- really enable SELinux support for NSCD
Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
- update from CVS
- fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
- tzset () fixes (BZ #154)
- speed up pthread_rwlock_unlock on arches other than i386 and x86_64
(#129455)
- fix compilation with -ansi (resp. -std=c89 or -std=c99) and
-D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE* (BZ
#284)
- add SELinux support for NSCD
Fri Aug 06 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
- update from CVS
- change res_init to force all threads to re-initialize resolver before
they use it next time (#125712)
- various getaddrinfo and related fixes (BZ #295, #296)
- fix IBM{932,943} iconv modules (#128674)
- some nscd fixes (e.g. BZ #292)
- RFC 3678 support (Multicast Source Filters)
- handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade the same as
/lib/i686/librt-*
Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
- update from CVS
- conformance related changes in headers
- remove -finline-limit=2000 for GCC 3.4.x+
Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
- update from CVS
- allow pthread_cancel in DSO destructors run at exit time
- fix pow{f,,l} on IA-32 and powl on x86-64
- allow PIEs on IA-32 to have main in a shared library they depend on
Mon Jul 05 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
- s390* .plt slot reduction
- fix pthread_rwlock_timedrdlock on x86_64
- fix ppc64 longjmp/setjmp related exports
Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
- tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so NPTL
changes
Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
- update from CVS
- if_nameindex using preferably netlink
- printf_parsemb initialization fix
- NPTL version is now the same as glibc version
Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
- update from CVS
- FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
- fix backtrace in statically linked programs
- rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
- update from CVS
- <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
- make c_stubs buildable even with GCC 3.2.x (#123042)