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