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