2.11.1-7
[glibc.git] / fedora / glibc.spec.in
blob64a29ec793d153f8af85a29c54e99a565fac4606
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 %if 0%{?rhel} >= 6
19 %define multiarcharches ppc pp64 %{ix86} x86_64
20 %else
21 %define multiarcharches %{ix86} x86_64
22 %endif
23 %define _unpackaged_files_terminate_build 0
25 Summary: The GNU libc libraries
26 Name: glibc
27 Version: %{glibcversion}
28 Release: 7
29 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
30 # Things that are linked directly into dynamically linked programs
31 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
32 # exception which allows linking it into any kind of programs or shared
33 # libraries without restrictions.
34 License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
35 Group: System Environment/Libraries
36 URL: http://sources.redhat.com/glibc/
37 Source0: %{?glibc_release_url}%{glibcsrcdir}.tar.bz2
38 Source1: %{glibcsrcdir}-fedora.tar.bz2
39 Patch0: %{name}-fedora.patch
40 Patch1: %{name}-ia64-lib64.patch
41 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
42 Obsoletes: glibc-profile < 2.4
43 Provides: ldconfig
44 # The dynamic linker supports DT_GNU_HASH
45 Provides: rtld(GNU_HASH)
46 Requires: glibc-common = %{version}-%{release}
47 # Require libgcc in case some program calls pthread_cancel in its %%post
48 Requires(pre): basesystem, libgcc
49 # This is for building auxiliary programs like memusage, nscd
50 # For initial glibc bootstraps it can be commented out
51 BuildRequires: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.33.4-3
52 BuildRequires: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext, nss-devel
53 BuildRequires: /bin/ps, /bin/kill, /bin/awk
54 # This is to ensure that __frame_state_for is exported by glibc
55 # will be compatible with egcs 1.x.y
56 BuildRequires: gcc >= 3.2
57 %define enablekernel 2.6.18
58 %ifarch i386
59 %define nptl_target_cpu i486
60 %else
61 %define nptl_target_cpu %{_target_cpu}
62 %endif
63 %ifarch %{multiarcharches}
64 # Need STT_IFUNC support
65 %ifarch ppc ppc64
66 BuildRequires: binutils >= 2.20.51.0.2
67 Conflicts: binutils < 2.20.51.0.2
68 %else
69 BuildRequires: binutils >= 2.19.51.0.10
70 Conflicts: binutils < 2.19.51.0.10
71 %endif
72 # Earlier releases have broken support for IRELATIVE relocations
73 Conflicts: prelink < 0.4.2
74 %else
75 # Need AS_NEEDED directive
76 # Need --hash-style=* support
77 BuildRequires: binutils >= 2.17.50.0.2-5
78 %endif
79 BuildRequires: gcc >= 3.2.1-5
80 %ifarch ppc s390 s390x
81 BuildRequires: gcc >= 4.1.0-0.17
82 %endif
83 %if 0%{?_enable_debug_packages}
84 BuildRequires: elfutils >= 0.72
85 BuildRequires: rpm >= 4.2-0.56
86 %endif
87 %define __find_provides %{_builddir}/%{glibcsrcdir}/find_provides.sh
88 %define _filter_GLIBC_PRIVATE 1
90 %description
91 The glibc package contains standard libraries which are used by
92 multiple programs on the system. In order to save disk space and
93 memory, as well as to make upgrading easier, common system code is
94 kept in one place and shared between programs. This particular package
95 contains the most important sets of shared libraries: the standard C
96 library and the standard math library. Without these two libraries, a
97 Linux system will not function.
99 %if %{xenpackage}
100 %package xen
101 Summary: The GNU libc libraries (optimized for running under Xen)
102 Group: System Environment/Libraries
103 Requires: glibc = %{version}-%{release}, glibc-utils = %{version}-%{release}
105 %description xen
106 The standard glibc package is optimized for native kernels and does not
107 perform as well under the Xen hypervisor. This package provides alternative
108 library binaries that will be selected instead when running under Xen.
110 Install glibc-xen if you might run your system under the Xen hypervisor.
111 %endif
113 %package devel
114 Summary: Object files for development using standard C libraries.
115 Group: Development/Libraries
116 Requires(pre): /sbin/install-info
117 Requires(pre): %{name}-headers
118 Requires: %{name}-headers = %{version}-%{release}
119 Requires: %{name} = %{version}-%{release}
121 %description devel
122 The glibc-devel package contains the object files necessary
123 for developing programs which use the standard C libraries (which are
124 used by nearly all programs). If you are developing programs which
125 will use the standard C libraries, your system needs to have these
126 standard object files available in order to create the
127 executables.
129 Install glibc-devel if you are going to develop programs which will
130 use the standard C libraries.
132 %package static
133 Summary: C library static libraries for -static linking.
134 Group: Development/Libraries
135 Requires: %{name}-devel = %{version}-%{release}
137 %description static
138 The glibc-static package contains the C library static libraries
139 for -static linking. You don't need these, unless you link statically,
140 which is highly discouraged.
142 %package headers
143 Summary: Header files for development using standard C libraries.
144 Group: Development/Libraries
145 Provides: %{name}-headers(%{_target_cpu})
146 %ifarch x86_64
147 # If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers
148 # have to be installed, not i586 ones.
149 Obsoletes: %{name}-headers(i586)
150 Obsoletes: %{name}-headers(i686)
151 %endif
152 Requires(pre): kernel-headers
153 Requires: kernel-headers >= 2.2.1, %{name} = %{version}-%{release}
154 BuildRequires: kernel-headers >= 2.6.22
156 %description headers
157 The glibc-headers package contains the header files necessary
158 for developing programs which use the standard C libraries (which are
159 used by nearly all programs). If you are developing programs which
160 will use the standard C libraries, your system needs to have these
161 standard header files available in order to create the
162 executables.
164 Install glibc-headers if you are going to develop programs which will
165 use the standard C libraries.
167 %package common
168 Summary: Common binaries and locale data for glibc
169 Requires: %{name} = %{version}-%{release}
170 Requires: tzdata >= 2003a
171 Group: System Environment/Base
173 %description common
174 The glibc-common package includes common binaries for the GNU libc
175 libraries, as well as national language (locale) support.
177 %package -n nscd
178 Summary: A Name Service Caching Daemon (nscd).
179 Group: System Environment/Daemons
180 Requires: libselinux >= 1.17.10-1, audit-libs >= 1.1.3
181 Requires(pre): /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, sh-utils
183 %description -n nscd
184 Nscd caches name service lookups and can dramatically improve
185 performance with NIS+, and may help with DNS as well.
187 %package utils
188 Summary: Development utilities from GNU C library
189 Group: Development/Tools
190 Requires: %{name} = %{version}-%{release}
192 %description utils
193 The glibc-utils package contains memusage, a memory usage profiler,
194 mtrace, a memory leak tracer and xtrace, a function call tracer
195 which can be helpful during program debugging.
197 If unsure if you need this, don't install this package.
199 %if 0%{?_enable_debug_packages}
200 %define debug_package %{nil}
201 %define __debug_install_post %{nil}
202 %global __debug_package 1
204 %package debuginfo
205 Summary: Debug information for package %{name}
206 Group: Development/Debug
207 AutoReqProv: no
208 %ifarch %{debuginfocommonarches}
209 Requires: glibc-debuginfo-common = %{version}-%{release}
210 %else
211 %ifarch %{ix86}
212 Obsoletes: glibc-debuginfo-common
213 %endif
214 %endif
216 %description debuginfo
217 This package provides debug information for package %{name}.
218 Debug information is useful when developing applications that use this
219 package or when debugging this package.
221 This package also contains static standard C libraries with
222 debugging information. You need this only if you want to step into
223 C library routines during debugging programs statically linked against
224 one or more of the standard C libraries.
225 To use this debugging information, you need to link binaries
226 with -static -L%{_prefix}/lib/debug%{_prefix}/%{_lib} compiler options.
228 %ifarch %{debuginfocommonarches}
230 %package debuginfo-common
231 Summary: Debug information for package %{name}
232 Group: Development/Debug
233 AutoReqProv: no
235 %description debuginfo-common
236 This package provides debug information for package %{name}.
237 Debug information is useful when developing applications that use this
238 package or when debugging this package.
240 %endif
241 %endif
243 %prep
244 %setup -q -n %{glibcsrcdir} -b1
245 %patch0 -E -p1
246 %ifarch ia64
247 %if "%{_lib}" == "lib64"
248 %patch1 -p1
249 %endif
250 %endif
252 # A lot of programs still misuse memcpy when they have to use
253 # memmove. The memcpy implementation below is not tolerant at
254 # all.
255 rm -f sysdeps/alpha/alphaev6/memcpy.S
256 %if %{buildpower6}
257 # On powerpc32, hp timing is only available in power4/power6
258 # libs, not in base, so pre-power4 dynamic linker is incompatible
259 # with power6 libs.
260 rm -f sysdeps/powerpc/powerpc32/power4/hp-timing.[ch]
261 %endif
263 find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;
264 cat > find_provides.sh <<EOF
265 #!/bin/sh
266 /usr/lib/rpm/find-provides | grep -v GLIBC_PRIVATE
267 exit 0
269 chmod +x find_provides.sh
270 touch `find . -name configure`
271 touch locale/programs/*-kw.h
273 %build
274 GCC=gcc
275 GXX=g++
276 %ifarch %{ix86}
277 BuildFlags="-march=%{nptl_target_cpu} -mtune=generic"
278 %endif
279 %ifarch i686
280 BuildFlags="-march=i686 -mtune=generic"
281 %endif
282 %ifarch i386 i486 i586
283 BuildFlags="$BuildFlags -mno-tls-direct-seg-refs"
284 %endif
285 %ifarch x86_64
286 BuildFlags="-mtune=generic"
287 %endif
288 %ifarch alphaev6
289 BuildFlags="-mcpu=ev6"
290 %endif
291 %ifarch sparc
292 BuildFlags="-fcall-used-g6"
293 GCC="gcc -m32"
294 GXX="g++ -m32"
295 %endif
296 %ifarch sparcv9
297 BuildFlags="-mcpu=ultrasparc -fcall-used-g6"
298 GCC="gcc -m32"
299 GXX="g++ -m32"
300 %endif
301 %ifarch sparcv9v
302 BuildFlags="-mcpu=niagara -fcall-used-g6"
303 GCC="gcc -m32"
304 GXX="g++ -m32"
305 %endif
306 %ifarch sparc64
307 BuildFlags="-mcpu=ultrasparc -mvis -fcall-used-g6"
308 GCC="gcc -m64"
309 GXX="g++ -m64"
310 %endif
311 %ifarch sparc64v
312 BuildFlags="-mcpu=niagara -mvis -fcall-used-g6"
313 GCC="gcc -m64"
314 GXX="g++ -m64"
315 %endif
316 %ifarch ppc64
317 BuildFlags="-mno-minimal-toc"
318 GCC="gcc -m64"
319 GXX="g++ -m64"
320 %endif
322 BuildFlags="$BuildFlags -fasynchronous-unwind-tables"
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 -g ../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}/$libbaseso $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 -g -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 -g -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 * Fri May 14 2010 Andreas Schwab <schwab@redhat.com> - 2.11.1-7
1038 - Update from 2.11 branch
1039 - Fix ldconfig to handle symlinks in chroot correctly (BZ#11149)
1040 - Fix handling if newline in addmntent
1041 - Fix ttyname_r callers not to expect errno was set (BZ#11538)
1042 - Don't crash in trace mode when dependencies are missing
1043 - Fix crash on reloading of gai data in nscd
1044 - Fix fallocate error return on i386
1045 - Fix getopt option handing (BZ#11039, BZ#11040, BZ#11041)
1046 - Handle DNS timeouts in old-style lookup code (BZ#11010)
1047 - Fix aux cache handling in ldconfig with chroot (BZ#11149)
1048 - Fix printing error messages in getopt (BZ#11043)
1049 - Declare iruserok and iruserok_af (BZ#11070)
1050 - Fix option aliasing in argp (BZ#11254)
1051 - Fix concurrent handling of __cpu_features (BZ#11292)
1052 - Handle unnecessary padding in getdents64 (BZ#11333)
1053 - Fix changes to interface list during getifaddrs calls (BZ#11387)
1054 - Missing memory barrier in DES initialization (BZ#11449)
1055 - Calls to cuserid can result in buffer overruns and/or overflows (BZ#11397)
1056 - Fix R_X86_64_PC32 overflow detection
1057 - Fix reporting of I/O errors in *dprintf functions (BZ#11319)
1058 - Fix assertion in palloc and pvalloc as well (BZ#5553)
1059 - Fix file descriotor leak in nftw with FTW_CHDIR (BZ#11271)
1060 - Fix endless loop with invalid /etc/shells file (BZ#11242)
1061 - _nl_load_locale incorrectly handles mmap() failures (BZ#11200)
1063 * Fri Apr 16 2010 Andreas Schwab <schwab@redhat.com> - 2.11.1-6
1064 - Fix spurious UNAVAIL status in getaddrinfo (#576667, #581673)
1066 * Wed Mar 31 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.11.1-5
1067 - Fix for sparc64 msgrcv from upstream trunk
1069 * Wed Mar 17 2010 Andreas Schwab <schwab@redhat.com> - 2.11.1-4
1070 - Update from 2.11 branch
1071 - regcomp.c: do not ignore memory allocation failure (BZ#11127)
1072 - Fix typo in feature selection macro use
1073 - Avoid ELF lookup race
1074 - Fix a few error cases in *name4_r lookup handling (#573904, BZ#11000)
1076 * Thu Mar 09 2010 Dennis Gilmore <dennis@ausil.us> - 2.11.1-3
1077 - add patch to fix sparc TLS reloc (BZ#571551).
1079 * Wed Feb 10 2010 Dennis Gilmore <dennis@ausil.us> - 2.11.1-2
1080 - add sparc locale patch commited upstream to the fedora branch
1082 * Mon Dec 14 2009 Andreas Schwab <schwab@redhat.com> - 2.11.1-1
1083 - Update to 2.11.1 release.
1084 - Locale updates.
1085 - Don't reuse RPC XIDs across forks.
1087 * Mon Nov 30 2009 Andreas Schwab <schwab@redhat.com> - 2.11-4
1088 - Update from 2.11 branch
1089 - Fix sync_file_range on ppc/ppc64.
1090 - Fix getwc* and putwc* on non-wide streams (BZ#10958).
1091 - Avoid warnings in CPU_* macros when using const bitsets (BZ#10918).
1092 - Fix ranges with multibyte characters as endpoints.
1093 - Handle LC_GLOBAL_LOCALE in duplocale (BZ#10969).
1094 - Fix _NC_LOCALE_NAME definition (BZ#10968).
1095 - Add missing Linux MADV_* definitions (BZ#10972).
1096 - Handle running out of buffer space with IPv6 mapping enabled.
1097 - Avoid memset warning in one case (#532492).
1098 - Restore locking in free_check (#504963).
1099 - Fix infloop in __pthread_disable_asynccancel on x86_64 (#537690).
1100 - Prevent unintended file desriptor leak in grantpt (#530558).
1101 - Fix startup to security-relevant statically linked binaries (#528631).
1103 * Tue Nov 24 2009 Andreas Schwab <schwab@redhat.com> - 2.11-3
1104 - Enable multi-arch support for ppc and ppc64 on RHEL-6
1106 * Thu Nov 5 2009 Andreas Schwab <schwab@redhat.com> - 2.11-2
1107 - Fix readahead on powerpc32.
1108 - Fix R_PPC64_{JMP_IREL,IRELATIVE} handling.
1109 - Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64 (#533063).
1111 * Mon Nov 2 2009 Andreas Schwab <schwab@redhat.com> - 2.11-1
1112 - Update to 2.11 release.
1113 - Disable multi-arch support on PowerPC again since binutils is too old.
1114 - Fix crash in tzdata-update due to use of multi-arch symbol (#532128).
1116 * Fri Oct 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-27
1117 - Update from master.
1118 - Fix races in setXid implementation (BZ#3270).
1119 - Implement IFUNC for PPC and enable multi-arch support.
1120 - Implement mkstemps/mkstemps64 and mkostemps/mkostemps64 (BZ#10349).
1121 - Fix IA-64 and S390 sigevent definitions (BZ#10446).
1122 - Fix memory leak in NIS grp database handling (BZ#10713).
1123 - Print timestamp in nscd debug messages (BZ#10742).
1124 - Fix mixing IPv4 and IPv6 name server in resolv.conf.
1125 - Fix range checks in coshl.
1126 - Implement SSE4.2 optimized strchr and strrchr.
1127 - Handle IFUNC symbols in dlsym (#529965).
1128 - Misc fixes (BZ#10312, BZ#10315, BZ#10319, BZ#10391, BZ#10425,
1129 BZ#10540, BZ#10553, BZ#10564, BZ#10609, BZ#10692, BZ#10780,
1130 BZ#10717, BZ#10784, BZ#10789, BZ#10847
1131 - No longer build with -fno-var-tracking-assignments.
1133 * Mon Oct 19 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-26
1134 - Update from master.
1135 - Add ____longjmp_chk for sparc.
1136 - Avoid installing the same libraries twice.
1138 * Mon Oct 12 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-25
1139 - Update from master
1140 - Fix descriptor leak when calling dlopen with RTLD_NOLOAD (#527409).
1141 - Fix week-1stday in C locale.
1142 - Check for integer overflows in formatting functions.
1143 - Fix locale program error handling (#525363).
1145 * Mon Sep 28 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-24
1146 - Update from master.
1147 - Fix missing reloc dependency (#517001).
1149 * Mon Sep 21 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-23
1150 - Update from master.
1152 * Mon Sep 14 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-22
1153 - Update from master.
1154 - Fix endless loop in localedef.
1155 - Fix __longjmp_chk on s390/s390x.
1156 - Fix exit codes in nscd start script (#521848).
1157 - Build with -fno-var-tracking-assignments for now (#523172).
1159 * Mon Sep 7 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-21
1160 - Update from master.
1161 - Fix strstr/strcasestr on i386 (#519226).
1163 * Thu Sep 3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-20
1164 - Update from master.
1165 - Fix strstr/strcasestr/fma/fmaf on x86_64 (#519226).
1166 - Fix lookup of group names in hesiod initgroups (#520472).
1168 * Wed Sep 2 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-19
1169 - Update from master.
1170 - Fix x86_64 bits/mathinline.h for -m32 compilation.
1172 * Tue Sep 1 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-18
1173 - Update from master.
1174 - fix parse error in <bits/mathinline.h> (#520209).
1176 * Thu Aug 27 2009 Roland McGrath <roland@redhat.com> - 2.10.90-17
1177 - Update from master.
1179 * Wed Aug 26 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-16
1180 - Update from master.
1181 - handle AVX saving on x86-64 in interrupted symbol lookups (#519081).
1183 * Mon Aug 24 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-15
1184 - Update from master.
1185 - fix fortify failure with longjmp from alternate stack (#512103).
1186 - Add conflict with prelink (#509655).
1188 * Mon Aug 17 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-14
1189 - Update from master.
1190 - fix pthread_cond_signal (#516469)
1192 * Mon Aug 10 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-13
1193 - Update from master.
1194 - fix rehashing of unique symbols (#515677)
1195 - Fix spurious messages with --excludedocs (#515948)
1197 * Mon Aug 3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-12
1198 - Update from master.
1199 - fix fortify failure with longjmp from alternate stack (#512103)
1201 * Thu Jul 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-11
1202 - Update from master.
1203 - Don't package debuginfo files in glibc-devel.
1205 * Tue Jul 28 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-10
1206 - Update from master.
1207 * fix memory ordering in pthread_mutex_unlock (BZ#10418)
1208 * implement RES_USE_DNSSEC option in resolver (#205842)
1209 * fix hang in ldd -r (#513945)
1211 * Mon Jul 27 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-9
1212 - Update from master.
1214 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.90-8.1
1215 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1217 * Fri Jul 24 2009 Jakub Jelinek <jakub@redhat.com> - 2.10.90-7.1
1218 - Fix up pthread_cond_timedwait on x86_64 with old kernels.
1220 * Thu Jul 23 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-7
1221 - Update from master.
1222 - Build with -DNDEBUG unless using a prerelease.
1224 * Thu Jul 23 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-6
1225 - Rebuilt with binutils-2.19.51.0.14-29.fc12 to fix static binaries
1227 * Wed Jul 22 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-5
1228 - Update from master.
1229 - Undefine __i686 on x86 to fix build.
1231 * Mon Jul 20 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-4
1232 - Update from master.
1233 - Don't build separate i686 package.
1235 * Wed Jul 8 2009 Andreas Schwab <schwab@redhat.com> 2.10.90-3
1236 - Reenable setuid on pt_chown.
1238 * Thu Jul 2 2009 Andreas Schwab <aschwab@redhat.com> 2.10.90-2
1239 - Update from master.
1241 * Thu Jun 26 2009 Andreas Schwab <aschwab@redhat.com> 2.10.90-1
1242 - Update from master.
1243 - Enable multi-arch support on x86/x86-64.
1244 - Add requires glibc-headers to glibc-devel (#476295).
1245 - Implement second fallback mode for DNS requests (#505105).
1246 - Don't generate invalid POSIX TZ string for Asia/Dhaka timezone (#506941).
1247 - Allow backtrace through __longjmp_chk on powerpc.
1249 * Fri May 22 2009 Jakub Jelinek <jakub@redhat.com> 2.10.1-2
1250 - fix accept4 on architectures other than i?86/x86_64
1251 - robustify nscd client code during server GC
1252 - fix up nscd segfaults during daemon shutdown
1253 - fix memchr on ia64 (BZ#10162)
1254 - replace the Sun RPC license with the BSD license, with the explicit
1255 permission of Sun Microsystems
1256 - fix up powerpc long double errno reporting
1258 * Sun May 10 2009 Jakub Jelinek <jakub@redhat.com> 2.10.1-1
1259 - fix up getsgent_r and getsgnam_r exports on i?86 and ppc
1261 * Sat May 9 2009 Jakub Jelinek <jakub@redhat.com> 2.10-2
1262 - update from trunk
1263 - glibc 2.10 release
1264 - fix memchr on x86_64 (#499689)
1266 * Mon Apr 27 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-22
1267 - update from trunk
1268 - further localedef fixes
1269 - fix build-locale-archive
1271 * Fri Apr 24 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-21
1272 - update from trunk
1273 - fix localedef
1274 - fix SHIFT_JIS iconv EILSEQ handling (#497267)
1275 - misc fixes (BZ#10093, BZ#10100)
1277 * Fri Apr 24 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-20
1278 - update from trunk
1279 - fix p{read,write}v{,64} (#497429, #497434)
1280 - fix strfmon (#496386)
1282 * Thu Apr 16 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-19
1283 - update from trunk
1284 - fix dlopen from statically linked binaries (#495830)
1286 * Thu Apr 16 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-18
1287 - update from trunk
1288 - fix fallocate
1290 * Wed Apr 15 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-17
1291 - update from trunk
1292 - if threads have very small stack sizes, use much smaller buffer
1293 in __get_nprocs when called from within malloc (#494631)
1295 * Tue Apr 14 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-16
1296 - update from trunk
1298 * Thu Apr 9 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-15
1299 - rebuilt with fixed gcc to avoid miscompilation of i586 memmove
1300 - reenable experimental malloc again
1302 * Wed Apr 8 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-14
1303 - update from trunk
1304 - temporarily disable experimental malloc
1306 * Tue Apr 7 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-13
1307 - update from trunk
1308 - fix strverscmp (#494457)
1309 - configure with --enable-nss-crypt
1311 * Wed Apr 1 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-12
1312 - update from trunk
1313 - configure with --enable-experimental-malloc
1315 * Fri Mar 20 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-11
1316 - update from trunk
1317 - POSIX 2008 prototype adjustments for scandir{,64}, alphasort{,64} and
1318 versionsort{,64}
1319 - fix libthread_db (#491197)
1321 * Tue Mar 10 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-10
1322 - update from trunk
1323 - fix atexit/__cxa_atexit
1325 * Mon Mar 9 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-9
1326 - update from trunk
1327 - POSIX 2008 support: -D_XOPEN_SOURCE=700 and -D_POSIX_C_SOURCE=200809L
1328 - move libnldbl_nonshared.a on ppc*/s390*/sparc* back to glibc-devel
1330 * Fri Feb 27 2009 Roland McGrath <roland@redhat.com> - 2.9.90-8.1
1331 - fix libthread_db (#487212)
1333 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.90-8
1334 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1336 * Wed Feb 18 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-7
1337 - update from trunk
1338 - adjust for i586 + i686 from i386 + i686 build
1339 - split static libraries into glibc-static subpackage
1340 - ld -r the whole libpthread.a together to avoid endless issues with
1341 -static ... -lpthread
1342 - require 2.6.18 and later kernel
1344 * Wed Feb 4 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-3
1345 - update from trunk
1346 - ISO C++ compliant strchr etc. with GCC 4.4+
1347 - AT_RANDOM support
1349 * Thu Jan 8 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-2
1350 - update from trunk
1352 * Fri Jan 2 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-1
1353 - update from trunk (#478314)
1355 * Mon Dec 8 2008 Jakub Jelinek <jakub@redhat.com> 2.9-3
1356 - temporarily disable _nss_dns_gethostbyname4_r (#459756)
1357 - NIS hostname lookup fixes (#473073, #474800, BZ#7058)
1358 - fix unsetenv (#472941)
1360 * Thu Nov 13 2008 Jakub Jelinek <jakub@redhat.com> 2.9-2
1361 - glibc 2.9 release
1362 - fix CPU_ALLOC_SIZE on 32-bit arches (BZ#7029)
1364 * Wed Nov 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-17
1365 - update from trunk
1366 - don't abort on broken DNS replies (#469299, BZ#7009)
1367 - misc fixes (BZ#6966, BZ#7008, BZ#6955, BZ#6843)
1369 * Fri Oct 31 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-16
1370 - update from trunk
1371 - further resolver fixes
1372 - another dynamic TLS handling fix (#469263)
1373 - misc fixes (BZ#6867, BZ#6875, BZ#6919, BZ#6920, BZ#6942, BZ#6947,
1374 BZ#6968, BZ#6974, BZ#6980, BZ#6995)
1375 - rebuild with newer rpm to avoid stripping
1376 shared libraries when they shouldn't be (#468129)
1378 * Tue Oct 28 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-15
1379 - update from trunk
1380 - __libc_res_nquery fixes (#466786)
1382 * Sun Oct 19 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-14
1383 - update from trunk
1384 - fix dynamic TLS handling (#467309)
1385 - fix sys/signalfd.h for C++ (#467172)
1386 - fix sprof (#458861)
1387 - fix _mcount and socket syscalls on s390x (#464146)
1388 - try harder to allocate memory in valloc and pvalloc (#461481)
1389 - fix power6 32-bit libs (#467311)
1391 * Fri Oct 10 2008 Dennis Gilmore <dennis@ausil.us> 2.8.90-13
1392 - apply sparcv9v memset patch from jakub and davem
1394 * Fri Aug 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-12
1395 - update from trunk
1396 - revert origin changes (#457849)
1397 - use MAP_STACK for thread stacks
1398 - misc fixes (BZ#6845, BZ#6544, BZ#6634, BZ#6589, BZ#6790, BZ#6791,
1399 BZ#6824)
1400 - power7 bits (BZ#6817)
1401 - fix expm1 on i?86/x86_64 (#43354, BZ#5794)
1403 * Sat Aug 2 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-11
1404 - update from trunk
1405 - fix non-absolute $ORIGIN handling (#457560)
1406 - exported some further libresolv APIs (#453325)
1407 - misc fixes
1409 * Tue Jul 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-10
1410 - update from trunk
1411 - resolver fixes
1412 - misc fixes (BZ#6771, BZ#6763, BZ#6698, BZ#6712)
1413 - s390{,x} utmp/utmpx bi-arch support (BZ#6724)
1414 - popen "e" flag
1415 - fr_FR locale changes reenabled
1417 * Wed Jul 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-9
1418 - update from trunk
1419 - fix unbuffered vfprintf if writing to the stream fails (#455360)
1420 - remove useless "malloc: using debugging hooks" message (#455355)
1421 - nscd fixes
1422 - fix resolver alignment issues (#454500)
1423 - fix setvbuf (BZ#6719)
1425 * Thu Jul 3 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-8
1426 - update from trunk
1427 - watch even resolv.conf in nscd using inotify
1428 - some nscd fixes
1430 * Fri Jun 13 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-7
1431 - update from trunk
1432 - avoid *lround* on ppc* clobbering cr3/cr4 registers (#450790)
1433 - further nscd fixes (#450704)
1434 - use inotify in nscd to watch files
1436 * Thu Jun 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-6
1437 - update from trunk
1438 - nscd fixes (#450704)
1439 - fix getservbyport (#449358)
1440 - fix regexp.h (#446406)
1441 - avoid crashing on T_DNAME in DNS responses (#450766)
1443 * Sun May 25 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-5
1444 - update from trunk
1446 * Tue May 20 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-4
1447 - further getaddrinfo and nscd fixes
1449 * Sun May 18 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-3
1450 - getaddrinfo and nscd fixes
1451 - reenable assertion checking in rawhide
1453 * Fri May 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-2
1454 - fix getaddrinfo (#446801, #446808)
1456 * Thu May 15 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-1
1457 - update to trunk
1458 - O(n) memmem/strstr/strcasestr
1459 - i386/x86_64 TLS descriptors support
1460 - concurrent IPv4 and IPv6 DNS lookups by getaddrinfo
1462 * Mon May 5 2008 Jakub Jelinek <jakub@redhat.com> 2.8-3
1463 - don't run telinit u in %post if both /dev/initctl and
1464 /sbin/initctl exist (#444978)
1465 - workaround GCC ppc64 miscompilation of c{log{,10},acosh,atan}l
1466 (#444996)
1468 * Wed Apr 30 2008 Jakub Jelinek <jakub@redhat.com> 2.8-2
1469 - fix nscd races during GC (BZ#5381)
1470 - rebuilt with fixed GCC to fix regex miscompilation on power6
1471 - SPARC fixes
1473 * Sat Apr 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8-1
1474 - 2.8 release
1476 * Fri Apr 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-16
1477 - update to trunk
1478 - misc fixes (BZ#4997, BZ#5741)
1479 - make sure all users of __libc_setlocale_lock know it is
1480 now a rwlock
1481 - fix ppc/ppc64 compatibility _sys_errlist and _sys_siglist
1482 symbols
1484 * Thu Apr 10 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-15
1485 - update to trunk
1486 - misc fixes (BZ#4314, BZ#4407, BZ#5209, BZ#5436, BZ#5768, BZ#5998,
1487 BZ#6024)
1488 - restart sshd in %post when upstart is used - it doesn't have
1489 /dev/initctl (#441763)
1490 - disable assert checking again
1492 * Tue Apr 8 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-14
1493 - update to trunk
1494 - misc fixes (BZ#5443, BZ#5475, BZ#5478, BZ#5939, BZ#5979, BZ#5995,
1495 BZ#6004, BZ#6007, BZ#6020, BZ#6021, BZ#6042)
1496 - change mtrace to keep perl 5.10 quiet (#441082)
1497 - don't share conversion state between mbtowc and wctomb (#438687)
1498 - if st_blksize is too large and malloc fails, retry with smaller
1499 buffer in opendir (#430768)
1500 - correct *printf overflow test (#358111)
1502 * Fri Mar 28 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-13
1503 - update to trunk
1504 - don't define ARG_MAX in <limits.h>, as it is no longer
1505 constant - use sysconf (_SC_ARG_MAX) to get the current
1506 argument size limit
1507 - fix build on sparc64
1508 - only service sshd condrestart if /etc/rc.d/init.d/sshd exists
1509 (#428859)
1511 * Wed Mar 26 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-12
1512 - update to trunk
1513 - new CLONE_* flags in <sched.h> (#438542)
1514 - nis+ errno clobbering fix (#437945)
1515 - fix adjtime (#437974)
1517 * Fri Mar 14 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-11
1518 - update to trunk
1519 - remove <stropts.h>, define _XOPEN_STREAMS -1 (#436349)
1521 * Wed Mar 5 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-8
1522 - update to trunk
1523 - {,v}{as,d}printf and obstack_{,v}printf fortification (#435905)
1524 - fix getnameinfo/gethostbyaddr (#428067, BZ#5790)
1525 - fix yp_order (#435519, BZ#5854)
1526 - misc fixes (BZ#5779, BZ#5736, BZ#5627, BZ#5818, BZ#5012)
1527 - merge review cleanup (Tom Callaway, #225806)
1529 * Sat Feb 16 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-7
1530 - update to trunk
1531 - make NI_MAXHOST and NI_MAXSERV available even in BSDish
1532 namespaces (BZ#5737)
1533 - timerfd_* syscalls
1535 * Fri Feb 1 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-6
1536 - fix build
1538 * Thu Jan 31 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-5
1539 - update to trunk
1540 - rebuild with gcc 4.3
1542 * Fri Jan 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-4
1543 - update to trunk
1544 - misc fixes (BZ#5541, BZ#5545, BZ#5553, BZ#5112, BZ#5520)
1545 - getaddrinfo fixes
1546 - signalize EOVERFLOW from sem_post instead of overflowing
1547 the counter
1548 - fix i?86 makecontext
1549 - fix iconv for iso-2022-jp//translit (#397021)
1551 * Thu Jan 3 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-3
1552 - update to trunk
1553 - fix recognition of interface family (#425768)
1554 - add __THROW to __ctype_{b,tolower,toupper}_loc prototypes
1556 * Thu Dec 27 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-2
1557 - update to trunk
1558 - nsswitch fix (#425768)
1559 - temporarily enable assert checking
1561 * Wed Dec 12 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-1
1562 - update to trunk
1563 - fix __USE_STRING_INLINES on i?86 (#408731, #371711)
1564 - fix *scanf (#388751)
1566 * Wed Oct 17 2007 Jakub Jelinek <jakub@redhat.com> 2.7-1
1567 - glibc 2.7 release
1568 - fix tzfile.c for times after last transition (#333561)
1569 - fix sem_post@GLIBC_2.0 on i?86
1570 - appease valgrind in libpthread.so initialization
1571 - misc fixes (BZ#3425, BZ#5184, BZ#5186)
1573 * Mon Oct 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-21
1574 - fix getgr{name,gid}{,_r} with nscd
1576 * Sun Oct 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-20
1577 - install <bits/error.h> (#330031)
1578 - disable -D_FORTIFY_SOURCE{,=2} support (with a warning) for
1579 GCC 3.4.x and earlier(#327641)
1580 - pl_PL locale changes (BZ#4098, #242296)
1581 - misc fixes (BZ#1140, BZ#3195, BZ#3242, BZ#4359)
1583 * Thu Oct 11 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-19
1584 - fix <netinet/tcp.h>
1585 - simple preprocessor in localedef, fix de_DE collation with it
1587 * Wed Oct 10 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-18
1588 - add signalfd, eventfd, eventfd_read, eventfd_write
1589 - qsort speedups
1590 - workaround for cpuid bugs (#324081)
1591 - make sure gettext's conversion_lock is initialized even if
1592 program isn't linked against libpthread.so.0, only dlopens it (#321761)
1593 - misc fixes (BZ#5112, BZ#5113, BZ#5104, BZ#5063, BZ#5010, BZ#4407,
1594 BZ#3924, BZ#5103, BZ#2633, BZ#181, BZ#73, #321901)
1596 * Wed Oct 3 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-17
1597 - fix {,v}swprintf with -D_FORTIFY_SOURCE=1 -mlong-double-64 on ppc*/s390*/sparc*
1598 - strcoll fixes
1599 - misc fixes (BZ#645, BZ#5071)
1600 - locale fixes (BZ#4941, #299321, #203364, #196711, #236212)
1602 * Sat Sep 29 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-16
1603 - misc fixes (BZ#4963, BZ#4972, BZ#5028, BZ#5043, BZ#5058)
1604 - improve -D_FORTIFY_SOURCE{,=2} diagnostic through warning/error
1605 attributes
1606 - fix wcscpy, wcpcpy, fgetws, fgetws_unlocked, swprintf and vswprintf
1607 fortification inlines
1608 - fix a scalability issue with lazy binding in heavily multithreaded
1609 programs
1611 * Thu Sep 20 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-15
1612 - $5$ (SHA-256) and $6$ (SHA-512) support in crypt
1613 (#228697, #249477, #173834)
1615 * Tue Sep 18 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-14
1616 - -D_FORTIFY_SOURCE{,=2} support for C++
1617 - fortification of fread{,_unlocked}
1618 - support *scanf m allocation modifier (%ms, %mls, %mc, ...)
1619 - in -std=c99 or -D_XOPEN_SOURCE=600 mode don't recognize
1620 %as, %aS and %a[ as a GNU extension for *scanf
1621 - fix splice, vmsplice, tee return value, make them cancellation
1622 points
1623 - mq_open checking
1624 - use inline function rather than function-like macro
1625 for open{,at}{,64} checking
1626 - IFA_F_OPTIMISTIC handling in getaddrinfo (#259681)
1627 - fix an ABBA deadlock in ld.so (#284171)
1628 - remove sparc{32,64} unwind info from _start and clone
1630 * Mon Aug 27 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-13
1631 - fix personality on x86_64/ppc/ppc64 (#256281)
1633 * Sat Aug 25 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-12
1634 - readd x86_64 gettimeofday stuff, initialize it earlier
1635 - nis_list fix (#254115)
1636 - workaround for bugs in ia64 silly /emul/ia32-linux hack (#253961)
1637 - misc fixes (BZ#3924, BZ#4566, BZ#4582, BZ#4588, BZ#4726, BZ#4946,
1638 BZ#4905, BZ#4814, BZ#4925, BZ#4936, BZ#4896, BZ#4937, BZ#3842,
1639 BZ#4554, BZ#4557, BZ#4938)
1641 * Fri Aug 17 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-11
1642 - remove __strtold_internal and __wcstold_internal from ppc*/s390*/sparc*
1643 *-ldbl.h headers
1644 - temporarily backout x86_64 gettimeofday.S changes (#252453)
1645 - some further sparc, sparc64 and alpha fixes
1647 * Wed Aug 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-10
1648 - don't open /etc/ld.so.{cache,preload} with O_NOATIME (#252146)
1649 - s390{,x}, alpha and sparc fixes
1650 - sparcv9 is no longer an aux arch, as we expect
1651 to not build sparc.rpm glibc any longer, only sparcv9.rpm,
1652 sparc64.rpm and new two aux arches sparcv9v.rpm and sparc64v.rpm
1654 * Tue Aug 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-9
1655 - private futex even for mutexes and condvars
1656 - some further O_CLOEXEC changes
1657 - use vDSO on x86_64 if available
1658 - ia64 build fixes (#251983)
1660 * Fri Aug 10 2007 Roland McGrath <roland@redhat.com> 2.6.90-8
1661 - update to trunk
1662 - fix missing strtold_l export on ppc64
1664 * Thu Aug 9 2007 Roland McGrath <roland@redhat.com> 2.6.90-6
1665 - update to trunk
1666 - fix local PLT regressions
1667 - spec file revamp for new find-debuginfo.sh
1669 * Sun Aug 5 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-4
1670 - fix librt.so and librtkaio.so on ppc32, so that it is not using
1671 bss PLT
1673 * Sat Aug 4 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-3
1674 - fix open{,at}{,64} macro for -pedantic (#250897)
1675 - add transliteration for l with stroke (#250492)
1676 - fix strtod ("-0", NULL)
1677 - update License tag
1679 * Wed Aug 1 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-2
1680 - make aux-cache purely optional performance optimization in ldconfig,
1681 don't issue any errors if it can't be created (#250430)
1682 - remove override_headers hack, BuildRequire >= 2.6.22 kernel-headers
1683 and rely on its content
1685 * Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-1
1686 - update to trunk
1687 - private futex optimizations
1688 - open{,at}{,64} argument checking
1689 - ldconfig speedups
1691 * Sun Jul 8 2007 Jakub Jelinek <jakub@redhat.com> 2.6-4
1692 - filter <built-in> pseudo-files from debuginfo source lists (#245714)
1693 - fix sscanf when errno is EINTR before the call (BZ#4745)
1694 - save/restore errno around reading /etc/default/nss (BZ#4702)
1695 - fix LD_HWCAP_MASK handling
1696 - disable workaround for #210748, instead backport
1697 ld.so locking fixes from the trunk (#235026)
1698 - new x86_64 memcpy
1699 - don't write uninitialized padding bytes to nscd socket
1700 - fix dl{,v}sym, dl_iterate_phdr and dlopen if some library is
1701 mapped into ld.so's inter-segment hole on x86_64 (#245035, #244545)
1702 - fix LD_AUDIT=a:b program (#180432)
1703 - don't crash on pseudo-zero long double values passed to
1704 *printf on i?86/x86_64/ia64 (BZ#4586)
1705 - fix *printf %La and strtold with some hexadecimal floating point
1706 constants on ppc/ppc64
1707 - fix nextafterl on ppc/ppc64
1708 - fix sem_timedwait on i?86 and x86_64
1710 * Thu May 24 2007 Jakub Jelinek <jakub@redhat.com> 2.6-3
1711 - don't use %%config(missingok) for locale-archive.tmpl,
1712 instead of removing it altogether truncate it to zero
1713 size (#240697)
1714 - add a workaround for #210748
1716 * Mon May 21 2007 Jakub Jelinek <jakub@redhat.com> 2.6-2
1717 - restore malloc_set_state backwards compatibility (#239344)
1718 - fix epoll_pwait (BZ#4525)
1719 - fix printf with unknown format spec or positional arguments
1720 and large width and/or precision (BZ#4514)
1721 - robust mutexes fix (BZ#4512)
1723 * Tue May 15 2007 Roland McGrath <roland@redhat.com> 2.6-1
1724 - glibc 2.6 release
1726 * Fri May 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-24
1727 - utimensat, futimens and lutimes support
1729 * Thu May 10 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-23
1730 - use madvise MADV_DONTNEED in malloc
1731 - fix ia64 feraiseexcept
1732 - fix s390{,x} feholdexcept (BZ#3427)
1733 - ppc fenv fixes
1734 - make fdatasync a cancellation point (BZ#4465)
1735 - fix *printf for huge precisions with wide char code and multi-byte
1736 strings
1737 - fix dladdr (#232224, BZ#4131)
1739 * Fri May 4 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-22
1740 - add transliteration for <U2044> (BZ#3213)
1741 - fix *scanf with %f on hexadecimal floats without exponent (BZ#4342)
1742 - fix *printf with very large precisions for %s (#238406, BZ#4438)
1743 - fix inet_ntop size checking for AF_INET (BZ#4439)
1744 - for *printf %e avoid 1.000e-00, for exponent 0 always use + sign (#238431)
1745 - fix a regression introduced in #223467 changes
1746 - gethostby*_r alignment fixes (BZ#4381)
1747 - fix ifaddrs error handling
1749 * Mon Apr 16 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-21
1750 - don't include individual locale files in glibc-common,
1751 rather include prepared locale-archive template and let
1752 build-locale-archive create locale-archive from the template
1753 and any user supplied /usr/lib/locale/*_* directories,
1754 then unlink the locale-archive template - this should save
1755 > 80MB of glibc-common occupied disk space
1756 - fix _XOPEN_VERSION (BZ#4364)
1757 - fix printf with %g and values tiny bit smaller than 1.e-4 (#235864,
1758 BZ#4362)
1759 - fix NIS+ __nisfind_server (#235229)
1761 * Sat Mar 31 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-20
1762 - assorted NIS+ speedups (#223467)
1763 - fix HAVE_LIBCAP configure detection (#178934)
1764 - remove %{_prefix}/sbin/rpcinfo from glibc-common (#228894)
1765 - nexttoward*/nextafter* fixes (BZ#3306)
1766 - feholdexcept/feupdateenv fixes (BZ#3427)
1767 - speed up fnmatch with two or more * in the pattern
1769 * Sat Mar 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-19
1770 - fix power6 libm compat symbols on ppc32 (#232633)
1771 - fix child refcntr in NPTL fork (#230198)
1772 - fix ifaddrs with many net devices on > 4KB page size arches (#230151)
1773 - fix pthread_mutex_timedlock on x86_64 (#228103)
1774 - various fixes (BZ#3919, BZ#4101, BZ#4130, BZ#4181, BZ#4069, BZ#3458)
1776 * Wed Feb 21 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-18
1777 - fix nftw with FTW_CHDIR on / (BZ#4076)
1778 - nscd fixes (BZ#4074)
1779 - fix fmod{,f,l} on i?86 (BZ#3325)
1780 - support localized digits for fp values in *scanf (BZ#2211)
1781 - namespaces fixes (BZ#2633)
1782 - fix euidaccess (BZ#3842)
1783 - glob fixes (BZ#3996)
1784 - assorted locale data fixes (BZ#1430, BZ#672, BZ#58, BZ#3156,
1785 BZ#2692, BZ#2648, BZ#3363, BZ#3334, BZ#3326, BZ#3322, BZ#3995,
1786 BZ#3885, BZ#3884, BZ#3851)
1788 * Sun Feb 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-17
1789 - RFC2671 support in resolver (#205842)
1790 - fix strptime (BZ#3944)
1791 - fix regcomp with REG_NEWLINE (BZ#3957)
1792 - fix pthread_mutex_timedlock on x86_64 (#228103)
1794 * Fri Feb 2 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-16
1795 - add strerror_l
1796 - fix application crashes when doing NSS lookups through nscd
1797 mmapped databases and nscd decides to start garbage collection
1798 during the lookups (#219145, #225315)
1799 - fix %0lld printing of 0LL on 32-bit architectures (BZ#3902)
1800 - ignore errors from install-info in glibc-devel scriptlets
1801 (#223691)
1803 * Wed Jan 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-15
1804 - fix NIS getservbyname when proto is NULL
1805 - fix nss_compat +group handling (#220658)
1806 - cache services in nscd
1807 - fix double free in fts_close (#222089)
1808 - fix vfork+execvp memory leak (#221187)
1809 - soft-fp fixes (BZ#2749)
1810 - further strtod fixes (BZ#3855)
1811 - make sure pthread_kill doesn't return EINVAL even if
1812 the target thread exits in between pthread_kill ESRCH check
1813 and the actual tgkill syscall (#220420)
1814 - fix ABBA deadlock possibility in ld.so scope locking code
1816 * Tue Dec 19 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-14
1817 - fix {j,m}rand48{,_r} on 64-bit arches (BZ#3747)
1818 - handle power6x AT_PLATFORM (#216970)
1819 - fix a race condition in getXXbyYY_r (#219145)
1820 - fix tst-pselect testcase
1822 * Thu Dec 14 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-13
1823 - fix setcontext on ppc32 (#219107)
1824 - fix wide stdio after setvbuf (#217064, BZ#2337)
1825 - handle relatime mount option in statvfs
1826 - revert i?86/x86_64 clone CFI temporarily
1828 * Sun Dec 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-12
1829 - fix hasmntopt (#218802)
1830 - fix setusershell and getusershell (#218782)
1831 - strtod fixes (BZ#3664, BZ#3673, BZ#3674)
1832 - fix memusage with realloc (x, 0)
1834 * Tue Dec 5 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-11
1835 - allow suid apps to setenv NIS_PATH and influence through that
1836 nis_list and nis_lookup (#209155)
1837 - fix ttyname and ttyname_r with invalid file descriptor (#218276)
1838 - cs_CZ LC_TIME fixes (#218438)
1839 - fix build with 2.6.19+ headers (#217723)
1841 * Fri Dec 1 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-10
1842 - fix x86-64 restore_rt unwind info
1844 * Thu Nov 30 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-9
1845 - fix last svc_run change (#217850)
1846 - on ppc64 build __libc_start_main without unwind info,
1847 as it breaks MD_FROB_UPDATE_CONTEXT (#217729, #217775; in the
1848 future that could be fixable just by providing .cfi_undefined r2
1849 in __libc_start_main instead)
1850 - add unwind info for x86-64 restore_rt signal return landing pad
1851 (#217087)
1852 - add power6x subdir to /%{_lib}/ and /%{_lib}/rtkaio/,
1853 link all libs from ../power6/* into them
1855 * Tue Nov 28 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-8
1856 - fix svc_run (#216834, BZ#3559)
1857 - add -fasynchronous-unwind-tables to CFLAGS (#216518)
1858 - make sure there is consistent timestamp for /etc/ld.so.conf,
1859 /etc/localtime and /etc/rpc between multilib glibc rpms
1861 * Mon Nov 20 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-7
1862 - handle IPv6 addresses in /etc/hosts that are mappable to
1863 IPv4 addresses in IPv4 host lookups (#215283)
1864 - fix :include: /etc/alias handling (#215572)
1865 - handle new tzdata format to cope with year > 2037 transitions
1866 on 64-bit architectures
1868 * Fri Nov 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-6
1869 - fix strxfrm fix
1870 - fix i?86 floor and ceil inlines (BZ#3451)
1872 * Thu Nov 9 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-5
1873 - fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo
1874 CPUs
1875 - fix libthread_db.so on TLS_DTV_AT_TP architectures
1876 - fix --inhibit-rpath (#214569)
1877 - fix _r_debug content when prelinked ld.so executes
1878 a program as its argument
1879 - fix strxfrm
1880 - powerpc-cpu add-on updates
1882 * Fri Nov 3 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-4
1883 - fix atexit backwards compatibility (#213388)
1884 - add mai_IN locale (#213415)
1885 - remove bogus %{_libdir}/librt.so.1 symlink (#213555)
1886 - fix memusage (#213656)
1887 - change libc.info category (#209493)
1889 * Sun Oct 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-3
1890 - fix suid/sgid binaries on i?86/x86_64 (#212723)
1892 * Fri Oct 27 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-2
1893 - fix ia64 build
1894 - don't call _dl_close outside of dl_load_lock critical section
1895 if dlopen failed (BZ#3426)
1896 - add rtld scope locking (#211133)
1898 * Wed Oct 25 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-1
1899 - fix i?86 6 argument syscalls (e.g. splice)
1900 - fix rtld minimal realloc (BZ#3352)
1901 - fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369)
1902 - fix xdrmem_setpos (#211452)
1903 - bump __GLIBC_MINOR__
1904 - increase PTHREAD_STACK_MIN on ppc{,64} to 128K to allow
1905 64K pagesize kernels (#209877)
1906 - speed up initgroups on NIS+ (#208203)
1908 * Mon Oct 2 2006 Jakub Jelinek <jakub@redhat.com> 2.5-2
1909 - fix nscd database growing (#207928)
1910 - bypass prelinking when LD_DYNAMIC_WEAK=1 is in the environment
1912 * Fri Sep 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5-1
1913 - glibc 2.5 release
1915 * Wed Sep 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-36
1916 - rebuilt with gcc-4.1.1-26 to fix unwind info
1918 * Mon Sep 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-35
1919 - fix glob with large number of matches (BZ#3253)
1920 - fix fchownat on kernels that don't support that syscall (BZ#3252)
1921 - fix lrintl on s390{,64}
1923 * Sat Sep 23 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-34
1924 - fix ppc{32,64} longjmp (BZ#3225)
1925 - fix user visible spelling errors (BZ#3137)
1926 - fix l{,l}rint{,f,l} around zero (BZ#2592)
1927 - avoid stack trampoline in s390{,x} makecontext
1929 * Tue Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-33
1930 - fix dlclose (#206639)
1931 - don't load platform optimized libraries if kernel doesn't set
1932 AT_PLATFORM
1933 - fix ppc{32,64} libSegFault.so
1934 - use -mtune=generic even for glibc-devel.i386 (#206437)
1935 - fix /%{_lib}/librt.so.1 symlink
1937 * Fri Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-32
1938 - on ppc* use just AT_PLATFORM and altivec AT_HWCAP bit for library selection
1939 - fix lrintl and lroundl on ppc{,64}
1940 - use hidden visibility on fstatat{,64} and mknodat in libc_nonshared.a
1942 * Sun Sep 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-31
1943 - fix pthread_cond_{,timed}wait cancellation (BZ#3123)
1944 - fix lrint on ppc32 (BZ#3155)
1945 - fix malloc allocating more than half of address space (BZ#2775)
1946 - fix mktime on 32-bit arches a few years after 2038 (BZ#2821)
1948 * Thu Sep 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-30
1949 - add librtkaio, to use it add /%{lib}/rtkaio to your
1950 LD_LIBRARY_PATH or /etc/ld.so.conf
1951 - fix or_IN February name (#204730)
1952 - fix pthread_create called from cancellation handlers (BZ#3124)
1953 - fix regex case insensitive searches with characters where upper
1954 and lower case multibyte representations have different length
1955 (e.g. I and dotless i, #202991)
1957 * Tue Sep 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-29
1958 - randomize resolver query ids before use instead after use (#205113)
1959 - fix resolver symver checking with DT_GNU_HASH (#204909)
1960 - put .hash section in glibc libraries at the end of RO segment
1961 when .gnu.hash is present
1963 * Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-28
1964 - another malloc doubly linked list corruption problem fix (#204653)
1966 * Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-27
1967 - allow $LIB and $PLATFORM in dlopen parameters even in suid/sgid (#204399)
1968 - handle $LIB/$PLATFORM in LD_LIBRARY_PATH
1969 - fix splice prototype (#204530)
1971 * Mon Aug 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-26
1972 - real fix for the doubly linked list corruption problem
1973 - try harder in realloc to allocate memory (BZ#2684)
1974 - fix getnameinfo error reporting (#204122)
1975 - make localedef more robust on invalid input (#203728)
1977 * Fri Aug 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-25
1978 - temporarily back out code to limit number of unsorted block
1979 sort iterations (#203735, #204027)
1980 - handle PLT symbols in dladdr properly (BZ#2683)
1981 - avoid malloc infinite looping for allocations larger than
1982 the system can allocate (#203915)
1984 * Tue Aug 22 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-23
1985 - malloc fixes, especially for 32-bit arches (#202309)
1986 - further *_IN locale fixes (#200230)
1987 - fix get{serv,rpc}ent{,_r} if NIS map is empty (#203237)
1988 - fix /usr/bin/iconv (#203400)
1990 * Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-22
1991 - rebuilt with latest binutils to pick up 64K -z commonpagesize
1992 on ppc/ppc64 (#203001)
1994 * Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-21
1995 - if some test gets stuck, kill the tee process after make check
1996 finishes
1997 - build with -mtune=generic on i686 and x86_64
1999 * Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-20
2000 - PTHREAD_PRIO_PROTECT support
2001 - fix errno if nice() fails (#201826)
2003 * Thu Aug 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-19
2004 - adaptive malloc brk/mmap threshold
2005 - fix fchownat to use kernel syscall (if available) on many arches (#201870)
2006 - only define O_DIRECT with -D_GNU_SOURCE on ia64 to match all
2007 other arches (#201748)
2009 * Mon Aug 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-18
2010 - NIS+ fixes
2011 - fix memusage and xtrace scripts (#200736)
2012 - redirect /sbin/service sshd condrestart std{out,err} to /dev/null
2013 when executed from glibc_post_upgrade
2015 * Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-17
2016 - typo fix for the dladdr patch
2017 - build i?86 glibc with -mno-tls-direct-seg-refs (#200469)
2019 * Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-16
2020 - fix dladdr on binaries/libraries with only DT_GNU_HASH and no
2021 DT_HASH (#200635)
2022 - fix early timeout of initgroups data in nscd (#173019)
2023 - add am/pm display to es_PE and es_NI locales (#167101)
2024 - fix nss_compat failures when nis/nis+ unavailable (#192072)
2026 * Mon Jul 31 2006 Roland McGrath <roland@redhat.com> 2.4.90-15
2027 - fix missing destructor calls in dlclose (#197932)
2028 - enable transliteration support in all locales (#196713)
2029 - disallow RTLD_GLOBAL flag for dlmopen in secondary namespaces (#197462)
2030 - PI mutex support
2032 * Tue Jul 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-13
2033 - DT_GNU_HASH support
2035 * Fri Jun 30 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-12
2036 - buildrequire gettext
2037 - enable fstatat64/newfstatat syscalls even on ppc*/s390*/ia64 (#196494)
2038 - fix out of memory behavior in gettext (#194321)
2039 - fix regex on multi-byte non-UTF-8 charsets (#193873)
2040 - minor NIS+ fixes (#190803)
2041 - don't use cancellable calls in posix_spawn* and only set{u,g}id
2042 current thread if requested (#193631)
2044 * Wed May 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-11
2045 - don't exit from nscd -i <database> before the database is
2046 actually invalidated, add locking to prune_cache (#191464)
2047 - build glibc-devel.i386 static libraries with
2048 -mno-tls-direct-seg-refs -DNO_TLS_DIRECT_SEG_REFS
2049 - RFC3542 support (advanced API for IPv6; #191001, BZ##2693)
2051 * Wed May 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-10
2052 - on i686 make glibc owner of /lib/i686 directory (#192597)
2053 - search parent NIS+ domains (#190803)
2055 * Sun May 21 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-9
2056 - update from CVS
2057 - big NIS+ changes
2059 * Fri May 19 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-8
2060 - update from CVS
2061 - fix nss_compat when SETENT_BATCH_READ=TRUE is in /etc/default/nss
2062 - fix RFC3484 precedence table for site-local and ULA addresses (#188364)
2063 - fix a sunrpc memory leak
2065 * Thu May 11 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-7
2066 - update from CVS
2067 - fix tcgetattr (#177965)
2068 - fix <sys/queue.h> (#191264)
2070 * Fri May 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-6
2071 - update from CVS
2072 - rebuilt using fixed rpm
2074 * Fri May 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-5
2075 - update from CVS
2076 - some NIS+ fixes
2077 - allow overriding rfc3484 address sorting tables for getaddrinfo
2078 through /etc/gai.conf (sample config file included in %%doc directory)
2080 * Mon May 1 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-4
2081 - update from CVS
2082 - SETENT_BATCH_READ /etc/default/nss option for speeding up
2083 some usages of NIS+ (#188246)
2084 - move debug state change notification (#179208)
2085 - fix ldd script if one of the dynamic linkers is not installed (#190259)
2087 * Thu Apr 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-3
2088 - update from CVS
2089 - fix a typo in nscd.conf (#190085)
2090 - fix handling of SIGHUP in nscd when some caches are disabled (#189978)
2091 - make nscd paranoia mode working with non-root server-user (#189779)
2093 * Wed Apr 26 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-2
2094 - update from CVS
2095 - fix getaddrinfo (#190002)
2096 - add auto-propagate nscd.conf options (#177154)
2097 - fix nscd auditing (#169148)
2099 * Tue Apr 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-1
2100 - update from CVS
2102 * Mon Apr 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4-6
2103 - update from CVS
2104 - NIS+ fixes
2105 - don't segfault on too large argp key values (#189545)
2106 - getaddrinfo fixes for RFC3484 (#188364)
2108 * Tue Mar 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4-5
2109 - update from CVS
2110 - pshared robust mutex support
2111 - fix btowc and bwtoc in C++ (#186410)
2112 - fix NIS+ (#186592)
2113 - don't declare __wcsto*l_internal for non-GCC or if not -O1+ (#185667)
2114 - don't mention nscd failures on 2.0 kernels (#185335)
2116 * Tue Mar 7 2006 Roland McGrath <roland@redhat.com> 2.4-4
2117 - back up %%{ix86} gdb conflicts to < 6.3.0.0-1.111
2119 * Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-3
2120 - really fix rintl on ppc64
2122 * Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-2
2123 - accurate unwind info for lowlevellock.h stubs on %%{ix86}
2124 - fix ppc/ppc64 ceill, floorl, rintl, roundl and truncl (BZ#2423)
2126 * Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.4-1
2127 - update from CVS
2128 - glibc 2.4 release
2130 * Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-2
2131 - update from CVS
2132 - fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895)
2133 - revert ppc32 malloc alignment patch, it breaks malloc_set_state
2134 and needs some further thoughts and time (#183894)
2135 - provide accurate unwind info for lowlevellock.h stubs on x86_64
2137 * Thu Mar 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-1
2138 - update from CVS
2139 - fixes for various arches
2140 - ensure malloc returns pointers aligned to at least
2141 MIN (2 * sizeof (size_t), __alignof__ (long double))
2142 (only on ppc32 this has not been the case lately with addition
2143 of 128-bit long double, #182742)
2145 * Wed Mar 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-39
2146 - update from CVS
2148 * Fri Feb 17 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-38
2149 - update from CVS
2150 - robust mutexes rewrite
2152 * Mon Feb 13 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-37
2153 - update from CVS
2154 - *at fixes
2155 - unshare syscall wrapper
2157 * Sat Feb 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-36
2158 - update from CVS
2159 - fix frequency setting for ITIMER_PROF (#179938, BZ#2268)
2160 - fix powerpc inline fegetround ()
2161 - fix nptl_db (#179946)
2163 * Fri Feb 3 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-35
2164 - update from CVS
2165 - handle futimesat (fd, NULL, tvp) as futimes (fd, tvp)
2166 - fix <stdlib.h> q{e,f,g}cvt{,_r} for -mlong-double-64
2168 * Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-34
2169 - fix <math.h> with C++ and -mlong-double-64 (#179742)
2170 - add nexttowardl redirect for -mlong-double-64
2172 * Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-33
2173 - update from CVS
2174 - long double support fixes
2176 * Wed Feb 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-32
2177 - update from CVS
2178 - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9},
2179 alpha 128-bit long double support
2180 - add inotify syscall numbers to the override <asm/unistd.h> headers
2181 (#179366)
2183 * Mon Jan 30 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-31
2184 - update from CVS
2185 - 128-bit long double on ppc, ppc64, s390, s390x and sparc{,v9}
2186 - add some new syscall numbers to the override <asm/unistd.h>
2187 headers
2189 * Mon Jan 9 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-30
2190 - update from CVS
2191 - <pthread.h> initializer fixes for -std=c{8,9}9 on 32-bit
2192 arches
2193 - avoid writable .rodata (#177121)
2195 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-29
2196 - update from CVS
2197 - make pthread_mutex_t an unnamed union again, as it affects
2198 libstdc++ ABI mangling
2200 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-28
2201 - update from CVS
2202 - make aio_suspend interruptible by signals (#171968)
2204 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-27
2205 - only rely on d_type in 32-bit getdents on s390 for 2.6.11+
2207 * Wed Jan 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-26
2208 - update from CVS
2209 - for newly linked lio_listio* callers, send per request
2210 notifications (#170116)
2211 - fixup nscd -S option removal changes (#176860)
2212 - remove nonnull attribute from ctermid (#176753)
2213 - fix PTHREAD_*_INITIALIZER{,_NP} on 64-bit arches
2214 - SPARC NPTL support for pre-v9 CPUs
2215 - drop support for 2.4.xx and < 2.6.9 kernels
2217 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-25
2218 - update from CVS
2219 - s390{,x} and sparc{,64} pointer mangling fixes
2220 - install a sanitized LinuxThreads <bits/libc-lock.h>
2222 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-24
2223 - update from CVS
2224 - nscd audit changes (#174422)
2225 - ppc{32,64} vDSO support and ppc32 hp-timing
2227 * Tue Dec 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-23
2228 - update from CVS
2229 - robust mutexes
2230 - fix transliteration segfaults (#176573, #176583)
2231 - ignore prelink temporaries in ldconfig (#176570)
2233 * Wed Dec 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-22
2234 - update from CVS
2235 - minor fts fixes
2236 - revert broken _Pragma () workaround
2237 - fix ldconfig on bi-arch architectures (#176316)
2239 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-21
2240 - update from CVS
2241 - fix pointer (de)mangling in gconv_cache.c
2243 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-20
2244 - update from CVS
2245 - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952)
2246 - fix errlist generation
2247 - update ulps for GCC 4.1 on IA-64
2249 * Mon Dec 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-19
2250 - update from CVS
2251 - sysdeps/generic reorg
2252 - setjmp/longjmp jump pointer mangling
2253 - rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma ()
2254 handling in it
2255 - remove glibc-profile subpackage
2256 - use non-PLT calls for malloc/free/realloc/memalign invocations in
2257 mtrace and mcheck hooks (#175261)
2258 - setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x}
2260 * Sat Nov 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-18
2261 - update from CVS
2262 - change <sys/stat.h> for broken apps that #define const /**/,
2263 handle non-GCC compilers
2264 - fix ppc{32,64} strncmp (BZ#1877, #173643, IT#83510)
2265 - provide shmatt_t typedef in ia64 <sys/shm.h (#173680)
2266 - support 2nd arg to futimesat being NULL (#173581)
2268 * Wed Nov 16 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-17
2269 - update from CVS
2270 - fix <sys/stat.h> in C++
2271 - {fstat,fchown,rename,unlink}at fixes
2272 - epoll_wait is now a cancellation point
2274 * Tue Nov 15 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-16
2275 - update from CVS
2276 - make sure waitid syscall is used on ppc*/s390*
2278 * Thu Oct 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-15
2279 - update from CVS
2280 - be permissive in %n check because of kernel bug #165351 (#171240)
2281 - don't misalign stack in pthread_once on x86_64 (#170786, IT#81521)
2282 - many locale fixes
2284 * Mon Oct 10 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-14
2285 - update from CVS
2286 - fix malloc bug after fork introduced in the last update
2287 - fix getent hosts IP for IPv4 IPs (#169831)
2289 * Mon Oct 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-13
2290 - update from CVS
2291 - fix setuid etc. hangs if some thread exits during the call (#167766)
2292 - fix innetgr memory leak (#169051)
2293 - support > 2GB nscd log files (#168851)
2294 - too many other changes to list here
2295 - include errno in nscd message if audit_open failed (#169148)
2297 * Mon Sep 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-12
2298 - update from CVS
2299 - netgrp handling fixes (#167728)
2300 - fix memory leak in setlocale (BZ#1318)
2301 - fix hwcaps computation
2302 - several regex portability improvements (#167019)
2303 - hypotf fix
2304 - fix *printf return code if underlying write fails (BZ#1146)
2305 - PPC64 dl{,v}sym fixes for new ABI .opd symbols
2306 - fix calloc with MALLOC_PERTURB_ in environment on 64-bit architectures
2307 (#166719)
2308 - source /etc/sysconfig/nscd (if it exists) in /etc/rc.d/init.d/nscd
2309 (#167083)
2310 - add %%triggerin for tzdata to glibc-common, so that tzdata updates
2311 update /etc/localtime and /var/spool/postfix/etc/localtime if they
2312 exist (#167787)
2314 * Mon Aug 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-11
2315 - FUTEX_WAKE_OP support to speed up pthread_cond_signal
2317 * Wed Aug 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-10
2318 - update from CVS
2319 - fix growing of nscd persistent database (BZ#1204)
2320 - fix _FORTIFY_SOURCE mbstowcs and wcstombs if destination size
2321 is known at compile time, but length argument is not
2323 * Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-9
2324 - update from CVS
2325 - fix resolving over TCP (#161181, #165802)
2326 - on ia64 don't abort on unhandled math function exception codes
2327 (#165693)
2329 * Mon Aug 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8
2330 - update from CVS
2331 - nscd persistent database verifier (#164001)
2332 - cleanup _FORTIFY_SOURCE bits/*.h headers (#165000)
2333 - handle EINTR in sigwait properly
2334 - make sure poor man's stack guard randomization keeps first
2335 byte 0 even on big-endian 32-bit arches
2336 - fix {elf,nptl}/tst-stackguard1
2337 - obsolete linuxthreads-devel in glibc-devel
2339 * Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-7
2340 - update from CVS
2341 - do some poor man's stack guard randomization even without
2342 the costly --enable-stackguard-randomization
2343 - rebuilt with new GCC to make it use -msecure-plt on PPC32
2345 * Mon Jul 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-6
2346 - update from CVS
2347 - fix execvp if PATH is not in environment and the call is going
2348 to fail (BZ#1125)
2349 - another bits/wchar2.h fix (#163990)
2351 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-5
2352 - update from CVS
2353 - fix stubs.h generation
2354 - don't use _G_va_list in bits/wchar2.h
2356 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-4
2357 - update from CVS
2358 - make sure bits/wchar2.h header is installed
2359 - fix __getgroups_chk return type
2361 * Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-3
2362 - update from CVS
2363 - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
2364 poll when contacting nscd more gracefully
2365 - remove malloc attribute from posix_memalign
2366 - correctly size nscd buffer for grpcache key (#163538)
2367 - fix atan2f
2368 - fix error memory leaks
2369 - some more _FORTIFY_SOURCE protection
2371 * Fri Jul 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-2
2372 - update from CVS
2373 - ia64 stack protector support
2374 - handle DNS referral results as server errors (#162625)
2375 - ctan{,h}{,f,l} fixes (#160759)
2376 - pass argc, argv and envp also to executable's *ni_array
2377 functions (BZ#974)
2378 - add ellipsis to clone prototype (#161593)
2379 - fix glibc-profile (#162601)
2380 - nss_compat fixes
2381 - use sysdeps/generic version of <bits/stdio-lock.h> in installed
2382 headers instead of NPTL version (#162634)
2384 * Mon Jun 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-1
2385 - update from CVS
2386 - stack protector support
2387 - fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583)
2388 - enable @GLIBC_2.4 symbols
2389 - remove linuxthreads
2391 * Mon Jun 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-11
2392 - update from CVS
2393 - PPC32 -msecure-plt support
2394 - support classes keyword in /etc/hesiod.conf (#150350)
2395 - add RLIMIT_NICE and RLIMIT_RTPRIO to <sys/resources.h> (#157049)
2396 - decrease number of .plt relocations in libc.so
2397 - use -laudit in nscd (#159217)
2398 - handle big amounts of networking interfaces in getifaddrs/if_nameindex
2399 (#159399)
2400 - fix pa_IN locale's am_pm (#158715, BZ#622)
2401 - fix debugging of PIEs
2403 * Mon May 30 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-10
2404 - fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion)
2405 has been always overwritten with the version of currently
2406 running kernel)
2407 - remove linuxthreads man pages other than those covered in
2408 3p section, as 3p man pages are far better quality and describe
2409 POSIX behaviour that NPTL implements (#159084)
2411 * Tue May 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-9
2412 - update from CVS
2413 - increase bindresvport's LOWPORT to 512, apparently some
2414 broken daemons don't think 0 .. 511 ports are reserved
2416 * Mon May 23 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-8
2417 - update from CVS
2418 - fix kernel version check in ld.so
2419 - fix sendfile{,64} prototypes (BZ#961)
2420 - try more ports in bindresvport if all 600..1023 are
2421 used, don't use priviledged ports when talking to portmap
2422 (#141773)
2424 * Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
2425 - update from CVS
2426 - make regexec thread safe (BZ#934)
2427 - fix statically linked programs on i?86, x86_64, s390* and
2428 sparc* (#158027)
2429 - fix IBM939 iconv module (BZ#955)
2431 * Wed May 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-6
2432 - update from CVS
2433 - fix cancellation on i?86
2434 - add call frame information to i?86 assembly
2436 * Tue May 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
2437 - update from CVS
2438 - add some more UTF-8 locales (#156115)
2439 - clean up /lib64/tls instead of /lib/tls on x86-64, s390x and
2440 ppc64 in glibc_post_upgrade (#156656)
2441 - fix posix_fallocate{,64} (#156289)
2443 * Thu Apr 28 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-4
2444 - update from CVS
2445 - fix nscd cache pruning (#150748)
2447 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-3
2448 - update from CVS
2449 - fix linuxthreads clocks
2450 - put xen libs into the glibc-2*.i686 package instead of a separate one
2451 - fix librt.so symlink in linuxthreads-devel
2452 - do not include linuxthreads-devel on %{auxarches},
2453 just on the base architectures
2455 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-2
2456 - update from CVS
2457 - with MALLOC_CHECK_=N N>0 (#153003)
2458 - fix recursive dlclose (#154641)
2459 - handle %z in strptime (#154804)
2460 - automatically append /%{_lib}/obsolete/linuxthreads/
2461 to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19
2462 or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno
2463 properly). Warning: all those will stop working when LinuxThreads
2464 is finally nuked, which is not very far away
2465 - remove nonnull attribute from acct prototype (BZ#877)
2466 - kernel CPU clocks support
2467 - fix *scanf in locales with multi-byte decimal point
2469 * Wed Apr 27 2005 Roland McGrath <roland@redhat.com>
2470 - glibc-xen subpackage for i686
2472 * Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
2473 - update from CVS
2474 - fix execvp regression (BZ#851)
2475 - ia64 libm updates
2476 - sparc updates
2477 - fix initstate{,_r}/strfry (#154504)
2478 - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
2479 support "hwcap" keyword in ld.so.conf files
2481 * Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
2482 - update from CVS
2483 - fix xdr_rmtcall_args on 64-bit arches (#151686)
2484 - fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
2486 * Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
2487 - move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/
2488 and NPTL libraries to /%{_lib}. To run a program against LinuxThreads,
2489 LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/
2490 is now needed
2491 - bzip2 ChangeLog* files instead of gzipping them
2493 * Sat Apr 2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
2494 - update from CVS
2495 - fix nextafterl and several other libm routines on ia64
2496 - fix initgroups (BZ#661)
2497 - kill nptl-devel subpackage, add linuxthreads-devel,
2498 compile and link by default against NPTL and only with
2499 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads
2500 against LinuxThreads
2501 - package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in
2502 i386 glibc-debuginfo
2503 - limit number of ChangeLog* files in glibc-common %%doc
2504 to last 2.5 years of changes only to save space
2506 * Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
2507 - fix build on 64-bit arches with new GCC
2509 * Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
2510 - update from CVS
2511 - fix LD_AUDIT in LinuxThreads ld.so
2512 - fix calloc with M_PERTURB
2513 - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
2514 on ppc*/ia64/alpha/mips (BZ#801)
2515 - fix a typo in WINDOWS-31J charmap (#151739)
2516 - fix NIS ypprot_err (#151469)
2518 * Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
2519 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
2521 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
2522 - update from CVS
2523 - better fix for the dlclose bug (#145810, #150414)
2524 - fix regex crash on case insensitive search in zh_CN locale
2525 (#151215)
2526 - fix malloc_trim (BZ#779)
2527 - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
2528 as function-like macros, there are too many broken programs
2529 out there
2530 - add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372)
2532 * Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
2533 - fix bits/socket2.h macro typos
2535 * Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
2536 - fix tst-chk{2,3}
2537 - fix up AS_NEEDED directive in /usr/%{_lib}/libc.so
2538 - BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
2539 glibc-devel Conflict with binutils < 2.15.94.0.2-1
2541 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
2542 - update from CVS
2543 - fix execvp (#149290)
2544 - fix dlclose (#145810)
2545 - clear padding in gconv-modules.cache (#146614, BZ#776)
2546 - rebuilt with GCC4
2547 - changed __GLIBC_MINOR__ for now back to 3
2548 - back out the newly added GLIBC_2.4 *_chk routines, instead
2549 do the checking in macros
2551 * Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
2552 - hopefully fix interaction with prelink (#147655)
2554 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
2555 - update from CVS
2556 - bi-arch <gnu/stubs.h> (BZ#715)
2558 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
2559 - update from CVS
2560 - bi-arch <gnu/lib-names.h> (BZ#632)
2561 - fix libdl on s390 and maybe other platforms
2562 - fix initstate{,_r} (BZ#710)
2563 - fix <gnu/stubs.h> generation (BZ#157)
2564 - define CMSPAR in bits/termios.h (#147533)
2566 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
2567 - update from CVS
2568 - fix TLS handling in linuxthreads
2570 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
2571 - update from CVS
2572 - ld.so auditing
2573 - fix segfault if chrooted app attempts to dlopen a library
2574 and no standard library directory exists at all (#147067, #144303)
2575 - fix initgroups when nscd is running, but has group caching disabled
2576 (#146588)
2577 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
2578 has not been called yet (#146710)
2579 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
2580 - service nscd cosmetic fixes (#146776)
2581 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
2582 - fix zdump -v segfaults on x86-64 (#146210)
2583 - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
2584 - fix errno values for futimes (BZ#633)
2585 - unconditionally include <features.h> in malloc.h (BZ#650)
2586 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
2587 (from empty string inside of word to empty string not at a word boundary,
2588 BZ#693)
2589 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
2590 and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
2591 %gs access with negative offsets
2592 - fix addseverity
2593 - fix fmemopen
2594 - fix rewinddir
2595 - increase svc{tcp,unix}_create listen backlog
2597 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
2598 - update from CVS
2599 - add some warn_unused_result marking
2600 - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
2601 (BZ#640)
2603 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
2604 - update from CVS
2605 - fix IA-32 stack alignment for LinuxThreads thread functions
2606 and functions passed to clone(2) directly
2607 - fix ecvt{,_r} on denormals (#143279)
2608 - fix __tls_get_addr typo
2609 - fix rounding in IA-64 alarm (#143710)
2610 - don't reinitialize __environ in __libc_start_main, so that
2611 effects of setenv/putenv done in DSO initializers are preserved
2612 (#144037, IT#57403)
2613 - fix fmemopen
2614 - fix vDSO l_map_end and l_text_end values
2615 - IA64 libm update (#142494)
2616 - fix ppc rint/ceil etc. (BZ#602)
2618 * Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
2619 - rebuilt
2621 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
2622 - work around rpm bug some more, this time by copying
2623 iconvconfig to iconvconfig.%%{_target_cpu}.
2625 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
2626 - update from CVS
2627 - glibc 2.3.4 release
2628 - add -o and --nostdlib options to iconvconfig
2629 - if /sbin/ldconfig doesn't exist when running
2630 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
2631 This can happen during first install of bi-arch glibc and the
2632 other arch glibc's %post wil run /sbin/ldconfig (#143326)
2633 - use -o and --nostdlib options to create all needed
2634 gconv-modules.cache files on bi-arch setups
2636 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
2637 - rebuilt
2639 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
2640 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
2641 if /sbin/init is the same ELF class and machine as
2642 glibc_post_upgrade.%%{_target_cpu} and similarly with
2643 condrestarting sshd (#143046)
2645 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
2646 - update from CVS
2647 - fix ppc64 getcontext and swapcontext (BZ#610)
2648 - sparc/sparc64 fixes
2650 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
2651 - update from CVS
2652 - fix i686 __USE_STRING_INLINES strncat
2653 - make sure ppc/ppc64 maintain correct stack alignment
2654 across clone
2656 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
2657 - export nis_domain_of_r from libnsl.so again which was
2658 unintentionally lost
2660 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
2661 - update from CVS
2662 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
2663 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
2664 (BZ#457)
2665 - fix sysconf (_POSIX_V6_*) for other ABI environments in
2666 bi-arch setups
2667 - s390/s390x clone without CLONE_THREAD getpid () adjustement
2669 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
2670 - update from CVS
2671 - fix %{_prefix}/libexec/getconf filenames generation
2673 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
2674 - update from CVS
2675 - double buffer size in getXXbyYY or getXXent on ERANGE
2676 instead of adding BUFLEN (#142617)
2677 - avoid busy loop in malloc if another thread is doing fork
2678 (#142214)
2679 - some more realloc corruption checks
2680 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
2681 tweak %{_prefix}/libexec/getconf/ filenames
2683 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
2684 - update from CVS
2685 - regex speedups
2686 - use | cat in ldd if running under bash3+ to allow running
2687 it on binaries that are not through SELinux allowed to access
2688 console or tty
2689 - add __NR_waitid defines for alpha and ia64
2691 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
2692 - update from CVS
2693 - fix clone2 on ia64
2694 - avoid tst-timer5 failing with linuxthreads implementation
2695 - if __libc_enable_secure, disallow mode != normal
2696 - change ldd script to imply -r when -u is used, properly
2697 propagate return value and handle suid binaries
2699 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
2700 - update from CVS
2701 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
2702 - disregard LD_DEBUG if __libc_enable_secure in normal mode
2703 if /suid-debug doesn't exist
2704 - fix fseekpos after ungetc
2705 - avoid reading bytes before start of buffers in regex's
2706 check_dst_limits_calc_pos_1 (#142060)
2707 - make getpid () working with clone/clone2 without CLONE_THREAD
2708 (so far on i386/x86_64/ia64 only)
2709 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
2710 - make %{_prefix}/libexec/getconf directory owned by glibc package
2712 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
2713 - update from CVS
2714 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
2715 - fix mktime with < 0 or > 59 tm_sec on entry
2716 - remove nonnull attribute for realpath
2717 - add $(make-target-directory) for errlist-compat.c rule
2718 (hopefully fix #141404)
2719 - add testcase for ungetc bug
2720 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
2722 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
2723 - update from CVS
2724 - some posix_opt.h fixes
2725 - fix strtold use of unitialized memory (#141000)
2726 - some more bugfixes for bugs detected by valgrind
2727 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
2728 on s390{,x} (#139678)
2730 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
2731 - update from CVS
2732 - support -v specification in getconf
2733 - fix sysconf (_SC_LFS64_CFLAGS) etc.
2734 - avoid thread stack aliasing issues on EM64T (#140803)
2735 - move %{_prefix}/include/nptl headers from nptl-devel
2736 to glibc-headers, so that even NPTL specific programs
2737 can be built bi-arch without problems
2739 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
2740 - update from CVS
2741 - fix memory leak in getaddrinfo if using nscd (#139559)
2742 - handle large lines in /etc/hosts and /etc/networks
2743 (#140378)
2744 - add nonnull attributes to selected dirent.h and dlfcn.h
2745 functions
2747 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
2748 - update from CVS
2749 - add deprecated and/or nonnull attribute to some signal.h
2750 functions
2751 - speed up tzset () by only using stat instead of open/fstat
2752 when calling tzset for the second and following time if
2753 /etc/localtime has not changed
2754 - fix tgamma (BZ #552)
2756 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
2757 - update from CVS
2758 - some malloc () checking
2759 - libpthread.a object dependency cleanups (#115157)
2760 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
2762 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
2763 - don't use chunksize in <= 2 * SIZE_SZ free () checks
2765 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
2766 - update from CVS
2767 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
2768 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
2769 issue special error message instead of using the buffer overflow
2770 detected one
2771 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
2772 speedup searching with nested subexps (BZ #544)
2773 - block SIGCANCEL in NPTL timer_* helper thread
2774 - further free () checking
2776 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
2777 - update from CVS
2778 - fix free () checking
2779 - move /etc/default/nss into glibc-common (hopefully fix #132392)
2781 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
2782 - update from CVS
2783 - fix LD_DEBUG=statistics
2784 - issue error message before aborting in __chk_fail ()
2785 - some more free () checking
2787 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
2788 - update from CVS
2789 - speedup regex on palindromes (BZ #429)
2790 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
2791 less priviledged all threads change their credentials successfully
2793 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
2794 - update from CVS
2795 - fix regcomp crash (#138439)
2796 - fix ftell{,o,o64} (#137885)
2797 - robustification of nscd to cope with corrupt databases (#137140)
2798 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
2799 - some regex optimizations
2801 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
2802 - update from CVS
2803 - mktime cleanups (BZ #487, #473)
2804 - unique comments in free(3) check error messages
2805 - adjust some x86_64 headers for -m32 (#129712)
2806 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
2808 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
2809 - fix <netinet/udp.h> header
2810 - fix globfree (#137176)
2811 - fix exiting if there are dlmopened libraries in namespaces
2812 other than main one not closed yet
2813 - export again _res_opcodes and __p_{class,type}_syms from
2814 libresolv.so that were lost in -69
2816 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
2817 - remove setaltroot and key{_add,_request,ctl} also from Versions
2818 - back out _sys_errlist changes
2820 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
2821 - back out setaltroot and key{_add,_request,ctl} addition
2822 - fix severe x86-64 symbol versioning regressions that breaks
2823 e.g. java binaries
2825 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
2826 - update from CVS
2827 - fix minor catchsegv temp file handling vulnerability
2828 (CAN-2004-0968, #136319)
2829 - add 4 new errno codes
2830 - setaltroot, key{_add,_request,ctl} syscalls on some arches
2831 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
2832 gdb purpose
2833 - use inet_pton to decide what is address and what is hostname
2834 in getent (#135422)
2835 - change dladdr/dladdr1, so that dli_saddr is the same kind
2836 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
2837 - fix catchsegv script so that it works with both 32-bit and 64-bit
2838 programs on multi-arch platforms
2840 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
2841 - update from CVS
2842 - require newer selinux-policy (#135978)
2843 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
2844 files in it
2845 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
2847 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
2848 - update from CVS
2849 - object size checking support (-D_FORTIFY_SOURCE={1,2})
2851 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
2852 - update from CVS
2853 - support for namespaces in the dynamic linker
2854 - fix dlclose (BZ #77)
2855 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
2856 and s390 (#130254)
2858 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
2859 - update from CVS
2860 - use non-blocking sockets in resolver (#135234)
2861 - reset pd->res options on thread exit, so that threads
2862 reusing cached stacks get resolver state properly initialized
2863 (BZ #434)
2865 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
2866 - update from CVS
2867 - avoid using perl in the spec file, buildrequire sed >= 3.95
2868 (#127671)
2869 - export TIMEOUTFACTOR=16
2870 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
2872 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
2873 - update from CVS
2874 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
2875 to -1 in LinuxThreads
2876 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
2877 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
2878 returns correct value
2879 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
2880 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
2881 dlopen libpthread.so and dlsym pthread_condattr_setclock
2882 - build nscd with -z relro and -z now
2884 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
2885 - update from CVS
2886 - stop using __builtin_expect in assert and assert_perror
2887 (#127606)
2888 - try to avoid too much VA fragmentation with malloc
2889 on flexmap layout (#118574)
2890 - nscd robustification
2891 - change valloc to use debugging hooks (#134385)
2892 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
2893 #125700)
2895 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
2896 - update from CVS
2897 - fix __nscd_getgrouplist
2898 - fix a typo in x86_64 pthread_mutex_timedwait fix
2900 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
2901 - update from CVS
2902 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
2904 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
2905 - update from CVS
2906 - some nscd fixes (#134193)
2907 - cache initgroups in nscd (#132850)
2908 - reread /etc/localtime in tzset () even if just mtime changed
2909 (#133481)
2910 - fix glob (#126460)
2911 - another get_myaddress fix
2913 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
2914 - update from CVS
2915 - fix get_myaddress (#133982)
2916 - remove nonnull attribute from second utime argument (#133866)
2917 - handle SIGSETXID the same way as SIGCANCEL in
2918 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
2919 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
2921 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
2922 - update from CVS
2923 - fix BZ #151, #362, #381, #407
2924 - fdim fix for +inf/+inf (BZ #376)
2926 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
2927 - update from CVS
2928 - vasprintf fix (BZ #346)
2929 - gettext locking (BZ #322)
2930 - change linuxthreads useldt.h inclusion login again, the last
2931 one failed all linuxthreads FLOATING_STACKS tests
2933 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
2934 - update from CVS
2935 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
2936 - fix nis locking (#132204)
2937 - RTLD_DEEPBIND support
2938 - fix pthread_create bugs (BZ #401, #405)
2940 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
2941 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
2942 - source tarballs renamed
2943 - redhat/ moved to fedora/, some old cruft removed
2944 - update from trunk
2945 - some __nonnull annotations
2947 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
2948 - update from CVS
2949 - set{re,e,res}[ug]id now affect the whole process in NPTL
2950 - return EAGAIN instead of ENOMEM when not enough memory
2951 in pthread_create
2953 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
2954 - update from CVS
2955 - nscd getaddrinfo caching
2957 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
2958 - restore temporarily old definition of __P()/__PMT()
2959 for third party apps
2961 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
2962 - update from CVS
2963 - nscd bi-arch fix
2964 - remove all uses of __P()/__PMT() from glibc headers
2965 - update and reenable nscd SELinux patch
2966 - remove libnss1* and libnss*.so.1 compatibility NSS modules
2967 on IA-32, SPARC and Alpha
2969 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
2970 - update from CVS
2971 - disable one of the malloc double free checks for non-contiguous
2972 arenas where it doesn't have to be true even for non-broken
2973 apps
2975 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
2976 - update from CVS
2977 - pwd/grp/host loops with nscd speed up by sharing the
2978 nscd cache r/o with applications
2979 - inexpensive double free check in free(3)
2980 - make NPTL pthread.h initializers usable even from C++
2981 (BZ #375)
2982 - use atomic instructions even in i386 nscd on i486+ CPUs
2983 (conditionally)
2985 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
2986 - update from CVS
2987 - fix linuxthreads tst-cancel{[45],-static}
2989 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
2990 - update from CVS
2991 - fix pthread_cond_destroy (BZ #342)
2992 - fix fnmatch without FNM_NOESCAPE (BZ #361)
2993 - fix ppc32 setcontext (BZ #357)
2994 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
2995 - add __NR_waitid defines for i386, x86_64 and sparc*
2997 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
2998 - update from CVS
2999 - persistent nscd caching
3000 - ppc64 32-bit atomicity fix
3001 - fix x86-64 nptl-devel headers for -m32 compilation
3002 - %%ghost /etc/ld.so.cache (#130597)
3003 - edit /etc/ld.so.conf in glibc_post_upgrade if
3004 include ld.so.conf.d/*.conf line is missing (#120588)
3005 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
3007 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
3008 - update from CVS
3010 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
3011 - update from CVS
3012 - fix nss_compat's initgroups handling (#130363)
3013 - fix getaddrinfo ai_canonname setting
3015 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
3016 - update from CVS
3017 - add ip6-dotint resolv.conf option, make
3018 no-ip6-dotint the default
3019 - BuildPrereq libselinux-devel (#129946)
3020 - on ppc64, build without dot symbols
3022 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
3023 - update from CVS
3024 - remove debugging printout (#129747)
3025 - make <sys/shm.h> usable in C++ (IT#45148)
3026 - update RLIMIT_* constants in <bits/resource.h>, make
3027 <sys/resource.h> POSIX compliant (#129740)
3029 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
3030 - fix last tzset () fixes, disable rereading of /etc/localtime
3031 every time for now
3032 - really enable SELinux support for NSCD
3034 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
3035 - update from CVS
3036 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
3037 - tzset () fixes (BZ #154)
3038 - speed up pthread_rwlock_unlock on arches other than i386 and
3039 x86_64 (#129455)
3040 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
3041 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
3042 (BZ #284)
3043 - add SELinux support for NSCD
3045 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
3046 - update from CVS
3047 - change res_init to force all threads to re-initialize
3048 resolver before they use it next time (#125712)
3049 - various getaddrinfo and related fixes (BZ #295, #296)
3050 - fix IBM{932,943} iconv modules (#128674)
3051 - some nscd fixes (e.g. BZ #292)
3052 - RFC 3678 support (Multicast Source Filters)
3053 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
3054 the same as /lib/i686/librt-*
3056 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
3057 - update from CVS
3058 - conformance related changes in headers
3059 - remove -finline-limit=2000 for GCC 3.4.x+
3061 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
3062 - update from CVS
3063 - fix res_init leaks
3064 - fix newlocale races
3065 - fix ppc64 setjmp
3066 - fix strtold (BZ #274)
3068 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
3069 - update from CVS
3070 - allow pthread_cancel in DSO destructors run at exit time
3071 - fix pow{f,,l} on IA-32 and powl on x86-64
3072 - allow PIEs on IA-32 to have main in a shared library they depend on
3074 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
3075 - s390* .plt slot reduction
3076 - fix pthread_rwlock_timedrdlock on x86_64
3078 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
3079 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
3080 NPTL changes
3082 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
3083 - update from CVS
3084 - if_nameindex using preferably netlink
3085 - printf_parsemb initialization fix
3086 - NPTL version is now the same as glibc version
3088 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
3089 - update from CVS
3090 - reread resolv.conf for nscd --invalidate=hosts
3091 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
3092 -m32 -D_FILE_OFFSET_BITS=64 compilations
3093 - avoid calling non-existing fcntl64 syscall on ppc64
3095 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
3096 - update from CVS
3097 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
3098 - fix backtrace in statically linked programs
3099 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
3101 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
3102 - update from CVS
3103 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
3104 - make c_stubs buildable even with GCC 3.2.x (#123042)
3106 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
3107 - fix pthread_cond_wait on architectures other than IA-32 and
3108 x86_64
3110 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
3111 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
3113 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
3114 - update from CVS
3115 - FUTEX_REQUEUE fixes (#115349)
3116 - SPARC GCC 3.4 build fix
3117 - fix handling of undefined TLS symbols on IA32 (RELA only),
3118 SPARC and SH
3119 - regex translate fix
3120 - speed up sprintf
3121 - x86_64 makecontext alignment fix
3122 - make POSIX sigpause the default sigpause, unless BSD sigpause
3123 requested
3125 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
3126 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
3127 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
3128 - build mq_{send,receive} with -fexceptions
3130 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
3131 - update from CVS
3132 - fix <tgmath.h>
3133 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
3134 use of realloc
3135 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
3136 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
3137 might be a stale symlink
3139 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
3140 - update from CVS
3141 - disable FUTEX_REQUEUE (work around #115349)
3142 - mq for sparc/sparc64/ia64
3144 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
3145 - update from CVS
3146 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
3147 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
3148 included already in XNS5)
3149 - reorder dlopen checks, so that dlopening ET_REL objects
3150 complains about != ET_DYN != ET_EXEC, not about phentsize
3151 (#121606)
3152 - fix strpbrk macro for GCC 3.4+ (BZ #130)
3153 - fix <sys/sysctl.h> (BZ #140)
3154 - sched_[gs]etaffinity documentation fix (BZ #131)
3155 - fix sparc64 build (BZ #139)
3156 - change linuxthreads back to use non-cancellable writes
3157 to manager pipes etc.
3158 - fix sem_timedwait return value in linuxthreads (BZ #133)
3159 - ia64 unnecessary PLT relocs removal
3161 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
3162 - update from CVS
3163 - fix *scanf
3164 - fix shm_unlink, sem_unlink and mq_unlink errno values
3165 - avoid memory leaks in error
3166 - execstack fixes on s390
3168 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
3169 - update from CVS
3170 - mq and timer fixes
3171 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
3172 linked binaries
3173 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
3175 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
3176 - disable rtkaio
3177 - update from CVS
3178 - POSIX message passing support
3179 - fixed SIGEV_THREAD support for POSIX timers
3180 - fix free on non-malloced memory in syslog
3181 - fix ffsl on some 64-bit arches
3182 - fix sched_setaffinity on x86-64, ia64
3183 - fix ppc64 umount
3184 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
3185 - various NIS speedups
3186 - fix fwrite with > 2GB sizes on 64-bit arches
3187 - fix pthread_getattr_np guardsize reporting in NPTL
3188 - report PLT relocations in ld.so and libc.so during the build
3190 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
3191 - update from CVS
3192 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
3193 - strtol speed optimization
3194 - don't try to use certainly unimplemented syscalls on ppc64
3195 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
3196 into /usr/lib/debug/usr/%{_lib}/ directory
3197 - fix c_stubs with gcc 3.4
3198 - move all the up to 3 builds into %%build scriptlet and
3199 leave only installation in the %%install scriptlet
3201 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
3202 - update from CVS
3203 - affinity API changes
3205 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
3206 - update from CVS
3207 - fix ia64 iopl (#118591)
3208 - add support for /etc/ld.so.conf.d/*.conf
3209 - fix x86-64 LD_DEBUG=statistics
3210 - fix hwcap handling when using ld.so.cache (#118518)
3212 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
3213 - update from CVS
3214 - implement non-_l function on top of _l functions
3216 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
3217 - update from CVS
3218 - fix s390{,x} TLS handling
3220 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
3221 - update from CVS
3222 - special section for compatibility code
3223 - make getpid () work even in vfork () child
3224 - configure with --enable-bind-now to avoid lazy binding in ld.so
3225 and libc.so
3227 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
3228 - update from CVS
3229 - fix iconv -c (#117021)
3230 - fix PIEs on sparc/sparc64
3231 - fix posix_fadvise on 64-bit architectures
3232 - add locale-archive as %%ghost file (#117014)
3234 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
3235 - update from CVS
3237 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
3238 - update from CVS
3240 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
3241 - update from CVS
3242 - fix ld.so when vDSO is randomized
3244 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
3245 - update from CVS
3247 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
3248 - update from CVS
3250 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
3251 - update from CVS
3253 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
3254 - update from CVS
3255 - dl_iterate_phdr extension to signal number of added/removed
3256 libraries
3257 - fix PT_GNU_RELRO support on ppc* with prelinking
3259 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
3260 - rebuilt with fixed GCC on IA-64
3262 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
3263 - fix PT_GNU_RELRO support
3265 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
3266 - update from CVS
3267 - some further regex speedups
3268 - fix re.translate handling in regex (#112869)
3269 - change regfree to match old regex behaviour (what is freed
3270 and clearing of freed pointers)
3271 - fix accesses to unitialized memory in regex (#113507, #113425,
3272 #113421)
3273 - PT_GNU_RELRO support
3275 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
3276 - update from CVS
3277 - fix pmap_set fd and memory leak (#112726)
3278 - fix backreference handling in regex
3279 - rebuilt under glibc without the above bug to fix
3280 libc.so linker script (#112738)
3282 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
3283 - update from CVS
3284 - faster getpid () in NPTL builds
3285 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
3286 really disable cancellation (#112512)
3287 - more regex fixes and speedups
3288 - fix nextafter*/nexttoward*
3289 - handle 6th syscall(3) argument on AMD64
3290 - handle memalign/posix_memalign in mtrace
3291 - fix linuxthreads memory leak (#112208)
3292 - remove throw () from cancellation points in linuxthreads (#112602)
3293 - fix NPTL unregister_atfork
3294 - fix unwinding through alternate signal stacks
3296 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
3297 - update from CVS
3298 - 2.3.3 release
3299 - lots of regex fixes and speedups (#110401)
3300 - fix atan2
3301 - fix pshared condvars in NPTL
3302 - fix pthread_attr_destroy for attributes created with
3303 pthread_attr_init@GLIBC_2.0
3304 - for the time being, include both nb_NO* and no_NO* as locales
3305 so that the distribution can catch up with the no_NO->nb_NO
3306 transition
3307 - add BuildPrereq texinfo (#110252)
3309 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
3310 - update from CVS
3311 - fix getifaddrs (CAN-2003-0859)
3312 - fix ftw fd leak
3313 - fix linuxthreads sigaction (#108634)
3314 - fix glibc 2.0 stdio compatibility
3315 - fix uselocale (LC_GLOBAL_LOCALE)
3316 - speed up stdio locking in non-threaded programs on IA-32
3317 - try to maintain correct order of cleanups between those
3318 registered with __attribute__((cleanup))
3319 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
3320 - fix segfault in regex (#109606)
3321 - fix RE_ICASE multi-byte handling in regex
3322 - fix pthread_exit in libpthread.a (#109790)
3323 - FTW_ACTIONRETVAL support
3324 - lots of regex fixes and speedups
3325 - fix ceill/floorl on AMD64
3327 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
3328 - update from CVS
3329 - fix ld.so --verify (and ldd)
3331 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
3332 - update from CVS
3333 - fix sprof (#103727)
3334 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
3335 - prevent dlopening of executables
3336 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
3337 - fix locale printing of word values on 64-bit big-endian arches
3338 (#107846)
3339 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
3340 (#101261)
3342 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
3343 - update from CVS
3344 - dl_iterate_phdr in libc.a on arches other than IA-64
3345 - LD_DEBUG=statistics prints number of relative relocations
3346 - fix hwcap computation
3347 - NPTL is now part of upstream glibc CVS
3348 - include {st,xh,zu}_ZA{,.UTF-8} locales
3350 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
3351 - update from CVS
3352 - fix close, pause and fsync (#105348)
3353 - fix pthread_once on IA-32
3354 - implement backtrace () on IA-64, handle -fomit-frame-pointer
3355 in AMD64 backtrace () (#90402)
3357 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
3358 - update from CVS
3359 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
3360 - fix mknod/ustat return value when given bogus device number (#105768)
3362 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
3363 - rebuilt
3365 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
3366 - fix IA-64 getcontext
3368 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
3369 - update from CVS
3370 - fix syslog with non-C non-en_* locales (#61296, #104979)
3371 - filter GLIBC_PRIVATE symbols from glibc provides
3372 - fix NIS+
3374 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
3375 - update from CVS
3376 - assume 2.4.21 kernel features on RHEL/ppc*, so that
3377 {make,set,get,swap}context works
3378 - backout execstack support for RHEL
3379 - build rtkaio on amd64 too
3381 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
3382 - update from CVS
3383 - execstack/noexecstack support
3384 - build nscd as PIE
3385 - move __libc_stack_end back to @GLIBC_2.1
3386 - build against elfutils >= 0.86 to fix stripping on s390x
3388 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
3389 - rebuilt
3391 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
3392 - update from CVS
3393 - NPTL locking change (#102682)
3394 - don't jump around lock on amd64
3396 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
3397 - fix open_memstream/syslog (#104661)
3399 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
3400 - update from CVS
3401 - retrieve affinity in pthread_getattr_np
3402 - fix pthread_attr_[gs]etaffinity_np
3403 - handle hex and octal in wordexp
3405 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
3406 - update from CVS
3407 - truncate instead of round in utimes when utimes syscall is not available
3408 - don't align stack in every glibc function unnecessarily on IA-32
3409 - make sure threads have their stack 16 byte aligned on IA-32
3410 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
3411 - fix pthread_getattr_np for the initial thread (#102683)
3412 - avoid linuxthreads signal race (#104368)
3413 - ensure all gzip invocations are done with -n option
3415 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
3416 - update from CVS
3417 - avoid linking in libgcc_eh.a unnecessarily
3418 - change ssize_t back to long int on s390 -m31, unless
3419 gcc 2.95.x is used
3421 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
3422 - update from CVS
3423 - fix IA-64 memccpy (#104114)
3425 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
3426 - update from CVS
3427 - undo broken amd64 signal context changes
3429 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
3430 - update from CVS
3431 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
3432 {unsigned,} int
3433 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
3434 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
3435 on 64-bit arches from {unsigned,} long long int {,*} to
3436 {unsigned,} long int {,*} to restore binary compatibility
3437 for C++ functions using these types as arguments
3439 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
3440 - rebuilt
3442 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
3443 - update from CVS
3444 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
3445 - libio fixes
3447 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
3448 - update from CVS
3449 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
3450 and old-style pthread_cleanup_push cleanups
3452 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
3453 - updated from CVS
3454 - lots of cancellation fixes
3455 - fix posix_fadvise* on ppc32
3456 - TLS layout fix
3457 - optimize stdio cleanups (#103354)
3458 - sparcv9 NPTL
3459 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
3460 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
3461 - fix svc_getreqset on 64-bit big-endian arches
3462 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
3463 PTHREAD_PROCESS_SHARED
3464 - add pthread_cond_timedwait stubs to libc.so (#102709)
3465 - split glibc-devel into glibc-devel and glibc-headers to ensure
3466 amd64 /usr/include always wins on amd64/i386 bi-arch installs
3467 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
3468 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
3469 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
3470 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
3471 and tests
3473 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
3474 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
3475 in glibc-debuginfo-common*
3477 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
3478 - update from CVS
3479 - fix glibc 2.0 libio compatibility (#101385)
3480 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
3481 - fix assert.h (#102916, #103017)
3482 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
3483 - fix static linking of large IA-64 binaries (#102586)
3484 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
3486 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
3487 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
3489 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
3490 - nptl_db rewrite not yet in CVS
3492 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
3493 - update from CVS
3494 - fix rtkaio aio_fsync{,64}
3495 - update rtkaio for !BROKEN_THREAD_SIGNALS
3496 - fix assert macro when used on pointers
3498 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
3499 - update from CVS
3501 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
3502 - update from CVS
3503 - disable CLONE_STOPPED for now until it is resolved
3504 - strip crt files
3505 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
3506 - fix glibc-debuginfo to include all nptl and nptl_db sources
3508 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
3509 - update from CVS
3510 - fix pthread_create@GLIBC_2.0 (#101767)
3511 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
3513 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
3514 - update from CVS
3515 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
3516 explicit scheduling (#101457)
3518 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
3519 - update from CVS
3520 - fix utimes and futimes if kernel doesn't support utimes syscall
3521 - fix s390 ssize_t type
3522 - fix dlerror when called before any dlopen/dlsym
3523 - update IA-64 bits/sigcontext.h (#101344)
3524 - various warning fixes
3525 - fix pthread.h comment typos (#101363)
3527 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
3528 - update from CVS
3529 - fix dlopen of libraries using TLS IE/LE models
3531 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
3532 - update from CVS
3533 - fix timer_create
3534 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
3536 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
3537 - update from CVS
3538 - fix wcpncpy (#99462)
3539 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
3540 unlike __errno_location () or __h_errno_location () was introduced
3541 in glibc 2.2)
3542 - fix zic bug on 64-bit platforms
3543 - some TLS handling fixes
3544 - make ldconfig look into alternate ABI dirs by default (#99402)
3545 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
3546 errataed separately from glibc
3547 - new add-on - rtkaio
3548 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
3550 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
3551 - fix thread cancellation on ppc64
3553 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
3554 - update from CVS
3555 - fix thread cancellation on ppc32, s390 and s390x
3557 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
3558 - update from CVS
3559 - build libc_nonshared.a with -fPIC instead of -fpic
3560 - fix ppc64 PIE support
3561 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
3563 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
3564 - update from CVS
3566 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
3567 - update from CVS
3568 - on IA-64 use different symbols for cancellation portion of syscall
3569 handlers to make gdb happier
3571 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
3572 - update from CVS
3573 - nss_compat supporting LDAP etc.
3575 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
3576 - update from CVS
3578 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
3579 - fix condvars and semaphores in ppc* NPTL
3580 - fix test-skeleton.c reporting of timed-out tests (#91269)
3581 - increase timeouts for tests during make check
3583 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
3584 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
3585 on bi-ABI architectures (#97557)
3586 - disable FUTEX_REQUEUE on ppc* temporarily
3588 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
3589 - update from CVS
3590 - fix glibc_post_upgrade on ppc
3592 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
3593 - update from CVS
3594 - fix localedef (#90659)
3595 - tweak linuxthreads for librt cancellation
3597 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
3598 - update from CVS
3600 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
3601 - update from CVS
3602 - fix <gnu/stubs.h> (#97169)
3604 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
3605 - update from CVS
3607 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
3608 - update from CVS
3609 - fix pthread_cond_signal on IA-32 (#92080, #92253)
3610 - fix setegid (#91567)
3611 - don't prelink -R libc.so on any architecture, it prohibits
3612 address randomization
3614 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
3615 - update from CVS
3616 - fix IA-64 NPTL build
3618 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
3619 - update from CVS
3620 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
3621 section in *.[oa]
3623 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
3624 - update from CVS
3625 - enable NPTL on AMD64
3626 - avoid using trampolines in localedef
3628 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
3629 - enable NPTL on IA-64
3631 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
3632 - update from CVS
3633 - enable NPTL on s390 and s390x
3634 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
3636 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
3637 - update from CVS
3639 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
3640 - update from CVS
3642 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
3643 - update from CVS
3644 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
3645 or set_tid_address syscall is available instead of checking
3646 AT_SYSINFO dynamic tag
3648 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
3649 - update from CVS
3651 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
3652 - update from CVS
3653 - fix for prelinking of libraries with no dependencies
3655 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
3656 - update from CVS
3657 - enable NPTL on ppc and ppc64
3659 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
3660 - rebuild
3662 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
3663 - update from CVS
3665 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
3666 - update from CVS
3667 - make -jN build fixes
3669 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
3670 - update from CVS
3671 - avoid using trampolines in iconvconfig for now
3673 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
3674 - update from CVS
3676 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
3677 - update from CVS
3678 - more ppc TLS fixes
3680 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
3681 - update from CVS
3682 - nscd fixes
3683 - fix Bahrain spelling (#56298)
3684 - fix Ukrainian collation (#83973)
3685 - accept trailing spaces in /etc/ld.so.conf (#86032)
3686 - perror fix (#85994)
3687 - fix localedef (#88978)
3688 - fix getifaddrs (#89026)
3689 - fix strxfrm (#88409)
3690 - fix ppc TLS
3691 - fix getaddrinfo (#89448)
3692 - don't print warning about errno, h_errno or _res if
3693 LD_ASSUME_KERNEL=2.4.1 or earlier
3695 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
3696 - update from CVS
3697 - fix prelink on ppc32
3698 - add TLS support on ppc32 and ppc64
3699 - make sure on -m64 arches all helper binaries are built with this
3700 option
3702 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
3703 - update from CVS
3704 - fix strxfrm (#88409)
3705 - use -m64 -mno-minimal-toc on ppc64
3706 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
3707 - link glibc_post_upgrade against newly built libc.a
3709 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
3710 - update from CVS
3711 - fix NPTL pthread_detach and already terminated, but not yet
3712 joined thread (#88219)
3713 - fix bug-regex4 testcase (#88118)
3714 - reenable prelink support broken in 2.3.2-13
3715 - fix register_printf_function (#88052)
3716 - fix double free with fopen using ccs= (#88056)
3717 - fix potential access below $esp in {set,swap}context (#88093)
3718 - fix buffer underrun in gencat -H (#88099)
3719 - avoid using unitialized variable in tst-tgmath (#88101)
3720 - fix gammal (#88104)
3721 - fix iconv -c
3722 - fix xdr_string (PR libc/4999)
3723 - fix /usr/lib/nptl/librt.so symlink
3724 - avoid running NPTL cleanups twice in some cases
3725 - unblock __pthread_signal_cancel in linuxthreads, so that
3726 linuxthreads threaded programs work correctly if spawned
3727 from NPTL threaded programs
3728 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
3729 - remove /lib/i686 directory before running ldconfig in glibc post
3730 during i686 -> i386 glibc "upgrades" (#88456)
3732 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
3733 - update from CVS
3734 - add pthread_atfork to libpthread.a
3736 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
3737 - update from CVS
3738 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
3739 point
3741 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
3742 - update from CVS
3743 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
3744 /lib/i686 libs on i686, not stright to /lib
3746 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
3747 - update from CVS
3748 - timers fixes
3750 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
3751 - update from CVS
3752 - fix NPTL pthread_cond_timedwait
3753 - fix sysconf (_SC_MONOTONIC_CLOCK)
3754 - use /%%{_lib}/tls instead of /lib/tls on x86-64
3755 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
3756 - display content of .out files for all make check failures
3758 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
3759 - update from CVS
3760 - kernel POSIX timers support
3762 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
3763 - update from CVS
3764 - export __fork from glibc again
3765 - fix glibc-compat build in NPTL
3766 - fix c_stubs
3767 - fix some more atomic.h problems
3768 - don't check abi in glibc-compat libs
3770 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
3771 - update from CVS
3772 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
3773 - condrestart sshd in glibc_post_upgrade so that the user can
3774 log in remotely and handle the rest (#86339)
3775 - fix a typo in glibc_post_upgrade on sparc
3777 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
3778 - update from CVS
3779 - change i686/athlon libc.so.6 base to 0x00e80000
3781 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
3782 - update from CVS
3783 - hopefully last fix for condvar problems
3785 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
3786 - fix bits/syscall.h creation on x86-64
3788 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
3789 - update from CVS
3791 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
3792 - update from CVS
3794 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
3795 - update from CVS
3796 - fix glibc-debug description (#85111)
3797 - make librt.so a symlink again, not linker script
3799 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
3800 - update from CVS
3801 - remove the workarounds for broken software accessing GLIBC_PRIVATE
3802 symbols
3804 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
3805 - update from CVS
3807 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
3808 - fix TLS IE/LE model handling in dlopened libraries
3809 on TCB_AT_TP arches
3811 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
3812 - update from CVS
3814 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
3815 - update from CVS
3817 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
3818 - update from CVS
3819 - only warn about errno, h_errno or _res for binaries, never
3820 libraries
3821 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
3823 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
3824 - update from CVS
3826 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
3827 - update from CVS
3829 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
3830 - update from CVS
3832 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
3833 - update from CVS
3835 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
3836 - update from CVS
3837 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
3839 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
3840 - update from CVS
3842 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
3843 - update from CVS
3845 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
3846 - update from CVS
3847 - pthread_cond* NPTL fixes, new NPTL testcases
3849 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
3850 - update from CVS
3851 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
3852 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
3853 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
3854 later is NPTL
3855 - enable TLS on alpha/alphaev6
3856 - add BuildPreReq: /usr/bin/readlink
3858 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
3859 - update from CVS
3860 - pthread_once fix
3862 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
3863 - update from CVS
3864 - vfork fix on s390
3865 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
3866 don't bind locally (#83325)
3868 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
3869 - update from CVS
3870 - fix pthread_create after vfork+exec in linuxthreads
3872 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
3873 - update from CVS
3875 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
3876 - update from CVS
3878 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
3879 - update from CVS
3880 - enable TLS on s390{,x} and sparc{,v9}
3882 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
3883 - update from CVS
3884 - initialize __environ in glibc_post_upgrade to empty array,
3885 so that it is not NULL
3886 - compat symlink for s390x /lib/ld64.so.1
3887 - enable glibc-profile on x86-64
3888 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
3890 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
3891 - update from CVS
3892 - nscd fixes, *scanf fix
3893 - fix %%nptlarches noarch build (#81909)
3894 - IA-64 TLS fixes
3896 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
3897 - update from CVS
3898 - rework -debuginfo subpackage, add -debuginfo-common
3899 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
3900 - fix vfork in libc.a on PPC32, Alpha, Sparc
3901 - fix libio locks in linuxthreads libc.so if libpthread.so
3902 is dlopened later (#81374)
3904 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
3905 - update from CVS
3906 - dlclose bugfixes
3907 - fix NPTL libpthread.a
3908 - fix glibc_post_upgrade on several arches
3910 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
3911 - update from CVS
3912 - TLS support on IA-64
3914 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
3915 - fix vfork in linuxthreads (#81377, #81363)
3917 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
3918 - update from CVS
3919 - don't use TLS libs if kernel doesn't set AT_SYSINFO
3920 (#80921, #81212)
3921 - add ntp_adjtime on alpha (#79996)
3922 - fix nptl_db (#81116)
3924 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
3925 - update from CVS
3926 - support all architectures again
3928 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
3929 - fix condvar compatibility wrappers
3930 - add ugly hack to use non-TLS libs if a binary is seen
3931 to have errno, h_errno or _res symbols in .dynsym
3933 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
3934 - update from CVS
3935 - fixes for new condvar
3937 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
3938 - new NPTL condvar implementation plus related linuxthreads
3939 symbol versioning updates
3941 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
3942 - update from CVS
3943 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
3944 feature set macros
3945 - make *sigaction, sigwait and raise the same between
3946 -lpthread -lc and -lc -lpthread in linuxthreads builds
3948 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
3949 - fix dlclose
3951 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
3952 - enable sysenter by default for now
3953 - fix endless loop in ldconfig
3955 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
3956 - update from CVS
3958 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
3959 - update from CVS
3960 - fix ptmalloc_init after clearenv (#80370)
3962 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
3963 - update from CVS
3964 - add IA-64 back
3965 - move TLS libraries from /lib/i686 to /lib/tls
3967 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
3968 - system(3) fix for linuxthreads
3969 - don't segfault in pthread_attr_init from libc.so
3970 - add cancellation tests from nptl to linuxthreads
3972 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
3973 - fix up lists of exported symbols + their versions
3974 from the libraries
3976 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
3977 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
3979 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
3980 - update from CVS
3981 - fix NPTL hanging mozilla
3982 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
3983 - make linuxthreads work with dl_dynamic_weak 0
3984 - clear dl_dynamic_weak everywhere
3986 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
3987 - update from CVS
3988 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
3989 - kill -debug sub-package, rename -debug-static to -debug
3990 - clear dl_dynamic_weak for NPTL
3992 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
3993 - fix <bits/mathinline.h> and <bits/nan.h> for C++
3994 - automatically generate NPTL libpthread wrappers
3996 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
3997 - update from CVS
3998 - all functions which need cancellation should now be cancellable
3999 both in libpthread.so and libc.so
4000 - removed @@GLIBC_2.3.2 cancellation wrappers
4002 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
4003 - update from CVS
4004 - replace __libc_lock_needed@GOTOFF(%ebx) with
4005 %gs:offsetof(tcbhead_t, multiple_threads)
4006 - start of new NPTL cancellation wrappers
4008 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
4009 - update from CVS
4010 - use inline locks in malloc
4012 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
4013 - update from CVS
4014 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
4016 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
4017 - update from CVS
4018 - rebuilt with gcc-3.2.1-2
4020 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
4021 - update from CVS
4022 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
4023 should work now
4024 - faster libc locking when using nptl
4025 - add OUTPUT_FORMAT to linker scripts
4026 - fix x86_64 sendfile (#79111)
4028 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
4029 - update from CVS
4030 - RUSCII support (#78906)
4031 - for nptl builds add BuildRequires
4032 - fix byteswap.h for non-gcc (#77689)
4033 - add nptl-devel package
4035 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
4036 - update from CVS
4037 - make --enable-kernel=2.2.5 --with-tls --without-__thread
4038 ld.so load nptl and other --with-__thread libs
4039 - disable nptl by default for now
4041 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
4042 - update from CVS
4043 - restructured redhat/Makefile and spec, so that src.rpm contains
4044 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
4045 - added nptl
4047 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
4048 - update from CVS
4049 - even more regex fixes
4050 - run sed testsuite to check glibc regex
4052 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
4053 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
4054 using libpthread.so.
4056 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
4057 - update from CVS
4058 - fixed %a and %A in *printf (#75821)
4059 - fix re_comp memory leaking (#76594)
4061 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
4062 - update from CVS
4063 - some more regex fixes
4064 - fix libpthread.a (#76484)
4065 - fix locale-archive enlarging
4067 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
4068 - update from CVS
4069 - don't need to use 128K of stacks for DNS lookups
4070 - regex fixes
4071 - updated timezone data e.g. for this year's Brasil DST
4072 changes
4073 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
4075 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
4076 - update to 2.3.1 final
4077 - support really low thread stack sizes (#74073)
4078 - tzdata update
4080 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
4081 - update from CVS
4082 - handle low stack limits
4083 - move s390x into */lib64
4085 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
4086 - update to 2.3 final
4087 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
4089 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
4090 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
4091 speed things up, because they are neither REL arches, nor
4092 ELF_MACHINE_REL_RELATIVE
4093 - fix sparc64 build
4095 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
4096 - update from CVS
4098 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
4099 - update from CVS
4100 - prelink on ppc and x86-64 too
4101 - don't remove ppc memset
4102 - instead of listing on which arches to remove glibc-compat
4103 list where it should stay
4105 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
4106 - fix wcsmbs functions with invalid character sets (or malloc
4107 failures)
4108 - make sure __ctype_b etc. compat vars are updated even if
4109 they are copy relocs in the main program
4111 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
4112 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
4113 leading to unresolved __set_h_errno symbol)
4115 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
4116 - security fix - increase dns-network.c MAXPACKET to at least
4117 65536 to avoid buffer overrun. Likewise glibc-compat
4118 dns-{host,network}.c.
4120 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
4121 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
4122 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
4123 from libc.so - we have still lots of .a libraries referencing
4124 __ctype_{b,tolower,toupper} out there...
4126 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
4127 - update from CVS
4128 - 2.2.93 release
4129 - use double instead of single indirection in isXXX macros
4130 - per-locale wcsmbs conversion state
4132 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
4133 - update from CVS
4134 - fix newlocale/duplocale/uselocale
4135 - disable profile on x86_64 for now
4137 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
4138 - update from CVS
4139 - 2.2.92 release
4140 - fix gettext after uselocale
4141 - fix locales in statically linked threaded programs
4142 - fix NSS
4144 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
4145 - update from CVS
4146 - 2.2.91 release
4147 - fix fd leaks in locale-archive reader (#72043)
4148 - handle EROFS in build-locale-archive gracefully (#71665)
4150 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
4151 - update from CVS
4152 - fix re_match (#72312)
4153 - support more than 1024 threads
4155 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
4156 - update from CVS
4157 - fix i386 build
4159 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
4160 - update from CVS
4161 - fix locale-archive loading hang on some (non-primary) locales
4162 (#72122, #71878)
4163 - fix umount problems with locale-archives when /usr is a separate
4164 partition (#72043)
4165 - add LICENSES file
4167 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
4168 - update from CVS
4169 - only mmap up to 2MB of locale-archive on 32-bit machines
4170 initially
4171 - fix fseek past end + fread segfault with mmaped stdio
4172 - include <sys/debugreg.h> which is mistakenly not included
4173 in glibc-devel on IA-32
4175 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
4176 - don't return normalized locale name in setlocale when using
4177 locale-archive
4179 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
4180 - update from CVS
4181 - optimize for primary system locale
4182 - localedef fixes (#71552, #67705)
4184 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
4185 - fix path to locale-archive in libc reader
4186 - build locale archive at glibc-common %post time
4187 - export __strtold_internal and __wcstold_internal on Alpha again
4188 - workaround some localedata problems
4190 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
4191 - update from CVS
4192 - patch out set_thread_area for now
4194 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
4195 - update from CVS
4196 - GB18030 patch from Yu Shao
4197 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
4198 - fix regcomp (#71039)
4200 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
4201 - update from CVS
4202 - use /usr/sbin/prelink, not prelink (#70376)
4204 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
4205 - update from CVS
4207 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
4208 - update from CVS
4209 - ungetc fix (#69586)
4210 - fseek errno fix (#69589)
4211 - change *etrlimit prototypes for C++ (#68588)
4212 - use --without-tls instead of --disable-tls
4214 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
4215 - set nscd user's shell to /sbin/nologin (#68369)
4216 - fix glibc-compat buffer overflows (security)
4217 - buildrequire prelink, don't build glibc's own copy of it (#67567)
4218 - update from CVS
4219 - regex fix (#67734)
4220 - fix unused warnings (#67706)
4221 - fix freopen with mmap stdio (#67552)
4222 - fix realloc (#68499)
4224 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
4225 - update from CVS
4226 - fix argp on long words
4227 - update atime in libio
4229 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
4230 - update from CVS
4231 - a thread race fix
4232 - fix readdir on invalid dirp
4234 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
4235 - update from CVS
4236 - don't use __thread in headers
4237 - fix system(3) in threaded apps
4238 - update prelink, so that it is possible to prelink -u libc.so.6.1
4239 on Alpha
4241 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
4242 - update from CVS
4243 - fix __moddi3 (#65612, #65695)
4244 - fix ether_line (#64427)
4245 - fix setvbuf with mmap stdio (#65864)
4246 - --disable-tls for now, waiting for kernel
4247 - avoid duplication of __divtf3 etc. on IA-64
4248 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
4250 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
4251 - update from CVS
4252 - fix Alpha pthread bug with gcc 3.1
4254 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
4255 - fix nice
4257 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
4258 - add relocation dependencies even for weak symbols (#63422)
4259 - stricter check_fds check for suid/sgid binaries
4260 - run make check at %%install time
4262 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
4263 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
4264 - back out do-lookup.h change (#63261, #63305)
4265 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
4266 since lots of compilers break on it
4267 - fix sparc build with gcc 3.1
4268 - fix spec file for athlon
4270 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
4271 - fix debugging of threaded apps (#62804)
4272 - fix DST for Estonia (#61494)
4273 - document that pthread_mutexattr_?etkind_np are deprecated
4274 and pthread_mutexattr_?ettype should be used instead in man
4275 pages (#61485)
4276 - fix libSegFault.so undefined externals
4278 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
4279 - temporarily disable prelinking ld.so, as some statically linked
4280 binaries linked against debugging versions of old glibcs die on it
4281 (#62352)
4282 - fix <semaphore.h> for -std=c99 (#62516)
4283 - fix ether_ntohost segfault (#62397)
4284 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
4285 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
4286 version (#61633)
4287 - prelink -r on alpha too
4289 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
4290 - update GB18030 iconv module (Yu Shao)
4292 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
4293 - features.h fix
4295 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
4296 - update from CVS
4297 - fix nscd with huge groups
4298 - fix nis to not close fds it shouldn't
4299 - rebuilt against newer glibc-kernheaders to use the correct
4300 PATH_MAX
4301 - handle .athlon.rpm glibc the same way as .i686.rpm
4302 - add a couple of .ISO-8859-15 locales (#61922)
4303 - readd temporarily currencies which were superceeded by Euro
4304 into the list of accepted currencies by localedef to make
4305 standard conformance testsuites happy
4306 - temporarily moved __libc_waitpid back to make Sun JDK happy
4307 - use old malloc code
4308 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
4310 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
4311 - update from CVS
4312 - fix DST handling for southern hemisphere (#60747)
4313 - fix daylight setting for tzset (#59951)
4314 - fix ftime (#60350)
4315 - fix nice return value
4316 - fix a malloc segfault
4317 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
4318 back to what they used to be exported at
4319 - censorship (#60758)
4321 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
4322 - update from CVS
4323 - use __attribute__((visibility(...))) if supported, use _rtld_local
4324 for ld.so only objects
4325 - provide libc's own __{,u}{div,mod}di3
4327 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
4328 - switch back to 2.2.5, mmap stdio needs work
4330 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
4331 - fix two other mmap stdio bugs (#60228)
4333 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
4334 - fix yet another mmap stdio bug (#60145)
4336 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
4337 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
4338 - apply Andreas Schwab's fix for pthread sigwait
4339 - remove /lib/i686/ libraries in glibc_post_upgrade when
4340 performing i386 glibc install
4342 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
4343 - update to CVS
4344 - added glibc-utils subpackage
4345 - disable autoreq in glibc-debug
4346 - readd %%lang() to locale files
4348 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
4349 - update to CVS
4350 - move glibc private symbols to GLIBC_PRIVATE symbol version
4352 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
4353 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
4354 symbol in libm
4356 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
4357 - add debug-static package
4359 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
4360 - update from CVS
4361 - remove -D__USE_STRING_INLINES
4362 - add debug subpackage to trim glibc and glibc-devel size
4364 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
4365 - fix strsep
4367 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
4368 - fix a ld.so bug with duplicate searchlists in l_scope
4369 - fix erfcl(-inf)
4370 - turn /usr/lib/librt.so into linker script
4372 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
4373 - fix a ld.so lookup bug after lots of dlopen calls
4374 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
4375 - prelinking support for Sparc64
4377 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
4378 - update from CVS to fix DT_SYMBOLIC
4379 - prelinking support for Alpha and Sparc
4381 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
4382 - update from CVS
4383 - linuxthreads now retries if -1/EINTR is returned from
4384 reading or writing to thread manager pipe (#43742)
4385 - use DT_FILTER in librt.so (#53394)
4386 - update glibc prelink patch so that it handles filters
4387 - fix timer_* with SIGEV_NONE (#53494)
4388 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
4390 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
4391 - fix build on sparc32
4392 - 2.2.4-13 build for some reason missed some locales
4393 on alpha/ia64
4395 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
4396 - fix iconvconfig
4398 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
4399 - add fam to /etc/rpc (#52863)
4400 - fix <inttypes.h> for C++ (#52960)
4401 - fix perror
4403 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
4404 - fix strnlen(x, -1)
4406 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
4407 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
4408 if __USE_UNIX98.
4410 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
4411 - fix bits/libc-lock.h so that gcc can compile
4412 - fix s390 build
4414 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
4415 - kill stale library symlinks in ldconfig (#52350)
4416 - fix inttypes.h for G++ < 3.0
4417 - use DT_REL*COUNT
4419 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
4420 - fix strnlen on IA-64 (#50077)
4422 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
4423 - glibc 2.2.4 final
4424 - fix -lpthread -static (#51672)
4426 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
4427 - doh, include libio/tst-swscanf.c
4429 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
4430 - don't crash on catclose(-1)
4431 - fix wscanf %[] handling
4432 - fix return value from swprintf
4433 - handle year + %U/%W week + week day in strptime
4435 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
4436 - update from CVS to
4437 - fix strcoll (#50548)
4438 - fix seekdir (#51132)
4439 - fix memusage (#50606)
4440 - don't make gconv-modules.cache %%config file, just don't verify
4441 its content.
4443 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
4444 - fix strtod and *scanf (#50723, #50724)
4446 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
4447 - update from CVS
4448 - fix iconv cache handling
4449 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
4450 - add gconv-modules.cache as emtpy config file (#50699)
4451 - only run iconvconfig if /usr is mounted read-write (#50667)
4453 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
4454 - move iconvconfig from glibc-common into glibc subpackage,
4455 call it from glibc_post_upgrade instead of common's post.
4457 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4458 - turn off debugging printouts in iconvconfig
4460 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4461 - update from CVS
4462 - fix IA-32 makecontext
4463 - make fflush(0) thread-safe (#46446)
4465 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
4466 - adjust prelinking DT_* and SHT_* values in elf.h
4467 - update from CVS
4468 - iconv cache
4469 - make iconv work in SUID/SGID programs (#34611)
4471 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
4472 - update from CVS
4473 - kill non-pic code in libm.so
4474 - fix getdate
4475 - fix some locales (#49402)
4476 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
4477 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
4478 - add floating stacks on IA-64, Alpha, Sparc (#49308)
4480 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
4481 - make /lib/i686 directory owned by glibc*.i686.rpm
4483 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
4484 - remove rquota.[hx] headers which are now provided by quota (#47141)
4485 - add prelinking patch
4487 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
4488 - require sh-utils for nscd
4490 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
4491 - update from CVS (#43681, #43350, #44663, #45685)
4492 - fix ro_RO bug (#44644)
4494 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
4495 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
4496 - make rpc headers -ansi compilable (#42390)
4497 - remove alphaev6 optimized memcpy, since there are still far too many
4498 broken apps which call memcpy where they should call memmove
4499 - update from CVS to (among other things):
4500 - fix tanhl bug (#43352)
4502 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
4503 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
4504 - fix a dlclose reldeps handling bug
4505 - some more profiling fixes
4506 - fix tgmath.h
4508 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
4509 - make ldconfig more quiet
4510 - fix LD_PROFILE on i686 (#41030)
4512 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4513 - fix the hardlink program, so that it really catches all files with
4514 identical content
4515 - add a s390x clone fix
4517 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4518 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
4519 - fix nss compatibility DSO versions for alphaev6
4520 - add a hardlink program instead of the shell 3x for plus cmp -s/link
4521 which takes a lot of time during build
4522 - rework BuildPreReq and Conflicts with gcc, so that
4523 it applies only where it has to
4525 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
4526 - fix locale name of ja_JP in UTF-8 (#39783)
4527 - fix re_search_2 (#40244)
4528 - fix memusage script (#39138, #39823)
4529 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
4530 - fix xtrace script (#39609)
4531 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
4532 libc_nonshared.a has atexit)
4533 - fix getconf LFS_CFLAGS on 64bitters
4534 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
4535 with __frame_state_for function (#37933)
4537 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
4538 - glibc 2.2.3 release
4539 - fix strcoll (#36539)
4540 - add BuildPreReqs (#36378)
4542 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
4543 - update from CVS
4545 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
4546 - update from CVS
4547 - fix sparc64, ia64
4548 - fix some locale syntax errors (#35982)
4550 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
4551 - update from CVS
4553 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
4554 - update from CVS
4556 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
4557 - support even 2.4.0 kernels on ia64, sparc64 and s390x
4558 - include UTF-8 locales
4559 - make gconv-modules %%config(noreplace)
4561 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
4562 - back out sunrpc changes
4564 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
4565 - update from CVS
4566 - fix ia64 build
4567 - fix pthread_getattr_np
4569 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
4570 - update from CVS
4571 - run atexit() registered functions at dlclose time if they are in shared
4572 libraries (#28625)
4573 - add pthread_getattr_np API to make JVM folks happy
4575 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
4576 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
4577 - fix ldd behaviour on unresolved symbols
4578 - remove nonsensical ldconfig warning, update osversion for the most
4579 recent library with the same soname in the same directory instead (#31703)
4580 - apply selected patches from CVS
4581 - s390x spec file changes from Florian La Roche
4583 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
4584 - fix gencat (#30894)
4585 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
4587 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
4588 - update from CVS
4589 - make pthread_attr_setstacksize consistent before and after pthread manager
4590 is started (#28194)
4591 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
4592 far, #28493)
4593 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
4594 make ld.so pick the right one
4596 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
4597 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
4599 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
4600 - make glibc require particular version of glibc-common
4601 and glibc-common prerequire glibc.
4603 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
4604 - glibc 2.2.2 release
4605 - fix regex REG_ICASE bug seen in ksymoops
4607 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
4608 - fix regexec leaking memory (#26864)
4610 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
4611 - update from CVS
4612 - fix ia64 build with gnupro
4613 - make regex 64bit clean
4614 - fix tgmath make check failures on alpha
4616 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
4617 - update again for ia64 DF_1_INITFIRST
4619 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
4620 - update from CVS
4621 - fix getaddrinfo (#25437)
4622 - support DF_1_INITFIRST (#25029)
4624 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
4625 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
4626 to run 2.2 kernels can downgrade to the base architecture glibc.
4628 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
4629 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
4631 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
4632 - update to 2.2.1 final
4633 - fix a pthread_kill_other_threads_np breakage (#23966)
4634 - make static binaries using dlopen work on ia64 again
4635 - fix a typo in glibc-common group
4637 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4638 - devel requires glibc = %%{version}
4639 - noreplace /etc/nscd.conf
4641 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
4642 - some more security fixes:
4643 - don't look up LD_PRELOAD libs in cache for SUID apps
4644 (because that bypasses SUID bit checking on the library)
4645 - place output files for profiling SUID apps into /var/profile,
4646 use O_NOFOLLOW for them
4647 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
4648 - hardlink identical locale files together
4649 - add %%lang() tags to locale stuff
4650 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
4652 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
4653 - add glibc-common subpackage
4654 - fix alphaev6 memcpy (#22494)
4655 - fix sys/cdefs.h (#22908)
4656 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
4657 - work around a bug in IBM JDK (#22932, #23012)
4658 - fix pmap_unset when network is down (#23176)
4659 - move nscd in rc.d before netfs on shutdown
4660 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
4662 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
4663 - fix ftw and nftw
4665 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
4666 - fix fcvt (#22184)
4667 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
4668 - fix gencat
4670 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
4671 - fix alpha htonl and alphaev6 stpcpy
4673 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
4674 - update to CVS to:
4675 - fix getnameinfo (#21934)
4676 - don't stomp on memory in rpath handling (#21544)
4677 - fix setlocale (#21507)
4678 - fix libNoVersion.so.1 loading code (#21579)
4679 - use auxarches define in spec file for auxiliary
4680 architectures (#21219)
4681 - remove /usr/share directory from filelist (#21218)
4683 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
4684 - update to CVS to fix getaddrinfo
4686 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
4687 - update to CVS to fix freopen
4688 - remove all alpha workarounds, not needed anymore
4690 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
4691 - fix dladdr bug on alpha/sparc32/sparc64
4692 - fix Makefiles so that they run static tests properly
4694 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
4695 - update to CVS to fix ldconfig
4697 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
4698 - update to glibc 2.2 release
4700 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
4701 - update to CVS to:
4702 - export __sysconf@@GLIBC_2.2 (#20417)
4704 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
4705 - merge to 2.1.97
4707 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
4708 - update to CVS, including:
4709 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
4710 - fix hesiod (#19375)
4711 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
4712 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
4714 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
4715 - fix alpha semctl (#19199)
4716 - update to CVS, including:
4717 - fix glibc headers for Compaq non-gcc compilers
4718 - fix locale alias handling code (#18832)
4719 - fix rexec on little endian machines (#18886)
4720 - started writing changelog again
4722 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
4723 - added ja ujis alias for backwards compatibility