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