Updated to fedora-glibc-20080728T2320
[glibc.git] / fedora / glibc.spec.in
blob9fd582000f047fbf1c3a45690ce85106e91b874e
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: 10
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 * Tue Jul 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-10
980 - update from trunk
981 - resolver fixes
982 - misc fixes (BZ#6771, BZ#6763, BZ#6698, BZ#6712)
983 - s390{,x} utmp/utmpx bi-arch support (BZ#6724)
984 - popen "e" flag
985 - fr_FR locale changes reenabled
987 * Wed Jul 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-9
988 - update from trunk
989 - fix unbuffered vfprintf if writing to the stream fails (#455360)
990 - remove useless "malloc: using debugging hooks" message (#455355)
991 - nscd fixes
992 - fix resolver alignment issues (#454500)
993 - fix setvbuf (BZ#6719)
995 * Thu Jul 3 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-8
996 - update from trunk
997 - watch even resolv.conf in nscd using inotify
998 - some nscd fixes
1000 * Fri Jun 13 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-7
1001 - update from trunk
1002 - avoid *lround* on ppc* clobbering cr3/cr4 registers (#450790)
1003 - further nscd fixes (#450704)
1004 - use inotify in nscd to watch files
1006 * Thu Jun 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-6
1007 - update from trunk
1008 - nscd fixes (#450704)
1009 - fix getservbyport (#449358)
1010 - fix regexp.h (#446406)
1011 - avoid crashing on T_DNAME in DNS responses (#450766)
1013 * Sun May 25 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-5
1014 - update from trunk
1016 * Tue May 20 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-4
1017 - further getaddrinfo and nscd fixes
1019 * Sun May 18 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-3
1020 - getaddrinfo and nscd fixes
1021 - reenable assertion checking in rawhide
1023 * Fri May 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-2
1024 - fix getaddrinfo (#446801, #446808)
1026 * Thu May 15 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-1
1027 - update to trunk
1028 - O(n) memmem/strstr/strcasestr
1029 - i386/x86_64 TLS descriptors support
1030 - concurrent IPv4 and IPv6 DNS lookups by getaddrinfo
1032 * Mon May 5 2008 Jakub Jelinek <jakub@redhat.com> 2.8-3
1033 - don't run telinit u in %post if both /dev/initctl and
1034 /sbin/initctl exist (#444978)
1035 - workaround GCC ppc64 miscompilation of c{log{,10},acosh,atan}l
1036 (#444996)
1038 * Wed Apr 30 2008 Jakub Jelinek <jakub@redhat.com> 2.8-2
1039 - fix nscd races during GC (BZ#5381)
1040 - rebuilt with fixed GCC to fix regex miscompilation on power6
1041 - SPARC fixes
1043 * Sat Apr 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8-1
1044 - 2.8 release
1046 * Fri Apr 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-16
1047 - update to trunk
1048 - misc fixes (BZ#4997, BZ#5741)
1049 - make sure all users of __libc_setlocale_lock know it is
1050 now a rwlock
1051 - fix ppc/ppc64 compatibility _sys_errlist and _sys_siglist
1052 symbols
1054 * Thu Apr 10 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-15
1055 - update to trunk
1056 - misc fixes (BZ#4314, BZ#4407, BZ#5209, BZ#5436, BZ#5768, BZ#5998,
1057 BZ#6024)
1058 - restart sshd in %post when upstart is used - it doesn't have
1059 /dev/initctl (#441763)
1060 - disable assert checking again
1062 * Tue Apr 8 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-14
1063 - update to trunk
1064 - misc fixes (BZ#5443, BZ#5475, BZ#5478, BZ#5939, BZ#5979, BZ#5995,
1065 BZ#6004, BZ#6007, BZ#6020, BZ#6021, BZ#6042)
1066 - change mtrace to keep perl 5.10 quiet (#441082)
1067 - don't share conversion state between mbtowc and wctomb (#438687)
1068 - if st_blksize is too large and malloc fails, retry with smaller
1069 buffer in opendir (#430768)
1070 - correct *printf overflow test (#358111)
1072 * Fri Mar 28 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-13
1073 - update to trunk
1074 - don't define ARG_MAX in <limits.h>, as it is no longer
1075 constant - use sysconf (_SC_ARG_MAX) to get the current
1076 argument size limit
1077 - fix build on sparc64
1078 - only service sshd condrestart if /etc/rc.d/init.d/sshd exists
1079 (#428859)
1081 * Wed Mar 26 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-12
1082 - update to trunk
1083 - new CLONE_* flags in <sched.h> (#438542)
1084 - nis+ errno clobbering fix (#437945)
1085 - fix adjtime (#437974)
1087 * Fri Mar 14 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-11
1088 - update to trunk
1089 - remove <stropts.h>, define _XOPEN_STREAMS -1 (#436349)
1091 * Wed Mar 5 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-8
1092 - update to trunk
1093 - {,v}{as,d}printf and obstack_{,v}printf fortification (#435905)
1094 - fix getnameinfo/gethostbyaddr (#428067, BZ#5790)
1095 - fix yp_order (#435519, BZ#5854)
1096 - misc fixes (BZ#5779, BZ#5736, BZ#5627, BZ#5818, BZ#5012)
1097 - merge review cleanup (Tom Callaway, #225806)
1099 * Sat Feb 16 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-7
1100 - update to trunk
1101 - make NI_MAXHOST and NI_MAXSERV available even in BSDish
1102 namespaces (BZ#5737)
1103 - timerfd_* syscalls
1105 * Fri Feb 1 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-6
1106 - fix build
1108 * Thu Jan 31 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-5
1109 - update to trunk
1110 - rebuild with gcc 4.3
1112 * Fri Jan 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-4
1113 - update to trunk
1114 - misc fixes (BZ#5541, BZ#5545, BZ#5553, BZ#5112, BZ#5520)
1115 - getaddrinfo fixes
1116 - signalize EOVERFLOW from sem_post instead of overflowing
1117 the counter
1118 - fix i?86 makecontext
1119 - fix iconv for iso-2022-jp//translit (#397021)
1121 * Thu Jan 3 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-3
1122 - update to trunk
1123 - fix recognition of interface family (#425768)
1124 - add __THROW to __ctype_{b,tolower,toupper}_loc prototypes
1126 * Thu Dec 27 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-2
1127 - update to trunk
1128 - nsswitch fix (#425768)
1129 - temporarily enable assert checking
1131 * Wed Dec 12 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-1
1132 - update to trunk
1133 - fix __USE_STRING_INLINES on i?86 (#408731, #371711)
1134 - fix *scanf (#388751)
1136 * Wed Oct 17 2007 Jakub Jelinek <jakub@redhat.com> 2.7-1
1137 - glibc 2.7 release
1138 - fix tzfile.c for times after last transition (#333561)
1139 - fix sem_post@GLIBC_2.0 on i?86
1140 - appease valgrind in libpthread.so initialization
1141 - misc fixes (BZ#3425, BZ#5184, BZ#5186)
1143 * Mon Oct 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-21
1144 - fix getgr{name,gid}{,_r} with nscd
1146 * Sun Oct 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-20
1147 - install <bits/error.h> (#330031)
1148 - disable -D_FORTIFY_SOURCE{,=2} support (with a warning) for
1149 GCC 3.4.x and earlier(#327641)
1150 - pl_PL locale changes (BZ#4098, #242296)
1151 - misc fixes (BZ#1140, BZ#3195, BZ#3242, BZ#4359)
1153 * Thu Oct 11 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-19
1154 - fix <netinet/tcp.h>
1155 - simple preprocessor in localedef, fix de_DE collation with it
1157 * Wed Oct 10 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-18
1158 - add signalfd, eventfd, eventfd_read, eventfd_write
1159 - qsort speedups
1160 - workaround for cpuid bugs (#324081)
1161 - make sure gettext's conversion_lock is initialized even if
1162 program isn't linked against libpthread.so.0, only dlopens it (#321761)
1163 - misc fixes (BZ#5112, BZ#5113, BZ#5104, BZ#5063, BZ#5010, BZ#4407,
1164 BZ#3924, BZ#5103, BZ#2633, BZ#181, BZ#73, #321901)
1166 * Wed Oct 3 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-17
1167 - fix {,v}swprintf with -D_FORTIFY_SOURCE=1 -mlong-double-64 on ppc*/s390*/sparc*
1168 - strcoll fixes
1169 - misc fixes (BZ#645, BZ#5071)
1170 - locale fixes (BZ#4941, #299321, #203364, #196711, #236212)
1172 * Sat Sep 29 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-16
1173 - misc fixes (BZ#4963, BZ#4972, BZ#5028, BZ#5043, BZ#5058)
1174 - improve -D_FORTIFY_SOURCE{,=2} diagnostic through warning/error
1175 attributes
1176 - fix wcscpy, wcpcpy, fgetws, fgetws_unlocked, swprintf and vswprintf
1177 fortification inlines
1178 - fix a scalability issue with lazy binding in heavily multithreaded
1179 programs
1181 * Thu Sep 20 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-15
1182 - $5$ (SHA-256) and $6$ (SHA-512) support in crypt
1183 (#228697, #249477, #173834)
1185 * Tue Sep 18 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-14
1186 - -D_FORTIFY_SOURCE{,=2} support for C++
1187 - fortification of fread{,_unlocked}
1188 - support *scanf m allocation modifier (%ms, %mls, %mc, ...)
1189 - in -std=c99 or -D_XOPEN_SOURCE=600 mode don't recognize
1190 %as, %aS and %a[ as a GNU extension for *scanf
1191 - fix splice, vmsplice, tee return value, make them cancellation
1192 points
1193 - mq_open checking
1194 - use inline function rather than function-like macro
1195 for open{,at}{,64} checking
1196 - IFA_F_OPTIMISTIC handling in getaddrinfo (#259681)
1197 - fix an ABBA deadlock in ld.so (#284171)
1198 - remove sparc{32,64} unwind info from _start and clone
1200 * Mon Aug 27 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-13
1201 - fix personality on x86_64/ppc/ppc64 (#256281)
1203 * Sat Aug 25 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-12
1204 - readd x86_64 gettimeofday stuff, initialize it earlier
1205 - nis_list fix (#254115)
1206 - workaround for bugs in ia64 silly /emul/ia32-linux hack (#253961)
1207 - misc fixes (BZ#3924, BZ#4566, BZ#4582, BZ#4588, BZ#4726, BZ#4946,
1208 BZ#4905, BZ#4814, BZ#4925, BZ#4936, BZ#4896, BZ#4937, BZ#3842,
1209 BZ#4554, BZ#4557, BZ#4938)
1211 * Fri Aug 17 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-11
1212 - remove __strtold_internal and __wcstold_internal from ppc*/s390*/sparc*
1213 *-ldbl.h headers
1214 - temporarily backout x86_64 gettimeofday.S changes (#252453)
1215 - some further sparc, sparc64 and alpha fixes
1217 * Wed Aug 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-10
1218 - don't open /etc/ld.so.{cache,preload} with O_NOATIME (#252146)
1219 - s390{,x}, alpha and sparc fixes
1220 - sparcv9 is no longer an aux arch, as we expect
1221 to not build sparc.rpm glibc any longer, only sparcv9.rpm,
1222 sparc64.rpm and new two aux arches sparcv9v.rpm and sparc64v.rpm
1224 * Tue Aug 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-9
1225 - private futex even for mutexes and condvars
1226 - some further O_CLOEXEC changes
1227 - use vDSO on x86_64 if available
1228 - ia64 build fixes (#251983)
1230 * Fri Aug 10 2007 Roland McGrath <roland@redhat.com> 2.6.90-8
1231 - update to trunk
1232 - fix missing strtold_l export on ppc64
1234 * Thu Aug 9 2007 Roland McGrath <roland@redhat.com> 2.6.90-6
1235 - update to trunk
1236 - fix local PLT regressions
1237 - spec file revamp for new find-debuginfo.sh
1239 * Sun Aug 5 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-4
1240 - fix librt.so and librtkaio.so on ppc32, so that it is not using
1241 bss PLT
1243 * Sat Aug 4 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-3
1244 - fix open{,at}{,64} macro for -pedantic (#250897)
1245 - add transliteration for l with stroke (#250492)
1246 - fix strtod ("-0", NULL)
1247 - update License tag
1249 * Wed Aug 1 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-2
1250 - make aux-cache purely optional performance optimization in ldconfig,
1251 don't issue any errors if it can't be created (#250430)
1252 - remove override_headers hack, BuildRequire >= 2.6.22 kernel-headers
1253 and rely on its content
1255 * Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-1
1256 - update to trunk
1257 - private futex optimizations
1258 - open{,at}{,64} argument checking
1259 - ldconfig speedups
1261 * Sun Jul 8 2007 Jakub Jelinek <jakub@redhat.com> 2.6-4
1262 - filter <built-in> pseudo-files from debuginfo source lists (#245714)
1263 - fix sscanf when errno is EINTR before the call (BZ#4745)
1264 - save/restore errno around reading /etc/default/nss (BZ#4702)
1265 - fix LD_HWCAP_MASK handling
1266 - disable workaround for #210748, instead backport
1267 ld.so locking fixes from the trunk (#235026)
1268 - new x86_64 memcpy
1269 - don't write uninitialized padding bytes to nscd socket
1270 - fix dl{,v}sym, dl_iterate_phdr and dlopen if some library is
1271 mapped into ld.so's inter-segment hole on x86_64 (#245035, #244545)
1272 - fix LD_AUDIT=a:b program (#180432)
1273 - don't crash on pseudo-zero long double values passed to
1274 *printf on i?86/x86_64/ia64 (BZ#4586)
1275 - fix *printf %La and strtold with some hexadecimal floating point
1276 constants on ppc/ppc64
1277 - fix nextafterl on ppc/ppc64
1278 - fix sem_timedwait on i?86 and x86_64
1280 * Thu May 24 2007 Jakub Jelinek <jakub@redhat.com> 2.6-3
1281 - don't use %%config(missingok) for locale-archive.tmpl,
1282 instead of removing it altogether truncate it to zero
1283 size (#240697)
1284 - add a workaround for #210748
1286 * Mon May 21 2007 Jakub Jelinek <jakub@redhat.com> 2.6-2
1287 - restore malloc_set_state backwards compatibility (#239344)
1288 - fix epoll_pwait (BZ#4525)
1289 - fix printf with unknown format spec or positional arguments
1290 and large width and/or precision (BZ#4514)
1291 - robust mutexes fix (BZ#4512)
1293 * Tue May 15 2007 Roland McGrath <roland@redhat.com> 2.6-1
1294 - glibc 2.6 release
1296 * Fri May 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-24
1297 - utimensat, futimens and lutimes support
1299 * Thu May 10 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-23
1300 - use madvise MADV_DONTNEED in malloc
1301 - fix ia64 feraiseexcept
1302 - fix s390{,x} feholdexcept (BZ#3427)
1303 - ppc fenv fixes
1304 - make fdatasync a cancellation point (BZ#4465)
1305 - fix *printf for huge precisions with wide char code and multi-byte
1306 strings
1307 - fix dladdr (#232224, BZ#4131)
1309 * Fri May 4 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-22
1310 - add transliteration for <U2044> (BZ#3213)
1311 - fix *scanf with %f on hexadecimal floats without exponent (BZ#4342)
1312 - fix *printf with very large precisions for %s (#238406, BZ#4438)
1313 - fix inet_ntop size checking for AF_INET (BZ#4439)
1314 - for *printf %e avoid 1.000e-00, for exponent 0 always use + sign (#238431)
1315 - fix a regression introduced in #223467 changes
1316 - gethostby*_r alignment fixes (BZ#4381)
1317 - fix ifaddrs error handling
1319 * Mon Apr 16 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-21
1320 - don't include individual locale files in glibc-common,
1321 rather include prepared locale-archive template and let
1322 build-locale-archive create locale-archive from the template
1323 and any user supplied /usr/lib/locale/*_* directories,
1324 then unlink the locale-archive template - this should save
1325 > 80MB of glibc-common occupied disk space
1326 - fix _XOPEN_VERSION (BZ#4364)
1327 - fix printf with %g and values tiny bit smaller than 1.e-4 (#235864,
1328 BZ#4362)
1329 - fix NIS+ __nisfind_server (#235229)
1331 * Sat Mar 31 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-20
1332 - assorted NIS+ speedups (#223467)
1333 - fix HAVE_LIBCAP configure detection (#178934)
1334 - remove %{_prefix}/sbin/rpcinfo from glibc-common (#228894)
1335 - nexttoward*/nextafter* fixes (BZ#3306)
1336 - feholdexcept/feupdateenv fixes (BZ#3427)
1337 - speed up fnmatch with two or more * in the pattern
1339 * Sat Mar 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-19
1340 - fix power6 libm compat symbols on ppc32 (#232633)
1341 - fix child refcntr in NPTL fork (#230198)
1342 - fix ifaddrs with many net devices on > 4KB page size arches (#230151)
1343 - fix pthread_mutex_timedlock on x86_64 (#228103)
1344 - various fixes (BZ#3919, BZ#4101, BZ#4130, BZ#4181, BZ#4069, BZ#3458)
1346 * Wed Feb 21 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-18
1347 - fix nftw with FTW_CHDIR on / (BZ#4076)
1348 - nscd fixes (BZ#4074)
1349 - fix fmod{,f,l} on i?86 (BZ#3325)
1350 - support localized digits for fp values in *scanf (BZ#2211)
1351 - namespaces fixes (BZ#2633)
1352 - fix euidaccess (BZ#3842)
1353 - glob fixes (BZ#3996)
1354 - assorted locale data fixes (BZ#1430, BZ#672, BZ#58, BZ#3156,
1355 BZ#2692, BZ#2648, BZ#3363, BZ#3334, BZ#3326, BZ#3322, BZ#3995,
1356 BZ#3885, BZ#3884, BZ#3851)
1358 * Sun Feb 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-17
1359 - RFC2671 support in resolver (#205842)
1360 - fix strptime (BZ#3944)
1361 - fix regcomp with REG_NEWLINE (BZ#3957)
1362 - fix pthread_mutex_timedlock on x86_64 (#228103)
1364 * Fri Feb 2 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-16
1365 - add strerror_l
1366 - fix application crashes when doing NSS lookups through nscd
1367 mmapped databases and nscd decides to start garbage collection
1368 during the lookups (#219145, #225315)
1369 - fix %0lld printing of 0LL on 32-bit architectures (BZ#3902)
1370 - ignore errors from install-info in glibc-devel scriptlets
1371 (#223691)
1373 * Wed Jan 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-15
1374 - fix NIS getservbyname when proto is NULL
1375 - fix nss_compat +group handling (#220658)
1376 - cache services in nscd
1377 - fix double free in fts_close (#222089)
1378 - fix vfork+execvp memory leak (#221187)
1379 - soft-fp fixes (BZ#2749)
1380 - further strtod fixes (BZ#3855)
1381 - make sure pthread_kill doesn't return EINVAL even if
1382 the target thread exits in between pthread_kill ESRCH check
1383 and the actual tgkill syscall (#220420)
1384 - fix ABBA deadlock possibility in ld.so scope locking code
1386 * Tue Dec 19 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-14
1387 - fix {j,m}rand48{,_r} on 64-bit arches (BZ#3747)
1388 - handle power6x AT_PLATFORM (#216970)
1389 - fix a race condition in getXXbyYY_r (#219145)
1390 - fix tst-pselect testcase
1392 * Thu Dec 14 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-13
1393 - fix setcontext on ppc32 (#219107)
1394 - fix wide stdio after setvbuf (#217064, BZ#2337)
1395 - handle relatime mount option in statvfs
1396 - revert i?86/x86_64 clone CFI temporarily
1398 * Sun Dec 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-12
1399 - fix hasmntopt (#218802)
1400 - fix setusershell and getusershell (#218782)
1401 - strtod fixes (BZ#3664, BZ#3673, BZ#3674)
1402 - fix memusage with realloc (x, 0)
1404 * Tue Dec 5 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-11
1405 - allow suid apps to setenv NIS_PATH and influence through that
1406 nis_list and nis_lookup (#209155)
1407 - fix ttyname and ttyname_r with invalid file descriptor (#218276)
1408 - cs_CZ LC_TIME fixes (#218438)
1409 - fix build with 2.6.19+ headers (#217723)
1411 * Fri Dec 1 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-10
1412 - fix x86-64 restore_rt unwind info
1414 * Thu Nov 30 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-9
1415 - fix last svc_run change (#217850)
1416 - on ppc64 build __libc_start_main without unwind info,
1417 as it breaks MD_FROB_UPDATE_CONTEXT (#217729, #217775; in the
1418 future that could be fixable just by providing .cfi_undefined r2
1419 in __libc_start_main instead)
1420 - add unwind info for x86-64 restore_rt signal return landing pad
1421 (#217087)
1422 - add power6x subdir to /%{_lib}/ and /%{_lib}/rtkaio/,
1423 link all libs from ../power6/* into them
1425 * Tue Nov 28 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-8
1426 - fix svc_run (#216834, BZ#3559)
1427 - add -fasynchronous-unwind-tables to CFLAGS (#216518)
1428 - make sure there is consistent timestamp for /etc/ld.so.conf,
1429 /etc/localtime and /etc/rpc between multilib glibc rpms
1431 * Mon Nov 20 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-7
1432 - handle IPv6 addresses in /etc/hosts that are mappable to
1433 IPv4 addresses in IPv4 host lookups (#215283)
1434 - fix :include: /etc/alias handling (#215572)
1435 - handle new tzdata format to cope with year > 2037 transitions
1436 on 64-bit architectures
1438 * Fri Nov 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-6
1439 - fix strxfrm fix
1440 - fix i?86 floor and ceil inlines (BZ#3451)
1442 * Thu Nov 9 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-5
1443 - fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo
1444 CPUs
1445 - fix libthread_db.so on TLS_DTV_AT_TP architectures
1446 - fix --inhibit-rpath (#214569)
1447 - fix _r_debug content when prelinked ld.so executes
1448 a program as its argument
1449 - fix strxfrm
1450 - powerpc-cpu add-on updates
1452 * Fri Nov 3 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-4
1453 - fix atexit backwards compatibility (#213388)
1454 - add mai_IN locale (#213415)
1455 - remove bogus %{_libdir}/librt.so.1 symlink (#213555)
1456 - fix memusage (#213656)
1457 - change libc.info category (#209493)
1459 * Sun Oct 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-3
1460 - fix suid/sgid binaries on i?86/x86_64 (#212723)
1462 * Fri Oct 27 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-2
1463 - fix ia64 build
1464 - don't call _dl_close outside of dl_load_lock critical section
1465 if dlopen failed (BZ#3426)
1466 - add rtld scope locking (#211133)
1468 * Wed Oct 25 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-1
1469 - fix i?86 6 argument syscalls (e.g. splice)
1470 - fix rtld minimal realloc (BZ#3352)
1471 - fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369)
1472 - fix xdrmem_setpos (#211452)
1473 - bump __GLIBC_MINOR__
1474 - increase PTHREAD_STACK_MIN on ppc{,64} to 128K to allow
1475 64K pagesize kernels (#209877)
1476 - speed up initgroups on NIS+ (#208203)
1478 * Mon Oct 2 2006 Jakub Jelinek <jakub@redhat.com> 2.5-2
1479 - fix nscd database growing (#207928)
1480 - bypass prelinking when LD_DYNAMIC_WEAK=1 is in the environment
1482 * Fri Sep 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5-1
1483 - glibc 2.5 release
1485 * Wed Sep 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-36
1486 - rebuilt with gcc-4.1.1-26 to fix unwind info
1488 * Mon Sep 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-35
1489 - fix glob with large number of matches (BZ#3253)
1490 - fix fchownat on kernels that don't support that syscall (BZ#3252)
1491 - fix lrintl on s390{,64}
1493 * Sat Sep 23 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-34
1494 - fix ppc{32,64} longjmp (BZ#3225)
1495 - fix user visible spelling errors (BZ#3137)
1496 - fix l{,l}rint{,f,l} around zero (BZ#2592)
1497 - avoid stack trampoline in s390{,x} makecontext
1499 * Tue Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-33
1500 - fix dlclose (#206639)
1501 - don't load platform optimized libraries if kernel doesn't set
1502 AT_PLATFORM
1503 - fix ppc{32,64} libSegFault.so
1504 - use -mtune=generic even for glibc-devel.i386 (#206437)
1505 - fix /%{_lib}/librt.so.1 symlink
1507 * Fri Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-32
1508 - on ppc* use just AT_PLATFORM and altivec AT_HWCAP bit for library selection
1509 - fix lrintl and lroundl on ppc{,64}
1510 - use hidden visibility on fstatat{,64} and mknodat in libc_nonshared.a
1512 * Sun Sep 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-31
1513 - fix pthread_cond_{,timed}wait cancellation (BZ#3123)
1514 - fix lrint on ppc32 (BZ#3155)
1515 - fix malloc allocating more than half of address space (BZ#2775)
1516 - fix mktime on 32-bit arches a few years after 2038 (BZ#2821)
1518 * Thu Sep 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-30
1519 - add librtkaio, to use it add /%{lib}/rtkaio to your
1520 LD_LIBRARY_PATH or /etc/ld.so.conf
1521 - fix or_IN February name (#204730)
1522 - fix pthread_create called from cancellation handlers (BZ#3124)
1523 - fix regex case insensitive searches with characters where upper
1524 and lower case multibyte representations have different length
1525 (e.g. I and dotless i, #202991)
1527 * Tue Sep 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-29
1528 - randomize resolver query ids before use instead after use (#205113)
1529 - fix resolver symver checking with DT_GNU_HASH (#204909)
1530 - put .hash section in glibc libraries at the end of RO segment
1531 when .gnu.hash is present
1533 * Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-28
1534 - another malloc doubly linked list corruption problem fix (#204653)
1536 * Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-27
1537 - allow $LIB and $PLATFORM in dlopen parameters even in suid/sgid (#204399)
1538 - handle $LIB/$PLATFORM in LD_LIBRARY_PATH
1539 - fix splice prototype (#204530)
1541 * Mon Aug 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-26
1542 - real fix for the doubly linked list corruption problem
1543 - try harder in realloc to allocate memory (BZ#2684)
1544 - fix getnameinfo error reporting (#204122)
1545 - make localedef more robust on invalid input (#203728)
1547 * Fri Aug 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-25
1548 - temporarily back out code to limit number of unsorted block
1549 sort iterations (#203735, #204027)
1550 - handle PLT symbols in dladdr properly (BZ#2683)
1551 - avoid malloc infinite looping for allocations larger than
1552 the system can allocate (#203915)
1554 * Tue Aug 22 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-23
1555 - malloc fixes, especially for 32-bit arches (#202309)
1556 - further *_IN locale fixes (#200230)
1557 - fix get{serv,rpc}ent{,_r} if NIS map is empty (#203237)
1558 - fix /usr/bin/iconv (#203400)
1560 * Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-22
1561 - rebuilt with latest binutils to pick up 64K -z commonpagesize
1562 on ppc/ppc64 (#203001)
1564 * Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-21
1565 - if some test gets stuck, kill the tee process after make check
1566 finishes
1567 - build with -mtune=generic on i686 and x86_64
1569 * Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-20
1570 - PTHREAD_PRIO_PROTECT support
1571 - fix errno if nice() fails (#201826)
1573 * Thu Aug 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-19
1574 - adaptive malloc brk/mmap threshold
1575 - fix fchownat to use kernel syscall (if available) on many arches (#201870)
1576 - only define O_DIRECT with -D_GNU_SOURCE on ia64 to match all
1577 other arches (#201748)
1579 * Mon Aug 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-18
1580 - NIS+ fixes
1581 - fix memusage and xtrace scripts (#200736)
1582 - redirect /sbin/service sshd condrestart std{out,err} to /dev/null
1583 when executed from glibc_post_upgrade
1585 * Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-17
1586 - typo fix for the dladdr patch
1587 - build i?86 glibc with -mno-tls-direct-seg-refs (#200469)
1589 * Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-16
1590 - fix dladdr on binaries/libraries with only DT_GNU_HASH and no
1591 DT_HASH (#200635)
1592 - fix early timeout of initgroups data in nscd (#173019)
1593 - add am/pm display to es_PE and es_NI locales (#167101)
1594 - fix nss_compat failures when nis/nis+ unavailable (#192072)
1596 * Mon Jul 31 2006 Roland McGrath <roland@redhat.com> 2.4.90-15
1597 - fix missing destructor calls in dlclose (#197932)
1598 - enable transliteration support in all locales (#196713)
1599 - disallow RTLD_GLOBAL flag for dlmopen in secondary namespaces (#197462)
1600 - PI mutex support
1602 * Tue Jul 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-13
1603 - DT_GNU_HASH support
1605 * Fri Jun 30 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-12
1606 - buildrequire gettext
1607 - enable fstatat64/newfstatat syscalls even on ppc*/s390*/ia64 (#196494)
1608 - fix out of memory behavior in gettext (#194321)
1609 - fix regex on multi-byte non-UTF-8 charsets (#193873)
1610 - minor NIS+ fixes (#190803)
1611 - don't use cancellable calls in posix_spawn* and only set{u,g}id
1612 current thread if requested (#193631)
1614 * Wed May 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-11
1615 - don't exit from nscd -i <database> before the database is
1616 actually invalidated, add locking to prune_cache (#191464)
1617 - build glibc-devel.i386 static libraries with
1618 -mno-tls-direct-seg-refs -DNO_TLS_DIRECT_SEG_REFS
1619 - RFC3542 support (advanced API for IPv6; #191001, BZ##2693)
1621 * Wed May 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-10
1622 - on i686 make glibc owner of /lib/i686 directory (#192597)
1623 - search parent NIS+ domains (#190803)
1625 * Sun May 21 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-9
1626 - update from CVS
1627 - big NIS+ changes
1629 * Fri May 19 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-8
1630 - update from CVS
1631 - fix nss_compat when SETENT_BATCH_READ=TRUE is in /etc/default/nss
1632 - fix RFC3484 precedence table for site-local and ULA addresses (#188364)
1633 - fix a sunrpc memory leak
1635 * Thu May 11 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-7
1636 - update from CVS
1637 - fix tcgetattr (#177965)
1638 - fix <sys/queue.h> (#191264)
1640 * Fri May 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-6
1641 - update from CVS
1642 - rebuilt using fixed rpm
1644 * Fri May 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-5
1645 - update from CVS
1646 - some NIS+ fixes
1647 - allow overriding rfc3484 address sorting tables for getaddrinfo
1648 through /etc/gai.conf (sample config file included in %%doc directory)
1650 * Mon May 1 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-4
1651 - update from CVS
1652 - SETENT_BATCH_READ /etc/default/nss option for speeding up
1653 some usages of NIS+ (#188246)
1654 - move debug state change notification (#179208)
1655 - fix ldd script if one of the dynamic linkers is not installed (#190259)
1657 * Thu Apr 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-3
1658 - update from CVS
1659 - fix a typo in nscd.conf (#190085)
1660 - fix handling of SIGHUP in nscd when some caches are disabled (#189978)
1661 - make nscd paranoia mode working with non-root server-user (#189779)
1663 * Wed Apr 26 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-2
1664 - update from CVS
1665 - fix getaddrinfo (#190002)
1666 - add auto-propagate nscd.conf options (#177154)
1667 - fix nscd auditing (#169148)
1669 * Tue Apr 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-1
1670 - update from CVS
1672 * Mon Apr 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4-6
1673 - update from CVS
1674 - NIS+ fixes
1675 - don't segfault on too large argp key values (#189545)
1676 - getaddrinfo fixes for RFC3484 (#188364)
1678 * Tue Mar 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4-5
1679 - update from CVS
1680 - pshared robust mutex support
1681 - fix btowc and bwtoc in C++ (#186410)
1682 - fix NIS+ (#186592)
1683 - don't declare __wcsto*l_internal for non-GCC or if not -O1+ (#185667)
1684 - don't mention nscd failures on 2.0 kernels (#185335)
1686 * Tue Mar 7 2006 Roland McGrath <roland@redhat.com> 2.4-4
1687 - back up %%{ix86} gdb conflicts to < 6.3.0.0-1.111
1689 * Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-3
1690 - really fix rintl on ppc64
1692 * Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-2
1693 - accurate unwind info for lowlevellock.h stubs on %%{ix86}
1694 - fix ppc/ppc64 ceill, floorl, rintl, roundl and truncl (BZ#2423)
1696 * Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.4-1
1697 - update from CVS
1698 - glibc 2.4 release
1700 * Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-2
1701 - update from CVS
1702 - fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895)
1703 - revert ppc32 malloc alignment patch, it breaks malloc_set_state
1704 and needs some further thoughts and time (#183894)
1705 - provide accurate unwind info for lowlevellock.h stubs on x86_64
1707 * Thu Mar 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-1
1708 - update from CVS
1709 - fixes for various arches
1710 - ensure malloc returns pointers aligned to at least
1711 MIN (2 * sizeof (size_t), __alignof__ (long double))
1712 (only on ppc32 this has not been the case lately with addition
1713 of 128-bit long double, #182742)
1715 * Wed Mar 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-39
1716 - update from CVS
1718 * Fri Feb 17 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-38
1719 - update from CVS
1720 - robust mutexes rewrite
1722 * Mon Feb 13 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-37
1723 - update from CVS
1724 - *at fixes
1725 - unshare syscall wrapper
1727 * Sat Feb 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-36
1728 - update from CVS
1729 - fix frequency setting for ITIMER_PROF (#179938, BZ#2268)
1730 - fix powerpc inline fegetround ()
1731 - fix nptl_db (#179946)
1733 * Fri Feb 3 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-35
1734 - update from CVS
1735 - handle futimesat (fd, NULL, tvp) as futimes (fd, tvp)
1736 - fix <stdlib.h> q{e,f,g}cvt{,_r} for -mlong-double-64
1738 * Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-34
1739 - fix <math.h> with C++ and -mlong-double-64 (#179742)
1740 - add nexttowardl redirect for -mlong-double-64
1742 * Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-33
1743 - update from CVS
1744 - long double support fixes
1746 * Wed Feb 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-32
1747 - update from CVS
1748 - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9},
1749 alpha 128-bit long double support
1750 - add inotify syscall numbers to the override <asm/unistd.h> headers
1751 (#179366)
1753 * Mon Jan 30 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-31
1754 - update from CVS
1755 - 128-bit long double on ppc, ppc64, s390, s390x and sparc{,v9}
1756 - add some new syscall numbers to the override <asm/unistd.h>
1757 headers
1759 * Mon Jan 9 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-30
1760 - update from CVS
1761 - <pthread.h> initializer fixes for -std=c{8,9}9 on 32-bit
1762 arches
1763 - avoid writable .rodata (#177121)
1765 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-29
1766 - update from CVS
1767 - make pthread_mutex_t an unnamed union again, as it affects
1768 libstdc++ ABI mangling
1770 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-28
1771 - update from CVS
1772 - make aio_suspend interruptible by signals (#171968)
1774 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-27
1775 - only rely on d_type in 32-bit getdents on s390 for 2.6.11+
1777 * Wed Jan 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-26
1778 - update from CVS
1779 - for newly linked lio_listio* callers, send per request
1780 notifications (#170116)
1781 - fixup nscd -S option removal changes (#176860)
1782 - remove nonnull attribute from ctermid (#176753)
1783 - fix PTHREAD_*_INITIALIZER{,_NP} on 64-bit arches
1784 - SPARC NPTL support for pre-v9 CPUs
1785 - drop support for 2.4.xx and < 2.6.9 kernels
1787 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-25
1788 - update from CVS
1789 - s390{,x} and sparc{,64} pointer mangling fixes
1790 - install a sanitized LinuxThreads <bits/libc-lock.h>
1792 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-24
1793 - update from CVS
1794 - nscd audit changes (#174422)
1795 - ppc{32,64} vDSO support and ppc32 hp-timing
1797 * Tue Dec 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-23
1798 - update from CVS
1799 - robust mutexes
1800 - fix transliteration segfaults (#176573, #176583)
1801 - ignore prelink temporaries in ldconfig (#176570)
1803 * Wed Dec 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-22
1804 - update from CVS
1805 - minor fts fixes
1806 - revert broken _Pragma () workaround
1807 - fix ldconfig on bi-arch architectures (#176316)
1809 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-21
1810 - update from CVS
1811 - fix pointer (de)mangling in gconv_cache.c
1813 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-20
1814 - update from CVS
1815 - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952)
1816 - fix errlist generation
1817 - update ulps for GCC 4.1 on IA-64
1819 * Mon Dec 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-19
1820 - update from CVS
1821 - sysdeps/generic reorg
1822 - setjmp/longjmp jump pointer mangling
1823 - rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma ()
1824 handling in it
1825 - remove glibc-profile subpackage
1826 - use non-PLT calls for malloc/free/realloc/memalign invocations in
1827 mtrace and mcheck hooks (#175261)
1828 - setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x}
1830 * Sat Nov 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-18
1831 - update from CVS
1832 - change <sys/stat.h> for broken apps that #define const /**/,
1833 handle non-GCC compilers
1834 - fix ppc{32,64} strncmp (BZ#1877, #173643, IT#83510)
1835 - provide shmatt_t typedef in ia64 <sys/shm.h (#173680)
1836 - support 2nd arg to futimesat being NULL (#173581)
1838 * Wed Nov 16 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-17
1839 - update from CVS
1840 - fix <sys/stat.h> in C++
1841 - {fstat,fchown,rename,unlink}at fixes
1842 - epoll_wait is now a cancellation point
1844 * Tue Nov 15 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-16
1845 - update from CVS
1846 - make sure waitid syscall is used on ppc*/s390*
1848 * Thu Oct 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-15
1849 - update from CVS
1850 - be permissive in %n check because of kernel bug #165351 (#171240)
1851 - don't misalign stack in pthread_once on x86_64 (#170786, IT#81521)
1852 - many locale fixes
1854 * Mon Oct 10 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-14
1855 - update from CVS
1856 - fix malloc bug after fork introduced in the last update
1857 - fix getent hosts IP for IPv4 IPs (#169831)
1859 * Mon Oct 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-13
1860 - update from CVS
1861 - fix setuid etc. hangs if some thread exits during the call (#167766)
1862 - fix innetgr memory leak (#169051)
1863 - support > 2GB nscd log files (#168851)
1864 - too many other changes to list here
1865 - include errno in nscd message if audit_open failed (#169148)
1867 * Mon Sep 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-12
1868 - update from CVS
1869 - netgrp handling fixes (#167728)
1870 - fix memory leak in setlocale (BZ#1318)
1871 - fix hwcaps computation
1872 - several regex portability improvements (#167019)
1873 - hypotf fix
1874 - fix *printf return code if underlying write fails (BZ#1146)
1875 - PPC64 dl{,v}sym fixes for new ABI .opd symbols
1876 - fix calloc with MALLOC_PERTURB_ in environment on 64-bit architectures
1877 (#166719)
1878 - source /etc/sysconfig/nscd (if it exists) in /etc/rc.d/init.d/nscd
1879 (#167083)
1880 - add %%triggerin for tzdata to glibc-common, so that tzdata updates
1881 update /etc/localtime and /var/spool/postfix/etc/localtime if they
1882 exist (#167787)
1884 * Mon Aug 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-11
1885 - FUTEX_WAKE_OP support to speed up pthread_cond_signal
1887 * Wed Aug 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-10
1888 - update from CVS
1889 - fix growing of nscd persistent database (BZ#1204)
1890 - fix _FORTIFY_SOURCE mbstowcs and wcstombs if destination size
1891 is known at compile time, but length argument is not
1893 * Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-9
1894 - update from CVS
1895 - fix resolving over TCP (#161181, #165802)
1896 - on ia64 don't abort on unhandled math function exception codes
1897 (#165693)
1899 * Mon Aug 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8
1900 - update from CVS
1901 - nscd persistent database verifier (#164001)
1902 - cleanup _FORTIFY_SOURCE bits/*.h headers (#165000)
1903 - handle EINTR in sigwait properly
1904 - make sure poor man's stack guard randomization keeps first
1905 byte 0 even on big-endian 32-bit arches
1906 - fix {elf,nptl}/tst-stackguard1
1907 - obsolete linuxthreads-devel in glibc-devel
1909 * Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-7
1910 - update from CVS
1911 - do some poor man's stack guard randomization even without
1912 the costly --enable-stackguard-randomization
1913 - rebuilt with new GCC to make it use -msecure-plt on PPC32
1915 * Mon Jul 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-6
1916 - update from CVS
1917 - fix execvp if PATH is not in environment and the call is going
1918 to fail (BZ#1125)
1919 - another bits/wchar2.h fix (#163990)
1921 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-5
1922 - update from CVS
1923 - fix stubs.h generation
1924 - don't use _G_va_list in bits/wchar2.h
1926 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-4
1927 - update from CVS
1928 - make sure bits/wchar2.h header is installed
1929 - fix __getgroups_chk return type
1931 * Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-3
1932 - update from CVS
1933 - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
1934 poll when contacting nscd more gracefully
1935 - remove malloc attribute from posix_memalign
1936 - correctly size nscd buffer for grpcache key (#163538)
1937 - fix atan2f
1938 - fix error memory leaks
1939 - some more _FORTIFY_SOURCE protection
1941 * Fri Jul 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-2
1942 - update from CVS
1943 - ia64 stack protector support
1944 - handle DNS referral results as server errors (#162625)
1945 - ctan{,h}{,f,l} fixes (#160759)
1946 - pass argc, argv and envp also to executable's *ni_array
1947 functions (BZ#974)
1948 - add ellipsis to clone prototype (#161593)
1949 - fix glibc-profile (#162601)
1950 - nss_compat fixes
1951 - use sysdeps/generic version of <bits/stdio-lock.h> in installed
1952 headers instead of NPTL version (#162634)
1954 * Mon Jun 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-1
1955 - update from CVS
1956 - stack protector support
1957 - fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583)
1958 - enable @GLIBC_2.4 symbols
1959 - remove linuxthreads
1961 * Mon Jun 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-11
1962 - update from CVS
1963 - PPC32 -msecure-plt support
1964 - support classes keyword in /etc/hesiod.conf (#150350)
1965 - add RLIMIT_NICE and RLIMIT_RTPRIO to <sys/resources.h> (#157049)
1966 - decrease number of .plt relocations in libc.so
1967 - use -laudit in nscd (#159217)
1968 - handle big amounts of networking interfaces in getifaddrs/if_nameindex
1969 (#159399)
1970 - fix pa_IN locale's am_pm (#158715, BZ#622)
1971 - fix debugging of PIEs
1973 * Mon May 30 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-10
1974 - fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion)
1975 has been always overwritten with the version of currently
1976 running kernel)
1977 - remove linuxthreads man pages other than those covered in
1978 3p section, as 3p man pages are far better quality and describe
1979 POSIX behaviour that NPTL implements (#159084)
1981 * Tue May 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-9
1982 - update from CVS
1983 - increase bindresvport's LOWPORT to 512, apparently some
1984 broken daemons don't think 0 .. 511 ports are reserved
1986 * Mon May 23 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-8
1987 - update from CVS
1988 - fix kernel version check in ld.so
1989 - fix sendfile{,64} prototypes (BZ#961)
1990 - try more ports in bindresvport if all 600..1023 are
1991 used, don't use priviledged ports when talking to portmap
1992 (#141773)
1994 * Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
1995 - update from CVS
1996 - make regexec thread safe (BZ#934)
1997 - fix statically linked programs on i?86, x86_64, s390* and
1998 sparc* (#158027)
1999 - fix IBM939 iconv module (BZ#955)
2001 * Wed May 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-6
2002 - update from CVS
2003 - fix cancellation on i?86
2004 - add call frame information to i?86 assembly
2006 * Tue May 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
2007 - update from CVS
2008 - add some more UTF-8 locales (#156115)
2009 - clean up /lib64/tls instead of /lib/tls on x86-64, s390x and
2010 ppc64 in glibc_post_upgrade (#156656)
2011 - fix posix_fallocate{,64} (#156289)
2013 * Thu Apr 28 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-4
2014 - update from CVS
2015 - fix nscd cache pruning (#150748)
2017 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-3
2018 - update from CVS
2019 - fix linuxthreads clocks
2020 - put xen libs into the glibc-2*.i686 package instead of a separate one
2021 - fix librt.so symlink in linuxthreads-devel
2022 - do not include linuxthreads-devel on %{auxarches},
2023 just on the base architectures
2025 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-2
2026 - update from CVS
2027 - with MALLOC_CHECK_=N N>0 (#153003)
2028 - fix recursive dlclose (#154641)
2029 - handle %z in strptime (#154804)
2030 - automatically append /%{_lib}/obsolete/linuxthreads/
2031 to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19
2032 or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno
2033 properly). Warning: all those will stop working when LinuxThreads
2034 is finally nuked, which is not very far away
2035 - remove nonnull attribute from acct prototype (BZ#877)
2036 - kernel CPU clocks support
2037 - fix *scanf in locales with multi-byte decimal point
2039 * Wed Apr 27 2005 Roland McGrath <roland@redhat.com>
2040 - glibc-xen subpackage for i686
2042 * Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
2043 - update from CVS
2044 - fix execvp regression (BZ#851)
2045 - ia64 libm updates
2046 - sparc updates
2047 - fix initstate{,_r}/strfry (#154504)
2048 - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
2049 support "hwcap" keyword in ld.so.conf files
2051 * Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
2052 - update from CVS
2053 - fix xdr_rmtcall_args on 64-bit arches (#151686)
2054 - fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
2056 * Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
2057 - move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/
2058 and NPTL libraries to /%{_lib}. To run a program against LinuxThreads,
2059 LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/
2060 is now needed
2061 - bzip2 ChangeLog* files instead of gzipping them
2063 * Sat Apr 2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
2064 - update from CVS
2065 - fix nextafterl and several other libm routines on ia64
2066 - fix initgroups (BZ#661)
2067 - kill nptl-devel subpackage, add linuxthreads-devel,
2068 compile and link by default against NPTL and only with
2069 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads
2070 against LinuxThreads
2071 - package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in
2072 i386 glibc-debuginfo
2073 - limit number of ChangeLog* files in glibc-common %%doc
2074 to last 2.5 years of changes only to save space
2076 * Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
2077 - fix build on 64-bit arches with new GCC
2079 * Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
2080 - update from CVS
2081 - fix LD_AUDIT in LinuxThreads ld.so
2082 - fix calloc with M_PERTURB
2083 - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
2084 on ppc*/ia64/alpha/mips (BZ#801)
2085 - fix a typo in WINDOWS-31J charmap (#151739)
2086 - fix NIS ypprot_err (#151469)
2088 * Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
2089 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
2091 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
2092 - update from CVS
2093 - better fix for the dlclose bug (#145810, #150414)
2094 - fix regex crash on case insensitive search in zh_CN locale
2095 (#151215)
2096 - fix malloc_trim (BZ#779)
2097 - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
2098 as function-like macros, there are too many broken programs
2099 out there
2100 - add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372)
2102 * Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
2103 - fix bits/socket2.h macro typos
2105 * Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
2106 - fix tst-chk{2,3}
2107 - fix up AS_NEEDED directive in /usr/%{_lib}/libc.so
2108 - BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
2109 glibc-devel Conflict with binutils < 2.15.94.0.2-1
2111 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
2112 - update from CVS
2113 - fix execvp (#149290)
2114 - fix dlclose (#145810)
2115 - clear padding in gconv-modules.cache (#146614, BZ#776)
2116 - rebuilt with GCC4
2117 - changed __GLIBC_MINOR__ for now back to 3
2118 - back out the newly added GLIBC_2.4 *_chk routines, instead
2119 do the checking in macros
2121 * Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
2122 - hopefully fix interaction with prelink (#147655)
2124 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
2125 - update from CVS
2126 - bi-arch <gnu/stubs.h> (BZ#715)
2128 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
2129 - update from CVS
2130 - bi-arch <gnu/lib-names.h> (BZ#632)
2131 - fix libdl on s390 and maybe other platforms
2132 - fix initstate{,_r} (BZ#710)
2133 - fix <gnu/stubs.h> generation (BZ#157)
2134 - define CMSPAR in bits/termios.h (#147533)
2136 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
2137 - update from CVS
2138 - fix TLS handling in linuxthreads
2140 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
2141 - update from CVS
2142 - ld.so auditing
2143 - fix segfault if chrooted app attempts to dlopen a library
2144 and no standard library directory exists at all (#147067, #144303)
2145 - fix initgroups when nscd is running, but has group caching disabled
2146 (#146588)
2147 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
2148 has not been called yet (#146710)
2149 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
2150 - service nscd cosmetic fixes (#146776)
2151 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
2152 - fix zdump -v segfaults on x86-64 (#146210)
2153 - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
2154 - fix errno values for futimes (BZ#633)
2155 - unconditionally include <features.h> in malloc.h (BZ#650)
2156 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
2157 (from empty string inside of word to empty string not at a word boundary,
2158 BZ#693)
2159 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
2160 and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
2161 %gs access with negative offsets
2162 - fix addseverity
2163 - fix fmemopen
2164 - fix rewinddir
2165 - increase svc{tcp,unix}_create listen backlog
2167 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
2168 - update from CVS
2169 - add some warn_unused_result marking
2170 - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
2171 (BZ#640)
2173 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
2174 - update from CVS
2175 - fix IA-32 stack alignment for LinuxThreads thread functions
2176 and functions passed to clone(2) directly
2177 - fix ecvt{,_r} on denormals (#143279)
2178 - fix __tls_get_addr typo
2179 - fix rounding in IA-64 alarm (#143710)
2180 - don't reinitialize __environ in __libc_start_main, so that
2181 effects of setenv/putenv done in DSO initializers are preserved
2182 (#144037, IT#57403)
2183 - fix fmemopen
2184 - fix vDSO l_map_end and l_text_end values
2185 - IA64 libm update (#142494)
2186 - fix ppc rint/ceil etc. (BZ#602)
2188 * Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
2189 - rebuilt
2191 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
2192 - work around rpm bug some more, this time by copying
2193 iconvconfig to iconvconfig.%%{_target_cpu}.
2195 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
2196 - update from CVS
2197 - glibc 2.3.4 release
2198 - add -o and --nostdlib options to iconvconfig
2199 - if /sbin/ldconfig doesn't exist when running
2200 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
2201 This can happen during first install of bi-arch glibc and the
2202 other arch glibc's %post wil run /sbin/ldconfig (#143326)
2203 - use -o and --nostdlib options to create all needed
2204 gconv-modules.cache files on bi-arch setups
2206 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
2207 - rebuilt
2209 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
2210 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
2211 if /sbin/init is the same ELF class and machine as
2212 glibc_post_upgrade.%%{_target_cpu} and similarly with
2213 condrestarting sshd (#143046)
2215 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
2216 - update from CVS
2217 - fix ppc64 getcontext and swapcontext (BZ#610)
2218 - sparc/sparc64 fixes
2220 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
2221 - update from CVS
2222 - fix i686 __USE_STRING_INLINES strncat
2223 - make sure ppc/ppc64 maintain correct stack alignment
2224 across clone
2226 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
2227 - export nis_domain_of_r from libnsl.so again which was
2228 unintentionally lost
2230 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
2231 - update from CVS
2232 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
2233 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
2234 (BZ#457)
2235 - fix sysconf (_POSIX_V6_*) for other ABI environments in
2236 bi-arch setups
2237 - s390/s390x clone without CLONE_THREAD getpid () adjustement
2239 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
2240 - update from CVS
2241 - fix %{_prefix}/libexec/getconf filenames generation
2243 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
2244 - update from CVS
2245 - double buffer size in getXXbyYY or getXXent on ERANGE
2246 instead of adding BUFLEN (#142617)
2247 - avoid busy loop in malloc if another thread is doing fork
2248 (#142214)
2249 - some more realloc corruption checks
2250 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
2251 tweak %{_prefix}/libexec/getconf/ filenames
2253 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
2254 - update from CVS
2255 - regex speedups
2256 - use | cat in ldd if running under bash3+ to allow running
2257 it on binaries that are not through SELinux allowed to access
2258 console or tty
2259 - add __NR_waitid defines for alpha and ia64
2261 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
2262 - update from CVS
2263 - fix clone2 on ia64
2264 - avoid tst-timer5 failing with linuxthreads implementation
2265 - if __libc_enable_secure, disallow mode != normal
2266 - change ldd script to imply -r when -u is used, properly
2267 propagate return value and handle suid binaries
2269 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
2270 - update from CVS
2271 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
2272 - disregard LD_DEBUG if __libc_enable_secure in normal mode
2273 if /suid-debug doesn't exist
2274 - fix fseekpos after ungetc
2275 - avoid reading bytes before start of buffers in regex's
2276 check_dst_limits_calc_pos_1 (#142060)
2277 - make getpid () working with clone/clone2 without CLONE_THREAD
2278 (so far on i386/x86_64/ia64 only)
2279 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
2280 - make %{_prefix}/libexec/getconf directory owned by glibc package
2282 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
2283 - update from CVS
2284 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
2285 - fix mktime with < 0 or > 59 tm_sec on entry
2286 - remove nonnull attribute for realpath
2287 - add $(make-target-directory) for errlist-compat.c rule
2288 (hopefully fix #141404)
2289 - add testcase for ungetc bug
2290 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
2292 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
2293 - update from CVS
2294 - some posix_opt.h fixes
2295 - fix strtold use of unitialized memory (#141000)
2296 - some more bugfixes for bugs detected by valgrind
2297 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
2298 on s390{,x} (#139678)
2300 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
2301 - update from CVS
2302 - support -v specification in getconf
2303 - fix sysconf (_SC_LFS64_CFLAGS) etc.
2304 - avoid thread stack aliasing issues on EM64T (#140803)
2305 - move %{_prefix}/include/nptl headers from nptl-devel
2306 to glibc-headers, so that even NPTL specific programs
2307 can be built bi-arch without problems
2309 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
2310 - update from CVS
2311 - fix memory leak in getaddrinfo if using nscd (#139559)
2312 - handle large lines in /etc/hosts and /etc/networks
2313 (#140378)
2314 - add nonnull attributes to selected dirent.h and dlfcn.h
2315 functions
2317 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
2318 - update from CVS
2319 - add deprecated and/or nonnull attribute to some signal.h
2320 functions
2321 - speed up tzset () by only using stat instead of open/fstat
2322 when calling tzset for the second and following time if
2323 /etc/localtime has not changed
2324 - fix tgamma (BZ #552)
2326 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
2327 - update from CVS
2328 - some malloc () checking
2329 - libpthread.a object dependency cleanups (#115157)
2330 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
2332 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
2333 - don't use chunksize in <= 2 * SIZE_SZ free () checks
2335 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
2336 - update from CVS
2337 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
2338 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
2339 issue special error message instead of using the buffer overflow
2340 detected one
2341 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
2342 speedup searching with nested subexps (BZ #544)
2343 - block SIGCANCEL in NPTL timer_* helper thread
2344 - further free () checking
2346 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
2347 - update from CVS
2348 - fix free () checking
2349 - move /etc/default/nss into glibc-common (hopefully fix #132392)
2351 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
2352 - update from CVS
2353 - fix LD_DEBUG=statistics
2354 - issue error message before aborting in __chk_fail ()
2355 - some more free () checking
2357 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
2358 - update from CVS
2359 - speedup regex on palindromes (BZ #429)
2360 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
2361 less priviledged all threads change their credentials successfully
2363 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
2364 - update from CVS
2365 - fix regcomp crash (#138439)
2366 - fix ftell{,o,o64} (#137885)
2367 - robustification of nscd to cope with corrupt databases (#137140)
2368 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
2369 - some regex optimizations
2371 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
2372 - update from CVS
2373 - mktime cleanups (BZ #487, #473)
2374 - unique comments in free(3) check error messages
2375 - adjust some x86_64 headers for -m32 (#129712)
2376 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
2378 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
2379 - fix <netinet/udp.h> header
2380 - fix globfree (#137176)
2381 - fix exiting if there are dlmopened libraries in namespaces
2382 other than main one not closed yet
2383 - export again _res_opcodes and __p_{class,type}_syms from
2384 libresolv.so that were lost in -69
2386 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
2387 - remove setaltroot and key{_add,_request,ctl} also from Versions
2388 - back out _sys_errlist changes
2390 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
2391 - back out setaltroot and key{_add,_request,ctl} addition
2392 - fix severe x86-64 symbol versioning regressions that breaks
2393 e.g. java binaries
2395 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
2396 - update from CVS
2397 - fix minor catchsegv temp file handling vulnerability
2398 (CAN-2004-0968, #136319)
2399 - add 4 new errno codes
2400 - setaltroot, key{_add,_request,ctl} syscalls on some arches
2401 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
2402 gdb purpose
2403 - use inet_pton to decide what is address and what is hostname
2404 in getent (#135422)
2405 - change dladdr/dladdr1, so that dli_saddr is the same kind
2406 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
2407 - fix catchsegv script so that it works with both 32-bit and 64-bit
2408 programs on multi-arch platforms
2410 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
2411 - update from CVS
2412 - require newer selinux-policy (#135978)
2413 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
2414 files in it
2415 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
2417 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
2418 - update from CVS
2419 - object size checking support (-D_FORTIFY_SOURCE={1,2})
2421 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
2422 - update from CVS
2423 - support for namespaces in the dynamic linker
2424 - fix dlclose (BZ #77)
2425 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
2426 and s390 (#130254)
2428 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
2429 - update from CVS
2430 - use non-blocking sockets in resolver (#135234)
2431 - reset pd->res options on thread exit, so that threads
2432 reusing cached stacks get resolver state properly initialized
2433 (BZ #434)
2435 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
2436 - update from CVS
2437 - avoid using perl in the spec file, buildrequire sed >= 3.95
2438 (#127671)
2439 - export TIMEOUTFACTOR=16
2440 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
2442 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
2443 - update from CVS
2444 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
2445 to -1 in LinuxThreads
2446 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
2447 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
2448 returns correct value
2449 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
2450 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
2451 dlopen libpthread.so and dlsym pthread_condattr_setclock
2452 - build nscd with -z relro and -z now
2454 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
2455 - update from CVS
2456 - stop using __builtin_expect in assert and assert_perror
2457 (#127606)
2458 - try to avoid too much VA fragmentation with malloc
2459 on flexmap layout (#118574)
2460 - nscd robustification
2461 - change valloc to use debugging hooks (#134385)
2462 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
2463 #125700)
2465 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
2466 - update from CVS
2467 - fix __nscd_getgrouplist
2468 - fix a typo in x86_64 pthread_mutex_timedwait fix
2470 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
2471 - update from CVS
2472 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
2474 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
2475 - update from CVS
2476 - some nscd fixes (#134193)
2477 - cache initgroups in nscd (#132850)
2478 - reread /etc/localtime in tzset () even if just mtime changed
2479 (#133481)
2480 - fix glob (#126460)
2481 - another get_myaddress fix
2483 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
2484 - update from CVS
2485 - fix get_myaddress (#133982)
2486 - remove nonnull attribute from second utime argument (#133866)
2487 - handle SIGSETXID the same way as SIGCANCEL in
2488 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
2489 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
2491 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
2492 - update from CVS
2493 - fix BZ #151, #362, #381, #407
2494 - fdim fix for +inf/+inf (BZ #376)
2496 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
2497 - update from CVS
2498 - vasprintf fix (BZ #346)
2499 - gettext locking (BZ #322)
2500 - change linuxthreads useldt.h inclusion login again, the last
2501 one failed all linuxthreads FLOATING_STACKS tests
2503 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
2504 - update from CVS
2505 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
2506 - fix nis locking (#132204)
2507 - RTLD_DEEPBIND support
2508 - fix pthread_create bugs (BZ #401, #405)
2510 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
2511 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
2512 - source tarballs renamed
2513 - redhat/ moved to fedora/, some old cruft removed
2514 - update from trunk
2515 - some __nonnull annotations
2517 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
2518 - update from CVS
2519 - set{re,e,res}[ug]id now affect the whole process in NPTL
2520 - return EAGAIN instead of ENOMEM when not enough memory
2521 in pthread_create
2523 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
2524 - update from CVS
2525 - nscd getaddrinfo caching
2527 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
2528 - restore temporarily old definition of __P()/__PMT()
2529 for third party apps
2531 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
2532 - update from CVS
2533 - nscd bi-arch fix
2534 - remove all uses of __P()/__PMT() from glibc headers
2535 - update and reenable nscd SELinux patch
2536 - remove libnss1* and libnss*.so.1 compatibility NSS modules
2537 on IA-32, SPARC and Alpha
2539 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
2540 - update from CVS
2541 - disable one of the malloc double free checks for non-contiguous
2542 arenas where it doesn't have to be true even for non-broken
2543 apps
2545 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
2546 - update from CVS
2547 - pwd/grp/host loops with nscd speed up by sharing the
2548 nscd cache r/o with applications
2549 - inexpensive double free check in free(3)
2550 - make NPTL pthread.h initializers usable even from C++
2551 (BZ #375)
2552 - use atomic instructions even in i386 nscd on i486+ CPUs
2553 (conditionally)
2555 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
2556 - update from CVS
2557 - fix linuxthreads tst-cancel{[45],-static}
2559 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
2560 - update from CVS
2561 - fix pthread_cond_destroy (BZ #342)
2562 - fix fnmatch without FNM_NOESCAPE (BZ #361)
2563 - fix ppc32 setcontext (BZ #357)
2564 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
2565 - add __NR_waitid defines for i386, x86_64 and sparc*
2567 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
2568 - update from CVS
2569 - persistent nscd caching
2570 - ppc64 32-bit atomicity fix
2571 - fix x86-64 nptl-devel headers for -m32 compilation
2572 - %%ghost /etc/ld.so.cache (#130597)
2573 - edit /etc/ld.so.conf in glibc_post_upgrade if
2574 include ld.so.conf.d/*.conf line is missing (#120588)
2575 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
2577 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
2578 - update from CVS
2580 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
2581 - update from CVS
2582 - fix nss_compat's initgroups handling (#130363)
2583 - fix getaddrinfo ai_canonname setting
2585 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
2586 - update from CVS
2587 - add ip6-dotint resolv.conf option, make
2588 no-ip6-dotint the default
2589 - BuildPrereq libselinux-devel (#129946)
2590 - on ppc64, build without dot symbols
2592 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
2593 - update from CVS
2594 - remove debugging printout (#129747)
2595 - make <sys/shm.h> usable in C++ (IT#45148)
2596 - update RLIMIT_* constants in <bits/resource.h>, make
2597 <sys/resource.h> POSIX compliant (#129740)
2599 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
2600 - fix last tzset () fixes, disable rereading of /etc/localtime
2601 every time for now
2602 - really enable SELinux support for NSCD
2604 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
2605 - update from CVS
2606 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
2607 - tzset () fixes (BZ #154)
2608 - speed up pthread_rwlock_unlock on arches other than i386 and
2609 x86_64 (#129455)
2610 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
2611 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
2612 (BZ #284)
2613 - add SELinux support for NSCD
2615 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
2616 - update from CVS
2617 - change res_init to force all threads to re-initialize
2618 resolver before they use it next time (#125712)
2619 - various getaddrinfo and related fixes (BZ #295, #296)
2620 - fix IBM{932,943} iconv modules (#128674)
2621 - some nscd fixes (e.g. BZ #292)
2622 - RFC 3678 support (Multicast Source Filters)
2623 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
2624 the same as /lib/i686/librt-*
2626 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
2627 - update from CVS
2628 - conformance related changes in headers
2629 - remove -finline-limit=2000 for GCC 3.4.x+
2631 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
2632 - update from CVS
2633 - fix res_init leaks
2634 - fix newlocale races
2635 - fix ppc64 setjmp
2636 - fix strtold (BZ #274)
2638 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
2639 - update from CVS
2640 - allow pthread_cancel in DSO destructors run at exit time
2641 - fix pow{f,,l} on IA-32 and powl on x86-64
2642 - allow PIEs on IA-32 to have main in a shared library they depend on
2644 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
2645 - s390* .plt slot reduction
2646 - fix pthread_rwlock_timedrdlock on x86_64
2648 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
2649 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
2650 NPTL changes
2652 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
2653 - update from CVS
2654 - if_nameindex using preferably netlink
2655 - printf_parsemb initialization fix
2656 - NPTL version is now the same as glibc version
2658 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
2659 - update from CVS
2660 - reread resolv.conf for nscd --invalidate=hosts
2661 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
2662 -m32 -D_FILE_OFFSET_BITS=64 compilations
2663 - avoid calling non-existing fcntl64 syscall on ppc64
2665 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
2666 - update from CVS
2667 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
2668 - fix backtrace in statically linked programs
2669 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
2671 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
2672 - update from CVS
2673 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
2674 - make c_stubs buildable even with GCC 3.2.x (#123042)
2676 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
2677 - fix pthread_cond_wait on architectures other than IA-32 and
2678 x86_64
2680 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
2681 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
2683 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
2684 - update from CVS
2685 - FUTEX_REQUEUE fixes (#115349)
2686 - SPARC GCC 3.4 build fix
2687 - fix handling of undefined TLS symbols on IA32 (RELA only),
2688 SPARC and SH
2689 - regex translate fix
2690 - speed up sprintf
2691 - x86_64 makecontext alignment fix
2692 - make POSIX sigpause the default sigpause, unless BSD sigpause
2693 requested
2695 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
2696 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
2697 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
2698 - build mq_{send,receive} with -fexceptions
2700 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
2701 - update from CVS
2702 - fix <tgmath.h>
2703 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
2704 use of realloc
2705 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
2706 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
2707 might be a stale symlink
2709 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
2710 - update from CVS
2711 - disable FUTEX_REQUEUE (work around #115349)
2712 - mq for sparc/sparc64/ia64
2714 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
2715 - update from CVS
2716 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
2717 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
2718 included already in XNS5)
2719 - reorder dlopen checks, so that dlopening ET_REL objects
2720 complains about != ET_DYN != ET_EXEC, not about phentsize
2721 (#121606)
2722 - fix strpbrk macro for GCC 3.4+ (BZ #130)
2723 - fix <sys/sysctl.h> (BZ #140)
2724 - sched_[gs]etaffinity documentation fix (BZ #131)
2725 - fix sparc64 build (BZ #139)
2726 - change linuxthreads back to use non-cancellable writes
2727 to manager pipes etc.
2728 - fix sem_timedwait return value in linuxthreads (BZ #133)
2729 - ia64 unnecessary PLT relocs removal
2731 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
2732 - update from CVS
2733 - fix *scanf
2734 - fix shm_unlink, sem_unlink and mq_unlink errno values
2735 - avoid memory leaks in error
2736 - execstack fixes on s390
2738 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
2739 - update from CVS
2740 - mq and timer fixes
2741 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
2742 linked binaries
2743 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
2745 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
2746 - disable rtkaio
2747 - update from CVS
2748 - POSIX message passing support
2749 - fixed SIGEV_THREAD support for POSIX timers
2750 - fix free on non-malloced memory in syslog
2751 - fix ffsl on some 64-bit arches
2752 - fix sched_setaffinity on x86-64, ia64
2753 - fix ppc64 umount
2754 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
2755 - various NIS speedups
2756 - fix fwrite with > 2GB sizes on 64-bit arches
2757 - fix pthread_getattr_np guardsize reporting in NPTL
2758 - report PLT relocations in ld.so and libc.so during the build
2760 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
2761 - update from CVS
2762 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
2763 - strtol speed optimization
2764 - don't try to use certainly unimplemented syscalls on ppc64
2765 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
2766 into /usr/lib/debug/usr/%{_lib}/ directory
2767 - fix c_stubs with gcc 3.4
2768 - move all the up to 3 builds into %%build scriptlet and
2769 leave only installation in the %%install scriptlet
2771 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
2772 - update from CVS
2773 - affinity API changes
2775 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
2776 - update from CVS
2777 - fix ia64 iopl (#118591)
2778 - add support for /etc/ld.so.conf.d/*.conf
2779 - fix x86-64 LD_DEBUG=statistics
2780 - fix hwcap handling when using ld.so.cache (#118518)
2782 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
2783 - update from CVS
2784 - implement non-_l function on top of _l functions
2786 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
2787 - update from CVS
2788 - fix s390{,x} TLS handling
2790 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
2791 - update from CVS
2792 - special section for compatibility code
2793 - make getpid () work even in vfork () child
2794 - configure with --enable-bind-now to avoid lazy binding in ld.so
2795 and libc.so
2797 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
2798 - update from CVS
2799 - fix iconv -c (#117021)
2800 - fix PIEs on sparc/sparc64
2801 - fix posix_fadvise on 64-bit architectures
2802 - add locale-archive as %%ghost file (#117014)
2804 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
2805 - update from CVS
2807 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
2808 - update from CVS
2810 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
2811 - update from CVS
2812 - fix ld.so when vDSO is randomized
2814 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
2815 - update from CVS
2817 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
2818 - update from CVS
2820 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
2821 - update from CVS
2823 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
2824 - update from CVS
2825 - dl_iterate_phdr extension to signal number of added/removed
2826 libraries
2827 - fix PT_GNU_RELRO support on ppc* with prelinking
2829 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
2830 - rebuilt with fixed GCC on IA-64
2832 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
2833 - fix PT_GNU_RELRO support
2835 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
2836 - update from CVS
2837 - some further regex speedups
2838 - fix re.translate handling in regex (#112869)
2839 - change regfree to match old regex behaviour (what is freed
2840 and clearing of freed pointers)
2841 - fix accesses to unitialized memory in regex (#113507, #113425,
2842 #113421)
2843 - PT_GNU_RELRO support
2845 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
2846 - update from CVS
2847 - fix pmap_set fd and memory leak (#112726)
2848 - fix backreference handling in regex
2849 - rebuilt under glibc without the above bug to fix
2850 libc.so linker script (#112738)
2852 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
2853 - update from CVS
2854 - faster getpid () in NPTL builds
2855 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
2856 really disable cancellation (#112512)
2857 - more regex fixes and speedups
2858 - fix nextafter*/nexttoward*
2859 - handle 6th syscall(3) argument on AMD64
2860 - handle memalign/posix_memalign in mtrace
2861 - fix linuxthreads memory leak (#112208)
2862 - remove throw () from cancellation points in linuxthreads (#112602)
2863 - fix NPTL unregister_atfork
2864 - fix unwinding through alternate signal stacks
2866 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
2867 - update from CVS
2868 - 2.3.3 release
2869 - lots of regex fixes and speedups (#110401)
2870 - fix atan2
2871 - fix pshared condvars in NPTL
2872 - fix pthread_attr_destroy for attributes created with
2873 pthread_attr_init@GLIBC_2.0
2874 - for the time being, include both nb_NO* and no_NO* as locales
2875 so that the distribution can catch up with the no_NO->nb_NO
2876 transition
2877 - add BuildPrereq texinfo (#110252)
2879 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
2880 - update from CVS
2881 - fix getifaddrs (CAN-2003-0859)
2882 - fix ftw fd leak
2883 - fix linuxthreads sigaction (#108634)
2884 - fix glibc 2.0 stdio compatibility
2885 - fix uselocale (LC_GLOBAL_LOCALE)
2886 - speed up stdio locking in non-threaded programs on IA-32
2887 - try to maintain correct order of cleanups between those
2888 registered with __attribute__((cleanup))
2889 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
2890 - fix segfault in regex (#109606)
2891 - fix RE_ICASE multi-byte handling in regex
2892 - fix pthread_exit in libpthread.a (#109790)
2893 - FTW_ACTIONRETVAL support
2894 - lots of regex fixes and speedups
2895 - fix ceill/floorl on AMD64
2897 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
2898 - update from CVS
2899 - fix ld.so --verify (and ldd)
2901 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
2902 - update from CVS
2903 - fix sprof (#103727)
2904 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
2905 - prevent dlopening of executables
2906 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
2907 - fix locale printing of word values on 64-bit big-endian arches
2908 (#107846)
2909 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
2910 (#101261)
2912 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
2913 - update from CVS
2914 - dl_iterate_phdr in libc.a on arches other than IA-64
2915 - LD_DEBUG=statistics prints number of relative relocations
2916 - fix hwcap computation
2917 - NPTL is now part of upstream glibc CVS
2918 - include {st,xh,zu}_ZA{,.UTF-8} locales
2920 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
2921 - update from CVS
2922 - fix close, pause and fsync (#105348)
2923 - fix pthread_once on IA-32
2924 - implement backtrace () on IA-64, handle -fomit-frame-pointer
2925 in AMD64 backtrace () (#90402)
2927 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
2928 - update from CVS
2929 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
2930 - fix mknod/ustat return value when given bogus device number (#105768)
2932 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
2933 - rebuilt
2935 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
2936 - fix IA-64 getcontext
2938 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
2939 - update from CVS
2940 - fix syslog with non-C non-en_* locales (#61296, #104979)
2941 - filter GLIBC_PRIVATE symbols from glibc provides
2942 - fix NIS+
2944 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
2945 - update from CVS
2946 - assume 2.4.21 kernel features on RHEL/ppc*, so that
2947 {make,set,get,swap}context works
2948 - backout execstack support for RHEL
2949 - build rtkaio on amd64 too
2951 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
2952 - update from CVS
2953 - execstack/noexecstack support
2954 - build nscd as PIE
2955 - move __libc_stack_end back to @GLIBC_2.1
2956 - build against elfutils >= 0.86 to fix stripping on s390x
2958 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
2959 - rebuilt
2961 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
2962 - update from CVS
2963 - NPTL locking change (#102682)
2964 - don't jump around lock on amd64
2966 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
2967 - fix open_memstream/syslog (#104661)
2969 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
2970 - update from CVS
2971 - retrieve affinity in pthread_getattr_np
2972 - fix pthread_attr_[gs]etaffinity_np
2973 - handle hex and octal in wordexp
2975 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
2976 - update from CVS
2977 - truncate instead of round in utimes when utimes syscall is not available
2978 - don't align stack in every glibc function unnecessarily on IA-32
2979 - make sure threads have their stack 16 byte aligned on IA-32
2980 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
2981 - fix pthread_getattr_np for the initial thread (#102683)
2982 - avoid linuxthreads signal race (#104368)
2983 - ensure all gzip invocations are done with -n option
2985 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
2986 - update from CVS
2987 - avoid linking in libgcc_eh.a unnecessarily
2988 - change ssize_t back to long int on s390 -m31, unless
2989 gcc 2.95.x is used
2991 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
2992 - update from CVS
2993 - fix IA-64 memccpy (#104114)
2995 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
2996 - update from CVS
2997 - undo broken amd64 signal context changes
2999 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
3000 - update from CVS
3001 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
3002 {unsigned,} int
3003 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
3004 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
3005 on 64-bit arches from {unsigned,} long long int {,*} to
3006 {unsigned,} long int {,*} to restore binary compatibility
3007 for C++ functions using these types as arguments
3009 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
3010 - rebuilt
3012 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
3013 - update from CVS
3014 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
3015 - libio fixes
3017 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
3018 - update from CVS
3019 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
3020 and old-style pthread_cleanup_push cleanups
3022 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
3023 - updated from CVS
3024 - lots of cancellation fixes
3025 - fix posix_fadvise* on ppc32
3026 - TLS layout fix
3027 - optimize stdio cleanups (#103354)
3028 - sparcv9 NPTL
3029 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
3030 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
3031 - fix svc_getreqset on 64-bit big-endian arches
3032 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
3033 PTHREAD_PROCESS_SHARED
3034 - add pthread_cond_timedwait stubs to libc.so (#102709)
3035 - split glibc-devel into glibc-devel and glibc-headers to ensure
3036 amd64 /usr/include always wins on amd64/i386 bi-arch installs
3037 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
3038 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
3039 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
3040 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
3041 and tests
3043 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
3044 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
3045 in glibc-debuginfo-common*
3047 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
3048 - update from CVS
3049 - fix glibc 2.0 libio compatibility (#101385)
3050 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
3051 - fix assert.h (#102916, #103017)
3052 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
3053 - fix static linking of large IA-64 binaries (#102586)
3054 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
3056 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
3057 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
3059 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
3060 - nptl_db rewrite not yet in CVS
3062 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
3063 - update from CVS
3064 - fix rtkaio aio_fsync{,64}
3065 - update rtkaio for !BROKEN_THREAD_SIGNALS
3066 - fix assert macro when used on pointers
3068 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
3069 - update from CVS
3071 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
3072 - update from CVS
3073 - disable CLONE_STOPPED for now until it is resolved
3074 - strip crt files
3075 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
3076 - fix glibc-debuginfo to include all nptl and nptl_db sources
3078 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
3079 - update from CVS
3080 - fix pthread_create@GLIBC_2.0 (#101767)
3081 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
3083 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
3084 - update from CVS
3085 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
3086 explicit scheduling (#101457)
3088 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
3089 - update from CVS
3090 - fix utimes and futimes if kernel doesn't support utimes syscall
3091 - fix s390 ssize_t type
3092 - fix dlerror when called before any dlopen/dlsym
3093 - update IA-64 bits/sigcontext.h (#101344)
3094 - various warning fixes
3095 - fix pthread.h comment typos (#101363)
3097 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
3098 - update from CVS
3099 - fix dlopen of libraries using TLS IE/LE models
3101 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
3102 - update from CVS
3103 - fix timer_create
3104 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
3106 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
3107 - update from CVS
3108 - fix wcpncpy (#99462)
3109 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
3110 unlike __errno_location () or __h_errno_location () was introduced
3111 in glibc 2.2)
3112 - fix zic bug on 64-bit platforms
3113 - some TLS handling fixes
3114 - make ldconfig look into alternate ABI dirs by default (#99402)
3115 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
3116 errataed separately from glibc
3117 - new add-on - rtkaio
3118 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
3120 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
3121 - fix thread cancellation on ppc64
3123 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
3124 - update from CVS
3125 - fix thread cancellation on ppc32, s390 and s390x
3127 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
3128 - update from CVS
3129 - build libc_nonshared.a with -fPIC instead of -fpic
3130 - fix ppc64 PIE support
3131 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
3133 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
3134 - update from CVS
3136 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
3137 - update from CVS
3138 - on IA-64 use different symbols for cancellation portion of syscall
3139 handlers to make gdb happier
3141 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
3142 - update from CVS
3143 - nss_compat supporting LDAP etc.
3145 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
3146 - update from CVS
3148 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
3149 - fix condvars and semaphores in ppc* NPTL
3150 - fix test-skeleton.c reporting of timed-out tests (#91269)
3151 - increase timeouts for tests during make check
3153 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
3154 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
3155 on bi-ABI architectures (#97557)
3156 - disable FUTEX_REQUEUE on ppc* temporarily
3158 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
3159 - update from CVS
3160 - fix glibc_post_upgrade on ppc
3162 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
3163 - update from CVS
3164 - fix localedef (#90659)
3165 - tweak linuxthreads for librt cancellation
3167 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
3168 - update from CVS
3170 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
3171 - update from CVS
3172 - fix <gnu/stubs.h> (#97169)
3174 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
3175 - update from CVS
3177 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
3178 - update from CVS
3179 - fix pthread_cond_signal on IA-32 (#92080, #92253)
3180 - fix setegid (#91567)
3181 - don't prelink -R libc.so on any architecture, it prohibits
3182 address randomization
3184 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
3185 - update from CVS
3186 - fix IA-64 NPTL build
3188 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
3189 - update from CVS
3190 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
3191 section in *.[oa]
3193 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
3194 - update from CVS
3195 - enable NPTL on AMD64
3196 - avoid using trampolines in localedef
3198 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
3199 - enable NPTL on IA-64
3201 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
3202 - update from CVS
3203 - enable NPTL on s390 and s390x
3204 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
3206 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
3207 - update from CVS
3209 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
3210 - update from CVS
3212 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
3213 - update from CVS
3214 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
3215 or set_tid_address syscall is available instead of checking
3216 AT_SYSINFO dynamic tag
3218 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
3219 - update from CVS
3221 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
3222 - update from CVS
3223 - fix for prelinking of libraries with no dependencies
3225 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
3226 - update from CVS
3227 - enable NPTL on ppc and ppc64
3229 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
3230 - rebuild
3232 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
3233 - update from CVS
3235 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
3236 - update from CVS
3237 - make -jN build fixes
3239 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
3240 - update from CVS
3241 - avoid using trampolines in iconvconfig for now
3243 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
3244 - update from CVS
3246 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
3247 - update from CVS
3248 - more ppc TLS fixes
3250 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
3251 - update from CVS
3252 - nscd fixes
3253 - fix Bahrain spelling (#56298)
3254 - fix Ukrainian collation (#83973)
3255 - accept trailing spaces in /etc/ld.so.conf (#86032)
3256 - perror fix (#85994)
3257 - fix localedef (#88978)
3258 - fix getifaddrs (#89026)
3259 - fix strxfrm (#88409)
3260 - fix ppc TLS
3261 - fix getaddrinfo (#89448)
3262 - don't print warning about errno, h_errno or _res if
3263 LD_ASSUME_KERNEL=2.4.1 or earlier
3265 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
3266 - update from CVS
3267 - fix prelink on ppc32
3268 - add TLS support on ppc32 and ppc64
3269 - make sure on -m64 arches all helper binaries are built with this
3270 option
3272 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
3273 - update from CVS
3274 - fix strxfrm (#88409)
3275 - use -m64 -mno-minimal-toc on ppc64
3276 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
3277 - link glibc_post_upgrade against newly built libc.a
3279 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
3280 - update from CVS
3281 - fix NPTL pthread_detach and already terminated, but not yet
3282 joined thread (#88219)
3283 - fix bug-regex4 testcase (#88118)
3284 - reenable prelink support broken in 2.3.2-13
3285 - fix register_printf_function (#88052)
3286 - fix double free with fopen using ccs= (#88056)
3287 - fix potential access below $esp in {set,swap}context (#88093)
3288 - fix buffer underrun in gencat -H (#88099)
3289 - avoid using unitialized variable in tst-tgmath (#88101)
3290 - fix gammal (#88104)
3291 - fix iconv -c
3292 - fix xdr_string (PR libc/4999)
3293 - fix /usr/lib/nptl/librt.so symlink
3294 - avoid running NPTL cleanups twice in some cases
3295 - unblock __pthread_signal_cancel in linuxthreads, so that
3296 linuxthreads threaded programs work correctly if spawned
3297 from NPTL threaded programs
3298 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
3299 - remove /lib/i686 directory before running ldconfig in glibc post
3300 during i686 -> i386 glibc "upgrades" (#88456)
3302 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
3303 - update from CVS
3304 - add pthread_atfork to libpthread.a
3306 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
3307 - update from CVS
3308 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
3309 point
3311 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
3312 - update from CVS
3313 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
3314 /lib/i686 libs on i686, not stright to /lib
3316 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
3317 - update from CVS
3318 - timers fixes
3320 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
3321 - update from CVS
3322 - fix NPTL pthread_cond_timedwait
3323 - fix sysconf (_SC_MONOTONIC_CLOCK)
3324 - use /%%{_lib}/tls instead of /lib/tls on x86-64
3325 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
3326 - display content of .out files for all make check failures
3328 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
3329 - update from CVS
3330 - kernel POSIX timers support
3332 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
3333 - update from CVS
3334 - export __fork from glibc again
3335 - fix glibc-compat build in NPTL
3336 - fix c_stubs
3337 - fix some more atomic.h problems
3338 - don't check abi in glibc-compat libs
3340 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
3341 - update from CVS
3342 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
3343 - condrestart sshd in glibc_post_upgrade so that the user can
3344 log in remotely and handle the rest (#86339)
3345 - fix a typo in glibc_post_upgrade on sparc
3347 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
3348 - update from CVS
3349 - change i686/athlon libc.so.6 base to 0x00e80000
3351 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
3352 - update from CVS
3353 - hopefully last fix for condvar problems
3355 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
3356 - fix bits/syscall.h creation on x86-64
3358 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
3359 - update from CVS
3361 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
3362 - update from CVS
3364 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
3365 - update from CVS
3366 - fix glibc-debug description (#85111)
3367 - make librt.so a symlink again, not linker script
3369 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
3370 - update from CVS
3371 - remove the workarounds for broken software accessing GLIBC_PRIVATE
3372 symbols
3374 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
3375 - update from CVS
3377 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
3378 - fix TLS IE/LE model handling in dlopened libraries
3379 on TCB_AT_TP arches
3381 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
3382 - update from CVS
3384 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
3385 - update from CVS
3387 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
3388 - update from CVS
3389 - only warn about errno, h_errno or _res for binaries, never
3390 libraries
3391 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
3393 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
3394 - update from CVS
3396 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
3397 - update from CVS
3399 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
3400 - update from CVS
3402 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
3403 - update from CVS
3405 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
3406 - update from CVS
3407 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
3409 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
3410 - update from CVS
3412 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
3413 - update from CVS
3415 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
3416 - update from CVS
3417 - pthread_cond* NPTL fixes, new NPTL testcases
3419 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
3420 - update from CVS
3421 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
3422 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
3423 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
3424 later is NPTL
3425 - enable TLS on alpha/alphaev6
3426 - add BuildPreReq: /usr/bin/readlink
3428 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
3429 - update from CVS
3430 - pthread_once fix
3432 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
3433 - update from CVS
3434 - vfork fix on s390
3435 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
3436 don't bind locally (#83325)
3438 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
3439 - update from CVS
3440 - fix pthread_create after vfork+exec in linuxthreads
3442 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
3443 - update from CVS
3445 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
3446 - update from CVS
3448 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
3449 - update from CVS
3450 - enable TLS on s390{,x} and sparc{,v9}
3452 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
3453 - update from CVS
3454 - initialize __environ in glibc_post_upgrade to empty array,
3455 so that it is not NULL
3456 - compat symlink for s390x /lib/ld64.so.1
3457 - enable glibc-profile on x86-64
3458 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
3460 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
3461 - update from CVS
3462 - nscd fixes, *scanf fix
3463 - fix %%nptlarches noarch build (#81909)
3464 - IA-64 TLS fixes
3466 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
3467 - update from CVS
3468 - rework -debuginfo subpackage, add -debuginfo-common
3469 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
3470 - fix vfork in libc.a on PPC32, Alpha, Sparc
3471 - fix libio locks in linuxthreads libc.so if libpthread.so
3472 is dlopened later (#81374)
3474 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
3475 - update from CVS
3476 - dlclose bugfixes
3477 - fix NPTL libpthread.a
3478 - fix glibc_post_upgrade on several arches
3480 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
3481 - update from CVS
3482 - TLS support on IA-64
3484 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
3485 - fix vfork in linuxthreads (#81377, #81363)
3487 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
3488 - update from CVS
3489 - don't use TLS libs if kernel doesn't set AT_SYSINFO
3490 (#80921, #81212)
3491 - add ntp_adjtime on alpha (#79996)
3492 - fix nptl_db (#81116)
3494 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
3495 - update from CVS
3496 - support all architectures again
3498 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
3499 - fix condvar compatibility wrappers
3500 - add ugly hack to use non-TLS libs if a binary is seen
3501 to have errno, h_errno or _res symbols in .dynsym
3503 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
3504 - update from CVS
3505 - fixes for new condvar
3507 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
3508 - new NPTL condvar implementation plus related linuxthreads
3509 symbol versioning updates
3511 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
3512 - update from CVS
3513 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
3514 feature set macros
3515 - make *sigaction, sigwait and raise the same between
3516 -lpthread -lc and -lc -lpthread in linuxthreads builds
3518 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
3519 - fix dlclose
3521 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
3522 - enable sysenter by default for now
3523 - fix endless loop in ldconfig
3525 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
3526 - update from CVS
3528 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
3529 - update from CVS
3530 - fix ptmalloc_init after clearenv (#80370)
3532 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
3533 - update from CVS
3534 - add IA-64 back
3535 - move TLS libraries from /lib/i686 to /lib/tls
3537 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
3538 - system(3) fix for linuxthreads
3539 - don't segfault in pthread_attr_init from libc.so
3540 - add cancellation tests from nptl to linuxthreads
3542 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
3543 - fix up lists of exported symbols + their versions
3544 from the libraries
3546 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
3547 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
3549 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
3550 - update from CVS
3551 - fix NPTL hanging mozilla
3552 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
3553 - make linuxthreads work with dl_dynamic_weak 0
3554 - clear dl_dynamic_weak everywhere
3556 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
3557 - update from CVS
3558 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
3559 - kill -debug sub-package, rename -debug-static to -debug
3560 - clear dl_dynamic_weak for NPTL
3562 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
3563 - fix <bits/mathinline.h> and <bits/nan.h> for C++
3564 - automatically generate NPTL libpthread wrappers
3566 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
3567 - update from CVS
3568 - all functions which need cancellation should now be cancellable
3569 both in libpthread.so and libc.so
3570 - removed @@GLIBC_2.3.2 cancellation wrappers
3572 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
3573 - update from CVS
3574 - replace __libc_lock_needed@GOTOFF(%ebx) with
3575 %gs:offsetof(tcbhead_t, multiple_threads)
3576 - start of new NPTL cancellation wrappers
3578 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
3579 - update from CVS
3580 - use inline locks in malloc
3582 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
3583 - update from CVS
3584 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
3586 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
3587 - update from CVS
3588 - rebuilt with gcc-3.2.1-2
3590 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
3591 - update from CVS
3592 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
3593 should work now
3594 - faster libc locking when using nptl
3595 - add OUTPUT_FORMAT to linker scripts
3596 - fix x86_64 sendfile (#79111)
3598 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
3599 - update from CVS
3600 - RUSCII support (#78906)
3601 - for nptl builds add BuildRequires
3602 - fix byteswap.h for non-gcc (#77689)
3603 - add nptl-devel package
3605 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
3606 - update from CVS
3607 - make --enable-kernel=2.2.5 --with-tls --without-__thread
3608 ld.so load nptl and other --with-__thread libs
3609 - disable nptl by default for now
3611 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
3612 - update from CVS
3613 - restructured redhat/Makefile and spec, so that src.rpm contains
3614 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
3615 - added nptl
3617 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
3618 - update from CVS
3619 - even more regex fixes
3620 - run sed testsuite to check glibc regex
3622 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
3623 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
3624 using libpthread.so.
3626 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
3627 - update from CVS
3628 - fixed %a and %A in *printf (#75821)
3629 - fix re_comp memory leaking (#76594)
3631 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
3632 - update from CVS
3633 - some more regex fixes
3634 - fix libpthread.a (#76484)
3635 - fix locale-archive enlarging
3637 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
3638 - update from CVS
3639 - don't need to use 128K of stacks for DNS lookups
3640 - regex fixes
3641 - updated timezone data e.g. for this year's Brasil DST
3642 changes
3643 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
3645 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
3646 - update to 2.3.1 final
3647 - support really low thread stack sizes (#74073)
3648 - tzdata update
3650 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
3651 - update from CVS
3652 - handle low stack limits
3653 - move s390x into */lib64
3655 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
3656 - update to 2.3 final
3657 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
3659 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
3660 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
3661 speed things up, because they are neither REL arches, nor
3662 ELF_MACHINE_REL_RELATIVE
3663 - fix sparc64 build
3665 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
3666 - update from CVS
3668 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
3669 - update from CVS
3670 - prelink on ppc and x86-64 too
3671 - don't remove ppc memset
3672 - instead of listing on which arches to remove glibc-compat
3673 list where it should stay
3675 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
3676 - fix wcsmbs functions with invalid character sets (or malloc
3677 failures)
3678 - make sure __ctype_b etc. compat vars are updated even if
3679 they are copy relocs in the main program
3681 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
3682 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
3683 leading to unresolved __set_h_errno symbol)
3685 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
3686 - security fix - increase dns-network.c MAXPACKET to at least
3687 65536 to avoid buffer overrun. Likewise glibc-compat
3688 dns-{host,network}.c.
3690 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
3691 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
3692 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
3693 from libc.so - we have still lots of .a libraries referencing
3694 __ctype_{b,tolower,toupper} out there...
3696 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
3697 - update from CVS
3698 - 2.2.93 release
3699 - use double instead of single indirection in isXXX macros
3700 - per-locale wcsmbs conversion state
3702 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
3703 - update from CVS
3704 - fix newlocale/duplocale/uselocale
3705 - disable profile on x86_64 for now
3707 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
3708 - update from CVS
3709 - 2.2.92 release
3710 - fix gettext after uselocale
3711 - fix locales in statically linked threaded programs
3712 - fix NSS
3714 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
3715 - update from CVS
3716 - 2.2.91 release
3717 - fix fd leaks in locale-archive reader (#72043)
3718 - handle EROFS in build-locale-archive gracefully (#71665)
3720 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
3721 - update from CVS
3722 - fix re_match (#72312)
3723 - support more than 1024 threads
3725 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
3726 - update from CVS
3727 - fix i386 build
3729 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
3730 - update from CVS
3731 - fix locale-archive loading hang on some (non-primary) locales
3732 (#72122, #71878)
3733 - fix umount problems with locale-archives when /usr is a separate
3734 partition (#72043)
3735 - add LICENSES file
3737 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
3738 - update from CVS
3739 - only mmap up to 2MB of locale-archive on 32-bit machines
3740 initially
3741 - fix fseek past end + fread segfault with mmaped stdio
3742 - include <sys/debugreg.h> which is mistakenly not included
3743 in glibc-devel on IA-32
3745 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
3746 - don't return normalized locale name in setlocale when using
3747 locale-archive
3749 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
3750 - update from CVS
3751 - optimize for primary system locale
3752 - localedef fixes (#71552, #67705)
3754 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
3755 - fix path to locale-archive in libc reader
3756 - build locale archive at glibc-common %post time
3757 - export __strtold_internal and __wcstold_internal on Alpha again
3758 - workaround some localedata problems
3760 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
3761 - update from CVS
3762 - patch out set_thread_area for now
3764 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
3765 - update from CVS
3766 - GB18030 patch from Yu Shao
3767 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
3768 - fix regcomp (#71039)
3770 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
3771 - update from CVS
3772 - use /usr/sbin/prelink, not prelink (#70376)
3774 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
3775 - update from CVS
3777 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
3778 - update from CVS
3779 - ungetc fix (#69586)
3780 - fseek errno fix (#69589)
3781 - change *etrlimit prototypes for C++ (#68588)
3782 - use --without-tls instead of --disable-tls
3784 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
3785 - set nscd user's shell to /sbin/nologin (#68369)
3786 - fix glibc-compat buffer overflows (security)
3787 - buildrequire prelink, don't build glibc's own copy of it (#67567)
3788 - update from CVS
3789 - regex fix (#67734)
3790 - fix unused warnings (#67706)
3791 - fix freopen with mmap stdio (#67552)
3792 - fix realloc (#68499)
3794 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
3795 - update from CVS
3796 - fix argp on long words
3797 - update atime in libio
3799 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
3800 - update from CVS
3801 - a thread race fix
3802 - fix readdir on invalid dirp
3804 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
3805 - update from CVS
3806 - don't use __thread in headers
3807 - fix system(3) in threaded apps
3808 - update prelink, so that it is possible to prelink -u libc.so.6.1
3809 on Alpha
3811 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
3812 - update from CVS
3813 - fix __moddi3 (#65612, #65695)
3814 - fix ether_line (#64427)
3815 - fix setvbuf with mmap stdio (#65864)
3816 - --disable-tls for now, waiting for kernel
3817 - avoid duplication of __divtf3 etc. on IA-64
3818 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
3820 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
3821 - update from CVS
3822 - fix Alpha pthread bug with gcc 3.1
3824 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
3825 - fix nice
3827 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
3828 - add relocation dependencies even for weak symbols (#63422)
3829 - stricter check_fds check for suid/sgid binaries
3830 - run make check at %%install time
3832 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
3833 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
3834 - back out do-lookup.h change (#63261, #63305)
3835 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
3836 since lots of compilers break on it
3837 - fix sparc build with gcc 3.1
3838 - fix spec file for athlon
3840 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
3841 - fix debugging of threaded apps (#62804)
3842 - fix DST for Estonia (#61494)
3843 - document that pthread_mutexattr_?etkind_np are deprecated
3844 and pthread_mutexattr_?ettype should be used instead in man
3845 pages (#61485)
3846 - fix libSegFault.so undefined externals
3848 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
3849 - temporarily disable prelinking ld.so, as some statically linked
3850 binaries linked against debugging versions of old glibcs die on it
3851 (#62352)
3852 - fix <semaphore.h> for -std=c99 (#62516)
3853 - fix ether_ntohost segfault (#62397)
3854 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
3855 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
3856 version (#61633)
3857 - prelink -r on alpha too
3859 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
3860 - update GB18030 iconv module (Yu Shao)
3862 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
3863 - features.h fix
3865 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
3866 - update from CVS
3867 - fix nscd with huge groups
3868 - fix nis to not close fds it shouldn't
3869 - rebuilt against newer glibc-kernheaders to use the correct
3870 PATH_MAX
3871 - handle .athlon.rpm glibc the same way as .i686.rpm
3872 - add a couple of .ISO-8859-15 locales (#61922)
3873 - readd temporarily currencies which were superceeded by Euro
3874 into the list of accepted currencies by localedef to make
3875 standard conformance testsuites happy
3876 - temporarily moved __libc_waitpid back to make Sun JDK happy
3877 - use old malloc code
3878 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
3880 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
3881 - update from CVS
3882 - fix DST handling for southern hemisphere (#60747)
3883 - fix daylight setting for tzset (#59951)
3884 - fix ftime (#60350)
3885 - fix nice return value
3886 - fix a malloc segfault
3887 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
3888 back to what they used to be exported at
3889 - censorship (#60758)
3891 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
3892 - update from CVS
3893 - use __attribute__((visibility(...))) if supported, use _rtld_local
3894 for ld.so only objects
3895 - provide libc's own __{,u}{div,mod}di3
3897 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
3898 - switch back to 2.2.5, mmap stdio needs work
3900 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
3901 - fix two other mmap stdio bugs (#60228)
3903 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
3904 - fix yet another mmap stdio bug (#60145)
3906 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
3907 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
3908 - apply Andreas Schwab's fix for pthread sigwait
3909 - remove /lib/i686/ libraries in glibc_post_upgrade when
3910 performing i386 glibc install
3912 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
3913 - update to CVS
3914 - added glibc-utils subpackage
3915 - disable autoreq in glibc-debug
3916 - readd %%lang() to locale files
3918 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
3919 - update to CVS
3920 - move glibc private symbols to GLIBC_PRIVATE symbol version
3922 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
3923 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
3924 symbol in libm
3926 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
3927 - add debug-static package
3929 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
3930 - update from CVS
3931 - remove -D__USE_STRING_INLINES
3932 - add debug subpackage to trim glibc and glibc-devel size
3934 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
3935 - fix strsep
3937 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
3938 - fix a ld.so bug with duplicate searchlists in l_scope
3939 - fix erfcl(-inf)
3940 - turn /usr/lib/librt.so into linker script
3942 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
3943 - fix a ld.so lookup bug after lots of dlopen calls
3944 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
3945 - prelinking support for Sparc64
3947 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
3948 - update from CVS to fix DT_SYMBOLIC
3949 - prelinking support for Alpha and Sparc
3951 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
3952 - update from CVS
3953 - linuxthreads now retries if -1/EINTR is returned from
3954 reading or writing to thread manager pipe (#43742)
3955 - use DT_FILTER in librt.so (#53394)
3956 - update glibc prelink patch so that it handles filters
3957 - fix timer_* with SIGEV_NONE (#53494)
3958 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
3960 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
3961 - fix build on sparc32
3962 - 2.2.4-13 build for some reason missed some locales
3963 on alpha/ia64
3965 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
3966 - fix iconvconfig
3968 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
3969 - add fam to /etc/rpc (#52863)
3970 - fix <inttypes.h> for C++ (#52960)
3971 - fix perror
3973 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
3974 - fix strnlen(x, -1)
3976 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
3977 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
3978 if __USE_UNIX98.
3980 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
3981 - fix bits/libc-lock.h so that gcc can compile
3982 - fix s390 build
3984 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
3985 - kill stale library symlinks in ldconfig (#52350)
3986 - fix inttypes.h for G++ < 3.0
3987 - use DT_REL*COUNT
3989 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
3990 - fix strnlen on IA-64 (#50077)
3992 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
3993 - glibc 2.2.4 final
3994 - fix -lpthread -static (#51672)
3996 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
3997 - doh, include libio/tst-swscanf.c
3999 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
4000 - don't crash on catclose(-1)
4001 - fix wscanf %[] handling
4002 - fix return value from swprintf
4003 - handle year + %U/%W week + week day in strptime
4005 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
4006 - update from CVS to
4007 - fix strcoll (#50548)
4008 - fix seekdir (#51132)
4009 - fix memusage (#50606)
4010 - don't make gconv-modules.cache %%config file, just don't verify
4011 its content.
4013 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
4014 - fix strtod and *scanf (#50723, #50724)
4016 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
4017 - update from CVS
4018 - fix iconv cache handling
4019 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
4020 - add gconv-modules.cache as emtpy config file (#50699)
4021 - only run iconvconfig if /usr is mounted read-write (#50667)
4023 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
4024 - move iconvconfig from glibc-common into glibc subpackage,
4025 call it from glibc_post_upgrade instead of common's post.
4027 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4028 - turn off debugging printouts in iconvconfig
4030 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4031 - update from CVS
4032 - fix IA-32 makecontext
4033 - make fflush(0) thread-safe (#46446)
4035 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
4036 - adjust prelinking DT_* and SHT_* values in elf.h
4037 - update from CVS
4038 - iconv cache
4039 - make iconv work in SUID/SGID programs (#34611)
4041 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
4042 - update from CVS
4043 - kill non-pic code in libm.so
4044 - fix getdate
4045 - fix some locales (#49402)
4046 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
4047 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
4048 - add floating stacks on IA-64, Alpha, Sparc (#49308)
4050 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
4051 - make /lib/i686 directory owned by glibc*.i686.rpm
4053 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
4054 - remove rquota.[hx] headers which are now provided by quota (#47141)
4055 - add prelinking patch
4057 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
4058 - require sh-utils for nscd
4060 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
4061 - update from CVS (#43681, #43350, #44663, #45685)
4062 - fix ro_RO bug (#44644)
4064 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
4065 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
4066 - make rpc headers -ansi compilable (#42390)
4067 - remove alphaev6 optimized memcpy, since there are still far too many
4068 broken apps which call memcpy where they should call memmove
4069 - update from CVS to (among other things):
4070 - fix tanhl bug (#43352)
4072 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
4073 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
4074 - fix a dlclose reldeps handling bug
4075 - some more profiling fixes
4076 - fix tgmath.h
4078 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
4079 - make ldconfig more quiet
4080 - fix LD_PROFILE on i686 (#41030)
4082 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4083 - fix the hardlink program, so that it really catches all files with
4084 identical content
4085 - add a s390x clone fix
4087 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4088 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
4089 - fix nss compatibility DSO versions for alphaev6
4090 - add a hardlink program instead of the shell 3x for plus cmp -s/link
4091 which takes a lot of time during build
4092 - rework BuildPreReq and Conflicts with gcc, so that
4093 it applies only where it has to
4095 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
4096 - fix locale name of ja_JP in UTF-8 (#39783)
4097 - fix re_search_2 (#40244)
4098 - fix memusage script (#39138, #39823)
4099 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
4100 - fix xtrace script (#39609)
4101 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
4102 libc_nonshared.a has atexit)
4103 - fix getconf LFS_CFLAGS on 64bitters
4104 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
4105 with __frame_state_for function (#37933)
4107 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
4108 - glibc 2.2.3 release
4109 - fix strcoll (#36539)
4110 - add BuildPreReqs (#36378)
4112 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
4113 - update from CVS
4115 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
4116 - update from CVS
4117 - fix sparc64, ia64
4118 - fix some locale syntax errors (#35982)
4120 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
4121 - update from CVS
4123 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
4124 - update from CVS
4126 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
4127 - support even 2.4.0 kernels on ia64, sparc64 and s390x
4128 - include UTF-8 locales
4129 - make gconv-modules %%config(noreplace)
4131 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
4132 - back out sunrpc changes
4134 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
4135 - update from CVS
4136 - fix ia64 build
4137 - fix pthread_getattr_np
4139 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
4140 - update from CVS
4141 - run atexit() registered functions at dlclose time if they are in shared
4142 libraries (#28625)
4143 - add pthread_getattr_np API to make JVM folks happy
4145 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
4146 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
4147 - fix ldd behaviour on unresolved symbols
4148 - remove nonsensical ldconfig warning, update osversion for the most
4149 recent library with the same soname in the same directory instead (#31703)
4150 - apply selected patches from CVS
4151 - s390x spec file changes from Florian La Roche
4153 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
4154 - fix gencat (#30894)
4155 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
4157 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
4158 - update from CVS
4159 - make pthread_attr_setstacksize consistent before and after pthread manager
4160 is started (#28194)
4161 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
4162 far, #28493)
4163 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
4164 make ld.so pick the right one
4166 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
4167 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
4169 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
4170 - make glibc require particular version of glibc-common
4171 and glibc-common prerequire glibc.
4173 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
4174 - glibc 2.2.2 release
4175 - fix regex REG_ICASE bug seen in ksymoops
4177 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
4178 - fix regexec leaking memory (#26864)
4180 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
4181 - update from CVS
4182 - fix ia64 build with gnupro
4183 - make regex 64bit clean
4184 - fix tgmath make check failures on alpha
4186 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
4187 - update again for ia64 DF_1_INITFIRST
4189 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
4190 - update from CVS
4191 - fix getaddrinfo (#25437)
4192 - support DF_1_INITFIRST (#25029)
4194 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
4195 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
4196 to run 2.2 kernels can downgrade to the base architecture glibc.
4198 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
4199 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
4201 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
4202 - update to 2.2.1 final
4203 - fix a pthread_kill_other_threads_np breakage (#23966)
4204 - make static binaries using dlopen work on ia64 again
4205 - fix a typo in glibc-common group
4207 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4208 - devel requires glibc = %%{version}
4209 - noreplace /etc/nscd.conf
4211 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
4212 - some more security fixes:
4213 - don't look up LD_PRELOAD libs in cache for SUID apps
4214 (because that bypasses SUID bit checking on the library)
4215 - place output files for profiling SUID apps into /var/profile,
4216 use O_NOFOLLOW for them
4217 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
4218 - hardlink identical locale files together
4219 - add %%lang() tags to locale stuff
4220 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
4222 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
4223 - add glibc-common subpackage
4224 - fix alphaev6 memcpy (#22494)
4225 - fix sys/cdefs.h (#22908)
4226 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
4227 - work around a bug in IBM JDK (#22932, #23012)
4228 - fix pmap_unset when network is down (#23176)
4229 - move nscd in rc.d before netfs on shutdown
4230 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
4232 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
4233 - fix ftw and nftw
4235 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
4236 - fix fcvt (#22184)
4237 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
4238 - fix gencat
4240 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
4241 - fix alpha htonl and alphaev6 stpcpy
4243 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
4244 - update to CVS to:
4245 - fix getnameinfo (#21934)
4246 - don't stomp on memory in rpath handling (#21544)
4247 - fix setlocale (#21507)
4248 - fix libNoVersion.so.1 loading code (#21579)
4249 - use auxarches define in spec file for auxiliary
4250 architectures (#21219)
4251 - remove /usr/share directory from filelist (#21218)
4253 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
4254 - update to CVS to fix getaddrinfo
4256 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
4257 - update to CVS to fix freopen
4258 - remove all alpha workarounds, not needed anymore
4260 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
4261 - fix dladdr bug on alpha/sparc32/sparc64
4262 - fix Makefiles so that they run static tests properly
4264 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
4265 - update to CVS to fix ldconfig
4267 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
4268 - update to glibc 2.2 release
4270 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
4271 - update to CVS to:
4272 - export __sysconf@@GLIBC_2.2 (#20417)
4274 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
4275 - merge to 2.1.97
4277 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
4278 - update to CVS, including:
4279 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
4280 - fix hesiod (#19375)
4281 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
4282 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
4284 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
4285 - fix alpha semctl (#19199)
4286 - update to CVS, including:
4287 - fix glibc headers for Compaq non-gcc compilers
4288 - fix locale alias handling code (#18832)
4289 - fix rexec on little endian machines (#18886)
4290 - started writing changelog again
4292 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
4293 - added ja ujis alias for backwards compatibility