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