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

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