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