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

Revision 521, 175.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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