2.11.90-1
[glibc.git] / fedora / glibc.spec.in
blob97ecab4979882db0c0ac5d0d1bb82cb55bc44eff
1 %define run_glibc_tests 1
2 %define auxarches athlon sparcv9v sparc64v alphaev6
3 %define xenarches i686 athlon
4 %ifarch %{xenarches}
5 %define buildxen 1
6 %define xenpackage 0
7 %else
8 %define buildxen 0
9 %define xenpackage 0
10 %endif
11 %ifarch ppc ppc64
12 %define buildpower6 1
13 %else
14 %define buildpower6 0
15 %endif
16 %define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x
17 %define debuginfocommonarches alpha alphaev6 sparc sparcv9 sparcv9v sparc64 sparc64v
18 %define multiarcharches %{ix86} x86_64
19 %define _unpackaged_files_terminate_build 0
21 Summary: The GNU libc libraries
22 Name: glibc
23 Version: %{glibcversion}
24 Release: 1
25 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
26 # Things that are linked directly into dynamically linked programs
27 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
28 # exception which allows linking it into any kind of programs or shared
29 # libraries without restrictions.
30 License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
31 Group: System Environment/Libraries
32 URL: http://sources.redhat.com/glibc/
33 Source0: %{?glibc_release_url}%{glibcsrcdir}.tar.bz2
34 Source1: %{glibcsrcdir}-fedora.tar.bz2
35 Patch0: %{name}-fedora.patch
36 Patch1: %{name}-ia64-lib64.patch
37 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
38 Obsoletes: glibc-profile < 2.4
39 Provides: ldconfig
40 # The dynamic linker supports DT_GNU_HASH
41 Provides: rtld(GNU_HASH)
42 Requires: glibc-common = %{version}-%{release}
43 # Require libgcc in case some program calls pthread_cancel in its %%post
44 Requires(pre): basesystem, libgcc
45 # This is for building auxiliary programs like memusage, nscd
46 # For initial glibc bootstraps it can be commented out
47 BuildRequires: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.33.4-3
48 BuildRequires: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext, nss-devel
49 BuildRequires: /bin/ps, /bin/kill, /bin/awk
50 # This is to ensure that __frame_state_for is exported by glibc
51 # will be compatible with egcs 1.x.y
52 BuildRequires: gcc >= 3.2
53 %define enablekernel 2.6.18
54 %ifarch i386
55 %define nptl_target_cpu i486
56 %else
57 %define nptl_target_cpu %{_target_cpu}
58 %endif
59 %ifarch %{multiarcharches}
60 # Need STT_IFUNC support
61 BuildRequires: binutils >= 2.19.51.0.10
62 Conflicts: binutils < 2.19.51.0.10
63 # Earlier releases have broken support for IRELATIVE relocations
64 Conflicts: prelink < 0.4.2
65 %else
66 # Need AS_NEEDED directive
67 # Need --hash-style=* support
68 BuildRequires: binutils >= 2.17.50.0.2-5
69 %endif
70 BuildRequires: gcc >= 3.2.1-5
71 %ifarch ppc s390 s390x
72 BuildRequires: gcc >= 4.1.0-0.17
73 %endif
74 %if 0%{?_enable_debug_packages}
75 BuildRequires: elfutils >= 0.72
76 BuildRequires: rpm >= 4.2-0.56
77 %endif
78 %define __find_provides %{_builddir}/%{glibcsrcdir}/find_provides.sh
79 %define _filter_GLIBC_PRIVATE 1
81 %description
82 The glibc package contains standard libraries which are used by
83 multiple programs on the system. In order to save disk space and
84 memory, as well as to make upgrading easier, common system code is
85 kept in one place and shared between programs. This particular package
86 contains the most important sets of shared libraries: the standard C
87 library and the standard math library. Without these two libraries, a
88 Linux system will not function.
90 %if %{xenpackage}
91 %package xen
92 Summary: The GNU libc libraries (optimized for running under Xen)
93 Group: System Environment/Libraries
94 Requires: glibc = %{version}-%{release}, glibc-utils = %{version}-%{release}
96 %description xen
97 The standard glibc package is optimized for native kernels and does not
98 perform as well under the Xen hypervisor. This package provides alternative
99 library binaries that will be selected instead when running under Xen.
101 Install glibc-xen if you might run your system under the Xen hypervisor.
102 %endif
104 %package devel
105 Summary: Object files for development using standard C libraries.
106 Group: Development/Libraries
107 Requires(pre): /sbin/install-info
108 Requires(pre): %{name}-headers
109 Requires: %{name}-headers = %{version}-%{release}
110 Requires: %{name} = %{version}-%{release}
112 %description devel
113 The glibc-devel package contains the object files necessary
114 for developing programs which use the standard C libraries (which are
115 used by nearly all programs). If you are developing programs which
116 will use the standard C libraries, your system needs to have these
117 standard object files available in order to create the
118 executables.
120 Install glibc-devel if you are going to develop programs which will
121 use the standard C libraries.
123 %package static
124 Summary: C library static libraries for -static linking.
125 Group: Development/Libraries
126 Requires: %{name}-devel = %{version}-%{release}
128 %description static
129 The glibc-static package contains the C library static libraries
130 for -static linking. You don't need these, unless you link statically,
131 which is highly discouraged.
133 %package headers
134 Summary: Header files for development using standard C libraries.
135 Group: Development/Libraries
136 Provides: %{name}-headers(%{_target_cpu})
137 %ifarch x86_64
138 # If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers
139 # have to be installed, not i586 ones.
140 Obsoletes: %{name}-headers(i586)
141 Obsoletes: %{name}-headers(i686)
142 %endif
143 Requires(pre): kernel-headers
144 Requires: kernel-headers >= 2.2.1, %{name} = %{version}-%{release}
145 BuildRequires: kernel-headers >= 2.6.22
147 %description headers
148 The glibc-headers package contains the header files necessary
149 for developing programs which use the standard C libraries (which are
150 used by nearly all programs). If you are developing programs which
151 will use the standard C libraries, your system needs to have these
152 standard header files available in order to create the
153 executables.
155 Install glibc-headers if you are going to develop programs which will
156 use the standard C libraries.
158 %package common
159 Summary: Common binaries and locale data for glibc
160 Requires: %{name} = %{version}-%{release}
161 Requires: tzdata >= 2003a
162 Group: System Environment/Base
164 %description common
165 The glibc-common package includes common binaries for the GNU libc
166 libraries, as well as national language (locale) support.
168 %package -n nscd
169 Summary: A Name Service Caching Daemon (nscd).
170 Group: System Environment/Daemons
171 Requires: libselinux >= 1.17.10-1, audit-libs >= 1.1.3
172 Requires(pre): /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, sh-utils
174 %description -n nscd
175 Nscd caches name service lookups and can dramatically improve
176 performance with NIS+, and may help with DNS as well.
178 %package utils
179 Summary: Development utilities from GNU C library
180 Group: Development/Tools
181 Requires: %{name} = %{version}-%{release}
183 %description utils
184 The glibc-utils package contains memusage, a memory usage profiler,
185 mtrace, a memory leak tracer and xtrace, a function call tracer
186 which can be helpful during program debugging.
188 If unsure if you need this, don't install this package.
190 %if 0%{?_enable_debug_packages}
191 %define debug_package %{nil}
192 %define __debug_install_post %{nil}
193 %global __debug_package 1
195 %package debuginfo
196 Summary: Debug information for package %{name}
197 Group: Development/Debug
198 AutoReqProv: no
199 %ifarch %{debuginfocommonarches}
200 Requires: glibc-debuginfo-common = %{version}-%{release}
201 %else
202 %ifarch %{ix86}
203 Obsoletes: glibc-debuginfo-common
204 %endif
205 %endif
207 %description debuginfo
208 This package provides debug information for package %{name}.
209 Debug information is useful when developing applications that use this
210 package or when debugging this package.
212 This package also contains static standard C libraries with
213 debugging information. You need this only if you want to step into
214 C library routines during debugging programs statically linked against
215 one or more of the standard C libraries.
216 To use this debugging information, you need to link binaries
217 with -static -L%{_prefix}/lib/debug%{_prefix}/%{_lib} compiler options.
219 %ifarch %{debuginfocommonarches}
221 %package debuginfo-common
222 Summary: Debug information for package %{name}
223 Group: Development/Debug
224 AutoReqProv: no
226 %description debuginfo-common
227 This package provides debug information for package %{name}.
228 Debug information is useful when developing applications that use this
229 package or when debugging this package.
231 %endif
232 %endif
234 %prep
235 %setup -q -n %{glibcsrcdir} -b1
236 %patch0 -E -p1
237 %ifarch ia64
238 %if "%{_lib}" == "lib64"
239 %patch1 -p1
240 %endif
241 %endif
243 # A lot of programs still misuse memcpy when they have to use
244 # memmove. The memcpy implementation below is not tolerant at
245 # all.
246 rm -f sysdeps/alpha/alphaev6/memcpy.S
247 %if %{buildpower6}
248 # On powerpc32, hp timing is only available in power4/power6
249 # libs, not in base, so pre-power4 dynamic linker is incompatible
250 # with power6 libs.
251 rm -f sysdeps/powerpc/powerpc32/power4/hp-timing.[ch]
252 %endif
254 find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;
255 cat > find_provides.sh <<EOF
256 #!/bin/sh
257 /usr/lib/rpm/find-provides | grep -v GLIBC_PRIVATE
258 exit 0
260 chmod +x find_provides.sh
261 touch `find . -name configure`
262 touch locale/programs/*-kw.h
264 %build
265 GCC=gcc
266 GXX=g++
267 %ifarch %{ix86}
268 BuildFlags="-march=%{nptl_target_cpu} -mtune=generic"
269 %endif
270 %ifarch i686
271 BuildFlags="-march=i686 -mtune=generic"
272 %endif
273 %ifarch i386 i486 i586
274 BuildFlags="$BuildFlags -mno-tls-direct-seg-refs"
275 %endif
276 %ifarch x86_64
277 BuildFlags="-mtune=generic"
278 %endif
279 %ifarch alphaev6
280 BuildFlags="-mcpu=ev6"
281 %endif
282 %ifarch sparc
283 BuildFlags="-fcall-used-g6"
284 GCC="gcc -m32"
285 GXX="g++ -m32"
286 %endif
287 %ifarch sparcv9
288 BuildFlags="-mcpu=ultrasparc -fcall-used-g6"
289 GCC="gcc -m32"
290 GXX="g++ -m32"
291 %endif
292 %ifarch sparcv9v
293 BuildFlags="-mcpu=niagara -fcall-used-g6"
294 GCC="gcc -m32"
295 GXX="g++ -m32"
296 %endif
297 %ifarch sparc64
298 BuildFlags="-mcpu=ultrasparc -mvis -fcall-used-g6"
299 GCC="gcc -m64"
300 GXX="g++ -m64"
301 %endif
302 %ifarch sparc64v
303 BuildFlags="-mcpu=niagara -mvis -fcall-used-g6"
304 GCC="gcc -m64"
305 GXX="g++ -m64"
306 %endif
307 %ifarch ppc64
308 BuildFlags="-mno-minimal-toc"
309 GCC="gcc -m64"
310 GXX="g++ -m64"
311 %endif
313 BuildFlags="$BuildFlags -fasynchronous-unwind-tables"
314 # Add -DNDEBUG unless using a prerelease
315 case %{version} in
316 *.*.9[0-9]*) ;;
318 BuildFlags="$BuildFlags -DNDEBUG"
320 esac
321 EnableKernel="--enable-kernel=%{enablekernel}"
322 echo "$GCC" > Gcc
323 AddOns=`echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkaio\|powerpc-cpu\)\( \|$\)!!g;s! \+$!!;s! !,!g;s!^!,!;/^,\*$/d'`
324 %ifarch %{rtkaioarches}
325 AddOns=,rtkaio$AddOns
326 %endif
328 build_nptl()
330 builddir=build-%{nptl_target_cpu}-$1
331 shift
332 rm -rf $builddir
333 mkdir $builddir ; cd $builddir
334 build_CFLAGS="$BuildFlags -g -O3 $*"
335 ../configure CC="$GCC" CXX="$GXX" CFLAGS="$build_CFLAGS" \
336 --prefix=%{_prefix} \
337 --enable-add-ons=nptl$AddOns --without-cvs $EnableKernel \
338 --with-headers=%{_prefix}/include --enable-bind-now \
339 --with-tls --with-__thread --build %{nptl_target_cpu}-redhat-linux \
340 --host %{nptl_target_cpu}-redhat-linux \
341 %ifarch %{multiarcharches}
342 --enable-multi-arch \
343 %endif
344 --disable-profile --enable-experimental-malloc --enable-nss-crypt
346 make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS" PARALLELMFLAGS=-s
348 cd ..
351 build_nptl linuxnptl
353 %if %{buildxen}
354 build_nptl linuxnptl-nosegneg -mno-tls-direct-seg-refs
355 %endif
357 %if %{buildpower6}
359 platform=`LD_SHOW_AUXV=1 /bin/true | sed -n 's/^AT_PLATFORM:[[:blank:]]*//p'`
360 if [ "$platform" != power6 ]; then
361 mkdir -p power6emul/{lib,lib64}
362 $GCC -shared -O2 -fpic -o power6emul/%{_lib}/power6emul.so fedora/power6emul.c -Wl,-z,initfirst
363 %ifarch ppc
364 gcc -shared -nostdlib -O2 -fpic -m64 -o power6emul/lib64/power6emul.so -xc - </dev/null
365 %endif
366 %ifarch ppc64
367 gcc -shared -nostdlib -O2 -fpic -m32 -o power6emul/lib/power6emul.so -xc - < /dev/null
368 %endif
369 export LD_PRELOAD=`pwd`/power6emul/\$LIB/power6emul.so
371 AddOns="$AddOns --with-cpu=power6"
372 GCC="$GCC -mcpu=power6"
373 GXX="$GXX -mcpu=power6"
374 build_nptl linuxnptl-power6
376 %endif
378 cd build-%{nptl_target_cpu}-linuxnptl
379 $GCC -static -L. -Os -g ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade.%{_target_cpu} \
380 -DNO_SIZE_OPTIMIZATION \
381 %ifarch i386 i486 i586
382 -DARCH_386 \
383 %endif
384 '-DLIBTLS="/%{_lib}/tls/"' \
385 '-DGCONV_MODULES_DIR="%{_prefix}/%{_lib}/gconv"' \
386 '-DLD_SO_CONF="/etc/ld.so.conf"' \
387 '-DICONVCONFIG="%{_sbindir}/iconvconfig.%{_target_cpu}"'
388 cd ..
390 %install
391 GCC=`cat Gcc`
393 rm -rf $RPM_BUILD_ROOT
394 mkdir -p $RPM_BUILD_ROOT
395 make -j1 install_root=$RPM_BUILD_ROOT install -C build-%{nptl_target_cpu}-linuxnptl PARALLELMFLAGS=-s
396 %ifnarch %{auxarches}
397 cd build-%{nptl_target_cpu}-linuxnptl && \
398 make %{?_smp_mflags} install_root=$RPM_BUILD_ROOT install-locales -C ../localedata objdir=`pwd` && \
399 cd ..
400 %endif
402 librtso=`basename $RPM_BUILD_ROOT/%{_lib}/librt.so.*`
404 %ifarch %{rtkaioarches}
405 rm -f $RPM_BUILD_ROOT{,%{_prefix}}/%{_lib}/librtkaio.so*
406 rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/librt.so.*
407 mkdir -p $RPM_BUILD_ROOT/%{_lib}/rtkaio
408 mv $RPM_BUILD_ROOT/%{_lib}/librtkaio-*.so $RPM_BUILD_ROOT/%{_lib}/rtkaio/
409 rm -f $RPM_BUILD_ROOT/%{_lib}/$librtso
410 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$librtso
411 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/rtkaio/librtkaio-*.so` $RPM_BUILD_ROOT/%{_lib}/rtkaio/$librtso
412 %endif
414 %if %{buildxen}
415 %define nosegneg_subdir_base i686
416 %define nosegneg_subdir i686/nosegneg
417 %define nosegneg_subdir_up ../..
418 cd build-%{nptl_target_cpu}-linuxnptl-nosegneg
419 destdir=$RPM_BUILD_ROOT/%{_lib}/%{nosegneg_subdir}
420 mkdir -p $destdir
421 for lib in libc math/libm nptl/libpthread rt/librt nptl_db/libthread_db
423 libbase=${lib#*/}
424 libbaseso=$(basename $RPM_BUILD_ROOT/%{_lib}/${libbase}-*.so)
425 # Only install if different from base lib
426 if cmp -s ${lib}.so ../build-%{nptl_target_cpu}-linuxnptl/${lib}.so; then
427 ln -sf %{nosegneg_subdir_up}/$libbaseso $destdir/$libbaseso
428 else
429 cp -a ${lib}.so $destdir/$libbaseso
431 ln -sf $libbaseso $destdir/$(basename $RPM_BUILD_ROOT/%{_lib}/${libbase}.so.*)
432 done
433 %ifarch %{rtkaioarches}
434 destdir=$RPM_BUILD_ROOT/%{_lib}/rtkaio/%{nosegneg_subdir}
435 mkdir -p $destdir
436 librtkaioso=$(basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/)
437 if cmp -s rtkaio/librtkaio.so ../build-%{nptl_target_cpu}-linuxnptl/rtkaio/librtkaio.so; then
438 ln -s %{nosegneg_subdir_up}/$librtkaioso $destdir/$librtkaioso
439 else
440 cp -a rtkaio/librtkaio.so $destdir/$librtkaioso
442 ln -sf $librtkaioso $destdir/$librtso
443 %endif
444 cd ..
445 %endif
447 %if %{buildpower6}
448 cd build-%{nptl_target_cpu}-linuxnptl-power6
449 destdir=$RPM_BUILD_ROOT/%{_lib}/power6
450 mkdir -p ${destdir}
451 for lib in libc math/libm nptl/libpthread rt/librt nptl_db/libthread_db
453 libbase=${lib#*/}
454 libbaseso=$(basename $RPM_BUILD_ROOT/%{_lib}/${libbase}-*.so)
455 cp -a ${lib}.so $destdir/$libbaseso
456 ln -sf $libbaseso $destdir/$(basename $RPM_BUILD_ROOT/%{_lib}/${libbase}.so.*)
457 done
458 mkdir -p ${destdir}x
459 pushd ${destdir}x
460 ln -sf ../power6/*.so .
461 cp -a ../power6/*.so.* .
462 popd
463 %ifarch %{rtkaioarches}
464 destdir=$RPM_BUILD_ROOT/%{_lib}/rtkaio/power6
465 mkdir -p $destdir
466 librtkaioso=$(basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/)
467 cp -a rtkaio/librtkaio.so $destdir/$librtkaioso
468 ln -sf $librtkaioso $destdir/$librtso
469 mkdir -p ${destdir}x
470 pushd ${destdir}x
471 ln -sf ../power6/*.so .
472 cp -a ../power6/*.so.* .
473 popd
474 %endif
475 cd ..
476 %endif
478 # Remove the files we don't want to distribute
479 rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libNoVersion*
480 rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion*
482 # NPTL <bits/stdio-lock.h> is not usable outside of glibc, so include
483 # the generic one (#162634)
484 cp -a bits/stdio-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/stdio-lock.h
485 # And <bits/libc-lock.h> needs sanitizing as well.
486 cp -a fedora/libc-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/libc-lock.h
488 if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then
489 mkdir -p $RPM_BUILD_ROOT%{_infodir}
490 mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir}
491 rm -rf $RPM_BUILD_ROOT%{_prefix}/info
494 gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc*
496 ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libbsd.a
498 install -p -m 644 fedora/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf
500 mkdir -p $RPM_BUILD_ROOT/etc/default
501 install -p -m 644 nis/nss $RPM_BUILD_ROOT/etc/default/nss
503 # Take care of setuids
504 # -- new security review sez that this shouldn't be needed anymore
505 #chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown
507 # This is for ncsd - in glibc 2.2
508 install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc
509 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
510 install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
512 # Don't include ld.so.cache
513 rm -f $RPM_BUILD_ROOT/etc/ld.so.cache
515 # Include ld.so.conf
516 echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf
517 > $RPM_BUILD_ROOT/etc/ld.so.cache
518 chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf
519 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
520 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
521 > $RPM_BUILD_ROOT/etc/sysconfig/nscd
523 # Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
524 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
525 chmod 644 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
527 # Install the upgrade program
528 install -m 700 build-%{nptl_target_cpu}-linuxnptl/glibc_post_upgrade.%{_target_cpu} \
529 $RPM_BUILD_ROOT/usr/sbin/glibc_post_upgrade.%{_target_cpu}
531 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.o
533 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}
534 cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \
535 $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/
536 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
538 # rquota.x and rquota.h are now provided by quota
539 rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
541 # Create archive of locale files
542 %ifnarch %{auxarches}
543 olddir=`pwd`
544 pushd ${RPM_BUILD_ROOT}%{_prefix}/lib/locale
545 rm locale-archive || :
546 # Intentionally we do not pass --alias-file=, aliases will be added
547 # by build-locale-archive.
548 $olddir/build-%{nptl_target_cpu}-linuxnptl/elf/ld.so \
549 --library-path $olddir/build-%{nptl_target_cpu}-linuxnptl/ \
550 $olddir/build-%{nptl_target_cpu}-linuxnptl/locale/localedef \
551 --prefix ${RPM_BUILD_ROOT} --add-to-archive \
553 rm -rf *_*
554 mv locale-archive{,.tmpl}
555 popd
556 %endif
558 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss1-*
559 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1
561 # Ugly hack for buggy rpm
562 ln -f ${RPM_BUILD_ROOT}%{_sbindir}/iconvconfig{,.%{_target_cpu}}
564 rm -f $RPM_BUILD_ROOT/etc/gai.conf
566 # In F7+ this is provided by rpcbind rpm
567 rm -f $RPM_BUILD_ROOT%{_sbindir}/rpcinfo
569 # BUILD THE FILE LIST
571 find $RPM_BUILD_ROOT \( -type f -o -type l \) \
572 \( \
573 -name etc -printf "%%%%config " -o \
574 -name gconv-modules \
575 -printf "%%%%verify(not md5 size mtime) %%%%config(noreplace) " -o \
576 -name gconv-modules.cache \
577 -printf "%%%%verify(not md5 size mtime) " \
579 ! -path "*/lib/debug/*" -printf "/%%P\n" \)
580 find $RPM_BUILD_ROOT -type d \
581 \( -path '*%{_prefix}/share/*' ! -path '*%{_infodir}' -o \
582 -path "*%{_prefix}/include/*" -o \
583 -path "*%{_prefix}/lib/locale/*" \
584 \) -printf "%%%%dir /%%P\n"
585 } | {
587 # primary filelist
588 SHARE_LANG='s|.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo|%lang(\1) &|'
589 LIB_LANG='s|.*/lib/locale/\([^/_]\+\)|%lang(\1) &|'
590 # rpm does not handle %lang() tagged files hardlinked together accross
591 # languages very well, temporarily disable
592 LIB_LANG=''
593 sed -e "$LIB_LANG" -e "$SHARE_LANG" \
594 -e '\,/etc/\(localtime\|nsswitch.conf\|ld\.so\.conf\|ld\.so\.cache\|default\),d' \
595 -e '\,/%{_lib}/lib\(pcprofile\|memusage\)\.so,d' \
596 -e '\,bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\),d'
597 } | sort > rpm.filelist
599 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}
600 mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib}
601 for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
602 sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
603 -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
604 -e 's~='\''/\\\$LIB/libpcprofile.so~='\''%{_prefix}/\\$LIB/libpcprofile.so~' \
605 -e 's~='\''/\\\$LIB/libmemusage.so~='\''%{_prefix}/\\$LIB/libmemusage.so~' \
606 -i $i
607 done
609 grep '%{_infodir}' < rpm.filelist | grep -v '%{_infodir}/dir' > devel.filelist
610 grep '%{_prefix}/include/gnu/stubs-[32164]\+\.h' < rpm.filelist >> devel.filelist || :
612 grep '%{_prefix}/include' < rpm.filelist |
613 egrep -v '%{_prefix}/include/(linuxthreads|gnu/stubs-[32164]+\.h)' \
614 > headers.filelist
616 sed -i -e '\|%{_prefix}/%{_lib}/lib.*_p.a|d' \
617 -e '\|%{_prefix}/include|d' \
618 -e '\|%{_infodir}|d' rpm.filelist
620 grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist \
621 | grep '/lib\(\(c\|pthread\|nldbl\)_nonshared\|bsd\(\|-compat\)\|g\|ieee\|mcheck\|rpcsvc\)\.a$' \
622 >> devel.filelist
623 grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist \
624 | grep -v '/lib\(\(c\|pthread\|nldbl\)_nonshared\|bsd\(\|-compat\)\|g\|ieee\|mcheck\|rpcsvc\)\.a$' \
625 > static.filelist
626 grep '%{_prefix}/%{_lib}/.*\.o' < rpm.filelist >> devel.filelist
627 grep '%{_prefix}/%{_lib}/lib.*\.so' < rpm.filelist >> devel.filelist
629 sed -i -e '\|%{_prefix}/%{_lib}/lib.*\.a|d' \
630 -e '\|%{_prefix}/%{_lib}/.*\.o|d' \
631 -e '\|%{_prefix}/%{_lib}/lib.*\.so|d' \
632 -e '\|%{_prefix}/%{_lib}/linuxthreads|d' \
633 -e '\|nscd|d' rpm.filelist
635 grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
636 #grep '%{_prefix}/lib/locale' < rpm.filelist | grep -v /locale-archive.tmpl >> common.filelist
637 #grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
638 grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
639 grep '%{_prefix}/share' < rpm.filelist | \
640 grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
642 sed -i -e '\|%{_prefix}/bin|d' \
643 -e '\|%{_prefix}/lib/locale|d' \
644 -e '\|%{_prefix}/libexec/pt_chown|d' \
645 -e '\|%{_prefix}/sbin/[^gi]|d' \
646 -e '\|%{_prefix}/share|d' rpm.filelist
648 > nosegneg.filelist
649 %if %{xenpackage}
650 grep '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist >> nosegneg.filelist
651 sed -i -e '\|/%{_lib}/%{nosegneg_subdir}|d' rpm.filelist
652 %endif
654 echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist
655 echo '%{_prefix}/sbin/tzdata-update' >> common.filelist
656 echo '%{_prefix}/sbin/nscd' > nscd.filelist
658 cat > utils.filelist <<EOF
659 %{_prefix}/%{_lib}/libmemusage.so
660 %{_prefix}/%{_lib}/libpcprofile.so
661 %{_prefix}/bin/memusage
662 %{_prefix}/bin/memusagestat
663 %{_prefix}/bin/mtrace
664 %{_prefix}/bin/pcprofiledump
665 %{_prefix}/bin/xtrace
668 # /etc/localtime
669 rm -f $RPM_BUILD_ROOT/etc/localtime
670 cp -f $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
671 #ln -sf ..%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
673 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo
675 # Make sure %config files have the same timestamp
676 touch -r fedora/glibc.spec.in $RPM_BUILD_ROOT/etc/ld.so.conf
677 touch -r timezone/northamerica $RPM_BUILD_ROOT/etc/localtime
678 touch -r sunrpc/etc.rpc $RPM_BUILD_ROOT/etc/rpc
680 cd fedora
681 $GCC -Os -g -static -o build-locale-archive build-locale-archive.c \
682 ../build-%{nptl_target_cpu}-linuxnptl/locale/locarchive.o \
683 ../build-%{nptl_target_cpu}-linuxnptl/locale/md5.o \
684 -DDATADIR=\"%{_datadir}\" -DPREFIX=\"%{_prefix}\" \
685 -L../build-%{nptl_target_cpu}-linuxnptl
686 install -m 700 build-locale-archive $RPM_BUILD_ROOT/usr/sbin/build-locale-archive
687 $GCC -Os -g -static -o tzdata-update tzdata-update.c \
688 -L../build-%{nptl_target_cpu}-linuxnptl
689 install -m 700 tzdata-update $RPM_BUILD_ROOT/usr/sbin/tzdata-update
690 cd ..
692 # the last bit: more documentation
693 rm -rf documentation
694 mkdir documentation
695 cp crypt/README.ufc-crypt documentation/README.ufc-crypt
696 cp timezone/README documentation/README.timezone
697 cp ChangeLog{,.15,.16} documentation
698 bzip2 -9 documentation/ChangeLog*
699 cp posix/gai.conf documentation/
701 %ifarch s390x
702 # Compatibility symlink
703 mkdir -p $RPM_BUILD_ROOT/lib
704 ln -sf /%{_lib}/ld64.so.1 $RPM_BUILD_ROOT/lib/ld64.so.1
705 %endif
706 %ifarch ia64
707 %if "%{_lib}" == "lib64"
708 # Compatibility symlink
709 mkdir -p $RPM_BUILD_ROOT/lib
710 ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
711 %endif
712 %endif
714 %if %{run_glibc_tests}
716 # Increase timeouts
717 export TIMEOUTFACTOR=16
718 parent=$$
719 echo ====================TESTING=========================
720 cd build-%{nptl_target_cpu}-linuxnptl
721 ( make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1
722 sleep 10s
723 teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`"
724 [ -n "$teepid" ] && kill $teepid
725 ) | tee check.log || :
726 cd ..
727 %if %{buildxen}
728 echo ====================TESTING -mno-tls-direct-seg-refs=============
729 cd build-%{nptl_target_cpu}-linuxnptl-nosegneg
730 ( make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1
731 sleep 10s
732 teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`"
733 [ -n "$teepid" ] && kill $teepid
734 ) | tee check.log || :
735 cd ..
736 %endif
737 %if %{buildpower6}
738 echo ====================TESTING -mcpu=power6=============
739 cd build-%{nptl_target_cpu}-linuxnptl-power6
740 ( if [ -d ../power6emul ]; then
741 export LD_PRELOAD=`cd ../power6emul; pwd`/\$LIB/power6emul.so
743 make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1
744 sleep 10s
745 teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`"
746 [ -n "$teepid" ] && kill $teepid
747 ) | tee check.log || :
748 cd ..
749 %endif
750 echo ====================TESTING DETAILS=================
751 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check.log`; do
752 echo =====$i=====
753 cat $i || :
754 echo ============
755 done
756 echo ====================TESTING END=====================
757 PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p'
758 echo ====================PLT RELOCS LD.SO================
759 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-*.so | sed -n -e "$PLTCMD"
760 echo ====================PLT RELOCS LIBC.SO==============
761 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/libc-*.so | sed -n -e "$PLTCMD"
762 echo ====================PLT RELOCS END==================
764 %endif
766 pushd $RPM_BUILD_ROOT/usr/%{_lib}/
767 $GCC -r -nostdlib -o libpthread.o -Wl,--whole-archive ./libpthread.a
768 rm libpthread.a
769 ar rcs libpthread.a libpthread.o
770 rm libpthread.o
771 popd
773 %if 0%{?_enable_debug_packages}
775 # The #line directives gperf generates do not give the proper
776 # file name relative to the build directory.
777 (cd locale; ln -s programs/*.gperf .)
778 (cd iconv; ln -s ../locale/programs/charmap-kw.gperf .)
780 ls -l $RPM_BUILD_ROOT/usr/bin/getconf
781 ls -l $RPM_BUILD_ROOT/usr/libexec/getconf
782 eu-readelf -hS $RPM_BUILD_ROOT/usr/bin/getconf $RPM_BUILD_ROOT/usr/libexec/getconf/*
784 find_debuginfo_args='--strict-build-id -g'
785 %ifarch %{debuginfocommonarches}
786 find_debuginfo_args="$find_debuginfo_args \
787 -l common.filelist -l utils.filelist -l nscd.filelist \
788 -o debuginfocommon.filelist \
789 -l rpm.filelist -l nosegneg.filelist \
791 %endif
792 /usr/lib/rpm/find-debuginfo.sh $find_debuginfo_args -o debuginfo.filelist
794 list_debug_archives()
796 local dir=%{_prefix}/lib/debug%{_prefix}/%{_lib}
797 find $RPM_BUILD_ROOT$dir -name "*.a" -printf "$dir/%%P\n"
800 %ifarch %{debuginfocommonarches}
802 %ifarch %{ix86}
803 %define basearch i686
804 %endif
805 %ifarch alpha alphaev6
806 %define basearch alpha
807 %endif
808 %ifarch sparc sparcv9
809 %define basearch sparc
810 %endif
812 sed -i '\#^%{_prefix}/src/debug/#d' debuginfocommon.filelist
813 find $RPM_BUILD_ROOT%{_prefix}/src/debug \
814 \( -type d -printf '%%%%dir ' \) , \
815 -printf '%{_prefix}/src/debug/%%P\n' > debuginfocommon.sources
817 # auxarches get only these few source files
818 auxarches_debugsources=\
819 '/(generic|linux|%{basearch}|nptl(_db)?)/|/%{glibcsrcdir}/build|/dl-osinfo\.h'
821 egrep "$auxarches_debugsources" debuginfocommon.sources >> debuginfo.filelist
823 egrep -v "$auxarches_debugsources" \
824 debuginfocommon.sources >> debuginfocommon.filelist
825 %ifnarch %{auxarches}
826 # non-aux arches when there is a debuginfo-common
827 # all the sources go into debuginfo-common
828 #cat debuginfocommon.sources >> debuginfocommon.filelist
829 %endif
831 list_debug_archives >> debuginfocommon.filelist
833 %else
835 # already found by find-debuginfo
836 #list_debug_archives >> debuginfo.filelist
838 %endif
840 %endif
842 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
844 %ifarch %{auxarches}
846 echo Cutting down the list of unpackaged files
847 >> debuginfocommon.filelist
848 sed -e '/%%dir/d;/%%config/d;/%%verify/d;s/%%lang([^)]*) //;s#^/*##' \
849 common.filelist devel.filelist static.filelist headers.filelist \
850 utils.filelist nscd.filelist debuginfocommon.filelist |
851 (cd $RPM_BUILD_ROOT; xargs --no-run-if-empty rm -f 2> /dev/null || :)
853 %else
855 mkdir -p $RPM_BUILD_ROOT/var/{db,run}/nscd
856 touch $RPM_BUILD_ROOT/var/{db,run}/nscd/{passwd,group,hosts,services}
857 touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid}
858 %endif
860 %ifnarch %{auxarches}
861 > $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive
862 %endif
864 mkdir -p $RPM_BUILD_ROOT/var/cache/ldconfig
865 > $RPM_BUILD_ROOT/var/cache/ldconfig/aux-cache
867 %post -p /usr/sbin/glibc_post_upgrade.%{_target_cpu}
869 %postun -p /sbin/ldconfig
871 %post common -p /usr/sbin/build-locale-archive
873 %triggerin common -p /usr/sbin/tzdata-update -- tzdata
875 %post devel
876 /sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || :
878 %pre headers
879 # this used to be a link and it is causing nightmares now
880 if [ -L %{_prefix}/include/scsi ] ; then
881 rm -f %{_prefix}/include/scsi
884 %preun devel
885 if [ "$1" = 0 ]; then
886 /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || :
889 %post utils -p /sbin/ldconfig
891 %postun utils -p /sbin/ldconfig
893 %pre -n nscd
894 /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \
895 -c "NSCD Daemon" -u 28 nscd > /dev/null 2>&1 || :
897 %post -n nscd
898 /sbin/chkconfig --add nscd
900 %preun -n nscd
901 if [ $1 = 0 ] ; then
902 service nscd stop > /dev/null 2>&1
903 /sbin/chkconfig --del nscd
906 %postun -n nscd
907 if [ $1 = 0 ] ; then
908 /usr/sbin/userdel nscd > /dev/null 2>&1 || :
910 if [ "$1" -ge "1" ]; then
911 service nscd condrestart > /dev/null 2>&1 || :
914 %if %{xenpackage}
915 %post xen -p /sbin/ldconfig
916 %postun xen -p /sbin/ldconfig
917 %endif
919 %clean
920 rm -rf "$RPM_BUILD_ROOT"
921 rm -f *.filelist*
923 %files -f rpm.filelist
924 %defattr(-,root,root)
925 %ifarch %{rtkaioarches}
926 %dir /%{_lib}/rtkaio
927 %endif
928 %if %{buildxen} && !%{xenpackage}
929 %dir /%{_lib}/%{nosegneg_subdir_base}
930 %dir /%{_lib}/%{nosegneg_subdir}
931 %ifarch %{rtkaioarches}
932 %dir /%{_lib}/rtkaio/%{nosegneg_subdir_base}
933 %dir /%{_lib}/rtkaio/%{nosegneg_subdir}
934 %endif
935 %endif
936 %if %{buildpower6}
937 %dir /%{_lib}/power6
938 %dir /%{_lib}/power6x
939 %ifarch %{rtkaioarches}
940 %dir /%{_lib}/rtkaio/power6
941 %dir /%{_lib}/rtkaio/power6x
942 %endif
943 %endif
944 %ifarch s390x
945 %dir /lib
946 /lib/ld64.so.1
947 %endif
948 %ifarch ia64
949 %if "%{_lib}" == "lib64"
950 %dir /lib
951 /lib/ld-linux-ia64.so.2
952 %endif
953 %endif
954 %verify(not md5 size mtime) %config(noreplace) /etc/localtime
955 %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
956 %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
957 %dir /etc/ld.so.conf.d
958 %dir %{_prefix}/libexec/getconf
959 %dir %{_prefix}/%{_lib}/gconv
960 %dir %attr(0700,root,root) /var/cache/ldconfig
961 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/cache/ldconfig/aux-cache
962 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
963 %doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
964 %doc COPYING COPYING.LIB README.libm LICENSES
965 %doc hesiod/README.hesiod
967 %if %{xenpackage}
968 %files -f nosegneg.filelist xen
969 %defattr(-,root,root)
970 %dir /%{_lib}/%{nosegneg_subdir_base}
971 %dir /%{_lib}/%{nosegneg_subdir}
972 %endif
974 %ifnarch %{auxarches}
975 %files -f common.filelist common
976 %defattr(-,root,root)
977 %dir %{_prefix}/lib/locale
978 %attr(0644,root,root) %verify(not md5 size mtime) %{_prefix}/lib/locale/locale-archive.tmpl
979 %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
980 %dir %attr(755,root,root) /etc/default
981 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
982 %attr(4711,root,root) %{_prefix}/libexec/pt_chown
983 %doc documentation/*
985 %files -f devel.filelist devel
986 %defattr(-,root,root)
988 %files -f static.filelist static
989 %defattr(-,root,root)
991 %files -f headers.filelist headers
992 %defattr(-,root,root)
994 %files -f utils.filelist utils
995 %defattr(-,root,root)
997 %files -f nscd.filelist -n nscd
998 %defattr(-,root,root)
999 %config(noreplace) /etc/nscd.conf
1000 %config /etc/rc.d/init.d/nscd
1001 %dir %attr(0755,root,root) /var/run/nscd
1002 %dir %attr(0755,root,root) /var/db/nscd
1003 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid
1004 %attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket
1005 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
1006 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
1007 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
1008 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/services
1009 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd
1010 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group
1011 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts
1012 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/services
1013 %ghost %config(missingok,noreplace) /etc/sysconfig/nscd
1014 %endif
1016 %if 0%{?_enable_debug_packages}
1017 %files debuginfo -f debuginfo.filelist
1018 %defattr(-,root,root)
1019 %ifarch %{debuginfocommonarches}
1020 %ifnarch %{auxarches}
1021 %files debuginfo-common -f debuginfocommon.filelist
1022 %defattr(-,root,root)
1023 %endif
1024 %endif
1025 %endif
1027 %changelog
1028 * Thu Nov 12 2009 Andreas Schwab <schwab@redhat.com> - 2.11.90-1
1029 - Update from master.
1031 * Thu Nov 5 2009 Andreas Schwab <schwab@redhat.com> - 2.11-2
1032 - Fix readahead on powerpc32.
1033 - Fix R_PPC64_{JMP_IREL,IRELATIVE} handling.
1034 - Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64 (#533063).
1036 * Mon Nov 2 2009 Andreas Schwab <schwab@redhat.com> - 2.11-1
1037 - Update to 2.11 release.
1038 - Disable multi-arch support on PowerPC again since binutils is too old.
1039 - Fix crash in tzdata-update due to use of multi-arch symbol (#532128).
1041 * Fri Oct 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-27
1042 - Update from master.
1043 - Fix races in setXid implementation (BZ#3270).
1044 - Implement IFUNC for PPC and enable multi-arch support.
1045 - Implement mkstemps/mkstemps64 and mkostemps/mkostemps64 (BZ#10349).
1046 - Fix IA-64 and S390 sigevent definitions (BZ#10446).
1047 - Fix memory leak in NIS grp database handling (BZ#10713).
1048 - Print timestamp in nscd debug messages (BZ#10742).
1049 - Fix mixing IPv4 and IPv6 name server in resolv.conf.
1050 - Fix range checks in coshl.
1051 - Implement SSE4.2 optimized strchr and strrchr.
1052 - Handle IFUNC symbols in dlsym (#529965).
1053 - Misc fixes (BZ#10312, BZ#10315, BZ#10319, BZ#10391, BZ#10425,
1054 BZ#10540, BZ#10553, BZ#10564, BZ#10609, BZ#10692, BZ#10780,
1055 BZ#10717, BZ#10784, BZ#10789, BZ#10847
1056 - No longer build with -fno-var-tracking-assignments.
1058 * Mon Oct 19 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-26
1059 - Update from master.
1060 - Add ____longjmp_chk for sparc.
1061 - Avoid installing the same libraries twice.
1063 * Mon Oct 12 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-25
1064 - Update from master
1065 - Fix descriptor leak when calling dlopen with RTLD_NOLOAD (#527409).
1066 - Fix week-1stday in C locale.
1067 - Check for integer overflows in formatting functions.
1068 - Fix locale program error handling (#525363).
1070 * Mon Sep 28 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-24
1071 - Update from master.
1072 - Fix missing reloc dependency (#517001).
1074 * Mon Sep 21 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-23
1075 - Update from master.
1077 * Mon Sep 14 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-22
1078 - Update from master.
1079 - Fix endless loop in localedef.
1080 - Fix __longjmp_chk on s390/s390x.
1081 - Fix exit codes in nscd start script (#521848).
1082 - Build with -fno-var-tracking-assignments for now (#523172).
1084 * Mon Sep 7 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-21
1085 - Update from master.
1086 - Fix strstr/strcasestr on i386 (#519226).
1088 * Thu Sep 3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-20
1089 - Update from master.
1090 - Fix strstr/strcasestr/fma/fmaf on x86_64 (#519226).
1091 - Fix lookup of group names in hesiod initgroups (#520472).
1093 * Wed Sep 2 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-19
1094 - Update from master.
1095 - Fix x86_64 bits/mathinline.h for -m32 compilation.
1097 * Tue Sep 1 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-18
1098 - Update from master.
1099 - fix parse error in <bits/mathinline.h> (#520209).
1101 * Thu Aug 27 2009 Roland McGrath <roland@redhat.com> - 2.10.90-17
1102 - Update from master.
1104 * Wed Aug 26 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-16
1105 - Update from master.
1106 - handle AVX saving on x86-64 in interrupted symbol lookups (#519081).
1108 * Mon Aug 24 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-15
1109 - Update from master.
1110 - fix fortify failure with longjmp from alternate stack (#512103).
1111 - Add conflict with prelink (#509655).
1113 * Mon Aug 17 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-14
1114 - Update from master.
1115 - fix pthread_cond_signal (#516469)
1117 * Mon Aug 10 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-13
1118 - Update from master.
1119 - fix rehashing of unique symbols (#515677)
1120 - Fix spurious messages with --excludedocs (#515948)
1122 * Mon Aug 3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-12
1123 - Update from master.
1124 - fix fortify failure with longjmp from alternate stack (#512103)
1126 * Thu Jul 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-11
1127 - Update from master.
1128 - Don't package debuginfo files in glibc-devel.
1130 * Tue Jul 28 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-10
1131 - Update from master.
1132 * fix memory ordering in pthread_mutex_unlock (BZ#10418)
1133 * implement RES_USE_DNSSEC option in resolver (#205842)
1134 * fix hang in ldd -r (#513945)
1136 * Mon Jul 27 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-9
1137 - Update from master.
1139 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.90-8.1
1140 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1142 * Fri Jul 24 2009 Jakub Jelinek <jakub@redhat.com> - 2.10.90-7.1
1143 - Fix up pthread_cond_timedwait on x86_64 with old kernels.
1145 * Thu Jul 23 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-7
1146 - Update from master.
1147 - Build with -DNDEBUG unless using a prerelease.
1149 * Thu Jul 23 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-6
1150 - Rebuilt with binutils-2.19.51.0.14-29.fc12 to fix static binaries
1152 * Wed Jul 22 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-5
1153 - Update from master.
1154 - Undefine __i686 on x86 to fix build.
1156 * Mon Jul 20 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-4
1157 - Update from master.
1158 - Don't build separate i686 package.
1160 * Wed Jul 8 2009 Andreas Schwab <schwab@redhat.com> 2.10.90-3
1161 - Reenable setuid on pt_chown.
1163 * Thu Jul 2 2009 Andreas Schwab <aschwab@redhat.com> 2.10.90-2
1164 - Update from master.
1166 * Thu Jun 26 2009 Andreas Schwab <aschwab@redhat.com> 2.10.90-1
1167 - Update from master.
1168 - Enable multi-arch support on x86/x86-64.
1169 - Add requires glibc-headers to glibc-devel (#476295).
1170 - Implement second fallback mode for DNS requests (#505105).
1171 - Don't generate invalid POSIX TZ string for Asia/Dhaka timezone (#506941).
1172 - Allow backtrace through __longjmp_chk on powerpc.
1174 * Fri May 22 2009 Jakub Jelinek <jakub@redhat.com> 2.10.1-2
1175 - fix accept4 on architectures other than i?86/x86_64
1176 - robustify nscd client code during server GC
1177 - fix up nscd segfaults during daemon shutdown
1178 - fix memchr on ia64 (BZ#10162)
1179 - replace the Sun RPC license with the BSD license, with the explicit
1180 permission of Sun Microsystems
1181 - fix up powerpc long double errno reporting
1183 * Sun May 10 2009 Jakub Jelinek <jakub@redhat.com> 2.10.1-1
1184 - fix up getsgent_r and getsgnam_r exports on i?86 and ppc
1186 * Sat May 9 2009 Jakub Jelinek <jakub@redhat.com> 2.10-2
1187 - update from trunk
1188 - glibc 2.10 release
1189 - fix memchr on x86_64 (#499689)
1191 * Mon Apr 27 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-22
1192 - update from trunk
1193 - further localedef fixes
1194 - fix build-locale-archive
1196 * Fri Apr 24 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-21
1197 - update from trunk
1198 - fix localedef
1199 - fix SHIFT_JIS iconv EILSEQ handling (#497267)
1200 - misc fixes (BZ#10093, BZ#10100)
1202 * Fri Apr 24 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-20
1203 - update from trunk
1204 - fix p{read,write}v{,64} (#497429, #497434)
1205 - fix strfmon (#496386)
1207 * Thu Apr 16 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-19
1208 - update from trunk
1209 - fix dlopen from statically linked binaries (#495830)
1211 * Thu Apr 16 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-18
1212 - update from trunk
1213 - fix fallocate
1215 * Wed Apr 15 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-17
1216 - update from trunk
1217 - if threads have very small stack sizes, use much smaller buffer
1218 in __get_nprocs when called from within malloc (#494631)
1220 * Tue Apr 14 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-16
1221 - update from trunk
1223 * Thu Apr 9 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-15
1224 - rebuilt with fixed gcc to avoid miscompilation of i586 memmove
1225 - reenable experimental malloc again
1227 * Wed Apr 8 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-14
1228 - update from trunk
1229 - temporarily disable experimental malloc
1231 * Tue Apr 7 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-13
1232 - update from trunk
1233 - fix strverscmp (#494457)
1234 - configure with --enable-nss-crypt
1236 * Wed Apr 1 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-12
1237 - update from trunk
1238 - configure with --enable-experimental-malloc
1240 * Fri Mar 20 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-11
1241 - update from trunk
1242 - POSIX 2008 prototype adjustments for scandir{,64}, alphasort{,64} and
1243 versionsort{,64}
1244 - fix libthread_db (#491197)
1246 * Tue Mar 10 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-10
1247 - update from trunk
1248 - fix atexit/__cxa_atexit
1250 * Mon Mar 9 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-9
1251 - update from trunk
1252 - POSIX 2008 support: -D_XOPEN_SOURCE=700 and -D_POSIX_C_SOURCE=200809L
1253 - move libnldbl_nonshared.a on ppc*/s390*/sparc* back to glibc-devel
1255 * Fri Feb 27 2009 Roland McGrath <roland@redhat.com> - 2.9.90-8.1
1256 - fix libthread_db (#487212)
1258 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.90-8
1259 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1261 * Wed Feb 18 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-7
1262 - update from trunk
1263 - adjust for i586 + i686 from i386 + i686 build
1264 - split static libraries into glibc-static subpackage
1265 - ld -r the whole libpthread.a together to avoid endless issues with
1266 -static ... -lpthread
1267 - require 2.6.18 and later kernel
1269 * Wed Feb 4 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-3
1270 - update from trunk
1271 - ISO C++ compliant strchr etc. with GCC 4.4+
1272 - AT_RANDOM support
1274 * Thu Jan 8 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-2
1275 - update from trunk
1277 * Fri Jan 2 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-1
1278 - update from trunk (#478314)
1280 * Mon Dec 8 2008 Jakub Jelinek <jakub@redhat.com> 2.9-3
1281 - temporarily disable _nss_dns_gethostbyname4_r (#459756)
1282 - NIS hostname lookup fixes (#473073, #474800, BZ#7058)
1283 - fix unsetenv (#472941)
1285 * Thu Nov 13 2008 Jakub Jelinek <jakub@redhat.com> 2.9-2
1286 - glibc 2.9 release
1287 - fix CPU_ALLOC_SIZE on 32-bit arches (BZ#7029)
1289 * Wed Nov 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-17
1290 - update from trunk
1291 - don't abort on broken DNS replies (#469299, BZ#7009)
1292 - misc fixes (BZ#6966, BZ#7008, BZ#6955, BZ#6843)
1294 * Fri Oct 31 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-16
1295 - update from trunk
1296 - further resolver fixes
1297 - another dynamic TLS handling fix (#469263)
1298 - misc fixes (BZ#6867, BZ#6875, BZ#6919, BZ#6920, BZ#6942, BZ#6947,
1299 BZ#6968, BZ#6974, BZ#6980, BZ#6995)
1300 - rebuild with newer rpm to avoid stripping
1301 shared libraries when they shouldn't be (#468129)
1303 * Tue Oct 28 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-15
1304 - update from trunk
1305 - __libc_res_nquery fixes (#466786)
1307 * Sun Oct 19 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-14
1308 - update from trunk
1309 - fix dynamic TLS handling (#467309)
1310 - fix sys/signalfd.h for C++ (#467172)
1311 - fix sprof (#458861)
1312 - fix _mcount and socket syscalls on s390x (#464146)
1313 - try harder to allocate memory in valloc and pvalloc (#461481)
1314 - fix power6 32-bit libs (#467311)
1316 * Fri Oct 10 2008 Dennis Gilmore <dennis@ausil.us> 2.8.90-13
1317 - apply sparcv9v memset patch from jakub and davem
1319 * Fri Aug 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-12
1320 - update from trunk
1321 - revert origin changes (#457849)
1322 - use MAP_STACK for thread stacks
1323 - misc fixes (BZ#6845, BZ#6544, BZ#6634, BZ#6589, BZ#6790, BZ#6791,
1324 BZ#6824)
1325 - power7 bits (BZ#6817)
1326 - fix expm1 on i?86/x86_64 (#43354, BZ#5794)
1328 * Sat Aug 2 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-11
1329 - update from trunk
1330 - fix non-absolute $ORIGIN handling (#457560)
1331 - exported some further libresolv APIs (#453325)
1332 - misc fixes
1334 * Tue Jul 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-10
1335 - update from trunk
1336 - resolver fixes
1337 - misc fixes (BZ#6771, BZ#6763, BZ#6698, BZ#6712)
1338 - s390{,x} utmp/utmpx bi-arch support (BZ#6724)
1339 - popen "e" flag
1340 - fr_FR locale changes reenabled
1342 * Wed Jul 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-9
1343 - update from trunk
1344 - fix unbuffered vfprintf if writing to the stream fails (#455360)
1345 - remove useless "malloc: using debugging hooks" message (#455355)
1346 - nscd fixes
1347 - fix resolver alignment issues (#454500)
1348 - fix setvbuf (BZ#6719)
1350 * Thu Jul 3 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-8
1351 - update from trunk
1352 - watch even resolv.conf in nscd using inotify
1353 - some nscd fixes
1355 * Fri Jun 13 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-7
1356 - update from trunk
1357 - avoid *lround* on ppc* clobbering cr3/cr4 registers (#450790)
1358 - further nscd fixes (#450704)
1359 - use inotify in nscd to watch files
1361 * Thu Jun 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-6
1362 - update from trunk
1363 - nscd fixes (#450704)
1364 - fix getservbyport (#449358)
1365 - fix regexp.h (#446406)
1366 - avoid crashing on T_DNAME in DNS responses (#450766)
1368 * Sun May 25 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-5
1369 - update from trunk
1371 * Tue May 20 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-4
1372 - further getaddrinfo and nscd fixes
1374 * Sun May 18 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-3
1375 - getaddrinfo and nscd fixes
1376 - reenable assertion checking in rawhide
1378 * Fri May 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-2
1379 - fix getaddrinfo (#446801, #446808)
1381 * Thu May 15 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-1
1382 - update to trunk
1383 - O(n) memmem/strstr/strcasestr
1384 - i386/x86_64 TLS descriptors support
1385 - concurrent IPv4 and IPv6 DNS lookups by getaddrinfo
1387 * Mon May 5 2008 Jakub Jelinek <jakub@redhat.com> 2.8-3
1388 - don't run telinit u in %post if both /dev/initctl and
1389 /sbin/initctl exist (#444978)
1390 - workaround GCC ppc64 miscompilation of c{log{,10},acosh,atan}l
1391 (#444996)
1393 * Wed Apr 30 2008 Jakub Jelinek <jakub@redhat.com> 2.8-2
1394 - fix nscd races during GC (BZ#5381)
1395 - rebuilt with fixed GCC to fix regex miscompilation on power6
1396 - SPARC fixes
1398 * Sat Apr 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8-1
1399 - 2.8 release
1401 * Fri Apr 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-16
1402 - update to trunk
1403 - misc fixes (BZ#4997, BZ#5741)
1404 - make sure all users of __libc_setlocale_lock know it is
1405 now a rwlock
1406 - fix ppc/ppc64 compatibility _sys_errlist and _sys_siglist
1407 symbols
1409 * Thu Apr 10 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-15
1410 - update to trunk
1411 - misc fixes (BZ#4314, BZ#4407, BZ#5209, BZ#5436, BZ#5768, BZ#5998,
1412 BZ#6024)
1413 - restart sshd in %post when upstart is used - it doesn't have
1414 /dev/initctl (#441763)
1415 - disable assert checking again
1417 * Tue Apr 8 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-14
1418 - update to trunk
1419 - misc fixes (BZ#5443, BZ#5475, BZ#5478, BZ#5939, BZ#5979, BZ#5995,
1420 BZ#6004, BZ#6007, BZ#6020, BZ#6021, BZ#6042)
1421 - change mtrace to keep perl 5.10 quiet (#441082)
1422 - don't share conversion state between mbtowc and wctomb (#438687)
1423 - if st_blksize is too large and malloc fails, retry with smaller
1424 buffer in opendir (#430768)
1425 - correct *printf overflow test (#358111)
1427 * Fri Mar 28 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-13
1428 - update to trunk
1429 - don't define ARG_MAX in <limits.h>, as it is no longer
1430 constant - use sysconf (_SC_ARG_MAX) to get the current
1431 argument size limit
1432 - fix build on sparc64
1433 - only service sshd condrestart if /etc/rc.d/init.d/sshd exists
1434 (#428859)
1436 * Wed Mar 26 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-12
1437 - update to trunk
1438 - new CLONE_* flags in <sched.h> (#438542)
1439 - nis+ errno clobbering fix (#437945)
1440 - fix adjtime (#437974)
1442 * Fri Mar 14 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-11
1443 - update to trunk
1444 - remove <stropts.h>, define _XOPEN_STREAMS -1 (#436349)
1446 * Wed Mar 5 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-8
1447 - update to trunk
1448 - {,v}{as,d}printf and obstack_{,v}printf fortification (#435905)
1449 - fix getnameinfo/gethostbyaddr (#428067, BZ#5790)
1450 - fix yp_order (#435519, BZ#5854)
1451 - misc fixes (BZ#5779, BZ#5736, BZ#5627, BZ#5818, BZ#5012)
1452 - merge review cleanup (Tom Callaway, #225806)
1454 * Sat Feb 16 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-7
1455 - update to trunk
1456 - make NI_MAXHOST and NI_MAXSERV available even in BSDish
1457 namespaces (BZ#5737)
1458 - timerfd_* syscalls
1460 * Fri Feb 1 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-6
1461 - fix build
1463 * Thu Jan 31 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-5
1464 - update to trunk
1465 - rebuild with gcc 4.3
1467 * Fri Jan 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-4
1468 - update to trunk
1469 - misc fixes (BZ#5541, BZ#5545, BZ#5553, BZ#5112, BZ#5520)
1470 - getaddrinfo fixes
1471 - signalize EOVERFLOW from sem_post instead of overflowing
1472 the counter
1473 - fix i?86 makecontext
1474 - fix iconv for iso-2022-jp//translit (#397021)
1476 * Thu Jan 3 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-3
1477 - update to trunk
1478 - fix recognition of interface family (#425768)
1479 - add __THROW to __ctype_{b,tolower,toupper}_loc prototypes
1481 * Thu Dec 27 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-2
1482 - update to trunk
1483 - nsswitch fix (#425768)
1484 - temporarily enable assert checking
1486 * Wed Dec 12 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-1
1487 - update to trunk
1488 - fix __USE_STRING_INLINES on i?86 (#408731, #371711)
1489 - fix *scanf (#388751)
1491 * Wed Oct 17 2007 Jakub Jelinek <jakub@redhat.com> 2.7-1
1492 - glibc 2.7 release
1493 - fix tzfile.c for times after last transition (#333561)
1494 - fix sem_post@GLIBC_2.0 on i?86
1495 - appease valgrind in libpthread.so initialization
1496 - misc fixes (BZ#3425, BZ#5184, BZ#5186)
1498 * Mon Oct 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-21
1499 - fix getgr{name,gid}{,_r} with nscd
1501 * Sun Oct 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-20
1502 - install <bits/error.h> (#330031)
1503 - disable -D_FORTIFY_SOURCE{,=2} support (with a warning) for
1504 GCC 3.4.x and earlier(#327641)
1505 - pl_PL locale changes (BZ#4098, #242296)
1506 - misc fixes (BZ#1140, BZ#3195, BZ#3242, BZ#4359)
1508 * Thu Oct 11 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-19
1509 - fix <netinet/tcp.h>
1510 - simple preprocessor in localedef, fix de_DE collation with it
1512 * Wed Oct 10 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-18
1513 - add signalfd, eventfd, eventfd_read, eventfd_write
1514 - qsort speedups
1515 - workaround for cpuid bugs (#324081)
1516 - make sure gettext's conversion_lock is initialized even if
1517 program isn't linked against libpthread.so.0, only dlopens it (#321761)
1518 - misc fixes (BZ#5112, BZ#5113, BZ#5104, BZ#5063, BZ#5010, BZ#4407,
1519 BZ#3924, BZ#5103, BZ#2633, BZ#181, BZ#73, #321901)
1521 * Wed Oct 3 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-17
1522 - fix {,v}swprintf with -D_FORTIFY_SOURCE=1 -mlong-double-64 on ppc*/s390*/sparc*
1523 - strcoll fixes
1524 - misc fixes (BZ#645, BZ#5071)
1525 - locale fixes (BZ#4941, #299321, #203364, #196711, #236212)
1527 * Sat Sep 29 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-16
1528 - misc fixes (BZ#4963, BZ#4972, BZ#5028, BZ#5043, BZ#5058)
1529 - improve -D_FORTIFY_SOURCE{,=2} diagnostic through warning/error
1530 attributes
1531 - fix wcscpy, wcpcpy, fgetws, fgetws_unlocked, swprintf and vswprintf
1532 fortification inlines
1533 - fix a scalability issue with lazy binding in heavily multithreaded
1534 programs
1536 * Thu Sep 20 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-15
1537 - $5$ (SHA-256) and $6$ (SHA-512) support in crypt
1538 (#228697, #249477, #173834)
1540 * Tue Sep 18 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-14
1541 - -D_FORTIFY_SOURCE{,=2} support for C++
1542 - fortification of fread{,_unlocked}
1543 - support *scanf m allocation modifier (%ms, %mls, %mc, ...)
1544 - in -std=c99 or -D_XOPEN_SOURCE=600 mode don't recognize
1545 %as, %aS and %a[ as a GNU extension for *scanf
1546 - fix splice, vmsplice, tee return value, make them cancellation
1547 points
1548 - mq_open checking
1549 - use inline function rather than function-like macro
1550 for open{,at}{,64} checking
1551 - IFA_F_OPTIMISTIC handling in getaddrinfo (#259681)
1552 - fix an ABBA deadlock in ld.so (#284171)
1553 - remove sparc{32,64} unwind info from _start and clone
1555 * Mon Aug 27 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-13
1556 - fix personality on x86_64/ppc/ppc64 (#256281)
1558 * Sat Aug 25 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-12
1559 - readd x86_64 gettimeofday stuff, initialize it earlier
1560 - nis_list fix (#254115)
1561 - workaround for bugs in ia64 silly /emul/ia32-linux hack (#253961)
1562 - misc fixes (BZ#3924, BZ#4566, BZ#4582, BZ#4588, BZ#4726, BZ#4946,
1563 BZ#4905, BZ#4814, BZ#4925, BZ#4936, BZ#4896, BZ#4937, BZ#3842,
1564 BZ#4554, BZ#4557, BZ#4938)
1566 * Fri Aug 17 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-11
1567 - remove __strtold_internal and __wcstold_internal from ppc*/s390*/sparc*
1568 *-ldbl.h headers
1569 - temporarily backout x86_64 gettimeofday.S changes (#252453)
1570 - some further sparc, sparc64 and alpha fixes
1572 * Wed Aug 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-10
1573 - don't open /etc/ld.so.{cache,preload} with O_NOATIME (#252146)
1574 - s390{,x}, alpha and sparc fixes
1575 - sparcv9 is no longer an aux arch, as we expect
1576 to not build sparc.rpm glibc any longer, only sparcv9.rpm,
1577 sparc64.rpm and new two aux arches sparcv9v.rpm and sparc64v.rpm
1579 * Tue Aug 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-9
1580 - private futex even for mutexes and condvars
1581 - some further O_CLOEXEC changes
1582 - use vDSO on x86_64 if available
1583 - ia64 build fixes (#251983)
1585 * Fri Aug 10 2007 Roland McGrath <roland@redhat.com> 2.6.90-8
1586 - update to trunk
1587 - fix missing strtold_l export on ppc64
1589 * Thu Aug 9 2007 Roland McGrath <roland@redhat.com> 2.6.90-6
1590 - update to trunk
1591 - fix local PLT regressions
1592 - spec file revamp for new find-debuginfo.sh
1594 * Sun Aug 5 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-4
1595 - fix librt.so and librtkaio.so on ppc32, so that it is not using
1596 bss PLT
1598 * Sat Aug 4 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-3
1599 - fix open{,at}{,64} macro for -pedantic (#250897)
1600 - add transliteration for l with stroke (#250492)
1601 - fix strtod ("-0", NULL)
1602 - update License tag
1604 * Wed Aug 1 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-2
1605 - make aux-cache purely optional performance optimization in ldconfig,
1606 don't issue any errors if it can't be created (#250430)
1607 - remove override_headers hack, BuildRequire >= 2.6.22 kernel-headers
1608 and rely on its content
1610 * Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-1
1611 - update to trunk
1612 - private futex optimizations
1613 - open{,at}{,64} argument checking
1614 - ldconfig speedups
1616 * Sun Jul 8 2007 Jakub Jelinek <jakub@redhat.com> 2.6-4
1617 - filter <built-in> pseudo-files from debuginfo source lists (#245714)
1618 - fix sscanf when errno is EINTR before the call (BZ#4745)
1619 - save/restore errno around reading /etc/default/nss (BZ#4702)
1620 - fix LD_HWCAP_MASK handling
1621 - disable workaround for #210748, instead backport
1622 ld.so locking fixes from the trunk (#235026)
1623 - new x86_64 memcpy
1624 - don't write uninitialized padding bytes to nscd socket
1625 - fix dl{,v}sym, dl_iterate_phdr and dlopen if some library is
1626 mapped into ld.so's inter-segment hole on x86_64 (#245035, #244545)
1627 - fix LD_AUDIT=a:b program (#180432)
1628 - don't crash on pseudo-zero long double values passed to
1629 *printf on i?86/x86_64/ia64 (BZ#4586)
1630 - fix *printf %La and strtold with some hexadecimal floating point
1631 constants on ppc/ppc64
1632 - fix nextafterl on ppc/ppc64
1633 - fix sem_timedwait on i?86 and x86_64
1635 * Thu May 24 2007 Jakub Jelinek <jakub@redhat.com> 2.6-3
1636 - don't use %%config(missingok) for locale-archive.tmpl,
1637 instead of removing it altogether truncate it to zero
1638 size (#240697)
1639 - add a workaround for #210748
1641 * Mon May 21 2007 Jakub Jelinek <jakub@redhat.com> 2.6-2
1642 - restore malloc_set_state backwards compatibility (#239344)
1643 - fix epoll_pwait (BZ#4525)
1644 - fix printf with unknown format spec or positional arguments
1645 and large width and/or precision (BZ#4514)
1646 - robust mutexes fix (BZ#4512)
1648 * Tue May 15 2007 Roland McGrath <roland@redhat.com> 2.6-1
1649 - glibc 2.6 release
1651 * Fri May 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-24
1652 - utimensat, futimens and lutimes support
1654 * Thu May 10 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-23
1655 - use madvise MADV_DONTNEED in malloc
1656 - fix ia64 feraiseexcept
1657 - fix s390{,x} feholdexcept (BZ#3427)
1658 - ppc fenv fixes
1659 - make fdatasync a cancellation point (BZ#4465)
1660 - fix *printf for huge precisions with wide char code and multi-byte
1661 strings
1662 - fix dladdr (#232224, BZ#4131)
1664 * Fri May 4 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-22
1665 - add transliteration for <U2044> (BZ#3213)
1666 - fix *scanf with %f on hexadecimal floats without exponent (BZ#4342)
1667 - fix *printf with very large precisions for %s (#238406, BZ#4438)
1668 - fix inet_ntop size checking for AF_INET (BZ#4439)
1669 - for *printf %e avoid 1.000e-00, for exponent 0 always use + sign (#238431)
1670 - fix a regression introduced in #223467 changes
1671 - gethostby*_r alignment fixes (BZ#4381)
1672 - fix ifaddrs error handling
1674 * Mon Apr 16 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-21
1675 - don't include individual locale files in glibc-common,
1676 rather include prepared locale-archive template and let
1677 build-locale-archive create locale-archive from the template
1678 and any user supplied /usr/lib/locale/*_* directories,
1679 then unlink the locale-archive template - this should save
1680 > 80MB of glibc-common occupied disk space
1681 - fix _XOPEN_VERSION (BZ#4364)
1682 - fix printf with %g and values tiny bit smaller than 1.e-4 (#235864,
1683 BZ#4362)
1684 - fix NIS+ __nisfind_server (#235229)
1686 * Sat Mar 31 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-20
1687 - assorted NIS+ speedups (#223467)
1688 - fix HAVE_LIBCAP configure detection (#178934)
1689 - remove %{_prefix}/sbin/rpcinfo from glibc-common (#228894)
1690 - nexttoward*/nextafter* fixes (BZ#3306)
1691 - feholdexcept/feupdateenv fixes (BZ#3427)
1692 - speed up fnmatch with two or more * in the pattern
1694 * Sat Mar 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-19
1695 - fix power6 libm compat symbols on ppc32 (#232633)
1696 - fix child refcntr in NPTL fork (#230198)
1697 - fix ifaddrs with many net devices on > 4KB page size arches (#230151)
1698 - fix pthread_mutex_timedlock on x86_64 (#228103)
1699 - various fixes (BZ#3919, BZ#4101, BZ#4130, BZ#4181, BZ#4069, BZ#3458)
1701 * Wed Feb 21 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-18
1702 - fix nftw with FTW_CHDIR on / (BZ#4076)
1703 - nscd fixes (BZ#4074)
1704 - fix fmod{,f,l} on i?86 (BZ#3325)
1705 - support localized digits for fp values in *scanf (BZ#2211)
1706 - namespaces fixes (BZ#2633)
1707 - fix euidaccess (BZ#3842)
1708 - glob fixes (BZ#3996)
1709 - assorted locale data fixes (BZ#1430, BZ#672, BZ#58, BZ#3156,
1710 BZ#2692, BZ#2648, BZ#3363, BZ#3334, BZ#3326, BZ#3322, BZ#3995,
1711 BZ#3885, BZ#3884, BZ#3851)
1713 * Sun Feb 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-17
1714 - RFC2671 support in resolver (#205842)
1715 - fix strptime (BZ#3944)
1716 - fix regcomp with REG_NEWLINE (BZ#3957)
1717 - fix pthread_mutex_timedlock on x86_64 (#228103)
1719 * Fri Feb 2 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-16
1720 - add strerror_l
1721 - fix application crashes when doing NSS lookups through nscd
1722 mmapped databases and nscd decides to start garbage collection
1723 during the lookups (#219145, #225315)
1724 - fix %0lld printing of 0LL on 32-bit architectures (BZ#3902)
1725 - ignore errors from install-info in glibc-devel scriptlets
1726 (#223691)
1728 * Wed Jan 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-15
1729 - fix NIS getservbyname when proto is NULL
1730 - fix nss_compat +group handling (#220658)
1731 - cache services in nscd
1732 - fix double free in fts_close (#222089)
1733 - fix vfork+execvp memory leak (#221187)
1734 - soft-fp fixes (BZ#2749)
1735 - further strtod fixes (BZ#3855)
1736 - make sure pthread_kill doesn't return EINVAL even if
1737 the target thread exits in between pthread_kill ESRCH check
1738 and the actual tgkill syscall (#220420)
1739 - fix ABBA deadlock possibility in ld.so scope locking code
1741 * Tue Dec 19 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-14
1742 - fix {j,m}rand48{,_r} on 64-bit arches (BZ#3747)
1743 - handle power6x AT_PLATFORM (#216970)
1744 - fix a race condition in getXXbyYY_r (#219145)
1745 - fix tst-pselect testcase
1747 * Thu Dec 14 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-13
1748 - fix setcontext on ppc32 (#219107)
1749 - fix wide stdio after setvbuf (#217064, BZ#2337)
1750 - handle relatime mount option in statvfs
1751 - revert i?86/x86_64 clone CFI temporarily
1753 * Sun Dec 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-12
1754 - fix hasmntopt (#218802)
1755 - fix setusershell and getusershell (#218782)
1756 - strtod fixes (BZ#3664, BZ#3673, BZ#3674)
1757 - fix memusage with realloc (x, 0)
1759 * Tue Dec 5 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-11
1760 - allow suid apps to setenv NIS_PATH and influence through that
1761 nis_list and nis_lookup (#209155)
1762 - fix ttyname and ttyname_r with invalid file descriptor (#218276)
1763 - cs_CZ LC_TIME fixes (#218438)
1764 - fix build with 2.6.19+ headers (#217723)
1766 * Fri Dec 1 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-10
1767 - fix x86-64 restore_rt unwind info
1769 * Thu Nov 30 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-9
1770 - fix last svc_run change (#217850)
1771 - on ppc64 build __libc_start_main without unwind info,
1772 as it breaks MD_FROB_UPDATE_CONTEXT (#217729, #217775; in the
1773 future that could be fixable just by providing .cfi_undefined r2
1774 in __libc_start_main instead)
1775 - add unwind info for x86-64 restore_rt signal return landing pad
1776 (#217087)
1777 - add power6x subdir to /%{_lib}/ and /%{_lib}/rtkaio/,
1778 link all libs from ../power6/* into them
1780 * Tue Nov 28 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-8
1781 - fix svc_run (#216834, BZ#3559)
1782 - add -fasynchronous-unwind-tables to CFLAGS (#216518)
1783 - make sure there is consistent timestamp for /etc/ld.so.conf,
1784 /etc/localtime and /etc/rpc between multilib glibc rpms
1786 * Mon Nov 20 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-7
1787 - handle IPv6 addresses in /etc/hosts that are mappable to
1788 IPv4 addresses in IPv4 host lookups (#215283)
1789 - fix :include: /etc/alias handling (#215572)
1790 - handle new tzdata format to cope with year > 2037 transitions
1791 on 64-bit architectures
1793 * Fri Nov 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-6
1794 - fix strxfrm fix
1795 - fix i?86 floor and ceil inlines (BZ#3451)
1797 * Thu Nov 9 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-5
1798 - fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo
1799 CPUs
1800 - fix libthread_db.so on TLS_DTV_AT_TP architectures
1801 - fix --inhibit-rpath (#214569)
1802 - fix _r_debug content when prelinked ld.so executes
1803 a program as its argument
1804 - fix strxfrm
1805 - powerpc-cpu add-on updates
1807 * Fri Nov 3 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-4
1808 - fix atexit backwards compatibility (#213388)
1809 - add mai_IN locale (#213415)
1810 - remove bogus %{_libdir}/librt.so.1 symlink (#213555)
1811 - fix memusage (#213656)
1812 - change libc.info category (#209493)
1814 * Sun Oct 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-3
1815 - fix suid/sgid binaries on i?86/x86_64 (#212723)
1817 * Fri Oct 27 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-2
1818 - fix ia64 build
1819 - don't call _dl_close outside of dl_load_lock critical section
1820 if dlopen failed (BZ#3426)
1821 - add rtld scope locking (#211133)
1823 * Wed Oct 25 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-1
1824 - fix i?86 6 argument syscalls (e.g. splice)
1825 - fix rtld minimal realloc (BZ#3352)
1826 - fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369)
1827 - fix xdrmem_setpos (#211452)
1828 - bump __GLIBC_MINOR__
1829 - increase PTHREAD_STACK_MIN on ppc{,64} to 128K to allow
1830 64K pagesize kernels (#209877)
1831 - speed up initgroups on NIS+ (#208203)
1833 * Mon Oct 2 2006 Jakub Jelinek <jakub@redhat.com> 2.5-2
1834 - fix nscd database growing (#207928)
1835 - bypass prelinking when LD_DYNAMIC_WEAK=1 is in the environment
1837 * Fri Sep 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5-1
1838 - glibc 2.5 release
1840 * Wed Sep 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-36
1841 - rebuilt with gcc-4.1.1-26 to fix unwind info
1843 * Mon Sep 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-35
1844 - fix glob with large number of matches (BZ#3253)
1845 - fix fchownat on kernels that don't support that syscall (BZ#3252)
1846 - fix lrintl on s390{,64}
1848 * Sat Sep 23 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-34
1849 - fix ppc{32,64} longjmp (BZ#3225)
1850 - fix user visible spelling errors (BZ#3137)
1851 - fix l{,l}rint{,f,l} around zero (BZ#2592)
1852 - avoid stack trampoline in s390{,x} makecontext
1854 * Tue Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-33
1855 - fix dlclose (#206639)
1856 - don't load platform optimized libraries if kernel doesn't set
1857 AT_PLATFORM
1858 - fix ppc{32,64} libSegFault.so
1859 - use -mtune=generic even for glibc-devel.i386 (#206437)
1860 - fix /%{_lib}/librt.so.1 symlink
1862 * Fri Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-32
1863 - on ppc* use just AT_PLATFORM and altivec AT_HWCAP bit for library selection
1864 - fix lrintl and lroundl on ppc{,64}
1865 - use hidden visibility on fstatat{,64} and mknodat in libc_nonshared.a
1867 * Sun Sep 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-31
1868 - fix pthread_cond_{,timed}wait cancellation (BZ#3123)
1869 - fix lrint on ppc32 (BZ#3155)
1870 - fix malloc allocating more than half of address space (BZ#2775)
1871 - fix mktime on 32-bit arches a few years after 2038 (BZ#2821)
1873 * Thu Sep 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-30
1874 - add librtkaio, to use it add /%{lib}/rtkaio to your
1875 LD_LIBRARY_PATH or /etc/ld.so.conf
1876 - fix or_IN February name (#204730)
1877 - fix pthread_create called from cancellation handlers (BZ#3124)
1878 - fix regex case insensitive searches with characters where upper
1879 and lower case multibyte representations have different length
1880 (e.g. I and dotless i, #202991)
1882 * Tue Sep 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-29
1883 - randomize resolver query ids before use instead after use (#205113)
1884 - fix resolver symver checking with DT_GNU_HASH (#204909)
1885 - put .hash section in glibc libraries at the end of RO segment
1886 when .gnu.hash is present
1888 * Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-28
1889 - another malloc doubly linked list corruption problem fix (#204653)
1891 * Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-27
1892 - allow $LIB and $PLATFORM in dlopen parameters even in suid/sgid (#204399)
1893 - handle $LIB/$PLATFORM in LD_LIBRARY_PATH
1894 - fix splice prototype (#204530)
1896 * Mon Aug 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-26
1897 - real fix for the doubly linked list corruption problem
1898 - try harder in realloc to allocate memory (BZ#2684)
1899 - fix getnameinfo error reporting (#204122)
1900 - make localedef more robust on invalid input (#203728)
1902 * Fri Aug 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-25
1903 - temporarily back out code to limit number of unsorted block
1904 sort iterations (#203735, #204027)
1905 - handle PLT symbols in dladdr properly (BZ#2683)
1906 - avoid malloc infinite looping for allocations larger than
1907 the system can allocate (#203915)
1909 * Tue Aug 22 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-23
1910 - malloc fixes, especially for 32-bit arches (#202309)
1911 - further *_IN locale fixes (#200230)
1912 - fix get{serv,rpc}ent{,_r} if NIS map is empty (#203237)
1913 - fix /usr/bin/iconv (#203400)
1915 * Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-22
1916 - rebuilt with latest binutils to pick up 64K -z commonpagesize
1917 on ppc/ppc64 (#203001)
1919 * Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-21
1920 - if some test gets stuck, kill the tee process after make check
1921 finishes
1922 - build with -mtune=generic on i686 and x86_64
1924 * Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-20
1925 - PTHREAD_PRIO_PROTECT support
1926 - fix errno if nice() fails (#201826)
1928 * Thu Aug 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-19
1929 - adaptive malloc brk/mmap threshold
1930 - fix fchownat to use kernel syscall (if available) on many arches (#201870)
1931 - only define O_DIRECT with -D_GNU_SOURCE on ia64 to match all
1932 other arches (#201748)
1934 * Mon Aug 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-18
1935 - NIS+ fixes
1936 - fix memusage and xtrace scripts (#200736)
1937 - redirect /sbin/service sshd condrestart std{out,err} to /dev/null
1938 when executed from glibc_post_upgrade
1940 * Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-17
1941 - typo fix for the dladdr patch
1942 - build i?86 glibc with -mno-tls-direct-seg-refs (#200469)
1944 * Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-16
1945 - fix dladdr on binaries/libraries with only DT_GNU_HASH and no
1946 DT_HASH (#200635)
1947 - fix early timeout of initgroups data in nscd (#173019)
1948 - add am/pm display to es_PE and es_NI locales (#167101)
1949 - fix nss_compat failures when nis/nis+ unavailable (#192072)
1951 * Mon Jul 31 2006 Roland McGrath <roland@redhat.com> 2.4.90-15
1952 - fix missing destructor calls in dlclose (#197932)
1953 - enable transliteration support in all locales (#196713)
1954 - disallow RTLD_GLOBAL flag for dlmopen in secondary namespaces (#197462)
1955 - PI mutex support
1957 * Tue Jul 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-13
1958 - DT_GNU_HASH support
1960 * Fri Jun 30 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-12
1961 - buildrequire gettext
1962 - enable fstatat64/newfstatat syscalls even on ppc*/s390*/ia64 (#196494)
1963 - fix out of memory behavior in gettext (#194321)
1964 - fix regex on multi-byte non-UTF-8 charsets (#193873)
1965 - minor NIS+ fixes (#190803)
1966 - don't use cancellable calls in posix_spawn* and only set{u,g}id
1967 current thread if requested (#193631)
1969 * Wed May 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-11
1970 - don't exit from nscd -i <database> before the database is
1971 actually invalidated, add locking to prune_cache (#191464)
1972 - build glibc-devel.i386 static libraries with
1973 -mno-tls-direct-seg-refs -DNO_TLS_DIRECT_SEG_REFS
1974 - RFC3542 support (advanced API for IPv6; #191001, BZ##2693)
1976 * Wed May 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-10
1977 - on i686 make glibc owner of /lib/i686 directory (#192597)
1978 - search parent NIS+ domains (#190803)
1980 * Sun May 21 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-9
1981 - update from CVS
1982 - big NIS+ changes
1984 * Fri May 19 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-8
1985 - update from CVS
1986 - fix nss_compat when SETENT_BATCH_READ=TRUE is in /etc/default/nss
1987 - fix RFC3484 precedence table for site-local and ULA addresses (#188364)
1988 - fix a sunrpc memory leak
1990 * Thu May 11 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-7
1991 - update from CVS
1992 - fix tcgetattr (#177965)
1993 - fix <sys/queue.h> (#191264)
1995 * Fri May 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-6
1996 - update from CVS
1997 - rebuilt using fixed rpm
1999 * Fri May 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-5
2000 - update from CVS
2001 - some NIS+ fixes
2002 - allow overriding rfc3484 address sorting tables for getaddrinfo
2003 through /etc/gai.conf (sample config file included in %%doc directory)
2005 * Mon May 1 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-4
2006 - update from CVS
2007 - SETENT_BATCH_READ /etc/default/nss option for speeding up
2008 some usages of NIS+ (#188246)
2009 - move debug state change notification (#179208)
2010 - fix ldd script if one of the dynamic linkers is not installed (#190259)
2012 * Thu Apr 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-3
2013 - update from CVS
2014 - fix a typo in nscd.conf (#190085)
2015 - fix handling of SIGHUP in nscd when some caches are disabled (#189978)
2016 - make nscd paranoia mode working with non-root server-user (#189779)
2018 * Wed Apr 26 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-2
2019 - update from CVS
2020 - fix getaddrinfo (#190002)
2021 - add auto-propagate nscd.conf options (#177154)
2022 - fix nscd auditing (#169148)
2024 * Tue Apr 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-1
2025 - update from CVS
2027 * Mon Apr 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4-6
2028 - update from CVS
2029 - NIS+ fixes
2030 - don't segfault on too large argp key values (#189545)
2031 - getaddrinfo fixes for RFC3484 (#188364)
2033 * Tue Mar 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4-5
2034 - update from CVS
2035 - pshared robust mutex support
2036 - fix btowc and bwtoc in C++ (#186410)
2037 - fix NIS+ (#186592)
2038 - don't declare __wcsto*l_internal for non-GCC or if not -O1+ (#185667)
2039 - don't mention nscd failures on 2.0 kernels (#185335)
2041 * Tue Mar 7 2006 Roland McGrath <roland@redhat.com> 2.4-4
2042 - back up %%{ix86} gdb conflicts to < 6.3.0.0-1.111
2044 * Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-3
2045 - really fix rintl on ppc64
2047 * Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-2
2048 - accurate unwind info for lowlevellock.h stubs on %%{ix86}
2049 - fix ppc/ppc64 ceill, floorl, rintl, roundl and truncl (BZ#2423)
2051 * Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.4-1
2052 - update from CVS
2053 - glibc 2.4 release
2055 * Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-2
2056 - update from CVS
2057 - fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895)
2058 - revert ppc32 malloc alignment patch, it breaks malloc_set_state
2059 and needs some further thoughts and time (#183894)
2060 - provide accurate unwind info for lowlevellock.h stubs on x86_64
2062 * Thu Mar 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-1
2063 - update from CVS
2064 - fixes for various arches
2065 - ensure malloc returns pointers aligned to at least
2066 MIN (2 * sizeof (size_t), __alignof__ (long double))
2067 (only on ppc32 this has not been the case lately with addition
2068 of 128-bit long double, #182742)
2070 * Wed Mar 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-39
2071 - update from CVS
2073 * Fri Feb 17 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-38
2074 - update from CVS
2075 - robust mutexes rewrite
2077 * Mon Feb 13 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-37
2078 - update from CVS
2079 - *at fixes
2080 - unshare syscall wrapper
2082 * Sat Feb 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-36
2083 - update from CVS
2084 - fix frequency setting for ITIMER_PROF (#179938, BZ#2268)
2085 - fix powerpc inline fegetround ()
2086 - fix nptl_db (#179946)
2088 * Fri Feb 3 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-35
2089 - update from CVS
2090 - handle futimesat (fd, NULL, tvp) as futimes (fd, tvp)
2091 - fix <stdlib.h> q{e,f,g}cvt{,_r} for -mlong-double-64
2093 * Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-34
2094 - fix <math.h> with C++ and -mlong-double-64 (#179742)
2095 - add nexttowardl redirect for -mlong-double-64
2097 * Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-33
2098 - update from CVS
2099 - long double support fixes
2101 * Wed Feb 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-32
2102 - update from CVS
2103 - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9},
2104 alpha 128-bit long double support
2105 - add inotify syscall numbers to the override <asm/unistd.h> headers
2106 (#179366)
2108 * Mon Jan 30 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-31
2109 - update from CVS
2110 - 128-bit long double on ppc, ppc64, s390, s390x and sparc{,v9}
2111 - add some new syscall numbers to the override <asm/unistd.h>
2112 headers
2114 * Mon Jan 9 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-30
2115 - update from CVS
2116 - <pthread.h> initializer fixes for -std=c{8,9}9 on 32-bit
2117 arches
2118 - avoid writable .rodata (#177121)
2120 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-29
2121 - update from CVS
2122 - make pthread_mutex_t an unnamed union again, as it affects
2123 libstdc++ ABI mangling
2125 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-28
2126 - update from CVS
2127 - make aio_suspend interruptible by signals (#171968)
2129 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-27
2130 - only rely on d_type in 32-bit getdents on s390 for 2.6.11+
2132 * Wed Jan 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-26
2133 - update from CVS
2134 - for newly linked lio_listio* callers, send per request
2135 notifications (#170116)
2136 - fixup nscd -S option removal changes (#176860)
2137 - remove nonnull attribute from ctermid (#176753)
2138 - fix PTHREAD_*_INITIALIZER{,_NP} on 64-bit arches
2139 - SPARC NPTL support for pre-v9 CPUs
2140 - drop support for 2.4.xx and < 2.6.9 kernels
2142 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-25
2143 - update from CVS
2144 - s390{,x} and sparc{,64} pointer mangling fixes
2145 - install a sanitized LinuxThreads <bits/libc-lock.h>
2147 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-24
2148 - update from CVS
2149 - nscd audit changes (#174422)
2150 - ppc{32,64} vDSO support and ppc32 hp-timing
2152 * Tue Dec 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-23
2153 - update from CVS
2154 - robust mutexes
2155 - fix transliteration segfaults (#176573, #176583)
2156 - ignore prelink temporaries in ldconfig (#176570)
2158 * Wed Dec 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-22
2159 - update from CVS
2160 - minor fts fixes
2161 - revert broken _Pragma () workaround
2162 - fix ldconfig on bi-arch architectures (#176316)
2164 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-21
2165 - update from CVS
2166 - fix pointer (de)mangling in gconv_cache.c
2168 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-20
2169 - update from CVS
2170 - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952)
2171 - fix errlist generation
2172 - update ulps for GCC 4.1 on IA-64
2174 * Mon Dec 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-19
2175 - update from CVS
2176 - sysdeps/generic reorg
2177 - setjmp/longjmp jump pointer mangling
2178 - rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma ()
2179 handling in it
2180 - remove glibc-profile subpackage
2181 - use non-PLT calls for malloc/free/realloc/memalign invocations in
2182 mtrace and mcheck hooks (#175261)
2183 - setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x}
2185 * Sat Nov 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-18
2186 - update from CVS
2187 - change <sys/stat.h> for broken apps that #define const /**/,
2188 handle non-GCC compilers
2189 - fix ppc{32,64} strncmp (BZ#1877, #173643, IT#83510)
2190 - provide shmatt_t typedef in ia64 <sys/shm.h (#173680)
2191 - support 2nd arg to futimesat being NULL (#173581)
2193 * Wed Nov 16 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-17
2194 - update from CVS
2195 - fix <sys/stat.h> in C++
2196 - {fstat,fchown,rename,unlink}at fixes
2197 - epoll_wait is now a cancellation point
2199 * Tue Nov 15 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-16
2200 - update from CVS
2201 - make sure waitid syscall is used on ppc*/s390*
2203 * Thu Oct 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-15
2204 - update from CVS
2205 - be permissive in %n check because of kernel bug #165351 (#171240)
2206 - don't misalign stack in pthread_once on x86_64 (#170786, IT#81521)
2207 - many locale fixes
2209 * Mon Oct 10 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-14
2210 - update from CVS
2211 - fix malloc bug after fork introduced in the last update
2212 - fix getent hosts IP for IPv4 IPs (#169831)
2214 * Mon Oct 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-13
2215 - update from CVS
2216 - fix setuid etc. hangs if some thread exits during the call (#167766)
2217 - fix innetgr memory leak (#169051)
2218 - support > 2GB nscd log files (#168851)
2219 - too many other changes to list here
2220 - include errno in nscd message if audit_open failed (#169148)
2222 * Mon Sep 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-12
2223 - update from CVS
2224 - netgrp handling fixes (#167728)
2225 - fix memory leak in setlocale (BZ#1318)
2226 - fix hwcaps computation
2227 - several regex portability improvements (#167019)
2228 - hypotf fix
2229 - fix *printf return code if underlying write fails (BZ#1146)
2230 - PPC64 dl{,v}sym fixes for new ABI .opd symbols
2231 - fix calloc with MALLOC_PERTURB_ in environment on 64-bit architectures
2232 (#166719)
2233 - source /etc/sysconfig/nscd (if it exists) in /etc/rc.d/init.d/nscd
2234 (#167083)
2235 - add %%triggerin for tzdata to glibc-common, so that tzdata updates
2236 update /etc/localtime and /var/spool/postfix/etc/localtime if they
2237 exist (#167787)
2239 * Mon Aug 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-11
2240 - FUTEX_WAKE_OP support to speed up pthread_cond_signal
2242 * Wed Aug 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-10
2243 - update from CVS
2244 - fix growing of nscd persistent database (BZ#1204)
2245 - fix _FORTIFY_SOURCE mbstowcs and wcstombs if destination size
2246 is known at compile time, but length argument is not
2248 * Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-9
2249 - update from CVS
2250 - fix resolving over TCP (#161181, #165802)
2251 - on ia64 don't abort on unhandled math function exception codes
2252 (#165693)
2254 * Mon Aug 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8
2255 - update from CVS
2256 - nscd persistent database verifier (#164001)
2257 - cleanup _FORTIFY_SOURCE bits/*.h headers (#165000)
2258 - handle EINTR in sigwait properly
2259 - make sure poor man's stack guard randomization keeps first
2260 byte 0 even on big-endian 32-bit arches
2261 - fix {elf,nptl}/tst-stackguard1
2262 - obsolete linuxthreads-devel in glibc-devel
2264 * Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-7
2265 - update from CVS
2266 - do some poor man's stack guard randomization even without
2267 the costly --enable-stackguard-randomization
2268 - rebuilt with new GCC to make it use -msecure-plt on PPC32
2270 * Mon Jul 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-6
2271 - update from CVS
2272 - fix execvp if PATH is not in environment and the call is going
2273 to fail (BZ#1125)
2274 - another bits/wchar2.h fix (#163990)
2276 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-5
2277 - update from CVS
2278 - fix stubs.h generation
2279 - don't use _G_va_list in bits/wchar2.h
2281 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-4
2282 - update from CVS
2283 - make sure bits/wchar2.h header is installed
2284 - fix __getgroups_chk return type
2286 * Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-3
2287 - update from CVS
2288 - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
2289 poll when contacting nscd more gracefully
2290 - remove malloc attribute from posix_memalign
2291 - correctly size nscd buffer for grpcache key (#163538)
2292 - fix atan2f
2293 - fix error memory leaks
2294 - some more _FORTIFY_SOURCE protection
2296 * Fri Jul 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-2
2297 - update from CVS
2298 - ia64 stack protector support
2299 - handle DNS referral results as server errors (#162625)
2300 - ctan{,h}{,f,l} fixes (#160759)
2301 - pass argc, argv and envp also to executable's *ni_array
2302 functions (BZ#974)
2303 - add ellipsis to clone prototype (#161593)
2304 - fix glibc-profile (#162601)
2305 - nss_compat fixes
2306 - use sysdeps/generic version of <bits/stdio-lock.h> in installed
2307 headers instead of NPTL version (#162634)
2309 * Mon Jun 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-1
2310 - update from CVS
2311 - stack protector support
2312 - fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583)
2313 - enable @GLIBC_2.4 symbols
2314 - remove linuxthreads
2316 * Mon Jun 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-11
2317 - update from CVS
2318 - PPC32 -msecure-plt support
2319 - support classes keyword in /etc/hesiod.conf (#150350)
2320 - add RLIMIT_NICE and RLIMIT_RTPRIO to <sys/resources.h> (#157049)
2321 - decrease number of .plt relocations in libc.so
2322 - use -laudit in nscd (#159217)
2323 - handle big amounts of networking interfaces in getifaddrs/if_nameindex
2324 (#159399)
2325 - fix pa_IN locale's am_pm (#158715, BZ#622)
2326 - fix debugging of PIEs
2328 * Mon May 30 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-10
2329 - fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion)
2330 has been always overwritten with the version of currently
2331 running kernel)
2332 - remove linuxthreads man pages other than those covered in
2333 3p section, as 3p man pages are far better quality and describe
2334 POSIX behaviour that NPTL implements (#159084)
2336 * Tue May 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-9
2337 - update from CVS
2338 - increase bindresvport's LOWPORT to 512, apparently some
2339 broken daemons don't think 0 .. 511 ports are reserved
2341 * Mon May 23 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-8
2342 - update from CVS
2343 - fix kernel version check in ld.so
2344 - fix sendfile{,64} prototypes (BZ#961)
2345 - try more ports in bindresvport if all 600..1023 are
2346 used, don't use priviledged ports when talking to portmap
2347 (#141773)
2349 * Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
2350 - update from CVS
2351 - make regexec thread safe (BZ#934)
2352 - fix statically linked programs on i?86, x86_64, s390* and
2353 sparc* (#158027)
2354 - fix IBM939 iconv module (BZ#955)
2356 * Wed May 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-6
2357 - update from CVS
2358 - fix cancellation on i?86
2359 - add call frame information to i?86 assembly
2361 * Tue May 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
2362 - update from CVS
2363 - add some more UTF-8 locales (#156115)
2364 - clean up /lib64/tls instead of /lib/tls on x86-64, s390x and
2365 ppc64 in glibc_post_upgrade (#156656)
2366 - fix posix_fallocate{,64} (#156289)
2368 * Thu Apr 28 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-4
2369 - update from CVS
2370 - fix nscd cache pruning (#150748)
2372 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-3
2373 - update from CVS
2374 - fix linuxthreads clocks
2375 - put xen libs into the glibc-2*.i686 package instead of a separate one
2376 - fix librt.so symlink in linuxthreads-devel
2377 - do not include linuxthreads-devel on %{auxarches},
2378 just on the base architectures
2380 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-2
2381 - update from CVS
2382 - with MALLOC_CHECK_=N N>0 (#153003)
2383 - fix recursive dlclose (#154641)
2384 - handle %z in strptime (#154804)
2385 - automatically append /%{_lib}/obsolete/linuxthreads/
2386 to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19
2387 or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno
2388 properly). Warning: all those will stop working when LinuxThreads
2389 is finally nuked, which is not very far away
2390 - remove nonnull attribute from acct prototype (BZ#877)
2391 - kernel CPU clocks support
2392 - fix *scanf in locales with multi-byte decimal point
2394 * Wed Apr 27 2005 Roland McGrath <roland@redhat.com>
2395 - glibc-xen subpackage for i686
2397 * Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
2398 - update from CVS
2399 - fix execvp regression (BZ#851)
2400 - ia64 libm updates
2401 - sparc updates
2402 - fix initstate{,_r}/strfry (#154504)
2403 - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
2404 support "hwcap" keyword in ld.so.conf files
2406 * Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
2407 - update from CVS
2408 - fix xdr_rmtcall_args on 64-bit arches (#151686)
2409 - fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
2411 * Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
2412 - move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/
2413 and NPTL libraries to /%{_lib}. To run a program against LinuxThreads,
2414 LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/
2415 is now needed
2416 - bzip2 ChangeLog* files instead of gzipping them
2418 * Sat Apr 2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
2419 - update from CVS
2420 - fix nextafterl and several other libm routines on ia64
2421 - fix initgroups (BZ#661)
2422 - kill nptl-devel subpackage, add linuxthreads-devel,
2423 compile and link by default against NPTL and only with
2424 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads
2425 against LinuxThreads
2426 - package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in
2427 i386 glibc-debuginfo
2428 - limit number of ChangeLog* files in glibc-common %%doc
2429 to last 2.5 years of changes only to save space
2431 * Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
2432 - fix build on 64-bit arches with new GCC
2434 * Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
2435 - update from CVS
2436 - fix LD_AUDIT in LinuxThreads ld.so
2437 - fix calloc with M_PERTURB
2438 - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
2439 on ppc*/ia64/alpha/mips (BZ#801)
2440 - fix a typo in WINDOWS-31J charmap (#151739)
2441 - fix NIS ypprot_err (#151469)
2443 * Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
2444 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
2446 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
2447 - update from CVS
2448 - better fix for the dlclose bug (#145810, #150414)
2449 - fix regex crash on case insensitive search in zh_CN locale
2450 (#151215)
2451 - fix malloc_trim (BZ#779)
2452 - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
2453 as function-like macros, there are too many broken programs
2454 out there
2455 - add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372)
2457 * Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
2458 - fix bits/socket2.h macro typos
2460 * Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
2461 - fix tst-chk{2,3}
2462 - fix up AS_NEEDED directive in /usr/%{_lib}/libc.so
2463 - BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
2464 glibc-devel Conflict with binutils < 2.15.94.0.2-1
2466 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
2467 - update from CVS
2468 - fix execvp (#149290)
2469 - fix dlclose (#145810)
2470 - clear padding in gconv-modules.cache (#146614, BZ#776)
2471 - rebuilt with GCC4
2472 - changed __GLIBC_MINOR__ for now back to 3
2473 - back out the newly added GLIBC_2.4 *_chk routines, instead
2474 do the checking in macros
2476 * Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
2477 - hopefully fix interaction with prelink (#147655)
2479 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
2480 - update from CVS
2481 - bi-arch <gnu/stubs.h> (BZ#715)
2483 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
2484 - update from CVS
2485 - bi-arch <gnu/lib-names.h> (BZ#632)
2486 - fix libdl on s390 and maybe other platforms
2487 - fix initstate{,_r} (BZ#710)
2488 - fix <gnu/stubs.h> generation (BZ#157)
2489 - define CMSPAR in bits/termios.h (#147533)
2491 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
2492 - update from CVS
2493 - fix TLS handling in linuxthreads
2495 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
2496 - update from CVS
2497 - ld.so auditing
2498 - fix segfault if chrooted app attempts to dlopen a library
2499 and no standard library directory exists at all (#147067, #144303)
2500 - fix initgroups when nscd is running, but has group caching disabled
2501 (#146588)
2502 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
2503 has not been called yet (#146710)
2504 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
2505 - service nscd cosmetic fixes (#146776)
2506 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
2507 - fix zdump -v segfaults on x86-64 (#146210)
2508 - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
2509 - fix errno values for futimes (BZ#633)
2510 - unconditionally include <features.h> in malloc.h (BZ#650)
2511 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
2512 (from empty string inside of word to empty string not at a word boundary,
2513 BZ#693)
2514 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
2515 and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
2516 %gs access with negative offsets
2517 - fix addseverity
2518 - fix fmemopen
2519 - fix rewinddir
2520 - increase svc{tcp,unix}_create listen backlog
2522 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
2523 - update from CVS
2524 - add some warn_unused_result marking
2525 - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
2526 (BZ#640)
2528 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
2529 - update from CVS
2530 - fix IA-32 stack alignment for LinuxThreads thread functions
2531 and functions passed to clone(2) directly
2532 - fix ecvt{,_r} on denormals (#143279)
2533 - fix __tls_get_addr typo
2534 - fix rounding in IA-64 alarm (#143710)
2535 - don't reinitialize __environ in __libc_start_main, so that
2536 effects of setenv/putenv done in DSO initializers are preserved
2537 (#144037, IT#57403)
2538 - fix fmemopen
2539 - fix vDSO l_map_end and l_text_end values
2540 - IA64 libm update (#142494)
2541 - fix ppc rint/ceil etc. (BZ#602)
2543 * Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
2544 - rebuilt
2546 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
2547 - work around rpm bug some more, this time by copying
2548 iconvconfig to iconvconfig.%%{_target_cpu}.
2550 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
2551 - update from CVS
2552 - glibc 2.3.4 release
2553 - add -o and --nostdlib options to iconvconfig
2554 - if /sbin/ldconfig doesn't exist when running
2555 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
2556 This can happen during first install of bi-arch glibc and the
2557 other arch glibc's %post wil run /sbin/ldconfig (#143326)
2558 - use -o and --nostdlib options to create all needed
2559 gconv-modules.cache files on bi-arch setups
2561 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
2562 - rebuilt
2564 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
2565 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
2566 if /sbin/init is the same ELF class and machine as
2567 glibc_post_upgrade.%%{_target_cpu} and similarly with
2568 condrestarting sshd (#143046)
2570 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
2571 - update from CVS
2572 - fix ppc64 getcontext and swapcontext (BZ#610)
2573 - sparc/sparc64 fixes
2575 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
2576 - update from CVS
2577 - fix i686 __USE_STRING_INLINES strncat
2578 - make sure ppc/ppc64 maintain correct stack alignment
2579 across clone
2581 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
2582 - export nis_domain_of_r from libnsl.so again which was
2583 unintentionally lost
2585 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
2586 - update from CVS
2587 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
2588 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
2589 (BZ#457)
2590 - fix sysconf (_POSIX_V6_*) for other ABI environments in
2591 bi-arch setups
2592 - s390/s390x clone without CLONE_THREAD getpid () adjustement
2594 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
2595 - update from CVS
2596 - fix %{_prefix}/libexec/getconf filenames generation
2598 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
2599 - update from CVS
2600 - double buffer size in getXXbyYY or getXXent on ERANGE
2601 instead of adding BUFLEN (#142617)
2602 - avoid busy loop in malloc if another thread is doing fork
2603 (#142214)
2604 - some more realloc corruption checks
2605 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
2606 tweak %{_prefix}/libexec/getconf/ filenames
2608 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
2609 - update from CVS
2610 - regex speedups
2611 - use | cat in ldd if running under bash3+ to allow running
2612 it on binaries that are not through SELinux allowed to access
2613 console or tty
2614 - add __NR_waitid defines for alpha and ia64
2616 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
2617 - update from CVS
2618 - fix clone2 on ia64
2619 - avoid tst-timer5 failing with linuxthreads implementation
2620 - if __libc_enable_secure, disallow mode != normal
2621 - change ldd script to imply -r when -u is used, properly
2622 propagate return value and handle suid binaries
2624 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
2625 - update from CVS
2626 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
2627 - disregard LD_DEBUG if __libc_enable_secure in normal mode
2628 if /suid-debug doesn't exist
2629 - fix fseekpos after ungetc
2630 - avoid reading bytes before start of buffers in regex's
2631 check_dst_limits_calc_pos_1 (#142060)
2632 - make getpid () working with clone/clone2 without CLONE_THREAD
2633 (so far on i386/x86_64/ia64 only)
2634 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
2635 - make %{_prefix}/libexec/getconf directory owned by glibc package
2637 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
2638 - update from CVS
2639 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
2640 - fix mktime with < 0 or > 59 tm_sec on entry
2641 - remove nonnull attribute for realpath
2642 - add $(make-target-directory) for errlist-compat.c rule
2643 (hopefully fix #141404)
2644 - add testcase for ungetc bug
2645 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
2647 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
2648 - update from CVS
2649 - some posix_opt.h fixes
2650 - fix strtold use of unitialized memory (#141000)
2651 - some more bugfixes for bugs detected by valgrind
2652 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
2653 on s390{,x} (#139678)
2655 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
2656 - update from CVS
2657 - support -v specification in getconf
2658 - fix sysconf (_SC_LFS64_CFLAGS) etc.
2659 - avoid thread stack aliasing issues on EM64T (#140803)
2660 - move %{_prefix}/include/nptl headers from nptl-devel
2661 to glibc-headers, so that even NPTL specific programs
2662 can be built bi-arch without problems
2664 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
2665 - update from CVS
2666 - fix memory leak in getaddrinfo if using nscd (#139559)
2667 - handle large lines in /etc/hosts and /etc/networks
2668 (#140378)
2669 - add nonnull attributes to selected dirent.h and dlfcn.h
2670 functions
2672 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
2673 - update from CVS
2674 - add deprecated and/or nonnull attribute to some signal.h
2675 functions
2676 - speed up tzset () by only using stat instead of open/fstat
2677 when calling tzset for the second and following time if
2678 /etc/localtime has not changed
2679 - fix tgamma (BZ #552)
2681 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
2682 - update from CVS
2683 - some malloc () checking
2684 - libpthread.a object dependency cleanups (#115157)
2685 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
2687 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
2688 - don't use chunksize in <= 2 * SIZE_SZ free () checks
2690 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
2691 - update from CVS
2692 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
2693 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
2694 issue special error message instead of using the buffer overflow
2695 detected one
2696 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
2697 speedup searching with nested subexps (BZ #544)
2698 - block SIGCANCEL in NPTL timer_* helper thread
2699 - further free () checking
2701 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
2702 - update from CVS
2703 - fix free () checking
2704 - move /etc/default/nss into glibc-common (hopefully fix #132392)
2706 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
2707 - update from CVS
2708 - fix LD_DEBUG=statistics
2709 - issue error message before aborting in __chk_fail ()
2710 - some more free () checking
2712 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
2713 - update from CVS
2714 - speedup regex on palindromes (BZ #429)
2715 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
2716 less priviledged all threads change their credentials successfully
2718 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
2719 - update from CVS
2720 - fix regcomp crash (#138439)
2721 - fix ftell{,o,o64} (#137885)
2722 - robustification of nscd to cope with corrupt databases (#137140)
2723 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
2724 - some regex optimizations
2726 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
2727 - update from CVS
2728 - mktime cleanups (BZ #487, #473)
2729 - unique comments in free(3) check error messages
2730 - adjust some x86_64 headers for -m32 (#129712)
2731 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
2733 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
2734 - fix <netinet/udp.h> header
2735 - fix globfree (#137176)
2736 - fix exiting if there are dlmopened libraries in namespaces
2737 other than main one not closed yet
2738 - export again _res_opcodes and __p_{class,type}_syms from
2739 libresolv.so that were lost in -69
2741 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
2742 - remove setaltroot and key{_add,_request,ctl} also from Versions
2743 - back out _sys_errlist changes
2745 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
2746 - back out setaltroot and key{_add,_request,ctl} addition
2747 - fix severe x86-64 symbol versioning regressions that breaks
2748 e.g. java binaries
2750 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
2751 - update from CVS
2752 - fix minor catchsegv temp file handling vulnerability
2753 (CAN-2004-0968, #136319)
2754 - add 4 new errno codes
2755 - setaltroot, key{_add,_request,ctl} syscalls on some arches
2756 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
2757 gdb purpose
2758 - use inet_pton to decide what is address and what is hostname
2759 in getent (#135422)
2760 - change dladdr/dladdr1, so that dli_saddr is the same kind
2761 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
2762 - fix catchsegv script so that it works with both 32-bit and 64-bit
2763 programs on multi-arch platforms
2765 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
2766 - update from CVS
2767 - require newer selinux-policy (#135978)
2768 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
2769 files in it
2770 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
2772 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
2773 - update from CVS
2774 - object size checking support (-D_FORTIFY_SOURCE={1,2})
2776 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
2777 - update from CVS
2778 - support for namespaces in the dynamic linker
2779 - fix dlclose (BZ #77)
2780 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
2781 and s390 (#130254)
2783 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
2784 - update from CVS
2785 - use non-blocking sockets in resolver (#135234)
2786 - reset pd->res options on thread exit, so that threads
2787 reusing cached stacks get resolver state properly initialized
2788 (BZ #434)
2790 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
2791 - update from CVS
2792 - avoid using perl in the spec file, buildrequire sed >= 3.95
2793 (#127671)
2794 - export TIMEOUTFACTOR=16
2795 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
2797 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
2798 - update from CVS
2799 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
2800 to -1 in LinuxThreads
2801 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
2802 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
2803 returns correct value
2804 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
2805 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
2806 dlopen libpthread.so and dlsym pthread_condattr_setclock
2807 - build nscd with -z relro and -z now
2809 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
2810 - update from CVS
2811 - stop using __builtin_expect in assert and assert_perror
2812 (#127606)
2813 - try to avoid too much VA fragmentation with malloc
2814 on flexmap layout (#118574)
2815 - nscd robustification
2816 - change valloc to use debugging hooks (#134385)
2817 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
2818 #125700)
2820 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
2821 - update from CVS
2822 - fix __nscd_getgrouplist
2823 - fix a typo in x86_64 pthread_mutex_timedwait fix
2825 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
2826 - update from CVS
2827 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
2829 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
2830 - update from CVS
2831 - some nscd fixes (#134193)
2832 - cache initgroups in nscd (#132850)
2833 - reread /etc/localtime in tzset () even if just mtime changed
2834 (#133481)
2835 - fix glob (#126460)
2836 - another get_myaddress fix
2838 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
2839 - update from CVS
2840 - fix get_myaddress (#133982)
2841 - remove nonnull attribute from second utime argument (#133866)
2842 - handle SIGSETXID the same way as SIGCANCEL in
2843 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
2844 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
2846 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
2847 - update from CVS
2848 - fix BZ #151, #362, #381, #407
2849 - fdim fix for +inf/+inf (BZ #376)
2851 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
2852 - update from CVS
2853 - vasprintf fix (BZ #346)
2854 - gettext locking (BZ #322)
2855 - change linuxthreads useldt.h inclusion login again, the last
2856 one failed all linuxthreads FLOATING_STACKS tests
2858 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
2859 - update from CVS
2860 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
2861 - fix nis locking (#132204)
2862 - RTLD_DEEPBIND support
2863 - fix pthread_create bugs (BZ #401, #405)
2865 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
2866 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
2867 - source tarballs renamed
2868 - redhat/ moved to fedora/, some old cruft removed
2869 - update from trunk
2870 - some __nonnull annotations
2872 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
2873 - update from CVS
2874 - set{re,e,res}[ug]id now affect the whole process in NPTL
2875 - return EAGAIN instead of ENOMEM when not enough memory
2876 in pthread_create
2878 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
2879 - update from CVS
2880 - nscd getaddrinfo caching
2882 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
2883 - restore temporarily old definition of __P()/__PMT()
2884 for third party apps
2886 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
2887 - update from CVS
2888 - nscd bi-arch fix
2889 - remove all uses of __P()/__PMT() from glibc headers
2890 - update and reenable nscd SELinux patch
2891 - remove libnss1* and libnss*.so.1 compatibility NSS modules
2892 on IA-32, SPARC and Alpha
2894 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
2895 - update from CVS
2896 - disable one of the malloc double free checks for non-contiguous
2897 arenas where it doesn't have to be true even for non-broken
2898 apps
2900 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
2901 - update from CVS
2902 - pwd/grp/host loops with nscd speed up by sharing the
2903 nscd cache r/o with applications
2904 - inexpensive double free check in free(3)
2905 - make NPTL pthread.h initializers usable even from C++
2906 (BZ #375)
2907 - use atomic instructions even in i386 nscd on i486+ CPUs
2908 (conditionally)
2910 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
2911 - update from CVS
2912 - fix linuxthreads tst-cancel{[45],-static}
2914 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
2915 - update from CVS
2916 - fix pthread_cond_destroy (BZ #342)
2917 - fix fnmatch without FNM_NOESCAPE (BZ #361)
2918 - fix ppc32 setcontext (BZ #357)
2919 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
2920 - add __NR_waitid defines for i386, x86_64 and sparc*
2922 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
2923 - update from CVS
2924 - persistent nscd caching
2925 - ppc64 32-bit atomicity fix
2926 - fix x86-64 nptl-devel headers for -m32 compilation
2927 - %%ghost /etc/ld.so.cache (#130597)
2928 - edit /etc/ld.so.conf in glibc_post_upgrade if
2929 include ld.so.conf.d/*.conf line is missing (#120588)
2930 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
2932 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
2933 - update from CVS
2935 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
2936 - update from CVS
2937 - fix nss_compat's initgroups handling (#130363)
2938 - fix getaddrinfo ai_canonname setting
2940 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
2941 - update from CVS
2942 - add ip6-dotint resolv.conf option, make
2943 no-ip6-dotint the default
2944 - BuildPrereq libselinux-devel (#129946)
2945 - on ppc64, build without dot symbols
2947 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
2948 - update from CVS
2949 - remove debugging printout (#129747)
2950 - make <sys/shm.h> usable in C++ (IT#45148)
2951 - update RLIMIT_* constants in <bits/resource.h>, make
2952 <sys/resource.h> POSIX compliant (#129740)
2954 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
2955 - fix last tzset () fixes, disable rereading of /etc/localtime
2956 every time for now
2957 - really enable SELinux support for NSCD
2959 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
2960 - update from CVS
2961 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
2962 - tzset () fixes (BZ #154)
2963 - speed up pthread_rwlock_unlock on arches other than i386 and
2964 x86_64 (#129455)
2965 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
2966 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
2967 (BZ #284)
2968 - add SELinux support for NSCD
2970 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
2971 - update from CVS
2972 - change res_init to force all threads to re-initialize
2973 resolver before they use it next time (#125712)
2974 - various getaddrinfo and related fixes (BZ #295, #296)
2975 - fix IBM{932,943} iconv modules (#128674)
2976 - some nscd fixes (e.g. BZ #292)
2977 - RFC 3678 support (Multicast Source Filters)
2978 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
2979 the same as /lib/i686/librt-*
2981 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
2982 - update from CVS
2983 - conformance related changes in headers
2984 - remove -finline-limit=2000 for GCC 3.4.x+
2986 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
2987 - update from CVS
2988 - fix res_init leaks
2989 - fix newlocale races
2990 - fix ppc64 setjmp
2991 - fix strtold (BZ #274)
2993 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
2994 - update from CVS
2995 - allow pthread_cancel in DSO destructors run at exit time
2996 - fix pow{f,,l} on IA-32 and powl on x86-64
2997 - allow PIEs on IA-32 to have main in a shared library they depend on
2999 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
3000 - s390* .plt slot reduction
3001 - fix pthread_rwlock_timedrdlock on x86_64
3003 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
3004 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
3005 NPTL changes
3007 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
3008 - update from CVS
3009 - if_nameindex using preferably netlink
3010 - printf_parsemb initialization fix
3011 - NPTL version is now the same as glibc version
3013 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
3014 - update from CVS
3015 - reread resolv.conf for nscd --invalidate=hosts
3016 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
3017 -m32 -D_FILE_OFFSET_BITS=64 compilations
3018 - avoid calling non-existing fcntl64 syscall on ppc64
3020 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
3021 - update from CVS
3022 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
3023 - fix backtrace in statically linked programs
3024 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
3026 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
3027 - update from CVS
3028 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
3029 - make c_stubs buildable even with GCC 3.2.x (#123042)
3031 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
3032 - fix pthread_cond_wait on architectures other than IA-32 and
3033 x86_64
3035 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
3036 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
3038 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
3039 - update from CVS
3040 - FUTEX_REQUEUE fixes (#115349)
3041 - SPARC GCC 3.4 build fix
3042 - fix handling of undefined TLS symbols on IA32 (RELA only),
3043 SPARC and SH
3044 - regex translate fix
3045 - speed up sprintf
3046 - x86_64 makecontext alignment fix
3047 - make POSIX sigpause the default sigpause, unless BSD sigpause
3048 requested
3050 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
3051 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
3052 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
3053 - build mq_{send,receive} with -fexceptions
3055 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
3056 - update from CVS
3057 - fix <tgmath.h>
3058 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
3059 use of realloc
3060 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
3061 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
3062 might be a stale symlink
3064 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
3065 - update from CVS
3066 - disable FUTEX_REQUEUE (work around #115349)
3067 - mq for sparc/sparc64/ia64
3069 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
3070 - update from CVS
3071 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
3072 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
3073 included already in XNS5)
3074 - reorder dlopen checks, so that dlopening ET_REL objects
3075 complains about != ET_DYN != ET_EXEC, not about phentsize
3076 (#121606)
3077 - fix strpbrk macro for GCC 3.4+ (BZ #130)
3078 - fix <sys/sysctl.h> (BZ #140)
3079 - sched_[gs]etaffinity documentation fix (BZ #131)
3080 - fix sparc64 build (BZ #139)
3081 - change linuxthreads back to use non-cancellable writes
3082 to manager pipes etc.
3083 - fix sem_timedwait return value in linuxthreads (BZ #133)
3084 - ia64 unnecessary PLT relocs removal
3086 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
3087 - update from CVS
3088 - fix *scanf
3089 - fix shm_unlink, sem_unlink and mq_unlink errno values
3090 - avoid memory leaks in error
3091 - execstack fixes on s390
3093 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
3094 - update from CVS
3095 - mq and timer fixes
3096 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
3097 linked binaries
3098 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
3100 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
3101 - disable rtkaio
3102 - update from CVS
3103 - POSIX message passing support
3104 - fixed SIGEV_THREAD support for POSIX timers
3105 - fix free on non-malloced memory in syslog
3106 - fix ffsl on some 64-bit arches
3107 - fix sched_setaffinity on x86-64, ia64
3108 - fix ppc64 umount
3109 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
3110 - various NIS speedups
3111 - fix fwrite with > 2GB sizes on 64-bit arches
3112 - fix pthread_getattr_np guardsize reporting in NPTL
3113 - report PLT relocations in ld.so and libc.so during the build
3115 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
3116 - update from CVS
3117 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
3118 - strtol speed optimization
3119 - don't try to use certainly unimplemented syscalls on ppc64
3120 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
3121 into /usr/lib/debug/usr/%{_lib}/ directory
3122 - fix c_stubs with gcc 3.4
3123 - move all the up to 3 builds into %%build scriptlet and
3124 leave only installation in the %%install scriptlet
3126 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
3127 - update from CVS
3128 - affinity API changes
3130 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
3131 - update from CVS
3132 - fix ia64 iopl (#118591)
3133 - add support for /etc/ld.so.conf.d/*.conf
3134 - fix x86-64 LD_DEBUG=statistics
3135 - fix hwcap handling when using ld.so.cache (#118518)
3137 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
3138 - update from CVS
3139 - implement non-_l function on top of _l functions
3141 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
3142 - update from CVS
3143 - fix s390{,x} TLS handling
3145 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
3146 - update from CVS
3147 - special section for compatibility code
3148 - make getpid () work even in vfork () child
3149 - configure with --enable-bind-now to avoid lazy binding in ld.so
3150 and libc.so
3152 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
3153 - update from CVS
3154 - fix iconv -c (#117021)
3155 - fix PIEs on sparc/sparc64
3156 - fix posix_fadvise on 64-bit architectures
3157 - add locale-archive as %%ghost file (#117014)
3159 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
3160 - update from CVS
3162 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
3163 - update from CVS
3165 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
3166 - update from CVS
3167 - fix ld.so when vDSO is randomized
3169 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
3170 - update from CVS
3172 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
3173 - update from CVS
3175 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
3176 - update from CVS
3178 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
3179 - update from CVS
3180 - dl_iterate_phdr extension to signal number of added/removed
3181 libraries
3182 - fix PT_GNU_RELRO support on ppc* with prelinking
3184 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
3185 - rebuilt with fixed GCC on IA-64
3187 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
3188 - fix PT_GNU_RELRO support
3190 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
3191 - update from CVS
3192 - some further regex speedups
3193 - fix re.translate handling in regex (#112869)
3194 - change regfree to match old regex behaviour (what is freed
3195 and clearing of freed pointers)
3196 - fix accesses to unitialized memory in regex (#113507, #113425,
3197 #113421)
3198 - PT_GNU_RELRO support
3200 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
3201 - update from CVS
3202 - fix pmap_set fd and memory leak (#112726)
3203 - fix backreference handling in regex
3204 - rebuilt under glibc without the above bug to fix
3205 libc.so linker script (#112738)
3207 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
3208 - update from CVS
3209 - faster getpid () in NPTL builds
3210 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
3211 really disable cancellation (#112512)
3212 - more regex fixes and speedups
3213 - fix nextafter*/nexttoward*
3214 - handle 6th syscall(3) argument on AMD64
3215 - handle memalign/posix_memalign in mtrace
3216 - fix linuxthreads memory leak (#112208)
3217 - remove throw () from cancellation points in linuxthreads (#112602)
3218 - fix NPTL unregister_atfork
3219 - fix unwinding through alternate signal stacks
3221 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
3222 - update from CVS
3223 - 2.3.3 release
3224 - lots of regex fixes and speedups (#110401)
3225 - fix atan2
3226 - fix pshared condvars in NPTL
3227 - fix pthread_attr_destroy for attributes created with
3228 pthread_attr_init@GLIBC_2.0
3229 - for the time being, include both nb_NO* and no_NO* as locales
3230 so that the distribution can catch up with the no_NO->nb_NO
3231 transition
3232 - add BuildPrereq texinfo (#110252)
3234 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
3235 - update from CVS
3236 - fix getifaddrs (CAN-2003-0859)
3237 - fix ftw fd leak
3238 - fix linuxthreads sigaction (#108634)
3239 - fix glibc 2.0 stdio compatibility
3240 - fix uselocale (LC_GLOBAL_LOCALE)
3241 - speed up stdio locking in non-threaded programs on IA-32
3242 - try to maintain correct order of cleanups between those
3243 registered with __attribute__((cleanup))
3244 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
3245 - fix segfault in regex (#109606)
3246 - fix RE_ICASE multi-byte handling in regex
3247 - fix pthread_exit in libpthread.a (#109790)
3248 - FTW_ACTIONRETVAL support
3249 - lots of regex fixes and speedups
3250 - fix ceill/floorl on AMD64
3252 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
3253 - update from CVS
3254 - fix ld.so --verify (and ldd)
3256 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
3257 - update from CVS
3258 - fix sprof (#103727)
3259 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
3260 - prevent dlopening of executables
3261 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
3262 - fix locale printing of word values on 64-bit big-endian arches
3263 (#107846)
3264 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
3265 (#101261)
3267 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
3268 - update from CVS
3269 - dl_iterate_phdr in libc.a on arches other than IA-64
3270 - LD_DEBUG=statistics prints number of relative relocations
3271 - fix hwcap computation
3272 - NPTL is now part of upstream glibc CVS
3273 - include {st,xh,zu}_ZA{,.UTF-8} locales
3275 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
3276 - update from CVS
3277 - fix close, pause and fsync (#105348)
3278 - fix pthread_once on IA-32
3279 - implement backtrace () on IA-64, handle -fomit-frame-pointer
3280 in AMD64 backtrace () (#90402)
3282 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
3283 - update from CVS
3284 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
3285 - fix mknod/ustat return value when given bogus device number (#105768)
3287 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
3288 - rebuilt
3290 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
3291 - fix IA-64 getcontext
3293 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
3294 - update from CVS
3295 - fix syslog with non-C non-en_* locales (#61296, #104979)
3296 - filter GLIBC_PRIVATE symbols from glibc provides
3297 - fix NIS+
3299 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
3300 - update from CVS
3301 - assume 2.4.21 kernel features on RHEL/ppc*, so that
3302 {make,set,get,swap}context works
3303 - backout execstack support for RHEL
3304 - build rtkaio on amd64 too
3306 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
3307 - update from CVS
3308 - execstack/noexecstack support
3309 - build nscd as PIE
3310 - move __libc_stack_end back to @GLIBC_2.1
3311 - build against elfutils >= 0.86 to fix stripping on s390x
3313 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
3314 - rebuilt
3316 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
3317 - update from CVS
3318 - NPTL locking change (#102682)
3319 - don't jump around lock on amd64
3321 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
3322 - fix open_memstream/syslog (#104661)
3324 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
3325 - update from CVS
3326 - retrieve affinity in pthread_getattr_np
3327 - fix pthread_attr_[gs]etaffinity_np
3328 - handle hex and octal in wordexp
3330 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
3331 - update from CVS
3332 - truncate instead of round in utimes when utimes syscall is not available
3333 - don't align stack in every glibc function unnecessarily on IA-32
3334 - make sure threads have their stack 16 byte aligned on IA-32
3335 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
3336 - fix pthread_getattr_np for the initial thread (#102683)
3337 - avoid linuxthreads signal race (#104368)
3338 - ensure all gzip invocations are done with -n option
3340 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
3341 - update from CVS
3342 - avoid linking in libgcc_eh.a unnecessarily
3343 - change ssize_t back to long int on s390 -m31, unless
3344 gcc 2.95.x is used
3346 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
3347 - update from CVS
3348 - fix IA-64 memccpy (#104114)
3350 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
3351 - update from CVS
3352 - undo broken amd64 signal context changes
3354 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
3355 - update from CVS
3356 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
3357 {unsigned,} int
3358 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
3359 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
3360 on 64-bit arches from {unsigned,} long long int {,*} to
3361 {unsigned,} long int {,*} to restore binary compatibility
3362 for C++ functions using these types as arguments
3364 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
3365 - rebuilt
3367 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
3368 - update from CVS
3369 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
3370 - libio fixes
3372 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
3373 - update from CVS
3374 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
3375 and old-style pthread_cleanup_push cleanups
3377 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
3378 - updated from CVS
3379 - lots of cancellation fixes
3380 - fix posix_fadvise* on ppc32
3381 - TLS layout fix
3382 - optimize stdio cleanups (#103354)
3383 - sparcv9 NPTL
3384 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
3385 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
3386 - fix svc_getreqset on 64-bit big-endian arches
3387 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
3388 PTHREAD_PROCESS_SHARED
3389 - add pthread_cond_timedwait stubs to libc.so (#102709)
3390 - split glibc-devel into glibc-devel and glibc-headers to ensure
3391 amd64 /usr/include always wins on amd64/i386 bi-arch installs
3392 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
3393 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
3394 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
3395 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
3396 and tests
3398 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
3399 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
3400 in glibc-debuginfo-common*
3402 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
3403 - update from CVS
3404 - fix glibc 2.0 libio compatibility (#101385)
3405 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
3406 - fix assert.h (#102916, #103017)
3407 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
3408 - fix static linking of large IA-64 binaries (#102586)
3409 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
3411 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
3412 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
3414 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
3415 - nptl_db rewrite not yet in CVS
3417 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
3418 - update from CVS
3419 - fix rtkaio aio_fsync{,64}
3420 - update rtkaio for !BROKEN_THREAD_SIGNALS
3421 - fix assert macro when used on pointers
3423 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
3424 - update from CVS
3426 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
3427 - update from CVS
3428 - disable CLONE_STOPPED for now until it is resolved
3429 - strip crt files
3430 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
3431 - fix glibc-debuginfo to include all nptl and nptl_db sources
3433 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
3434 - update from CVS
3435 - fix pthread_create@GLIBC_2.0 (#101767)
3436 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
3438 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
3439 - update from CVS
3440 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
3441 explicit scheduling (#101457)
3443 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
3444 - update from CVS
3445 - fix utimes and futimes if kernel doesn't support utimes syscall
3446 - fix s390 ssize_t type
3447 - fix dlerror when called before any dlopen/dlsym
3448 - update IA-64 bits/sigcontext.h (#101344)
3449 - various warning fixes
3450 - fix pthread.h comment typos (#101363)
3452 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
3453 - update from CVS
3454 - fix dlopen of libraries using TLS IE/LE models
3456 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
3457 - update from CVS
3458 - fix timer_create
3459 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
3461 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
3462 - update from CVS
3463 - fix wcpncpy (#99462)
3464 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
3465 unlike __errno_location () or __h_errno_location () was introduced
3466 in glibc 2.2)
3467 - fix zic bug on 64-bit platforms
3468 - some TLS handling fixes
3469 - make ldconfig look into alternate ABI dirs by default (#99402)
3470 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
3471 errataed separately from glibc
3472 - new add-on - rtkaio
3473 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
3475 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
3476 - fix thread cancellation on ppc64
3478 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
3479 - update from CVS
3480 - fix thread cancellation on ppc32, s390 and s390x
3482 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
3483 - update from CVS
3484 - build libc_nonshared.a with -fPIC instead of -fpic
3485 - fix ppc64 PIE support
3486 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
3488 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
3489 - update from CVS
3491 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
3492 - update from CVS
3493 - on IA-64 use different symbols for cancellation portion of syscall
3494 handlers to make gdb happier
3496 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
3497 - update from CVS
3498 - nss_compat supporting LDAP etc.
3500 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
3501 - update from CVS
3503 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
3504 - fix condvars and semaphores in ppc* NPTL
3505 - fix test-skeleton.c reporting of timed-out tests (#91269)
3506 - increase timeouts for tests during make check
3508 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
3509 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
3510 on bi-ABI architectures (#97557)
3511 - disable FUTEX_REQUEUE on ppc* temporarily
3513 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
3514 - update from CVS
3515 - fix glibc_post_upgrade on ppc
3517 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
3518 - update from CVS
3519 - fix localedef (#90659)
3520 - tweak linuxthreads for librt cancellation
3522 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
3523 - update from CVS
3525 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
3526 - update from CVS
3527 - fix <gnu/stubs.h> (#97169)
3529 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
3530 - update from CVS
3532 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
3533 - update from CVS
3534 - fix pthread_cond_signal on IA-32 (#92080, #92253)
3535 - fix setegid (#91567)
3536 - don't prelink -R libc.so on any architecture, it prohibits
3537 address randomization
3539 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
3540 - update from CVS
3541 - fix IA-64 NPTL build
3543 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
3544 - update from CVS
3545 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
3546 section in *.[oa]
3548 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
3549 - update from CVS
3550 - enable NPTL on AMD64
3551 - avoid using trampolines in localedef
3553 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
3554 - enable NPTL on IA-64
3556 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
3557 - update from CVS
3558 - enable NPTL on s390 and s390x
3559 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
3561 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
3562 - update from CVS
3564 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
3565 - update from CVS
3567 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
3568 - update from CVS
3569 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
3570 or set_tid_address syscall is available instead of checking
3571 AT_SYSINFO dynamic tag
3573 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
3574 - update from CVS
3576 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
3577 - update from CVS
3578 - fix for prelinking of libraries with no dependencies
3580 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
3581 - update from CVS
3582 - enable NPTL on ppc and ppc64
3584 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
3585 - rebuild
3587 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
3588 - update from CVS
3590 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
3591 - update from CVS
3592 - make -jN build fixes
3594 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
3595 - update from CVS
3596 - avoid using trampolines in iconvconfig for now
3598 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
3599 - update from CVS
3601 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
3602 - update from CVS
3603 - more ppc TLS fixes
3605 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
3606 - update from CVS
3607 - nscd fixes
3608 - fix Bahrain spelling (#56298)
3609 - fix Ukrainian collation (#83973)
3610 - accept trailing spaces in /etc/ld.so.conf (#86032)
3611 - perror fix (#85994)
3612 - fix localedef (#88978)
3613 - fix getifaddrs (#89026)
3614 - fix strxfrm (#88409)
3615 - fix ppc TLS
3616 - fix getaddrinfo (#89448)
3617 - don't print warning about errno, h_errno or _res if
3618 LD_ASSUME_KERNEL=2.4.1 or earlier
3620 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
3621 - update from CVS
3622 - fix prelink on ppc32
3623 - add TLS support on ppc32 and ppc64
3624 - make sure on -m64 arches all helper binaries are built with this
3625 option
3627 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
3628 - update from CVS
3629 - fix strxfrm (#88409)
3630 - use -m64 -mno-minimal-toc on ppc64
3631 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
3632 - link glibc_post_upgrade against newly built libc.a
3634 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
3635 - update from CVS
3636 - fix NPTL pthread_detach and already terminated, but not yet
3637 joined thread (#88219)
3638 - fix bug-regex4 testcase (#88118)
3639 - reenable prelink support broken in 2.3.2-13
3640 - fix register_printf_function (#88052)
3641 - fix double free with fopen using ccs= (#88056)
3642 - fix potential access below $esp in {set,swap}context (#88093)
3643 - fix buffer underrun in gencat -H (#88099)
3644 - avoid using unitialized variable in tst-tgmath (#88101)
3645 - fix gammal (#88104)
3646 - fix iconv -c
3647 - fix xdr_string (PR libc/4999)
3648 - fix /usr/lib/nptl/librt.so symlink
3649 - avoid running NPTL cleanups twice in some cases
3650 - unblock __pthread_signal_cancel in linuxthreads, so that
3651 linuxthreads threaded programs work correctly if spawned
3652 from NPTL threaded programs
3653 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
3654 - remove /lib/i686 directory before running ldconfig in glibc post
3655 during i686 -> i386 glibc "upgrades" (#88456)
3657 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
3658 - update from CVS
3659 - add pthread_atfork to libpthread.a
3661 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
3662 - update from CVS
3663 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
3664 point
3666 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
3667 - update from CVS
3668 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
3669 /lib/i686 libs on i686, not stright to /lib
3671 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
3672 - update from CVS
3673 - timers fixes
3675 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
3676 - update from CVS
3677 - fix NPTL pthread_cond_timedwait
3678 - fix sysconf (_SC_MONOTONIC_CLOCK)
3679 - use /%%{_lib}/tls instead of /lib/tls on x86-64
3680 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
3681 - display content of .out files for all make check failures
3683 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
3684 - update from CVS
3685 - kernel POSIX timers support
3687 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
3688 - update from CVS
3689 - export __fork from glibc again
3690 - fix glibc-compat build in NPTL
3691 - fix c_stubs
3692 - fix some more atomic.h problems
3693 - don't check abi in glibc-compat libs
3695 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
3696 - update from CVS
3697 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
3698 - condrestart sshd in glibc_post_upgrade so that the user can
3699 log in remotely and handle the rest (#86339)
3700 - fix a typo in glibc_post_upgrade on sparc
3702 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
3703 - update from CVS
3704 - change i686/athlon libc.so.6 base to 0x00e80000
3706 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
3707 - update from CVS
3708 - hopefully last fix for condvar problems
3710 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
3711 - fix bits/syscall.h creation on x86-64
3713 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
3714 - update from CVS
3716 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
3717 - update from CVS
3719 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
3720 - update from CVS
3721 - fix glibc-debug description (#85111)
3722 - make librt.so a symlink again, not linker script
3724 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
3725 - update from CVS
3726 - remove the workarounds for broken software accessing GLIBC_PRIVATE
3727 symbols
3729 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
3730 - update from CVS
3732 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
3733 - fix TLS IE/LE model handling in dlopened libraries
3734 on TCB_AT_TP arches
3736 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
3737 - update from CVS
3739 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
3740 - update from CVS
3742 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
3743 - update from CVS
3744 - only warn about errno, h_errno or _res for binaries, never
3745 libraries
3746 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
3748 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
3749 - update from CVS
3751 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
3752 - update from CVS
3754 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
3755 - update from CVS
3757 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
3758 - update from CVS
3760 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
3761 - update from CVS
3762 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
3764 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
3765 - update from CVS
3767 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
3768 - update from CVS
3770 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
3771 - update from CVS
3772 - pthread_cond* NPTL fixes, new NPTL testcases
3774 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
3775 - update from CVS
3776 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
3777 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
3778 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
3779 later is NPTL
3780 - enable TLS on alpha/alphaev6
3781 - add BuildPreReq: /usr/bin/readlink
3783 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
3784 - update from CVS
3785 - pthread_once fix
3787 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
3788 - update from CVS
3789 - vfork fix on s390
3790 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
3791 don't bind locally (#83325)
3793 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
3794 - update from CVS
3795 - fix pthread_create after vfork+exec in linuxthreads
3797 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
3798 - update from CVS
3800 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
3801 - update from CVS
3803 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
3804 - update from CVS
3805 - enable TLS on s390{,x} and sparc{,v9}
3807 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
3808 - update from CVS
3809 - initialize __environ in glibc_post_upgrade to empty array,
3810 so that it is not NULL
3811 - compat symlink for s390x /lib/ld64.so.1
3812 - enable glibc-profile on x86-64
3813 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
3815 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
3816 - update from CVS
3817 - nscd fixes, *scanf fix
3818 - fix %%nptlarches noarch build (#81909)
3819 - IA-64 TLS fixes
3821 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
3822 - update from CVS
3823 - rework -debuginfo subpackage, add -debuginfo-common
3824 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
3825 - fix vfork in libc.a on PPC32, Alpha, Sparc
3826 - fix libio locks in linuxthreads libc.so if libpthread.so
3827 is dlopened later (#81374)
3829 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
3830 - update from CVS
3831 - dlclose bugfixes
3832 - fix NPTL libpthread.a
3833 - fix glibc_post_upgrade on several arches
3835 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
3836 - update from CVS
3837 - TLS support on IA-64
3839 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
3840 - fix vfork in linuxthreads (#81377, #81363)
3842 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
3843 - update from CVS
3844 - don't use TLS libs if kernel doesn't set AT_SYSINFO
3845 (#80921, #81212)
3846 - add ntp_adjtime on alpha (#79996)
3847 - fix nptl_db (#81116)
3849 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
3850 - update from CVS
3851 - support all architectures again
3853 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
3854 - fix condvar compatibility wrappers
3855 - add ugly hack to use non-TLS libs if a binary is seen
3856 to have errno, h_errno or _res symbols in .dynsym
3858 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
3859 - update from CVS
3860 - fixes for new condvar
3862 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
3863 - new NPTL condvar implementation plus related linuxthreads
3864 symbol versioning updates
3866 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
3867 - update from CVS
3868 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
3869 feature set macros
3870 - make *sigaction, sigwait and raise the same between
3871 -lpthread -lc and -lc -lpthread in linuxthreads builds
3873 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
3874 - fix dlclose
3876 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
3877 - enable sysenter by default for now
3878 - fix endless loop in ldconfig
3880 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
3881 - update from CVS
3883 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
3884 - update from CVS
3885 - fix ptmalloc_init after clearenv (#80370)
3887 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
3888 - update from CVS
3889 - add IA-64 back
3890 - move TLS libraries from /lib/i686 to /lib/tls
3892 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
3893 - system(3) fix for linuxthreads
3894 - don't segfault in pthread_attr_init from libc.so
3895 - add cancellation tests from nptl to linuxthreads
3897 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
3898 - fix up lists of exported symbols + their versions
3899 from the libraries
3901 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
3902 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
3904 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
3905 - update from CVS
3906 - fix NPTL hanging mozilla
3907 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
3908 - make linuxthreads work with dl_dynamic_weak 0
3909 - clear dl_dynamic_weak everywhere
3911 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
3912 - update from CVS
3913 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
3914 - kill -debug sub-package, rename -debug-static to -debug
3915 - clear dl_dynamic_weak for NPTL
3917 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
3918 - fix <bits/mathinline.h> and <bits/nan.h> for C++
3919 - automatically generate NPTL libpthread wrappers
3921 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
3922 - update from CVS
3923 - all functions which need cancellation should now be cancellable
3924 both in libpthread.so and libc.so
3925 - removed @@GLIBC_2.3.2 cancellation wrappers
3927 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
3928 - update from CVS
3929 - replace __libc_lock_needed@GOTOFF(%ebx) with
3930 %gs:offsetof(tcbhead_t, multiple_threads)
3931 - start of new NPTL cancellation wrappers
3933 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
3934 - update from CVS
3935 - use inline locks in malloc
3937 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
3938 - update from CVS
3939 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
3941 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
3942 - update from CVS
3943 - rebuilt with gcc-3.2.1-2
3945 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
3946 - update from CVS
3947 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
3948 should work now
3949 - faster libc locking when using nptl
3950 - add OUTPUT_FORMAT to linker scripts
3951 - fix x86_64 sendfile (#79111)
3953 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
3954 - update from CVS
3955 - RUSCII support (#78906)
3956 - for nptl builds add BuildRequires
3957 - fix byteswap.h for non-gcc (#77689)
3958 - add nptl-devel package
3960 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
3961 - update from CVS
3962 - make --enable-kernel=2.2.5 --with-tls --without-__thread
3963 ld.so load nptl and other --with-__thread libs
3964 - disable nptl by default for now
3966 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
3967 - update from CVS
3968 - restructured redhat/Makefile and spec, so that src.rpm contains
3969 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
3970 - added nptl
3972 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
3973 - update from CVS
3974 - even more regex fixes
3975 - run sed testsuite to check glibc regex
3977 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
3978 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
3979 using libpthread.so.
3981 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
3982 - update from CVS
3983 - fixed %a and %A in *printf (#75821)
3984 - fix re_comp memory leaking (#76594)
3986 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
3987 - update from CVS
3988 - some more regex fixes
3989 - fix libpthread.a (#76484)
3990 - fix locale-archive enlarging
3992 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
3993 - update from CVS
3994 - don't need to use 128K of stacks for DNS lookups
3995 - regex fixes
3996 - updated timezone data e.g. for this year's Brasil DST
3997 changes
3998 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
4000 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
4001 - update to 2.3.1 final
4002 - support really low thread stack sizes (#74073)
4003 - tzdata update
4005 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
4006 - update from CVS
4007 - handle low stack limits
4008 - move s390x into */lib64
4010 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
4011 - update to 2.3 final
4012 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
4014 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
4015 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
4016 speed things up, because they are neither REL arches, nor
4017 ELF_MACHINE_REL_RELATIVE
4018 - fix sparc64 build
4020 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
4021 - update from CVS
4023 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
4024 - update from CVS
4025 - prelink on ppc and x86-64 too
4026 - don't remove ppc memset
4027 - instead of listing on which arches to remove glibc-compat
4028 list where it should stay
4030 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
4031 - fix wcsmbs functions with invalid character sets (or malloc
4032 failures)
4033 - make sure __ctype_b etc. compat vars are updated even if
4034 they are copy relocs in the main program
4036 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
4037 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
4038 leading to unresolved __set_h_errno symbol)
4040 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
4041 - security fix - increase dns-network.c MAXPACKET to at least
4042 65536 to avoid buffer overrun. Likewise glibc-compat
4043 dns-{host,network}.c.
4045 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
4046 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
4047 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
4048 from libc.so - we have still lots of .a libraries referencing
4049 __ctype_{b,tolower,toupper} out there...
4051 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
4052 - update from CVS
4053 - 2.2.93 release
4054 - use double instead of single indirection in isXXX macros
4055 - per-locale wcsmbs conversion state
4057 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
4058 - update from CVS
4059 - fix newlocale/duplocale/uselocale
4060 - disable profile on x86_64 for now
4062 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
4063 - update from CVS
4064 - 2.2.92 release
4065 - fix gettext after uselocale
4066 - fix locales in statically linked threaded programs
4067 - fix NSS
4069 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
4070 - update from CVS
4071 - 2.2.91 release
4072 - fix fd leaks in locale-archive reader (#72043)
4073 - handle EROFS in build-locale-archive gracefully (#71665)
4075 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
4076 - update from CVS
4077 - fix re_match (#72312)
4078 - support more than 1024 threads
4080 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
4081 - update from CVS
4082 - fix i386 build
4084 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
4085 - update from CVS
4086 - fix locale-archive loading hang on some (non-primary) locales
4087 (#72122, #71878)
4088 - fix umount problems with locale-archives when /usr is a separate
4089 partition (#72043)
4090 - add LICENSES file
4092 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
4093 - update from CVS
4094 - only mmap up to 2MB of locale-archive on 32-bit machines
4095 initially
4096 - fix fseek past end + fread segfault with mmaped stdio
4097 - include <sys/debugreg.h> which is mistakenly not included
4098 in glibc-devel on IA-32
4100 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
4101 - don't return normalized locale name in setlocale when using
4102 locale-archive
4104 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
4105 - update from CVS
4106 - optimize for primary system locale
4107 - localedef fixes (#71552, #67705)
4109 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
4110 - fix path to locale-archive in libc reader
4111 - build locale archive at glibc-common %post time
4112 - export __strtold_internal and __wcstold_internal on Alpha again
4113 - workaround some localedata problems
4115 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
4116 - update from CVS
4117 - patch out set_thread_area for now
4119 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
4120 - update from CVS
4121 - GB18030 patch from Yu Shao
4122 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
4123 - fix regcomp (#71039)
4125 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
4126 - update from CVS
4127 - use /usr/sbin/prelink, not prelink (#70376)
4129 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
4130 - update from CVS
4132 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
4133 - update from CVS
4134 - ungetc fix (#69586)
4135 - fseek errno fix (#69589)
4136 - change *etrlimit prototypes for C++ (#68588)
4137 - use --without-tls instead of --disable-tls
4139 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
4140 - set nscd user's shell to /sbin/nologin (#68369)
4141 - fix glibc-compat buffer overflows (security)
4142 - buildrequire prelink, don't build glibc's own copy of it (#67567)
4143 - update from CVS
4144 - regex fix (#67734)
4145 - fix unused warnings (#67706)
4146 - fix freopen with mmap stdio (#67552)
4147 - fix realloc (#68499)
4149 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
4150 - update from CVS
4151 - fix argp on long words
4152 - update atime in libio
4154 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
4155 - update from CVS
4156 - a thread race fix
4157 - fix readdir on invalid dirp
4159 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
4160 - update from CVS
4161 - don't use __thread in headers
4162 - fix system(3) in threaded apps
4163 - update prelink, so that it is possible to prelink -u libc.so.6.1
4164 on Alpha
4166 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
4167 - update from CVS
4168 - fix __moddi3 (#65612, #65695)
4169 - fix ether_line (#64427)
4170 - fix setvbuf with mmap stdio (#65864)
4171 - --disable-tls for now, waiting for kernel
4172 - avoid duplication of __divtf3 etc. on IA-64
4173 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
4175 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
4176 - update from CVS
4177 - fix Alpha pthread bug with gcc 3.1
4179 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
4180 - fix nice
4182 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
4183 - add relocation dependencies even for weak symbols (#63422)
4184 - stricter check_fds check for suid/sgid binaries
4185 - run make check at %%install time
4187 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
4188 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
4189 - back out do-lookup.h change (#63261, #63305)
4190 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
4191 since lots of compilers break on it
4192 - fix sparc build with gcc 3.1
4193 - fix spec file for athlon
4195 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
4196 - fix debugging of threaded apps (#62804)
4197 - fix DST for Estonia (#61494)
4198 - document that pthread_mutexattr_?etkind_np are deprecated
4199 and pthread_mutexattr_?ettype should be used instead in man
4200 pages (#61485)
4201 - fix libSegFault.so undefined externals
4203 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
4204 - temporarily disable prelinking ld.so, as some statically linked
4205 binaries linked against debugging versions of old glibcs die on it
4206 (#62352)
4207 - fix <semaphore.h> for -std=c99 (#62516)
4208 - fix ether_ntohost segfault (#62397)
4209 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
4210 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
4211 version (#61633)
4212 - prelink -r on alpha too
4214 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
4215 - update GB18030 iconv module (Yu Shao)
4217 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
4218 - features.h fix
4220 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
4221 - update from CVS
4222 - fix nscd with huge groups
4223 - fix nis to not close fds it shouldn't
4224 - rebuilt against newer glibc-kernheaders to use the correct
4225 PATH_MAX
4226 - handle .athlon.rpm glibc the same way as .i686.rpm
4227 - add a couple of .ISO-8859-15 locales (#61922)
4228 - readd temporarily currencies which were superceeded by Euro
4229 into the list of accepted currencies by localedef to make
4230 standard conformance testsuites happy
4231 - temporarily moved __libc_waitpid back to make Sun JDK happy
4232 - use old malloc code
4233 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
4235 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
4236 - update from CVS
4237 - fix DST handling for southern hemisphere (#60747)
4238 - fix daylight setting for tzset (#59951)
4239 - fix ftime (#60350)
4240 - fix nice return value
4241 - fix a malloc segfault
4242 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
4243 back to what they used to be exported at
4244 - censorship (#60758)
4246 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
4247 - update from CVS
4248 - use __attribute__((visibility(...))) if supported, use _rtld_local
4249 for ld.so only objects
4250 - provide libc's own __{,u}{div,mod}di3
4252 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
4253 - switch back to 2.2.5, mmap stdio needs work
4255 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
4256 - fix two other mmap stdio bugs (#60228)
4258 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
4259 - fix yet another mmap stdio bug (#60145)
4261 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
4262 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
4263 - apply Andreas Schwab's fix for pthread sigwait
4264 - remove /lib/i686/ libraries in glibc_post_upgrade when
4265 performing i386 glibc install
4267 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
4268 - update to CVS
4269 - added glibc-utils subpackage
4270 - disable autoreq in glibc-debug
4271 - readd %%lang() to locale files
4273 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
4274 - update to CVS
4275 - move glibc private symbols to GLIBC_PRIVATE symbol version
4277 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
4278 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
4279 symbol in libm
4281 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
4282 - add debug-static package
4284 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
4285 - update from CVS
4286 - remove -D__USE_STRING_INLINES
4287 - add debug subpackage to trim glibc and glibc-devel size
4289 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
4290 - fix strsep
4292 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
4293 - fix a ld.so bug with duplicate searchlists in l_scope
4294 - fix erfcl(-inf)
4295 - turn /usr/lib/librt.so into linker script
4297 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
4298 - fix a ld.so lookup bug after lots of dlopen calls
4299 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
4300 - prelinking support for Sparc64
4302 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
4303 - update from CVS to fix DT_SYMBOLIC
4304 - prelinking support for Alpha and Sparc
4306 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
4307 - update from CVS
4308 - linuxthreads now retries if -1/EINTR is returned from
4309 reading or writing to thread manager pipe (#43742)
4310 - use DT_FILTER in librt.so (#53394)
4311 - update glibc prelink patch so that it handles filters
4312 - fix timer_* with SIGEV_NONE (#53494)
4313 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
4315 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
4316 - fix build on sparc32
4317 - 2.2.4-13 build for some reason missed some locales
4318 on alpha/ia64
4320 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
4321 - fix iconvconfig
4323 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
4324 - add fam to /etc/rpc (#52863)
4325 - fix <inttypes.h> for C++ (#52960)
4326 - fix perror
4328 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
4329 - fix strnlen(x, -1)
4331 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
4332 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
4333 if __USE_UNIX98.
4335 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
4336 - fix bits/libc-lock.h so that gcc can compile
4337 - fix s390 build
4339 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
4340 - kill stale library symlinks in ldconfig (#52350)
4341 - fix inttypes.h for G++ < 3.0
4342 - use DT_REL*COUNT
4344 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
4345 - fix strnlen on IA-64 (#50077)
4347 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
4348 - glibc 2.2.4 final
4349 - fix -lpthread -static (#51672)
4351 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
4352 - doh, include libio/tst-swscanf.c
4354 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
4355 - don't crash on catclose(-1)
4356 - fix wscanf %[] handling
4357 - fix return value from swprintf
4358 - handle year + %U/%W week + week day in strptime
4360 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
4361 - update from CVS to
4362 - fix strcoll (#50548)
4363 - fix seekdir (#51132)
4364 - fix memusage (#50606)
4365 - don't make gconv-modules.cache %%config file, just don't verify
4366 its content.
4368 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
4369 - fix strtod and *scanf (#50723, #50724)
4371 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
4372 - update from CVS
4373 - fix iconv cache handling
4374 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
4375 - add gconv-modules.cache as emtpy config file (#50699)
4376 - only run iconvconfig if /usr is mounted read-write (#50667)
4378 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
4379 - move iconvconfig from glibc-common into glibc subpackage,
4380 call it from glibc_post_upgrade instead of common's post.
4382 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4383 - turn off debugging printouts in iconvconfig
4385 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4386 - update from CVS
4387 - fix IA-32 makecontext
4388 - make fflush(0) thread-safe (#46446)
4390 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
4391 - adjust prelinking DT_* and SHT_* values in elf.h
4392 - update from CVS
4393 - iconv cache
4394 - make iconv work in SUID/SGID programs (#34611)
4396 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
4397 - update from CVS
4398 - kill non-pic code in libm.so
4399 - fix getdate
4400 - fix some locales (#49402)
4401 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
4402 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
4403 - add floating stacks on IA-64, Alpha, Sparc (#49308)
4405 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
4406 - make /lib/i686 directory owned by glibc*.i686.rpm
4408 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
4409 - remove rquota.[hx] headers which are now provided by quota (#47141)
4410 - add prelinking patch
4412 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
4413 - require sh-utils for nscd
4415 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
4416 - update from CVS (#43681, #43350, #44663, #45685)
4417 - fix ro_RO bug (#44644)
4419 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
4420 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
4421 - make rpc headers -ansi compilable (#42390)
4422 - remove alphaev6 optimized memcpy, since there are still far too many
4423 broken apps which call memcpy where they should call memmove
4424 - update from CVS to (among other things):
4425 - fix tanhl bug (#43352)
4427 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
4428 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
4429 - fix a dlclose reldeps handling bug
4430 - some more profiling fixes
4431 - fix tgmath.h
4433 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
4434 - make ldconfig more quiet
4435 - fix LD_PROFILE on i686 (#41030)
4437 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4438 - fix the hardlink program, so that it really catches all files with
4439 identical content
4440 - add a s390x clone fix
4442 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4443 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
4444 - fix nss compatibility DSO versions for alphaev6
4445 - add a hardlink program instead of the shell 3x for plus cmp -s/link
4446 which takes a lot of time during build
4447 - rework BuildPreReq and Conflicts with gcc, so that
4448 it applies only where it has to
4450 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
4451 - fix locale name of ja_JP in UTF-8 (#39783)
4452 - fix re_search_2 (#40244)
4453 - fix memusage script (#39138, #39823)
4454 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
4455 - fix xtrace script (#39609)
4456 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
4457 libc_nonshared.a has atexit)
4458 - fix getconf LFS_CFLAGS on 64bitters
4459 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
4460 with __frame_state_for function (#37933)
4462 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
4463 - glibc 2.2.3 release
4464 - fix strcoll (#36539)
4465 - add BuildPreReqs (#36378)
4467 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
4468 - update from CVS
4470 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
4471 - update from CVS
4472 - fix sparc64, ia64
4473 - fix some locale syntax errors (#35982)
4475 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
4476 - update from CVS
4478 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
4479 - update from CVS
4481 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
4482 - support even 2.4.0 kernels on ia64, sparc64 and s390x
4483 - include UTF-8 locales
4484 - make gconv-modules %%config(noreplace)
4486 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
4487 - back out sunrpc changes
4489 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
4490 - update from CVS
4491 - fix ia64 build
4492 - fix pthread_getattr_np
4494 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
4495 - update from CVS
4496 - run atexit() registered functions at dlclose time if they are in shared
4497 libraries (#28625)
4498 - add pthread_getattr_np API to make JVM folks happy
4500 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
4501 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
4502 - fix ldd behaviour on unresolved symbols
4503 - remove nonsensical ldconfig warning, update osversion for the most
4504 recent library with the same soname in the same directory instead (#31703)
4505 - apply selected patches from CVS
4506 - s390x spec file changes from Florian La Roche
4508 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
4509 - fix gencat (#30894)
4510 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
4512 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
4513 - update from CVS
4514 - make pthread_attr_setstacksize consistent before and after pthread manager
4515 is started (#28194)
4516 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
4517 far, #28493)
4518 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
4519 make ld.so pick the right one
4521 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
4522 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
4524 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
4525 - make glibc require particular version of glibc-common
4526 and glibc-common prerequire glibc.
4528 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
4529 - glibc 2.2.2 release
4530 - fix regex REG_ICASE bug seen in ksymoops
4532 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
4533 - fix regexec leaking memory (#26864)
4535 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
4536 - update from CVS
4537 - fix ia64 build with gnupro
4538 - make regex 64bit clean
4539 - fix tgmath make check failures on alpha
4541 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
4542 - update again for ia64 DF_1_INITFIRST
4544 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
4545 - update from CVS
4546 - fix getaddrinfo (#25437)
4547 - support DF_1_INITFIRST (#25029)
4549 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
4550 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
4551 to run 2.2 kernels can downgrade to the base architecture glibc.
4553 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
4554 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
4556 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
4557 - update to 2.2.1 final
4558 - fix a pthread_kill_other_threads_np breakage (#23966)
4559 - make static binaries using dlopen work on ia64 again
4560 - fix a typo in glibc-common group
4562 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4563 - devel requires glibc = %%{version}
4564 - noreplace /etc/nscd.conf
4566 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
4567 - some more security fixes:
4568 - don't look up LD_PRELOAD libs in cache for SUID apps
4569 (because that bypasses SUID bit checking on the library)
4570 - place output files for profiling SUID apps into /var/profile,
4571 use O_NOFOLLOW for them
4572 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
4573 - hardlink identical locale files together
4574 - add %%lang() tags to locale stuff
4575 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
4577 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
4578 - add glibc-common subpackage
4579 - fix alphaev6 memcpy (#22494)
4580 - fix sys/cdefs.h (#22908)
4581 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
4582 - work around a bug in IBM JDK (#22932, #23012)
4583 - fix pmap_unset when network is down (#23176)
4584 - move nscd in rc.d before netfs on shutdown
4585 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
4587 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
4588 - fix ftw and nftw
4590 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
4591 - fix fcvt (#22184)
4592 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
4593 - fix gencat
4595 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
4596 - fix alpha htonl and alphaev6 stpcpy
4598 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
4599 - update to CVS to:
4600 - fix getnameinfo (#21934)
4601 - don't stomp on memory in rpath handling (#21544)
4602 - fix setlocale (#21507)
4603 - fix libNoVersion.so.1 loading code (#21579)
4604 - use auxarches define in spec file for auxiliary
4605 architectures (#21219)
4606 - remove /usr/share directory from filelist (#21218)
4608 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
4609 - update to CVS to fix getaddrinfo
4611 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
4612 - update to CVS to fix freopen
4613 - remove all alpha workarounds, not needed anymore
4615 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
4616 - fix dladdr bug on alpha/sparc32/sparc64
4617 - fix Makefiles so that they run static tests properly
4619 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
4620 - update to CVS to fix ldconfig
4622 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
4623 - update to glibc 2.2 release
4625 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
4626 - update to CVS to:
4627 - export __sysconf@@GLIBC_2.2 (#20417)
4629 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
4630 - merge to 2.1.97
4632 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
4633 - update to CVS, including:
4634 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
4635 - fix hesiod (#19375)
4636 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
4637 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
4639 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
4640 - fix alpha semctl (#19199)
4641 - update to CVS, including:
4642 - fix glibc headers for Compaq non-gcc compilers
4643 - fix locale alias handling code (#18832)
4644 - fix rexec on little endian machines (#18886)
4645 - started writing changelog again
4647 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
4648 - added ja ujis alias for backwards compatibility