source: projects/specs/trunk/g/glibc/glibc-vl.spec @ 3081

Revision 3081, 176.2 KB checked in by daisuke, 13 years ago (diff)

glibc: add compat32-glibc-static

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