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