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