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

Revision 5300, 179.9 KB checked in by daisuke, 12 years ago (diff)

glibc:

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