source: projects/specs/branches/6/g/glibc/glibc-vl.spec @ 10337

Revision 10337, 184.6 KB checked in by Takemikaduchi, 8 years ago (diff)

toolchain: rebuild

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