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