|
|
|
|
Changelog for glibc-headers-2.3.3-73.x86_64.rpm :
* Wed Oct 20 2004 Jakub Jelinek 2.3.3-70- update from CVS- require newer selinux-policy (#135978)- add %dir for /var/run/nscd and /var/db/nscd and %ghost files in it- conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size) * Tue Oct 19 2004 Jakub Jelinek 2.3.3-69- update from CVS - object size checking support (-D_FORTIFY_SOURCE={1,2}) * Fri Oct 15 2004 Jakub Jelinek 2.3.3-68- update from CVS - support for namespaces in the dynamic linker - fix dlclose (BZ #77) - libSegFault.so uses now backtrace() to work on IA-64, x86-64 and s390 (#130254) * Wed Oct 13 2004 Jakub Jelinek 2.3.3-67- update from CVS - use non-blocking sockets in resolver (#135234) - reset pd->res options on thread exit, so that threads reusing cached stacks get resolver state properly initialized (BZ #434) * Thu Oct 07 2004 Jakub Jelinek 2.3.3-66- update from CVS- avoid using perl in the spec file, buildrequire sed >= 3.95 (#127671)- export TIMEOUTFACTOR=16- fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x} * Wed Oct 06 2004 Jakub Jelinek 2.3.3-65- update from CVS - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION to -1 in LinuxThreads - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME) returns correct value- if _POSIX_CLOCK_SELECTION == -1 in nscd, still try sysconf (_SC_CLOCK_SELECTION) and if it returns true, dlopen libpthread.so and dlsym pthread_condattr_setclock- build nscd with -z relro and -z now * Tue Oct 05 2004 Jakub Jelinek 2.3.3-64- update from CVS - stop using __builtin_expect in assert and assert_perror (#127606) - try to avoid too much VA fragmentation with malloc on flexmap layout (#118574) - nscd robustification - change valloc to use debugging hooks (#134385)- make glibc_post_upgrade more verbose on errors (Fergal Daly, * Sat Oct 02 2004 Jakub Jelinek 2.3.3-63- update from CVS - fix __nscd_getgrouplist - fix a typo in x86_64 pthread_mutex_timedwait fix * Sat Oct 02 2004 Jakub Jelinek 2.3.3-62- update from CVS - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417) * Fri Oct 01 2004 Jakub Jelinek 2.3.3-61- update from CVS - some nscd fixes (#134193) - cache initgroups in nscd (#132850) - reread /etc/localtime in tzset () even if just mtime changed (#133481) - fix glob (#126460) - another get_myaddress fix * Thu Sep 30 2004 Jakub Jelinek 2.3.3-60- update from CVS - fix get_myaddress (#133982) - remove nonnull attribute from second utime argument (#133866) - handle SIGSETXID the same way as SIGCANCEL in sigaction/pthread_kill/sigwait/sigwaitinfo etc. - add __extension__ to long long types in NPTL * Tue Sep 28 2004 Jakub Jelinek 2.3.3-59- update from CVS - fix BZ #151, #362, #381, #407 - fdim fix for +inf/+inf (BZ #376) * Mon Sep 27 2004 Jakub Jelinek 2.3.3-58- update from CVS - vasprintf fix (BZ #346) - gettext locking (BZ #322)- change linuxthreads useldt.h inclusion login again, the last one failed all linuxthreads FLOATING_STACKS tests * Sun Sep 26 2004 Jakub Jelinek 2.3.3-57- update from CVS - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558) - fix nis locking (#132204) - RTLD_DEEPBIND support - fix pthread_create bugs (BZ #401, #405) * Thu Sep 23 2004 Roland McGrath 2.3.3-56- migrated CVS to fedora-branch in sources.redhat.com glibc repository - source tarballs renamed - redhat/ moved to fedora/, some old cruft removed- update from trunk - some __nonnull annotations * Thu Sep 23 2004 Jakub Jelinek 2.3.3-55- update from CVS - set{re,e,res}[ug]id now affect the whole process in NPTL - return EAGAIN instead of ENOMEM when not enough memory in pthread_create * Sat Sep 18 2004 Jakub Jelinek 2.3.3-54- update from CVS - nscd getaddrinfo caching * Wed Sep 15 2004 Jakub Jelinek 2.3.3-53- restore temporarily old definition of __P()/__PMT() for third party apps * Wed Sep 15 2004 Jakub Jelinek 2.3.3-52- update from CVS - nscd bi-arch fix - remove all uses of __P()/__PMT() from glibc headers- update and reenable nscd SELinux patch- remove libnss1 * and libnss *.so.1 compatibility NSS modules on IA-32, SPARC and Alpha * Sat Sep 11 2004 Jakub Jelinek 2.3.3-51- update from CVS - disable one of the malloc double free checks for non-contiguous arenas where it doesn\'t have to be true even for non-broken apps * Fri Sep 10 2004 Jakub Jelinek 2.3.3-50- update from CVS - pwd/grp/host loops with nscd speed up by sharing the nscd cache r/o with applications - inexpensive double free check in free(3) - make NPTL pthread.h initializers usable even from C++ (BZ #375)- use atomic instructions even in i386 nscd on i486+ CPUs (conditionally) * Sat Sep 04 2004 Jakub Jelinek 2.3.3-49- update from CVS- fix linuxthreads tst-cancel{[45],-static} * Sat Sep 04 2004 Jakub Jelinek 2.3.3-48- update from CVS - fix pthread_cond_destroy (BZ #342) - fix fnmatch without FNM_NOESCAPE (BZ #361) - fix ppc32 setcontext (BZ #357)- add NPTL support for i386 glibc (only if run on i486 or higher CPU)- add __NR_waitid defines for i386, x86_64 and sparc * * Wed Sep 01 2004 Jakub Jelinek 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) * Sun Aug 22 2004 Jakub Jelinek 2.3.3-46- update from CVS * Fri Aug 20 2004 Jakub Jelinek 2.3.3-45- update from CVS - fix nss_compat\'s initgroups handling (#130363) - fix getaddrinfo ai_canonname setting * Fri Aug 20 2004 Jakub Jelinek 2.3.3-44- update from CVS - add ip6-dotint resolv.conf option, make no-ip6-dotint the default- BuildPrereq libselinux-devel (#129946)- on ppc64, build without dot symbols * Fri Aug 13 2004 Jakub Jelinek 2.3.3-43- update from CVS - remove debugging printout (#129747) - make usable in C++ (IT#45148)- update RLIMIT_ * constants in , make POSIX compliant (#129740) * Thu Aug 12 2004 Jakub Jelinek 2.3.3-42- fix last tzset () fixes, disable rereading of /etc/localtime every time for now- really enable SELinux support for NSCD * Thu Aug 12 2004 Jakub Jelinek 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 * Sat Aug 07 2004 Jakub Jelinek 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- * * Sat Jul 24 2004 Jakub Jelinek 2.3.3-39- update from CVS - conformance related changes in headers- remove -finline-limit=2000 for GCC 3.4.x+ * Fri Jul 23 2004 Jakub Jelinek 2.3.3-38- update from CVS - fix res_init leaks - fix newlocale races - fix ppc64 setjmp- fix strtold (BZ #274) * Sat Jul 17 2004 Jakub Jelinek 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 * Tue Jul 06 2004 Jakub Jelinek 2.3.3-36- s390 * .plt slot reduction- fix pthread_rwlock_timedrdlock on x86_64 * Thu Jul 01 2004 Jakub Jelinek 2.3.3-35- tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so NPTL changes * Thu Jul 01 2004 Jakub Jelinek 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 * Tue Jun 29 2004 Jakub Jelinek 2.3.3-33- update from CVS - reread resolv.conf for nscd --invalidate=hosts - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for -m32 -D_FILE_OFFSET_BITS=64 compilations - avoid calling non-existing fcntl64 syscall on ppc64 * Tue Jun 15 2004 Jakub Jelinek 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 * Sat May 29 2004 Jakub Jelinek 2.3.3-31- update from CVS- and changes for GCC 3.{2,4,5}+- make c_stubs buildable even with GCC 3.2.x (#123042) * Sat May 22 2004 Jakub Jelinek 2.3.3-30- fix pthread_cond_wait on architectures other than IA-32 and x86_64 * Fri May 21 2004 Jakub Jelinek 2.3.3-29- use lib64 instead of lib on ia64 if %{_lib} is defined to lib64 * Thu May 20 2004 Jakub Jelinek 2.3.3-28- update from CVS - FUTEX_REQUEUE fixes (#115349) - SPARC GCC 3.4 build fix - fix handling of undefined TLS symbols on IA32 (RELA only), SPARC and SH - regex translate fix - speed up sprintf - x86_64 makecontext alignment fix - make POSIX sigpause the default sigpause, unless BSD sigpause requested * Wed May 12 2004 Jakub Jelinek 2.3.3-27- remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so- build mq_{send,receive} with -fexceptions * Sat May 08 2004 Jakub Jelinek 2.3.3-26- update from CVS - fix - fix memory leaks in nis, getifaddrs, etc. caused by incorrect use of realloc- remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1 might be a stale symlink * Thu May 06 2004 Jakub Jelinek 2.3.3-25- update from CVS- disable FUTEX_REQUEUE (work around #115349)- mq for sparc/sparc64/ia64 * Wed May 05 2004 Jakub Jelinek 2.3.3-24- update from CVS - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both included already in XNS5) - reorder dlopen checks, so that dlopening ET_REL objects complains about != ET_DYN != ET_EXEC, not about phentsize (#121606) - fix strpbrk macro for GCC 3.4+ (BZ #130) - fix (BZ #140) - sched_[gs]etaffinity documentation fix (BZ #131) - fix sparc64 build (BZ #139) - change linuxthreads back to use non-cancellable writes to manager pipes etc. - fix sem_timedwait return value in linuxthreads (BZ #133) - ia64 unnecessary PLT relocs removal * Fri Apr 23 2004 Jakub Jelinek 2.3.3-23- update from CVS - fix *scanf - fix shm_unlink, sem_unlink and mq_unlink errno values - avoid memory leaks in error - execstack fixes on s390 * Tue Apr 20 2004 Jakub Jelinek 2.3.3-22- update from CVS - mq and timer fixes- rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically linked binaries- fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL * Sun Apr 18 2004 Jakub Jelinek 2.3.3-21- disable rtkaio- update from CVS - POSIX message passing support - fixed SIGEV_THREAD support for POSIX timers - fix free on non-malloced memory in syslog - fix ffsl on some 64-bit arches - fix sched_setaffinity on x86-64, ia64 - fix ppc64 umount - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support - various NIS speedups - fix fwrite with > 2GB sizes on 64-bit arches - fix pthread_getattr_np guardsize reporting in NPTL- report PLT relocations in ld.so and libc.so during the build * Thu Mar 25 2004 Jakub Jelinek 2.3.3-20- update from CVS - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP - strtol speed optimization - don\'t try to use certainly unimplemented syscalls on ppc64- kill -debug subpackage, move the libs to glibc-debuginfo{,-common} into /usr/lib/debug/usr/lib64/ directory- fix c_stubs with gcc 3.4- move all the up to 3 builds into %build scriptlet and leave only installation in the %install scriptlet * Mon Mar 22 2004 Jakub Jelinek 2.3.3-19- update from CVS - affinity API changes * Thu Mar 18 2004 Jakub Jelinek 2.3.3-18- update from CVS - fix ia64 iopl (#118591) - add support for /etc/ld.so.conf.d/ *.conf - fix x86-64 LD_DEBUG=statistics- fix hwcap handling when using ld.so.cache (#118518) * Mon Mar 15 2004 Jakub Jelinek 2.3.3-17- update from CVS - implement non-_l function on top of _l functions * Thu Mar 11 2004 Jakub Jelinek 2.3.3-16- update from CVS- fix s390{,x} TLS handling * Wed Mar 10 2004 Jakub Jelinek 2.3.3-15- update from CVS - special section for compatibility code - make getpid () work even in vfork () child- configure with --enable-bind-now to avoid lazy binding in ld.so and libc.so * Fri Mar 05 2004 Jakub Jelinek 2.3.3-14- update from CVS - fix iconv -c (#117021) - fix PIEs on sparc/sparc64 - fix posix_fadvise on 64-bit architectures- add locale-archive as %ghost file (#117014) * Mon Mar 01 2004 Jakub Jelinek 2.3.3-13- update from CVS * Fri Feb 27 2004 Jakub Jelinek 2.3.3-12- update from CVS * Fri Feb 27 2004 Jakub Jelinek 2.3.3-11- update from CVS - fix ld.so when vDSO is randomized * Fri Feb 20 2004 Jakub Jelinek 2.3.3-10- update from CVS * Fri Feb 20 2004 Jakub Jelinek 2.3.3-9- update from CVS * Tue Feb 10 2004 Jakub Jelinek 2.3.3-8- update from CVS * Tue Jan 27 2004 Jakub Jelinek 2.3.3-7- update from CVS - dl_iterate_phdr extension to signal number of added/removed libraries- fix PT_GNU_RELRO support on ppc * with prelinking * Fri Jan 23 2004 Jakub Jelinek 2.3.3-6- rebuilt with fixed GCC on IA-64 * Thu Jan 22 2004 Jakub Jelinek 2.3.3-5- fix PT_GNU_RELRO support * Wed Jan 21 2004 Jakub Jelinek 2.3.3-4- update from CVS - some further regex speedups - fix re.translate handling in regex (#112869) - change regfree to match old regex behaviour (what is freed and clearing of freed pointers) - fix accesses to unitialized memory in regex (#113507, #113425, - PT_GNU_RELRO support * Tue Dec 30 2003 Jakub Jelinek 2.3.3-3- update from CVS - fix pmap_set fd and memory leak (#112726)- fix backreference handling in regex- rebuilt under glibc without the above bug to fix libc.so linker script (#112738) * Mon Dec 29 2003 Jakub Jelinek 2.3.3-2- update from CVS - faster getpid () in NPTL builds - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, ) really disable cancellation (#112512) - more regex fixes and speedups - fix nextafter */nexttoward * - handle 6th syscall(3) argument on AMD64 - handle memalign/posix_memalign in mtrace - fix linuxthreads memory leak (#112208) - remove throw () from cancellation points in linuxthreads (#112602) - fix NPTL unregister_atfork - fix unwinding through alternate signal stacks * Mon Dec 01 2003 Jakub Jelinek 2.3.3-1- update from CVS - 2.3.3 release - lots of regex fixes and speedups (#110401) - fix atan2 - fix pshared condvars in NPTL - fix pthread_attr_destroy for attributes created with pthread_attr_initAATTGLIBC_2.0- for the time being, include both nb_NO * and no_NO * as locales so that the distribution can catch up with the no_NO->nb_NO transition- add BuildPrereq texinfo (#110252) * Tue Nov 18 2003 Jakub Jelinek 2.3.2-102- update from CVS - fix getifaddrs (CAN-2003-0859) - fix ftw fd leak - fix linuxthreads sigaction (#108634) - fix glibc 2.0 stdio compatibility - fix uselocale (LC_GLOBAL_LOCALE) - speed up stdio locking in non-threaded programs on IA-32 - try to maintain correct order of cleanups between those registered with __attribute__((cleanup)) and with LinuxThreads style pthread_cleanup_push/pop (#108631) - fix segfault in regex (#109606) - fix RE_ICASE multi-byte handling in regex - fix pthread_exit in libpthread.a (#109790) - FTW_ACTIONRETVAL support - lots of regex fixes and speedups - fix ceill/floorl on AMD64 * Mon Oct 27 2003 Jakub Jelinek 2.3.2-101- update from CVS - fix ld.so --verify (and ldd) * Mon Oct 27 2003 Jakub Jelinek 2.3.2-100- update from CVS - fix sprof (#103727) - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file - prevent dlopening of executables - fix glob with GLOB_BRACE and without GLOB_NOESCAPE - fix locale printing of word values on 64-bit big-endian arches (#107846) - fix getnameinfo and getaddrinfo with reverse IPv6 lookups (#101261) * Thu Oct 23 2003 Jakub Jelinek 2.3.2-99- update from CVS - dl_iterate_phdr in libc.a on arches other than IA-64 - LD_DEBUG=statistics prints number of relative relocations - fix hwcap computation- NPTL is now part of upstream glibc CVS- include {st,xh,zu}_ZA{,.UTF-8} locales * Sun Oct 05 2003 Jakub Jelinek 2.3.2-98- update from CVS - fix close, pause and fsync (#105348) - fix pthread_once on IA-32- implement backtrace () on IA-64, handle -fomit-frame-pointer in AMD64 backtrace () (#90402) * Wed Oct 01 2003 Jakub Jelinek 2.3.2-97- update from CVS - fix with C++ or -ansi or -pedantic C - fix mknod/ustat return value when given bogus device number (#105768) * Sat Sep 27 2003 Jakub Jelinek 2.3.2-96- rebuilt * Sat Sep 27 2003 Jakub Jelinek 2.3.2-95- fix IA-64 getcontext * Fri Sep 26 2003 Jakub Jelinek 2.3.2-94- update from CVS- fix syslog with non-C non-en_ * locales (#61296, #104979)- filter GLIBC_PRIVATE symbols from glibc provides- fix NIS+ * Fri Sep 26 2003 Jakub Jelinek 2.3.2-93- update from CVS- assume 2.4.21 kernel features on RHEL/ppc *, so that {make,set,get,swap}context works- backout execstack support for RHEL- build rtkaio on amd64 too * Thu Sep 25 2003 Jakub Jelinek 2.3.2-92- update from CVS - execstack/noexecstack support - build nscd as PIE- move __libc_stack_end back to AATTGLIBC_2.1- build against elfutils >= 0.86 to fix stripping on s390x * Tue Sep 23 2003 Jakub Jelinek 2.3.2-91- rebuilt * Tue Sep 23 2003 Jakub Jelinek 2.3.2-90- update from CVS - NPTL locking change (#102682)- don\'t jump around lock on amd64 * Fri Sep 19 2003 Jakub Jelinek 2.3.2-89- fix open_memstream/syslog (#104661) * Fri Sep 19 2003 Jakub Jelinek 2.3.2-88- update from CVS - retrieve affinity in pthread_getattr_np - fix pthread_attr_[gs]etaffinity_np - handle hex and octal in wordexp * Thu Sep 18 2003 Jakub Jelinek 2.3.2-87- update from CVS - truncate instead of round in utimes when utimes syscall is not available - don\'t align stack in every glibc function unnecessarily on IA-32 - make sure threads have their stack 16 byte aligned on IA-32 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231) - fix pthread_getattr_np for the initial thread (#102683) - avoid linuxthreads signal race (#104368)- ensure all gzip invocations are done with -n option * Sat Sep 13 2003 Jakub Jelinek 2.3.2-86- update from CVS- avoid linking in libgcc_eh.a unnecessarily- change ssize_t back to long int on s390 -m31, unless gcc 2.95.x is used * Thu Sep 11 2003 Jakub Jelinek 2.3.2-85- update from CVS - fix IA-64 memccpy (#104114) * Wed Sep 10 2003 Jakub Jelinek 2.3.2-84- update from CVS - undo broken amd64 signal context changes * Wed Sep 10 2003 Jakub Jelinek 2.3.2-83- update from CVS- change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to {unsigned,} int- change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t, *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t on 64-bit arches from {unsigned,} long long int {, *} to {unsigned,} long int {, *} to restore binary compatibility for C++ functions using these types as arguments * Mon Sep 08 2003 Jakub Jelinek 2.3.2-82- rebuilt * Sun Sep 07 2003 Jakub Jelinek 2.3.2-81- update from CVS - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732) - libio fixes * Fri Sep 05 2003 Jakub Jelinek 2.3.2-80- update from CVS - fix IA-64 cancellation when mixing __attribute__((cleanup ())) and old-style pthread_cleanup_push cleanups * Wed Sep 03 2003 Jakub Jelinek 2.3.2-79- updated from CVS - lots of cancellation fixes - fix posix_fadvise * on ppc32 - TLS layout fix - optimize stdio cleanups (#103354) - sparcv9 NPTL - include sigset, sighold, sigrelse, sigpause and sigignore prototypes in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269) - fix svc_getreqset on 64-bit big-endian arches - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for PTHREAD_PROCESS_SHARED - add pthread_cond_timedwait stubs to libc.so (#102709)- split glibc-devel into glibc-devel and glibc-headers to ensure amd64 /usr/include always wins on amd64/i386 bi-arch installs- increase PTHREAD_STACK_MIN on alpha, ia64 and sparc *- get rid of __syscall_ * prototypes and stubs in sysdeps/unix/sysv/linux- run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS) ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries and tests * Tue Aug 26 2003 Jakub Jelinek 2.3.2-78- include dl-osinfo.h only in glibc-debuginfo-2 *.rpm, not in glibc-debuginfo-common * * Tue Aug 26 2003 Jakub Jelinek 2.3.2-77- update from CVS - fix glibc 2.0 libio compatibility (#101385) - fix ldconfig with /usr/lib/lib *.so symlinks (#102853) - fix assert.h (#102916, #103017) - make ld.so.cache identical between IA-32 and AMD64 (#102887) - fix static linking of large IA-64 binaries (#102586)- avoid using floating point regs in lazy binding code on ppc64 (#102763) * Sat Aug 23 2003 Roland McGrath 2.3.2-76- add td_thr_tls_get_addr changes missed in initial nptl_db rewrite * Mon Aug 18 2003 Roland McGrath 2.3.2-74- nptl_db rewrite not yet in CVS * Fri Aug 15 2003 Jakub Jelinek 2.3.2-72- update from CVS - fix rtkaio aio_fsync{,64} - update rtkaio for !BROKEN_THREAD_SIGNALS - fix assert macro when used on pointers * Thu Aug 14 2003 Jakub Jelinek 2.3.2-71- update from CVS * Wed Aug 13 2003 Jakub Jelinek 2.3.2-70- update from CVS- disable CLONE_STOPPED for now until it is resolved- strip crt files- fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)- fix glibc-debuginfo to include all nptl and nptl_db sources * Fri Aug 08 2003 Jakub Jelinek 2.3.2-69- update from CVS - fix pthread_createAATTGLIBC_2.0 (#101767)- __ASSUME_CLONE_STOPPED on all arches but s390 * in RHEL * Mon Aug 04 2003 Jakub Jelinek 2.3.2-68- update from CVS - only use CLONE_STOPPED if kernel supports it, fix setting of thread explicit scheduling (#101457) * Sat Aug 02 2003 Jakub Jelinek 2.3.2-67- update from CVS - fix utimes and futimes if kernel doesn\'t support utimes syscall - fix s390 ssize_t type - fix dlerror when called before any dlopen/dlsym - update IA-64 bits/sigcontext.h (#101344) - various warning fixes - fix pthread.h comment typos (#101363) * Thu Jul 31 2003 Jakub Jelinek 2.3.2-66- update from CVS- fix dlopen of libraries using TLS IE/LE models * Wed Jul 30 2003 Jakub Jelinek 2.3.2-65- update from CVS - fix timer_create - use __extension__ before long long typedefs in (#100718) * Tue Jul 29 2003 Jakub Jelinek 2.3.2-64- update from CVS - fix wcpncpy (#99462) - export _resAATTGLIBC_2.0 even from NPTL libc.so (__res_state () unlike __errno_location () or __h_errno_location () was introduced in glibc 2.2) - fix zic bug on 64-bit platforms - some TLS handling fixes - make ldconfig look into alternate ABI dirs by default (#99402)- move /usr/share/zoneinfo to tzdata package, so that it can be errataed separately from glibc- new add-on - rtkaio- prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel * Wed Jul 16 2003 Jakub Jelinek 2.3.2-63- fix thread cancellation on ppc64 * Sun Jul 13 2003 Jakub Jelinek 2.3.2-62- update from CVS - fix thread cancellation on ppc32, s390 and s390x * Fri Jul 11 2003 Jakub Jelinek 2.3.2-61- update from CVS - build libc_nonshared.a with -fPIC instead of -fpic- fix ppc64 PIE support- add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x * Wed Jul 09 2003 Jakub Jelinek 2.3.2-60- update from CVS * Fri Jul 04 2003 Jakub Jelinek 2.3.2-59- update from CVS- on IA-64 use different symbols for cancellation portion of syscall handlers to make gdb happier * Fri Jun 27 2003 Jakub Jelinek 2.3.2-58- update from CVS - nss_compat supporting LDAP etc. * Wed Jun 25 2003 Jakub Jelinek 2.3.2-57- update from CVS * Fri Jun 20 2003 Jakub Jelinek 2.3.2-56- fix condvars and semaphores in ppc * NPTL- fix test-skeleton.c reporting of timed-out tests (#91269)- increase timeouts for tests during make check * Thu Jun 19 2003 Jakub Jelinek 2.3.2-55- make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64 on bi-ABI architectures (#97557)- disable FUTEX_REQUEUE on ppc * temporarily * Thu Jun 19 2003 Jakub Jelinek 2.3.2-54- update from CVS- fix glibc_post_upgrade on ppc * Wed Jun 18 2003 Jakub Jelinek 2.3.2-53- update from CVS- fix localedef (#90659)- tweak linuxthreads for librt cancellation * Tue Jun 17 2003 Jakub Jelinek 2.3.2-52- update from CVS * Fri Jun 13 2003 Jakub Jelinek 2.3.2-51- update from CVS- fix (#97169) * Thu Jun 12 2003 Jakub Jelinek 2.3.2-50- update from CVS * Wed Jun 11 2003 Jakub Jelinek 2.3.2-49- update from CVS - fix pthread_cond_signal on IA-32 (#92080, #92253) - fix setegid (#91567)- don\'t prelink -R libc.so on any architecture, it prohibits address randomization * Fri Jun 06 2003 Jakub Jelinek 2.3.2-48- update from CVS - fix IA-64 NPTL build * Fri Jun 06 2003 Jakub Jelinek 2.3.2-47- update from CVS- PT_GNU_STACK segment in binaries/executables and .note.GNU-stack section in *.[oa] * Mon Jun 02 2003 Jakub Jelinek 2.3.2-46- update from CVS- enable NPTL on AMD64- avoid using trampolines in localedef * Fri May 30 2003 Jakub Jelinek 2.3.2-45- enable NPTL on IA-64 * Fri May 30 2003 Jakub Jelinek 2.3.2-44- update from CVS- enable NPTL on s390 and s390x- make __init_array_start etc. symbols in elf-init.oS hidden undefined * Fri May 30 2003 Jakub Jelinek 2.3.2-43- update from CVS * Sat May 24 2003 Jakub Jelinek 2.3.2-42- update from CVS * Wed May 21 2003 Jakub Jelinek 2.3.2-41- update from CVS- use NPTL libs if uname -r contains nptl substring or is >= 2.5.69 or set_tid_address syscall is available instead of checking AT_SYSINFO dynamic tag * Fri May 16 2003 Jakub Jelinek 2.3.2-40- update from CVS * Thu May 15 2003 Jakub Jelinek 2.3.2-39- update from CVS - fix for prelinking of libraries with no dependencies * Wed May 14 2003 Jakub Jelinek 2.3.2-38- update from CVS- enable NPTL on ppc and ppc64 * Wed May 07 2003 Matt Wilson 2.3.2-37- rebuild * Mon May 05 2003 Jakub Jelinek 2.3.2-36- update from CVS * Sun May 04 2003 Jakub Jelinek 2.3.2-35- update from CVS - make -jN build fixes * Sat May 03 2003 Jakub Jelinek 2.3.2-34- update from CVS- avoid using trampolines in iconvconfig for now * Sun Apr 27 2003 Jakub Jelinek 2.3.2-33- update from CVS * Sat Apr 26 2003 Jakub Jelinek 2.3.2-32- update from CVS- more ppc TLS fixes * Thu Apr 24 2003 Jakub Jelinek 2.3.2-31- update from CVS - nscd fixes - fix Bahrain spelling (#56298) - fix Ukrainian collation (#83973) - accept trailing spaces in /etc/ld.so.conf (#86032) - perror fix (#85994) - fix localedef (#88978) - fix getifaddrs (#89026) - fix strxfrm (#88409)- fix ppc TLS- fix getaddrinfo (#89448)- don\'t print warning about errno, h_errno or _res if LD_ASSUME_KERNEL=2.4.1 or earlier * Wed Apr 16 2003 Jakub Jelinek 2.3.2-30- update from CVS- fix prelink on ppc32- add TLS support on ppc32 and ppc64- make sure on -m64 arches all helper binaries are built with this option * Tue Apr 15 2003 Jakub Jelinek 2.3.2-29- update from CVS - fix strxfrm (#88409)- use -m64 -mno-minimal-toc on ppc64- conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64- link glibc_post_upgrade against newly built libc.a * Mon Apr 14 2003 Jakub Jelinek 2.3.2-28- update from CVS - fix NPTL pthread_detach and already terminated, but not yet joined thread (#88219) - fix bug-regex4 testcase (#88118) - reenable prelink support broken in 2.3.2-13 - fix register_printf_function (#88052) - fix double free with fopen using ccs= (#88056) - fix potential access below $esp in {set,swap}context (#88093) - fix buffer underrun in gencat -H (#88099) - avoid using unitialized variable in tst-tgmath (#88101) - fix gammal (#88104) - fix iconv -c - fix xdr_string (PR libc/4999) - fix /usr/lib/nptl/librt.so symlink - avoid running NPTL cleanups twice in some cases - unblock __pthread_signal_cancel in linuxthreads, so that linuxthreads threaded programs work correctly if spawned from NPTL threaded programs - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}- remove /lib/i686 directory before running ldconfig in glibc post during i686 -> i386 glibc \"upgrades\" (#88456) * Thu Apr 03 2003 Jakub Jelinek 2.3.2-22- update from CVS - add pthread_atfork to libpthread.a * Wed Apr 02 2003 Jakub Jelinek 2.3.2-21- update from CVS- make sure linuxthreads pthread_mutex_lock etc. is not a cancellation point * Sat Mar 29 2003 Jakub Jelinek 2.3.2-20- update from CVS- if kernel >= 2.4.1 doesn\'t support NPTL, fall back to /lib/i686 libs on i686, not stright to /lib * Fri Mar 28 2003 Jakub Jelinek 2.3.2-19- update from CVS - timers fixes * Thu Mar 27 2003 Jakub Jelinek 2.3.2-18- update from CVS- fix NPTL pthread_cond_timedwait- fix sysconf (_SC_MONOTONIC_CLOCK)- use /%{_lib}/tls instead of /lib/tls on x86-64- add /lib64/tls/librt *so * and /lib64/i686/librt *so *- display content of .out files for all make check failures * Wed Mar 26 2003 Jakub Jelinek 2.3.2-17- update from CVS - kernel POSIX timers support * Sat Mar 22 2003 Jakub Jelinek 2.3.2-16- update from CVS - export __fork from glibc again- fix glibc-compat build in NPTL- fix c_stubs- fix some more atomic.h problems- don\'t check abi in glibc-compat libs * Fri Mar 21 2003 Jakub Jelinek 2.3.2-15- update from CVS- build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons- condrestart sshd in glibc_post_upgrade so that the user can log in remotely and handle the rest (#86339)- fix a typo in glibc_post_upgrade on sparc * Tue Mar 18 2003 Jakub Jelinek 2.3.2-14- update from CVS- change i686/athlon libc.so.6 base to 0x00e80000 * Mon Mar 17 2003 Jakub Jelinek 2.3.2-13- update from CVS - hopefully last fix for condvar problems * Fri Mar 14 2003 Jakub Jelinek 2.3.2-12- fix bits/syscall.h creation on x86-64 * Thu Mar 13 2003 Jakub Jelinek 2.3.2-11- update from CVS * Wed Mar 12 2003 Jakub Jelinek 2.3.2-10- update from CVS * Tue Mar 11 2003 Jakub Jelinek 2.3.2-9- update from CVS- fix glibc-debug description (#85111)- make librt.so a symlink again, not linker script * Tue Mar 04 2003 Jakub Jelinek 2.3.2-8- update from CVS- remove the workarounds for broken software accessing GLIBC_PRIVATE symbols * Mon Mar 03 2003 Jakub Jelinek 2.3.2-7- update from CVS * Sun Mar 02 2003 Jakub Jelinek 2.3.2-6- fix TLS IE/LE model handling in dlopened libraries on TCB_AT_TP arches * Tue Feb 25 2003 Jakub Jelinek 2.3.2-5- update from CVS * Tue Feb 25 2003 Jakub Jelinek 2.3.2-4- update from CVS * Mon Feb 24 2003 Jakub Jelinek 2.3.2-3- update from CVS- only warn about errno, h_errno or _res for binaries, never libraries- rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences * Sun Feb 23 2003 Jakub Jelinek 2.3.2-2- update from CVS * Sat Feb 22 2003 Jakub Jelinek 2.3.2-1- update from CVS * Thu Feb 20 2003 Jakub Jelinek 2.3.1-51- update from CVS * Wed Feb 19 2003 Jakub Jelinek 2.3.1-50- update from CVS * Wed Feb 19 2003 Jakub Jelinek 2.3.1-49- update from CVS- remove nisplus and nis from the default nsswitch.conf (#67401, #9952) * Tue Feb 18 2003 Jakub Jelinek 2.3.1-48- update from CVS * Sat Feb 15 2003 Jakub Jelinek 2.3.1-47- update from CVS * Fri Feb 14 2003 Jakub Jelinek 2.3.1-46- update from CVS - pthread_cond * NPTL fixes, new NPTL testcases * Thu Feb 13 2003 Jakub Jelinek 2.3.1-45- update from CVS- include also linuxthreads FLOATING_STACKS libs on i686 and athlon: LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt, LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt, later is NPTL- enable TLS on alpha/alphaev6- add BuildPreReq: /usr/bin/readlink * Tue Feb 11 2003 Jakub Jelinek 2.3.1-44- update from CVS - pthread_once fix * Mon Feb 10 2003 Jakub Jelinek 2.3.1-43- update from CVS- vfork fix on s390- rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno don\'t bind locally (#83325) * Thu Feb 06 2003 Jakub Jelinek 2.3.1-42- update from CVS- fix pthread_create after vfork+exec in linuxthreads * Wed Feb 05 2003 Jakub Jelinek 2.3.1-41- update from CVS * Thu Jan 30 2003 Jakub Jelinek 2.3.1-40- update from CVS * Wed Jan 29 2003 Jakub Jelinek 2.3.1-39- update from CVS- enable TLS on s390{,x} and sparc{,v9} * Fri Jan 17 2003 Jakub Jelinek 2.3.1-38- update from CVS- initialize __environ in glibc_post_upgrade to empty array, so that it is not NULL- compat symlink for s390x /lib/ld64.so.1- enable glibc-profile on x86-64- only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit * Thu Jan 16 2003 Jakub Jelinek 2.3.1-37- update from CVS - nscd fixes, *scanf fix- fix %nptlarches noarch build (#81909)- IA-64 TLS fixes * Tue Jan 14 2003 Jakub Jelinek 2.3.1-36- update from CVS- rework -debuginfo subpackage, add -debuginfo-common subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)- fix vfork in libc.a on PPC32, Alpha, Sparc- fix libio locks in linuxthreads libc.so if libpthread.so is dlopened later (#81374) * Mon Jan 13 2003 Jakub Jelinek 2.3.1-35- update from CVS - dlclose bugfixes- fix NPTL libpthread.a- fix glibc_post_upgrade on several arches * Sat Jan 11 2003 Jakub Jelinek 2.3.1-34- update from CVS- TLS support on IA-64 * Wed Jan 08 2003 Jakub Jelinek 2.3.1-33- fix vfork in linuxthreads (#81377, #81363) * Tue Jan 07 2003 Jakub Jelinek 2.3.1-32- update from CVS- don\'t use TLS libs if kernel doesn\'t set AT_SYSINFO (#80921, #81212)- add ntp_adjtime on alpha (#79996)- fix nptl_db (#81116) * Sun Jan 05 2003 Jakub Jelinek 2.3.1-31- update from CVS- support all architectures again * Fri Jan 03 2003 Jakub Jelinek 2.3.1-30- fix condvar compatibility wrappers- add ugly hack to use non-TLS libs if a binary is seen to have errno, h_errno or _res symbols in .dynsym * Fri Jan 03 2003 Jakub Jelinek 2.3.1-29- update from CVS - fixes for new condvar * Thu Jan 02 2003 Jakub Jelinek 2.3.1-28- new NPTL condvar implementation plus related linuxthreads symbol versioning updates * Thu Jan 02 2003 Jakub Jelinek 2.3.1-27- update from CVS- fix #include with -D_BSD_SOURCE or without feature set macros- make *sigaction, sigwait and raise the same between -lpthread -lc and -lc -lpthread in linuxthreads builds * Tue Dec 31 2002 Jakub Jelinek 2.3.1-26- fix dlclose * Sun Dec 29 2002 Jakub Jelinek 2.3.1-25- enable sysenter by default for now- fix endless loop in ldconfig * Sat Dec 28 2002 Jakub Jelinek 2.3.1-24- update from CVS * Fri Dec 27 2002 Jakub Jelinek 2.3.1-23- update from CVS - fix ptmalloc_init after clearenv (#80370) * Sun Dec 22 2002 Jakub Jelinek 2.3.1-22- update from CVS- add IA-64 back- move TLS libraries from /lib/i686 to /lib/tls * Thu Dec 19 2002 Jakub Jelinek 2.3.1-21- system(3) fix for linuxthreads- don\'t segfault in pthread_attr_init from libc.so- add cancellation tests from nptl to linuxthreads * Wed Dec 18 2002 Jakub Jelinek 2.3.1-20- fix up lists of exported symbols + their versions from the libraries * Wed Dec 18 2002 Jakub Jelinek 2.3.1-19- fix --with-tls --enable-kernel=2.2.5 libc on IA-32 * Wed Dec 18 2002 Jakub Jelinek 2.3.1-18- update from CVS - fix NPTL hanging mozilla - initialize malloc in mALLOPt (fixes problems with squid, #79957) - make linuxthreads work with dl_dynamic_weak 0 - clear dl_dynamic_weak everywhere * Tue Dec 17 2002 Jakub Jelinek 2.3.1-17- update from CVS - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix - kill -debug sub-package, rename -debug-static to -debug - clear dl_dynamic_weak for NPTL * Mon Dec 16 2002 Jakub Jelinek 2.3.1-16- fix and for C++- automatically generate NPTL libpthread wrappers * Mon Dec 16 2002 Jakub Jelinek 2.3.1-15- update from CVS - all functions which need cancellation should now be cancellable both in libpthread.so and libc.so - removed AATTAATTGLIBC_2.3.2 cancellation wrappers * Fri Dec 13 2002 Jakub Jelinek 2.3.1-14- update from CVS - replace __libc_lock_neededAATTGOTOFF(%ebx) with %gs:offsetof(tcbhead_t, multiple_threads) - start of new NPTL cancellation wrappers * Thu Dec 12 2002 Jakub Jelinek 2.3.1-13- update from CVS- use inline locks in malloc * Tue Dec 10 2002 Jakub Jelinek 2.3.1-12- update from CVS - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs * Mon Dec 09 2002 Jakub Jelinek 2.3.1-11- update from CVS- rebuilt with gcc-3.2.1-2 * Fri Dec 06 2002 Jakub Jelinek 2.3.1-10- update from CVS- non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread should work now- faster libc locking when using nptl- add OUTPUT_FORMAT to linker scripts- fix x86_64 sendfile (#79111) * Wed Dec 04 2002 Jakub Jelinek 2.3.1-9- update from CVS - RUSCII support (#78906)- for nptl builds add BuildRequires- fix byteswap.h for non-gcc (#77689)- add nptl-devel package * Tue Dec 03 2002 Jakub Jelinek 2.3.1-8- update from CVS - make --enable-kernel=2.2.5 --with-tls --without-__thread ld.so load nptl and other --with-__thread libs- disable nptl by default for now * Wed Nov 27 2002 Jakub Jelinek 2.3.1-7- update from CVS- restructured redhat/Makefile and spec, so that src.rpm contains glibc-.tar.bz2, glibc-redhat-.tar.bz2 and glibc-redhat.patch- added nptl * Fri Nov 08 2002 Jakub Jelinek 2.3.1-6- update from CVS - even more regex fixes- run sed testsuite to check glibc regex * Fri Oct 25 2002 Jakub Jelinek 2.3.1-5- fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs using libpthread.so. * Fri Oct 25 2002 Jakub Jelinek 2.3.1-4- update from CVS - fixed %a and %A in *printf (#75821) - fix re_comp memory leaking (#76594) * Wed Oct 23 2002 Jakub Jelinek 2.3.1-3- update from CVS - some more regex fixes- fix libpthread.a (#76484)- fix locale-archive enlarging * Sat Oct 19 2002 Jakub Jelinek 2.3.1-2- update from CVS - don\'t need to use 128K of stacks for DNS lookups - regex fixes - updated timezone data e.g. for this year\'s Brasil DST changes - expand ${LIB} in RPATH/RUNPATH/dlopen filenames * Sat Oct 12 2002 Jakub Jelinek 2.3.1-1- update to 2.3.1 final - support really low thread stack sizes (#74073)- tzdata update * Thu Oct 10 2002 Jakub Jelinek 2.3-2- update from CVS - handle low stack limits - move s390x into */lib64 * Fri Oct 04 2002 Jakub Jelinek 2.3-1- update to 2.3 final - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800) * Mon Sep 30 2002 Jakub Jelinek 2.2.94-3- don\'t prelink -r libc.so on ppc/x86-64/sparc *, it doesn\'t speed things up, because they are neither REL arches, nor ELF_MACHINE_REL_RELATIVE- fix sparc64 build * Mon Sep 30 2002 Jakub Jelinek 2.2.94-2- update from CVS * Sun Sep 29 2002 Jakub Jelinek 2.2.94-1- update from CVS- prelink on ppc and x86-64 too- don\'t remove ppc memset- instead of listing on which arches to remove glibc-compat list where it should stay * Sat Sep 07 2002 Jakub Jelinek 2.2.93-5- fix wcsmbs functions with invalid character sets (or malloc failures)- make sure __ctype_b etc. compat vars are updated even if they are copy relocs in the main program * Fri Sep 06 2002 Jakub Jelinek 2.2.93-4- fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition leading to unresolved __set_h_errno symbol) * Thu Sep 05 2002 Jakub Jelinek 2.2.93-3- security fix - increase dns-network.c MAXPACKET to at least 65536 to avoid buffer overrun. Likewise glibc-compat dns-{host,network}.c. * Wed Sep 04 2002 Jakub Jelinek 2.2.93-2- temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to libc.a and export them as AATTAATTGLIBC_2.0 symbols, not AATTGLIBC_2.0 from libc.so - we have still lots of .a libraries referencing __ctype_{b,tolower,toupper} out there... * Wed Sep 04 2002 Jakub Jelinek 2.2.93-1- update from CVS - 2.2.93 release - use double instead of single indirection in isXXX macros - per-locale wcsmbs conversion state * Sun Sep 01 2002 Jakub Jelinek 2.2.92-2- update from CVS - fix newlocale/duplocale/uselocale- disable profile on x86_64 for now * Sun Sep 01 2002 Jakub Jelinek 2.2.92-1- update from CVS - 2.2.92 release - fix gettext after uselocale - fix locales in statically linked threaded programs - fix NSS | |