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