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