|
|
|
|
Changelog for glibc-2.4-8.x86_64.rpm :
* Thu Jun 15 2006 Eddy Nigg - Rebuild for StartCom Linux 5.0.x * Fri May 12 2006 Jakub Jelinek 2.4.8- update from CVS - fix tcgetattr (#177965) - fix (#191264) * Fri May 05 2006 Jakub Jelinek 2.4-7- update from CVS - some NIS+ fixes - allow overriding rfc3484 address sorting tables for getaddrinfo through /etc/gai.conf (sample config file included in %doc directory) - SETENT_BATCH_READ /etc/default/nss option for speeding up some usages of NIS+ (#188246) - move debug state change notification (#179208) - fix ldd script if one of the dynamic linkers is not installed (#190259) - fix a typo in nscd.conf (#190085) - fix handling of SIGHUP in nscd when some caches are disabled (#189978) - make nscd paranoia mode working with non-root server-user (#189779) - fix getaddrinfo (#190002) - add auto-propagate nscd.conf options (#177154) - fix nscd auditing (#169148) * Mon Apr 24 2006 Jakub Jelinek 2.4-6- update from CVS - NIS+ fixes - don\'t segfault on too large argp key values (#189545) - getaddrinfo fixes for RFC3484 (#188364) * Tue Mar 28 2006 Jakub Jelinek 2.4-5- update from CVS - pshared robust mutex support - fix btowc and bwtoc in C++ (#186410) - fix NIS+ (#186592) - don\'t declare __wcsto *l_internal for non-GCC or if not -O1+ (#185667)- don\'t mention nscd failures on 2.0 kernels (#185335) * Tue Mar 07 2006 Roland McGrath 2.4-4- back up %{ix86} gdb conflicts to < 6.3.0.0-1.111 * Tue Mar 07 2006 Jakub Jelinek 2.4-3- really fix rintl on ppc64 * Tue Mar 07 2006 Jakub Jelinek 2.4-2- accurate unwind info for lowlevellock.h stubs on %{ix86}- fix ppc/ppc64 ceill, floorl, rintl, roundl and truncl (BZ#2423) * Mon Mar 06 2006 Jakub Jelinek 2.4-1- update from CVS - glibc 2.4 release * Mon Mar 06 2006 Jakub Jelinek 2.3.91-2- update from CVS - fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895) - revert ppc32 malloc alignment patch, it breaks malloc_set_state and needs some further thoughts and time (#183894)- provide accurate unwind info for lowlevellock.h stubs on x86_64 * Thu Mar 02 2006 Jakub Jelinek 2.3.91-1- update from CVS - fixes for various arches- ensure malloc returns pointers aligned to at least MIN (2 * sizeof (size_t), __alignof__ (long double)) (only on ppc32 this has not been the case lately with addition of 128-bit long double, #182742) * Wed Mar 01 2006 Jakub Jelinek 2.3.90-39- update from CVS * Fri Feb 17 2006 Jakub Jelinek 2.3.90-38- update from CVS - robust mutexes rewrite * Mon Feb 13 2006 Jakub Jelinek 2.3.90-37- update from CVS - *at fixes - unshare syscall wrapper * Sat Feb 04 2006 Jakub Jelinek 2.3.90-36- update from CVS - fix frequency setting for ITIMER_PROF (#179938, BZ#2268) - fix powerpc inline fegetround () - fix nptl_db (#179946) * Fri Feb 03 2006 Jakub Jelinek 2.3.90-35- update from CVS - handle futimesat (fd, NULL, tvp) as futimes (fd, tvp)- fix q{e,f,g}cvt{,_r} for -mlong-double-64 * Thu Feb 02 2006 Jakub Jelinek 2.3.90-34- fix with C++ and -mlong-double-64 (#179742)- add nexttowardl redirect for -mlong-double-64 * Thu Feb 02 2006 Jakub Jelinek 2.3.90-33- update from CVS - long double support fixes * Wed Feb 01 2006 Jakub Jelinek 2.3.90-32- update from CVS - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9}, alpha 128-bit long double support- add inotify syscall numbers to the override headers (#179366) * Mon Jan 30 2006 Jakub Jelinek 2.3.90-31- update from CVS - 128-bit long double on ppc, ppc64, s390, s390x and sparc{,v9}- add some new syscall numbers to the override headers * Mon Jan 09 2006 Jakub Jelinek 2.3.90-30- update from CVS - initializer fixes for -std=c{8,9}9 on 32-bit arches- avoid writable .rodata (#177121) * Fri Jan 06 2006 Jakub Jelinek 2.3.90-29- update from CVS - make pthread_mutex_t an unnamed union again, as it affects libstdc++ ABI mangling * Fri Jan 06 2006 Jakub Jelinek 2.3.90-28- update from CVS - make aio_suspend interruptible by signals (#171968) * Fri Jan 06 2006 Jakub Jelinek 2.3.90-27- only rely on d_type in 32-bit getdents on s390 for 2.6.11+ * Wed Jan 04 2006 Jakub Jelinek 2.3.90-26- update from CVS - for newly linked lio_listio * callers, send per request notifications (#170116) - fixup nscd -S option removal changes (#176860) - remove nonnull attribute from ctermid (#176753) - fix PTHREAD_ *_INITIALIZER{,_NP} on 64-bit arches - SPARC NPTL support for pre-v9 CPUs- drop support for 2.4.xx and < 2.6.9 kernels * Mon Jan 02 2006 Jakub Jelinek 2.3.90-25- update from CVS - s390{,x} and sparc{,64} pointer mangling fixes- install a sanitized LinuxThreads * Mon Jan 02 2006 Jakub Jelinek 2.3.90-24- update from CVS - nscd audit changes (#174422) - ppc{32,64} vDSO support and ppc32 hp-timing * Tue Dec 27 2005 Jakub Jelinek 2.3.90-23- update from CVS - robust mutexes- fix transliteration segfaults (#176573, #176583)- ignore prelink temporaries in ldconfig (#176570) * Wed Dec 21 2005 Jakub Jelinek 2.3.90-22- update from CVS - minor fts fixes- revert broken _Pragma () workaround- fix ldconfig on bi-arch architectures (#176316) * Tue Dec 20 2005 Jakub Jelinek 2.3.90-21- update from CVS - fix pointer (de)mangling in gconv_cache.c * Tue Dec 20 2005 Jakub Jelinek 2.3.90-20- update from CVS - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952) - fix errlist generation- update ulps for GCC 4.1 on IA-64 * Mon Dec 19 2005 Jakub Jelinek 2.3.90-19- update from CVS - sysdeps/generic reorg - setjmp/longjmp jump pointer mangling- rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma () handling in it- remove glibc-profile subpackage- use non-PLT calls for malloc/free/realloc/memalign invocations in mtrace and mcheck hooks (#175261)- setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x} * Sat Nov 19 2005 Jakub Jelinek 2.3.90-18- update from CVS - change for broken apps that #define const / * */, handle non-GCC compilers - fix ppc{32,64} strncmp (BZ#1877, #173643, IT#83510) - provide shmatt_t typedef in ia64 * Wed Nov 16 2005 Jakub Jelinek 2.3.90-17- update from CVS - fix in C++ - {fstat,fchown,rename,unlink}at fixes - epoll_wait is now a cancellation point * Tue Nov 15 2005 Jakub Jelinek 2.3.90-16- update from CVS- make sure waitid syscall is used on ppc */s390 * * Thu Oct 20 2005 Jakub Jelinek 2.3.90-15- update from CVS - be permissive in %n check because of kernel bug #165351 (#171240) - don\'t misalign stack in pthread_once on x86_64 (#170786, IT#81521) - many locale fixes * Mon Oct 10 2005 Jakub Jelinek 2.3.90-14- update from CVS - fix malloc bug after fork introduced in the last update - fix getent hosts IP for IPv4 IPs (#169831) * Mon Oct 03 2005 Jakub Jelinek 2.3.90-13- update from CVS - fix setuid etc. hangs if some thread exits during the call (#167766) - fix innetgr memory leak (#169051) - support > 2GB nscd log files (#168851) - too many other changes to list here- include errno in nscd message if audit_open failed (#169148) * Mon Sep 12 2005 Jakub Jelinek 2.3.90-12- update from CVS - netgrp handling fixes (#167728) - fix memory leak in setlocale (BZ#1318) - fix hwcaps computation - several regex portability improvements (#167019) - hypotf fix - fix *printf return code if underlying write fails (BZ#1146) - PPC64 dl{,v}sym fixes for new ABI .opd symbols- fix calloc with MALLOC_PERTURB_ in environment on 64-bit architectures (#166719)- source /etc/sysconfig/nscd (if it exists) in /etc/rc.d/init.d/nscd (#167083)- add %triggerin for tzdata to glibc-common, so that tzdata updates update /etc/localtime and /var/spool/postfix/etc/localtime if they exist (#167787) * Mon Aug 29 2005 Jakub Jelinek 2.3.90-11- FUTEX_WAKE_OP support to speed up pthread_cond_signal * Wed Aug 24 2005 Jakub Jelinek 2.3.90-10- update from CVS - fix growing of nscd persistent database (BZ#1204) - fix _FORTIFY_SOURCE mbstowcs and wcstombs if destination size is known at compile time, but length argument is not * Mon Aug 22 2005 Jakub Jelinek 2.3.90-9- update from CVS - fix resolving over TCP (#161181, #165802) - on ia64 don\'t abort on unhandled math function exception codes (#165693) * Mon Aug 08 2005 Jakub Jelinek 2.3.90-8- update from CVS - nscd persistent database verifier (#164001) - cleanup _FORTIFY_SOURCE bits/ *.h headers (#165000) - handle EINTR in sigwait properly- make sure poor man\'s stack guard randomization keeps first byte 0 even on big-endian 32-bit arches- fix {elf,nptl}/tst-stackguard1- obsolete linuxthreads-devel in glibc-devel * Fri Jul 29 2005 Jakub Jelinek 2.3.90-7- update from CVS- do some poor man\'s stack guard randomization even without the costly --enable-stackguard-randomization- rebuilt with new GCC to make it use -msecure-plt on PPC32 * Mon Jul 25 2005 Jakub Jelinek 2.3.90-6- update from CVS - fix execvp if PATH is not in environment and the call is going to fail (BZ#1125) - another bits/wchar2.h fix (#163990) * Fri Jul 22 2005 Jakub Jelinek 2.3.90-5- update from CVS - fix stubs.h generation- don\'t use _G_va_list in bits/wchar2.h * Fri Jul 22 2005 Jakub Jelinek 2.3.90-4- update from CVS - make sure bits/wchar2.h header is installed - fix __getgroups_chk return type * Thu Jul 21 2005 Jakub Jelinek 2.3.90-3- update from CVS - make sure nscd cmsg buffers aren\'t misaligned, handle EINTR from poll when contacting nscd more gracefully - remove malloc attribute from posix_memalign - correctly size nscd buffer for grpcache key (#163538) - fix atan2f - fix error memory leaks - some more _FORTIFY_SOURCE protection * Fri Jul 08 2005 Jakub Jelinek 2.3.90-2- update from CVS - ia64 stack protector support - handle DNS referral results as server errors (#162625) - ctan{,h}{,f,l} fixes (#160759) - pass argc, argv and envp also to executable\'s *ni_array functions (BZ#974) - add ellipsis to clone prototype (#161593) - fix glibc-profile (#162601) - nss_compat fixes- use sysdeps/generic version of in installed headers instead of NPTL version (#162634) * Mon Jun 27 2005 Jakub Jelinek 2.3.90-1- update from CVS - stack protector support - fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583)- enable AATTGLIBC_2.4 symbols- remove linuxthreads * Mon Jun 20 2005 Jakub Jelinek 2.3.5-11- update from CVS - PPC32 -msecure-plt support - support classes keyword in /etc/hesiod.conf (#150350) - add RLIMIT_NICE and RLIMIT_RTPRIO to (#157049) - decrease number of .plt relocations in libc.so - use -laudit in nscd (#159217) - handle big amounts of networking interfaces in getifaddrs/if_nameindex (#159399) - fix pa_IN locale\'s am_pm (#158715, BZ#622) - fix debugging of PIEs * Mon May 30 2005 Jakub Jelinek 2.3.5-10- fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion) has been always overwritten with the version of currently running kernel)- remove linuxthreads man pages other than those covered in 3p section, as 3p man pages are far better quality and describe POSIX behaviour that NPTL implements (#159084) * Tue May 24 2005 Jakub Jelinek 2.3.5-9- update from CVS - increase bindresvport\'s LOWPORT to 512, apparently some broken daemons don\'t think 0 .. 511 ports are reserved * Mon May 23 2005 Jakub Jelinek 2.3.5-8- update from CVS - fix kernel version check in ld.so- fix sendfile{,64} prototypes (BZ#961)- try more ports in bindresvport if all 600..1023 are used, don\'t use priviledged ports when talking to portmap (#141773) * Fri May 20 2005 Jakub Jelinek 2.3.5-7- update from CVS - make regexec thread safe (BZ#934)- fix statically linked programs on i?86, x86_64, s390 * and sparc * (#158027)- fix IBM939 iconv module (BZ#955) * Wed May 04 2005 Jakub Jelinek 2.3.5-6- update from CVS - fix cancellation on i?86 - add call frame information to i?86 assembly * Tue May 03 2005 Jakub Jelinek 2.3.5-5- update from CVS - add some more UTF-8 locales (#156115)- clean up /lib64/tls instead of /lib/tls on x86-64, s390x and ppc64 in glibc_post_upgrade (#156656)- fix posix_fallocate{,64} (#156289) * Thu Apr 28 2005 Jakub Jelinek 2.3.5-4- update from CVS - fix nscd cache pruning (#150748) * Wed Apr 27 2005 Jakub Jelinek 2.3.5-3- update from CVS - fix linuxthreads clocks- put xen libs into the glibc-2 *.i686 package instead of a separate one- fix librt.so symlink in linuxthreads-devel- do not include linuxthreads-devel on i586 i686 athlon sparcv9 alphaev6, just on the base architectures * Wed Apr 27 2005 Jakub Jelinek 2.3.5-2- update from CVS - with MALLOC_CHECK_=N N>0 (#153003) - fix recursive dlclose (#154641) - handle %z in strptime (#154804) - automatically append /lib64/obsolete/linuxthreads/ to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19 or for glibc 2.0 binaries (or broken ones that don\'t use errno/h_errno properly). Warning: all those will stop working when LinuxThreads is finally nuked, which is not very far away - remove nonnull attribute from acct prototype (BZ#877) - kernel CPU clocks support - fix *scanf in locales with multi-byte decimal point * Wed Apr 27 2005 Roland McGrath - glibc-xen subpackage for i686 * Fri Apr 15 2005 Roland McGrath 2.3.5-1- update from CVS - fix execvp regression (BZ#851) - ia64 libm updates - sparc updates - fix initstate{,_r}/strfry (#154504) - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs, support \"hwcap\" keyword in ld.so.conf files * Mon Apr 04 2005 Jakub Jelinek 2.3.4-21- update from CVS - fix xdr_rmtcall_args on 64-bit arches (#151686)- fix and with -std=c89 -fexceptions (#153774) * Mon Apr 04 2005 Jakub Jelinek 2.3.4-20- move LinuxThreads libraries to /lib64/obsolete/linuxthreads/ and NPTL libraries to /lib64. To run a program against LinuxThreads, LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/lib64/obsolete/linuxthreads/ is now needed- bzip2 ChangeLog * files instead of gzipping them * Sat Apr 02 2005 Jakub Jelinek 2.3.4-19- update from CVS - fix nextafterl and several other libm routines on ia64 - fix initgroups (BZ#661)- kill nptl-devel subpackage, add linuxthreads-devel, compile and link by default against NPTL and only with -I/usr/include/linuxthreads -L/usr/lib64/linuxthreads against LinuxThreads- package /usr/lib/debug/lib64/tls/i{5,6}86 symlinks in i386 glibc-debuginfo- limit number of ChangeLog * files in glibc-common %doc to last 2.5 years of changes only to save space * Fri Mar 25 2005 Jakub Jelinek 2.3.4-18- fix build on 64-bit arches with new GCC * Thu Mar 24 2005 Jakub Jelinek 2.3.4-17- update from CVS - fix LD_AUDIT in LinuxThreads ld.so - fix calloc with M_PERTURB - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED on ppc */ia64/alpha/mips (BZ#801) - fix a typo in WINDOWS-31J charmap (#151739) - fix NIS ypprot_err (#151469) * Sun Mar 20 2005 Jakub Jelinek 2.3.4-16- fix pread with -D_FILE_OFFSET_BITS=64 (#151573) * Sat Mar 19 2005 Jakub Jelinek 2.3.4-15- update from CVS - better fix for the dlclose bug (#145810, #150414) - fix regex crash on case insensitive search in zh_CN locale (#151215) - fix malloc_trim (BZ#779) - with -D_FORTIFY_SOURCE= *, avoid defining read and a bunch of others as function-like macros, there are too many broken programs out there- add %dir /usr/lib64/gconv to glibc\'s file list (#151372) * Sun Mar 06 2005 Roland McGrath 2.3.4-14- fix bits/socket2.h macro typos * Sat Mar 05 2005 Jakub Jelinek 2.3.4-12- fix tst-chk{2,3}- fix up AS_NEEDED directive in /usr/lib64/libc.so- BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in glibc-devel Conflict with binutils < 2.15.94.0.2-1 * Thu Mar 03 2005 Jakub Jelinek 2.3.4-11- update from CVS - fix execvp (#149290) - fix dlclose (#145810) - clear padding in gconv-modules.cache (#146614, BZ#776)- rebuilt with GCC4- changed __GLIBC_MINOR__ for now back to 3- back out the newly added GLIBC_2.4 *_chk routines, instead do the checking in macros * Sat Feb 12 2005 Jakub Jelinek 2.3.4-10- hopefully fix interaction with prelink (#147655) * Fri Feb 11 2005 Jakub Jelinek 2.3.4-9- update from CVS - bi-arch (BZ#715) * Fri Feb 11 2005 Jakub Jelinek 2.3.4-8- update from CVS - bi-arch (BZ#632) - fix libdl on s390 and maybe other platforms - fix initstate{,_r} (BZ#710) - fix generation (BZ#157)- define CMSPAR in bits/termios.h (#147533) * Tue Feb 08 2005 Jakub Jelinek 2.3.4-7- update from CVS - fix TLS handling in linuxthreads * Tue Feb 08 2005 Jakub Jelinek 2.3.4-6- update from CVS - ld.so auditing - fix segfault if chrooted app attempts to dlopen a library and no standard library directory exists at all (#147067, #144303) - fix initgroups when nscd is running, but has group caching disabled (#146588) - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create has not been called yet (#146710) - fix ppc64 swapcontext and setcontext (#146736, BZ#700) - service nscd cosmetic fixes (#146776) - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689) - fix zdump -v segfaults on x86-64 (#146210) - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686) - fix errno values for futimes (BZ#633) - unconditionally include in malloc.h (BZ#650) - change regex \\B handling to match old GNU regex as well as perl/grep\'s dfa (from empty string inside of word to empty string not at a word boundary, BZ#693) - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_ * and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS %gs access with negative offsets - fix addseverity - fix fmemopen - fix rewinddir - increase svc{tcp,unix}_create listen backlog * Thu Jan 06 2005 Jakub Jelinek 2.3.4-5- update from CVS - add some warn_unused_result marking - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L (BZ#640) * Thu Jan 06 2005 Jakub Jelinek 2.3.4-4- update from CVS - fix IA-32 stack alignment for LinuxThreads thread functions and functions passed to clone(2) directly - fix ecvt{,_r} on denormals (#143279) - fix __tls_get_addr typo - fix rounding in IA-64 alarm (#143710) - don\'t reinitialize __environ in __libc_start_main, so that effects of setenv/putenv done in DSO initializers are preserved (#144037, IT#57403) - fix fmemopen - fix vDSO l_map_end and l_text_end values - IA64 libm update (#142494)- fix ppc rint/ceil etc. (BZ#602) * Tue Dec 21 2004 Jakub Jelinek 2.3.4-3- rebuilt * Mon Dec 20 2004 Jakub Jelinek 2.3.4-2- work around rpm bug some more, this time by copying iconvconfig to iconvconfig.%{_target_cpu}. * Mon Dec 20 2004 Jakub Jelinek 2.3.4-1- update from CVS - glibc 2.3.4 release - add -o and --nostdlib options to iconvconfig- if /sbin/ldconfig doesn\'t exist when running glibc_post_upgrade.%{_target_cpu}, just don\'t attempt to run it. This can happen during first install of bi-arch glibc and the other arch glibc\'s %post wil run /sbin/ldconfig (#143326)- use -o and --nostdlib options to create all needed gconv-modules.cache files on bi-arch setups * Sun Dec 19 2004 Jakub Jelinek 2.3.3-99- rebuilt * Sat Dec 18 2004 Jakub Jelinek 2.3.3-98- add .%{_target_cpu} to glibc_post_upgrade, only run telinit u if /sbin/init is the same ELF class and machine as glibc_post_upgrade.%{_target_cpu} and similarly with condrestarting sshd (#143046) * Fri Dec 17 2004 Jakub Jelinek 2.3.3-97- update from CVS - fix ppc64 getcontext and swapcontext (BZ#610) - sparc/sparc64 fixes * Wed Dec 15 2004 Jakub Jelinek 2.3.3-96- update from CVS - fix i686 __USE_STRING_INLINES strncat - make sure ppc/ppc64 maintain correct stack alignment across clone * Wed Dec 15 2004 Jakub Jelinek 2.3.3-95- export nis_domain_of_r from libnsl.so again which was unintentionally lost * Wed Dec 15 2004 Jakub Jelinek 2.3.3-93- update from CVS - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena (BZ#457) - fix sysconf (_POSIX_V6_ *) for other ABI environments in bi-arch setups- s390/s390x clone without CLONE_THREAD getpid () adjustement * Tue Dec 14 2004 Jakub Jelinek 2.3.3-92- update from CVS- fix /usr/libexec/getconf filenames generation * Tue Dec 14 2004 Jakub Jelinek 2.3.3-91- update from CVS - double buffer size in getXXbyYY or getXXent on ERANGE instead of adding BUFLEN (#142617) - avoid busy loop in malloc if another thread is doing fork (#142214) - some more realloc corruption checks - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output, tweak /usr/libexec/getconf/ filenames * Fri Dec 10 2004 Jakub Jelinek 2.3.3-90- update from CVS - regex speedups - use | cat in ldd if running under bash3+ to allow running it on binaries that are not through SELinux allowed to access console or tty- add __NR_waitid defines for alpha and ia64 * Wed Dec 08 2004 Jakub Jelinek 2.3.3-89- update from CVS - fix clone2 on ia64 - avoid tst-timer5 failing with linuxthreads implementation- if __libc_enable_secure, disallow mode != normal- change ldd script to imply -r when -u is used, properly propagate return value and handle suid binaries * Tue Dec 07 2004 Jakub Jelinek 2.3.3-88- update from CVS - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure - disregard LD_DEBUG if __libc_enable_secure in normal mode if /suid-debug doesn\'t exist - fix fseekpos after ungetc - avoid reading bytes before start of buffers in regex\'s check_dst_limits_calc_pos_1 (#142060) - make getpid () working with clone/clone2 without CLONE_THREAD (so far on i386/x86_64/ia64 only)- move /usr/libexec/getconf/ * to glibc from glibc-common- make /usr/libexec/getconf directory owned by glibc package * Fri Dec 03 2004 Jakub Jelinek 2.3.3-87- update from CVS - build libpthread_nonshared.a objects with -fPIC on s390/s390x - fix mktime with < 0 or > 59 tm_sec on entry - remove nonnull attribute for realpath - add $(make-target-directory) for errlist-compat.c rule (hopefully fix #141404)- add testcase for ungetc bug- define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches * Tue Nov 30 2004 Jakub Jelinek 2.3.3-86- update from CVS - some posix_opt.h fixes- fix strtold use of unitialized memory (#141000)- some more bugfixes for bugs detected by valgrind- rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout on s390{,x} (#139678) * Fri Nov 26 2004 Jakub Jelinek 2.3.3-85- update from CVS - support -v specification in getconf - fix sysconf (_SC_LFS64_CFLAGS) etc. - avoid thread stack aliasing issues on EM64T (#140803)- move /usr/include/nptl headers from nptl-devel to glibc-headers, so that even NPTL specific programs can be built bi-arch without problems * Wed Nov 24 2004 Jakub Jelinek 2.3.3-84- update from CVS - fix memory leak in getaddrinfo if using nscd (#139559) - handle large lines in /etc/hosts and /etc/networks (#140378) - add nonnull attributes to selected dirent.h and dlfcn.h functions * Sun Nov 21 2004 Jakub Jelinek 2.3.3-83- update from CVS - add deprecated and/or nonnull attribute to some signal.h functions - speed up tzset () by only using stat instead of open/fstat when calling tzset for the second and following time if /etc/localtime has not changed- fix tgamma (BZ #552) * Sat Nov 20 2004 Jakub Jelinek 2.3.3-82- update from CVS - some malloc () checking - libpthread.a object dependency cleanups (#115157) - fix for -std=c89 -pedantic-errors (#140132) * Fri Nov 19 2004 Jakub Jelinek 2.3.3-81- don\'t use chunksize in <= 2 * SIZE_SZ free () checks * Fri Nov 19 2004 Jakub Jelinek 2.3.3-80- update from CVS - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats - for -D_FORTIFY_SOURCE=2 and %n in writable format string, issue special error message instead of using the buffer overflow detected one - speedup regex searching with REG_NOSUB, add RE_NO_SUB, speedup searching with nested subexps (BZ #544) - block SIGCANCEL in NPTL timer_ * helper thread- further free () checking * Tue Nov 16 2004 Jakub Jelinek 2.3.3-79- update from CVS- fix free () checking- move /etc/default/nss into glibc-common (hopefully fix #132392) * Mon Nov 15 2004 Jakub Jelinek 2.3.3-78- update from CVS - fix LD_DEBUG=statistics - issue error message before aborting in __chk_fail ()- some more free () checking * Fri Nov 12 2004 Jakub Jelinek 2.3.3-77- update from CVS - speedup regex on palindromes (BZ #429) - fix NPTL set{,e,re,res}[ug]id, so that even if making process less priviledged all threads change their credentials successfully * Wed Nov 10 2004 Jakub Jelinek 2.3.3-76- update from CVS - fix regcomp crash (#138439) - fix ftell{,o,o64} (#137885) - robustification of nscd to cope with corrupt databases (#137140) - fix NPTL with pthread_exit immediately after pthread_create (BZ #530) - some regex optimizations * Tue Nov 02 2004 Jakub Jelinek 2.3.3-75- update from CVS - mktime cleanups (BZ #487, #473) - unique comments in free(3) check error messages- adjust some x86_64 headers for -m32 (#129712)- object size checking support even with GCC-3.4.2-RH >= 3.4.2-8 * Wed Oct 27 2004 Jakub Jelinek 2.3.3-74- fix header- fix globfree (#137176)- fix exiting if there are dlmopened libraries in namespaces other than main one not closed yet- export again _res_opcodes and __p_{class,type}_syms from libresolv.so that were lost in -69 * Thu Oct 21 2004 Jakub Jelinek 2.3.3-73- remove setaltroot and key{_add,_request,ctl} also from Versions- back out _sys_errlist changes * Thu Oct 21 2004 Jakub Jelinek 2.3.3-72- back out setaltroot and key{_add,_request,ctl} addition- fix severe x86-64 symbol versioning regressions that breaks e.g. java binaries * Wed Oct 20 2004 Jakub Jelinek 2.3.3-71- update from CVS - fix minor catchsegv temp file handling vulnerability (CAN-2004-0968, #136319) - add 4 new errno codes - setaltroot, key{_add,_request,ctl} syscalls on some arches - export _dl_debug_stateAATTGLIBC_PRIVATE from ld.so again for gdb purpose - use inet_pton to decide what is address and what is hostname in getent (#135422) - change dladdr/dladdr1, so that dli_saddr is the same kind of value as dlsym/dlvsym return (makes difference on ia64/hppa only) - fix catchsegv script so that it works with both 32-bit and 64-bit programs on multi-arch platforms * Tue Oct 19 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) * Mon Oct 18 2004 Jakub Jelinek 2.3.3-69- update from CVS - object size checking support (-D_FORTIFY_SOURCE={1,2}) * Thu Oct 14 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) * Tue Oct 12 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) * Wed Oct 06 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} * Tue Oct 05 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 * Mon Oct 04 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, * Fri Oct 01 2004 Jakub Jelinek 2.3.3-63- update from CVS - fix __nscd_getgrouplist - fix a typo in x86_64 pthread_mutex_timedwait fix * Fri Oct 01 2004 Jakub Jelinek 2.3.3-62- update from CVS - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417) * Thu Sep 30 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 * Wed Sep 29 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 * Mon Sep 27 2004 Jakub Jelinek 2.3.3-59- update from CVS - fix BZ #151, #362, #381, #407 - fdim fix for +inf/+inf (BZ #376) * Sun Sep 26 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 * Sat Sep 25 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) * Wed Sep 22 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 * Wed Sep 22 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 * Fri Sep 17 2004 Jakub Jelinek 2.3.3-54- update from CVS - nscd getaddrinfo caching * Tue Sep 14 2004 Jakub Jelinek 2.3.3-53- restore temporarily old definition of __P()/__PMT() for third party apps * Tue Sep 14 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 * Fri Sep 10 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 * Thu Sep 09 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) * Fri Sep 03 2004 Jakub Jelinek 2.3.3-49- update from CVS- fix linuxthreads tst-cancel{[45],-static} * Fri Sep 03 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 * * Tue Aug 31 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) * Sat Aug 21 2004 Jakub Jelinek 2.3.3-46- update from CVS * Thu Aug 19 2004 Jakub Jelinek 2.3.3-45- update from CVS - fix nss_compat\'s initgroups handling (#130363) - fix getaddrinfo ai_canonname setting * Thu Aug 19 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 * Thu Aug 12 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) * Wed Aug 11 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 * Wed Aug 11 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 * Fri Aug 06 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- * * Fri Jul 23 2004 Jakub Jelinek 2.3.3-39- update from CVS - conformance related changes in headers- remove -finline-limit=2000 for GCC 3.4.x+ * Thu Jul 22 2004 Jakub Jelinek 2.3.3-38- update from CVS - fix res_init leaks - fix newlocale races - fix ppc64 setjmp- fix strtold (BZ #274) * Fri Jul 16 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 * Mon Jul 05 2004 Jakub Jelinek 2.3.3-36- s390 * .plt slot reduction- fix pthread_rwlock_timedrdlock on x86_64 * Wed Jun 30 2004 Jakub Jelinek 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 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 28 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 * Mon Jun 14 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 * Fri May 28 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) * Fri May 21 2004 Jakub Jelinek 2.3.3-30- fix pthread_cond_wait on architectures other than IA-32 and x86_64 * Thu May 20 2004 Jakub Jelinek 2.3.3-29- use lib64 instead of lib on ia64 if %{_lib} is defined to lib64 * Wed May 19 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 * Tue May 11 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 * Fri May 07 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 * Wed May 05 2004 Jakub Jelinek 2.3.3-25- update from CVS- disable FUTEX_REQUEUE (work around #115349)- mq for sparc/sparc64/ia64 * Tue May 04 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 * Thu Apr 22 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 * Mon Apr 19 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 * Sat Apr 17 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) * Wed Oct 22 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 * Sat Oct 04 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) * Tue Sep 30 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) * Fri Sep 26 2003 Jakub Jelinek 2.3.2-96- rebuilt * Fri Sep 26 2003 Jakub Jelinek 2.3.2-95- fix IA-64 getcontext * Thu Sep 25 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+ * Thu Sep 25 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 * Wed Sep 24 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 * Mon Sep 22 2003 Jakub Jelinek 2.3.2-91- rebuilt * Mon Sep 22 2003 Jakub Jelinek 2.3.2-90- update from CVS - NPTL locking change (#102682)- don\'t jump around lock on amd64 * Thu Sep 18 2003 Jakub Jelinek 2.3.2-89- fix open_memstream/syslog (#104661) * Thu Sep 18 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 * Wed Sep 17 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 * Fri Sep 12 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 * Wed Sep 10 2003 Jakub Jelinek 2.3.2-85- update from CVS - fix IA-64 memccpy (#104114) * Tue Sep 09 2003 Jakub Jelinek 2.3.2-84- update from CVS - undo broken amd64 signal context changes * Tue Sep 09 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 * Sun Sep 07 2003 Jakub Jelinek 2.3.2-82- rebuilt * Sat Sep 06 2003 Jakub Jelinek 2.3.2-81- update from CVS - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732) - libio fixes * Thu Sep 04 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 * Tue Sep 02 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 * Mon Aug 25 2003 Jakub Jelinek 2.3.2-78- include dl-osinfo.h only in glibc-debuginfo-2 *.rpm, not in glibc-debuginfo-common * * Mon Aug 25 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) * Fri Aug 22 2003 Roland McGrath 2.3.2-76- add td_thr_tls_get_addr changes missed in initial nptl_db rewrite * Sun Aug 17 2003 Roland McGrath 2.3.2-74- nptl_db rewrite not yet in CVS * Thu Aug 14 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 * Wed Aug 13 2003 Jakub Jelinek 2.3.2-71- update from CVS * Tue Aug 12 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 * Thu Aug 07 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 * Sun Aug 03 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) * Fri Aug 01 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) * Wed Jul 30 2003 Jakub Jelinek 2.3.2-66- update from CVS- fix dlopen of libraries using TLS IE/LE models | |