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