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