SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for glibc-debuginfo-common-2.3.2-95.39.i386.rpm :

* Tue Nov 22 2005 Jakub Jelinek 2.3.2-95.39- make nscd receiving socket non-blocking to avoid threads hanging in accept (#156284, IT#70805)- allow nscd log to grow beyond 2GB on 32-bit arches (#168851, IT#77309)- remove use of _RE_ARGS in (#170302, IT#78801)- fix pthread_once on x86_64 misaligning stack (#172386, IT#81521)- fix bindresvport to really try more ports if range 600 .. 1023 is full (#170714, IT#81365)
* Fri Sep 30 2005 Jakub Jelinek 2.3.2-95.38- make innetgr thread safe (#167728, IT#77263)- fix memory leak in innetgr (#169051)
* Sat Sep 17 2005 Jakub Jelinek 2.3.2-95.37- apply glibc-ppc-assume.patch for RHEL3 unconditionally (#168503, IT#79917)
* Sat Aug 20 2005 Jakub Jelinek 2.3.2-95.36- change sys/quota.h to default to -D_LINUX_QUOTA_VERSION=1. If you want to use sys/quota.h for the quota ABI that is actually used in RHEL3, you need to pass -D_LINUX_QUOTA_VERSION=2 manually
* Thu Jul 07 2005 Jakub Jelinek 2.3.2-95.35- fix xdr_rmtcall_args on 64-bit architectures (#151686, IT#68590)- make dcgettext etc. thread safe (#151695, IT#61274, BZ#322)- fix pthread_{,attr_}{g,s}etschedparam (#151703, IT#65564)- fix posix_fallocate{,64} (#156289, IT#71246)- don\'t do anything in malloc\'s unlink macro if the double linked list is corrupted (#159714)- fix fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583, IT#75029)- try more ports in bindresvport if all 600..1023 are used, don\'t use priviledged ports when talking to portmap (#141773, #160091)- support classes keyword in /etc/hesiod.conf (#150350)- change sys/quota.h to match current kernel\'s quotactl interface, include support for the obsoleted interface (no longer supported in current kernels) with -D_LINUX_QUOTA_VERSION=1 (#133095)- fix xdrstdio_putlong on 64-bit architectures
* Thu Jul 07 2005 Jakub Jelinek 2.3.2-95.34- disable gethostid/sethostid fix, some software relied on gethostid bugs on 64-bit architectures (#160203, IT#74160)
* Wed Feb 23 2005 Jakub Jelinek 2.3.2-95.33- fix MALLOC_CHECK_={1,2,3} (Wolfram Gloger, #149205, BZ#457)- fix handling of hosts with ~ 1K or bigger info per answer when using nscd (#140378)- handle partial writes in nscd and partial reads in nscd client code (#147478)
* Tue Feb 15 2005 Jakub Jelinek 2.3.2-95.32- allow all IPv4 address formats inet_addr allows in getaddrinfo (#135125, BZ#296)- don\'t reinitialize __environ in __libc_start_main, so that effects of setenv/putenv done in DSO initializers are preserved (#144037, IT#57403)- fix pthread_key_{create,destroy} in LinuxThreads when pthread_create has not been called yet (#146710)- fix ppc64 swapcontext and setcontext (#146736, BZ#700)- avoid calling sigaction (SIGPIPE, ...) inside syslog (#147871)- fix zdump -v segfaults on x86-64 (#146210)
* Thu Dec 23 2004 Jakub Jelinek 2.3.2-95.31- fix tgamma (+-0) (#139984)- fix ftell on a stream after ungetc (#137885)- fix handling of /etc/hosts with ~ 1K or longer lines (#140378)- avoid thread stack aliasing issues on EM64T (#140804)- avoid busy looping in malloc if another thread is in the middle of fork () call (#142214)- double nss buffer size in getXXbyYY or getXXent on each ERANGE error instead of incrementing each time by fixed size (#142617)- fix efcvt and efcvt_r on denormals (#143279)- fix stack alignment in IA-32 clone, so that not just NPTL thread bodies, but also LinuxThreads thread bodies or functions passed directly to clone are 16 byte aligned- if __libc_enable_secure, disallow mode != normal- change ldd script to handle suid binaries- 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 (CAN-2004-1453, #146402)- fix possible double free in globfree- fix regcomp crash (#138439)- make sure fnmatch doesn\'t depend on value read from unitialized memory- fix fseekpos after ungetc- fix TZ env var handling if the variable ends with + or -- avoid depending on values read from unitialized memory in strtold on certain architectures- fix mapping alignment computation in dl-load- fix i486+ strncat inline assembly- make gethostid/sethostid work on bi-arch platforms- fix ppc64 getcontext/swapcontext (BZ#610)- fix pthread_exit if called after pthread_create, but before the created thread actually started (BZ#530)
* Sat Oct 23 2004 Jakub Jelinek 2.3.2-95.30- ignore also ENODEV and ETIMEDOUT error values when searching paths in execvp/execlp (#136726)- use non-blocking sockets when querying DNS (#135234)
* Fri Oct 22 2004 Jakub Jelinek 2.3.2-95.29- fix temp file vulnerability in catchsegv (CAN-2004-0968, #136318)- make catchsegv working even on bi-arch platforms for both 32-bit and 64-bit binaries- use backtrace () in libSegFault.so, so that catchsegv works even on ia64 and x86-64, add register dumping on ia64 (#130254)- use statfs64/fstatfs64 syscalls on 32-bit arches if available, fix statvfs64/fstatvfs64 (#116428)- change SEM_VALUE_MAX into plain constant- fix reinitialization of _res when using NPTL thread stack cache (BZ #434)- update bug-reporting instructions, remove glibcbug script (CAN-2004-1382)- fix infinite loop in iconv(1) with some options (BZ #194)- fix inet_aton return value (BZ #276)- fix lateglobal test- add BUSY_WAIT_NOP definition for linuxthreads on x86_64 and ia64 to tell CPU about busy waiting- mask restart signal in linuxthreads during cancel handling (#132654)- don\'t ever block or mask debug signal in linuxthreads- fix locale(1) output when neither LC_ALL nor LANG env var is set- avoid using unitialized memory in localedef- fix mntent_r escape processing- fix mtrace script to only call location when really needed- fix libthread_db on ppc64- add cfi instructions to linuxthreads/x86_64 vfork- fix some -D_POSIX_C_SOURCE=200112L header namespace issues
* Thu Oct 07 2004 Jakub Jelinek 2.3.2-95.28- fix V4MAPPED lookups in /etc/hosts (#123583)- always try both TCP and UDP reporting for syslog (#132816, BZ #108)- fix ypclnt.c locking (#132204)- clear high order 32-bits in powerpc64 32-bit atomic ops- avoid fragmentation of address space by malloc on flexmap layouts (#118574)- fix x86_64 for -m32 -I/usr/include/nptl compilation- make NPTL usable in -pedantic -std=c89 mode, as well as in C++ programs (BZ #375)- make rwlocks available with -D_POSIX_C_SOURCE=200112L (BZ #320)- remove __THROW from pthread_once, as the callback might throw- return EAGAIN instead of ENOMEM if pthread_create fails due to lack of memory- fix NPTL stack freeing in case of pthread_create failure with detached thread (BZ #405)- fix i?86 and x86_64 pthread_mutex_timedlock- save gp around linuxthreads ia64 CENABLE/CDISABLE calls- fix s390{,x} unwinding when frames are smaller than 96 (resp. 160) bytes- fix _POSIX_CHILD_MAX and _POSIX_OPEN_MAX values XPG6, add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX, _POSIX_SYMLOOP_MAX and _POSIX_RE_DUP_MAX defines- fix fnmatch backslash handling (BZ #361)- fix out of memory behaviour of syslog (BZ #365)- randomize resolver requests IDs all the time- fix daemon behaviour if /dev/null is not the correct device or it failed to open it- fix
*sprintf buffer reallocation condition (BZ #346)- handle _nl_intern_locale_data (BZ #356)- fix fdim{,f,l} (+inf, +inf) (BZ #376)- fix glob on dangling symlinks- stop using __builtin_expect in assert.h (#127606)- fix cy_GB d_t_fmt (#103415)
* Tue Aug 31 2004 Jakub Jelinek 2.3.2-95.27- ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
* Fri Aug 20 2004 Jakub Jelinek 2.3.2-95.26- fix hack for buggy x86-64 kernels (#130059)
* Wed Aug 18 2004 Jakub Jelinek 2.3.2-95.25- add a hack for buggy x86-64 kernels (#130059)- make SHMLBA from usable even in C++ (#132313)- fix with -std=c{8,9}9 -D_XOPEN_SOURCE=600, but without -D_POSIX_C_SOURCE=200112L (BZ #284)- fix IPv6 AI_V4MAPPED filtering- fix i386 and x86-64 pow{,f,l} (BZ #258)- fix IBM932 and IBM943 iconv modules (#128674)- fix ifreq memory handling- fix loadavg if read returns 0 (BZ #263)- fix mbsrtowcs if src is not zero terminated- fix memusage with lots of allocations (BZ #285)- fix newlocale locking- fix NPTL pthread_rwlock_{timed}rdlock on architectures other than ia32 and x86-64 (#129455)- fix nscd_getgr_r- fix nscd -i hosts to cause reinitialization of resolver in all threads, not just one (#125712)- fix ppc64 setjmp (#128360, BZ #269)- fix res_init () memory leaks- initialize all needed fields before call to __printf_fp in strfmon{,_l} and printf_size- fix strtod (BZ #274)- fix fread_unlocked and fwrite_unlocked (BZ #309, #316)
* Fri Jul 09 2004 Jakub Jelinek 2.3.2-95.24- don\'t hold rtld lock while running _dl_fini destructors (#126111)
* Thu Jul 08 2004 Jakub Jelinek 2.3.2-95.23- fix linuxthreads clock_[gs]ettime (#127328)- fix a bug in DSO holes handling introduced by execstack changes- only canonicalize first name in getaddrinfo with AI_CANONNAME
* Mon Jul 05 2004 Jakub Jelinek 2.3.2-95.22- enable execstack (and backport all execstack related changes) on IA-32 and x86-64- fix an uninitialized field in __parse_one_specmb- reread resolv.conf in nscd when running nscd --invalidate hosts (#125712)- fix F_{GETLK,SETLK,SETLKW} definitions on x86_64 for -m32 -D_FILE_OFFSET_BITS=64- avoid referencing freed memory in sunrpc pmaplist destruction (BZ #218)- fix sqrt special case handling on s390/s390x- duplicate i386 bits/mathinline.h in x86_64 bits/mathinline.h guarded with __WORDSIZE == 32, add md5sum check to force upgrade of this patch if i386 bits/mathinline.h changes (#125173)- fix pthread_rwlock_timed
*lock and pthread_cond_timedwait handling of invalid tv_nsec- remove /usr/include/nptl/bits/stdio-lock.h from nptl-devel (BZ #245)
* Thu Jun 17 2004 Jakub Jelinek 2.3.2-95.21- speed up sprintf if buffer starts in the first half of address space (#123148)- fix ia64 iopl (#118591)- fix clock_settime error reporting- fix x86-64 LD_DEBUG=statistics- fix hwcap handling when using ld.so.cache (#118518)- fix iconv -c (#117021)- fix PPC64 umount- fix ffsl on some architectures, speedup ffsll on ppc64- various memory handling fixes- fix
*scanf- fix strpbrk macro in - fix strpbrk macro for GCC 3.4+ (BZ #130)- fix (BZ #140)- 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 sem_timedwait return value in linuxthreads (BZ #133)- fix - fix x86_64 makecontext- fix regex translate handling- fix RELA undefined TLS symbol relocation- fix -z nodelete DSO handling- fix nss_nis reentrancy problems- fix setenv handling of invalid arguments- fix ia64/x86_64 backtrace in statically linked programs- fix xtrace error reporting- fix timer_
* SIGEV_NONE handling- FUTEX_CMP_REQUEUE support
* Sat Apr 03 2004 Jakub Jelinek 2.3.2-95.20- add SERVICES_AUTHORITATIVE setting to /etc/default/nss
* Fri Apr 02 2004 Jakub Jelinek 2.3.2-95.19- for getservbyname{,_r}, do yp_match on name instead of name/tcp, followed by name/udp before fallback if protocol is NULL- fix return value of fwrite when writing >= 2GB of data at once on 64-bit arches
* Thu Apr 01 2004 Jakub Jelinek 2.3.2-95.18- fix a bug in getservbyport{,_r}- if protocol is NULL for getservby
*, first search for \"tcp\", then \"udp\" protocol by yp_match and then fallback to sequential scanning- speed up getservby{name,port}{,_r} (arg, NULL) when using NIS (#103576)- add NETID_AUTHORITATIVE support (#118338)
* Sat Mar 13 2004 Jakub Jelinek 2.3.2-95.17- fix last PPC{,64} nptl_db/linuxthreads_db patch
* Sat Mar 13 2004 Jakub Jelinek 2.3.2-95.16- adjust PPC{,64} DW_OP_GNU_push_tls_address values- rebuilt with GCC 3.2.3-31 to fix DW_OP_GNU_push_tls_address values in glibc-debuginfo- fix a gconv memory leak- take gconv lock during fclose
* Wed Mar 03 2004 Jakub Jelinek 2.3.2-95.15- fix posix_fadvise on 64-bit architectures- handle full 32-bit nlink_t in ppc32 {,l,f}stat
* Mon Mar 01 2004 Jakub Jelinek 2.3.2-95.14- fix last nscd patch
* Sat Feb 28 2004 Jakub Jelinek 2.3.2-95.13- nscd fixes- revert NGROUPS_MAX patch- new NPTL condvar tests
* Thu Feb 26 2004 Jakub Jelinek 2.3.2-95.12- add locking for dladdr, dlsym and dlvsym- fix 2 bugs in getaddrinfo (#116526)- fix also inline lrint and lrintf versions on ppc64- fix linuxthreads spinlocks on ppc64- fix mbtowc with very large len argument (#116606)- get NGROUPS_MAX value from the kernel if kernel provides it- change NPTL barrier implementation, so that it is not possible to destroy it while still being used- fix NPTL rwlocks on x86-64- speedup lowlevellock on ia32 and x86-64- don\'t use vfork in popen- small nscd fixes- regex updates- posix_fadvise64 fix on ia32- NIS performance patches- disable NEED_DL_SYSINFO and all vDSO support altogether
* Fri Feb 13 2004 Jakub Jelinek 2.3.2-95.11- pthread_cond_timedwait bugfix- fix lrint and lrintf on ppc64
* Thu Feb 12 2004 Jakub Jelinek 2.3.2-95.10- assorted AMD64 bugfixes- %I format directive fixes- IPv6 resolver now uses two-nibble format by default again- ISO_6937-2 conversion fixes- PRI
*FAST
* macro fix in - readahead prototypes in - IA-64 fixes- updated be, nl, ja and pl translations- {,l}lr{ound,int}
* fixes-
*ent{,_r} locking fixes- don\'t acquire stdio lock on exit- cap TZ env var hours to 24, not 23- avoid using too much stack in setenv- another round of regex updates- use int $0x80 instead of call %gs:SYSINFO_OFFSET to enter kernel on i686- temporarily disable FUTEX_REQUEUE to see if that fixes #115349
* Thu Jan 08 2004 Jakub Jelinek 2.3.2-95.9- 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 backtrace in threads on AMD64
* Wed Dec 31 2003 Jakub Jelinek 2.3.2-95.8- fix pmap_set fd and memory leak (#112726)- fix backreference handling in regex
* Mon Dec 29 2003 Jakub Jelinek 2.3.2-95.7- fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, ) really disable cancellation (#112512)- lots of regex fixes and speedups (#109606, #110401)- 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- fix atan2- fix pshared condvars in NPTL- fix pthread_attr_destroy for attributes created with pthread_attr_initAATTGLIBC_2.0- add BuildPrereq texinfo (#110252)- fix pthread_exit in libpthread.a (#109790)- fix ceill/floorl on AMD64- work around IA64 gas bug with unwind info and .align- fix NPTL configure- allow dlopen after fork () in threaded programs- compute IA-64 default thread stack size correctly- fix thread stacks with ulimit -s not a multiple of a page size
* Thu Nov 06 2003 Jakub Jelinek 2.3.2-95.6- fix getifaddrs (CAN-2003-0859)
* Thu Nov 06 2003 Jakub Jelinek 2.3.2-95.5- fix ftw fd leak- fix linuxthreads sigaction (#108634)- fix glibc 2.0 stdio compatibility- fix uselocale (LC_GLOBAL_LOCALE)- fix sprof (#103727)- prevent dlopening of executables- fix glob with GLOB_BRACE and without GLOB_NOESCAPE- fix getnameinfo and getaddrinfo with reverse IPv6 lookups (#101261)- fix statvfs- 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)
* Sat Oct 25 2003 Jakub Jelinek 2.3.2-95.4- implement backtrace () on IA-64, handle -fomit-frame-pointer in AMD64 backtrace () (#90402)- fix hwcap computation- fix locale printing of word values on 64-bit big-endian arches (#107846)- fix pthread_once on IA-32
* Fri Oct 03 2003 Jakub Jelinek 2.3.2-95.3- fix close, pause and fsync (#105348)
* Tue Sep 30 2003 Jakub Jelinek 2.3.2-95.2- fix with C++ or -ansi or -pedantic C
* Tue Sep 30 2003 Jakub Jelinek 2.3.2-95.1- fix mknod/ustat return value when given bogus device number (#105768)
* Sat Sep 27 2003 Jakub Jelinek 2.3.2-95- fix IA-64 getcontext
* Fri Sep 26 2003 Jakub Jelinek 2.3.2-94- update from CVS- fix syslog with non-C non-en_
* locales (#61296, #104979)- filter GLIBC_PRIVATE symbols from glibc provides- fix NIS+
* Fri Sep 26 2003 Jakub Jelinek 2.3.2-93- update from CVS- assume 2.4.21 kernel features on RHEL/ppc
*, so that {make,set,get,swap}context works- backout execstack support for RHEL- build rtkaio on amd64 too
* Thu Sep 25 2003 Jakub Jelinek 2.3.2-92- update from CVS - execstack/noexecstack support - build nscd as PIE- move __libc_stack_end back to AATTGLIBC_2.1- build against elfutils >= 0.86 to fix stripping on s390x
* Tue Sep 23 2003 Jakub Jelinek 2.3.2-91- rebuilt
* Tue Sep 23 2003 Jakub Jelinek 2.3.2-90- update from CVS - NPTL locking change (#102682)- don\'t jump around lock on amd64
* Fri Sep 19 2003 Jakub Jelinek 2.3.2-89- fix open_memstream/syslog (#104661)
* Fri Sep 19 2003 Jakub Jelinek 2.3.2-88- update from CVS - retrieve affinity in pthread_getattr_np - fix pthread_attr_[gs]etaffinity_np - handle hex and octal in wordexp
* Thu Sep 18 2003 Jakub Jelinek 2.3.2-87- update from CVS - truncate instead of round in utimes when utimes syscall is not available - don\'t align stack in every glibc function unnecessarily on IA-32 - make sure threads have their stack 16 byte aligned on IA-32 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231) - fix pthread_getattr_np for the initial thread (#102683) - avoid linuxthreads signal race (#104368)- ensure all gzip invocations are done with -n option
* Sat Sep 13 2003 Jakub Jelinek 2.3.2-86- update from CVS- avoid linking in libgcc_eh.a unnecessarily- change ssize_t back to long int on s390 -m31, unless gcc 2.95.x is used
* Thu Sep 11 2003 Jakub Jelinek 2.3.2-85- update from CVS - fix IA-64 memccpy (#104114)
* Wed Sep 10 2003 Jakub Jelinek 2.3.2-84- update from CVS - undo broken amd64 signal context changes
* Wed Sep 10 2003 Jakub Jelinek 2.3.2-83- update from CVS- change
*nlink_t,
*ssize_t and
*intptr_t types on s390 -m31 to {unsigned,} int- change
*u_quad_t,
*quad_t,
*qaddr_t,
*dev_t,
*ino64_t,
*loff_t,
*off64_t,
*rlim64_t,
*blkcnt64_t,
*fsblkcnt64_t,
*fsfilcnt64_t on 64-bit arches from {unsigned,} long long int {,
*} to {unsigned,} long int {,
*} to restore binary compatibility for C++ functions using these types as arguments
* Mon Sep 08 2003 Jakub Jelinek 2.3.2-82- rebuilt
* Sun Sep 07 2003 Jakub Jelinek 2.3.2-81- update from CVS - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732) - libio fixes
* Fri Sep 05 2003 Jakub Jelinek 2.3.2-80- update from CVS - fix IA-64 cancellation when mixing __attribute__((cleanup ())) and old-style pthread_cleanup_push cleanups
* Wed Sep 03 2003 Jakub Jelinek 2.3.2-79- updated from CVS - lots of cancellation fixes - fix posix_fadvise
* on ppc32 - TLS layout fix - optimize stdio cleanups (#103354) - sparcv9 NPTL - include sigset, sighold, sigrelse, sigpause and sigignore prototypes in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269) - fix svc_getreqset on 64-bit big-endian arches - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for PTHREAD_PROCESS_SHARED - add pthread_cond_timedwait stubs to libc.so (#102709)- split glibc-devel into glibc-devel and glibc-headers to ensure amd64 /usr/include always wins on amd64/i386 bi-arch installs- increase PTHREAD_STACK_MIN on alpha, ia64 and sparc
*- get rid of __syscall_
* prototypes and stubs in sysdeps/unix/sysv/linux- run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS) ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries and tests
* Tue Aug 26 2003 Jakub Jelinek 2.3.2-78- include dl-osinfo.h only in glibc-debuginfo-2
*.rpm, not in glibc-debuginfo-common
*
* Tue Aug 26 2003 Jakub Jelinek 2.3.2-77- update from CVS - fix glibc 2.0 libio compatibility (#101385) - fix ldconfig with /usr/lib/lib
*.so symlinks (#102853) - fix assert.h (#102916, #103017) - make ld.so.cache identical between IA-32 and AMD64 (#102887) - fix static linking of large IA-64 binaries (#102586)- avoid using floating point regs in lazy binding code on ppc64 (#102763)
* Sat Aug 23 2003 Roland McGrath 2.3.2-76- add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
* Mon Aug 18 2003 Roland McGrath 2.3.2-74- nptl_db rewrite not yet in CVS
* Fri Aug 15 2003 Jakub Jelinek 2.3.2-72- update from CVS - fix rtkaio aio_fsync{,64} - update rtkaio for !BROKEN_THREAD_SIGNALS - fix assert macro when used on pointers
* Thu Aug 14 2003 Jakub Jelinek 2.3.2-71- update from CVS
* Wed Aug 13 2003 Jakub Jelinek 2.3.2-70- update from CVS- disable CLONE_STOPPED for now until it is resolved- strip crt files- fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)- fix glibc-debuginfo to include all nptl and nptl_db sources
* Fri Aug 08 2003 Jakub Jelinek 2.3.2-69- update from CVS - fix pthread_createAATTGLIBC_2.0 (#101767)- __ASSUME_CLONE_STOPPED on all arches but s390
* in RHEL
* Mon Aug 04 2003 Jakub Jelinek 2.3.2-68- update from CVS - only use CLONE_STOPPED if kernel supports it, fix setting of thread explicit scheduling (#101457)
* Sat Aug 02 2003 Jakub Jelinek 2.3.2-67- update from CVS - fix utimes and futimes if kernel doesn\'t support utimes syscall - fix s390 ssize_t type - fix dlerror when called before any dlopen/dlsym - update IA-64 bits/sigcontext.h (#101344) - various warning fixes - fix pthread.h comment typos (#101363)
* Thu Jul 31 2003 Jakub Jelinek 2.3.2-66- update from CVS- fix dlopen of libraries using TLS IE/LE models
* Wed Jul 30 2003 Jakub Jelinek 2.3.2-65- update from CVS - fix timer_create - use __extension__ before long long typedefs in (#100718)
* Tue Jul 29 2003 Jakub Jelinek 2.3.2-64- update from CVS - fix wcpncpy (#99462) - export _resAATTGLIBC_2.0 even from NPTL libc.so (__res_state () unlike __errno_location () or __h_errno_location () was introduced in glibc 2.2) - fix zic bug on 64-bit platforms - some TLS handling fixes - make ldconfig look into alternate ABI dirs by default (#99402)- move /usr/share/zoneinfo to tzdata package, so that it can be errataed separately from glibc- new add-on - rtkaio- prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
* Wed Jul 16 2003 Jakub Jelinek 2.3.2-63- fix thread cancellation on ppc64
* Sun Jul 13 2003 Jakub Jelinek 2.3.2-62- update from CVS - fix thread cancellation on ppc32, s390 and s390x
* Fri Jul 11 2003 Jakub Jelinek 2.3.2-61- update from CVS - build libc_nonshared.a with -fPIC instead of -fpic- fix ppc64 PIE support- add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
* Wed Jul 09 2003 Jakub Jelinek 2.3.2-60- update from CVS
* Fri Jul 04 2003 Jakub Jelinek 2.3.2-59- update from CVS- on IA-64 use different symbols for cancellation portion of syscall handlers to make gdb happier
* Fri Jun 27 2003 Jakub Jelinek 2.3.2-58- update from CVS - nss_compat supporting LDAP etc.
* Wed Jun 25 2003 Jakub Jelinek 2.3.2-57- update from CVS
* Fri Jun 20 2003 Jakub Jelinek 2.3.2-56- fix condvars and semaphores in ppc
* NPTL- fix test-skeleton.c reporting of timed-out tests (#91269)- increase timeouts for tests during make check
* Thu Jun 19 2003 Jakub Jelinek 2.3.2-55- make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64 on bi-ABI architectures (#97557)- disable FUTEX_REQUEUE on ppc
* temporarily
* Thu Jun 19 2003 Jakub Jelinek 2.3.2-54- update from CVS- fix glibc_post_upgrade on ppc
* Wed Jun 18 2003 Jakub Jelinek 2.3.2-53- update from CVS- fix localedef (#90659)- tweak linuxthreads for librt cancellation
* Tue Jun 17 2003 Jakub Jelinek 2.3.2-52- update from CVS
* Fri Jun 13 2003 Jakub Jelinek 2.3.2-51- update from CVS- fix (#97169)
* Thu Jun 12 2003 Jakub Jelinek 2.3.2-50- update from CVS
* Wed Jun 11 2003 Jakub Jelinek 2.3.2-49- update from CVS - fix pthread_cond_signal on IA-32 (#92080, #92253) - fix setegid (#91567)- don\'t prelink -R libc.so on any architecture, it prohibits address randomization
* Fri Jun 06 2003 Jakub Jelinek 2.3.2-48- update from CVS - fix IA-64 NPTL build
* Fri Jun 06 2003 Jakub Jelinek 2.3.2-47- update from CVS- PT_GNU_STACK segment in binaries/executables and .note.GNU-stack section in
*.[oa]
* Mon Jun 02 2003 Jakub Jelinek 2.3.2-46- update from CVS- enable NPTL on AMD64- avoid using trampolines in localedef
* Fri May 30 2003 Jakub Jelinek 2.3.2-45- enable NPTL on IA-64
* Fri May 30 2003 Jakub Jelinek 2.3.2-44- update from CVS- enable NPTL on s390 and s390x- make __init_array_start etc. symbols in elf-init.oS hidden undefined
* Fri May 30 2003 Jakub Jelinek 2.3.2-43- update from CVS
* Sat May 24 2003 Jakub Jelinek 2.3.2-42- update from CVS
* Wed May 21 2003 Jakub Jelinek 2.3.2-41- update from CVS- use NPTL libs if uname -r contains nptl substring or is >= 2.5.69 or set_tid_address syscall is available instead of checking AT_SYSINFO dynamic tag
* Fri May 16 2003 Jakub Jelinek 2.3.2-40- update from CVS
* Thu May 15 2003 Jakub Jelinek 2.3.2-39- update from CVS - fix for prelinking of libraries with no dependencies
* Wed May 14 2003 Jakub Jelinek 2.3.2-38- update from CVS- enable NPTL on ppc and ppc64
* Wed May 07 2003 Matt Wilson 2.3.2-37- rebuild
* Mon May 05 2003 Jakub Jelinek 2.3.2-36- update from CVS
* Sun May 04 2003 Jakub Jelinek 2.3.2-35- update from CVS - make -jN build fixes
* Sat May 03 2003 Jakub Jelinek 2.3.2-34- update from CVS- avoid using trampolines in iconvconfig for now
* Sun Apr 27 2003 Jakub Jelinek 2.3.2-33- update from CVS
* Sat Apr 26 2003 Jakub Jelinek 2.3.2-32- update from CVS- more ppc TLS fixes
* Thu Apr 24 2003 Jakub Jelinek 2.3.2-31- update from CVS - nscd fixes - fix Bahrain spelling (#56298) - fix Ukrainian collation (#83973) - accept trailing spaces in /etc/ld.so.conf (#86032) - perror fix (#85994) - fix localedef (#88978) - fix getifaddrs (#89026) - fix strxfrm (#88409)- fix ppc TLS- fix getaddrinfo (#89448)- don\'t print warning about errno, h_errno or _res if LD_ASSUME_KERNEL=2.4.1 or earlier
* Wed Apr 16 2003 Jakub Jelinek 2.3.2-30- update from CVS- fix prelink on ppc32- add TLS support on ppc32 and ppc64- make sure on -m64 arches all helper binaries are built with this option
* Tue Apr 15 2003 Jakub Jelinek 2.3.2-29- update from CVS - fix strxfrm (#88409)- use -m64 -mno-minimal-toc on ppc64- conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64- link glibc_post_upgrade against newly built libc.a
* Mon Apr 14 2003 Jakub Jelinek 2.3.2-28- update from CVS - fix NPTL pthread_detach and already terminated, but not yet joined thread (#88219) - fix bug-regex4 testcase (#88118) - reenable prelink support broken in 2.3.2-13 - fix register_printf_function (#88052) - fix double free with fopen using ccs= (#88056) - fix potential access below $esp in {set,swap}context (#88093) - fix buffer underrun in gencat -H (#88099) - avoid using unitialized variable in tst-tgmath (#88101) - fix gammal (#88104) - fix iconv -c - fix xdr_string (PR libc/4999) - fix /usr/lib/nptl/librt.so symlink - avoid running NPTL cleanups twice in some cases - unblock __pthread_signal_cancel in linuxthreads, so that linuxthreads threaded programs work correctly if spawned from NPTL threaded programs - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}- remove /lib/i686 directory before running ldconfig in glibc post during i686 -> i386 glibc \"upgrades\" (#88456)
* Thu Apr 03 2003 Jakub Jelinek 2.3.2-22- update from CVS - add pthread_atfork to libpthread.a
* Wed Apr 02 2003 Jakub Jelinek 2.3.2-21- update from CVS- make sure linuxthreads pthread_mutex_lock etc. is not a cancellation point
* Sat Mar 29 2003 Jakub Jelinek 2.3.2-20- update from CVS- if kernel >= 2.4.1 doesn\'t support NPTL, fall back to /lib/i686 libs on i686, not stright to /lib
* Fri Mar 28 2003 Jakub Jelinek 2.3.2-19- update from CVS - timers fixes
* Thu Mar 27 2003 Jakub Jelinek 2.3.2-18- update from CVS- fix NPTL pthread_cond_timedwait- fix sysconf (_SC_MONOTONIC_CLOCK)- use /%{_lib}/tls instead of /lib/tls on x86-64- add /lib/tls/librt
*so
* and /lib/i686/librt
*so
*- display content of .out files for all make check failures
* Wed Mar 26 2003 Jakub Jelinek 2.3.2-17- update from CVS - kernel POSIX timers support
* Sat Mar 22 2003 Jakub Jelinek 2.3.2-16- update from CVS - export __fork from glibc again- fix glibc-compat build in NPTL- fix c_stubs- fix some more atomic.h problems- don\'t check abi in glibc-compat libs
* Fri Mar 21 2003 Jakub Jelinek 2.3.2-15- update from CVS- build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons- condrestart sshd in glibc_post_upgrade so that the user can log in remotely and handle the rest (#86339)- fix a typo in glibc_post_upgrade on sparc
* Tue Mar 18 2003 Jakub Jelinek 2.3.2-14- update from CVS- change i686/athlon libc.so.6 base to 0x00e80000
* Mon Mar 17 2003 Jakub Jelinek 2.3.2-13- update from CVS - hopefully last fix for condvar problems
* Fri Mar 14 2003 Jakub Jelinek 2.3.2-12- fix bits/syscall.h creation on x86-64
* Thu Mar 13 2003 Jakub Jelinek 2.3.2-11- update from CVS
* Wed Mar 12 2003 Jakub Jelinek 2.3.2-10- update from CVS
* Tue Mar 11 2003 Jakub Jelinek 2.3.2-9- update from CVS- fix glibc-debug description (#85111)- make librt.so a symlink again, not linker script
* Tue Mar 04 2003 Jakub Jelinek 2.3.2-8- update from CVS- remove the workarounds for broken software accessing GLIBC_PRIVATE symbols
* Mon Mar 03 2003 Jakub Jelinek 2.3.2-7- update from CVS
* Sun Mar 02 2003 Jakub Jelinek 2.3.2-6- fix TLS IE/LE model handling in dlopened libraries on TCB_AT_TP arches
* Tue Feb 25 2003 Jakub Jelinek 2.3.2-5- update from CVS
* Tue Feb 25 2003 Jakub Jelinek 2.3.2-4- update from CVS
* Mon Feb 24 2003 Jakub Jelinek 2.3.2-3- update from CVS- only warn about errno, h_errno or _res for binaries, never libraries- rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
* Sun Feb 23 2003 Jakub Jelinek 2.3.2-2- update from CVS
* Sat Feb 22 2003 Jakub Jelinek 2.3.2-1- update from CVS
* Thu Feb 20 2003 Jakub Jelinek 2.3.1-51- update from CVS
* Wed Feb 19 2003 Jakub Jelinek 2.3.1-50- update from CVS
* Wed Feb 19 2003 Jakub Jelinek 2.3.1-49- update from CVS- remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
* Tue Feb 18 2003 Jakub Jelinek 2.3.1-48- update from CVS
* Sat Feb 15 2003 Jakub Jelinek 2.3.1-47- update from CVS
* Fri Feb 14 2003 Jakub Jelinek 2.3.1-46- update from CVS - pthread_cond
* NPTL fixes, new NPTL testcases
* Thu Feb 13 2003 Jakub Jelinek 2.3.1-45- update from CVS- include also linuxthreads FLOATING_STACKS libs on i686 and athlon: LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt, LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt, later is NPTL- enable TLS on alpha/alphaev6- add BuildPreReq: /usr/bin/readlink
* Tue Feb 11 2003 Jakub Jelinek 2.3.1-44- update from CVS - pthread_once fix
* Mon Feb 10 2003 Jakub Jelinek 2.3.1-43- update from CVS- vfork fix on s390- rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno don\'t bind locally (#83325)
* Thu Feb 06 2003 Jakub Jelinek 2.3.1-42- update from CVS- fix pthread_create after vfork+exec in linuxthreads
* Wed Feb 05 2003 Jakub Jelinek 2.3.1-41- update from CVS
* Thu Jan 30 2003 Jakub Jelinek 2.3.1-40- update from CVS
* Wed Jan 29 2003 Jakub Jelinek 2.3.1-39- update from CVS- enable TLS on s390{,x} and sparc{,v9}
* Fri Jan 17 2003 Jakub Jelinek 2.3.1-38- update from CVS- initialize __environ in glibc_post_upgrade to empty array, so that it is not NULL- compat symlink for s390x /lib/ld64.so.1- enable glibc-profile on x86-64- only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
* Thu Jan 16 2003 Jakub Jelinek 2.3.1-37- update from CVS - nscd fixes,
*scanf fix- fix %nptlarches noarch build (#81909)- IA-64 TLS fixes
* Tue Jan 14 2003 Jakub Jelinek 2.3.1-36- update from CVS- rework -debuginfo subpackage, add -debuginfo-common subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)- fix vfork in libc.a on PPC32, Alpha, Sparc- fix libio locks in linuxthreads libc.so if libpthread.so is dlopened later (#81374)
* Mon Jan 13 2003 Jakub Jelinek 2.3.1-35- update from CVS - dlclose bugfixes- fix NPTL libpthread.a- fix glibc_post_upgrade on several arches
* Sat Jan 11 2003 Jakub Jelinek 2.3.1-34- update from CVS- TLS support on IA-64
* Wed Jan 08 2003 Jakub Jelinek 2.3.1-33- fix vfork in linuxthreads (#81377, #81363)
* Tue Jan 07 2003 Jakub Jelinek 2.3.1-32- update from CVS- don\'t use TLS libs if kernel doesn\'t set AT_SYSINFO (#80921, #81212)- add ntp_adjtime on alpha (#79996)- fix nptl_db (#81116)
* Sun Jan 05 2003 Jakub Jelinek 2.3.1-31- update from CVS- support all architectures again
* Fri Jan 03 2003 Jakub Jelinek 2.3.1-30- fix condvar compatibility wrappers- add ugly hack to use non-TLS libs if a binary is seen to have errno, h_errno or _res symbols in .dynsym
* Fri Jan 03 2003 Jakub Jelinek 2.3.1-29- update from CVS - fixes for new condvar
* Thu Jan 02 2003 Jakub Jelinek 2.3.1-28- new NPTL condvar implementation plus related linuxthreads symbol versioning updates
* Thu Jan 02 2003 Jakub Jelinek 2.3.1-27- update from CVS- fix #include with -D_BSD_SOURCE or without feature set macros- make
*sigaction, sigwait and raise the same between -lpthread -lc and -lc -lpthread in linuxthreads builds
* Tue Dec 31 2002 Jakub Jelinek 2.3.1-26- fix dlclose
* Sun Dec 29 2002 Jakub Jelinek 2.3.1-25- enable sysenter by default for now- fix endless loop in ldconfig
* Sat Dec 28 2002 Jakub Jelinek 2.3.1-24- update from CVS
* Fri Dec 27 2002 Jakub Jelinek 2.3.1-23- update from CVS - fix ptmalloc_init after clearenv (#80370)
* Sun Dec 22 2002 Jakub Jelinek 2.3.1-22- update from CVS- add IA-64 back- move TLS libraries from /lib/i686 to /lib/tls
* Thu Dec 19 2002 Jakub Jelinek 2.3.1-21- system(3) fix for linuxthreads- don\'t segfault in pthread_attr_init from libc.so- add cancellation tests from nptl to linuxthreads
* Wed Dec 18 2002 Jakub Jelinek 2.3.1-20- fix up lists of exported symbols + their versions from the libraries
* Wed Dec 18 2002 Jakub Jelinek 2.3.1-19- fix --with-tls --enable-kernel=2.2.5 libc on IA-32
* Wed Dec 18 2002 Jakub Jelinek 2.3.1-18- update from CVS - fix NPTL hanging mozilla - initialize malloc in mALLOPt (fixes problems with squid, #79957) - make linuxthreads work with dl_dynamic_weak 0 - clear dl_dynamic_weak everywhere
* Tue Dec 17 2002 Jakub Jelinek 2.3.1-17- update from CVS - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix - kill -debug sub-package, rename -debug-static to -debug - clear dl_dynamic_weak for NPTL
* Mon Dec 16 2002 Jakub Jelinek 2.3.1-16- fix and for C++- automatically generate NPTL libpthread wrappers
* Mon Dec 16 2002 Jakub Jelinek 2.3.1-15- update from CVS - all functions which need cancellation should now be cancellable both in libpthread.so and libc.so - removed AATTAATTGLIBC_2.3.2 cancellation wrappers
* Fri Dec 13 2002 Jakub Jelinek 2.3.1-14- update from CVS - replace __libc_lock_neededAATTGOTOFF(%ebx) with %gs:offsetof(tcbhead_t, multiple_threads) - start of new NPTL cancellation wrappers
* Thu Dec 12 2002 Jakub Jelinek 2.3.1-13- update from CVS- use inline locks in malloc
* Tue Dec 10 2002 Jakub Jelinek 2.3.1-12- update from CVS - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
* Mon Dec 09 2002 Jakub Jelinek 2.3.1-11- update from CVS- rebuilt with gcc-3.2.1-2
* Fri Dec 06 2002 Jakub Jelinek 2.3.1-10- update from CVS- non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread should work now- faster libc locking when using nptl- add OUTPUT_FORMAT to linker scripts- fix x86_64 sendfile (#79111)
* Wed Dec 04 2002 Jakub Jelinek 2.3.1-9- update from CVS - RUSCII support (#78906)- for nptl builds add BuildRequires- fix byteswap.h for non-gcc (#77689)- add nptl-devel package
* Tue Dec 03 2002 Jakub Jelinek 2.3.1-8- update from CVS - make --enable-kernel=2.2.5 --with-tls --without-__thread ld.so load nptl and other --with-__thread libs- disable nptl by default for now
* Wed Nov 27 2002 Jakub Jelinek 2.3.1-7- update from CVS- restructured redhat/Makefile and spec, so that src.rpm contains glibc-.tar.bz2, glibc-redhat-.tar.bz2 and glibc-redhat.patch- added nptl
* Fri Nov 08 2002 Jakub Jelinek 2.3.1-6- update from CVS - even more regex fixes- run sed testsuite to check glibc regex
* Fri Oct 25 2002 Jakub Jelinek 2.3.1-5- fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs using libpthread.so.
* Fri Oct 25 2002 Jakub Jelinek 2.3.1-4- update from CVS - fixed %a and %A in
*printf (#75821) - fix re_comp memory leaking (#76594)
* Wed Oct 23 2002 Jakub Jelinek 2.3.1-3- update from CVS - some more regex fixes- fix libpthread.a (#76484)- fix locale-archive enlarging
* Sat Oct 19 2002 Jakub Jelinek 2.3.1-2- update from CVS - don\'t need to use 128K of stacks for DNS lookups - regex fixes - updated timezone data e.g. for this year\'s Brasil DST changes - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
* Sat Oct 12 2002 Jakub Jelinek 2.3.1-1- update to 2.3.1 final - support really low thread stack sizes (#74073)- tzdata update
* Thu Oct 10 2002 Jakub Jelinek 2.3-2- update from CVS - handle low stack limits - move s390x into
*/lib64
* Fri Oct 04 2002 Jakub Jelinek 2.3-1- update to 2.3 final - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
* Mon Sep 30 2002 Jakub Jelinek 2.2.94-3- don\'t prelink -r libc.so on ppc/x86-64/sparc
*, it doesn\'t speed things up, because they are neither REL arches, nor ELF_MACHINE_REL_RELATIVE- fix sparc64 build
* Mon Sep 30 2002 Jakub Jelinek 2.2.94-2- update from CVS
* Sun Sep 29 2002 Jakub Jelinek 2.2.94-1- update from CVS- prelink on ppc and x86-64 too- don\'t remove ppc memset- instead of listing on which arches to remove glibc-compat list where it should stay
* Sat Sep 07 2002 Jakub Jelinek 2.2.93-5- fix wcsmbs functions with invalid character sets (or malloc failures)- make sure __ctype_b etc. compat vars are updated even if they are copy relocs in the main program
* Fri Sep 06 2002 Jakub Jelinek 2.2.93-4- fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition leading to unresolved __set_h_errno symbol)
* Thu Sep 05 2002 Jakub Jelinek 2.2.93-3- security fix - increase dns-network.c MAXPACKET to at least 65536 to avoid buffer overrun. Likewise glibc-compat dns-{host,network}.c.
* Wed Sep 04 2002 Jakub Jelinek 2.2.93-2- temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to libc.a and export them as AATTAATTGLIBC_2.0 symbols, not AATTGLIBC_2.0 from libc.so - we have still lots of .a libraries referencing __ctype_{b,tolower,toupper} out there...
* Wed Sep 04 2002 Jakub Jelinek 2.2.93-1- update from CVS - 2.2.93 release - use double instead of single indirection in isXXX macros - per-locale wcsmbs conversion state
* Sun Sep 01 2002 Jakub Jelinek 2.2.92-2- update from CVS - fix newlocale/duplocale/uselocale- disable profile on x86_64 for now
* Sun Sep 01 2002 Jakub Jelinek 2.2.92-1- update from CVS - 2.2.92 release - fix gettext after uselocale - fix locales in statically linked threaded programs - fix NSS
* Fri Aug 30 2002 Jakub Jelinek 2.2.91-1- update from CVS - 2.2.91 release - fix fd leaks in locale-archive reader (#72043)- handle EROFS in build-locale-archive gracefully (#71665)
* Thu Aug 29 2002 Jakub Jelinek 2.2.90-27- update from CVS - fix re_match (#72312)- support more than 1024 threads
* Sat Aug 24 2002 Jakub Jelinek 2.2.90-26- update from CVS - fix i386 build
* Fri Aug 23 2002 Jakub Jelinek 2.2.90-25- update from CVS - fix locale-archive loading hang on some (non-primary) locales (#72122, #71878) - fix umount problems with locale-archives when /usr is a separate partition (#72043)- add LICENSES file
* Sat Aug 17 2002 Jakub Jelinek 2.2.90-24- update from CVS - only mmap up to 2MB of locale-archive on 32-bit machines initially - fix fseek past end + fread segfault with mmaped stdio- include which is mistakenly not included in glibc-devel on IA-32
* Sat Aug 17 2002 Jakub Jelinek 2.2.90-23- don\'t return normalized locale name in setlocale when using locale-archive
* Fri Aug 16 2002 Jakub Jelinek 2.2.90-22- update from CVS - optimize for primary system locale- localedef fixes (#71552, #67705)
* Thu Aug 15 2002 Jakub Jelinek 2.2.90-21- fix path to locale-archive in libc reader- build locale archive at glibc-common %post time- export __strtold_internal and __wcstold_internal on Alpha again- workaround some localedata problems
* Wed Aug 14 2002 Jakub Jelinek 2.2.90-20- update from CVS- patch out set_thread_area for now
* Sat Aug 10 2002 Jakub Jelinek 2.2.90-19- update from CVS- GB18030 patch from Yu Shao- applied Debian patch for getaddrinfo IPv4 vs. IPv6- fix regcomp (#71039)
* Mon Aug 05 2002 Jakub Jelinek 2.2.90-18- update from CVS- use /usr/sbin/prelink, not prelink (#70376)
* Fri Jul 26 2002 Jakub Jelinek 2.2.90-17- update from CVS
* Fri Jul 26 2002 Jakub Jelinek 2.2.90-16- update from CVS - ungetc fix (#69586) - fseek errno fix (#69589) - change
*etrlimit prototypes for C++ (#68588)- use --without-tls instead of --disable-tls
* Fri Jul 12 2002 Jakub Jelinek 2.2.90-15- set nscd user\'s shell to /sbin/nologin (#68369)- fix glibc-compat buffer overflows (security)- buildrequire prelink, don\'t build glibc\'s own copy of it (#67567)- update from CVS - regex fix (#67734) - fix unused warnings (#67706) - fix freopen with mmap stdio (#67552) - fix realloc (#68499)
* Wed Jun 26 2002 Bill Nottingham 2.2.90-14- update from CVS - fix argp on long words - update atime in libio
* Sun Jun 23 2002 Jakub Jelinek 2.2.90-13- update from CVS - a thread race fix - fix readdir on invalid dirp
* Thu Jun 20 2002 Jakub Jelinek 2.2.90-12- update from CVS - don\'t use __thread in headers- fix system(3) in threaded apps- update prelink, so that it is possible to prelink -u libc.so.6.1 on Alpha
* Sat Jun 08 2002 Jakub Jelinek 2.2.90-11- update from CVS - fix __moddi3 (#65612, #65695) - fix ether_line (#64427)- fix setvbuf with mmap stdio (#65864)- --disable-tls for now, waiting for kernel- avoid duplication of __divtf3 etc. on IA-64- make sure get
*ent_r and _IO_wfile_jumps are exported (#62278)
* Wed May 22 2002 Jakub Jelinek 2.2.90-10- update from CVS - fix Alpha pthread bug with gcc 3.1
* Sat Apr 20 2002 Jakub Jelinek 2.2.5-35- fix nice
* Tue Apr 16 2002 Jakub Jelinek 2.2.5-34- add relocation dependencies even for weak symbols (#63422)- stricter check_fds check for suid/sgid binaries- run make check at %install time
* Sun Apr 14 2002 Jakub Jelinek 2.2.5-33- handle Dec 31 1969 in mktime for timezones west of GMT (#63369)- back out do-lookup.h change (#63261, #63305)- use \"memory\" clobber instead all the fancy stuff in i386/i686/bits/string.h since lots of compilers break on it- fix sparc build with gcc 3.1- fix spec file for athlon
* Wed Apr 10 2002 Jakub Jelinek 2.2.5-32- fix debugging of threaded apps (#62804)- fix DST for Estonia (#61494)- document that pthread_mutexattr_?etkind_np are deprecated and pthread_mutexattr_?ettype should be used instead in man pages (#61485)- fix libSegFault.so undefined externals
* Sat Apr 06 2002 Jakub Jelinek 2.2.5-31- temporarily disable prelinking ld.so, as some statically linked binaries linked against debugging versions of old glibcs die on it (#62352)- fix for -std=c99 (#62516)- fix ether_ntohost segfault (#62397)- remove in glibc_post_upgrade on i386 all /lib/i686/libc-
*.so, /lib/i686/libm-
*.so and /lib/i686/libpthread-
*.so, not just current version (#61633)- prelink -r on alpha too
* Thu Mar 28 2002 Jakub Jelinek 2.2.5-30- update GB18030 iconv module (Yu Shao)
* Tue Mar 26 2002 Jakub Jelinek 2.2.5-29- features.h fix
* Tue Mar 26 2002 Jakub Jelinek 2.2.5-28- update from CVS - fix nscd with huge groups - fix nis to not close fds it shouldn\'t- rebuilt against newer glibc-kernheaders to use the correct PATH_MAX- handle .athlon.rpm glibc the same way as .i686.rpm- add a couple of .ISO-8859-15 locales (#61922)- readd temporarily currencies which were superceeded by Euro into the list of accepted currencies by localedef to make standard conformance testsuites happy- temporarily moved __libc_waitpid back to make Sun JDK happy- use old malloc code- prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
* Thu Mar 14 2002 Jakub Jelinek 2.2.5-27- update from CVS - fix DST handling for southern hemisphere (#60747) - fix daylight setting for tzset (#59951) - fix ftime (#60350) - fix nice return value - fix a malloc segfault- temporarily moved __libc_wait, __libc_fork and __libc_stack_end back to what they used to be exported at- censorship (#60758)
* Thu Feb 28 2002 Jakub Jelinek 2.2.5-26- update from CVS- use __attribute__((visibility(...))) if supported, use _rtld_local for ld.so only objects- provide libc\'s own __{,u}{div,mod}di3
* Wed Feb 27 2002 Jakub Jelinek 2.2.5-25- switch back to 2.2.5, mmap stdio needs work
* Mon Feb 25 2002 Jakub Jelinek 2.2.90-8- fix two other mmap stdio bugs (#60228)
* Thu Feb 21 2002 Jakub Jelinek 2.2.90-7- fix yet another mmap stdio bug (#60145)
* Tue Feb 19 2002 Jakub Jelinek 2.2.90-6- fix mmap stdio bug (seen on ld as File truncated error, #60043)- apply Andreas Schwab\'s fix for pthread sigwait- remove /lib/i686/ libraries in glibc_post_upgrade when performing i386 glibc install
* Thu Feb 14 2002 Jakub Jelinek 2.2.90-5- update to CVS- added glibc-utils subpackage- disable autoreq in glibc-debug- readd %lang() to locale files
* Thu Feb 07 2002 Jakub Jelinek 2.2.90-4- update to CVS- move glibc private symbols to GLIBC_PRIVATE symbol version
* Wed Jan 09 2002 Jakub Jelinek 2.2.90-3- fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng symbol in libm
* Tue Jan 08 2002 Jakub Jelinek 2.2.90-2- add debug-static package
* Mon Dec 31 2001 Jakub Jelinek 2.2.90-1- update from CVS- remove -D__USE_STRING_INLINES- add debug subpackage to trim glibc and glibc-devel size
* Thu Oct 04 2001 Jakub Jelinek 2.2.4-19- fix strsep
* Sat Sep 29 2001 Jakub Jelinek 2.2.4-18- fix a ld.so bug with duplicate searchlists in l_scope- fix erfcl(-inf)- turn /usr/lib/librt.so into linker script
* Thu Sep 27 2001 Jakub Jelinek 2.2.4-17- fix a ld.so lookup bug after lots of dlopen calls- fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)- prelinking support for Sparc64
* Sat Sep 22 2001 Jakub Jelinek 2.2.4-16- update from CVS to fix DT_SYMBOLIC- prelinking support for Alpha and Sparc
* Wed Sep 19 2001 Jakub Jelinek 2.2.4-15- update from CVS - linuxthreads now retries if -1/EINTR is returned from reading or writing to thread manager pipe (#43742)- use DT_FILTER in librt.so (#53394) - update glibc prelink patch so that it handles filters- fix timer_
* with SIGEV_NONE (#53494)- make glibc_post_upgrade work on PPC (patch from Franz Sirl)
* Tue Sep 11 2001 Jakub Jelinek 2.2.4-14- fix build on sparc32- 2.2.4-13 build for some reason missed some locales on alpha/ia64
* Tue Sep 04 2001 Jakub Jelinek 2.2.4-13- fix iconvconfig
* Tue Sep 04 2001 Jakub Jelinek 2.2.4-12- add fam to /etc/rpc (#52863)- fix for C++ (#52960)- fix perror
* Tue Aug 28 2001 Jakub Jelinek 2.2.4-11- fix strnlen(x, -1)
* Tue Aug 28 2001 Jakub Jelinek 2.2.4-10- doh, should only define __libc_rwlock_t if __USE_UNIX98.
* Tue Aug 28 2001 Jakub Jelinek 2.2.4-9- fix bits/libc-lock.h so that gcc can compile- fix s390 build
* Sat Aug 25 2001 Jakub Jelinek 2.2.4-8- kill stale library symlinks in ldconfig (#52350)- fix inttypes.h for G++ < 3.0- use DT_REL
*COUNT
* Thu Aug 23 2001 Jakub Jelinek 2.2.4-7- fix strnlen on IA-64 (#50077)
* Fri Aug 17 2001 Jakub Jelinek 2.2.4-6- glibc 2.2.4 final- fix -lpthread -static (#51672)
* Sat Aug 11 2001 Jakub Jelinek 2.2.4-5- doh, include libio/tst-swscanf.c
* Sat Aug 11 2001 Jakub Jelinek 2.2.4-4- don\'t crash on catclose(-1)- fix wscanf %[] handling- fix return value from swprintf- handle year + %U/%W week + week day in strptime
* Fri Aug 10 2001 Jakub Jelinek 2.2.4-3- update from CVS to - fix strcoll (#50548) - fix seekdir (#51132) - fix memusage (#50606)- don\'t make gconv-modules.cache %config file, just don\'t verify its content.
* Tue Aug 07 2001 Jakub Jelinek - fix strtod and
*scanf (#50723, #50724)
* Sun Aug 05 2001 Jakub Jelinek - update from CVS - fix iconv cache handling- glibc should not own /usr/share/info, /usr/share/man nor /usr/share/man/man3 (#50673)- add gconv-modules.cache as emtpy config file (#50699)- only run iconvconfig if /usr is mounted read-write (#50667)
* Thu Jul 26 2001 Jakub Jelinek - move iconvconfig from glibc-common into glibc subpackage, call it from glibc_post_upgrade instead of common\'s post.
* Wed Jul 25 2001 Jakub Jelinek - turn off debugging printouts in iconvconfig
* Wed Jul 25 2001 Jakub Jelinek - update from CVS - fix IA-32 makecontext - make fflush(0) thread-safe (#46446)
* Tue Jul 24 2001 Jakub Jelinek - adjust prelinking DT_
* and SHT_
* values in elf.h- update from CVS - iconv cache - make iconv work in SUID/SGID programs (#34611)
* Sat Jul 21 2001 Jakub Jelinek - update from CVS - kill non-pic code in libm.so - fix getdate - fix some locales (#49402)- rebuilt with binutils-2.11.90.0.8-5 to place .interp section properly in libBrokenLocale.so, libNoVersion.so and libanl.so- add floating stacks on IA-64, Alpha, Sparc (#49308)
* Tue Jul 17 2001 Jakub Jelinek - make /lib/i686 directory owned by glibc
*.i686.rpm
* Tue Jul 10 2001 Jakub Jelinek - remove rquota.[hx] headers which are now provided by quota (#47141)- add prelinking patch
* Fri Jul 06 2001 Jakub Jelinek - require sh-utils for nscd
* Tue Jun 26 2001 Jakub Jelinek - update from CVS (#43681, #43350, #44663, #45685)- fix ro_RO bug (#44644)
* Thu Jun 07 2001 Jakub Jelinek - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)- make rpc headers -ansi compilable (#42390)- remove alphaev6 optimized memcpy, since there are still far too many broken apps which call memcpy where they should call memmove- update from CVS to (among other things): - fix tanhl bug (#43352)
* Wed May 23 2001 Jakub Jelinek - fix #include with -D_XOPEN_SOURCE=500 on ia64 (#35968)- fix a dlclose reldeps handling bug- some more profiling fixes- fix tgmath.h
* Fri May 18 2001 Jakub Jelinek - make ldconfig more quiet- fix LD_PROFILE on i686 (#41030)
* Thu May 17 2001 Jakub Jelinek - fix the hardlink program, so that it really catches all files with identical content- add a s390x clone fix
* Thu May 17 2001 Jakub Jelinek - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)- fix nss compatibility DSO versions for alphaev6- add a hardlink program instead of the shell 3x for plus cmp -s/link which takes a lot of time during build- rework BuildPreReq and Conflicts with gcc, so that it applies only where it has to
* Sat May 12 2001 Jakub Jelinek - fix locale name of ja_JP in UTF-8 (#39783)- fix re_search_2 (#40244)- fix memusage script (#39138, #39823)- fix dlsym(RTLD_NEXT, ) from main program (#39803)- fix xtrace script (#39609)- make glibc conflict with glibc-devel 2.2.2 and below (to make sure libc_nonshared.a has atexit)- fix getconf LFS_CFLAGS on 64bitters- recompile with gcc-2.96-84 or above to fix binary compatibility problem with __frame_state_for function (#37933)
* Sat Apr 28 2001 Jakub Jelinek - glibc 2.2.3 release - fix strcoll (#36539)- add BuildPreReqs (#36378)
* Thu Apr 26 2001 Jakub Jelinek - update from CVS
* Sat Apr 21 2001 Jakub Jelinek - update from CVS - fix sparc64, ia64 - fix some locale syntax errors (#35982)
* Thu Apr 19 2001 Jakub Jelinek - update from CVS
* Thu Apr 12 2001 Jakub Jelinek - update from CVS
* Sat Apr 07 2001 Jakub Jelinek - support even 2.4.0 kernels on ia64, sparc64 and s390x- include UTF-8 locales- make gconv-modules %config(noreplace)
* Fri Mar 23 2001 Jakub Jelinek - back out sunrpc changes
* Wed Mar 21 2001 Jakub Jelinek - update from CVS - fix ia64 build - fix pthread_getattr_np
* Fri Mar 16 2001 Jakub Jelinek - update from CVS - run atexit() registered functions at dlclose time if they are in shared libraries (#28625) - add pthread_getattr_np API to make JVM folks happy
* Wed Mar 14 2001 Jakub Jelinek - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel- fix ldd behaviour on unresolved symbols- remove nonsensical ldconfig warning, update osversion for the most recent library with the same soname in the same directory instead (#31703)- apply selected patches from CVS- s390x spec file changes from Florian La Roche
* Wed Mar 07 2001 Jakub Jelinek - fix gencat (#30894)- fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
* Tue Mar 06 2001 Jakub Jelinek - update from CVS- make pthread_attr_setstacksize consistent before and after pthread manager is started (#28194)- pass back struct sigcontext from pthread signal wrapper (on ia32 only so far, #28493)- on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread, make ld.so pick the right one
* Sat Feb 17 2001 Preston Brown - glib-common doesn\'t require glibc, until we can figure out how to get out of dependency hell.
* Sat Feb 17 2001 Jakub Jelinek - make glibc require particular version of glibc-common and glibc-common prerequire glibc.
* Fri Feb 16 2001 Jakub Jelinek - glibc 2.2.2 release - fix regex REG_ICASE bug seen in ksymoops
* Sat Feb 10 2001 Jakub Jelinek - fix regexec leaking memory (#26864)
* Fri Feb 09 2001 Jakub Jelinek - update from CVS - fix ia64 build with gnupro - make regex 64bit clean - fix tgmath make check failures on alpha
* Tue Feb 06 2001 Jakub Jelinek - update again for ia64 DF_1_INITFIRST
* Fri Feb 02 2001 Jakub Jelinek - update from CVS - fix getaddrinfo (#25437) - support DF_1_INITFIRST (#25029)
* Wed Jan 24 2001 Jakub Jelinek - build all auxiliary arches with --enablekernel 2.4.0, those wanting to run 2.2 kernels can downgrade to the base architecture glibc.
* Sat Jan 20 2001 Jakub Jelinek - remove %lang() flags from %{_prefix}/lib/locale files temporarily
* Sun Jan 14 2001 Jakub Jelinek - update to 2.2.1 final - fix a pthread_kill_other_threads_np breakage (#23966) - make static binaries using dlopen work on ia64 again- fix a typo in glibc-common group
* Wed Jan 10 2001 Bernhard Rosenkraenzer - devel requires glibc = %{version}- noreplace /etc/nscd.conf
* Wed Jan 10 2001 Jakub Jelinek - some more security fixes: - don\'t look up LD_PRELOAD libs in cache for SUID apps (because that bypasses SUID bit checking on the library) - place output files for profiling SUID apps into /var/profile, use O_NOFOLLOW for them - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME- hardlink identical locale files together- add %lang() tags to locale stuff- remove ko_KR.utf8 for now, it is provided by locale-utf8 package
* Mon Jan 08 2001 Jakub Jelinek - add glibc-common subpackage- fix alphaev6 memcpy (#22494)- fix sys/cdefs.h (#22908)- don\'t define stdin/stdout/stderr as macros for -traditional (#22913)- work around a bug in IBM JDK (#22932, #23012)- fix pmap_unset when network is down (#23176)- move nscd in rc.d before netfs on shutdown- fix $RESOLV_HOST_CONF in SUID apps (#23562)
* Fri Dec 15 2000 Jakub Jelinek - fix ftw and nftw
* Wed Dec 13 2000 Jakub Jelinek - fix fcvt (#22184)- ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)- fix gencat
* Mon Dec 11 2000 Jakub Jelinek - fix alpha htonl and alphaev6 stpcpy
* Sat Dec 09 2000 Jakub Jelinek - update to CVS to: - fix getnameinfo (#21934) - don\'t stomp on memory in rpath handling (#21544) - fix setlocale (#21507)- fix libNoVersion.so.1 loading code (#21579)- use auxarches define in spec file for auxiliary architectures (#21219)- remove /usr/share directory from filelist (#21218)
* Sun Nov 19 2000 Jakub Jelinek - update to CVS to fix getaddrinfo
* Fri Nov 17 2000 Jakub Jelinek - update to CVS to fix freopen- remove all alpha workarounds, not needed anymore
* Wed Nov 15 2000 Jakub Jelinek - fix dladdr bug on alpha/sparc32/sparc64- fix Makefiles so that they run static tests properly
* Tue Nov 14 2000 Jakub Jelinek - update to CVS to fix ldconfig
* Thu Nov 09 2000 Jakub Jelinek - update to glibc 2.2 release
* Mon Nov 06 2000 Jakub Jelinek - update to CVS to: - export __sysconfAATTAATTGLIBC_2.2 (#20417)
* Fri Nov 03 2000 Jakub Jelinek - merge to 2.1.97
* Mon Oct 30 2000 Jakub Jelinek - update to CVS, including: - fix WORD_BIT/LONG_BIT definition in limits.h (#19088) - fix hesiod (#19375) - set LC_MESSAGES in zic/zdump for proper error message output (#19495) - fix LFS fcntl when used with non-LFS aware kernels (#19730)
* Fri Oct 20 2000 Jakub Jelinek - fix alpha semctl (#19199)- update to CVS, including: - fix glibc headers for Compaq non-gcc compilers - fix locale alias handling code (#18832) - fix rexec on little endian machines (#18886)- started writing changelog again
* Fri Aug 11 2000 Adrian Havill - added ja ujis alias for backwards compatibility
 
ICM