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

Revision 4312, 176.9 KB checked in by iwamoto, 13 years ago (diff)

glibc: add patches from rhel6

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