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

Revision 10405, 182.6 KB checked in by Takemikaduchi, 8 years ago (diff)

gcc-5.4.0 & python3-3.5.2

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: 3%{?_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%changelog
1405* Sun Jun 26 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.23-3
1406- rebuilt with gcc-5.4.0
1407
1408* Tue May 24 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.23-2
1409- rebuilt with new binutils.
1410
1411* Sat May 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.23-1
1412- update to 2.23
1413- remove Patch14-18
1414- update SOURCE1 from fedora
1415
1416* Sun Dec 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18-3
1417- rebuild with VineSeed environment
1418
1419* Mon Jul 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18-2
1420- rebuild with libpng-1.6.12
1421
1422* Mon Nov 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18-1
1423- update to 2.18
1424- merged with FC 2.18-6.fc21
1425- add Source1,2,3 and Patch11,12,13,14,15,16,17,18,19 from Fedora
1426- add Patch10001 for vine
1427
1428* Tue Oct 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.1-4
1429- rebuild with gcc-4.8.1
1430
1431* Wed Jan 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.1-3
1432- add Patch12: glibc-fix-do_lookup_x.patch
1433
1434* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-2
1435- add patch10 to reexport rpc interface
1436- add patch11 to reinstall nis rpc headers
1437
1438* Sat Dec 17 2011 NAKAMURA Kenta <kenta@vinelinux.org> 2.14.1-1
1439- updated to 2.14.1
1440- converted tzdata-update to lua (Red Hat Bugzilla – Bug 729796)
1441- dropped obsolete CVE patches
1442- update glibc-fedora.patch (glibc-2.14.90-20.fc17) for reference
1443- added patch1, 2 and 3 based on glibc-fedora.patch
1444
1445* Sun Jul 10 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.11.1-9
1446- add patch100,101 for fix CVE-2011-0536
1447- add patch102 for fix CVE-2011-1095
1448- add patch103 for fix CVE-2011-1071
1449- add patch104 for fix CVE-2010-3856
1450- add Vendor/Distri tags
1451
1452* Wed Mar 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-8
1453- add compat32-glibc-static
1454
1455* Tue Apr  6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.11.1-7
1456- rebuilt with gcc-4.3.3-4
1457
1458* Sat Mar  6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.11.1-6
1459- fix typo in %%triggerun common-extra
1460- add %%postun common-extra (which does the same as %%triggerun common-extra)
1461- fix %%post common so that /bin/cp is not necessary
1462  - locale-archive{,-ja}.tmpl both included (not as ghost) in common
1463
1464* Wed Feb 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-5
1465- change R: for compat32-*
1466  - do not require exact version of glibc
1467
1468* Mon Feb  8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.11.1-4
1469- rebuilt with gcc-4.4.3-3
1470
1471* Sun Jan 31 2010 Daisuke SUZUKI <daisuke@linux.or.jp> - 2.11.1-3
1472- fix %%post scripts for glibc-common and glibc-common-extra
1473  - use build-locale-archive to create ja-only-locale
1474- add %%triggerun common-extra to remove non-ja locale.
1475
1476* Mon Jan 25 2010 NAKAMURA Kenta <kenta@vinelinux.org> - 2.11.1-2
1477- updated to 2.11.1 based on Fedora 12 2.11.1-1
1478- dropped BuildRequires: libselinux-devel
1479- used pre-generated find_requires/find_provides scripts.
1480- add glibc-common-extras to split out non ja/en locale.
1481  - include en_US* and ja_JP* only.
1482- added compat32- packages for x86_64 architecture support
1483- the previous Vine version was 2.8-2 and its changelog was as follows:
1484  * Mon Apr 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8-2
1485  - add glibc-common-extras to split out non ja/en locale.
1486    - include en_US* and ja_JP* only.
1487  * Wed Sep 24 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.8-1
1488  - updated to 2.8 (20080412T0741) based on Fedora 9 errata 2.8-8
1489  * Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-4
1490  - spec in UTF8
1491  - rebuild with gcc-4.1.2-18
1492  * Sat Apr 05 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.7-2.1
1493  - rebuilt with kernel-headers-2.6.24-6
1494  - remove override_headers hack, BuildRequire >= 2.6.22 kernel-headers
1495    and rely on its content
1496  * Sun Feb 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.7-2vl3
1497  - rebuilt with binutils-2.17.50.0.18-1vl2 and gcc-4.1.2-0vl17
1498  * Fri Jan 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-2vl2
1499  - add missing files to file list.
1500  - fix typo
1501  * Thu Dec 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-2vl1
1502  - update to 2.7 based on fedora-devel 2.7-2
1503  * Sat May 19 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.5-12vl3
1504  - added compat32- packages for x86_64 architecture support
1505  * Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.5-12vl2
1506  - rebuild with gcc-4.1.2-0vl7 (expecially for ppc)
1507  * Sat May 12 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.5-12vl1
1508  - rebuilt with gcc-4.1.2-0vl6
1509  - import Patch38 and Patch39 from RHEL5 2.5-12
1510    - Mon Jan 15 2007 Jakub Jelinek <jakub@redhat.com> 2.5-12
1511    - add a workaround for #210748 and #211133
1512   - fix NIS getservbyname when proto is NULL
1513  * Tue May 08 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-10vl2
1514  - use pre-generated find_requires/find_provides scripts.
1515  * Sun May 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.5-10vl1
1516  - rebuild
1517  * Sun May 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.5-10vl0
1518  - updated for VineSeed based on 2.5-10.fc6
1519  - build_power6 disabled for ppc
1520    (until we have ppc64 environments fully prepared for Vine development)
1521
1522* Mon Dec 14 2009 Andreas Schwab <schwab@redhat.com> - 2.11.1-1
1523- Update to 2.11.1 release.
1524  - Locale updates.
1525  - Don't reuse RPC XIDs across forks.
1526
1527* Mon Nov 30 2009 Andreas Schwab <schwab@redhat.com> - 2.11-4
1528- Update from 2.11 branch
1529  - Fix sync_file_range on ppc/ppc64.
1530  - Fix getwc* and putwc* on non-wide streams (BZ#10958).
1531  - Avoid warnings in CPU_* macros when using const bitsets (BZ#10918).
1532  - Fix ranges with multibyte characters as endpoints.
1533  - Handle LC_GLOBAL_LOCALE in duplocale (BZ#10969).
1534  - Fix _NC_LOCALE_NAME definition (BZ#10968).
1535  - Add missing Linux MADV_* definitions (BZ#10972).
1536  - Handle running out of buffer space with IPv6 mapping enabled.
1537  - Avoid memset warning in one case (#532492).
1538  - Restore locking in free_check (#504963).
1539- Fix infloop in __pthread_disable_asynccancel on x86_64 (#537690).
1540- Prevent unintended file desriptor leak in grantpt (#530558).
1541- Fix startup to security-relevant statically linked binaries (#528631).
1542
1543* Tue Nov 24 2009 Andreas Schwab <schwab@redhat.com> - 2.11-3
1544- Enable multi-arch support for ppc and ppc64 on RHEL-6
1545
1546* Thu Nov  5 2009 Andreas Schwab <schwab@redhat.com> - 2.11-2
1547- Fix readahead on powerpc32.
1548- Fix R_PPC64_{JMP_IREL,IRELATIVE} handling.
1549- Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64 (#533063).
1550
1551* Mon Nov  2 2009 Andreas Schwab <schwab@redhat.com> - 2.11-1
1552- Update to 2.11 release.
1553- Disable multi-arch support on PowerPC again since binutils is too old.
1554- Fix crash in tzdata-update due to use of multi-arch symbol (#532128).
1555
1556* Fri Oct 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-27
1557- Update from master.
1558  - Fix races in setXid implementation (BZ#3270).
1559  - Implement IFUNC for PPC and enable multi-arch support.
1560  - Implement mkstemps/mkstemps64 and mkostemps/mkostemps64 (BZ#10349).
1561  - Fix IA-64 and S390 sigevent definitions (BZ#10446).
1562  - Fix memory leak in NIS grp database handling (BZ#10713).
1563  - Print timestamp in nscd debug messages (BZ#10742).
1564  - Fix mixing IPv4 and IPv6 name server in resolv.conf.
1565  - Fix range checks in coshl.
1566  - Implement SSE4.2 optimized strchr and strrchr.
1567  - Handle IFUNC symbols in dlsym (#529965).
1568  - Misc fixes (BZ#10312, BZ#10315, BZ#10319, BZ#10391, BZ#10425,
1569    BZ#10540, BZ#10553, BZ#10564, BZ#10609, BZ#10692, BZ#10780,
1570    BZ#10717, BZ#10784, BZ#10789, BZ#10847
1571- No longer build with -fno-var-tracking-assignments.
1572
1573* Mon Oct 19 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-26
1574- Update from master.
1575  - Add ____longjmp_chk for sparc.
1576- Avoid installing the same libraries twice.
1577
1578* Mon Oct 12 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-25
1579- Update from master
1580  - Fix descriptor leak when calling dlopen with RTLD_NOLOAD (#527409).
1581  - Fix week-1stday in C locale.
1582  - Check for integer overflows in formatting functions.
1583  - Fix locale program error handling (#525363).
1584
1585* Mon Sep 28 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-24
1586- Update from master.
1587  - Fix missing reloc dependency (#517001).
1588
1589* Mon Sep 21 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-23
1590- Update from master.
1591
1592* Mon Sep 14 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-22
1593- Update from master.
1594  - Fix endless loop in localedef.
1595  - Fix __longjmp_chk on s390/s390x.
1596- Fix exit codes in nscd start script (#521848).
1597- Build with -fno-var-tracking-assignments for now (#523172).
1598
1599* Mon Sep  7 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-21
1600- Update from master.
1601  - Fix strstr/strcasestr on i386 (#519226).
1602
1603* Thu Sep  3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-20
1604- Update from master.
1605  - Fix strstr/strcasestr/fma/fmaf on x86_64 (#519226).
1606  - Fix lookup of group names in hesiod initgroups (#520472).
1607
1608* Wed Sep  2 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-19
1609- Update from master.
1610  - Fix x86_64 bits/mathinline.h for -m32 compilation.
1611
1612* Tue Sep  1 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-18
1613- Update from master.
1614  - fix parse error in <bits/mathinline.h> (#520209).
1615
1616* Thu Aug 27 2009 Roland McGrath <roland@redhat.com> - 2.10.90-17
1617- Update from master.
1618
1619* Wed Aug 26 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-16
1620- Update from master.
1621  - handle AVX saving on x86-64 in interrupted symbol lookups (#519081).
1622
1623* Mon Aug 24 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-15
1624- Update from master.
1625  - fix fortify failure with longjmp from alternate stack (#512103).
1626- Add conflict with prelink (#509655).
1627
1628* Mon Aug 17 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-14
1629- Update from master.
1630  - fix pthread_cond_signal (#516469)
1631
1632* Mon Aug 10 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-13
1633- Update from master.
1634  - fix rehashing of unique symbols (#515677)
1635- Fix spurious messages with --excludedocs (#515948)
1636
1637* Mon Aug  3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-12
1638- Update from master.
1639  - fix fortify failure with longjmp from alternate stack (#512103)
1640
1641* Thu Jul 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-11
1642- Update from master.
1643- Don't package debuginfo files in glibc-devel.
1644
1645* Tue Jul 28 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-10
1646- Update from master.
1647  * fix memory ordering in pthread_mutex_unlock (BZ#10418)
1648  * implement RES_USE_DNSSEC option in resolver (#205842)
1649  * fix hang in ldd -r (#513945)
1650
1651* Mon Jul 27 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-9
1652- Update from master.
1653
1654* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.90-8.1
1655- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1656
1657* Fri Jul 24 2009 Jakub Jelinek <jakub@redhat.com> - 2.10.90-7.1
1658- Fix up pthread_cond_timedwait on x86_64 with old kernels.
1659
1660* Thu Jul 23 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-7
1661- Update from master.
1662- Build with -DNDEBUG unless using a prerelease.
1663
1664* Thu Jul 23 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-6
1665- Rebuilt with binutils-2.19.51.0.14-29.fc12 to fix static binaries
1666
1667* Wed Jul 22 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-5
1668- Update from master.
1669- Undefine __i686 on x86 to fix build.
1670
1671* Mon Jul 20 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-4
1672- Update from master.
1673- Don't build separate i686 package.
1674
1675* Wed Jul  8 2009 Andreas Schwab <schwab@redhat.com> 2.10.90-3
1676- Reenable setuid on pt_chown.
1677
1678* Thu Jul  2 2009 Andreas Schwab <aschwab@redhat.com> 2.10.90-2
1679- Update from master.
1680
1681* Fri Jun 26 2009 Andreas Schwab <aschwab@redhat.com> 2.10.90-1
1682- Update from master.
1683- Enable multi-arch support on x86/x86-64.
1684- Add requires glibc-headers to glibc-devel (#476295).
1685- Implement second fallback mode for DNS requests (#505105).
1686- Don't generate invalid POSIX TZ string for Asia/Dhaka timezone (#506941).
1687- Allow backtrace through __longjmp_chk on powerpc.
1688
1689* Fri May 22 2009 Jakub Jelinek <jakub@redhat.com> 2.10.1-2
1690- fix accept4 on architectures other than i?86/x86_64
1691- robustify nscd client code during server GC
1692- fix up nscd segfaults during daemon shutdown
1693- fix memchr on ia64 (BZ#10162)
1694- replace the Sun RPC license with the BSD license, with the explicit
1695  permission of Sun Microsystems
1696- fix up powerpc long double errno reporting
1697
1698* Sun May 10 2009 Jakub Jelinek <jakub@redhat.com> 2.10.1-1
1699- fix up getsgent_r and getsgnam_r exports on i?86 and ppc
1700
1701* Sat May  9 2009 Jakub Jelinek <jakub@redhat.com> 2.10-2
1702- update from trunk
1703  - glibc 2.10 release
1704  - fix memchr on x86_64 (#499689)
1705
1706* Mon Apr 27 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-22
1707- update from trunk
1708  - further localedef fixes
1709- fix build-locale-archive
1710
1711* Fri Apr 24 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-21
1712- update from trunk
1713  - fix localedef
1714  - fix SHIFT_JIS iconv EILSEQ handling (#497267)
1715  - misc fixes (BZ#10093, BZ#10100)
1716
1717* Fri Apr 24 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-20
1718- update from trunk
1719  - fix p{read,write}v{,64} (#497429, #497434)
1720  - fix strfmon (#496386)
1721
1722* Thu Apr 16 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-19
1723- update from trunk
1724  - fix dlopen from statically linked binaries (#495830)
1725
1726* Thu Apr 16 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-18
1727- update from trunk
1728  - fix fallocate
1729
1730* Wed Apr 15 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-17
1731- update from trunk
1732  - if threads have very small stack sizes, use much smaller buffer
1733    in __get_nprocs when called from within malloc (#494631)
1734
1735* Tue Apr 14 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-16
1736- update from trunk
1737
1738* Thu Apr  9 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-15
1739- rebuilt with fixed gcc to avoid miscompilation of i586 memmove
1740- reenable experimental malloc again
1741
1742* Wed Apr  8 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-14
1743- update from trunk
1744- temporarily disable experimental malloc
1745
1746* Tue Apr  7 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-13
1747- update from trunk
1748  - fix strverscmp (#494457)
1749- configure with --enable-nss-crypt
1750
1751* Wed Apr  1 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-12
1752- update from trunk
1753- configure with --enable-experimental-malloc
1754
1755* Fri Mar 20 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-11
1756- update from trunk
1757  - POSIX 2008 prototype adjustments for scandir{,64}, alphasort{,64} and
1758    versionsort{,64}
1759  - fix libthread_db (#491197)
1760
1761* Tue Mar 10 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-10
1762- update from trunk
1763  - fix atexit/__cxa_atexit
1764
1765* Mon Mar  9 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-9
1766- update from trunk
1767  - POSIX 2008 support: -D_XOPEN_SOURCE=700 and -D_POSIX_C_SOURCE=200809L
1768- move libnldbl_nonshared.a on ppc*/s390*/sparc* back to glibc-devel
1769
1770* Fri Feb 27 2009 Roland McGrath <roland@redhat.com> - 2.9.90-8.1
1771- fix libthread_db (#487212)
1772
1773* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.90-8
1774- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1775
1776* Wed Feb 18 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-7
1777- update from trunk
1778- adjust for i586 + i686 from i386 + i686 build
1779- split static libraries into glibc-static subpackage
1780- ld -r the whole libpthread.a together to avoid endless issues with
1781  -static ... -lpthread
1782- require 2.6.18 and later kernel
1783
1784* Wed Feb  4 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-3
1785- update from trunk
1786  - ISO C++ compliant strchr etc. with GCC 4.4+
1787  - AT_RANDOM support
1788
1789* Thu Jan  8 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-2
1790- update from trunk
1791
1792* Fri Jan  2 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-1
1793- update from trunk (#478314)
1794
1795* Mon Dec  8 2008 Jakub Jelinek <jakub@redhat.com> 2.9-3
1796- temporarily disable _nss_dns_gethostbyname4_r (#459756)
1797- NIS hostname lookup fixes (#473073, #474800, BZ#7058)
1798- fix unsetenv (#472941)
1799
1800* Thu Nov 13 2008 Jakub Jelinek <jakub@redhat.com> 2.9-2
1801- glibc 2.9 release
1802- fix CPU_ALLOC_SIZE on 32-bit arches (BZ#7029)
1803
1804* Wed Nov 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-17
1805- update from trunk
1806  - don't abort on broken DNS replies (#469299, BZ#7009)
1807  - misc fixes (BZ#6966, BZ#7008, BZ#6955, BZ#6843)
1808
1809* Fri Oct 31 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-16
1810- update from trunk
1811  - further resolver fixes
1812  - another dynamic TLS handling fix (#469263)
1813  - misc fixes (BZ#6867, BZ#6875, BZ#6919, BZ#6920, BZ#6942, BZ#6947,
1814                BZ#6968, BZ#6974, BZ#6980, BZ#6995)
1815- rebuild with newer rpm to avoid stripping
1816  shared libraries when they shouldn't be (#468129)
1817
1818* Tue Oct 28 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-15
1819- update from trunk
1820  - __libc_res_nquery fixes (#466786)
1821
1822* Sun Oct 19 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-14
1823- update from trunk
1824  - fix dynamic TLS handling (#467309)
1825  - fix sys/signalfd.h for C++ (#467172)
1826  - fix sprof (#458861)
1827  - fix _mcount and socket syscalls on s390x (#464146)
1828  - try harder to allocate memory in valloc and pvalloc (#461481)
1829- fix power6 32-bit libs (#467311)
1830
1831* Fri Oct 10 2008 Dennis Gilmore <dennis@ausil.us> 2.8.90-13
1832- apply sparcv9v memset patch from jakub and davem
1833
1834* Fri Aug 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-12
1835- update from trunk
1836  - revert origin changes (#457849)
1837  - use MAP_STACK for thread stacks
1838  - misc fixes (BZ#6845, BZ#6544, BZ#6634, BZ#6589, BZ#6790, BZ#6791,
1839    BZ#6824)
1840  - power7 bits (BZ#6817)
1841  - fix expm1 on i?86/x86_64 (#43354, BZ#5794)
1842
1843* Sat Aug  2 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-11
1844- update from trunk
1845  - fix non-absolute $ORIGIN handling (#457560)
1846  - exported some further libresolv APIs (#453325)
1847  - misc fixes
1848
1849* Tue Jul 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-10
1850- update from trunk
1851  - resolver fixes
1852  - misc fixes (BZ#6771, BZ#6763, BZ#6698, BZ#6712)
1853  - s390{,x} utmp/utmpx bi-arch support (BZ#6724)
1854  - popen "e" flag
1855- fr_FR locale changes reenabled
1856
1857* Wed Jul 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-9
1858- update from trunk
1859  - fix unbuffered vfprintf if writing to the stream fails (#455360)
1860  - remove useless "malloc: using debugging hooks" message (#455355)
1861  - nscd fixes
1862  - fix resolver alignment issues (#454500)
1863  - fix setvbuf (BZ#6719)
1864
1865* Thu Jul  3 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-8
1866- update from trunk
1867  - watch even resolv.conf in nscd using inotify
1868  - some nscd fixes
1869
1870* Fri Jun 13 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-7
1871- update from trunk
1872  - avoid *lround* on ppc* clobbering cr3/cr4 registers (#450790)
1873  - further nscd fixes (#450704)
1874  - use inotify in nscd to watch files
1875
1876* Thu Jun 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-6
1877- update from trunk
1878  - nscd fixes (#450704)
1879  - fix getservbyport (#449358)
1880  - fix regexp.h (#446406)
1881  - avoid crashing on T_DNAME in DNS responses (#450766)
1882
1883* Sun May 25 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-5
1884- update from trunk
1885
1886* Tue May 20 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-4
1887- further getaddrinfo and nscd fixes
1888
1889* Sun May 18 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-3
1890- getaddrinfo and nscd fixes
1891- reenable assertion checking in rawhide
1892
1893* Fri May 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-2
1894- fix getaddrinfo (#446801, #446808)
1895
1896* Thu May 15 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-1
1897- update to trunk
1898  - O(n) memmem/strstr/strcasestr
1899  - i386/x86_64 TLS descriptors support
1900  - concurrent IPv4 and IPv6 DNS lookups by getaddrinfo
1901
1902* Mon May  5 2008 Jakub Jelinek <jakub@redhat.com> 2.8-3
1903- don't run telinit u in %%post if both /dev/initctl and
1904  /sbin/initctl exist (#444978)
1905- workaround GCC ppc64 miscompilation of c{log{,10},acosh,atan}l
1906  (#444996)
1907
1908* Wed Apr 30 2008 Jakub Jelinek <jakub@redhat.com> 2.8-2
1909- fix nscd races during GC (BZ#5381)
1910- rebuilt with fixed GCC to fix regex miscompilation on power6
1911- SPARC fixes
1912
1913* Sat Apr 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8-1
1914- 2.8 release
1915
1916* Fri Apr 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-16
1917- update to trunk
1918  - misc fixes (BZ#4997, BZ#5741)
1919  - make sure all users of __libc_setlocale_lock know it is
1920    now a rwlock
1921  - fix ppc/ppc64 compatibility _sys_errlist and _sys_siglist
1922    symbols
1923
1924* Thu Apr 10 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-15
1925- update to trunk
1926  - misc fixes (BZ#4314, BZ#4407, BZ#5209, BZ#5436, BZ#5768, BZ#5998,
1927                BZ#6024)
1928- restart sshd in %%post when upstart is used - it doesn't have
1929  /dev/initctl (#441763)
1930- disable assert checking again
1931
1932* Tue Apr  8 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-14
1933- update to trunk
1934  - misc fixes (BZ#5443, BZ#5475, BZ#5478, BZ#5939, BZ#5979, BZ#5995,
1935                BZ#6004, BZ#6007, BZ#6020, BZ#6021, BZ#6042)
1936  - change mtrace to keep perl 5.10 quiet (#441082)
1937  - don't share conversion state between mbtowc and wctomb (#438687)
1938  - if st_blksize is too large and malloc fails, retry with smaller
1939    buffer in opendir (#430768)
1940  - correct *printf overflow test (#358111)
1941
1942* Fri Mar 28 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-13
1943- update to trunk
1944  - don't define ARG_MAX in <limits.h>, as it is no longer
1945    constant - use sysconf (_SC_ARG_MAX) to get the current
1946    argument size limit
1947  - fix build on sparc64
1948- only service sshd condrestart if /etc/rc.d/init.d/sshd exists
1949  (#428859)
1950
1951* Wed Mar 26 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-12
1952- update to trunk
1953  - new CLONE_* flags in <sched.h> (#438542)
1954  - nis+ errno clobbering fix (#437945)
1955  - fix adjtime (#437974)
1956
1957* Fri Mar 14 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-11
1958- update to trunk
1959- remove <stropts.h>, define _XOPEN_STREAMS -1 (#436349)
1960
1961* Wed Mar  5 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-8
1962- update to trunk
1963  - {,v}{as,d}printf and obstack_{,v}printf fortification (#435905)
1964  - fix getnameinfo/gethostbyaddr (#428067, BZ#5790)
1965  - fix yp_order (#435519, BZ#5854)
1966  - misc fixes (BZ#5779, BZ#5736, BZ#5627, BZ#5818, BZ#5012)
1967- merge review cleanup (Tom Callaway, #225806)
1968
1969* Sat Feb 16 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-7
1970- update to trunk
1971  - make NI_MAXHOST and NI_MAXSERV available even in BSDish
1972    namespaces (BZ#5737)
1973  - timerfd_* syscalls
1974
1975* Fri Feb  1 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-6
1976- fix build
1977
1978* Thu Jan 31 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-5
1979- update to trunk
1980- rebuild with gcc 4.3
1981
1982* Fri Jan 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-4
1983- update to trunk
1984  - misc fixes (BZ#5541, BZ#5545, BZ#5553, BZ#5112, BZ#5520)
1985  - getaddrinfo fixes
1986  - signalize EOVERFLOW from sem_post instead of overflowing
1987    the counter
1988  - fix i?86 makecontext
1989  - fix iconv for iso-2022-jp//translit (#397021)
1990
1991* Thu Jan  3 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-3
1992- update to trunk
1993  - fix recognition of interface family (#425768)
1994  - add __THROW to __ctype_{b,tolower,toupper}_loc prototypes
1995
1996* Thu Dec 27 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-2
1997- update to trunk
1998  - nsswitch fix (#425768)
1999- temporarily enable assert checking
2000
2001* Wed Dec 12 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-1
2002- update to trunk
2003  - fix __USE_STRING_INLINES on i?86 (#408731, #371711)
2004  - fix *scanf (#388751)
2005
2006* Wed Oct 17 2007 Jakub Jelinek <jakub@redhat.com> 2.7-1
2007- glibc 2.7 release
2008- fix tzfile.c for times after last transition (#333561)
2009- fix sem_post@GLIBC_2.0 on i?86
2010- appease valgrind in libpthread.so initialization
2011- misc fixes (BZ#3425, BZ#5184, BZ#5186)
2012
2013* Mon Oct 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-21
2014- fix getgr{name,gid}{,_r} with nscd
2015
2016* Sun Oct 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-20
2017- install <bits/error.h> (#330031)
2018- disable -D_FORTIFY_SOURCE{,=2} support (with a warning) for
2019  GCC 3.4.x and earlier(#327641)
2020- pl_PL locale changes (BZ#4098, #242296)
2021- misc fixes (BZ#1140, BZ#3195, BZ#3242, BZ#4359)
2022
2023* Thu Oct 11 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-19
2024- fix <netinet/tcp.h>
2025- simple preprocessor in localedef, fix de_DE collation with it
2026
2027* Wed Oct 10 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-18
2028- add signalfd, eventfd, eventfd_read, eventfd_write
2029- qsort speedups
2030- workaround for cpuid bugs (#324081)
2031- make sure gettext's conversion_lock is initialized even if
2032  program isn't linked against libpthread.so.0, only dlopens it (#321761)
2033- misc fixes (BZ#5112, BZ#5113, BZ#5104, BZ#5063, BZ#5010, BZ#4407,
2034  BZ#3924, BZ#5103, BZ#2633, BZ#181, BZ#73, #321901)
2035
2036* Wed Oct  3 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-17
2037- fix {,v}swprintf with -D_FORTIFY_SOURCE=1 -mlong-double-64 on ppc*/s390*/sparc*
2038- strcoll fixes
2039- misc fixes (BZ#645, BZ#5071)
2040- locale fixes (BZ#4941, #299321, #203364, #196711, #236212)
2041
2042* Sat Sep 29 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-16
2043- misc fixes (BZ#4963, BZ#4972, BZ#5028, BZ#5043, BZ#5058)
2044- improve -D_FORTIFY_SOURCE{,=2} diagnostic through warning/error
2045  attributes
2046- fix wcscpy, wcpcpy, fgetws, fgetws_unlocked, swprintf and vswprintf
2047  fortification inlines
2048- fix a scalability issue with lazy binding in heavily multithreaded
2049  programs
2050
2051* Thu Sep 20 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-15
2052- $5$ (SHA-256) and $6$ (SHA-512) support in crypt
2053  (#228697, #249477, #173834)
2054
2055* Tue Sep 18 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-14
2056- -D_FORTIFY_SOURCE{,=2} support for C++
2057- fortification of fread{,_unlocked}
2058- support *scanf m allocation modifier (%%ms, %%mls, %%mc, ...)
2059- in -std=c99 or -D_XOPEN_SOURCE=600 mode don't recognize
2060  %%as, %%aS and %%a[ as a GNU extension for *scanf
2061- fix splice, vmsplice, tee return value, make them cancellation
2062  points
2063- mq_open checking
2064- use inline function rather than function-like macro
2065  for open{,at}{,64} checking
2066- IFA_F_OPTIMISTIC handling in getaddrinfo (#259681)
2067- fix an ABBA deadlock in ld.so (#284171)
2068- remove sparc{32,64} unwind info from _start and clone
2069
2070* Mon Aug 27 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-13
2071- fix personality on x86_64/ppc/ppc64 (#256281)
2072
2073* Sat Aug 25 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-12
2074- readd x86_64 gettimeofday stuff, initialize it earlier
2075- nis_list fix (#254115)
2076- workaround for bugs in ia64 silly /emul/ia32-linux hack (#253961)
2077- misc fixes (BZ#3924, BZ#4566, BZ#4582, BZ#4588, BZ#4726, BZ#4946,
2078  BZ#4905, BZ#4814, BZ#4925, BZ#4936, BZ#4896, BZ#4937, BZ#3842,
2079  BZ#4554, BZ#4557, BZ#4938)
2080
2081* Fri Aug 17 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-11
2082- remove __strtold_internal and __wcstold_internal from ppc*/s390*/sparc*
2083  *-ldbl.h headers
2084- temporarily backout x86_64 gettimeofday.S changes (#252453)
2085- some further sparc, sparc64 and alpha fixes
2086
2087* Wed Aug 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-10
2088- don't open /etc/ld.so.{cache,preload} with O_NOATIME (#252146)
2089- s390{,x}, alpha and sparc fixes
2090- sparcv9 is no longer an aux arch, as we expect
2091  to not build sparc.rpm glibc any longer, only sparcv9.rpm,
2092  sparc64.rpm and new two aux arches sparcv9v.rpm and sparc64v.rpm
2093
2094* Tue Aug 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-9
2095- private futex even for mutexes and condvars
2096- some further O_CLOEXEC changes
2097- use vDSO on x86_64 if available
2098- ia64 build fixes (#251983)
2099
2100* Fri Aug 10 2007 Roland McGrath <roland@redhat.com> 2.6.90-8
2101- update to trunk
2102  - fix missing strtold_l export on ppc64
2103
2104* Thu Aug  9 2007 Roland McGrath <roland@redhat.com> 2.6.90-6
2105- update to trunk
2106  - fix local PLT regressions
2107- spec file revamp for new find-debuginfo.sh
2108
2109* Sun Aug  5 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-4
2110- fix librt.so and librtkaio.so on ppc32, so that it is not using
2111  bss PLT
2112
2113* Sat Aug  4 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-3
2114- fix open{,at}{,64} macro for -pedantic (#250897)
2115- add transliteration for l with stroke (#250492)
2116- fix strtod ("-0", NULL)
2117- update License tag
2118
2119* Wed Aug  1 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-2
2120- make aux-cache purely optional performance optimization in ldconfig,
2121  don't issue any errors if it can't be created (#250430)
2122- remove override_headers hack, BuildRequire >= 2.6.22 kernel-headers
2123  and rely on its content
2124
2125* Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-1
2126- update to trunk
2127  - private futex optimizations
2128  - open{,at}{,64} argument checking
2129- ldconfig speedups
2130
2131* Sun Jul  8 2007 Jakub Jelinek <jakub@redhat.com> 2.6-4
2132- filter <built-in> pseudo-files from debuginfo source lists (#245714)
2133- fix sscanf when errno is EINTR before the call (BZ#4745)
2134- save/restore errno around reading /etc/default/nss (BZ#4702)
2135- fix LD_HWCAP_MASK handling
2136- disable workaround for #210748, instead backport
2137  ld.so locking fixes from the trunk (#235026)
2138- new x86_64 memcpy
2139- don't write uninitialized padding bytes to nscd socket
2140- fix dl{,v}sym, dl_iterate_phdr and dlopen if some library is
2141  mapped into ld.so's inter-segment hole on x86_64 (#245035, #244545)
2142- fix LD_AUDIT=a:b program (#180432)
2143- don't crash on pseudo-zero long double values passed to
2144  *printf on i?86/x86_64/ia64 (BZ#4586)
2145- fix *printf %%La and strtold with some hexadecimal floating point
2146  constants on ppc/ppc64
2147- fix nextafterl on ppc/ppc64
2148- fix sem_timedwait on i?86 and x86_64
2149
2150* Thu May 24 2007 Jakub Jelinek <jakub@redhat.com> 2.6-3
2151- don't use %%config(missingok) for locale-archive.tmpl,
2152  instead of removing it altogether truncate it to zero
2153  size (#240697)
2154- add a workaround for #210748
2155
2156* Mon May 21 2007 Jakub Jelinek <jakub@redhat.com> 2.6-2
2157- restore malloc_set_state backwards compatibility (#239344)
2158- fix epoll_pwait (BZ#4525)
2159- fix printf with unknown format spec or positional arguments
2160  and large width and/or precision (BZ#4514)
2161- robust mutexes fix (BZ#4512)
2162
2163* Tue May 15 2007 Roland McGrath <roland@redhat.com> 2.6-1
2164- glibc 2.6 release
2165
2166* Fri May 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-24
2167- utimensat, futimens and lutimes support
2168
2169* Thu May 10 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-23
2170- use madvise MADV_DONTNEED in malloc
2171- fix ia64 feraiseexcept
2172- fix s390{,x} feholdexcept (BZ#3427)
2173- ppc fenv fixes
2174- make fdatasync a cancellation point (BZ#4465)
2175- fix *printf for huge precisions with wide char code and multi-byte
2176  strings
2177- fix dladdr (#232224, BZ#4131)
2178
2179* Fri May  4 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-22
2180- add transliteration for <U2044> (BZ#3213)
2181- fix *scanf with %%f on hexadecimal floats without exponent (BZ#4342)
2182- fix *printf with very large precisions for %%s (#238406, BZ#4438)
2183- fix inet_ntop size checking for AF_INET (BZ#4439)
2184- for *printf %%e avoid 1.000e-00, for exponent 0 always use + sign (#238431)
2185- fix a regression introduced in #223467 changes
2186- gethostby*_r alignment fixes (BZ#4381)
2187- fix ifaddrs error handling
2188
2189* Mon Apr 16 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-21
2190- don't include individual locale files in glibc-common,
2191  rather include prepared locale-archive template and let
2192  build-locale-archive create locale-archive from the template
2193  and any user supplied /usr/lib/locale/*_* directories,
2194  then unlink the locale-archive template - this should save
2195  > 80MB of glibc-common occupied disk space
2196- fix _XOPEN_VERSION (BZ#4364)
2197- fix printf with %%g and values tiny bit smaller than 1.e-4 (#235864,
2198  BZ#4362)
2199- fix NIS+ __nisfind_server (#235229)
2200
2201* Sat Mar 31 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-20
2202- assorted NIS+ speedups (#223467)
2203- fix HAVE_LIBCAP configure detection (#178934)
2204- remove %%{_prefix}/sbin/rpcinfo from glibc-common (#228894)
2205- nexttoward*/nextafter* fixes (BZ#3306)
2206- feholdexcept/feupdateenv fixes (BZ#3427)
2207- speed up fnmatch with two or more * in the pattern
2208
2209* Sat Mar 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-19
2210- fix power6 libm compat symbols on ppc32 (#232633)
2211- fix child refcntr in NPTL fork (#230198)
2212- fix ifaddrs with many net devices on > 4KB page size arches (#230151)
2213- fix pthread_mutex_timedlock on x86_64 (#228103)
2214- various fixes (BZ#3919, BZ#4101, BZ#4130, BZ#4181, BZ#4069, BZ#3458)
2215
2216* Wed Feb 21 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-18
2217- fix nftw with FTW_CHDIR on / (BZ#4076)
2218- nscd fixes (BZ#4074)
2219- fix fmod{,f,l} on i?86 (BZ#3325)
2220- support localized digits for fp values in *scanf (BZ#2211)
2221- namespaces fixes (BZ#2633)
2222- fix euidaccess (BZ#3842)
2223- glob fixes (BZ#3996)
2224- assorted locale data fixes (BZ#1430, BZ#672, BZ#58, BZ#3156,
2225  BZ#2692, BZ#2648, BZ#3363, BZ#3334, BZ#3326, BZ#3322, BZ#3995,
2226  BZ#3885, BZ#3884, BZ#3851)
2227
2228* Sun Feb 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-17
2229- RFC2671 support in resolver (#205842)
2230- fix strptime (BZ#3944)
2231- fix regcomp with REG_NEWLINE (BZ#3957)
2232- fix pthread_mutex_timedlock on x86_64 (#228103)
2233
2234* Fri Feb  2 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-16
2235- add strerror_l
2236- fix application crashes when doing NSS lookups through nscd
2237  mmapped databases and nscd decides to start garbage collection
2238  during the lookups (#219145, #225315)
2239- fix %%0lld printing of 0LL on 32-bit architectures (BZ#3902)
2240- ignore errors from install-info in glibc-devel scriptlets
2241  (#223691)
2242
2243* Wed Jan 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-15
2244- fix NIS getservbyname when proto is NULL
2245- fix nss_compat +group handling (#220658)
2246- cache services in nscd
2247- fix double free in fts_close (#222089)
2248- fix vfork+execvp memory leak (#221187)
2249- soft-fp fixes (BZ#2749)
2250- further strtod fixes (BZ#3855)
2251- make sure pthread_kill doesn't return EINVAL even if
2252  the target thread exits in between pthread_kill ESRCH check
2253  and the actual tgkill syscall (#220420)
2254- fix ABBA deadlock possibility in ld.so scope locking code
2255
2256* Tue Dec 19 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-14
2257- fix {j,m}rand48{,_r} on 64-bit arches (BZ#3747)
2258- handle power6x AT_PLATFORM (#216970)
2259- fix a race condition in getXXbyYY_r (#219145)
2260- fix tst-pselect testcase
2261
2262* Thu Dec 14 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-13
2263- fix setcontext on ppc32 (#219107)
2264- fix wide stdio after setvbuf (#217064, BZ#2337)
2265- handle relatime mount option in statvfs
2266- revert i?86/x86_64 clone CFI temporarily
2267
2268* Sun Dec 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-12
2269- fix hasmntopt (#218802)
2270- fix setusershell and getusershell (#218782)
2271- strtod fixes (BZ#3664, BZ#3673, BZ#3674)
2272- fix memusage with realloc (x, 0)
2273
2274* Tue Dec  5 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-11
2275- allow suid apps to setenv NIS_PATH and influence through that
2276  nis_list and nis_lookup (#209155)
2277- fix ttyname and ttyname_r with invalid file descriptor (#218276)
2278- cs_CZ LC_TIME fixes (#218438)
2279- fix build with 2.6.19+ headers (#217723)
2280
2281* Fri Dec  1 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-10
2282- fix x86-64 restore_rt unwind info
2283
2284* Thu Nov 30 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-9
2285- fix last svc_run change (#217850)
2286- on ppc64 build __libc_start_main without unwind info,
2287  as it breaks MD_FROB_UPDATE_CONTEXT (#217729, #217775; in the
2288  future that could be fixable just by providing .cfi_undefined r2
2289  in __libc_start_main instead)
2290- add unwind info for x86-64 restore_rt signal return landing pad
2291  (#217087)
2292- add power6x subdir to /%%{_lib}/ and /%%{_lib}/rtkaio/,
2293  link all libs from ../power6/* into them
2294
2295* Tue Nov 28 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-8
2296- fix svc_run (#216834, BZ#3559)
2297- add -fasynchronous-unwind-tables to CFLAGS (#216518)
2298- make sure there is consistent timestamp for /etc/ld.so.conf,
2299  /etc/localtime and /etc/rpc between multilib glibc rpms
2300
2301* Mon Nov 20 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-7
2302- handle IPv6 addresses in /etc/hosts that are mappable to
2303  IPv4 addresses in IPv4 host lookups (#215283)
2304- fix :include: /etc/alias handling (#215572)
2305- handle new tzdata format to cope with year > 2037 transitions
2306  on 64-bit architectures
2307
2308* Fri Nov 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-6
2309- fix strxfrm fix
2310- fix i?86 floor and ceil inlines (BZ#3451)
2311
2312* Thu Nov  9 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-5
2313- fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo
2314  CPUs
2315- fix libthread_db.so on TLS_DTV_AT_TP architectures
2316- fix --inhibit-rpath (#214569)
2317- fix _r_debug content when prelinked ld.so executes
2318  a program as its argument
2319- fix strxfrm
2320- powerpc-cpu add-on updates
2321
2322* Fri Nov  3 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-4
2323- fix atexit backwards compatibility (#213388)
2324- add mai_IN locale (#213415)
2325- remove bogus %%{_libdir}/librt.so.1 symlink (#213555)
2326- fix memusage (#213656)
2327- change libc.info category (#209493)
2328
2329* Sun Oct 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-3
2330- fix suid/sgid binaries on i?86/x86_64 (#212723)
2331
2332* Fri Oct 27 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-2
2333- fix ia64 build
2334- don't call _dl_close outside of dl_load_lock critical section
2335  if dlopen failed (BZ#3426)
2336- add rtld scope locking (#211133)
2337
2338* Wed Oct 25 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-1
2339- fix i?86 6 argument syscalls (e.g. splice)
2340- fix rtld minimal realloc (BZ#3352)
2341- fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369)
2342- fix xdrmem_setpos (#211452)
2343- bump __GLIBC_MINOR__
2344- increase PTHREAD_STACK_MIN on ppc{,64} to 128K to allow
2345  64K pagesize kernels (#209877)
2346- speed up initgroups on NIS+ (#208203)
2347
2348* Mon Oct  2 2006 Jakub Jelinek <jakub@redhat.com> 2.5-2
2349- fix nscd database growing (#207928)
2350- bypass prelinking when LD_DYNAMIC_WEAK=1 is in the environment
2351
2352* Fri Sep 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5-1
2353- glibc 2.5 release
2354
2355* Wed Sep 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-36
2356- rebuilt with gcc-4.1.1-26 to fix unwind info
2357
2358* Mon Sep 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-35
2359- fix glob with large number of matches (BZ#3253)
2360- fix fchownat on kernels that don't support that syscall (BZ#3252)
2361- fix lrintl on s390{,64}
2362
2363* Sat Sep 23 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-34
2364- fix ppc{32,64} longjmp (BZ#3225)
2365- fix user visible spelling errors (BZ#3137)
2366- fix l{,l}rint{,f,l} around zero (BZ#2592)
2367- avoid stack trampoline in s390{,x} makecontext
2368
2369* Fri Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-33
2370- fix dlclose (#206639)
2371- don't load platform optimized libraries if kernel doesn't set
2372  AT_PLATFORM
2373- fix ppc{32,64} libSegFault.so
2374- use -mtune=generic even for glibc-devel.i386 (#206437)
2375- fix /%%{_lib}/librt.so.1 symlink
2376
2377* Fri Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-32
2378- on ppc* use just AT_PLATFORM and altivec AT_HWCAP bit for library selection
2379- fix lrintl and lroundl on ppc{,64}
2380- use hidden visibility on fstatat{,64} and mknodat in libc_nonshared.a
2381
2382* Sun Sep 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-31
2383- fix pthread_cond_{,timed}wait cancellation (BZ#3123)
2384- fix lrint on ppc32 (BZ#3155)
2385- fix malloc allocating more than half of address space (BZ#2775)
2386- fix mktime on 32-bit arches a few years after 2038 (BZ#2821)
2387
2388* Thu Sep  7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-30
2389- add librtkaio, to use it add /%%{lib}/rtkaio to your
2390  LD_LIBRARY_PATH or /etc/ld.so.conf
2391- fix or_IN February name (#204730)
2392- fix pthread_create called from cancellation handlers (BZ#3124)
2393- fix regex case insensitive searches with characters where upper
2394  and lower case multibyte representations have different length
2395  (e.g. I and dotless i, #202991)
2396
2397* Tue Sep  5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-29
2398- randomize resolver query ids before use instead after use (#205113)
2399- fix resolver symver checking with DT_GNU_HASH (#204909)
2400- put .hash section in glibc libraries at the end of RO segment
2401  when .gnu.hash is present
2402
2403* Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-28
2404- another malloc doubly linked list corruption problem fix (#204653)
2405
2406* Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-27
2407- allow $LIB and $PLATFORM in dlopen parameters even in suid/sgid (#204399)
2408- handle $LIB/$PLATFORM in LD_LIBRARY_PATH
2409- fix splice prototype (#204530)
2410
2411* Mon Aug 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-26
2412- real fix for the doubly linked list corruption problem
2413- try harder in realloc to allocate memory (BZ#2684)
2414- fix getnameinfo error reporting (#204122)
2415- make localedef more robust on invalid input (#203728)
2416
2417* Fri Aug 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-25
2418- temporarily back out code to limit number of unsorted block
2419  sort iterations (#203735, #204027)
2420- handle PLT symbols in dladdr properly (BZ#2683)
2421- avoid malloc infinite looping for allocations larger than
2422  the system can allocate (#203915)
2423
2424* Tue Aug 22 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-23
2425- malloc fixes, especially for 32-bit arches (#202309)
2426- further *_IN locale fixes (#200230)
2427- fix get{serv,rpc}ent{,_r} if NIS map is empty (#203237)
2428- fix /usr/bin/iconv (#203400)
2429
2430* Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-22
2431- rebuilt with latest binutils to pick up 64K -z commonpagesize
2432  on ppc/ppc64 (#203001)
2433
2434* Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-21
2435- if some test gets stuck, kill the tee process after make check
2436  finishes
2437- build with -mtune=generic on i686 and x86_64
2438
2439* Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-20
2440- PTHREAD_PRIO_PROTECT support
2441- fix errno if nice() fails (#201826)
2442
2443* Thu Aug 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-19
2444- adaptive malloc brk/mmap threshold
2445- fix fchownat to use kernel syscall (if available) on many arches (#201870)
2446- only define O_DIRECT with -D_GNU_SOURCE on ia64 to match all
2447  other arches (#201748)
2448
2449* Mon Aug  7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-18
2450- NIS+ fixes
2451- fix memusage and xtrace scripts (#200736)
2452- redirect /sbin/service sshd condrestart std{out,err} to /dev/null
2453  when executed from glibc_post_upgrade
2454
2455* Wed Aug  2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-17
2456- typo fix for the dladdr patch
2457- build i?86 glibc with -mno-tls-direct-seg-refs (#200469)
2458
2459* Wed Aug  2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-16
2460- fix dladdr on binaries/libraries with only DT_GNU_HASH and no
2461  DT_HASH (#200635)
2462- fix early timeout of initgroups data in nscd (#173019)
2463- add am/pm display to es_PE and es_NI locales (#167101)
2464- fix nss_compat failures when nis/nis+ unavailable (#192072)
2465
2466* Mon Jul 31 2006 Roland McGrath <roland@redhat.com> 2.4.90-15
2467- fix missing destructor calls in dlclose (#197932)
2468- enable transliteration support in all locales (#196713)
2469- disallow RTLD_GLOBAL flag for dlmopen in secondary namespaces (#197462)
2470- PI mutex support
2471
2472* Mon Jul 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-13
2473- DT_GNU_HASH support
2474
2475* Fri Jun 30 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-12
2476- buildrequire gettext
2477- enable fstatat64/newfstatat syscalls even on ppc*/s390*/ia64 (#196494)
2478- fix out of memory behavior in gettext (#194321)
2479- fix regex on multi-byte non-UTF-8 charsets (#193873)
2480- minor NIS+ fixes (#190803)
2481- don't use cancellable calls in posix_spawn* and only set{u,g}id
2482  current thread if requested (#193631)
2483
2484* Wed May 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-11
2485- don't exit from nscd -i <database> before the database is
2486  actually invalidated, add locking to prune_cache (#191464)
2487- build glibc-devel.i386 static libraries with
2488  -mno-tls-direct-seg-refs -DNO_TLS_DIRECT_SEG_REFS
2489- RFC3542 support (advanced API for IPv6; #191001, BZ##2693)
2490
2491* Wed May 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-10
2492- on i686 make glibc owner of /lib/i686 directory (#192597)
2493- search parent NIS+ domains (#190803)
2494
2495* Sun May 21 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-9
2496- update from CVS
2497  - big NIS+ changes
2498
2499* Fri May 19 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-8
2500- update from CVS
2501  - fix nss_compat when SETENT_BATCH_READ=TRUE is in /etc/default/nss
2502  - fix RFC3484 precedence table for site-local and ULA addresses (#188364)
2503  - fix a sunrpc memory leak
2504
2505* Thu May 11 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-7
2506- update from CVS
2507  - fix tcgetattr (#177965)
2508  - fix <sys/queue.h> (#191264)
2509
2510* Fri May  5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-6
2511- update from CVS
2512- rebuilt using fixed rpm
2513
2514* Fri May  5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-5
2515- update from CVS
2516  - some NIS+ fixes
2517  - allow overriding rfc3484 address sorting tables for getaddrinfo
2518    through /etc/gai.conf (sample config file included in %%doc directory)
2519
2520* Mon May  1 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-4
2521- update from CVS
2522  - SETENT_BATCH_READ /etc/default/nss option for speeding up
2523    some usages of NIS+ (#188246)
2524  - move debug state change notification (#179208)
2525  - fix ldd script if one of the dynamic linkers is not installed (#190259)
2526
2527* Thu Apr 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-3
2528- update from CVS
2529  - fix a typo in nscd.conf (#190085)
2530  - fix handling of SIGHUP in nscd when some caches are disabled (#189978)
2531  - make nscd paranoia mode working with non-root server-user (#189779)
2532
2533* Wed Apr 26 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-2
2534- update from CVS
2535  - fix getaddrinfo (#190002)
2536  - add auto-propagate nscd.conf options (#177154)
2537  - fix nscd auditing (#169148)
2538
2539* Tue Apr 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-1
2540- update from CVS
2541
2542* Mon Apr 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4-6
2543- update from CVS
2544  - NIS+ fixes
2545  - don't segfault on too large argp key values (#189545)
2546  - getaddrinfo fixes for RFC3484 (#188364)
2547
2548* Tue Mar 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4-5
2549- update from CVS
2550  - pshared robust mutex support
2551  - fix btowc and bwtoc in C++ (#186410)
2552  - fix NIS+ (#186592)
2553  - don't declare __wcsto*l_internal for non-GCC or if not -O1+ (#185667)
2554- don't mention nscd failures on 2.0 kernels (#185335)
2555
2556* Tue Mar  7 2006 Roland McGrath <roland@redhat.com> 2.4-4
2557- back up %%{ix86} gdb conflicts to < 6.3.0.0-1.111
2558
2559* Tue Mar  7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-3
2560- really fix rintl on ppc64
2561
2562* Tue Mar  7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-2
2563- accurate unwind info for lowlevellock.h stubs on %%{ix86}
2564- fix ppc/ppc64 ceill, floorl, rintl, roundl and truncl (BZ#2423)
2565
2566* Mon Mar  6 2006 Jakub Jelinek <jakub@redhat.com> 2.4-1
2567- update from CVS
2568  - glibc 2.4 release
2569
2570* Mon Mar  6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-2
2571- update from CVS
2572  - fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895)
2573  - revert ppc32 malloc alignment patch, it breaks malloc_set_state
2574    and needs some further thoughts and time (#183894)
2575- provide accurate unwind info for lowlevellock.h stubs on x86_64
2576
2577* Thu Mar  2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-1
2578- update from CVS
2579  - fixes for various arches
2580- ensure malloc returns pointers aligned to at least
2581  MIN (2 * sizeof (size_t), __alignof__ (long double))
2582  (only on ppc32 this has not been the case lately with addition
2583   of 128-bit long double, #182742)
2584
2585* Wed Mar  1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-39
2586- update from CVS
2587
2588* Fri Feb 17 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-38
2589- update from CVS
2590  - robust mutexes rewrite
2591
2592* Mon Feb 13 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-37
2593- update from CVS
2594  - *at fixes
2595  - unshare syscall wrapper
2596
2597* Sat Feb  4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-36
2598- update from CVS
2599  - fix frequency setting for ITIMER_PROF (#179938, BZ#2268)
2600  - fix powerpc inline fegetround ()
2601  - fix nptl_db (#179946)
2602
2603* Fri Feb  3 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-35
2604- update from CVS
2605  - handle futimesat (fd, NULL, tvp) as futimes (fd, tvp)
2606- fix <stdlib.h> q{e,f,g}cvt{,_r} for -mlong-double-64
2607
2608* Thu Feb  2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-34
2609- fix <math.h> with C++ and -mlong-double-64 (#179742)
2610- add nexttowardl redirect for -mlong-double-64
2611
2612* Thu Feb  2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-33
2613- update from CVS
2614  - long double support fixes
2615
2616* Wed Feb  1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-32
2617- update from CVS
2618  - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9},
2619    alpha 128-bit long double support
2620- add inotify syscall numbers to the override <asm/unistd.h> headers
2621  (#179366)
2622
2623* Mon Jan 30 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-31
2624- update from CVS
2625  - 128-bit long double on ppc, ppc64, s390, s390x and sparc{,v9}
2626- add some new syscall numbers to the override <asm/unistd.h>
2627  headers
2628
2629* Mon Jan  9 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-30
2630- update from CVS
2631  - <pthread.h> initializer fixes for -std=c{8,9}9 on 32-bit
2632    arches
2633- avoid writable .rodata (#177121)
2634
2635* Fri Jan  6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-29
2636- update from CVS
2637  - make pthread_mutex_t an unnamed union again, as it affects
2638    libstdc++ ABI mangling
2639
2640* Fri Jan  6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-28
2641- update from CVS
2642  - make aio_suspend interruptible by signals (#171968)
2643
2644* Fri Jan  6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-27
2645- only rely on d_type in 32-bit getdents on s390 for 2.6.11+
2646
2647* Wed Jan  4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-26
2648- update from CVS
2649  - for newly linked lio_listio* callers, send per request
2650    notifications (#170116)
2651  - fixup nscd -S option removal changes (#176860)
2652  - remove nonnull attribute from ctermid (#176753)
2653  - fix PTHREAD_*_INITIALIZER{,_NP} on 64-bit arches
2654  - SPARC NPTL support for pre-v9 CPUs
2655- drop support for 2.4.xx and < 2.6.9 kernels
2656
2657* Mon Jan  2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-25
2658- update from CVS
2659  - s390{,x} and sparc{,64} pointer mangling fixes
2660- install a sanitized LinuxThreads <bits/libc-lock.h>
2661
2662* Mon Jan  2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-24
2663- update from CVS
2664  - nscd audit changes (#174422)
2665  - ppc{32,64} vDSO support and ppc32 hp-timing
2666
2667* Tue Dec 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-23
2668- update from CVS
2669  - robust mutexes
2670- fix transliteration segfaults (#176573, #176583)
2671- ignore prelink temporaries in ldconfig (#176570)
2672
2673* Wed Dec 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-22
2674- update from CVS
2675  - minor fts fixes
2676- revert broken _Pragma () workaround
2677- fix ldconfig on bi-arch architectures (#176316)
2678
2679* Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-21
2680- update from CVS
2681  - fix pointer (de)mangling in gconv_cache.c
2682
2683* Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-20
2684- update from CVS
2685  - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952)
2686  - fix errlist generation
2687- update ulps for GCC 4.1 on IA-64
2688
2689* Mon Dec 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-19
2690- update from CVS
2691  - sysdeps/generic reorg
2692  - setjmp/longjmp jump pointer mangling
2693- rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma ()
2694  handling in it
2695- remove glibc-profile subpackage
2696- use non-PLT calls for malloc/free/realloc/memalign invocations in
2697  mtrace and mcheck hooks (#175261)
2698- setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x}
2699
2700* Sat Nov 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-18
2701- update from CVS
2702  - change <sys/stat.h> for broken apps that #define const /**/,
2703    handle non-GCC compilers
2704  - fix ppc{32,64} strncmp (BZ#1877, #173643, IT#83510)
2705  - provide shmatt_t typedef in ia64 <sys/shm.h (#173680)
2706  - support 2nd arg to futimesat being NULL (#173581)
2707
2708* Wed Nov 16 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-17
2709- update from CVS
2710  - fix <sys/stat.h> in C++
2711  - {fstat,fchown,rename,unlink}at fixes
2712  - epoll_wait is now a cancellation point
2713
2714* Tue Nov 15 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-16
2715- update from CVS
2716- make sure waitid syscall is used on ppc*/s390*
2717
2718* Thu Oct 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-15
2719- update from CVS
2720  - be permissive in %%n check because of kernel bug #165351 (#171240)
2721  - don't misalign stack in pthread_once on x86_64 (#170786, IT#81521)
2722  - many locale fixes
2723
2724* Mon Oct 10 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-14
2725- update from CVS
2726  - fix malloc bug after fork introduced in the last update
2727  - fix getent hosts IP for IPv4 IPs (#169831)
2728
2729* Mon Oct  3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-13
2730- update from CVS
2731  - fix setuid etc. hangs if some thread exits during the call (#167766)
2732  - fix innetgr memory leak (#169051)
2733  - support > 2GB nscd log files (#168851)
2734  - too many other changes to list here
2735- include errno in nscd message if audit_open failed (#169148)
2736
2737* Mon Sep 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-12
2738- update from CVS
2739  - netgrp handling fixes (#167728)
2740  - fix memory leak in setlocale (BZ#1318)
2741  - fix hwcaps computation
2742  - several regex portability improvements (#167019)
2743  - hypotf fix
2744  - fix *printf return code if underlying write fails (BZ#1146)
2745  - PPC64 dl{,v}sym fixes for new ABI .opd symbols
2746- fix calloc with MALLOC_PERTURB_ in environment on 64-bit architectures
2747  (#166719)
2748- source /etc/sysconfig/nscd (if it exists) in /etc/rc.d/init.d/nscd
2749  (#167083)
2750- add %%triggerin for tzdata to glibc-common, so that tzdata updates
2751  update /etc/localtime and /var/spool/postfix/etc/localtime if they
2752  exist (#167787)
2753
2754* Mon Aug 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-11
2755- FUTEX_WAKE_OP support to speed up pthread_cond_signal
2756
2757* Wed Aug 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-10
2758- update from CVS
2759  - fix growing of nscd persistent database (BZ#1204)
2760  - fix _FORTIFY_SOURCE mbstowcs and wcstombs if destination size
2761    is known at compile time, but length argument is not
2762
2763* Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-9
2764- update from CVS
2765  - fix resolving over TCP (#161181, #165802)
2766  - on ia64 don't abort on unhandled math function exception codes
2767    (#165693)
2768
2769* Mon Aug  8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8
2770- update from CVS
2771  - nscd persistent database verifier (#164001)
2772  - cleanup _FORTIFY_SOURCE bits/*.h headers (#165000)
2773  - handle EINTR in sigwait properly
2774- make sure poor man's stack guard randomization keeps first
2775  byte 0 even on big-endian 32-bit arches
2776- fix {elf,nptl}/tst-stackguard1
2777- obsolete linuxthreads-devel in glibc-devel
2778
2779* Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-7
2780- update from CVS
2781- do some poor man's stack guard randomization even without
2782  the costly --enable-stackguard-randomization
2783- rebuilt with new GCC to make it use -msecure-plt on PPC32
2784
2785* Mon Jul 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-6
2786- update from CVS
2787  - fix execvp if PATH is not in environment and the call is going
2788    to fail (BZ#1125)
2789  - another bits/wchar2.h fix (#163990)
2790
2791* Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-5
2792- update from CVS
2793  - fix stubs.h generation
2794- don't use _G_va_list in bits/wchar2.h
2795
2796* Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-4
2797- update from CVS
2798  - make sure bits/wchar2.h header is installed
2799  - fix __getgroups_chk return type
2800
2801* Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-3
2802- update from CVS
2803  - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
2804    poll when contacting nscd more gracefully
2805  - remove malloc attribute from posix_memalign
2806  - correctly size nscd buffer for grpcache key (#163538)
2807  - fix atan2f
2808  - fix error memory leaks
2809  - some more _FORTIFY_SOURCE protection
2810
2811* Fri Jul  8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-2
2812- update from CVS
2813  - ia64 stack protector support
2814  - handle DNS referral results as server errors (#162625)
2815  - ctan{,h}{,f,l} fixes (#160759)
2816  - pass argc, argv and envp also to executable's *ni_array
2817    functions (BZ#974)
2818  - add ellipsis to clone prototype (#161593)
2819  - fix glibc-profile (#162601)
2820  - nss_compat fixes
2821- use sysdeps/generic version of <bits/stdio-lock.h> in installed
2822  headers instead of NPTL version (#162634)
2823
2824* Mon Jun 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-1
2825- update from CVS
2826  - stack protector support
2827  - fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583)
2828- enable @GLIBC_2.4 symbols
2829- remove linuxthreads
2830
2831* Mon Jun 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-11
2832- update from CVS
2833  - PPC32 -msecure-plt support
2834  - support classes keyword in /etc/hesiod.conf (#150350)
2835  - add RLIMIT_NICE and RLIMIT_RTPRIO to <sys/resources.h> (#157049)
2836  - decrease number of .plt relocations in libc.so
2837  - use -laudit in nscd (#159217)
2838  - handle big amounts of networking interfaces in getifaddrs/if_nameindex
2839    (#159399)
2840  - fix pa_IN locale's am_pm (#158715, BZ#622)
2841  - fix debugging of PIEs
2842
2843* Mon May 30 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-10
2844- fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion)
2845  has been always overwritten with the version of currently
2846  running kernel)
2847- remove linuxthreads man pages other than those covered in
2848  3p section, as 3p man pages are far better quality and describe
2849  POSIX behaviour that NPTL implements (#159084)
2850
2851* Tue May 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-9
2852- update from CVS
2853  - increase bindresvport's LOWPORT to 512, apparently some
2854    broken daemons don't think 0 .. 511 ports are reserved
2855
2856* Mon May 23 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-8
2857- update from CVS
2858  - fix kernel version check in ld.so
2859- fix sendfile{,64} prototypes (BZ#961)
2860- try more ports in bindresvport if all 600..1023 are
2861  used, don't use priviledged ports when talking to portmap
2862  (#141773)
2863
2864* Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
2865- update from CVS
2866  - make regexec thread safe (BZ#934)
2867- fix statically linked programs on i?86, x86_64, s390* and
2868  sparc* (#158027)
2869- fix IBM939 iconv module (BZ#955)
2870
2871* Wed May  4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-6
2872- update from CVS
2873  - fix cancellation on i?86
2874  - add call frame information to i?86 assembly
2875
2876* Tue May  3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
2877- update from CVS
2878  - add some more UTF-8 locales (#156115)
2879- clean up /lib64/tls instead of /lib/tls on x86-64, s390x and
2880  ppc64 in glibc_post_upgrade (#156656)
2881- fix posix_fallocate{,64} (#156289)
2882
2883* Thu Apr 28 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-4
2884- update from CVS
2885  - fix nscd cache pruning (#150748)
2886
2887* Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-3
2888- update from CVS
2889  - fix linuxthreads clocks
2890- put xen libs into the glibc-2*.i686 package instead of a separate one
2891- fix librt.so symlink in linuxthreads-devel
2892- do not include linuxthreads-devel on %%{auxarches},
2893  just on the base architectures
2894
2895* Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-2
2896- update from CVS
2897  - with MALLOC_CHECK_=N N>0 (#153003)
2898  - fix recursive dlclose (#154641)
2899  - handle %%z in strptime (#154804)
2900  - automatically append /%%{_lib}/obsolete/linuxthreads/
2901    to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19
2902    or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno
2903    properly).  Warning: all those will stop working when LinuxThreads
2904    is finally nuked, which is not very far away
2905  - remove nonnull attribute from acct prototype (BZ#877)
2906  - kernel CPU clocks support
2907  - fix *scanf in locales with multi-byte decimal point
2908
2909* Wed Apr 27 2005 Roland McGrath <roland@redhat.com>
2910- glibc-xen subpackage for i686
2911
2912* Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
2913- update from CVS
2914  - fix execvp regression (BZ#851)
2915  - ia64 libm updates
2916  - sparc updates
2917  - fix initstate{,_r}/strfry (#154504)
2918  - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
2919    support "hwcap" keyword in ld.so.conf files
2920
2921* Mon Apr  4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
2922- update from CVS
2923  - fix xdr_rmtcall_args on 64-bit arches (#151686)
2924- fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
2925
2926* Mon Apr  4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
2927- move LinuxThreads libraries to /%%{_lib}/obsolete/linuxthreads/
2928  and NPTL libraries to /%%{_lib}.  To run a program against LinuxThreads,
2929  LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%%{_lib}/obsolete/linuxthreads/
2930  is now needed
2931- bzip2 ChangeLog* files instead of gzipping them
2932
2933* Sat Apr  2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
2934- update from CVS
2935  - fix nextafterl and several other libm routines on ia64
2936  - fix initgroups (BZ#661)
2937- kill nptl-devel subpackage, add linuxthreads-devel,
2938  compile and link by default against NPTL and only with
2939  -I/usr/include/linuxthreads -L/usr/%%{_lib}/linuxthreads
2940  against LinuxThreads
2941- package /usr/lib/debug/%%{_lib}/tls/i{5,6}86 symlinks in
2942  i386 glibc-debuginfo
2943- limit number of ChangeLog* files in glibc-common %%doc
2944  to last 2.5 years of changes only to save space
2945
2946* Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
2947- fix build on 64-bit arches with new GCC
2948
2949* Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
2950- update from CVS
2951  - fix LD_AUDIT in LinuxThreads ld.so
2952  - fix calloc with M_PERTURB
2953  - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
2954    on ppc*/ia64/alpha/mips (BZ#801)
2955  - fix a typo in WINDOWS-31J charmap (#151739)
2956  - fix NIS ypprot_err (#151469)
2957
2958* Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
2959- fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
2960
2961* Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
2962- update from CVS
2963  - better fix for the dlclose bug (#145810, #150414)
2964  - fix regex crash on case insensitive search in zh_CN locale
2965    (#151215)
2966  - fix malloc_trim (BZ#779)
2967  - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
2968    as function-like macros, there are too many broken programs
2969    out there
2970- add %%dir %%{_prefix}/%%{_lib}/gconv to glibc's file list (#151372)
2971
2972* Sun Mar  6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
2973- fix bits/socket2.h macro typos
2974
2975* Sat Mar  5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
2976- fix tst-chk{2,3}
2977- fix up AS_NEEDED directive in /usr/%%{_lib}/libc.so
2978- BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
2979  glibc-devel Conflict with binutils < 2.15.94.0.2-1
2980
2981* Thu Mar  3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
2982- update from CVS
2983  - fix execvp (#149290)
2984  - fix dlclose (#145810)
2985  - clear padding in gconv-modules.cache (#146614, BZ#776)
2986- rebuilt with GCC4
2987- changed __GLIBC_MINOR__ for now back to 3
2988- back out the newly added GLIBC_2.4 *_chk routines, instead
2989  do the checking in macros
2990
2991* Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
2992- hopefully fix interaction with prelink (#147655)
2993
2994* Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
2995- update from CVS
2996  - bi-arch <gnu/stubs.h> (BZ#715)
2997
2998* Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
2999- update from CVS
3000  - bi-arch <gnu/lib-names.h> (BZ#632)
3001  - fix libdl on s390 and maybe other platforms
3002  - fix initstate{,_r} (BZ#710)
3003  - fix <gnu/stubs.h> generation (BZ#157)
3004- define CMSPAR in bits/termios.h (#147533)
3005
3006* Tue Feb  8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
3007- update from CVS
3008  - fix TLS handling in linuxthreads
3009
3010* Tue Feb  8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
3011- update from CVS
3012  - ld.so auditing
3013  - fix segfault if chrooted app attempts to dlopen a library
3014    and no standard library directory exists at all (#147067, #144303)
3015  - fix initgroups when nscd is running, but has group caching disabled
3016    (#146588)
3017  - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
3018    has not been called yet (#146710)
3019  - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
3020  - service nscd cosmetic fixes (#146776)
3021  - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
3022  - fix zdump -v segfaults on x86-64 (#146210)
3023  - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
3024  - fix errno values for futimes (BZ#633)
3025  - unconditionally include <features.h> in malloc.h (BZ#650)
3026  - change regex \B handling to match old GNU regex as well as perl/grep's dfa
3027    (from empty string inside of word to empty string not at a word boundary,
3028     BZ#693)
3029  - slightly optimize i686 TLS accesses, use direct TLS %%gs access in sem_*
3030    and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
3031    %%gs access with negative offsets
3032  - fix addseverity
3033  - fix fmemopen
3034  - fix rewinddir
3035  - increase svc{tcp,unix}_create listen backlog
3036
3037* Thu Jan  6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
3038- update from CVS
3039  - add some warn_unused_result marking
3040  - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
3041    (BZ#640)
3042
3043* Thu Jan  6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
3044- update from CVS
3045  - fix IA-32 stack alignment for LinuxThreads thread functions
3046    and functions passed to clone(2) directly
3047  - fix ecvt{,_r} on denormals (#143279)
3048  - fix __tls_get_addr typo
3049  - fix rounding in IA-64 alarm (#143710)
3050  - don't reinitialize __environ in __libc_start_main, so that
3051    effects of setenv/putenv done in DSO initializers are preserved
3052    (#144037, IT#57403)
3053  - fix fmemopen
3054  - fix vDSO l_map_end and l_text_end values
3055  - IA64 libm update (#142494)
3056- fix ppc rint/ceil etc. (BZ#602)
3057
3058* Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
3059- rebuilt
3060
3061* Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
3062- work around rpm bug some more, this time by copying
3063  iconvconfig to iconvconfig.%%{_target_cpu}.
3064
3065* Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
3066- update from CVS
3067  - glibc 2.3.4 release
3068  - add -o and --nostdlib options to iconvconfig
3069- if /sbin/ldconfig doesn't exist when running
3070  glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
3071  This can happen during first install of bi-arch glibc and the
3072  other arch glibc's %%post wil run /sbin/ldconfig (#143326)
3073- use -o and --nostdlib options to create all needed
3074  gconv-modules.cache files on bi-arch setups
3075
3076* Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
3077- rebuilt
3078
3079* Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
3080- add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
3081  if /sbin/init is the same ELF class and machine as
3082  glibc_post_upgrade.%%{_target_cpu} and similarly with
3083  condrestarting sshd (#143046)
3084
3085* Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
3086- update from CVS
3087  - fix ppc64 getcontext and swapcontext (BZ#610)
3088  - sparc/sparc64 fixes
3089
3090* Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
3091- update from CVS
3092  - fix i686 __USE_STRING_INLINES strncat
3093  - make sure ppc/ppc64 maintain correct stack alignment
3094    across clone
3095
3096* Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
3097- export nis_domain_of_r from libnsl.so again which was
3098  unintentionally lost
3099
3100* Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
3101- update from CVS
3102  - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
3103  - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
3104    (BZ#457)
3105  - fix sysconf (_POSIX_V6_*) for other ABI environments in
3106    bi-arch setups
3107- s390/s390x clone without CLONE_THREAD getpid () adjustement
3108
3109* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
3110- update from CVS
3111- fix %%{_prefix}/libexec/getconf filenames generation
3112
3113* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
3114- update from CVS
3115  - double buffer size in getXXbyYY or getXXent on ERANGE
3116    instead of adding BUFLEN (#142617)
3117  - avoid busy loop in malloc if another thread is doing fork
3118    (#142214)
3119  - some more realloc corruption checks
3120  - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
3121    tweak %%{_prefix}/libexec/getconf/ filenames
3122
3123* Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
3124- update from CVS
3125  - regex speedups
3126  - use | cat in ldd if running under bash3+ to allow running
3127    it on binaries that are not through SELinux allowed to access
3128    console or tty
3129- add __NR_waitid defines for alpha and ia64
3130
3131* Wed Dec  8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
3132- update from CVS
3133  - fix clone2 on ia64
3134  - avoid tst-timer5 failing with linuxthreads implementation
3135- if __libc_enable_secure, disallow mode != normal
3136- change ldd script to imply -r when -u is used, properly
3137  propagate return value and handle suid binaries
3138
3139* Tue Dec  7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
3140- update from CVS
3141  - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
3142  - disregard LD_DEBUG if __libc_enable_secure in normal mode
3143    if /suid-debug doesn't exist
3144  - fix fseekpos after ungetc
3145  - avoid reading bytes before start of buffers in regex's
3146    check_dst_limits_calc_pos_1 (#142060)
3147  - make getpid () working with clone/clone2 without CLONE_THREAD
3148    (so far on i386/x86_64/ia64 only)
3149- move %%{_prefix}/libexec/getconf/* to glibc from glibc-common
3150- make %%{_prefix}/libexec/getconf directory owned by glibc package
3151
3152* Fri Dec  3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
3153- update from CVS
3154  - build libpthread_nonshared.a objects with -fPIC on s390/s390x
3155  - fix mktime with < 0 or > 59 tm_sec on entry
3156  - remove nonnull attribute for realpath
3157  - add $(make-target-directory) for errlist-compat.c rule
3158    (hopefully fix #141404)
3159- add testcase for ungetc bug
3160- define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
3161
3162* Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
3163- update from CVS
3164  - some posix_opt.h fixes
3165- fix strtold use of unitialized memory (#141000)
3166- some more bugfixes for bugs detected by valgrind
3167- rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
3168  on s390{,x} (#139678)
3169
3170* Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
3171- update from CVS
3172  - support -v specification in getconf
3173  - fix sysconf (_SC_LFS64_CFLAGS) etc.
3174  - avoid thread stack aliasing issues on EM64T (#140803)
3175- move %%{_prefix}/include/nptl headers from nptl-devel
3176  to glibc-headers, so that even NPTL specific programs
3177  can be built bi-arch without problems
3178
3179* Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
3180- update from CVS
3181  - fix memory leak in getaddrinfo if using nscd (#139559)
3182  - handle large lines in /etc/hosts and /etc/networks
3183    (#140378)
3184  - add nonnull attributes to selected dirent.h and dlfcn.h
3185    functions
3186
3187* Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
3188- update from CVS
3189  - add deprecated and/or nonnull attribute to some signal.h
3190    functions
3191  - speed up tzset () by only using stat instead of open/fstat
3192    when calling tzset for the second and following time if
3193    /etc/localtime has not changed
3194- fix tgamma (BZ #552)
3195
3196* Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
3197- update from CVS
3198  - some malloc () checking
3199  - libpthread.a object dependency cleanups (#115157)
3200  - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
3201
3202* Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
3203- don't use chunksize in <= 2 * SIZE_SZ free () checks
3204
3205* Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
3206- update from CVS
3207  - with -D_FORTIFY_SOURCE=2, prevent missing %%N$ formats
3208  - for -D_FORTIFY_SOURCE=2 and %%n in writable format string,
3209    issue special error message instead of using the buffer overflow
3210    detected one
3211  - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
3212    speedup searching with nested subexps (BZ #544)
3213  - block SIGCANCEL in NPTL timer_* helper thread
3214- further free () checking
3215
3216* Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
3217- update from CVS
3218- fix free () checking
3219- move /etc/default/nss into glibc-common (hopefully fix #132392)
3220
3221* Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
3222- update from CVS
3223  - fix LD_DEBUG=statistics
3224  - issue error message before aborting in __chk_fail ()
3225- some more free () checking
3226
3227* Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
3228- update from CVS
3229  - speedup regex on palindromes (BZ #429)
3230  - fix NPTL set{,e,re,res}[ug]id, so that even if making process
3231    less priviledged all threads change their credentials successfully
3232
3233* Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
3234- update from CVS
3235  - fix regcomp crash (#138439)
3236  - fix ftell{,o,o64} (#137885)
3237  - robustification of nscd to cope with corrupt databases (#137140)
3238  - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
3239  - some regex optimizations
3240
3241* Tue Nov  2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
3242- update from CVS
3243  - mktime cleanups (BZ #487, #473)
3244  - unique comments in free(3) check error messages
3245- adjust some x86_64 headers for -m32 (#129712)
3246- object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
3247
3248* Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
3249- fix <netinet/udp.h> header
3250- fix globfree (#137176)
3251- fix exiting if there are dlmopened libraries in namespaces
3252  other than main one not closed yet
3253- export again _res_opcodes and __p_{class,type}_syms from
3254  libresolv.so that were lost in -69
3255
3256* Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
3257- remove setaltroot and key{_add,_request,ctl} also from Versions
3258- back out _sys_errlist changes
3259
3260* Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
3261- back out setaltroot and key{_add,_request,ctl} addition
3262- fix severe x86-64 symbol versioning regressions that breaks
3263  e.g. java binaries
3264
3265* Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
3266- update from CVS
3267  - fix minor catchsegv temp file handling vulnerability
3268    (CAN-2004-0968, #136319)
3269  - add 4 new errno codes
3270  - setaltroot, key{_add,_request,ctl} syscalls on some arches
3271  - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
3272    gdb purpose
3273  - use inet_pton to decide what is address and what is hostname
3274    in getent (#135422)
3275  - change dladdr/dladdr1, so that dli_saddr is the same kind
3276    of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
3277  - fix catchsegv script so that it works with both 32-bit and 64-bit
3278    programs on multi-arch platforms
3279
3280* Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
3281- update from CVS
3282- require newer selinux-policy (#135978)
3283- add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
3284  files in it
3285- conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
3286
3287* Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
3288- update from CVS
3289  - object size checking support (-D_FORTIFY_SOURCE={1,2})
3290
3291* Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
3292- update from CVS
3293  - support for namespaces in the dynamic linker
3294  - fix dlclose (BZ #77)
3295  - libSegFault.so uses now backtrace() to work on IA-64, x86-64
3296    and s390 (#130254)
3297
3298* Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
3299- update from CVS
3300  - use non-blocking sockets in resolver (#135234)
3301  - reset pd->res options on thread exit, so that threads
3302    reusing cached stacks get resolver state properly initialized
3303    (BZ #434)
3304
3305* Wed Oct  6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
3306- update from CVS
3307- avoid using perl in the spec file, buildrequire sed >= 3.95
3308  (#127671)
3309- export TIMEOUTFACTOR=16
3310- fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
3311
3312* Tue Oct  5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
3313- update from CVS
3314  - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
3315    to -1 in LinuxThreads
3316  - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
3317    on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
3318    returns correct value
3319- if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
3320  sysconf (_SC_CLOCK_SELECTION) and if it returns true,
3321  dlopen libpthread.so and dlsym pthread_condattr_setclock
3322- build nscd with -z relro and -z now
3323
3324* Mon Oct  4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
3325- update from CVS
3326  - stop using __builtin_expect in assert and assert_perror
3327    (#127606)
3328  - try to avoid too much VA fragmentation with malloc
3329    on flexmap layout (#118574)
3330  - nscd robustification
3331  - change valloc to use debugging hooks (#134385)
3332- make glibc_post_upgrade more verbose on errors (Fergal Daly,
3333  #125700)
3334
3335* Fri Oct  1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
3336- update from CVS
3337  - fix __nscd_getgrouplist
3338  - fix a typo in x86_64 pthread_mutex_timedwait fix
3339
3340* Fri Oct  1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
3341- update from CVS
3342  - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
3343
3344* Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
3345- update from CVS
3346  - some nscd fixes (#134193)
3347  - cache initgroups in nscd (#132850)
3348  - reread /etc/localtime in tzset () even if just mtime changed
3349    (#133481)
3350  - fix glob (#126460)
3351  - another get_myaddress fix
3352
3353* Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
3354- update from CVS
3355  - fix get_myaddress (#133982)
3356  - remove nonnull attribute from second utime argument (#133866)
3357  - handle SIGSETXID the same way as SIGCANCEL in
3358    sigaction/pthread_kill/sigwait/sigwaitinfo etc.
3359  - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
3360
3361* Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
3362- update from CVS
3363  - fix BZ #151, #362, #381, #407
3364  - fdim fix for +inf/+inf (BZ #376)
3365
3366* Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
3367- update from CVS
3368  - vasprintf fix (BZ #346)
3369  - gettext locking (BZ #322)
3370- change linuxthreads useldt.h inclusion login again, the last
3371  one failed all linuxthreads FLOATING_STACKS tests
3372
3373* Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
3374- update from CVS
3375  - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
3376  - fix nis locking (#132204)
3377  - RTLD_DEEPBIND support
3378  - fix pthread_create bugs (BZ #401, #405)
3379
3380* Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
3381- migrated CVS to fedora-branch in sources.redhat.com glibc repository
3382  - source tarballs renamed
3383  - redhat/ moved to fedora/, some old cruft removed
3384- update from trunk
3385  - some __nonnull annotations
3386
3387* Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
3388- update from CVS
3389  - set{re,e,res}[ug]id now affect the whole process in NPTL
3390  - return EAGAIN instead of ENOMEM when not enough memory
3391    in pthread_create
3392
3393* Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
3394- update from CVS
3395  - nscd getaddrinfo caching
3396
3397* Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
3398- restore temporarily old definition of __P()/__PMT()
3399  for third party apps
3400
3401* Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
3402- update from CVS
3403  - nscd bi-arch fix
3404  - remove all uses of __P()/__PMT() from glibc headers
3405- update and reenable nscd SELinux patch
3406- remove libnss1* and libnss*.so.1 compatibility NSS modules
3407  on IA-32, SPARC and Alpha
3408
3409* Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
3410- update from CVS
3411  - disable one of the malloc double free checks for non-contiguous
3412    arenas where it doesn't have to be true even for non-broken
3413    apps
3414
3415* Thu Sep  9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
3416- update from CVS
3417  - pwd/grp/host loops with nscd speed up by sharing the
3418    nscd cache r/o with applications
3419  - inexpensive double free check in free(3)
3420  - make NPTL pthread.h initializers usable even from C++
3421    (BZ #375)
3422- use atomic instructions even in i386 nscd on i486+ CPUs
3423  (conditionally)
3424
3425* Fri Sep  3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
3426- update from CVS
3427- fix linuxthreads tst-cancel{[45],-static}
3428
3429* Fri Sep  3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
3430- update from CVS
3431  - fix pthread_cond_destroy (BZ #342)
3432  - fix fnmatch without FNM_NOESCAPE (BZ #361)
3433  - fix ppc32 setcontext (BZ #357)
3434- add NPTL support for i386 glibc (only if run on i486 or higher CPU)
3435- add __NR_waitid defines for i386, x86_64 and sparc*
3436
3437* Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
3438- update from CVS
3439  - persistent nscd caching
3440  - ppc64 32-bit atomicity fix
3441  - fix x86-64 nptl-devel headers for -m32 compilation
3442- %%ghost /etc/ld.so.cache (#130597)
3443- edit /etc/ld.so.conf in glibc_post_upgrade if
3444  include ld.so.conf.d/*.conf line is missing (#120588)
3445- ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
3446
3447* Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
3448- update from CVS
3449
3450* Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
3451- update from CVS
3452  - fix nss_compat's initgroups handling (#130363)
3453  - fix getaddrinfo ai_canonname setting
3454
3455* Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
3456- update from CVS
3457  - add ip6-dotint resolv.conf option, make
3458    no-ip6-dotint the default
3459- BuildPrereq libselinux-devel (#129946)
3460- on ppc64, build without dot symbols
3461
3462* Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
3463- update from CVS
3464  - remove debugging printout (#129747)
3465  - make <sys/shm.h> usable in C++ (IT#45148)
3466- update RLIMIT_* constants in <bits/resource.h>, make
3467  <sys/resource.h> POSIX compliant (#129740)
3468
3469* Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
3470- fix last tzset () fixes, disable rereading of /etc/localtime
3471  every time for now
3472- really enable SELinux support for NSCD
3473
3474* Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
3475- update from CVS
3476  - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
3477  - tzset () fixes (BZ #154)
3478- speed up pthread_rwlock_unlock on arches other than i386 and
3479  x86_64 (#129455)
3480- fix compilation with -ansi (resp. -std=c89 or -std=c99) and
3481  -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
3482  (BZ #284)
3483- add SELinux support for NSCD
3484
3485* Fri Aug  6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
3486- update from CVS
3487  - change res_init to force all threads to re-initialize
3488    resolver before they use it next time (#125712)
3489  - various getaddrinfo and related fixes (BZ #295, #296)
3490  - fix IBM{932,943} iconv modules (#128674)
3491  - some nscd fixes (e.g. BZ #292)
3492  - RFC 3678 support (Multicast Source Filters)
3493- handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
3494  the same as /lib/i686/librt-*
3495
3496* Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
3497- update from CVS
3498  - conformance related changes in headers
3499- remove -finline-limit=2000 for GCC 3.4.x+
3500
3501* Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
3502- update from CVS
3503  - fix res_init leaks
3504  - fix newlocale races
3505  - fix ppc64 setjmp
3506- fix strtold (BZ #274)
3507
3508* Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
3509- update from CVS
3510  - allow pthread_cancel in DSO destructors run at exit time
3511- fix pow{f,,l} on IA-32 and powl on x86-64
3512- allow PIEs on IA-32 to have main in a shared library they depend on
3513
3514* Mon Jul  5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
3515- s390* .plt slot reduction
3516- fix pthread_rwlock_timedrdlock on x86_64
3517
3518* Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
3519- tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
3520  NPTL changes
3521
3522* Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
3523- update from CVS
3524  - if_nameindex using preferably netlink
3525  - printf_parsemb initialization fix
3526  - NPTL version is now the same as glibc version
3527
3528* Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
3529- update from CVS
3530  - reread resolv.conf for nscd --invalidate=hosts
3531  - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
3532    -m32 -D_FILE_OFFSET_BITS=64 compilations
3533  - avoid calling non-existing fcntl64 syscall on ppc64
3534
3535* Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
3536- update from CVS
3537  - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
3538  - fix backtrace in statically linked programs
3539- rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
3540
3541* Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
3542- update from CVS
3543- <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
3544- make c_stubs buildable even with GCC 3.2.x (#123042)
3545
3546* Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
3547- fix pthread_cond_wait on architectures other than IA-32 and
3548  x86_64
3549
3550* Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
3551- use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
3552
3553* Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
3554- update from CVS
3555  - FUTEX_REQUEUE fixes (#115349)
3556  - SPARC GCC 3.4 build fix
3557  - fix handling of undefined TLS symbols on IA32 (RELA only),
3558    SPARC and SH
3559  - regex translate fix
3560  - speed up sprintf
3561  - x86_64 makecontext alignment fix
3562  - make POSIX sigpause the default sigpause, unless BSD sigpause
3563    requested
3564
3565* Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
3566- remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
3567  on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
3568- build mq_{send,receive} with -fexceptions
3569
3570* Fri May  7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
3571- update from CVS
3572  - fix <tgmath.h>
3573  - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
3574    use of realloc
3575- remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
3576  and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
3577  might be a stale symlink
3578
3579* Wed May  5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
3580- update from CVS
3581- disable FUTEX_REQUEUE (work around #115349)
3582- mq for sparc/sparc64/ia64
3583
3584* Tue May  4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
3585- update from CVS
3586  - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
3587    plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
3588    included already in XNS5)
3589  - reorder dlopen checks, so that dlopening ET_REL objects
3590    complains about != ET_DYN != ET_EXEC, not about phentsize
3591    (#121606)
3592  - fix strpbrk macro for GCC 3.4+ (BZ #130)
3593  - fix <sys/sysctl.h> (BZ #140)
3594  - sched_[gs]etaffinity documentation fix (BZ #131)
3595  - fix sparc64 build (BZ #139)
3596  - change linuxthreads back to use non-cancellable writes
3597    to manager pipes etc.
3598  - fix sem_timedwait return value in linuxthreads (BZ #133)
3599  - ia64 unnecessary PLT relocs removal
3600
3601* Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
3602- update from CVS
3603  - fix *scanf
3604  - fix shm_unlink, sem_unlink and mq_unlink errno values
3605  - avoid memory leaks in error
3606  - execstack fixes on s390
3607
3608* Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
3609- update from CVS
3610  - mq and timer fixes
3611- rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
3612  linked binaries
3613- fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
3614
3615* Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
3616- disable rtkaio
3617- update from CVS
3618  - POSIX message passing support
3619  - fixed SIGEV_THREAD support for POSIX timers
3620  - fix free on non-malloced memory in syslog
3621  - fix ffsl on some 64-bit arches
3622  - fix sched_setaffinity on x86-64, ia64
3623  - fix ppc64 umount
3624  - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
3625  - various NIS speedups
3626  - fix fwrite with > 2GB sizes on 64-bit arches
3627  - fix pthread_getattr_np guardsize reporting in NPTL
3628- report PLT relocations in ld.so and libc.so during the build
3629
3630* Thu Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
3631- update from CVS
3632  - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
3633  - strtol speed optimization
3634  - don't try to use certainly unimplemented syscalls on ppc64
3635- kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
3636  into /usr/lib/debug/usr/%%{_lib}/ directory
3637- fix c_stubs with gcc 3.4
3638- move all the up to 3 builds into %%build scriptlet and
3639  leave only installation in the %%install scriptlet
3640
3641* Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
3642- update from CVS
3643  - affinity API changes
3644
3645* Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
3646- update from CVS
3647  - fix ia64 iopl (#118591)
3648  - add support for /etc/ld.so.conf.d/*.conf
3649  - fix x86-64 LD_DEBUG=statistics
3650- fix hwcap handling when using ld.so.cache (#118518)
3651
3652* Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
3653- update from CVS
3654  - implement non-_l function on top of _l functions
3655
3656* Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
3657- update from CVS
3658- fix s390{,x} TLS handling
3659
3660* Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
3661- update from CVS
3662  - special section for compatibility code
3663  - make getpid () work even in vfork () child
3664- configure with --enable-bind-now to avoid lazy binding in ld.so
3665  and libc.so
3666
3667* Fri Mar  5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
3668- update from CVS
3669  - fix iconv -c (#117021)
3670  - fix PIEs on sparc/sparc64
3671  - fix posix_fadvise on 64-bit architectures
3672- add locale-archive as %%ghost file (#117014)
3673
3674* Mon Mar  1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
3675- update from CVS
3676
3677* Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
3678- update from CVS
3679
3680* Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
3681- update from CVS
3682  - fix ld.so when vDSO is randomized
3683
3684* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
3685- update from CVS
3686
3687* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
3688- update from CVS
3689
3690* Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
3691- update from CVS
3692
3693* Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
3694- update from CVS
3695  - dl_iterate_phdr extension to signal number of added/removed
3696    libraries
3697- fix PT_GNU_RELRO support on ppc* with prelinking
3698
3699* Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
3700- rebuilt with fixed GCC on IA-64
3701
3702* Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
3703- fix PT_GNU_RELRO support
3704
3705* Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
3706- update from CVS
3707  - some further regex speedups
3708  - fix re.translate handling in regex (#112869)
3709  - change regfree to match old regex behaviour (what is freed
3710    and clearing of freed pointers)
3711  - fix accesses to unitialized memory in regex (#113507, #113425,
3712    #113421)
3713  - PT_GNU_RELRO support
3714
3715* Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
3716- update from CVS
3717  - fix pmap_set fd and memory leak (#112726)
3718- fix backreference handling in regex
3719- rebuilt under glibc without the above bug to fix
3720  libc.so linker script (#112738)
3721
3722* Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
3723- update from CVS
3724  - faster getpid () in NPTL builds
3725  - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
3726    really disable cancellation (#112512)
3727  - more regex fixes and speedups
3728  - fix nextafter*/nexttoward*
3729  - handle 6th syscall(3) argument on AMD64
3730  - handle memalign/posix_memalign in mtrace
3731  - fix linuxthreads memory leak (#112208)
3732  - remove throw () from cancellation points in linuxthreads (#112602)
3733  - fix NPTL unregister_atfork
3734  - fix unwinding through alternate signal stacks
3735
3736* Mon Dec  1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
3737- update from CVS
3738  - 2.3.3 release
3739  - lots of regex fixes and speedups (#110401)
3740  - fix atan2
3741  - fix pshared condvars in NPTL
3742  - fix pthread_attr_destroy for attributes created with
3743    pthread_attr_init@GLIBC_2.0
3744- for the time being, include both nb_NO* and no_NO* as locales
3745  so that the distribution can catch up with the no_NO->nb_NO
3746  transition
3747- add BuildPrereq texinfo (#110252)
3748
3749* Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
3750- update from CVS
3751  - fix getifaddrs (CAN-2003-0859)
3752  - fix ftw fd leak
3753  - fix linuxthreads sigaction (#108634)
3754  - fix glibc 2.0 stdio compatibility
3755  - fix uselocale (LC_GLOBAL_LOCALE)
3756  - speed up stdio locking in non-threaded programs on IA-32
3757  - try to maintain correct order of cleanups between those
3758    registered with __attribute__((cleanup))
3759    and with LinuxThreads style pthread_cleanup_push/pop (#108631)
3760  - fix segfault in regex (#109606)
3761  - fix RE_ICASE multi-byte handling in regex
3762  - fix pthread_exit in libpthread.a (#109790)
3763  - FTW_ACTIONRETVAL support
3764  - lots of regex fixes and speedups
3765  - fix ceill/floorl on AMD64
3766
3767* Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
3768- update from CVS
3769  - fix ld.so --verify (and ldd)
3770
3771* Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
3772- update from CVS
3773  - fix sprof (#103727)
3774  - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
3775  - prevent dlopening of executables
3776  - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
3777  - fix locale printing of word values on 64-bit big-endian arches
3778    (#107846)
3779  - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
3780    (#101261)
3781
3782* Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
3783- update from CVS
3784  - dl_iterate_phdr in libc.a on arches other than IA-64
3785  - LD_DEBUG=statistics prints number of relative relocations
3786  - fix hwcap computation
3787- NPTL is now part of upstream glibc CVS
3788- include {st,xh,zu}_ZA{,.UTF-8} locales
3789
3790* Sat Oct  4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
3791- update from CVS
3792  - fix close, pause and fsync (#105348)
3793  - fix pthread_once on IA-32
3794- implement backtrace () on IA-64, handle -fomit-frame-pointer
3795  in AMD64 backtrace () (#90402)
3796
3797* Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
3798- update from CVS
3799  - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
3800  - fix mknod/ustat return value when given bogus device number (#105768)
3801
3802* Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
3803- rebuilt
3804
3805* Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
3806- fix IA-64 getcontext
3807
3808* Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
3809- update from CVS
3810- fix syslog with non-C non-en_* locales (#61296, #104979)
3811- filter GLIBC_PRIVATE symbols from glibc provides
3812- fix NIS+
3813
3814* Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
3815- update from CVS
3816- assume 2.4.21 kernel features on RHEL/ppc*, so that
3817  {make,set,get,swap}context works
3818- backout execstack support for RHEL
3819- build rtkaio on amd64 too
3820
3821* Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
3822- update from CVS
3823  - execstack/noexecstack support
3824  - build nscd as PIE
3825- move __libc_stack_end back to @GLIBC_2.1
3826- build against elfutils >= 0.86 to fix stripping on s390x
3827
3828* Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
3829- rebuilt
3830
3831* Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
3832- update from CVS
3833  - NPTL locking change (#102682)
3834- don't jump around lock on amd64
3835
3836* Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
3837- fix open_memstream/syslog (#104661)
3838
3839* Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
3840- update from CVS
3841  - retrieve affinity in pthread_getattr_np
3842  - fix pthread_attr_[gs]etaffinity_np
3843  - handle hex and octal in wordexp
3844
3845* Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
3846- update from CVS
3847  - truncate instead of round in utimes when utimes syscall is not available
3848  - don't align stack in every glibc function unnecessarily on IA-32
3849  - make sure threads have their stack 16 byte aligned on IA-32
3850  - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
3851  - fix pthread_getattr_np for the initial thread (#102683)
3852  - avoid linuxthreads signal race (#104368)
3853- ensure all gzip invocations are done with -n option
3854
3855* Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
3856- update from CVS
3857- avoid linking in libgcc_eh.a unnecessarily
3858- change ssize_t back to long int on s390 -m31, unless
3859  gcc 2.95.x is used
3860
3861* Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
3862- update from CVS
3863  - fix IA-64 memccpy (#104114)
3864
3865* Tue Sep  9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
3866- update from CVS
3867  - undo broken amd64 signal context changes
3868
3869* Tue Sep  9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
3870- update from CVS
3871- change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
3872  {unsigned,} int
3873- change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
3874  *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
3875  on 64-bit arches from {unsigned,} long long int {,*} to
3876  {unsigned,} long int {,*} to restore binary compatibility
3877  for C++ functions using these types as arguments
3878
3879* Sun Sep  7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
3880- rebuilt
3881
3882* Sat Sep  6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
3883- update from CVS
3884  - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
3885  - libio fixes
3886
3887* Thu Sep  4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
3888- update from CVS
3889  - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
3890    and old-style pthread_cleanup_push cleanups
3891
3892* Tue Sep  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
3893- updated from CVS
3894  - lots of cancellation fixes
3895  - fix posix_fadvise* on ppc32
3896  - TLS layout fix
3897  - optimize stdio cleanups (#103354)
3898  - sparcv9 NPTL
3899  - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
3900    in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
3901  - fix svc_getreqset on 64-bit big-endian arches
3902  - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
3903    PTHREAD_PROCESS_SHARED
3904  - add pthread_cond_timedwait stubs to libc.so (#102709)
3905- split glibc-devel into glibc-devel and glibc-headers to ensure
3906  amd64 /usr/include always wins on amd64/i386 bi-arch installs
3907- increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
3908- get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
3909- run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
3910  ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
3911  and tests
3912
3913* Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
3914- include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
3915  in glibc-debuginfo-common*
3916
3917* Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
3918- update from CVS
3919  - fix glibc 2.0 libio compatibility (#101385)
3920  - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
3921  - fix assert.h (#102916, #103017)
3922  - make ld.so.cache identical between IA-32 and AMD64 (#102887)
3923  - fix static linking of large IA-64 binaries (#102586)
3924- avoid using floating point regs in lazy binding code on ppc64 (#102763)
3925
3926* Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
3927- add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
3928
3929* Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
3930- nptl_db rewrite not yet in CVS
3931
3932* Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
3933- update from CVS
3934  - fix rtkaio aio_fsync{,64}
3935  - update rtkaio for !BROKEN_THREAD_SIGNALS
3936  - fix assert macro when used on pointers
3937
3938* Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
3939- update from CVS
3940
3941* Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
3942- update from CVS
3943- disable CLONE_STOPPED for now until it is resolved
3944- strip crt files
3945- fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
3946- fix glibc-debuginfo to include all nptl and nptl_db sources
3947
3948* Thu Aug  7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
3949- update from CVS
3950  - fix pthread_create@GLIBC_2.0 (#101767)
3951- __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
3952
3953* Sun Aug  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
3954- update from CVS
3955  - only use CLONE_STOPPED if kernel supports it, fix setting of thread
3956    explicit scheduling (#101457)
3957
3958* Fri Aug  1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
3959- update from CVS
3960  - fix utimes and futimes if kernel doesn't support utimes syscall
3961  - fix s390 ssize_t type
3962  - fix dlerror when called before any dlopen/dlsym
3963  - update IA-64 bits/sigcontext.h (#101344)
3964  - various warning fixes
3965  - fix pthread.h comment typos (#101363)
3966
3967* Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
3968- update from CVS
3969- fix dlopen of libraries using TLS IE/LE models
3970
3971* Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
3972- update from CVS
3973  - fix timer_create
3974  - use __extension__ before long long typedefs in <bits/types.h> (#100718)
3975
3976* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
3977- update from CVS
3978  - fix wcpncpy (#99462)
3979  - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
3980    unlike __errno_location () or __h_errno_location () was introduced
3981    in glibc 2.2)
3982  - fix zic bug on 64-bit platforms
3983  - some TLS handling fixes
3984  - make ldconfig look into alternate ABI dirs by default (#99402)
3985- move %%{_datadir}/zoneinfo to tzdata package, so that it can be
3986  errataed separately from glibc
3987- new add-on - rtkaio
3988- prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
3989
3990* Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
3991- fix thread cancellation on ppc64
3992
3993* Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
3994- update from CVS
3995  - fix thread cancellation on ppc32, s390 and s390x
3996
3997* Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
3998- update from CVS
3999  - build libc_nonshared.a with -fPIC instead of -fpic
4000- fix ppc64 PIE support
4001- add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
4002
4003* Tue Jul  8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
4004- update from CVS
4005
4006* Thu Jul  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
4007- update from CVS
4008- on IA-64 use different symbols for cancellation portion of syscall
4009  handlers to make gdb happier
4010
4011* Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
4012- update from CVS
4013  - nss_compat supporting LDAP etc.
4014
4015* Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
4016- update from CVS
4017
4018* Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
4019- fix condvars and semaphores in ppc* NPTL
4020- fix test-skeleton.c reporting of timed-out tests (#91269)
4021- increase timeouts for tests during make check
4022
4023* Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
4024- make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
4025  on bi-ABI architectures (#97557)
4026- disable FUTEX_REQUEUE on ppc* temporarily
4027
4028* Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
4029- update from CVS
4030- fix glibc_post_upgrade on ppc
4031
4032* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
4033- update from CVS
4034- fix localedef (#90659)
4035- tweak linuxthreads for librt cancellation
4036
4037* Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
4038- update from CVS
4039
4040* Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
4041- update from CVS
4042- fix <gnu/stubs.h> (#97169)
4043
4044* Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
4045- update from CVS
4046
4047* Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
4048- update from CVS
4049  - fix pthread_cond_signal on IA-32 (#92080, #92253)
4050  - fix setegid (#91567)
4051- don't prelink -R libc.so on any architecture, it prohibits
4052  address randomization
4053
4054* Thu Jun  5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
4055- update from CVS
4056  - fix IA-64 NPTL build
4057
4058* Thu Jun  5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
4059- update from CVS
4060- PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
4061  section in *.[oa]
4062
4063* Sun Jun  1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
4064- update from CVS
4065- enable NPTL on AMD64
4066- avoid using trampolines in localedef
4067
4068* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
4069- enable NPTL on IA-64
4070
4071* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
4072- update from CVS
4073- enable NPTL on s390 and s390x
4074- make __init_array_start etc. symbols in elf-init.oS hidden undefined
4075
4076* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
4077- update from CVS
4078
4079* Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
4080- update from CVS
4081
4082* Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
4083- update from CVS
4084- use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
4085  or set_tid_address syscall is available instead of checking
4086  AT_SYSINFO dynamic tag
4087
4088* Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
4089- update from CVS
4090
4091* Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
4092- update from CVS
4093  - fix for prelinking of libraries with no dependencies
4094
4095* Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
4096- update from CVS
4097- enable NPTL on ppc and ppc64
4098
4099* Tue May  6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
4100- rebuild
4101
4102* Sun May  4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
4103- update from CVS
4104
4105* Sat May  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
4106- update from CVS
4107  - make -jN build fixes
4108
4109* Fri May  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
4110- update from CVS
4111- avoid using trampolines in iconvconfig for now
4112
4113* Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
4114- update from CVS
4115
4116* Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
4117- update from CVS
4118- more ppc TLS fixes
4119
4120* Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
4121- update from CVS
4122  - nscd fixes
4123  - fix Bahrain spelling (#56298)
4124  - fix Ukrainian collation (#83973)
4125  - accept trailing spaces in /etc/ld.so.conf (#86032)
4126  - perror fix (#85994)
4127  - fix localedef (#88978)
4128  - fix getifaddrs (#89026)
4129  - fix strxfrm (#88409)
4130- fix ppc TLS
4131- fix getaddrinfo (#89448)
4132- don't print warning about errno, h_errno or _res if
4133  LD_ASSUME_KERNEL=2.4.1 or earlier
4134
4135* Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
4136- update from CVS
4137- fix prelink on ppc32
4138- add TLS support on ppc32 and ppc64
4139- make sure on -m64 arches all helper binaries are built with this
4140  option
4141
4142* Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
4143- update from CVS
4144  - fix strxfrm (#88409)
4145- use -m64 -mno-minimal-toc on ppc64
4146- conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
4147- link glibc_post_upgrade against newly built libc.a
4148
4149* Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
4150- update from CVS
4151  - fix NPTL pthread_detach and already terminated, but not yet
4152    joined thread (#88219)
4153  - fix bug-regex4 testcase (#88118)
4154  - reenable prelink support broken in 2.3.2-13
4155  - fix register_printf_function (#88052)
4156  - fix double free with fopen using ccs= (#88056)
4157  - fix potential access below $esp in {set,swap}context (#88093)
4158  - fix buffer underrun in gencat -H (#88099)
4159  - avoid using unitialized variable in tst-tgmath (#88101)
4160  - fix gammal (#88104)
4161  - fix iconv -c
4162  - fix xdr_string (PR libc/4999)
4163  - fix /usr/lib/nptl/librt.so symlink
4164  - avoid running NPTL cleanups twice in some cases
4165  - unblock __pthread_signal_cancel in linuxthreads, so that
4166    linuxthreads threaded programs work correctly if spawned
4167    from NPTL threaded programs
4168  - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
4169- remove /lib/i686 directory before running ldconfig in glibc post
4170  during i686 -> i386 glibc "upgrades" (#88456)
4171
4172* Wed Apr  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
4173- update from CVS
4174  - add pthread_atfork to libpthread.a
4175
4176* Tue Apr  1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
4177- update from CVS
4178- make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
4179  point
4180
4181* Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
4182- update from CVS
4183- if kernel >= 2.4.1 doesn't support NPTL, fall back to
4184  /lib/i686 libs on i686, not stright to /lib
4185
4186* Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
4187- update from CVS
4188  - timers fixes
4189
4190* Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
4191- update from CVS
4192- fix NPTL pthread_cond_timedwait
4193- fix sysconf (_SC_MONOTONIC_CLOCK)
4194- use /%%{_lib}/tls instead of /lib/tls on x86-64
4195- add /%%{_lib}/tls/librt*so* and /%%{_lib}/i686/librt*so*
4196- display content of .out files for all make check failures
4197
4198* Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
4199- update from CVS
4200  - kernel POSIX timers support
4201
4202* Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
4203- update from CVS
4204  - export __fork from glibc again
4205- fix glibc-compat build in NPTL
4206- fix c_stubs
4207- fix some more atomic.h problems
4208- don't check abi in glibc-compat libs
4209
4210* Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
4211- update from CVS
4212- build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
4213- condrestart sshd in glibc_post_upgrade so that the user can
4214  log in remotely and handle the rest (#86339)
4215- fix a typo in glibc_post_upgrade on sparc
4216
4217* Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
4218- update from CVS
4219- change i686/athlon libc.so.6 base to 0x00e80000
4220
4221* Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
4222- update from CVS
4223  - hopefully last fix for condvar problems
4224
4225* Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
4226- fix bits/syscall.h creation on x86-64
4227
4228* Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
4229- update from CVS
4230
4231* Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
4232- update from CVS
4233
4234* Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
4235- update from CVS
4236- fix glibc-debug description (#85111)
4237- make librt.so a symlink again, not linker script
4238
4239* Tue Mar  4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
4240- update from CVS
4241- remove the workarounds for broken software accessing GLIBC_PRIVATE
4242  symbols
4243
4244* Mon Mar  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
4245- update from CVS
4246
4247* Sun Mar  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
4248- fix TLS IE/LE model handling in dlopened libraries
4249  on TCB_AT_TP arches
4250
4251* Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
4252- update from CVS
4253
4254* Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
4255- update from CVS
4256
4257* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
4258- update from CVS
4259- only warn about errno, h_errno or _res for binaries, never
4260  libraries
4261- rebuilt with gcc-3.2.2-4 to use direct %%gs TLS access insn sequences
4262
4263* Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
4264- update from CVS
4265
4266* Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
4267- update from CVS
4268
4269* Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
4270- update from CVS
4271
4272* Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
4273- update from CVS
4274
4275* Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
4276- update from CVS
4277- remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
4278
4279* Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
4280- update from CVS
4281
4282* Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
4283- update from CVS
4284
4285* Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
4286- update from CVS
4287  - pthread_cond* NPTL fixes, new NPTL testcases
4288
4289* Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
4290- update from CVS
4291- include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
4292  LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
4293  LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
4294  later is NPTL
4295- enable TLS on alpha/alphaev6
4296- add BuildPreReq: /usr/bin/readlink
4297
4298* Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
4299- update from CVS
4300  - pthread_once fix
4301
4302* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
4303- update from CVS
4304- vfork fix on s390
4305- rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
4306  don't bind locally (#83325)
4307
4308* Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
4309- update from CVS
4310- fix pthread_create after vfork+exec in linuxthreads
4311
4312* Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
4313- update from CVS
4314
4315* Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
4316- update from CVS
4317
4318* Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
4319- update from CVS
4320- enable TLS on s390{,x} and sparc{,v9}
4321
4322* Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
4323- update from CVS
4324- initialize __environ in glibc_post_upgrade to empty array,
4325  so that it is not NULL
4326- compat symlink for s390x /lib/ld64.so.1
4327- enable glibc-profile on x86-64
4328- only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
4329
4330* Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
4331- update from CVS
4332  - nscd fixes, *scanf fix
4333- fix %%nptlarches noarch build (#81909)
4334- IA-64 TLS fixes
4335
4336* Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
4337- update from CVS
4338- rework -debuginfo subpackage, add -debuginfo-common
4339  subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
4340- fix vfork in libc.a on PPC32, Alpha, Sparc
4341- fix libio locks in linuxthreads libc.so if libpthread.so
4342  is dlopened later (#81374)
4343
4344* Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
4345- update from CVS
4346  - dlclose bugfixes
4347- fix NPTL libpthread.a
4348- fix glibc_post_upgrade on several arches
4349
4350* Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
4351- update from CVS
4352- TLS support on IA-64
4353
4354* Wed Jan  8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
4355- fix vfork in linuxthreads (#81377, #81363)
4356
4357* Tue Jan  7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
4358- update from CVS
4359- don't use TLS libs if kernel doesn't set AT_SYSINFO
4360  (#80921, #81212)
4361- add ntp_adjtime on alpha (#79996)
4362- fix nptl_db (#81116)
4363
4364* Sun Jan  5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
4365- update from CVS
4366- support all architectures again
4367
4368* Fri Jan  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
4369- fix condvar compatibility wrappers
4370- add ugly hack to use non-TLS libs if a binary is seen
4371  to have errno, h_errno or _res symbols in .dynsym
4372
4373* Fri Jan  3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
4374- update from CVS
4375  - fixes for new condvar
4376
4377* Thu Jan  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
4378- new NPTL condvar implementation plus related linuxthreads
4379  symbol versioning updates
4380
4381* Thu Jan  2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
4382- update from CVS
4383- fix #include <sys/stat.h> with -D_BSD_SOURCE or without
4384  feature set macros
4385- make *sigaction, sigwait and raise the same between
4386  -lpthread -lc and -lc -lpthread in linuxthreads builds
4387
4388* Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
4389- fix dlclose
4390
4391* Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
4392- enable sysenter by default for now
4393- fix endless loop in ldconfig
4394
4395* Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
4396- update from CVS
4397
4398* Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
4399- update from CVS
4400  - fix ptmalloc_init after clearenv (#80370)
4401
4402* Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
4403- update from CVS
4404- add IA-64 back
4405- move TLS libraries from /lib/i686 to /lib/tls
4406
4407* Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
4408- system(3) fix for linuxthreads
4409- don't segfault in pthread_attr_init from libc.so
4410- add cancellation tests from nptl to linuxthreads
4411
4412* Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
4413- fix up lists of exported symbols + their versions
4414  from the libraries
4415
4416* Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
4417- fix --with-tls --enable-kernel=2.2.5 libc on IA-32
4418
4419* Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
4420- update from CVS
4421  - fix NPTL hanging mozilla
4422  - initialize malloc in mALLOPt (fixes problems with squid, #79957)
4423  - make linuxthreads work with dl_dynamic_weak 0
4424  - clear dl_dynamic_weak everywhere
4425
4426* Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
4427- update from CVS
4428  - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
4429  - kill -debug sub-package, rename -debug-static to -debug
4430  - clear dl_dynamic_weak for NPTL
4431
4432* Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
4433- fix <bits/mathinline.h> and <bits/nan.h> for C++
4434- automatically generate NPTL libpthread wrappers
4435
4436* Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
4437- update from CVS
4438  - all functions which need cancellation should now be cancellable
4439    both in libpthread.so and libc.so
4440  - removed @@GLIBC_2.3.2 cancellation wrappers
4441
4442* Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
4443- update from CVS
4444  - replace __libc_lock_needed@GOTOFF(%%ebx) with
4445    %%gs:offsetof(tcbhead_t, multiple_threads)
4446  - start of new NPTL cancellation wrappers
4447
4448* Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
4449- update from CVS
4450- use inline locks in malloc
4451
4452* Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
4453- update from CVS
4454  - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
4455
4456* Mon Dec  9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
4457- update from CVS
4458- rebuilt with gcc-3.2.1-2
4459
4460* Fri Dec  6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
4461- update from CVS
4462- non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
4463  should work now
4464- faster libc locking when using nptl
4465- add OUTPUT_FORMAT to linker scripts
4466- fix x86_64 sendfile (#79111)
4467
4468* Wed Dec  4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
4469- update from CVS
4470  - RUSCII support (#78906)
4471- for nptl builds add BuildRequires
4472- fix byteswap.h for non-gcc (#77689)
4473- add nptl-devel package
4474
4475* Tue Dec  3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
4476- update from CVS
4477  - make --enable-kernel=2.2.5 --with-tls --without-__thread
4478    ld.so load nptl and other --with-__thread libs
4479- disable nptl by default for now
4480
4481* Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
4482- update from CVS
4483- restructured redhat/Makefile and spec, so that src.rpm contains
4484  glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
4485- added nptl
4486
4487* Fri Nov  8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
4488- update from CVS
4489  - even more regex fixes
4490- run sed testsuite to check glibc regex
4491
4492* Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
4493- fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
4494  using libpthread.so.
4495
4496* Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
4497- update from CVS
4498  - fixed %%a and %%A in *printf (#75821)
4499  - fix re_comp memory leaking (#76594)
4500
4501* Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
4502- update from CVS
4503  - some more regex fixes
4504- fix libpthread.a (#76484)
4505- fix locale-archive enlarging
4506
4507* Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
4508- update from CVS
4509  - don't need to use 128K of stacks for DNS lookups
4510  - regex fixes
4511  - updated timezone data e.g. for this year's Brasil DST
4512    changes
4513  - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
4514
4515* Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
4516- update to 2.3.1 final
4517  - support really low thread stack sizes (#74073)
4518- tzdata update
4519
4520* Wed Oct  9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
4521- update from CVS
4522  - handle low stack limits
4523  - move s390x into */lib64
4524
4525* Thu Oct  3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
4526- update to 2.3 final
4527  - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
4528
4529* Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
4530- don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
4531  speed things up, because they are neither REL arches, nor
4532  ELF_MACHINE_REL_RELATIVE
4533- fix sparc64 build
4534
4535* Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
4536- update from CVS
4537
4538* Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
4539- update from CVS
4540- prelink on ppc and x86-64 too
4541- don't remove ppc memset
4542- instead of listing on which arches to remove glibc-compat
4543  list where it should stay
4544
4545* Fri Sep  6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
4546- fix wcsmbs functions with invalid character sets (or malloc
4547  failures)
4548- make sure __ctype_b etc. compat vars are updated even if
4549  they are copy relocs in the main program
4550
4551* Thu Sep  5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
4552- fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
4553  leading to unresolved __set_h_errno symbol)
4554
4555* Wed Sep  4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
4556- security fix - increase dns-network.c MAXPACKET to at least
4557  65536 to avoid buffer overrun. Likewise glibc-compat
4558  dns-{host,network}.c.
4559
4560* Tue Sep  3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
4561- temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
4562  libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
4563  from libc.so - we have still lots of .a libraries referencing
4564  __ctype_{b,tolower,toupper} out there...
4565
4566* Tue Sep  3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
4567- update from CVS
4568  - 2.2.93 release
4569  - use double instead of single indirection in isXXX macros
4570  - per-locale wcsmbs conversion state
4571
4572* Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
4573- update from CVS
4574  - fix newlocale/duplocale/uselocale
4575- disable profile on x86_64 for now
4576
4577* Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
4578- update from CVS
4579  - 2.2.92 release
4580  - fix gettext after uselocale
4581  - fix locales in statically linked threaded programs
4582  - fix NSS
4583
4584* Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
4585- update from CVS
4586  - 2.2.91 release
4587  - fix fd leaks in locale-archive reader (#72043)
4588- handle EROFS in build-locale-archive gracefully (#71665)
4589
4590* Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
4591- update from CVS
4592  - fix re_match (#72312)
4593- support more than 1024 threads
4594
4595* Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
4596- update from CVS
4597  - fix i386 build
4598
4599* Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
4600- update from CVS
4601  - fix locale-archive loading hang on some (non-primary) locales
4602    (#72122, #71878)
4603  - fix umount problems with locale-archives when /usr is a separate
4604    partition (#72043)
4605- add LICENSES file
4606
4607* Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
4608- update from CVS
4609  - only mmap up to 2MB of locale-archive on 32-bit machines
4610    initially
4611  - fix fseek past end + fread segfault with mmaped stdio
4612- include <sys/debugreg.h> which is mistakenly not included
4613  in glibc-devel on IA-32
4614
4615* Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
4616- don't return normalized locale name in setlocale when using
4617  locale-archive
4618
4619* Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
4620- update from CVS
4621  - optimize for primary system locale
4622- localedef fixes (#71552, #67705)
4623
4624* Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
4625- fix path to locale-archive in libc reader
4626- build locale archive at glibc-common %%post time
4627- export __strtold_internal and __wcstold_internal on Alpha again
4628- workaround some localedata problems
4629
4630* Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
4631- update from CVS
4632- patch out set_thread_area for now
4633
4634* Fri Aug  9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
4635- update from CVS
4636- GB18030 patch from Yu Shao
4637- applied Debian patch for getaddrinfo IPv4 vs. IPv6
4638- fix regcomp (#71039)
4639
4640* Sun Aug  4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
4641- update from CVS
4642- use /usr/sbin/prelink, not prelink (#70376)
4643
4644* Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
4645- update from CVS
4646
4647* Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
4648- update from CVS
4649  - ungetc fix (#69586)
4650  - fseek errno fix (#69589)
4651  - change *etrlimit prototypes for C++ (#68588)
4652- use --without-tls instead of --disable-tls
4653
4654* Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
4655- set nscd user's shell to /sbin/nologin (#68369)
4656- fix glibc-compat buffer overflows (security)
4657- buildrequire prelink, don't build glibc's own copy of it (#67567)
4658- update from CVS
4659  - regex fix (#67734)
4660  - fix unused warnings (#67706)
4661  - fix freopen with mmap stdio (#67552)
4662  - fix realloc (#68499)
4663
4664* Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
4665- update from CVS
4666  - fix argp on long words
4667  - update atime in libio
4668
4669* Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
4670- update from CVS
4671  - a thread race fix
4672  - fix readdir on invalid dirp
4673
4674* Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
4675- update from CVS
4676  - don't use __thread in headers
4677- fix system(3) in threaded apps
4678- update prelink, so that it is possible to prelink -u libc.so.6.1
4679  on Alpha
4680
4681* Fri Jun  7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
4682- update from CVS
4683  - fix __moddi3 (#65612, #65695)
4684  - fix ether_line (#64427)
4685- fix setvbuf with mmap stdio (#65864)
4686- --disable-tls for now, waiting for kernel
4687- avoid duplication of __divtf3 etc. on IA-64
4688- make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
4689
4690* Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
4691- update from CVS
4692  - fix Alpha pthread bug with gcc 3.1
4693
4694* Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
4695- fix nice
4696
4697* Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
4698- add relocation dependencies even for weak symbols (#63422)
4699- stricter check_fds check for suid/sgid binaries
4700- run make check at %%install time
4701
4702* Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
4703- handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
4704- back out do-lookup.h change (#63261, #63305)
4705- use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
4706  since lots of compilers break on it
4707- fix sparc build with gcc 3.1
4708- fix spec file for athlon
4709
4710* Tue Apr  9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
4711- fix debugging of threaded apps (#62804)
4712- fix DST for Estonia (#61494)
4713- document that pthread_mutexattr_?etkind_np are deprecated
4714  and pthread_mutexattr_?ettype should be used instead in man
4715  pages (#61485)
4716- fix libSegFault.so undefined externals
4717
4718* Fri Apr  5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
4719- temporarily disable prelinking ld.so, as some statically linked
4720  binaries linked against debugging versions of old glibcs die on it
4721  (#62352)
4722- fix <semaphore.h> for -std=c99 (#62516)
4723- fix ether_ntohost segfault (#62397)
4724- remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
4725  /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
4726  version (#61633)
4727- prelink -r on alpha too
4728
4729* Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
4730- update GB18030 iconv module (Yu Shao)
4731
4732* Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
4733- features.h fix
4734
4735* Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
4736- update from CVS
4737  - fix nscd with huge groups
4738  - fix nis to not close fds it shouldn't
4739- rebuilt against newer glibc-kernheaders to use the correct
4740  PATH_MAX
4741- handle .athlon.rpm glibc the same way as .i686.rpm
4742- add a couple of .ISO-8859-15 locales (#61908)
4743- readd temporarily currencies which were superceeded by Euro
4744  into the list of accepted currencies by localedef to make
4745  standard conformance testsuites happy
4746- temporarily moved __libc_waitpid back to make Sun JDK happy
4747- use old malloc code
4748- prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
4749
4750* Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
4751- update from CVS
4752  - fix DST handling for southern hemisphere (#60747)
4753  - fix daylight setting for tzset (#59951)
4754  - fix ftime (#60350)
4755  - fix nice return value
4756  - fix a malloc segfault
4757- temporarily moved __libc_wait, __libc_fork and __libc_stack_end
4758  back to what they used to be exported at
4759- censorship (#60758)
4760
4761* Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
4762- update from CVS
4763- use __attribute__((visibility(...))) if supported, use _rtld_local
4764  for ld.so only objects
4765- provide libc's own __{,u}{div,mod}di3
4766
4767* Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
4768- switch back to 2.2.5, mmap stdio needs work
4769
4770* Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
4771- fix two other mmap stdio bugs (#60228)
4772
4773* Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
4774- fix yet another mmap stdio bug (#60145)
4775
4776* Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
4777- fix mmap stdio bug (seen on ld as File truncated error, #60043)
4778- apply Andreas Schwab's fix for pthread sigwait
4779- remove /lib/i686/ libraries in glibc_post_upgrade when
4780  performing i386 glibc install
4781
4782* Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
4783- update to CVS
4784- added glibc-utils subpackage
4785- disable autoreq in glibc-debug
4786- readd %%lang() to locale files
4787
4788* Thu Feb  7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
4789- update to CVS
4790- move glibc private symbols to GLIBC_PRIVATE symbol version
4791
4792* Wed Jan  9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
4793- fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
4794  symbol in libm
4795
4796* Tue Jan  8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
4797- add debug-static package
4798
4799* Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
4800- update from CVS
4801- remove -D__USE_STRING_INLINES
4802- add debug subpackage to trim glibc and glibc-devel size
4803
4804* Wed Oct  3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
4805- fix strsep
4806
4807* Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
4808- fix a ld.so bug with duplicate searchlists in l_scope
4809- fix erfcl(-inf)
4810- turn /usr/lib/librt.so into linker script
4811
4812* Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
4813- fix a ld.so lookup bug after lots of dlopen calls
4814- fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
4815- prelinking support for Sparc64
4816
4817* Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
4818- update from CVS to fix DT_SYMBOLIC
4819- prelinking support for Alpha and Sparc
4820
4821* Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
4822- update from CVS
4823  - linuxthreads now retries if -1/EINTR is returned from
4824    reading or writing to thread manager pipe (#43742)
4825- use DT_FILTER in librt.so (#53394)
4826  - update glibc prelink patch so that it handles filters
4827- fix timer_* with SIGEV_NONE (#53494)
4828- make glibc_post_upgrade work on PPC (patch from Franz Sirl)
4829
4830* Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
4831- fix build on sparc32
4832- 2.2.4-13 build for some reason missed some locales
4833  on alpha/ia64
4834
4835* Mon Sep  3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
4836- fix iconvconfig
4837
4838* Mon Sep  3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
4839- add fam to /etc/rpc (#52863)
4840- fix <inttypes.h> for C++ (#52960)
4841- fix perror
4842
4843* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
4844- fix strnlen(x, -1)
4845
4846* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
4847- doh, <bits/libc-lock.h> should only define __libc_rwlock_t
4848  if __USE_UNIX98.
4849
4850* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
4851- fix bits/libc-lock.h so that gcc can compile
4852- fix s390 build
4853
4854* Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
4855- kill stale library symlinks in ldconfig (#52350)
4856- fix inttypes.h for G++ < 3.0
4857- use DT_REL*COUNT
4858
4859* Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
4860- fix strnlen on IA-64 (#50077)
4861
4862* Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
4863- glibc 2.2.4 final
4864- fix -lpthread -static (#51672)
4865
4866* Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
4867- doh, include libio/tst-swscanf.c
4868
4869* Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
4870- don't crash on catclose(-1)
4871- fix wscanf %%[] handling
4872- fix return value from swprintf
4873- handle year + %%U/%%W week + week day in strptime
4874
4875* Thu Aug  9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
4876- update from CVS to
4877  - fix strcoll (#50548)
4878  - fix seekdir (#51132)
4879  - fix memusage (#50606)
4880- don't make gconv-modules.cache %%config file, just don't verify
4881  its content.
4882
4883* Mon Aug  6 2001 Jakub Jelinek <jakub@redhat.com>
4884- fix strtod and *scanf (#50723, #50724)
4885
4886* Sat Aug  4 2001 Jakub Jelinek <jakub@redhat.com>
4887- update from CVS
4888  - fix iconv cache handling
4889- glibc should not own %%{_infodir}, %%{_mandir} nor %%{_mandir}/man3 (#50673)
4890- add gconv-modules.cache as emtpy config file (#50699)
4891- only run iconvconfig if /usr is mounted read-write (#50667)
4892
4893* Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
4894- move iconvconfig from glibc-common into glibc subpackage,
4895  call it from glibc_post_upgrade instead of common's post.
4896
4897* Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4898- turn off debugging printouts in iconvconfig
4899
4900* Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4901- update from CVS
4902  - fix IA-32 makecontext
4903  - make fflush(0) thread-safe (#46446)
4904
4905* Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
4906- adjust prelinking DT_* and SHT_* values in elf.h
4907- update from CVS
4908  - iconv cache
4909  - make iconv work in SUID/SGID programs (#34611)
4910
4911* Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
4912- update from CVS
4913  - kill non-pic code in libm.so
4914  - fix getdate
4915  - fix some locales (#49402)
4916- rebuilt with binutils-2.11.90.0.8-5 to place .interp section
4917  properly in libBrokenLocale.so, libNoVersion.so and libanl.so
4918- add floating stacks on IA-64, Alpha, Sparc (#49308)
4919
4920* Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
4921- make /lib/i686 directory owned by glibc*.i686.rpm
4922
4923* Mon Jul  9 2001 Jakub Jelinek <jakub@redhat.com>
4924- remove rquota.[hx] headers which are now provided by quota (#47141)
4925- add prelinking patch
4926
4927* Thu Jul  5 2001 Jakub Jelinek <jakub@redhat.com>
4928- require sh-utils for nscd
4929
4930* Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
4931- update from CVS (#43681, #43350, #44663, #45685)
4932- fix ro_RO bug (#44644)
4933
4934* Wed Jun  6 2001 Jakub Jelinek <jakub@redhat.com>
4935- fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
4936- make rpc headers -ansi compilable (#42390)
4937- remove alphaev6 optimized memcpy, since there are still far too many
4938  broken apps which call memcpy where they should call memmove
4939- update from CVS to (among other things):
4940  - fix tanhl bug (#43352)
4941
4942* Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
4943- fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
4944- fix a dlclose reldeps handling bug
4945- some more profiling fixes
4946- fix tgmath.h
4947
4948* Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
4949- make ldconfig more quiet
4950- fix LD_PROFILE on i686 (#41030)
4951
4952* Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4953- fix the hardlink program, so that it really catches all files with
4954  identical content
4955- add a s390x clone fix
4956
4957* Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4958- fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
4959- fix nss compatibility DSO versions for alphaev6
4960- add a hardlink program instead of the shell 3x for plus cmp -s/link
4961  which takes a lot of time during build
4962- rework BuildPreReq and Conflicts with gcc, so that
4963  it applies only where it has to
4964
4965* Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
4966- fix locale name of ja_JP in UTF-8 (#39783)
4967- fix re_search_2 (#40244)
4968- fix memusage script (#39138, #39823)
4969- fix dlsym(RTLD_NEXT, ) from main program (#39803)
4970- fix xtrace script (#39609)
4971- make glibc conflict with glibc-devel 2.2.2 and below (to make sure
4972  libc_nonshared.a has atexit)
4973- fix getconf LFS_CFLAGS on 64bitters
4974- recompile with gcc-2.96-84 or above to fix binary compatibility problem
4975  with __frame_state_for function (#37933)
4976
4977* Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
4978- glibc 2.2.3 release
4979  - fix strcoll (#36539)
4980- add BuildPreReqs (#36378)
4981
4982* Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
4983- update from CVS
4984
4985* Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
4986- update from CVS
4987  - fix sparc64, ia64
4988  - fix some locale syntax errors (#35982)
4989
4990* Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
4991- update from CVS
4992
4993* Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
4994- update from CVS
4995
4996* Fri Apr  6 2001 Jakub Jelinek <jakub@redhat.com>
4997- support even 2.4.0 kernels on ia64, sparc64 and s390x
4998- include UTF-8 locales
4999- make gconv-modules %%config(noreplace)
5000
5001* Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
5002- back out sunrpc changes
5003
5004* Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
5005- update from CVS
5006  - fix ia64 build
5007  - fix pthread_getattr_np
5008
5009* Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
5010- update from CVS
5011  - run atexit() registered functions at dlclose time if they are in shared
5012    libraries (#28625)
5013  - add pthread_getattr_np API to make JVM folks happy
5014
5015* Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
5016- require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
5017- fix ldd behaviour on unresolved symbols
5018- remove nonsensical ldconfig warning, update osversion for the most
5019  recent library with the same soname in the same directory instead (#31703)
5020- apply selected patches from CVS
5021- s390x spec file changes from Florian La Roche
5022
5023* Wed Mar  7 2001 Jakub Jelinek <jakub@redhat.com>
5024- fix gencat (#30894)
5025- fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
5026
5027* Tue Mar  6 2001 Jakub Jelinek <jakub@redhat.com>
5028- update from CVS
5029- make pthread_attr_setstacksize consistent before and after pthread manager
5030  is started (#28194)
5031- pass back struct sigcontext from pthread signal wrapper (on ia32 only so
5032  far, #28493)
5033- on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
5034  make ld.so pick the right one
5035
5036* Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
5037- glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
5038
5039* Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
5040- make glibc require particular version of glibc-common
5041  and glibc-common prerequire glibc.
5042
5043* Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
5044- glibc 2.2.2 release
5045  - fix regex REG_ICASE bug seen in ksymoops
5046
5047* Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
5048- fix regexec leaking memory (#26864)
5049
5050* Fri Feb  9 2001 Jakub Jelinek <jakub@redhat.com>
5051- update from CVS
5052  - fix ia64 build with gnupro
5053  - make regex 64bit clean
5054  - fix tgmath make check failures on alpha
5055
5056* Tue Feb  6 2001 Jakub Jelinek <jakub@redhat.com>
5057- update again for ia64 DF_1_INITFIRST
5058
5059* Fri Feb  2 2001 Jakub Jelinek <jakub@redhat.com>
5060- update from CVS
5061  - fix getaddrinfo (#25437)
5062  - support DF_1_INITFIRST (#25029)
5063
5064* Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
5065- build all auxiliary arches with --enablekernel 2.4.0, those wanting
5066  to run 2.2 kernels can downgrade to the base architecture glibc.
5067
5068* Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
5069- remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
5070
5071* Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
5072- update to 2.2.1 final
5073  - fix a pthread_kill_other_threads_np breakage (#23966)
5074  - make static binaries using dlopen work on ia64 again
5075- fix a typo in glibc-common group
5076
5077* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
5078- devel requires glibc = %%{version}
5079- noreplace /etc/nscd.conf
5080
5081* Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
5082- some more security fixes:
5083  - don't look up LD_PRELOAD libs in cache for SUID apps
5084    (because that bypasses SUID bit checking on the library)
5085  - place output files for profiling SUID apps into /var/profile,
5086    use O_NOFOLLOW for them
5087  - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
5088- hardlink identical locale files together
5089- add %%lang() tags to locale stuff
5090- remove ko_KR.utf8 for now, it is provided by locale-utf8 package
5091
5092* Mon Jan  8 2001 Jakub Jelinek <jakub@redhat.com>
5093- add glibc-common subpackage
5094- fix alphaev6 memcpy (#22494)
5095- fix sys/cdefs.h (#22908)
5096- don't define stdin/stdout/stderr as macros for -traditional (#22913)
5097- work around a bug in IBM JDK (#22932, #23012)
5098- fix pmap_unset when network is down (#23176)
5099- move nscd in rc.d before netfs on shutdown
5100- fix $RESOLV_HOST_CONF in SUID apps (#23562)
5101
5102* Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
5103- fix ftw and nftw
5104
5105* Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
5106- fix fcvt (#22184)
5107- ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
5108- fix gencat
5109
5110* Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
5111- fix alpha htonl and alphaev6 stpcpy
5112
5113* Sat Dec  9 2000 Jakub Jelinek <jakub@redhat.com>
5114- update to CVS to:
5115  - fix getnameinfo (#21934)
5116  - don't stomp on memory in rpath handling (#21544)
5117  - fix setlocale (#21507)
5118- fix libNoVersion.so.1 loading code (#21579)
5119- use auxarches define in spec file for auxiliary
5120  architectures (#21219)
5121- remove /usr/share directory from filelist (#21218)
5122
5123* Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
5124- update to CVS to fix getaddrinfo
5125
5126* Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
5127- update to CVS to fix freopen
5128- remove all alpha workarounds, not needed anymore
5129
5130* Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
5131- fix dladdr bug on alpha/sparc32/sparc64
5132- fix Makefiles so that they run static tests properly
5133
5134* Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
5135- update to CVS to fix ldconfig
5136
5137* Thu Nov  9 2000 Jakub Jelinek <jakub@redhat.com>
5138- update to glibc 2.2 release
5139
5140* Mon Nov  6 2000 Jakub Jelinek <jakub@redhat.com>
5141- update to CVS to:
5142  - export __sysconf@@GLIBC_2.2 (#20417)
5143
5144* Fri Nov  3 2000 Jakub Jelinek <jakub@redhat.com>
5145- merge to 2.1.97
5146
5147* Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
5148- update to CVS, including:
5149  - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
5150  - fix hesiod (#19375)
5151  - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
5152  - fix LFS fcntl when used with non-LFS aware kernels (#19730)
5153
5154* Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
5155- fix alpha semctl (#19199)
5156- update to CVS, including:
5157  - fix glibc headers for Compaq non-gcc compilers
5158  - fix locale alias handling code (#18832)
5159  - fix rexec on little endian machines (#18886)
5160- started writing changelog again
5161
5162* Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
5163- added ja ujis alias for backwards compatibility
Note: See TracBrowser for help on using the repository browser.