|
|
|
|
Changelog for glibc-2.5-65.SEL5_5.1.x86_64.rpm :
Thu Dec 15 23:00:00 2011 Eddy Nigg - Rebuild for StartCom Linux 5.0.x
Wed Oct 26 00:00:00 2011 Andreas Schwab - 2.5-65.el5_7.1 - Correct cycle detection during dependency sorting (#729661)
Sat Apr 9 00:00:00 2011 Andreas Schwab - 2.5-65 - Don\'t underestimate length of DST substitution (#694655)
Thu Apr 7 00:00:00 2011 Andreas Schwab - 2.5-64 - Don\'t allocate executable stack when it cannot be allocated in the first 4G (#448011) - Initialize resolver state in nscd (#676039) - No cancel signal in unsafe places (#684808)
Fri Mar 18 23:00:00 2011 Andreas Schwab - 2.5-63 - Check size of pattern in wide character representation in fnmatch (#681054)
Thu Mar 17 23:00:00 2011 Andreas Schwab - 2.5-62 - Avoid too much stack use in fnmatch (#681054, CVE-2011-1071) - Properly quote output of locale (#625893, CVE-2011-1095) - Don\'t leave empty element in rpath when skipping the first element, ignore rpath elements containing non-isolated use of $ORIGIN when privileged (#667974, CVE-2011-0536) - Fix handling of newline in addmntent (#559579, CVE-2010-0296)
Mon Feb 28 23:00:00 2011 Andreas Schwab - 2.5-61 - Don\'t ignore $ORIGIN in libraries (#670988)
Tue Feb 22 23:00:00 2011 Andreas Schwab - 2.5-60 - Fix false assertion (#604796)
Mon Feb 21 23:00:00 2011 Andreas Schwab - 2.5-59 - Fix ordering of DSO constructors and destructors (#604796)
Tue Dec 14 23:00:00 2010 Andreas Schwab - 2.5-58 - Fix typo (#531576)
Fri Nov 5 23:00:00 2010 Andreas Schwab - 2.5-57 - Fix concurrency problem between dl_open and dl_iterate_phdr (#649956)
Sat Oct 23 00:00:00 2010 Andreas Schwab - 2.5-56 - Require suid bit on audit objects in privileged programs (#645678, CVE-2010-3856)
Tue Oct 19 00:00:00 2010 Andreas Schwab - 2.5-55 - Never expand $ORIGIN in privileged programs (#643819, CVE-2010-3847)
Fri Jul 9 00:00:00 2010 Andreas Schwab - 2.5-54 - Add timestamps to nscd logs (#527558) - Fix index wraparound handling in memusage (#531576) - Handle running out of buffer space with IPv6 mapping enabled (#533367) - Don\'t deadlock in __dl_iterate_phdr while (un)loading objects (#549813) - Avoid alloca in setenv for long strings (#559974) - Recognize POWER7 and ISA 2.06 (#563563) - Add support for AT_BASE_PLATFORM (#563599) - Restore locking in free_check (#585674) - Fix lookup of collation sequence value during regexp matching (#587360)
Sat Jul 3 00:00:00 2010 Andreas Schwab - 2.5-53 - Fix POWER6 memcpy/memset (#579011)
Wed Jun 16 00:00:00 2010 Andreas Schwab - 2.5-52 - Fix scope handling during dl_close (#593675)
Fri May 21 00:00:00 2010 Andreas Schwab - 2.5-51 - Enable -fasynchronous-unwind-tables throughout (#593047)
Fri May 7 00:00:00 2010 Andreas Schwab - 2.5-50 - Fix crash when aio thread creation fails (#566712)
Wed Mar 10 23:00:00 2010 Andreas Schwab - 2.5-49 - Fix more issues with setuid race (#491995)
Mon Mar 8 23:00:00 2010 Andreas Schwab - 2.5-48 - Fix race between setuid and thread creation (#491995)
Tue Dec 22 23:00:00 2009 Jakub Jelinek 2.5-47 - add 4 extra malloc corruption checks (#530107)
Wed Dec 16 23:00:00 2009 Jakub Jelinek 2.5-46 - avoid a race condition setting l_used (#547631)
Fri Nov 6 23:00:00 2009 Andreas Schwab - 2.5-45 - Really add the patch for last change.
Thu Nov 5 23:00:00 2009 Andreas Schwab - 2.5-44 - Fix pthread_join hanging after setuid (#522528)
Wed Nov 4 23:00:00 2009 Andreas Schwab - 2.5-43 - Fix error path in sem_timedwait on x86/x86_64 (#529997)
Sat Jul 18 00:00:00 2009 Jakub Jelinek 2.5-42 - drop broken nscd locking change introduced in 2.5-41
Fri Jul 17 00:00:00 2009 Jakub Jelinek 2.5-41 - fix a race in _int_free ATOMIC_FASTBINS consistency check (#510349) - nscd fixes
Fri Jul 17 00:00:00 2009 Jakub Jelinek 2.5-40 - add a barrier to ATOMIC_FASTBINS _int_free code needed on ppc/ppc64 (#508395) - don\'t stop parsing fopen mode string after seing \'c\' letter (#509853)
Tue Jun 23 00:00:00 2009 Jakub Jelinek 2.5-39 - force malloc hook pointers into register to avoid rereading them from memory non-atomically (#502901, BZ#9957) - avoid extraneous comma at the end of enum in dlfcn.h (#504704)
Tue May 19 00:00:00 2009 Jakub Jelinek 2.5-38 - add optional experimental malloc (enable with MALLOC_PER_THREAD=1 in environment, #494758) - nscd backport (#483636)
Tue May 12 00:00:00 2009 Jakub Jelinek 2.5-37 - remove const attribute from sysconf (#490821, BZ#3493) - add RUSAGE_THREAD definition (#484214) - update i?86/x86_64 cache info for sysconf on newer CPUs
Fri May 1 00:00:00 2009 Jakub Jelinek 2.5-36 - nscd GC fixes (#483636, BZ#5382, BZ#5381, BZ#9741, BZ#9750) - change mtrim to trim all arenas, not just main_arena (#403231) - fix a corner case in realloc (#478499) - fix a setlocale race (#455580, BZ#6712) - fix getifaddrs for Infiniband interfaces (#463252, BZ#6589) - use private futexes for process private PI mutexes (#495955, BZ#6955) - optimize pthread_mutex_{,un}lock for the most common mutex types (#467316) - fix getgrouplist with [!NOTFOUND=return] (#470768) - don\'t open /var/run/utmp in setutent_file read-write unnecessarily to avoid audit messages (#475332) - fix dlopen memory leak (#476725, BZ#6763) - fix crashes when fork is running in one thread concurrently with pthread stack cache updates in another thread (#477705) - fix getent to not print comma in between network aliases (#484082) - attempt to preserve nscd process name in paranoia mode restarts (#490010) - fix inet6_opt_init (#488748, BZ#5760) - fix getnameinfo with both nodename and servname NULL and NI_NAMEREQD in flags (#489419, BZ#7080) - fix inet6_rth_add (#494850, BZ#9881) - fix inet6_rth_reverse (#494849, BZ#9880) - fix _dl_runtime_profile on s390x (#470300)
Fri Feb 13 23:00:00 2009 Jakub Jelinek 2.5-35 - increase default buffer size in opendir, if malloc fails, retry malloc with smaller size (#484440)
Tue Jan 6 23:00:00 2009 Jakub Jelinek 2.5-34 - fix gethostbyname/gethostbyaddr NSS lookup (#478716)
Fri Nov 14 23:00:00 2008 Jakub Jelinek 2.5-33 - fix pthread_condattr_setclock (#471298, BZ#7008)
Tue Nov 4 23:00:00 2008 Jakub Jelinek 2.5-32 - another dynamic TLS handling fix (#469263)
Mon Oct 20 00:00:00 2008 Jakub Jelinek 2.5-31 - fix dynamic TLS handling (#467309)
Wed Oct 15 00:00:00 2008 Jakub Jelinek 2.5-30 - fix _mcount and socket syscalls on s390x (#464146)
Sat Sep 20 00:00:00 2008 Jakub Jelinek 2.5-29 - use private futexes except for process shared synchronization (#433353)
Thu Sep 18 00:00:00 2008 Jakub Jelinek 2.5-28 - transliterate {l,L} with stroke into {l,L} (#443827) - fix sprof (#458861)
Tue Sep 16 00:00:00 2008 Jakub Jelinek 2.5-26 - try harder to allocate memory in valloc and pvalloc (#461481)
Fri Aug 29 00:00:00 2008 Jakub Jelinek 2.5-25 - fix yp_order (#435519, BZ#5854) - new x86_64 optimized memset (#437394) - fix ppc64 dynamic linker synchronization (#441702, BZ#5741) - malloc speedup (#451184, #460154, BZ#4349) - document that setenv and putenv aren\'t thread-safe (#316791) - speed up qsort (#435182) - provide unwind info for x86_64 signal return pad (#445259) - use DNS provided TTL for nscd hosts cache (#454299) - robustify nscd.conf reading (#438456, BZ#5818) - power4/power6 math backports (#440103) - fix expf (BZ#3406) - fix ISO 646-IRV iconv error handling (BZ#6461) - fix setvbuf (BZ#6719) - fix unbuffered vfprintf (#455360)
Sat Apr 12 00:00:00 2008 Jakub Jelinek 2.5-24 - change __libc_setlocale_lock into rwlock everywhere, not just in intl/ * and locale/ * (#439486)
Thu Apr 10 00:00:00 2008 Jakub Jelinek 2.5-23 - fix gettext race conditions (#439486, BZ#5058, BZ#5443) - fix x86_64 pthread_mutex_timedlock (#434601) - only service sshd condrestart if /etc/rc.d/init.d/sshd exists (#428859)
Mon Jan 28 23:00:00 2008 Jakub Jelinek 2.5-21 - fix power4 ppc64 ld.so (#253116)
Thu Jan 10 23:00:00 2008 Jakub Jelinek 2.5-20 - allow debugging of threaded statically linked binaries (#239653) - fix sscanf/swscanf if errno is set to EINTR on entry (BZ#4745) - fix forkpty error handling (BZ#4813) - fix popen if some active previous popen\'s stream has fd 0 or 1 (#248281) - fix dlinfo RTLD_DI_SERINFO * with empty entry in DT_R *PATH or LD_LIBRARY_PATH (BZ#4776) - further gettext out of memory handling fixes (#247788) - fix i?86 pthread_rwlock_timed{rd,wr}lock - add SHA-256 and SHA-512 hashing to crypt(3) (#249477, #380751) - power6 updates (#253116) - support optimistic addresses in getaddrinfo (#259681) - si_LK fixes (#282201) - fix sporadic hangs in clntudp_call (#339821) - getaddrinfo sorting changes (not turned on by default, to enable them /etc/gai.conf needs to be present and with scopev4 rules, #352021) - fix nscd paranoia restarting when one of the caches is disabled (#352321) - add sfence to x86_64 memset after movnti instructions (#371561) - fix iso-2022-jp//translit iconv bugs (#397021) - fix calloc with mlocked memory (#405781) - optimized x86_64 memcpy (#196882) - misc fixes (BZ#4858, BZ#4963, BZ#5028, BZ#5071, BZ#5225, BZ#5277, BZ#5375, BZ#5378, BZ#5424, BZ#5435, BZ#5451, BZ#5454, BZ#5541)
Fri Oct 5 00:00:00 2007 Jakub Jelinek 2.5-19 - fix an ABBA deadlock in ld.so (#295891) - workaround for bugs in ia64 /emul/ia32-linux hack (#253961) - nis_list fix (#254115)
Thu Jul 5 00:00:00 2007 Jakub Jelinek 2.5-18 - save/restore errno around reading /etc/default/nss (BZ#4702) - fix LD_HWCAP_MASK handling
Sat Jun 23 00:00:00 2007 Jakub Jelinek 2.5-17 - fix copying of power4 ppc{,64} ld.so during %install - disable workaround for #210748 and #211133, instead backport ld.so locking fixes from the trunk (#235026) - Korean charsets additions (BZ#3954, BZ#3955) - fix handling of 2001::/32 IPv6 addresses in getaddrinfo (BZ#4102) - add inline optimization for fgetc_unlocked - fix handling of 172.{1[7-9],2[0-9],3[01]}/16 IPv4 addresses in getaddrinfo - make sure NULL checks in routines with nonnull attribute aren\'t optimized away - don\'t write uninitialized padding bytes to nscd socket - avoid misaligned reads/writes in gethostbyname_r (#243967, BZ#4381) - fix dl{,v}sym, dl_iterate_phdr and dlopen if some library is mapped into ld.so\'s inter-segment hole on x86_64 (#244545) - fix LD_AUDIT=a:b program (#180432)
Sat Jun 9 00:00:00 2007 Jakub Jelinek 2.5-16 - only build 31-bit shared libraries with -march=z900, *.a and *.o in glibc-devel should still work with g5 and g6 CPUs (#228127) - build ppc and ppc64 base shared libraries with -mcpu=power4, i.e. only support power4 and newer CPUs, *.a and *.o in glibc-devel should still work on any powerpc CPU (#241003) - don\'t crash on pseudo-zero long double values passed to *printf on i?86/x86_64/ia64 (BZ#4586) - fix *printf %La and strtold with some hexadecimal floating point constants on ppc/ppc64 - fix nextafterl on ppc/ppc64
Thu May 31 00:00:00 2007 Jakub Jelinek 2.5-15 - robust mutex fixes (BZ#4512) - *printf fixes (BZ#4514) - as_IN updates (#218035) - use MADV_DONTNEED in malloc (#237711) - fix sem_timedwait on i?86 and x86_64 - fix dladdr if some shared library is mapped into ld.so intersegment VM hole (#232224, BZ#4131) - fdatasync is a cancellation point (BZ#4465) - add a temporary hack to avoid reruning DSO initializers if dlopen is called from _dl_fini destructors (#234946) - build s390 31-bit libs with -march=z900, i.e. only support 64-bit s390x CPUs (#228127)
Thu May 3 00:00:00 2007 Jakub Jelinek 2.5-14 - add transliteration for (BZ#3213) - fix *scanf with %f on hexadecimal floats without exponent (BZ#4342) - fix *printf with very large precisions for %s (#238406, BZ#4438) - fix inet_ntop size checking for AF_INET (BZ#4439) - for *printf %e avoid 1.000e-00, for exponent 0 always use + sign (#238431) - fix application crashes when doing NSS lookups through nscd mmapped databases and nscd decides to start garbage collection during the lookups (#219145, #225315) - fix NIS+ __nisfind_server (#235229) - assorted NIS+ speedups (#233460) - fix power6 libm compat symbols on ppc32 (#232633) - fix child refcntr in NPTL fork (#230198) - fix ifaddrs with many net devices on > 4KB page size arches (#230151) - fix pthread_mutex_timedlock on x86_64 (#228103) - fix HAVE_LIBCAP configure detection (#178934) - fix double free in fts_close (#222089) - fix vfork+execvp memory leak (#221187) - further localedef robustification (#203728) - fix printf with %g and values tiny bit smaller than 1.e-4 (#235864, BZ#4362, BZ#4070) - fix _XOPEN_VERSION (BZ#4364) - nexttoward */nextafter * fixes (BZ#3306) - various fixes (BZ#3919, BZ#4101, BZ#4130, BZ#4181, BZ#4069, BZ#3458, BZ#3348, BZ#4344, BZ#4368, BZ#4305, BZ#4306) - fix nftw with FTW_CHDIR on / (BZ#4076) - nscd fixes (BZ#4074) - fix euidaccess (BZ#3842) - assorted locale data fixes (BZ#3322, BZ#3995, BZ#3884, BZ#3851, BZ#4411) - fix strptime (BZ#3944) - fix regcomp with REG_NEWLINE (BZ#3957) - fix %0lld printing of 0LL on 32-bit architectures (BZ#3902) - soft-fp fixes (BZ#2749) - further strtod fixes (BZ#3855) - update ru and sv translations - fix fesetround return value on ia64 - fix nscd SIGHUP database invalidation
Mon Jan 15 23:00:00 2007 Jakub Jelinek 2.5-12 - add a workaround for #210748 and #211133 - fix NIS getservbyname when proto is NULL
Fri Jan 5 23:00:00 2007 Jakub Jelinek 2.5-10 - fix nss_compat +group handling (#220658)
Fri Dec 22 23:00:00 2006 Jakub Jelinek 2.5-9 - make sure pthread_kill doesn\'t return EINVAL even if the target thread exits in between pthread_kill ESRCH check and the actual tgkill syscall (#220420)
Tue Dec 19 23:00:00 2006 Jakub Jelinek 2.5-8 - fix setcontext on ppc32 (#219107) - fix wide stdio after setvbuf (#217064, BZ#2337) - fix {j,m}rand48{,_r} on 64-bit arches (BZ#3747) - handle power6x AT_PLATFORM (#216970) - fix a race condition in getXXbyYY_r (#219145) - fix tst-pselect testcase
Tue Dec 12 23:00:00 2006 Jakub Jelinek 2.5-7 - fix hasmntopt (#218802) - fix setusershell and getusershell (#218782) - strtod fixes (BZ#3664, BZ#3673, BZ#3674) - fix ttyname and ttyname_r with invalid file descriptor (#218276) - fix nis_getnames if the default domain doesn\'t contain at least two dots (#206483) - fix memusage with realloc (x, 0)
Wed Nov 29 23:00:00 2006 Jakub Jelinek 2.5-6 - fix svc_run (#216834, BZ#3559) - make sure there is consistent timestamp for /etc/ld.so.conf, /etc/localtime and /etc/rpc between multilib glibc rpms - fix :include: /etc/alias handling (#215572) - update powerpc-cpu add-on to version 0.4 (#196319) - add power6x subdir to /lib64/ and /lib64/rtkaio/, link all libs from ../power6/ * into them - update nl, sv, pl and tr translations - add mai_IN locale (#213415) - fix es_ES LC_TIME (BZ#3320)
Tue Nov 14 23:00:00 2006 Jakub Jelinek 2.5-5 - remove bogus /usr/lib64/librt.so.1 symlink (#213555) - fix memusage (#213656) - fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo CPUs - fix ld.so locking on dlopen failures (#213037, BZ#3429) - fix libthread_db.so on TLS_DTV_AT_TP architectures (#215513) - fix --inhibit-rpath (#214569) - fix _r_debug content when prelinked ld.so executes a program as its argument - handle new tzdata format to cope with year > 2037 transitions on 64-bit architectures - fix strxfrm - fix i?86 floor and ceil inlines (BZ#3451)
Fri Oct 20 00:00:00 2006 Jakub Jelinek 2.5-4 - fix i?86 6 argument syscalls (e.g. splice) - fix rtld minimal realloc (BZ#3352) - fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369) - fix xdrmem_setpos (#211452)
Mon Oct 9 00:00:00 2006 Jakub Jelinek 2.5-3 - bump __GLIBC_MINOR__ - increase PTHREAD_STACK_MIN on ppc{,64} to 128K to allow 64K pagesize kernels (#209877) - speed up initgroups on NIS+ (#208203)
Tue Oct 3 00:00:00 2006 Jakub Jelinek 2.5-2 - fix nscd database growing (#207928) - bypass prelinking when LD_DYNAMIC_WEAK=1 is in the environment
Sat Sep 30 00:00:00 2006 Jakub Jelinek 2.5-1 - glibc 2.5 release
Thu Sep 28 00:00:00 2006 Jakub Jelinek 2.4.90-36 - rebuilt with gcc-4.1.1-26 to fix unwind info
Tue Sep 26 00:00:00 2006 Jakub Jelinek 2.4.90-35 - fix glob with large number of matches (BZ#3253) - fix fchownat on kernels that don\'t support that syscall (BZ#3252) - fix lrintl on s390{,64}
Sun Sep 24 00:00:00 2006 Jakub Jelinek 2.4.90-34 - fix ppc{32,64} longjmp (BZ#3225) - fix user visible spelling errors (BZ#3137) - fix l{,l}rint{,f,l} around zero (BZ#2592) - avoid stack trampoline in s390{,x} makecontext
Sat Sep 16 00:00:00 2006 Jakub Jelinek 2.4.90-33 - fix dlclose (#206639) - don\'t load platform optimized libraries if kernel doesn\'t set AT_PLATFORM - fix ppc{32,64} libSegFault.so - use -mtune=generic even for glibc-devel.i386 (#206437) - fix /lib64/librt.so.1 symlink
Sat Sep 16 00:00:00 2006 Jakub Jelinek 2.4.90-32 - on ppc * use just AT_PLATFORM and altivec AT_HWCAP bit for library selection - fix lrintl and lroundl on ppc{,64} - use hidden visibility on fstatat{,64} and mknodat in libc_nonshared.a
Mon Sep 11 00:00:00 2006 Jakub Jelinek 2.4.90-31 - fix pthread_cond_{,timed}wait cancellation (BZ#3123) - fix lrint on ppc32 (BZ#3155) - fix malloc allocating more than half of address space (BZ#2775) - fix mktime on 32-bit arches a few years after 2038 (BZ#2821)
Fri Sep 8 00:00:00 2006 Jakub Jelinek 2.4.90-30 - add librtkaio, to use it add /%{lib}/rtkaio to your LD_LIBRARY_PATH or /etc/ld.so.conf - fix or_IN February name (#204730) - fix pthread_create called from cancellation handlers (BZ#3124) - fix regex case insensitive searches with characters where upper and lower case multibyte representations have different length (e.g. I and dotless i, #202991)
Wed Sep 6 00:00:00 2006 Jakub Jelinek 2.4.90-29 - randomize resolver query ids before use instead after use (#205113) - fix resolver symver checking with DT_GNU_HASH (#204909) - put .hash section in glibc libraries at the end of RO segment when .gnu.hash is present
Fri Sep 1 00:00:00 2006 Jakub Jelinek 2.4.90-28 - another malloc doubly linked list corruption problem fix (#204653)
Fri Sep 1 00:00:00 2006 Jakub Jelinek 2.4.90-27 - allow $LIB and $PLATFORM in dlopen parameters even in suid/sgid (#204399) - handle $LIB/$PLATFORM in LD_LIBRARY_PATH - fix splice prototype (#204530)
Tue Aug 29 00:00:00 2006 Jakub Jelinek 2.4.90-26 - real fix for the doubly linked list corruption problem - try harder in realloc to allocate memory (BZ#2684) - fix getnameinfo error reporting (#204122) - make localedef more robust on invalid input (#203728)
Sat Aug 26 00:00:00 2006 Jakub Jelinek 2.4.90-25 - temporarily back out code to limit number of unsorted block sort iterations (#203735, #204027) - handle PLT symbols in dladdr properly (BZ#2683) - avoid malloc infinite looping for allocations larger than the system can allocate (#203915)
Wed Aug 23 00:00:00 2006 Jakub Jelinek 2.4.90-23 - malloc fixes, especially for 32-bit arches (#202309) - further *_IN locale fixes (#200230) - fix get{serv,rpc}ent{,_r} if NIS map is empty (#203237) - fix /usr/bin/iconv (#203400)
Sat Aug 19 00:00:00 2006 Jakub Jelinek 2.4.90-22 - rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc/ppc64 (#203001)
Wed Aug 16 00:00:00 2006 Jakub Jelinek 2.4.90-21 - if some test gets stuck, kill the tee process after make check finishes - build with -mtune=generic on i686 and x86_64
Wed Aug 16 00:00:00 2006 Jakub Jelinek 2.4.90-20 - PTHREAD_PRIO_PROTECT support - fix errno if nice() fails (#201826)
Fri Aug 11 00:00:00 2006 Jakub Jelinek 2.4.90-19 - adaptive malloc brk/mmap threshold - fix fchownat to use kernel syscall (if available) on many arches (#201870) - only define O_DIRECT with -D_GNU_SOURCE on ia64 to match all other arches (#201748)
Tue Aug 8 00:00:00 2006 Jakub Jelinek 2.4.90-18 - NIS+ fixes - fix memusage and xtrace scripts (#200736) - redirect /sbin/service sshd condrestart std{out,err} to /dev/null when executed from glibc_post_upgrade
Thu Aug 3 00:00:00 2006 Jakub Jelinek 2.4.90-17 - typo fix for the dladdr patch - build i?86 glibc with -mno-tls-direct-seg-refs (#200469)
Thu Aug 3 00:00:00 2006 Jakub Jelinek 2.4.90-16 - fix dladdr on binaries/libraries with only DT_GNU_HASH and no DT_HASH (#200635) - fix early timeout of initgroups data in nscd (#173019) - add am/pm display to es_PE and es_NI locales (#167101) - fix nss_compat failures when nis/nis+ unavailable (#192072)
Tue Aug 1 00:00:00 2006 Roland McGrath 2.4.90-15 - fix missing destructor calls in dlclose (#197932) - enable transliteration support in all locales (#196713) - disallow RTLD_GLOBAL flag for dlmopen in secondary namespaces (#197462) - PI mutex support
Tue Jul 11 00:00:00 2006 Jakub Jelinek 2.4.90-13 - DT_GNU_HASH support
Sat Jul 1 00:00:00 2006 Jakub Jelinek 2.4.90-12 - buildrequire gettext - enable fstatat64/newfstatat syscalls even on ppc */s390 */ia64 (#196494) - fix out of memory behavior in gettext (#194321) - fix regex on multi-byte non-UTF-8 charsets (#193873) - minor NIS+ fixes (#190803) - don\'t use cancellable calls in posix_spawn * and only set{u,g}id current thread if requested (#193631)
Thu Jun 1 00:00:00 2006 Jakub Jelinek 2.4.90-11 - don\'t exit from nscd -i before the database is actually invalidated, add locking to prune_cache (#191464) - build glibc-devel.i386 static libraries with -mno-tls-direct-seg-refs -DNO_TLS_DIRECT_SEG_REFS - RFC3542 support (advanced API for IPv6; #191001, BZ##2693)
Thu May 25 00:00:00 2006 Jakub Jelinek 2.4.90-10 - on i686 make glibc owner of /lib/i686 directory (#192597) - search parent NIS+ domains (#190803)
Mon May 22 00:00:00 2006 Jakub Jelinek 2.4.90-9 - update from CVS - big NIS+ changes
Sat May 20 00:00:00 2006 Jakub Jelinek 2.4.90-8 - update from CVS - fix nss_compat when SETENT_BATCH_READ=TRUE is in /etc/default/nss - fix RFC3484 precedence table for site-local and ULA addresses (#188364) - fix a sunrpc memory leak
Fri May 12 00:00:00 2006 Jakub Jelinek 2.4.90-7 - update from CVS - fix tcgetattr (#177965) - fix (#191264)
Sat May 6 00:00:00 2006 Jakub Jelinek 2.4.90-6 - update from CVS - rebuilt using fixed rpm
Sat May 6 00:00:00 2006 Jakub Jelinek 2.4.90-5 - 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)
Tue May 2 00:00:00 2006 Jakub Jelinek 2.4.90-4 - update from CVS - 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)
Fri Apr 28 00:00:00 2006 Jakub Jelinek 2.4.90-3 - update from CVS - 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)
Thu Apr 27 00:00:00 2006 Jakub Jelinek 2.4.90-2 - update from CVS - fix getaddrinfo (#190002) - add auto-propagate nscd.conf options (#177154) - fix nscd auditing (#169148)
Wed Apr 26 00:00:00 2006 Jakub Jelinek 2.4.90-1 - update from CVS
Tue Apr 25 00:00:00 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)
Wed Mar 29 00:00:00 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 7 23:00:00 2006 Roland McGrath 2.4-4 - back up %{ix86} gdb conflicts to < 6.3.0.0-1.111
Tue Mar 7 23:00:00 2006 Jakub Jelinek 2.4-3 - really fix rintl on ppc64
Tue Mar 7 23:00:00 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 6 23:00:00 2006 Jakub Jelinek 2.4-1 - update from CVS - glibc 2.4 release
Mon Mar 6 23:00:00 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 2 23:00:00 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 1 23:00:00 2006 Jakub Jelinek 2.3.90-39 - update from CVS
Fri Feb 17 23:00:00 2006 Jakub Jelinek 2.3.90-38 - update from CVS - robust mutexes rewrite
Mon Feb 13 23:00:00 2006 Jakub Jelinek 2.3.90-37 - update from CVS - *at fixes - unshare syscall wrapper
Sat Feb 4 23:00:00 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 3 23:00:00 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 2 23:00:00 2006 Jakub Jelinek 2.3.90-34 - fix with C++ and -mlong-double-64 (#179742) - add nexttowardl redirect for -mlong-double-64
Thu Feb 2 23:00:00 2006 Jakub Jelinek 2.3.90-33 - update from CVS - long double support fixes
Wed Feb 1 23:00:00 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 23:00:00 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 9 23:00:00 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 6 23:00:00 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 6 23:00:00 2006 Jakub Jelinek 2.3.90-28 - update from CVS - make aio_suspend interruptible by signals (#171968)
Fri Jan 6 23:00:00 2006 Jakub Jelinek 2.3.90-27 - only rely on d_type in 32-bit getdents on s390 for 2.6.11+
Wed Jan 4 23:00:00 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 2 23:00:00 2006 Jakub Jelinek 2.3.90-25 - update from CVS - s390{,x} and sparc{,64} pointer mangling fixes - install a sanitized LinuxThreads
Mon Jan 2 23:00:00 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 23:00:00 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 23:00:00 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 23:00:00 2005 Jakub Jelinek 2.3.90-21 - update from CVS - fix pointer (de)mangling in gconv_cache.c
Tue Dec 20 23:00:00 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 23:00:00 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 23:00:00 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 - support 2nd arg to futimesat being NULL (#173581)
Wed Nov 16 23:00:00 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 23:00:00 2005 Jakub Jelinek 2.3.90-16 - update from CVS - make sure waitid syscall is used on ppc */s390 *
Fri Oct 21 00:00:00 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
Tue Oct 11 00:00:00 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)
Tue Oct 4 00:00:00 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)
Tue Sep 13 00:00:00 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)
Tue Aug 30 00:00:00 2005 Jakub Jelinek 2.3.90-11 - FUTEX_WAKE_OP support to speed up pthread_cond_signal
Thu Aug 25 00:00:00 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
Tue Aug 23 00:00:00 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)
Tue Aug 9 00:00:00 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
Sat Jul 30 00:00:00 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
Tue Jul 26 00:00:00 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)
Sat Jul 23 00:00:00 2005 Jakub Jelinek 2.3.90-5 - update from CVS - fix stubs.h generation - don\'t use _G_va_list in bits/wchar2.h
Sat Jul 23 00:00:00 2005 Jakub Jelinek 2.3.90-4 - update from CVS - make sure bits/wchar2.h header is installed - fix __getgroups_chk return type
Fri Jul 22 00:00:00 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
Sat Jul 9 00:00:00 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)
Tue Jun 28 00:00:00 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
Tue Jun 21 00:00:00 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
Tue May 31 00:00:00 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)
Wed May 25 00:00:00 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
Tue May 24 00:00:00 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)
Sat May 21 00:00:00 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)
Thu May 5 00:00:00 2005 Jakub Jelinek 2.3.5-6 - update from CVS - fix cancellation on i?86 - add call frame information to i?86 assembly
Wed May 4 00:00:00 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)
Fri Apr 29 00:00:00 2005 Jakub Jelinek 2.3.5-4 - update from CVS - fix nscd cache pruning (#150748)
Thu Apr 28 00:00:00 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
Thu Apr 28 00:00:00 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
Thu Apr 28 00:00:00 2005 Roland McGrath - glibc-xen subpackage for i686
Sat Apr 16 00:00:00 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
Tue Apr 5 00:00:00 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)
Tue Apr 5 00:00:00 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
Sun Apr 3 00:00:00 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 23:00:00 2005 Jakub Jelinek 2.3.4-18 - fix build on 64-bit arches with new GCC
Thu Mar 24 23:00:00 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 23:00:00 2005 Jakub Jelinek 2.3.4-16 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
Sat Mar 19 23:00:00 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 6 23:00:00 2005 Roland McGrath 2.3.4-14 - fix bits/socket2.h macro typos
Sat Mar 5 23:00:00 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 3 23:00:00 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 23:00:00 2005 Jakub Jelinek 2.3.4-10 - hopefully fix interaction with prelink (#147655)
Fri Feb 11 23:00:00 2005 Jakub Jelinek 2.3.4-9 - update from CVS - bi-arch (BZ#715)
Fri Feb 11 23:00:00 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 8 23:00:00 2005 Jakub Jelinek 2.3.4-7 - update from CVS - fix TLS handling in linuxthreads
Tue Feb 8 23:00:00 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 6 23:00:00 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 6 23:00:00 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 23:00:00 2004 Jakub Jelinek 2.3.4-3 - rebuilt
Mon Dec 20 23:00:00 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 23:00:00 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 23:00:00 2004 Jakub Jelinek 2.3.3-99 - rebuilt
Sat Dec 18 23:00:00 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 23:00:00 2004 Jakub Jelinek 2.3.3-97 - update from CVS - fix ppc64 getcontext and swapcontext (BZ#610) - sparc/sparc64 fixes
Wed Dec 15 23:00:00 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 23:00:00 2004 Jakub Jelinek 2.3.3-95 - export nis_domain_of_r from libnsl.so again which was unintentionally lost
Wed Dec 15 23:00:00 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 23:00:00 2004 Jakub Jelinek 2.3.3-92 - update from CVS - fix /usr/libexec/getconf filenames generation
Tue Dec 14 23:00:00 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 23:00:00 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 8 23:00:00 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 7 23:00:00 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 3 23:00:00 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 23:00:00 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 23:00:00 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 23:00:00 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 23:00:00 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 23:00:00 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 23:00:00 2004 Jakub Jelinek 2.3.3-81 - don\'t use chunksize in <= 2 * SIZE_SZ free () checks
Fri Nov 19 23:00:00 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 23:00:00 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 23:00:00 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 23:00:00 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 23:00:00 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 2 23:00:00 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
Thu Oct 28 00:00:00 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
Fri Oct 22 00:00:00 2004 Jakub Jelinek 2.3.3-73 - remove setaltroot and key{_add,_request,ctl} also from Versions - back out _sys_errlist changes
Fri Oct 22 00:00:00 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
Thu Oct 21 00:00:00 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
Wed Oct 20 00:00:00 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 00:00:00 2004 Jakub Jelinek 2.3.3-69 - update from CVS - object size checking support (-D_FORTIFY_SOURCE={1,2})
Fri Oct 15 00:00:00 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 00:00:00 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 7 00:00:00 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 6 00:00:00 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 5 00:00:00 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 2 00:00:00 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 2 00:00:00 2004 Jakub Jelinek 2.3.3-62 - update from CVS - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
Fri Oct 1 00:00:00 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 00:00:00 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 00:00:00 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 00:00:00 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 00:00:00 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 00:00:00 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 00:00:00 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 00:00:00 2004 Jakub Jelinek 2.3.3-54 - update from CVS - nscd getaddrinfo caching
Wed Sep 15 00:00:00 2004 Jakub Jelinek 2.3.3-53 | |