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