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

Revision 9869, 182.8 KB checked in by Takemikaduchi, 8 years ago (diff)

toolchain: rebuild
others: new upstream release

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