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