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