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