2.9.90-4
[glibc.git] / fedora / glibc.spec.in
blob6288bd6c3ae2abf60767e1257bdfe9a351dfb846
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: 4
23 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
24 # Things that are linked directly into dynamically linked programs
25 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
26 # exception which allows linking it into any kind of programs or shared
27 # libraries without restrictions.
28 License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
29 Group: System Environment/Libraries
30 URL: http://sources.redhat.com/glibc/
31 Source0: %{glibcsrcdir}.tar.bz2
32 %if %{glibc_release_tarballs}
33 Source1: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-linuxthreads-/).tar.bz2
34 Source2: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-libidn-/).tar.bz2
35 %define glibc_release_unpack -a1 -a2
36 %endif
37 Source3: %{glibcname}-fedora-%{glibcdate}.tar.bz2
38 Patch0: %{glibcname}-fedora.patch
39 Patch1: %{name}-ia64-lib64.patch
40 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
41 Obsoletes: glibc-profile < 2.4
42 Provides: ldconfig
43 # The dynamic linker supports DT_GNU_HASH
44 Provides: rtld(GNU_HASH)
45 Requires: glibc-common = %{version}-%{release}
46 # Require libgcc in case some program calls pthread_cancel in its %%post
47 Requires(pre): basesystem, libgcc
48 # This is for building auxiliary programs like memusage, nscd
49 # For initial glibc bootstraps it can be commented out
50 BuildRequires: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.33.4-3
51 BuildRequires: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext
52 BuildRequires: /bin/ps, /bin/kill, /bin/awk
53 # This is to ensure that __frame_state_for is exported by glibc
54 # will be compatible with egcs 1.x.y
55 BuildRequires: gcc >= 3.2
56 %define enablekernel 2.6.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
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\)_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\)_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 -Wl,-r -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 * Wed Feb 18 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-4
1013 - update from trunk
1014 - adjust for i586 + i686 from i386 + i686 build
1015 - split static libraries into glibc-static subpackage
1016 - ld -r the whole libpthread.a together to avoid endless issues with
1017 -static ... -lpthread
1018 - require 2.6.18 and later kernel
1020 * Wed Feb 4 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-3
1021 - update from trunk
1022 - ISO C++ compliant strchr etc. with GCC 4.4+
1023 - AT_RANDOM support
1025 * Thu Jan 8 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-2
1026 - update from trunk
1028 * Fri Jan 2 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-1
1029 - update from trunk (#478314)
1031 * Mon Dec 8 2008 Jakub Jelinek <jakub@redhat.com> 2.9-3
1032 - temporarily disable _nss_dns_gethostbyname4_r (#459756)
1033 - NIS hostname lookup fixes (#473073, #474800, BZ#7058)
1034 - fix unsetenv (#472941)
1036 * Thu Nov 13 2008 Jakub Jelinek <jakub@redhat.com> 2.9-2
1037 - glibc 2.9 release
1038 - fix CPU_ALLOC_SIZE on 32-bit arches (BZ#7029)
1040 * Wed Nov 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-17
1041 - update from trunk
1042 - don't abort on broken DNS replies (#469299, BZ#7009)
1043 - misc fixes (BZ#6966, BZ#7008, BZ#6955, BZ#6843)
1045 * Fri Oct 31 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-16
1046 - update from trunk
1047 - further resolver fixes
1048 - another dynamic TLS handling fix (#469263)
1049 - misc fixes (BZ#6867, BZ#6875, BZ#6919, BZ#6920, BZ#6942, BZ#6947,
1050 BZ#6968, BZ#6974, BZ#6980, BZ#6995)
1051 - rebuild with newer rpm to avoid stripping
1052 shared libraries when they shouldn't be (#468129)
1054 * Tue Oct 28 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-15
1055 - update from trunk
1056 - __libc_res_nquery fixes (#466786)
1058 * Sun Oct 19 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-14
1059 - update from trunk
1060 - fix dynamic TLS handling (#467309)
1061 - fix sys/signalfd.h for C++ (#467172)
1062 - fix sprof (#458861)
1063 - fix _mcount and socket syscalls on s390x (#464146)
1064 - try harder to allocate memory in valloc and pvalloc (#461481)
1065 - fix power6 32-bit libs (#467311)
1067 * Fri Oct 10 2008 Dennis Gilmore <dennis@ausil.us> 2.8.90-13
1068 - apply sparcv9v memset patch from jakub and davem
1070 * Fri Aug 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-12
1071 - update from trunk
1072 - revert origin changes (#457849)
1073 - use MAP_STACK for thread stacks
1074 - misc fixes (BZ#6845, BZ#6544, BZ#6634, BZ#6589, BZ#6790, BZ#6791,
1075 BZ#6824)
1076 - power7 bits (BZ#6817)
1077 - fix expm1 on i?86/x86_64 (#43354, BZ#5794)
1079 * Sat Aug 2 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-11
1080 - update from trunk
1081 - fix non-absolute $ORIGIN handling (#457560)
1082 - exported some further libresolv APIs (#453325)
1083 - misc fixes
1085 * Tue Jul 29 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-10
1086 - update from trunk
1087 - resolver fixes
1088 - misc fixes (BZ#6771, BZ#6763, BZ#6698, BZ#6712)
1089 - s390{,x} utmp/utmpx bi-arch support (BZ#6724)
1090 - popen "e" flag
1091 - fr_FR locale changes reenabled
1093 * Wed Jul 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-9
1094 - update from trunk
1095 - fix unbuffered vfprintf if writing to the stream fails (#455360)
1096 - remove useless "malloc: using debugging hooks" message (#455355)
1097 - nscd fixes
1098 - fix resolver alignment issues (#454500)
1099 - fix setvbuf (BZ#6719)
1101 * Thu Jul 3 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-8
1102 - update from trunk
1103 - watch even resolv.conf in nscd using inotify
1104 - some nscd fixes
1106 * Fri Jun 13 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-7
1107 - update from trunk
1108 - avoid *lround* on ppc* clobbering cr3/cr4 registers (#450790)
1109 - further nscd fixes (#450704)
1110 - use inotify in nscd to watch files
1112 * Thu Jun 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-6
1113 - update from trunk
1114 - nscd fixes (#450704)
1115 - fix getservbyport (#449358)
1116 - fix regexp.h (#446406)
1117 - avoid crashing on T_DNAME in DNS responses (#450766)
1119 * Sun May 25 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-5
1120 - update from trunk
1122 * Tue May 20 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-4
1123 - further getaddrinfo and nscd fixes
1125 * Sun May 18 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-3
1126 - getaddrinfo and nscd fixes
1127 - reenable assertion checking in rawhide
1129 * Fri May 16 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-2
1130 - fix getaddrinfo (#446801, #446808)
1132 * Thu May 15 2008 Jakub Jelinek <jakub@redhat.com> 2.8.90-1
1133 - update to trunk
1134 - O(n) memmem/strstr/strcasestr
1135 - i386/x86_64 TLS descriptors support
1136 - concurrent IPv4 and IPv6 DNS lookups by getaddrinfo
1138 * Mon May 5 2008 Jakub Jelinek <jakub@redhat.com> 2.8-3
1139 - don't run telinit u in %post if both /dev/initctl and
1140 /sbin/initctl exist (#444978)
1141 - workaround GCC ppc64 miscompilation of c{log{,10},acosh,atan}l
1142 (#444996)
1144 * Wed Apr 30 2008 Jakub Jelinek <jakub@redhat.com> 2.8-2
1145 - fix nscd races during GC (BZ#5381)
1146 - rebuilt with fixed GCC to fix regex miscompilation on power6
1147 - SPARC fixes
1149 * Sat Apr 12 2008 Jakub Jelinek <jakub@redhat.com> 2.8-1
1150 - 2.8 release
1152 * Fri Apr 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-16
1153 - update to trunk
1154 - misc fixes (BZ#4997, BZ#5741)
1155 - make sure all users of __libc_setlocale_lock know it is
1156 now a rwlock
1157 - fix ppc/ppc64 compatibility _sys_errlist and _sys_siglist
1158 symbols
1160 * Thu Apr 10 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-15
1161 - update to trunk
1162 - misc fixes (BZ#4314, BZ#4407, BZ#5209, BZ#5436, BZ#5768, BZ#5998,
1163 BZ#6024)
1164 - restart sshd in %post when upstart is used - it doesn't have
1165 /dev/initctl (#441763)
1166 - disable assert checking again
1168 * Tue Apr 8 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-14
1169 - update to trunk
1170 - misc fixes (BZ#5443, BZ#5475, BZ#5478, BZ#5939, BZ#5979, BZ#5995,
1171 BZ#6004, BZ#6007, BZ#6020, BZ#6021, BZ#6042)
1172 - change mtrace to keep perl 5.10 quiet (#441082)
1173 - don't share conversion state between mbtowc and wctomb (#438687)
1174 - if st_blksize is too large and malloc fails, retry with smaller
1175 buffer in opendir (#430768)
1176 - correct *printf overflow test (#358111)
1178 * Fri Mar 28 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-13
1179 - update to trunk
1180 - don't define ARG_MAX in <limits.h>, as it is no longer
1181 constant - use sysconf (_SC_ARG_MAX) to get the current
1182 argument size limit
1183 - fix build on sparc64
1184 - only service sshd condrestart if /etc/rc.d/init.d/sshd exists
1185 (#428859)
1187 * Wed Mar 26 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-12
1188 - update to trunk
1189 - new CLONE_* flags in <sched.h> (#438542)
1190 - nis+ errno clobbering fix (#437945)
1191 - fix adjtime (#437974)
1193 * Fri Mar 14 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-11
1194 - update to trunk
1195 - remove <stropts.h>, define _XOPEN_STREAMS -1 (#436349)
1197 * Wed Mar 5 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-8
1198 - update to trunk
1199 - {,v}{as,d}printf and obstack_{,v}printf fortification (#435905)
1200 - fix getnameinfo/gethostbyaddr (#428067, BZ#5790)
1201 - fix yp_order (#435519, BZ#5854)
1202 - misc fixes (BZ#5779, BZ#5736, BZ#5627, BZ#5818, BZ#5012)
1203 - merge review cleanup (Tom Callaway, #225806)
1205 * Sat Feb 16 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-7
1206 - update to trunk
1207 - make NI_MAXHOST and NI_MAXSERV available even in BSDish
1208 namespaces (BZ#5737)
1209 - timerfd_* syscalls
1211 * Fri Feb 1 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-6
1212 - fix build
1214 * Thu Jan 31 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-5
1215 - update to trunk
1216 - rebuild with gcc 4.3
1218 * Fri Jan 11 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-4
1219 - update to trunk
1220 - misc fixes (BZ#5541, BZ#5545, BZ#5553, BZ#5112, BZ#5520)
1221 - getaddrinfo fixes
1222 - signalize EOVERFLOW from sem_post instead of overflowing
1223 the counter
1224 - fix i?86 makecontext
1225 - fix iconv for iso-2022-jp//translit (#397021)
1227 * Thu Jan 3 2008 Jakub Jelinek <jakub@redhat.com> 2.7.90-3
1228 - update to trunk
1229 - fix recognition of interface family (#425768)
1230 - add __THROW to __ctype_{b,tolower,toupper}_loc prototypes
1232 * Thu Dec 27 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-2
1233 - update to trunk
1234 - nsswitch fix (#425768)
1235 - temporarily enable assert checking
1237 * Wed Dec 12 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-1
1238 - update to trunk
1239 - fix __USE_STRING_INLINES on i?86 (#408731, #371711)
1240 - fix *scanf (#388751)
1242 * Wed Oct 17 2007 Jakub Jelinek <jakub@redhat.com> 2.7-1
1243 - glibc 2.7 release
1244 - fix tzfile.c for times after last transition (#333561)
1245 - fix sem_post@GLIBC_2.0 on i?86
1246 - appease valgrind in libpthread.so initialization
1247 - misc fixes (BZ#3425, BZ#5184, BZ#5186)
1249 * Mon Oct 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-21
1250 - fix getgr{name,gid}{,_r} with nscd
1252 * Sun Oct 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-20
1253 - install <bits/error.h> (#330031)
1254 - disable -D_FORTIFY_SOURCE{,=2} support (with a warning) for
1255 GCC 3.4.x and earlier(#327641)
1256 - pl_PL locale changes (BZ#4098, #242296)
1257 - misc fixes (BZ#1140, BZ#3195, BZ#3242, BZ#4359)
1259 * Thu Oct 11 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-19
1260 - fix <netinet/tcp.h>
1261 - simple preprocessor in localedef, fix de_DE collation with it
1263 * Wed Oct 10 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-18
1264 - add signalfd, eventfd, eventfd_read, eventfd_write
1265 - qsort speedups
1266 - workaround for cpuid bugs (#324081)
1267 - make sure gettext's conversion_lock is initialized even if
1268 program isn't linked against libpthread.so.0, only dlopens it (#321761)
1269 - misc fixes (BZ#5112, BZ#5113, BZ#5104, BZ#5063, BZ#5010, BZ#4407,
1270 BZ#3924, BZ#5103, BZ#2633, BZ#181, BZ#73, #321901)
1272 * Wed Oct 3 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-17
1273 - fix {,v}swprintf with -D_FORTIFY_SOURCE=1 -mlong-double-64 on ppc*/s390*/sparc*
1274 - strcoll fixes
1275 - misc fixes (BZ#645, BZ#5071)
1276 - locale fixes (BZ#4941, #299321, #203364, #196711, #236212)
1278 * Sat Sep 29 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-16
1279 - misc fixes (BZ#4963, BZ#4972, BZ#5028, BZ#5043, BZ#5058)
1280 - improve -D_FORTIFY_SOURCE{,=2} diagnostic through warning/error
1281 attributes
1282 - fix wcscpy, wcpcpy, fgetws, fgetws_unlocked, swprintf and vswprintf
1283 fortification inlines
1284 - fix a scalability issue with lazy binding in heavily multithreaded
1285 programs
1287 * Thu Sep 20 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-15
1288 - $5$ (SHA-256) and $6$ (SHA-512) support in crypt
1289 (#228697, #249477, #173834)
1291 * Tue Sep 18 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-14
1292 - -D_FORTIFY_SOURCE{,=2} support for C++
1293 - fortification of fread{,_unlocked}
1294 - support *scanf m allocation modifier (%ms, %mls, %mc, ...)
1295 - in -std=c99 or -D_XOPEN_SOURCE=600 mode don't recognize
1296 %as, %aS and %a[ as a GNU extension for *scanf
1297 - fix splice, vmsplice, tee return value, make them cancellation
1298 points
1299 - mq_open checking
1300 - use inline function rather than function-like macro
1301 for open{,at}{,64} checking
1302 - IFA_F_OPTIMISTIC handling in getaddrinfo (#259681)
1303 - fix an ABBA deadlock in ld.so (#284171)
1304 - remove sparc{32,64} unwind info from _start and clone
1306 * Mon Aug 27 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-13
1307 - fix personality on x86_64/ppc/ppc64 (#256281)
1309 * Sat Aug 25 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-12
1310 - readd x86_64 gettimeofday stuff, initialize it earlier
1311 - nis_list fix (#254115)
1312 - workaround for bugs in ia64 silly /emul/ia32-linux hack (#253961)
1313 - misc fixes (BZ#3924, BZ#4566, BZ#4582, BZ#4588, BZ#4726, BZ#4946,
1314 BZ#4905, BZ#4814, BZ#4925, BZ#4936, BZ#4896, BZ#4937, BZ#3842,
1315 BZ#4554, BZ#4557, BZ#4938)
1317 * Fri Aug 17 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-11
1318 - remove __strtold_internal and __wcstold_internal from ppc*/s390*/sparc*
1319 *-ldbl.h headers
1320 - temporarily backout x86_64 gettimeofday.S changes (#252453)
1321 - some further sparc, sparc64 and alpha fixes
1323 * Wed Aug 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-10
1324 - don't open /etc/ld.so.{cache,preload} with O_NOATIME (#252146)
1325 - s390{,x}, alpha and sparc fixes
1326 - sparcv9 is no longer an aux arch, as we expect
1327 to not build sparc.rpm glibc any longer, only sparcv9.rpm,
1328 sparc64.rpm and new two aux arches sparcv9v.rpm and sparc64v.rpm
1330 * Tue Aug 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-9
1331 - private futex even for mutexes and condvars
1332 - some further O_CLOEXEC changes
1333 - use vDSO on x86_64 if available
1334 - ia64 build fixes (#251983)
1336 * Fri Aug 10 2007 Roland McGrath <roland@redhat.com> 2.6.90-8
1337 - update to trunk
1338 - fix missing strtold_l export on ppc64
1340 * Thu Aug 9 2007 Roland McGrath <roland@redhat.com> 2.6.90-6
1341 - update to trunk
1342 - fix local PLT regressions
1343 - spec file revamp for new find-debuginfo.sh
1345 * Sun Aug 5 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-4
1346 - fix librt.so and librtkaio.so on ppc32, so that it is not using
1347 bss PLT
1349 * Sat Aug 4 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-3
1350 - fix open{,at}{,64} macro for -pedantic (#250897)
1351 - add transliteration for l with stroke (#250492)
1352 - fix strtod ("-0", NULL)
1353 - update License tag
1355 * Wed Aug 1 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-2
1356 - make aux-cache purely optional performance optimization in ldconfig,
1357 don't issue any errors if it can't be created (#250430)
1358 - remove override_headers hack, BuildRequire >= 2.6.22 kernel-headers
1359 and rely on its content
1361 * Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-1
1362 - update to trunk
1363 - private futex optimizations
1364 - open{,at}{,64} argument checking
1365 - ldconfig speedups
1367 * Sun Jul 8 2007 Jakub Jelinek <jakub@redhat.com> 2.6-4
1368 - filter <built-in> pseudo-files from debuginfo source lists (#245714)
1369 - fix sscanf when errno is EINTR before the call (BZ#4745)
1370 - save/restore errno around reading /etc/default/nss (BZ#4702)
1371 - fix LD_HWCAP_MASK handling
1372 - disable workaround for #210748, instead backport
1373 ld.so locking fixes from the trunk (#235026)
1374 - new x86_64 memcpy
1375 - don't write uninitialized padding bytes to nscd socket
1376 - fix dl{,v}sym, dl_iterate_phdr and dlopen if some library is
1377 mapped into ld.so's inter-segment hole on x86_64 (#245035, #244545)
1378 - fix LD_AUDIT=a:b program (#180432)
1379 - don't crash on pseudo-zero long double values passed to
1380 *printf on i?86/x86_64/ia64 (BZ#4586)
1381 - fix *printf %La and strtold with some hexadecimal floating point
1382 constants on ppc/ppc64
1383 - fix nextafterl on ppc/ppc64
1384 - fix sem_timedwait on i?86 and x86_64
1386 * Thu May 24 2007 Jakub Jelinek <jakub@redhat.com> 2.6-3
1387 - don't use %%config(missingok) for locale-archive.tmpl,
1388 instead of removing it altogether truncate it to zero
1389 size (#240697)
1390 - add a workaround for #210748
1392 * Mon May 21 2007 Jakub Jelinek <jakub@redhat.com> 2.6-2
1393 - restore malloc_set_state backwards compatibility (#239344)
1394 - fix epoll_pwait (BZ#4525)
1395 - fix printf with unknown format spec or positional arguments
1396 and large width and/or precision (BZ#4514)
1397 - robust mutexes fix (BZ#4512)
1399 * Tue May 15 2007 Roland McGrath <roland@redhat.com> 2.6-1
1400 - glibc 2.6 release
1402 * Fri May 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-24
1403 - utimensat, futimens and lutimes support
1405 * Thu May 10 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-23
1406 - use madvise MADV_DONTNEED in malloc
1407 - fix ia64 feraiseexcept
1408 - fix s390{,x} feholdexcept (BZ#3427)
1409 - ppc fenv fixes
1410 - make fdatasync a cancellation point (BZ#4465)
1411 - fix *printf for huge precisions with wide char code and multi-byte
1412 strings
1413 - fix dladdr (#232224, BZ#4131)
1415 * Fri May 4 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-22
1416 - add transliteration for <U2044> (BZ#3213)
1417 - fix *scanf with %f on hexadecimal floats without exponent (BZ#4342)
1418 - fix *printf with very large precisions for %s (#238406, BZ#4438)
1419 - fix inet_ntop size checking for AF_INET (BZ#4439)
1420 - for *printf %e avoid 1.000e-00, for exponent 0 always use + sign (#238431)
1421 - fix a regression introduced in #223467 changes
1422 - gethostby*_r alignment fixes (BZ#4381)
1423 - fix ifaddrs error handling
1425 * Mon Apr 16 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-21
1426 - don't include individual locale files in glibc-common,
1427 rather include prepared locale-archive template and let
1428 build-locale-archive create locale-archive from the template
1429 and any user supplied /usr/lib/locale/*_* directories,
1430 then unlink the locale-archive template - this should save
1431 > 80MB of glibc-common occupied disk space
1432 - fix _XOPEN_VERSION (BZ#4364)
1433 - fix printf with %g and values tiny bit smaller than 1.e-4 (#235864,
1434 BZ#4362)
1435 - fix NIS+ __nisfind_server (#235229)
1437 * Sat Mar 31 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-20
1438 - assorted NIS+ speedups (#223467)
1439 - fix HAVE_LIBCAP configure detection (#178934)
1440 - remove %{_prefix}/sbin/rpcinfo from glibc-common (#228894)
1441 - nexttoward*/nextafter* fixes (BZ#3306)
1442 - feholdexcept/feupdateenv fixes (BZ#3427)
1443 - speed up fnmatch with two or more * in the pattern
1445 * Sat Mar 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-19
1446 - fix power6 libm compat symbols on ppc32 (#232633)
1447 - fix child refcntr in NPTL fork (#230198)
1448 - fix ifaddrs with many net devices on > 4KB page size arches (#230151)
1449 - fix pthread_mutex_timedlock on x86_64 (#228103)
1450 - various fixes (BZ#3919, BZ#4101, BZ#4130, BZ#4181, BZ#4069, BZ#3458)
1452 * Wed Feb 21 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-18
1453 - fix nftw with FTW_CHDIR on / (BZ#4076)
1454 - nscd fixes (BZ#4074)
1455 - fix fmod{,f,l} on i?86 (BZ#3325)
1456 - support localized digits for fp values in *scanf (BZ#2211)
1457 - namespaces fixes (BZ#2633)
1458 - fix euidaccess (BZ#3842)
1459 - glob fixes (BZ#3996)
1460 - assorted locale data fixes (BZ#1430, BZ#672, BZ#58, BZ#3156,
1461 BZ#2692, BZ#2648, BZ#3363, BZ#3334, BZ#3326, BZ#3322, BZ#3995,
1462 BZ#3885, BZ#3884, BZ#3851)
1464 * Sun Feb 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-17
1465 - RFC2671 support in resolver (#205842)
1466 - fix strptime (BZ#3944)
1467 - fix regcomp with REG_NEWLINE (BZ#3957)
1468 - fix pthread_mutex_timedlock on x86_64 (#228103)
1470 * Fri Feb 2 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-16
1471 - add strerror_l
1472 - fix application crashes when doing NSS lookups through nscd
1473 mmapped databases and nscd decides to start garbage collection
1474 during the lookups (#219145, #225315)
1475 - fix %0lld printing of 0LL on 32-bit architectures (BZ#3902)
1476 - ignore errors from install-info in glibc-devel scriptlets
1477 (#223691)
1479 * Wed Jan 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-15
1480 - fix NIS getservbyname when proto is NULL
1481 - fix nss_compat +group handling (#220658)
1482 - cache services in nscd
1483 - fix double free in fts_close (#222089)
1484 - fix vfork+execvp memory leak (#221187)
1485 - soft-fp fixes (BZ#2749)
1486 - further strtod fixes (BZ#3855)
1487 - make sure pthread_kill doesn't return EINVAL even if
1488 the target thread exits in between pthread_kill ESRCH check
1489 and the actual tgkill syscall (#220420)
1490 - fix ABBA deadlock possibility in ld.so scope locking code
1492 * Tue Dec 19 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-14
1493 - fix {j,m}rand48{,_r} on 64-bit arches (BZ#3747)
1494 - handle power6x AT_PLATFORM (#216970)
1495 - fix a race condition in getXXbyYY_r (#219145)
1496 - fix tst-pselect testcase
1498 * Thu Dec 14 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-13
1499 - fix setcontext on ppc32 (#219107)
1500 - fix wide stdio after setvbuf (#217064, BZ#2337)
1501 - handle relatime mount option in statvfs
1502 - revert i?86/x86_64 clone CFI temporarily
1504 * Sun Dec 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-12
1505 - fix hasmntopt (#218802)
1506 - fix setusershell and getusershell (#218782)
1507 - strtod fixes (BZ#3664, BZ#3673, BZ#3674)
1508 - fix memusage with realloc (x, 0)
1510 * Tue Dec 5 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-11
1511 - allow suid apps to setenv NIS_PATH and influence through that
1512 nis_list and nis_lookup (#209155)
1513 - fix ttyname and ttyname_r with invalid file descriptor (#218276)
1514 - cs_CZ LC_TIME fixes (#218438)
1515 - fix build with 2.6.19+ headers (#217723)
1517 * Fri Dec 1 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-10
1518 - fix x86-64 restore_rt unwind info
1520 * Thu Nov 30 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-9
1521 - fix last svc_run change (#217850)
1522 - on ppc64 build __libc_start_main without unwind info,
1523 as it breaks MD_FROB_UPDATE_CONTEXT (#217729, #217775; in the
1524 future that could be fixable just by providing .cfi_undefined r2
1525 in __libc_start_main instead)
1526 - add unwind info for x86-64 restore_rt signal return landing pad
1527 (#217087)
1528 - add power6x subdir to /%{_lib}/ and /%{_lib}/rtkaio/,
1529 link all libs from ../power6/* into them
1531 * Tue Nov 28 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-8
1532 - fix svc_run (#216834, BZ#3559)
1533 - add -fasynchronous-unwind-tables to CFLAGS (#216518)
1534 - make sure there is consistent timestamp for /etc/ld.so.conf,
1535 /etc/localtime and /etc/rpc between multilib glibc rpms
1537 * Mon Nov 20 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-7
1538 - handle IPv6 addresses in /etc/hosts that are mappable to
1539 IPv4 addresses in IPv4 host lookups (#215283)
1540 - fix :include: /etc/alias handling (#215572)
1541 - handle new tzdata format to cope with year > 2037 transitions
1542 on 64-bit architectures
1544 * Fri Nov 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-6
1545 - fix strxfrm fix
1546 - fix i?86 floor and ceil inlines (BZ#3451)
1548 * Thu Nov 9 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-5
1549 - fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo
1550 CPUs
1551 - fix libthread_db.so on TLS_DTV_AT_TP architectures
1552 - fix --inhibit-rpath (#214569)
1553 - fix _r_debug content when prelinked ld.so executes
1554 a program as its argument
1555 - fix strxfrm
1556 - powerpc-cpu add-on updates
1558 * Fri Nov 3 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-4
1559 - fix atexit backwards compatibility (#213388)
1560 - add mai_IN locale (#213415)
1561 - remove bogus %{_libdir}/librt.so.1 symlink (#213555)
1562 - fix memusage (#213656)
1563 - change libc.info category (#209493)
1565 * Sun Oct 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-3
1566 - fix suid/sgid binaries on i?86/x86_64 (#212723)
1568 * Fri Oct 27 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-2
1569 - fix ia64 build
1570 - don't call _dl_close outside of dl_load_lock critical section
1571 if dlopen failed (BZ#3426)
1572 - add rtld scope locking (#211133)
1574 * Wed Oct 25 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-1
1575 - fix i?86 6 argument syscalls (e.g. splice)
1576 - fix rtld minimal realloc (BZ#3352)
1577 - fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369)
1578 - fix xdrmem_setpos (#211452)
1579 - bump __GLIBC_MINOR__
1580 - increase PTHREAD_STACK_MIN on ppc{,64} to 128K to allow
1581 64K pagesize kernels (#209877)
1582 - speed up initgroups on NIS+ (#208203)
1584 * Mon Oct 2 2006 Jakub Jelinek <jakub@redhat.com> 2.5-2
1585 - fix nscd database growing (#207928)
1586 - bypass prelinking when LD_DYNAMIC_WEAK=1 is in the environment
1588 * Fri Sep 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5-1
1589 - glibc 2.5 release
1591 * Wed Sep 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-36
1592 - rebuilt with gcc-4.1.1-26 to fix unwind info
1594 * Mon Sep 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-35
1595 - fix glob with large number of matches (BZ#3253)
1596 - fix fchownat on kernels that don't support that syscall (BZ#3252)
1597 - fix lrintl on s390{,64}
1599 * Sat Sep 23 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-34
1600 - fix ppc{32,64} longjmp (BZ#3225)
1601 - fix user visible spelling errors (BZ#3137)
1602 - fix l{,l}rint{,f,l} around zero (BZ#2592)
1603 - avoid stack trampoline in s390{,x} makecontext
1605 * Tue Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-33
1606 - fix dlclose (#206639)
1607 - don't load platform optimized libraries if kernel doesn't set
1608 AT_PLATFORM
1609 - fix ppc{32,64} libSegFault.so
1610 - use -mtune=generic even for glibc-devel.i386 (#206437)
1611 - fix /%{_lib}/librt.so.1 symlink
1613 * Fri Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-32
1614 - on ppc* use just AT_PLATFORM and altivec AT_HWCAP bit for library selection
1615 - fix lrintl and lroundl on ppc{,64}
1616 - use hidden visibility on fstatat{,64} and mknodat in libc_nonshared.a
1618 * Sun Sep 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-31
1619 - fix pthread_cond_{,timed}wait cancellation (BZ#3123)
1620 - fix lrint on ppc32 (BZ#3155)
1621 - fix malloc allocating more than half of address space (BZ#2775)
1622 - fix mktime on 32-bit arches a few years after 2038 (BZ#2821)
1624 * Thu Sep 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-30
1625 - add librtkaio, to use it add /%{lib}/rtkaio to your
1626 LD_LIBRARY_PATH or /etc/ld.so.conf
1627 - fix or_IN February name (#204730)
1628 - fix pthread_create called from cancellation handlers (BZ#3124)
1629 - fix regex case insensitive searches with characters where upper
1630 and lower case multibyte representations have different length
1631 (e.g. I and dotless i, #202991)
1633 * Tue Sep 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-29
1634 - randomize resolver query ids before use instead after use (#205113)
1635 - fix resolver symver checking with DT_GNU_HASH (#204909)
1636 - put .hash section in glibc libraries at the end of RO segment
1637 when .gnu.hash is present
1639 * Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-28
1640 - another malloc doubly linked list corruption problem fix (#204653)
1642 * Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-27
1643 - allow $LIB and $PLATFORM in dlopen parameters even in suid/sgid (#204399)
1644 - handle $LIB/$PLATFORM in LD_LIBRARY_PATH
1645 - fix splice prototype (#204530)
1647 * Mon Aug 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-26
1648 - real fix for the doubly linked list corruption problem
1649 - try harder in realloc to allocate memory (BZ#2684)
1650 - fix getnameinfo error reporting (#204122)
1651 - make localedef more robust on invalid input (#203728)
1653 * Fri Aug 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-25
1654 - temporarily back out code to limit number of unsorted block
1655 sort iterations (#203735, #204027)
1656 - handle PLT symbols in dladdr properly (BZ#2683)
1657 - avoid malloc infinite looping for allocations larger than
1658 the system can allocate (#203915)
1660 * Tue Aug 22 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-23
1661 - malloc fixes, especially for 32-bit arches (#202309)
1662 - further *_IN locale fixes (#200230)
1663 - fix get{serv,rpc}ent{,_r} if NIS map is empty (#203237)
1664 - fix /usr/bin/iconv (#203400)
1666 * Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-22
1667 - rebuilt with latest binutils to pick up 64K -z commonpagesize
1668 on ppc/ppc64 (#203001)
1670 * Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-21
1671 - if some test gets stuck, kill the tee process after make check
1672 finishes
1673 - build with -mtune=generic on i686 and x86_64
1675 * Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-20
1676 - PTHREAD_PRIO_PROTECT support
1677 - fix errno if nice() fails (#201826)
1679 * Thu Aug 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-19
1680 - adaptive malloc brk/mmap threshold
1681 - fix fchownat to use kernel syscall (if available) on many arches (#201870)
1682 - only define O_DIRECT with -D_GNU_SOURCE on ia64 to match all
1683 other arches (#201748)
1685 * Mon Aug 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-18
1686 - NIS+ fixes
1687 - fix memusage and xtrace scripts (#200736)
1688 - redirect /sbin/service sshd condrestart std{out,err} to /dev/null
1689 when executed from glibc_post_upgrade
1691 * Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-17
1692 - typo fix for the dladdr patch
1693 - build i?86 glibc with -mno-tls-direct-seg-refs (#200469)
1695 * Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-16
1696 - fix dladdr on binaries/libraries with only DT_GNU_HASH and no
1697 DT_HASH (#200635)
1698 - fix early timeout of initgroups data in nscd (#173019)
1699 - add am/pm display to es_PE and es_NI locales (#167101)
1700 - fix nss_compat failures when nis/nis+ unavailable (#192072)
1702 * Mon Jul 31 2006 Roland McGrath <roland@redhat.com> 2.4.90-15
1703 - fix missing destructor calls in dlclose (#197932)
1704 - enable transliteration support in all locales (#196713)
1705 - disallow RTLD_GLOBAL flag for dlmopen in secondary namespaces (#197462)
1706 - PI mutex support
1708 * Tue Jul 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-13
1709 - DT_GNU_HASH support
1711 * Fri Jun 30 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-12
1712 - buildrequire gettext
1713 - enable fstatat64/newfstatat syscalls even on ppc*/s390*/ia64 (#196494)
1714 - fix out of memory behavior in gettext (#194321)
1715 - fix regex on multi-byte non-UTF-8 charsets (#193873)
1716 - minor NIS+ fixes (#190803)
1717 - don't use cancellable calls in posix_spawn* and only set{u,g}id
1718 current thread if requested (#193631)
1720 * Wed May 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-11
1721 - don't exit from nscd -i <database> before the database is
1722 actually invalidated, add locking to prune_cache (#191464)
1723 - build glibc-devel.i386 static libraries with
1724 -mno-tls-direct-seg-refs -DNO_TLS_DIRECT_SEG_REFS
1725 - RFC3542 support (advanced API for IPv6; #191001, BZ##2693)
1727 * Wed May 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-10
1728 - on i686 make glibc owner of /lib/i686 directory (#192597)
1729 - search parent NIS+ domains (#190803)
1731 * Sun May 21 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-9
1732 - update from CVS
1733 - big NIS+ changes
1735 * Fri May 19 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-8
1736 - update from CVS
1737 - fix nss_compat when SETENT_BATCH_READ=TRUE is in /etc/default/nss
1738 - fix RFC3484 precedence table for site-local and ULA addresses (#188364)
1739 - fix a sunrpc memory leak
1741 * Thu May 11 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-7
1742 - update from CVS
1743 - fix tcgetattr (#177965)
1744 - fix <sys/queue.h> (#191264)
1746 * Fri May 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-6
1747 - update from CVS
1748 - rebuilt using fixed rpm
1750 * Fri May 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-5
1751 - update from CVS
1752 - some NIS+ fixes
1753 - allow overriding rfc3484 address sorting tables for getaddrinfo
1754 through /etc/gai.conf (sample config file included in %%doc directory)
1756 * Mon May 1 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-4
1757 - update from CVS
1758 - SETENT_BATCH_READ /etc/default/nss option for speeding up
1759 some usages of NIS+ (#188246)
1760 - move debug state change notification (#179208)
1761 - fix ldd script if one of the dynamic linkers is not installed (#190259)
1763 * Thu Apr 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-3
1764 - update from CVS
1765 - fix a typo in nscd.conf (#190085)
1766 - fix handling of SIGHUP in nscd when some caches are disabled (#189978)
1767 - make nscd paranoia mode working with non-root server-user (#189779)
1769 * Wed Apr 26 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-2
1770 - update from CVS
1771 - fix getaddrinfo (#190002)
1772 - add auto-propagate nscd.conf options (#177154)
1773 - fix nscd auditing (#169148)
1775 * Tue Apr 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-1
1776 - update from CVS
1778 * Mon Apr 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4-6
1779 - update from CVS
1780 - NIS+ fixes
1781 - don't segfault on too large argp key values (#189545)
1782 - getaddrinfo fixes for RFC3484 (#188364)
1784 * Tue Mar 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4-5
1785 - update from CVS
1786 - pshared robust mutex support
1787 - fix btowc and bwtoc in C++ (#186410)
1788 - fix NIS+ (#186592)
1789 - don't declare __wcsto*l_internal for non-GCC or if not -O1+ (#185667)
1790 - don't mention nscd failures on 2.0 kernels (#185335)
1792 * Tue Mar 7 2006 Roland McGrath <roland@redhat.com> 2.4-4
1793 - back up %%{ix86} gdb conflicts to < 6.3.0.0-1.111
1795 * Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-3
1796 - really fix rintl on ppc64
1798 * Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-2
1799 - accurate unwind info for lowlevellock.h stubs on %%{ix86}
1800 - fix ppc/ppc64 ceill, floorl, rintl, roundl and truncl (BZ#2423)
1802 * Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.4-1
1803 - update from CVS
1804 - glibc 2.4 release
1806 * Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-2
1807 - update from CVS
1808 - fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895)
1809 - revert ppc32 malloc alignment patch, it breaks malloc_set_state
1810 and needs some further thoughts and time (#183894)
1811 - provide accurate unwind info for lowlevellock.h stubs on x86_64
1813 * Thu Mar 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-1
1814 - update from CVS
1815 - fixes for various arches
1816 - ensure malloc returns pointers aligned to at least
1817 MIN (2 * sizeof (size_t), __alignof__ (long double))
1818 (only on ppc32 this has not been the case lately with addition
1819 of 128-bit long double, #182742)
1821 * Wed Mar 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-39
1822 - update from CVS
1824 * Fri Feb 17 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-38
1825 - update from CVS
1826 - robust mutexes rewrite
1828 * Mon Feb 13 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-37
1829 - update from CVS
1830 - *at fixes
1831 - unshare syscall wrapper
1833 * Sat Feb 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-36
1834 - update from CVS
1835 - fix frequency setting for ITIMER_PROF (#179938, BZ#2268)
1836 - fix powerpc inline fegetround ()
1837 - fix nptl_db (#179946)
1839 * Fri Feb 3 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-35
1840 - update from CVS
1841 - handle futimesat (fd, NULL, tvp) as futimes (fd, tvp)
1842 - fix <stdlib.h> q{e,f,g}cvt{,_r} for -mlong-double-64
1844 * Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-34
1845 - fix <math.h> with C++ and -mlong-double-64 (#179742)
1846 - add nexttowardl redirect for -mlong-double-64
1848 * Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-33
1849 - update from CVS
1850 - long double support fixes
1852 * Wed Feb 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-32
1853 - update from CVS
1854 - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9},
1855 alpha 128-bit long double support
1856 - add inotify syscall numbers to the override <asm/unistd.h> headers
1857 (#179366)
1859 * Mon Jan 30 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-31
1860 - update from CVS
1861 - 128-bit long double on ppc, ppc64, s390, s390x and sparc{,v9}
1862 - add some new syscall numbers to the override <asm/unistd.h>
1863 headers
1865 * Mon Jan 9 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-30
1866 - update from CVS
1867 - <pthread.h> initializer fixes for -std=c{8,9}9 on 32-bit
1868 arches
1869 - avoid writable .rodata (#177121)
1871 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-29
1872 - update from CVS
1873 - make pthread_mutex_t an unnamed union again, as it affects
1874 libstdc++ ABI mangling
1876 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-28
1877 - update from CVS
1878 - make aio_suspend interruptible by signals (#171968)
1880 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-27
1881 - only rely on d_type in 32-bit getdents on s390 for 2.6.11+
1883 * Wed Jan 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-26
1884 - update from CVS
1885 - for newly linked lio_listio* callers, send per request
1886 notifications (#170116)
1887 - fixup nscd -S option removal changes (#176860)
1888 - remove nonnull attribute from ctermid (#176753)
1889 - fix PTHREAD_*_INITIALIZER{,_NP} on 64-bit arches
1890 - SPARC NPTL support for pre-v9 CPUs
1891 - drop support for 2.4.xx and < 2.6.9 kernels
1893 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-25
1894 - update from CVS
1895 - s390{,x} and sparc{,64} pointer mangling fixes
1896 - install a sanitized LinuxThreads <bits/libc-lock.h>
1898 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-24
1899 - update from CVS
1900 - nscd audit changes (#174422)
1901 - ppc{32,64} vDSO support and ppc32 hp-timing
1903 * Tue Dec 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-23
1904 - update from CVS
1905 - robust mutexes
1906 - fix transliteration segfaults (#176573, #176583)
1907 - ignore prelink temporaries in ldconfig (#176570)
1909 * Wed Dec 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-22
1910 - update from CVS
1911 - minor fts fixes
1912 - revert broken _Pragma () workaround
1913 - fix ldconfig on bi-arch architectures (#176316)
1915 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-21
1916 - update from CVS
1917 - fix pointer (de)mangling in gconv_cache.c
1919 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-20
1920 - update from CVS
1921 - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952)
1922 - fix errlist generation
1923 - update ulps for GCC 4.1 on IA-64
1925 * Mon Dec 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-19
1926 - update from CVS
1927 - sysdeps/generic reorg
1928 - setjmp/longjmp jump pointer mangling
1929 - rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma ()
1930 handling in it
1931 - remove glibc-profile subpackage
1932 - use non-PLT calls for malloc/free/realloc/memalign invocations in
1933 mtrace and mcheck hooks (#175261)
1934 - setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x}
1936 * Sat Nov 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-18
1937 - update from CVS
1938 - change <sys/stat.h> for broken apps that #define const /**/,
1939 handle non-GCC compilers
1940 - fix ppc{32,64} strncmp (BZ#1877, #173643, IT#83510)
1941 - provide shmatt_t typedef in ia64 <sys/shm.h (#173680)
1942 - support 2nd arg to futimesat being NULL (#173581)
1944 * Wed Nov 16 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-17
1945 - update from CVS
1946 - fix <sys/stat.h> in C++
1947 - {fstat,fchown,rename,unlink}at fixes
1948 - epoll_wait is now a cancellation point
1950 * Tue Nov 15 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-16
1951 - update from CVS
1952 - make sure waitid syscall is used on ppc*/s390*
1954 * Thu Oct 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-15
1955 - update from CVS
1956 - be permissive in %n check because of kernel bug #165351 (#171240)
1957 - don't misalign stack in pthread_once on x86_64 (#170786, IT#81521)
1958 - many locale fixes
1960 * Mon Oct 10 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-14
1961 - update from CVS
1962 - fix malloc bug after fork introduced in the last update
1963 - fix getent hosts IP for IPv4 IPs (#169831)
1965 * Mon Oct 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-13
1966 - update from CVS
1967 - fix setuid etc. hangs if some thread exits during the call (#167766)
1968 - fix innetgr memory leak (#169051)
1969 - support > 2GB nscd log files (#168851)
1970 - too many other changes to list here
1971 - include errno in nscd message if audit_open failed (#169148)
1973 * Mon Sep 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-12
1974 - update from CVS
1975 - netgrp handling fixes (#167728)
1976 - fix memory leak in setlocale (BZ#1318)
1977 - fix hwcaps computation
1978 - several regex portability improvements (#167019)
1979 - hypotf fix
1980 - fix *printf return code if underlying write fails (BZ#1146)
1981 - PPC64 dl{,v}sym fixes for new ABI .opd symbols
1982 - fix calloc with MALLOC_PERTURB_ in environment on 64-bit architectures
1983 (#166719)
1984 - source /etc/sysconfig/nscd (if it exists) in /etc/rc.d/init.d/nscd
1985 (#167083)
1986 - add %%triggerin for tzdata to glibc-common, so that tzdata updates
1987 update /etc/localtime and /var/spool/postfix/etc/localtime if they
1988 exist (#167787)
1990 * Mon Aug 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-11
1991 - FUTEX_WAKE_OP support to speed up pthread_cond_signal
1993 * Wed Aug 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-10
1994 - update from CVS
1995 - fix growing of nscd persistent database (BZ#1204)
1996 - fix _FORTIFY_SOURCE mbstowcs and wcstombs if destination size
1997 is known at compile time, but length argument is not
1999 * Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-9
2000 - update from CVS
2001 - fix resolving over TCP (#161181, #165802)
2002 - on ia64 don't abort on unhandled math function exception codes
2003 (#165693)
2005 * Mon Aug 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8
2006 - update from CVS
2007 - nscd persistent database verifier (#164001)
2008 - cleanup _FORTIFY_SOURCE bits/*.h headers (#165000)
2009 - handle EINTR in sigwait properly
2010 - make sure poor man's stack guard randomization keeps first
2011 byte 0 even on big-endian 32-bit arches
2012 - fix {elf,nptl}/tst-stackguard1
2013 - obsolete linuxthreads-devel in glibc-devel
2015 * Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-7
2016 - update from CVS
2017 - do some poor man's stack guard randomization even without
2018 the costly --enable-stackguard-randomization
2019 - rebuilt with new GCC to make it use -msecure-plt on PPC32
2021 * Mon Jul 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-6
2022 - update from CVS
2023 - fix execvp if PATH is not in environment and the call is going
2024 to fail (BZ#1125)
2025 - another bits/wchar2.h fix (#163990)
2027 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-5
2028 - update from CVS
2029 - fix stubs.h generation
2030 - don't use _G_va_list in bits/wchar2.h
2032 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-4
2033 - update from CVS
2034 - make sure bits/wchar2.h header is installed
2035 - fix __getgroups_chk return type
2037 * Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-3
2038 - update from CVS
2039 - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
2040 poll when contacting nscd more gracefully
2041 - remove malloc attribute from posix_memalign
2042 - correctly size nscd buffer for grpcache key (#163538)
2043 - fix atan2f
2044 - fix error memory leaks
2045 - some more _FORTIFY_SOURCE protection
2047 * Fri Jul 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-2
2048 - update from CVS
2049 - ia64 stack protector support
2050 - handle DNS referral results as server errors (#162625)
2051 - ctan{,h}{,f,l} fixes (#160759)
2052 - pass argc, argv and envp also to executable's *ni_array
2053 functions (BZ#974)
2054 - add ellipsis to clone prototype (#161593)
2055 - fix glibc-profile (#162601)
2056 - nss_compat fixes
2057 - use sysdeps/generic version of <bits/stdio-lock.h> in installed
2058 headers instead of NPTL version (#162634)
2060 * Mon Jun 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-1
2061 - update from CVS
2062 - stack protector support
2063 - fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583)
2064 - enable @GLIBC_2.4 symbols
2065 - remove linuxthreads
2067 * Mon Jun 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-11
2068 - update from CVS
2069 - PPC32 -msecure-plt support
2070 - support classes keyword in /etc/hesiod.conf (#150350)
2071 - add RLIMIT_NICE and RLIMIT_RTPRIO to <sys/resources.h> (#157049)
2072 - decrease number of .plt relocations in libc.so
2073 - use -laudit in nscd (#159217)
2074 - handle big amounts of networking interfaces in getifaddrs/if_nameindex
2075 (#159399)
2076 - fix pa_IN locale's am_pm (#158715, BZ#622)
2077 - fix debugging of PIEs
2079 * Mon May 30 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-10
2080 - fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion)
2081 has been always overwritten with the version of currently
2082 running kernel)
2083 - remove linuxthreads man pages other than those covered in
2084 3p section, as 3p man pages are far better quality and describe
2085 POSIX behaviour that NPTL implements (#159084)
2087 * Tue May 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-9
2088 - update from CVS
2089 - increase bindresvport's LOWPORT to 512, apparently some
2090 broken daemons don't think 0 .. 511 ports are reserved
2092 * Mon May 23 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-8
2093 - update from CVS
2094 - fix kernel version check in ld.so
2095 - fix sendfile{,64} prototypes (BZ#961)
2096 - try more ports in bindresvport if all 600..1023 are
2097 used, don't use priviledged ports when talking to portmap
2098 (#141773)
2100 * Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
2101 - update from CVS
2102 - make regexec thread safe (BZ#934)
2103 - fix statically linked programs on i?86, x86_64, s390* and
2104 sparc* (#158027)
2105 - fix IBM939 iconv module (BZ#955)
2107 * Wed May 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-6
2108 - update from CVS
2109 - fix cancellation on i?86
2110 - add call frame information to i?86 assembly
2112 * Tue May 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
2113 - update from CVS
2114 - add some more UTF-8 locales (#156115)
2115 - clean up /lib64/tls instead of /lib/tls on x86-64, s390x and
2116 ppc64 in glibc_post_upgrade (#156656)
2117 - fix posix_fallocate{,64} (#156289)
2119 * Thu Apr 28 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-4
2120 - update from CVS
2121 - fix nscd cache pruning (#150748)
2123 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-3
2124 - update from CVS
2125 - fix linuxthreads clocks
2126 - put xen libs into the glibc-2*.i686 package instead of a separate one
2127 - fix librt.so symlink in linuxthreads-devel
2128 - do not include linuxthreads-devel on %{auxarches},
2129 just on the base architectures
2131 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-2
2132 - update from CVS
2133 - with MALLOC_CHECK_=N N>0 (#153003)
2134 - fix recursive dlclose (#154641)
2135 - handle %z in strptime (#154804)
2136 - automatically append /%{_lib}/obsolete/linuxthreads/
2137 to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19
2138 or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno
2139 properly). Warning: all those will stop working when LinuxThreads
2140 is finally nuked, which is not very far away
2141 - remove nonnull attribute from acct prototype (BZ#877)
2142 - kernel CPU clocks support
2143 - fix *scanf in locales with multi-byte decimal point
2145 * Wed Apr 27 2005 Roland McGrath <roland@redhat.com>
2146 - glibc-xen subpackage for i686
2148 * Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
2149 - update from CVS
2150 - fix execvp regression (BZ#851)
2151 - ia64 libm updates
2152 - sparc updates
2153 - fix initstate{,_r}/strfry (#154504)
2154 - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
2155 support "hwcap" keyword in ld.so.conf files
2157 * Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
2158 - update from CVS
2159 - fix xdr_rmtcall_args on 64-bit arches (#151686)
2160 - fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
2162 * Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
2163 - move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/
2164 and NPTL libraries to /%{_lib}. To run a program against LinuxThreads,
2165 LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/
2166 is now needed
2167 - bzip2 ChangeLog* files instead of gzipping them
2169 * Sat Apr 2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
2170 - update from CVS
2171 - fix nextafterl and several other libm routines on ia64
2172 - fix initgroups (BZ#661)
2173 - kill nptl-devel subpackage, add linuxthreads-devel,
2174 compile and link by default against NPTL and only with
2175 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads
2176 against LinuxThreads
2177 - package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in
2178 i386 glibc-debuginfo
2179 - limit number of ChangeLog* files in glibc-common %%doc
2180 to last 2.5 years of changes only to save space
2182 * Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
2183 - fix build on 64-bit arches with new GCC
2185 * Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
2186 - update from CVS
2187 - fix LD_AUDIT in LinuxThreads ld.so
2188 - fix calloc with M_PERTURB
2189 - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
2190 on ppc*/ia64/alpha/mips (BZ#801)
2191 - fix a typo in WINDOWS-31J charmap (#151739)
2192 - fix NIS ypprot_err (#151469)
2194 * Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
2195 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
2197 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
2198 - update from CVS
2199 - better fix for the dlclose bug (#145810, #150414)
2200 - fix regex crash on case insensitive search in zh_CN locale
2201 (#151215)
2202 - fix malloc_trim (BZ#779)
2203 - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
2204 as function-like macros, there are too many broken programs
2205 out there
2206 - add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372)
2208 * Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
2209 - fix bits/socket2.h macro typos
2211 * Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
2212 - fix tst-chk{2,3}
2213 - fix up AS_NEEDED directive in /usr/%{_lib}/libc.so
2214 - BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
2215 glibc-devel Conflict with binutils < 2.15.94.0.2-1
2217 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
2218 - update from CVS
2219 - fix execvp (#149290)
2220 - fix dlclose (#145810)
2221 - clear padding in gconv-modules.cache (#146614, BZ#776)
2222 - rebuilt with GCC4
2223 - changed __GLIBC_MINOR__ for now back to 3
2224 - back out the newly added GLIBC_2.4 *_chk routines, instead
2225 do the checking in macros
2227 * Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
2228 - hopefully fix interaction with prelink (#147655)
2230 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
2231 - update from CVS
2232 - bi-arch <gnu/stubs.h> (BZ#715)
2234 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
2235 - update from CVS
2236 - bi-arch <gnu/lib-names.h> (BZ#632)
2237 - fix libdl on s390 and maybe other platforms
2238 - fix initstate{,_r} (BZ#710)
2239 - fix <gnu/stubs.h> generation (BZ#157)
2240 - define CMSPAR in bits/termios.h (#147533)
2242 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
2243 - update from CVS
2244 - fix TLS handling in linuxthreads
2246 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
2247 - update from CVS
2248 - ld.so auditing
2249 - fix segfault if chrooted app attempts to dlopen a library
2250 and no standard library directory exists at all (#147067, #144303)
2251 - fix initgroups when nscd is running, but has group caching disabled
2252 (#146588)
2253 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
2254 has not been called yet (#146710)
2255 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
2256 - service nscd cosmetic fixes (#146776)
2257 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
2258 - fix zdump -v segfaults on x86-64 (#146210)
2259 - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
2260 - fix errno values for futimes (BZ#633)
2261 - unconditionally include <features.h> in malloc.h (BZ#650)
2262 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
2263 (from empty string inside of word to empty string not at a word boundary,
2264 BZ#693)
2265 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
2266 and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
2267 %gs access with negative offsets
2268 - fix addseverity
2269 - fix fmemopen
2270 - fix rewinddir
2271 - increase svc{tcp,unix}_create listen backlog
2273 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
2274 - update from CVS
2275 - add some warn_unused_result marking
2276 - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
2277 (BZ#640)
2279 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
2280 - update from CVS
2281 - fix IA-32 stack alignment for LinuxThreads thread functions
2282 and functions passed to clone(2) directly
2283 - fix ecvt{,_r} on denormals (#143279)
2284 - fix __tls_get_addr typo
2285 - fix rounding in IA-64 alarm (#143710)
2286 - don't reinitialize __environ in __libc_start_main, so that
2287 effects of setenv/putenv done in DSO initializers are preserved
2288 (#144037, IT#57403)
2289 - fix fmemopen
2290 - fix vDSO l_map_end and l_text_end values
2291 - IA64 libm update (#142494)
2292 - fix ppc rint/ceil etc. (BZ#602)
2294 * Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
2295 - rebuilt
2297 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
2298 - work around rpm bug some more, this time by copying
2299 iconvconfig to iconvconfig.%%{_target_cpu}.
2301 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
2302 - update from CVS
2303 - glibc 2.3.4 release
2304 - add -o and --nostdlib options to iconvconfig
2305 - if /sbin/ldconfig doesn't exist when running
2306 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
2307 This can happen during first install of bi-arch glibc and the
2308 other arch glibc's %post wil run /sbin/ldconfig (#143326)
2309 - use -o and --nostdlib options to create all needed
2310 gconv-modules.cache files on bi-arch setups
2312 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
2313 - rebuilt
2315 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
2316 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
2317 if /sbin/init is the same ELF class and machine as
2318 glibc_post_upgrade.%%{_target_cpu} and similarly with
2319 condrestarting sshd (#143046)
2321 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
2322 - update from CVS
2323 - fix ppc64 getcontext and swapcontext (BZ#610)
2324 - sparc/sparc64 fixes
2326 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
2327 - update from CVS
2328 - fix i686 __USE_STRING_INLINES strncat
2329 - make sure ppc/ppc64 maintain correct stack alignment
2330 across clone
2332 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
2333 - export nis_domain_of_r from libnsl.so again which was
2334 unintentionally lost
2336 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
2337 - update from CVS
2338 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
2339 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
2340 (BZ#457)
2341 - fix sysconf (_POSIX_V6_*) for other ABI environments in
2342 bi-arch setups
2343 - s390/s390x clone without CLONE_THREAD getpid () adjustement
2345 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
2346 - update from CVS
2347 - fix %{_prefix}/libexec/getconf filenames generation
2349 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
2350 - update from CVS
2351 - double buffer size in getXXbyYY or getXXent on ERANGE
2352 instead of adding BUFLEN (#142617)
2353 - avoid busy loop in malloc if another thread is doing fork
2354 (#142214)
2355 - some more realloc corruption checks
2356 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
2357 tweak %{_prefix}/libexec/getconf/ filenames
2359 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
2360 - update from CVS
2361 - regex speedups
2362 - use | cat in ldd if running under bash3+ to allow running
2363 it on binaries that are not through SELinux allowed to access
2364 console or tty
2365 - add __NR_waitid defines for alpha and ia64
2367 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
2368 - update from CVS
2369 - fix clone2 on ia64
2370 - avoid tst-timer5 failing with linuxthreads implementation
2371 - if __libc_enable_secure, disallow mode != normal
2372 - change ldd script to imply -r when -u is used, properly
2373 propagate return value and handle suid binaries
2375 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
2376 - update from CVS
2377 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
2378 - disregard LD_DEBUG if __libc_enable_secure in normal mode
2379 if /suid-debug doesn't exist
2380 - fix fseekpos after ungetc
2381 - avoid reading bytes before start of buffers in regex's
2382 check_dst_limits_calc_pos_1 (#142060)
2383 - make getpid () working with clone/clone2 without CLONE_THREAD
2384 (so far on i386/x86_64/ia64 only)
2385 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
2386 - make %{_prefix}/libexec/getconf directory owned by glibc package
2388 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
2389 - update from CVS
2390 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
2391 - fix mktime with < 0 or > 59 tm_sec on entry
2392 - remove nonnull attribute for realpath
2393 - add $(make-target-directory) for errlist-compat.c rule
2394 (hopefully fix #141404)
2395 - add testcase for ungetc bug
2396 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
2398 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
2399 - update from CVS
2400 - some posix_opt.h fixes
2401 - fix strtold use of unitialized memory (#141000)
2402 - some more bugfixes for bugs detected by valgrind
2403 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
2404 on s390{,x} (#139678)
2406 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
2407 - update from CVS
2408 - support -v specification in getconf
2409 - fix sysconf (_SC_LFS64_CFLAGS) etc.
2410 - avoid thread stack aliasing issues on EM64T (#140803)
2411 - move %{_prefix}/include/nptl headers from nptl-devel
2412 to glibc-headers, so that even NPTL specific programs
2413 can be built bi-arch without problems
2415 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
2416 - update from CVS
2417 - fix memory leak in getaddrinfo if using nscd (#139559)
2418 - handle large lines in /etc/hosts and /etc/networks
2419 (#140378)
2420 - add nonnull attributes to selected dirent.h and dlfcn.h
2421 functions
2423 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
2424 - update from CVS
2425 - add deprecated and/or nonnull attribute to some signal.h
2426 functions
2427 - speed up tzset () by only using stat instead of open/fstat
2428 when calling tzset for the second and following time if
2429 /etc/localtime has not changed
2430 - fix tgamma (BZ #552)
2432 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
2433 - update from CVS
2434 - some malloc () checking
2435 - libpthread.a object dependency cleanups (#115157)
2436 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
2438 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
2439 - don't use chunksize in <= 2 * SIZE_SZ free () checks
2441 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
2442 - update from CVS
2443 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
2444 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
2445 issue special error message instead of using the buffer overflow
2446 detected one
2447 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
2448 speedup searching with nested subexps (BZ #544)
2449 - block SIGCANCEL in NPTL timer_* helper thread
2450 - further free () checking
2452 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
2453 - update from CVS
2454 - fix free () checking
2455 - move /etc/default/nss into glibc-common (hopefully fix #132392)
2457 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
2458 - update from CVS
2459 - fix LD_DEBUG=statistics
2460 - issue error message before aborting in __chk_fail ()
2461 - some more free () checking
2463 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
2464 - update from CVS
2465 - speedup regex on palindromes (BZ #429)
2466 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
2467 less priviledged all threads change their credentials successfully
2469 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
2470 - update from CVS
2471 - fix regcomp crash (#138439)
2472 - fix ftell{,o,o64} (#137885)
2473 - robustification of nscd to cope with corrupt databases (#137140)
2474 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
2475 - some regex optimizations
2477 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
2478 - update from CVS
2479 - mktime cleanups (BZ #487, #473)
2480 - unique comments in free(3) check error messages
2481 - adjust some x86_64 headers for -m32 (#129712)
2482 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
2484 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
2485 - fix <netinet/udp.h> header
2486 - fix globfree (#137176)
2487 - fix exiting if there are dlmopened libraries in namespaces
2488 other than main one not closed yet
2489 - export again _res_opcodes and __p_{class,type}_syms from
2490 libresolv.so that were lost in -69
2492 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
2493 - remove setaltroot and key{_add,_request,ctl} also from Versions
2494 - back out _sys_errlist changes
2496 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
2497 - back out setaltroot and key{_add,_request,ctl} addition
2498 - fix severe x86-64 symbol versioning regressions that breaks
2499 e.g. java binaries
2501 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
2502 - update from CVS
2503 - fix minor catchsegv temp file handling vulnerability
2504 (CAN-2004-0968, #136319)
2505 - add 4 new errno codes
2506 - setaltroot, key{_add,_request,ctl} syscalls on some arches
2507 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
2508 gdb purpose
2509 - use inet_pton to decide what is address and what is hostname
2510 in getent (#135422)
2511 - change dladdr/dladdr1, so that dli_saddr is the same kind
2512 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
2513 - fix catchsegv script so that it works with both 32-bit and 64-bit
2514 programs on multi-arch platforms
2516 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
2517 - update from CVS
2518 - require newer selinux-policy (#135978)
2519 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
2520 files in it
2521 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
2523 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
2524 - update from CVS
2525 - object size checking support (-D_FORTIFY_SOURCE={1,2})
2527 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
2528 - update from CVS
2529 - support for namespaces in the dynamic linker
2530 - fix dlclose (BZ #77)
2531 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
2532 and s390 (#130254)
2534 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
2535 - update from CVS
2536 - use non-blocking sockets in resolver (#135234)
2537 - reset pd->res options on thread exit, so that threads
2538 reusing cached stacks get resolver state properly initialized
2539 (BZ #434)
2541 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
2542 - update from CVS
2543 - avoid using perl in the spec file, buildrequire sed >= 3.95
2544 (#127671)
2545 - export TIMEOUTFACTOR=16
2546 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
2548 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
2549 - update from CVS
2550 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
2551 to -1 in LinuxThreads
2552 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
2553 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
2554 returns correct value
2555 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
2556 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
2557 dlopen libpthread.so and dlsym pthread_condattr_setclock
2558 - build nscd with -z relro and -z now
2560 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
2561 - update from CVS
2562 - stop using __builtin_expect in assert and assert_perror
2563 (#127606)
2564 - try to avoid too much VA fragmentation with malloc
2565 on flexmap layout (#118574)
2566 - nscd robustification
2567 - change valloc to use debugging hooks (#134385)
2568 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
2569 #125700)
2571 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
2572 - update from CVS
2573 - fix __nscd_getgrouplist
2574 - fix a typo in x86_64 pthread_mutex_timedwait fix
2576 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
2577 - update from CVS
2578 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
2580 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
2581 - update from CVS
2582 - some nscd fixes (#134193)
2583 - cache initgroups in nscd (#132850)
2584 - reread /etc/localtime in tzset () even if just mtime changed
2585 (#133481)
2586 - fix glob (#126460)
2587 - another get_myaddress fix
2589 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
2590 - update from CVS
2591 - fix get_myaddress (#133982)
2592 - remove nonnull attribute from second utime argument (#133866)
2593 - handle SIGSETXID the same way as SIGCANCEL in
2594 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
2595 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
2597 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
2598 - update from CVS
2599 - fix BZ #151, #362, #381, #407
2600 - fdim fix for +inf/+inf (BZ #376)
2602 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
2603 - update from CVS
2604 - vasprintf fix (BZ #346)
2605 - gettext locking (BZ #322)
2606 - change linuxthreads useldt.h inclusion login again, the last
2607 one failed all linuxthreads FLOATING_STACKS tests
2609 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
2610 - update from CVS
2611 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
2612 - fix nis locking (#132204)
2613 - RTLD_DEEPBIND support
2614 - fix pthread_create bugs (BZ #401, #405)
2616 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
2617 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
2618 - source tarballs renamed
2619 - redhat/ moved to fedora/, some old cruft removed
2620 - update from trunk
2621 - some __nonnull annotations
2623 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
2624 - update from CVS
2625 - set{re,e,res}[ug]id now affect the whole process in NPTL
2626 - return EAGAIN instead of ENOMEM when not enough memory
2627 in pthread_create
2629 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
2630 - update from CVS
2631 - nscd getaddrinfo caching
2633 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
2634 - restore temporarily old definition of __P()/__PMT()
2635 for third party apps
2637 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
2638 - update from CVS
2639 - nscd bi-arch fix
2640 - remove all uses of __P()/__PMT() from glibc headers
2641 - update and reenable nscd SELinux patch
2642 - remove libnss1* and libnss*.so.1 compatibility NSS modules
2643 on IA-32, SPARC and Alpha
2645 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
2646 - update from CVS
2647 - disable one of the malloc double free checks for non-contiguous
2648 arenas where it doesn't have to be true even for non-broken
2649 apps
2651 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
2652 - update from CVS
2653 - pwd/grp/host loops with nscd speed up by sharing the
2654 nscd cache r/o with applications
2655 - inexpensive double free check in free(3)
2656 - make NPTL pthread.h initializers usable even from C++
2657 (BZ #375)
2658 - use atomic instructions even in i386 nscd on i486+ CPUs
2659 (conditionally)
2661 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
2662 - update from CVS
2663 - fix linuxthreads tst-cancel{[45],-static}
2665 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
2666 - update from CVS
2667 - fix pthread_cond_destroy (BZ #342)
2668 - fix fnmatch without FNM_NOESCAPE (BZ #361)
2669 - fix ppc32 setcontext (BZ #357)
2670 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
2671 - add __NR_waitid defines for i386, x86_64 and sparc*
2673 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
2674 - update from CVS
2675 - persistent nscd caching
2676 - ppc64 32-bit atomicity fix
2677 - fix x86-64 nptl-devel headers for -m32 compilation
2678 - %%ghost /etc/ld.so.cache (#130597)
2679 - edit /etc/ld.so.conf in glibc_post_upgrade if
2680 include ld.so.conf.d/*.conf line is missing (#120588)
2681 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
2683 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
2684 - update from CVS
2686 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
2687 - update from CVS
2688 - fix nss_compat's initgroups handling (#130363)
2689 - fix getaddrinfo ai_canonname setting
2691 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
2692 - update from CVS
2693 - add ip6-dotint resolv.conf option, make
2694 no-ip6-dotint the default
2695 - BuildPrereq libselinux-devel (#129946)
2696 - on ppc64, build without dot symbols
2698 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
2699 - update from CVS
2700 - remove debugging printout (#129747)
2701 - make <sys/shm.h> usable in C++ (IT#45148)
2702 - update RLIMIT_* constants in <bits/resource.h>, make
2703 <sys/resource.h> POSIX compliant (#129740)
2705 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
2706 - fix last tzset () fixes, disable rereading of /etc/localtime
2707 every time for now
2708 - really enable SELinux support for NSCD
2710 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
2711 - update from CVS
2712 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
2713 - tzset () fixes (BZ #154)
2714 - speed up pthread_rwlock_unlock on arches other than i386 and
2715 x86_64 (#129455)
2716 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
2717 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
2718 (BZ #284)
2719 - add SELinux support for NSCD
2721 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
2722 - update from CVS
2723 - change res_init to force all threads to re-initialize
2724 resolver before they use it next time (#125712)
2725 - various getaddrinfo and related fixes (BZ #295, #296)
2726 - fix IBM{932,943} iconv modules (#128674)
2727 - some nscd fixes (e.g. BZ #292)
2728 - RFC 3678 support (Multicast Source Filters)
2729 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
2730 the same as /lib/i686/librt-*
2732 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
2733 - update from CVS
2734 - conformance related changes in headers
2735 - remove -finline-limit=2000 for GCC 3.4.x+
2737 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
2738 - update from CVS
2739 - fix res_init leaks
2740 - fix newlocale races
2741 - fix ppc64 setjmp
2742 - fix strtold (BZ #274)
2744 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
2745 - update from CVS
2746 - allow pthread_cancel in DSO destructors run at exit time
2747 - fix pow{f,,l} on IA-32 and powl on x86-64
2748 - allow PIEs on IA-32 to have main in a shared library they depend on
2750 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
2751 - s390* .plt slot reduction
2752 - fix pthread_rwlock_timedrdlock on x86_64
2754 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
2755 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
2756 NPTL changes
2758 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
2759 - update from CVS
2760 - if_nameindex using preferably netlink
2761 - printf_parsemb initialization fix
2762 - NPTL version is now the same as glibc version
2764 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
2765 - update from CVS
2766 - reread resolv.conf for nscd --invalidate=hosts
2767 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
2768 -m32 -D_FILE_OFFSET_BITS=64 compilations
2769 - avoid calling non-existing fcntl64 syscall on ppc64
2771 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
2772 - update from CVS
2773 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
2774 - fix backtrace in statically linked programs
2775 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
2777 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
2778 - update from CVS
2779 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
2780 - make c_stubs buildable even with GCC 3.2.x (#123042)
2782 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
2783 - fix pthread_cond_wait on architectures other than IA-32 and
2784 x86_64
2786 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
2787 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
2789 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
2790 - update from CVS
2791 - FUTEX_REQUEUE fixes (#115349)
2792 - SPARC GCC 3.4 build fix
2793 - fix handling of undefined TLS symbols on IA32 (RELA only),
2794 SPARC and SH
2795 - regex translate fix
2796 - speed up sprintf
2797 - x86_64 makecontext alignment fix
2798 - make POSIX sigpause the default sigpause, unless BSD sigpause
2799 requested
2801 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
2802 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
2803 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
2804 - build mq_{send,receive} with -fexceptions
2806 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
2807 - update from CVS
2808 - fix <tgmath.h>
2809 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
2810 use of realloc
2811 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
2812 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
2813 might be a stale symlink
2815 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
2816 - update from CVS
2817 - disable FUTEX_REQUEUE (work around #115349)
2818 - mq for sparc/sparc64/ia64
2820 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
2821 - update from CVS
2822 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
2823 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
2824 included already in XNS5)
2825 - reorder dlopen checks, so that dlopening ET_REL objects
2826 complains about != ET_DYN != ET_EXEC, not about phentsize
2827 (#121606)
2828 - fix strpbrk macro for GCC 3.4+ (BZ #130)
2829 - fix <sys/sysctl.h> (BZ #140)
2830 - sched_[gs]etaffinity documentation fix (BZ #131)
2831 - fix sparc64 build (BZ #139)
2832 - change linuxthreads back to use non-cancellable writes
2833 to manager pipes etc.
2834 - fix sem_timedwait return value in linuxthreads (BZ #133)
2835 - ia64 unnecessary PLT relocs removal
2837 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
2838 - update from CVS
2839 - fix *scanf
2840 - fix shm_unlink, sem_unlink and mq_unlink errno values
2841 - avoid memory leaks in error
2842 - execstack fixes on s390
2844 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
2845 - update from CVS
2846 - mq and timer fixes
2847 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
2848 linked binaries
2849 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
2851 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
2852 - disable rtkaio
2853 - update from CVS
2854 - POSIX message passing support
2855 - fixed SIGEV_THREAD support for POSIX timers
2856 - fix free on non-malloced memory in syslog
2857 - fix ffsl on some 64-bit arches
2858 - fix sched_setaffinity on x86-64, ia64
2859 - fix ppc64 umount
2860 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
2861 - various NIS speedups
2862 - fix fwrite with > 2GB sizes on 64-bit arches
2863 - fix pthread_getattr_np guardsize reporting in NPTL
2864 - report PLT relocations in ld.so and libc.so during the build
2866 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
2867 - update from CVS
2868 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
2869 - strtol speed optimization
2870 - don't try to use certainly unimplemented syscalls on ppc64
2871 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
2872 into /usr/lib/debug/usr/%{_lib}/ directory
2873 - fix c_stubs with gcc 3.4
2874 - move all the up to 3 builds into %%build scriptlet and
2875 leave only installation in the %%install scriptlet
2877 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
2878 - update from CVS
2879 - affinity API changes
2881 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
2882 - update from CVS
2883 - fix ia64 iopl (#118591)
2884 - add support for /etc/ld.so.conf.d/*.conf
2885 - fix x86-64 LD_DEBUG=statistics
2886 - fix hwcap handling when using ld.so.cache (#118518)
2888 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
2889 - update from CVS
2890 - implement non-_l function on top of _l functions
2892 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
2893 - update from CVS
2894 - fix s390{,x} TLS handling
2896 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
2897 - update from CVS
2898 - special section for compatibility code
2899 - make getpid () work even in vfork () child
2900 - configure with --enable-bind-now to avoid lazy binding in ld.so
2901 and libc.so
2903 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
2904 - update from CVS
2905 - fix iconv -c (#117021)
2906 - fix PIEs on sparc/sparc64
2907 - fix posix_fadvise on 64-bit architectures
2908 - add locale-archive as %%ghost file (#117014)
2910 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
2911 - update from CVS
2913 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
2914 - update from CVS
2916 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
2917 - update from CVS
2918 - fix ld.so when vDSO is randomized
2920 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
2921 - update from CVS
2923 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
2924 - update from CVS
2926 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
2927 - update from CVS
2929 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
2930 - update from CVS
2931 - dl_iterate_phdr extension to signal number of added/removed
2932 libraries
2933 - fix PT_GNU_RELRO support on ppc* with prelinking
2935 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
2936 - rebuilt with fixed GCC on IA-64
2938 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
2939 - fix PT_GNU_RELRO support
2941 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
2942 - update from CVS
2943 - some further regex speedups
2944 - fix re.translate handling in regex (#112869)
2945 - change regfree to match old regex behaviour (what is freed
2946 and clearing of freed pointers)
2947 - fix accesses to unitialized memory in regex (#113507, #113425,
2948 #113421)
2949 - PT_GNU_RELRO support
2951 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
2952 - update from CVS
2953 - fix pmap_set fd and memory leak (#112726)
2954 - fix backreference handling in regex
2955 - rebuilt under glibc without the above bug to fix
2956 libc.so linker script (#112738)
2958 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
2959 - update from CVS
2960 - faster getpid () in NPTL builds
2961 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
2962 really disable cancellation (#112512)
2963 - more regex fixes and speedups
2964 - fix nextafter*/nexttoward*
2965 - handle 6th syscall(3) argument on AMD64
2966 - handle memalign/posix_memalign in mtrace
2967 - fix linuxthreads memory leak (#112208)
2968 - remove throw () from cancellation points in linuxthreads (#112602)
2969 - fix NPTL unregister_atfork
2970 - fix unwinding through alternate signal stacks
2972 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
2973 - update from CVS
2974 - 2.3.3 release
2975 - lots of regex fixes and speedups (#110401)
2976 - fix atan2
2977 - fix pshared condvars in NPTL
2978 - fix pthread_attr_destroy for attributes created with
2979 pthread_attr_init@GLIBC_2.0
2980 - for the time being, include both nb_NO* and no_NO* as locales
2981 so that the distribution can catch up with the no_NO->nb_NO
2982 transition
2983 - add BuildPrereq texinfo (#110252)
2985 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
2986 - update from CVS
2987 - fix getifaddrs (CAN-2003-0859)
2988 - fix ftw fd leak
2989 - fix linuxthreads sigaction (#108634)
2990 - fix glibc 2.0 stdio compatibility
2991 - fix uselocale (LC_GLOBAL_LOCALE)
2992 - speed up stdio locking in non-threaded programs on IA-32
2993 - try to maintain correct order of cleanups between those
2994 registered with __attribute__((cleanup))
2995 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
2996 - fix segfault in regex (#109606)
2997 - fix RE_ICASE multi-byte handling in regex
2998 - fix pthread_exit in libpthread.a (#109790)
2999 - FTW_ACTIONRETVAL support
3000 - lots of regex fixes and speedups
3001 - fix ceill/floorl on AMD64
3003 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
3004 - update from CVS
3005 - fix ld.so --verify (and ldd)
3007 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
3008 - update from CVS
3009 - fix sprof (#103727)
3010 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
3011 - prevent dlopening of executables
3012 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
3013 - fix locale printing of word values on 64-bit big-endian arches
3014 (#107846)
3015 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
3016 (#101261)
3018 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
3019 - update from CVS
3020 - dl_iterate_phdr in libc.a on arches other than IA-64
3021 - LD_DEBUG=statistics prints number of relative relocations
3022 - fix hwcap computation
3023 - NPTL is now part of upstream glibc CVS
3024 - include {st,xh,zu}_ZA{,.UTF-8} locales
3026 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
3027 - update from CVS
3028 - fix close, pause and fsync (#105348)
3029 - fix pthread_once on IA-32
3030 - implement backtrace () on IA-64, handle -fomit-frame-pointer
3031 in AMD64 backtrace () (#90402)
3033 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
3034 - update from CVS
3035 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
3036 - fix mknod/ustat return value when given bogus device number (#105768)
3038 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
3039 - rebuilt
3041 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
3042 - fix IA-64 getcontext
3044 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
3045 - update from CVS
3046 - fix syslog with non-C non-en_* locales (#61296, #104979)
3047 - filter GLIBC_PRIVATE symbols from glibc provides
3048 - fix NIS+
3050 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
3051 - update from CVS
3052 - assume 2.4.21 kernel features on RHEL/ppc*, so that
3053 {make,set,get,swap}context works
3054 - backout execstack support for RHEL
3055 - build rtkaio on amd64 too
3057 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
3058 - update from CVS
3059 - execstack/noexecstack support
3060 - build nscd as PIE
3061 - move __libc_stack_end back to @GLIBC_2.1
3062 - build against elfutils >= 0.86 to fix stripping on s390x
3064 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
3065 - rebuilt
3067 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
3068 - update from CVS
3069 - NPTL locking change (#102682)
3070 - don't jump around lock on amd64
3072 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
3073 - fix open_memstream/syslog (#104661)
3075 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
3076 - update from CVS
3077 - retrieve affinity in pthread_getattr_np
3078 - fix pthread_attr_[gs]etaffinity_np
3079 - handle hex and octal in wordexp
3081 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
3082 - update from CVS
3083 - truncate instead of round in utimes when utimes syscall is not available
3084 - don't align stack in every glibc function unnecessarily on IA-32
3085 - make sure threads have their stack 16 byte aligned on IA-32
3086 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
3087 - fix pthread_getattr_np for the initial thread (#102683)
3088 - avoid linuxthreads signal race (#104368)
3089 - ensure all gzip invocations are done with -n option
3091 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
3092 - update from CVS
3093 - avoid linking in libgcc_eh.a unnecessarily
3094 - change ssize_t back to long int on s390 -m31, unless
3095 gcc 2.95.x is used
3097 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
3098 - update from CVS
3099 - fix IA-64 memccpy (#104114)
3101 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
3102 - update from CVS
3103 - undo broken amd64 signal context changes
3105 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
3106 - update from CVS
3107 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
3108 {unsigned,} int
3109 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
3110 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
3111 on 64-bit arches from {unsigned,} long long int {,*} to
3112 {unsigned,} long int {,*} to restore binary compatibility
3113 for C++ functions using these types as arguments
3115 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
3116 - rebuilt
3118 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
3119 - update from CVS
3120 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
3121 - libio fixes
3123 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
3124 - update from CVS
3125 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
3126 and old-style pthread_cleanup_push cleanups
3128 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
3129 - updated from CVS
3130 - lots of cancellation fixes
3131 - fix posix_fadvise* on ppc32
3132 - TLS layout fix
3133 - optimize stdio cleanups (#103354)
3134 - sparcv9 NPTL
3135 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
3136 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
3137 - fix svc_getreqset on 64-bit big-endian arches
3138 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
3139 PTHREAD_PROCESS_SHARED
3140 - add pthread_cond_timedwait stubs to libc.so (#102709)
3141 - split glibc-devel into glibc-devel and glibc-headers to ensure
3142 amd64 /usr/include always wins on amd64/i386 bi-arch installs
3143 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
3144 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
3145 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
3146 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
3147 and tests
3149 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
3150 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
3151 in glibc-debuginfo-common*
3153 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
3154 - update from CVS
3155 - fix glibc 2.0 libio compatibility (#101385)
3156 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
3157 - fix assert.h (#102916, #103017)
3158 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
3159 - fix static linking of large IA-64 binaries (#102586)
3160 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
3162 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
3163 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
3165 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
3166 - nptl_db rewrite not yet in CVS
3168 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
3169 - update from CVS
3170 - fix rtkaio aio_fsync{,64}
3171 - update rtkaio for !BROKEN_THREAD_SIGNALS
3172 - fix assert macro when used on pointers
3174 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
3175 - update from CVS
3177 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
3178 - update from CVS
3179 - disable CLONE_STOPPED for now until it is resolved
3180 - strip crt files
3181 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
3182 - fix glibc-debuginfo to include all nptl and nptl_db sources
3184 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
3185 - update from CVS
3186 - fix pthread_create@GLIBC_2.0 (#101767)
3187 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
3189 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
3190 - update from CVS
3191 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
3192 explicit scheduling (#101457)
3194 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
3195 - update from CVS
3196 - fix utimes and futimes if kernel doesn't support utimes syscall
3197 - fix s390 ssize_t type
3198 - fix dlerror when called before any dlopen/dlsym
3199 - update IA-64 bits/sigcontext.h (#101344)
3200 - various warning fixes
3201 - fix pthread.h comment typos (#101363)
3203 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
3204 - update from CVS
3205 - fix dlopen of libraries using TLS IE/LE models
3207 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
3208 - update from CVS
3209 - fix timer_create
3210 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
3212 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
3213 - update from CVS
3214 - fix wcpncpy (#99462)
3215 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
3216 unlike __errno_location () or __h_errno_location () was introduced
3217 in glibc 2.2)
3218 - fix zic bug on 64-bit platforms
3219 - some TLS handling fixes
3220 - make ldconfig look into alternate ABI dirs by default (#99402)
3221 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
3222 errataed separately from glibc
3223 - new add-on - rtkaio
3224 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
3226 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
3227 - fix thread cancellation on ppc64
3229 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
3230 - update from CVS
3231 - fix thread cancellation on ppc32, s390 and s390x
3233 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
3234 - update from CVS
3235 - build libc_nonshared.a with -fPIC instead of -fpic
3236 - fix ppc64 PIE support
3237 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
3239 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
3240 - update from CVS
3242 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
3243 - update from CVS
3244 - on IA-64 use different symbols for cancellation portion of syscall
3245 handlers to make gdb happier
3247 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
3248 - update from CVS
3249 - nss_compat supporting LDAP etc.
3251 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
3252 - update from CVS
3254 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
3255 - fix condvars and semaphores in ppc* NPTL
3256 - fix test-skeleton.c reporting of timed-out tests (#91269)
3257 - increase timeouts for tests during make check
3259 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
3260 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
3261 on bi-ABI architectures (#97557)
3262 - disable FUTEX_REQUEUE on ppc* temporarily
3264 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
3265 - update from CVS
3266 - fix glibc_post_upgrade on ppc
3268 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
3269 - update from CVS
3270 - fix localedef (#90659)
3271 - tweak linuxthreads for librt cancellation
3273 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
3274 - update from CVS
3276 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
3277 - update from CVS
3278 - fix <gnu/stubs.h> (#97169)
3280 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
3281 - update from CVS
3283 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
3284 - update from CVS
3285 - fix pthread_cond_signal on IA-32 (#92080, #92253)
3286 - fix setegid (#91567)
3287 - don't prelink -R libc.so on any architecture, it prohibits
3288 address randomization
3290 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
3291 - update from CVS
3292 - fix IA-64 NPTL build
3294 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
3295 - update from CVS
3296 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
3297 section in *.[oa]
3299 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
3300 - update from CVS
3301 - enable NPTL on AMD64
3302 - avoid using trampolines in localedef
3304 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
3305 - enable NPTL on IA-64
3307 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
3308 - update from CVS
3309 - enable NPTL on s390 and s390x
3310 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
3312 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
3313 - update from CVS
3315 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
3316 - update from CVS
3318 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
3319 - update from CVS
3320 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
3321 or set_tid_address syscall is available instead of checking
3322 AT_SYSINFO dynamic tag
3324 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
3325 - update from CVS
3327 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
3328 - update from CVS
3329 - fix for prelinking of libraries with no dependencies
3331 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
3332 - update from CVS
3333 - enable NPTL on ppc and ppc64
3335 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
3336 - rebuild
3338 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
3339 - update from CVS
3341 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
3342 - update from CVS
3343 - make -jN build fixes
3345 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
3346 - update from CVS
3347 - avoid using trampolines in iconvconfig for now
3349 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
3350 - update from CVS
3352 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
3353 - update from CVS
3354 - more ppc TLS fixes
3356 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
3357 - update from CVS
3358 - nscd fixes
3359 - fix Bahrain spelling (#56298)
3360 - fix Ukrainian collation (#83973)
3361 - accept trailing spaces in /etc/ld.so.conf (#86032)
3362 - perror fix (#85994)
3363 - fix localedef (#88978)
3364 - fix getifaddrs (#89026)
3365 - fix strxfrm (#88409)
3366 - fix ppc TLS
3367 - fix getaddrinfo (#89448)
3368 - don't print warning about errno, h_errno or _res if
3369 LD_ASSUME_KERNEL=2.4.1 or earlier
3371 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
3372 - update from CVS
3373 - fix prelink on ppc32
3374 - add TLS support on ppc32 and ppc64
3375 - make sure on -m64 arches all helper binaries are built with this
3376 option
3378 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
3379 - update from CVS
3380 - fix strxfrm (#88409)
3381 - use -m64 -mno-minimal-toc on ppc64
3382 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
3383 - link glibc_post_upgrade against newly built libc.a
3385 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
3386 - update from CVS
3387 - fix NPTL pthread_detach and already terminated, but not yet
3388 joined thread (#88219)
3389 - fix bug-regex4 testcase (#88118)
3390 - reenable prelink support broken in 2.3.2-13
3391 - fix register_printf_function (#88052)
3392 - fix double free with fopen using ccs= (#88056)
3393 - fix potential access below $esp in {set,swap}context (#88093)
3394 - fix buffer underrun in gencat -H (#88099)
3395 - avoid using unitialized variable in tst-tgmath (#88101)
3396 - fix gammal (#88104)
3397 - fix iconv -c
3398 - fix xdr_string (PR libc/4999)
3399 - fix /usr/lib/nptl/librt.so symlink
3400 - avoid running NPTL cleanups twice in some cases
3401 - unblock __pthread_signal_cancel in linuxthreads, so that
3402 linuxthreads threaded programs work correctly if spawned
3403 from NPTL threaded programs
3404 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
3405 - remove /lib/i686 directory before running ldconfig in glibc post
3406 during i686 -> i386 glibc "upgrades" (#88456)
3408 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
3409 - update from CVS
3410 - add pthread_atfork to libpthread.a
3412 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
3413 - update from CVS
3414 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
3415 point
3417 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
3418 - update from CVS
3419 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
3420 /lib/i686 libs on i686, not stright to /lib
3422 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
3423 - update from CVS
3424 - timers fixes
3426 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
3427 - update from CVS
3428 - fix NPTL pthread_cond_timedwait
3429 - fix sysconf (_SC_MONOTONIC_CLOCK)
3430 - use /%%{_lib}/tls instead of /lib/tls on x86-64
3431 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
3432 - display content of .out files for all make check failures
3434 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
3435 - update from CVS
3436 - kernel POSIX timers support
3438 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
3439 - update from CVS
3440 - export __fork from glibc again
3441 - fix glibc-compat build in NPTL
3442 - fix c_stubs
3443 - fix some more atomic.h problems
3444 - don't check abi in glibc-compat libs
3446 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
3447 - update from CVS
3448 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
3449 - condrestart sshd in glibc_post_upgrade so that the user can
3450 log in remotely and handle the rest (#86339)
3451 - fix a typo in glibc_post_upgrade on sparc
3453 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
3454 - update from CVS
3455 - change i686/athlon libc.so.6 base to 0x00e80000
3457 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
3458 - update from CVS
3459 - hopefully last fix for condvar problems
3461 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
3462 - fix bits/syscall.h creation on x86-64
3464 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
3465 - update from CVS
3467 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
3468 - update from CVS
3470 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
3471 - update from CVS
3472 - fix glibc-debug description (#85111)
3473 - make librt.so a symlink again, not linker script
3475 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
3476 - update from CVS
3477 - remove the workarounds for broken software accessing GLIBC_PRIVATE
3478 symbols
3480 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
3481 - update from CVS
3483 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
3484 - fix TLS IE/LE model handling in dlopened libraries
3485 on TCB_AT_TP arches
3487 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
3488 - update from CVS
3490 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
3491 - update from CVS
3493 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
3494 - update from CVS
3495 - only warn about errno, h_errno or _res for binaries, never
3496 libraries
3497 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
3499 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
3500 - update from CVS
3502 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
3503 - update from CVS
3505 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
3506 - update from CVS
3508 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
3509 - update from CVS
3511 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
3512 - update from CVS
3513 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
3515 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
3516 - update from CVS
3518 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
3519 - update from CVS
3521 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
3522 - update from CVS
3523 - pthread_cond* NPTL fixes, new NPTL testcases
3525 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
3526 - update from CVS
3527 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
3528 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
3529 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
3530 later is NPTL
3531 - enable TLS on alpha/alphaev6
3532 - add BuildPreReq: /usr/bin/readlink
3534 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
3535 - update from CVS
3536 - pthread_once fix
3538 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
3539 - update from CVS
3540 - vfork fix on s390
3541 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
3542 don't bind locally (#83325)
3544 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
3545 - update from CVS
3546 - fix pthread_create after vfork+exec in linuxthreads
3548 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
3549 - update from CVS
3551 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
3552 - update from CVS
3554 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
3555 - update from CVS
3556 - enable TLS on s390{,x} and sparc{,v9}
3558 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
3559 - update from CVS
3560 - initialize __environ in glibc_post_upgrade to empty array,
3561 so that it is not NULL
3562 - compat symlink for s390x /lib/ld64.so.1
3563 - enable glibc-profile on x86-64
3564 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
3566 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
3567 - update from CVS
3568 - nscd fixes, *scanf fix
3569 - fix %%nptlarches noarch build (#81909)
3570 - IA-64 TLS fixes
3572 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
3573 - update from CVS
3574 - rework -debuginfo subpackage, add -debuginfo-common
3575 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
3576 - fix vfork in libc.a on PPC32, Alpha, Sparc
3577 - fix libio locks in linuxthreads libc.so if libpthread.so
3578 is dlopened later (#81374)
3580 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
3581 - update from CVS
3582 - dlclose bugfixes
3583 - fix NPTL libpthread.a
3584 - fix glibc_post_upgrade on several arches
3586 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
3587 - update from CVS
3588 - TLS support on IA-64
3590 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
3591 - fix vfork in linuxthreads (#81377, #81363)
3593 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
3594 - update from CVS
3595 - don't use TLS libs if kernel doesn't set AT_SYSINFO
3596 (#80921, #81212)
3597 - add ntp_adjtime on alpha (#79996)
3598 - fix nptl_db (#81116)
3600 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
3601 - update from CVS
3602 - support all architectures again
3604 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
3605 - fix condvar compatibility wrappers
3606 - add ugly hack to use non-TLS libs if a binary is seen
3607 to have errno, h_errno or _res symbols in .dynsym
3609 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
3610 - update from CVS
3611 - fixes for new condvar
3613 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
3614 - new NPTL condvar implementation plus related linuxthreads
3615 symbol versioning updates
3617 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
3618 - update from CVS
3619 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
3620 feature set macros
3621 - make *sigaction, sigwait and raise the same between
3622 -lpthread -lc and -lc -lpthread in linuxthreads builds
3624 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
3625 - fix dlclose
3627 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
3628 - enable sysenter by default for now
3629 - fix endless loop in ldconfig
3631 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
3632 - update from CVS
3634 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
3635 - update from CVS
3636 - fix ptmalloc_init after clearenv (#80370)
3638 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
3639 - update from CVS
3640 - add IA-64 back
3641 - move TLS libraries from /lib/i686 to /lib/tls
3643 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
3644 - system(3) fix for linuxthreads
3645 - don't segfault in pthread_attr_init from libc.so
3646 - add cancellation tests from nptl to linuxthreads
3648 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
3649 - fix up lists of exported symbols + their versions
3650 from the libraries
3652 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
3653 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
3655 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
3656 - update from CVS
3657 - fix NPTL hanging mozilla
3658 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
3659 - make linuxthreads work with dl_dynamic_weak 0
3660 - clear dl_dynamic_weak everywhere
3662 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
3663 - update from CVS
3664 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
3665 - kill -debug sub-package, rename -debug-static to -debug
3666 - clear dl_dynamic_weak for NPTL
3668 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
3669 - fix <bits/mathinline.h> and <bits/nan.h> for C++
3670 - automatically generate NPTL libpthread wrappers
3672 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
3673 - update from CVS
3674 - all functions which need cancellation should now be cancellable
3675 both in libpthread.so and libc.so
3676 - removed @@GLIBC_2.3.2 cancellation wrappers
3678 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
3679 - update from CVS
3680 - replace __libc_lock_needed@GOTOFF(%ebx) with
3681 %gs:offsetof(tcbhead_t, multiple_threads)
3682 - start of new NPTL cancellation wrappers
3684 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
3685 - update from CVS
3686 - use inline locks in malloc
3688 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
3689 - update from CVS
3690 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
3692 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
3693 - update from CVS
3694 - rebuilt with gcc-3.2.1-2
3696 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
3697 - update from CVS
3698 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
3699 should work now
3700 - faster libc locking when using nptl
3701 - add OUTPUT_FORMAT to linker scripts
3702 - fix x86_64 sendfile (#79111)
3704 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
3705 - update from CVS
3706 - RUSCII support (#78906)
3707 - for nptl builds add BuildRequires
3708 - fix byteswap.h for non-gcc (#77689)
3709 - add nptl-devel package
3711 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
3712 - update from CVS
3713 - make --enable-kernel=2.2.5 --with-tls --without-__thread
3714 ld.so load nptl and other --with-__thread libs
3715 - disable nptl by default for now
3717 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
3718 - update from CVS
3719 - restructured redhat/Makefile and spec, so that src.rpm contains
3720 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
3721 - added nptl
3723 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
3724 - update from CVS
3725 - even more regex fixes
3726 - run sed testsuite to check glibc regex
3728 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
3729 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
3730 using libpthread.so.
3732 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
3733 - update from CVS
3734 - fixed %a and %A in *printf (#75821)
3735 - fix re_comp memory leaking (#76594)
3737 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
3738 - update from CVS
3739 - some more regex fixes
3740 - fix libpthread.a (#76484)
3741 - fix locale-archive enlarging
3743 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
3744 - update from CVS
3745 - don't need to use 128K of stacks for DNS lookups
3746 - regex fixes
3747 - updated timezone data e.g. for this year's Brasil DST
3748 changes
3749 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
3751 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
3752 - update to 2.3.1 final
3753 - support really low thread stack sizes (#74073)
3754 - tzdata update
3756 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
3757 - update from CVS
3758 - handle low stack limits
3759 - move s390x into */lib64
3761 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
3762 - update to 2.3 final
3763 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
3765 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
3766 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
3767 speed things up, because they are neither REL arches, nor
3768 ELF_MACHINE_REL_RELATIVE
3769 - fix sparc64 build
3771 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
3772 - update from CVS
3774 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
3775 - update from CVS
3776 - prelink on ppc and x86-64 too
3777 - don't remove ppc memset
3778 - instead of listing on which arches to remove glibc-compat
3779 list where it should stay
3781 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
3782 - fix wcsmbs functions with invalid character sets (or malloc
3783 failures)
3784 - make sure __ctype_b etc. compat vars are updated even if
3785 they are copy relocs in the main program
3787 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
3788 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
3789 leading to unresolved __set_h_errno symbol)
3791 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
3792 - security fix - increase dns-network.c MAXPACKET to at least
3793 65536 to avoid buffer overrun. Likewise glibc-compat
3794 dns-{host,network}.c.
3796 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
3797 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
3798 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
3799 from libc.so - we have still lots of .a libraries referencing
3800 __ctype_{b,tolower,toupper} out there...
3802 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
3803 - update from CVS
3804 - 2.2.93 release
3805 - use double instead of single indirection in isXXX macros
3806 - per-locale wcsmbs conversion state
3808 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
3809 - update from CVS
3810 - fix newlocale/duplocale/uselocale
3811 - disable profile on x86_64 for now
3813 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
3814 - update from CVS
3815 - 2.2.92 release
3816 - fix gettext after uselocale
3817 - fix locales in statically linked threaded programs
3818 - fix NSS
3820 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
3821 - update from CVS
3822 - 2.2.91 release
3823 - fix fd leaks in locale-archive reader (#72043)
3824 - handle EROFS in build-locale-archive gracefully (#71665)
3826 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
3827 - update from CVS
3828 - fix re_match (#72312)
3829 - support more than 1024 threads
3831 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
3832 - update from CVS
3833 - fix i386 build
3835 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
3836 - update from CVS
3837 - fix locale-archive loading hang on some (non-primary) locales
3838 (#72122, #71878)
3839 - fix umount problems with locale-archives when /usr is a separate
3840 partition (#72043)
3841 - add LICENSES file
3843 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
3844 - update from CVS
3845 - only mmap up to 2MB of locale-archive on 32-bit machines
3846 initially
3847 - fix fseek past end + fread segfault with mmaped stdio
3848 - include <sys/debugreg.h> which is mistakenly not included
3849 in glibc-devel on IA-32
3851 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
3852 - don't return normalized locale name in setlocale when using
3853 locale-archive
3855 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
3856 - update from CVS
3857 - optimize for primary system locale
3858 - localedef fixes (#71552, #67705)
3860 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
3861 - fix path to locale-archive in libc reader
3862 - build locale archive at glibc-common %post time
3863 - export __strtold_internal and __wcstold_internal on Alpha again
3864 - workaround some localedata problems
3866 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
3867 - update from CVS
3868 - patch out set_thread_area for now
3870 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
3871 - update from CVS
3872 - GB18030 patch from Yu Shao
3873 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
3874 - fix regcomp (#71039)
3876 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
3877 - update from CVS
3878 - use /usr/sbin/prelink, not prelink (#70376)
3880 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
3881 - update from CVS
3883 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
3884 - update from CVS
3885 - ungetc fix (#69586)
3886 - fseek errno fix (#69589)
3887 - change *etrlimit prototypes for C++ (#68588)
3888 - use --without-tls instead of --disable-tls
3890 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
3891 - set nscd user's shell to /sbin/nologin (#68369)
3892 - fix glibc-compat buffer overflows (security)
3893 - buildrequire prelink, don't build glibc's own copy of it (#67567)
3894 - update from CVS
3895 - regex fix (#67734)
3896 - fix unused warnings (#67706)
3897 - fix freopen with mmap stdio (#67552)
3898 - fix realloc (#68499)
3900 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
3901 - update from CVS
3902 - fix argp on long words
3903 - update atime in libio
3905 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
3906 - update from CVS
3907 - a thread race fix
3908 - fix readdir on invalid dirp
3910 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
3911 - update from CVS
3912 - don't use __thread in headers
3913 - fix system(3) in threaded apps
3914 - update prelink, so that it is possible to prelink -u libc.so.6.1
3915 on Alpha
3917 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
3918 - update from CVS
3919 - fix __moddi3 (#65612, #65695)
3920 - fix ether_line (#64427)
3921 - fix setvbuf with mmap stdio (#65864)
3922 - --disable-tls for now, waiting for kernel
3923 - avoid duplication of __divtf3 etc. on IA-64
3924 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
3926 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
3927 - update from CVS
3928 - fix Alpha pthread bug with gcc 3.1
3930 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
3931 - fix nice
3933 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
3934 - add relocation dependencies even for weak symbols (#63422)
3935 - stricter check_fds check for suid/sgid binaries
3936 - run make check at %%install time
3938 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
3939 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
3940 - back out do-lookup.h change (#63261, #63305)
3941 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
3942 since lots of compilers break on it
3943 - fix sparc build with gcc 3.1
3944 - fix spec file for athlon
3946 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
3947 - fix debugging of threaded apps (#62804)
3948 - fix DST for Estonia (#61494)
3949 - document that pthread_mutexattr_?etkind_np are deprecated
3950 and pthread_mutexattr_?ettype should be used instead in man
3951 pages (#61485)
3952 - fix libSegFault.so undefined externals
3954 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
3955 - temporarily disable prelinking ld.so, as some statically linked
3956 binaries linked against debugging versions of old glibcs die on it
3957 (#62352)
3958 - fix <semaphore.h> for -std=c99 (#62516)
3959 - fix ether_ntohost segfault (#62397)
3960 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
3961 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
3962 version (#61633)
3963 - prelink -r on alpha too
3965 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
3966 - update GB18030 iconv module (Yu Shao)
3968 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
3969 - features.h fix
3971 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
3972 - update from CVS
3973 - fix nscd with huge groups
3974 - fix nis to not close fds it shouldn't
3975 - rebuilt against newer glibc-kernheaders to use the correct
3976 PATH_MAX
3977 - handle .athlon.rpm glibc the same way as .i686.rpm
3978 - add a couple of .ISO-8859-15 locales (#61922)
3979 - readd temporarily currencies which were superceeded by Euro
3980 into the list of accepted currencies by localedef to make
3981 standard conformance testsuites happy
3982 - temporarily moved __libc_waitpid back to make Sun JDK happy
3983 - use old malloc code
3984 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
3986 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
3987 - update from CVS
3988 - fix DST handling for southern hemisphere (#60747)
3989 - fix daylight setting for tzset (#59951)
3990 - fix ftime (#60350)
3991 - fix nice return value
3992 - fix a malloc segfault
3993 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
3994 back to what they used to be exported at
3995 - censorship (#60758)
3997 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
3998 - update from CVS
3999 - use __attribute__((visibility(...))) if supported, use _rtld_local
4000 for ld.so only objects
4001 - provide libc's own __{,u}{div,mod}di3
4003 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
4004 - switch back to 2.2.5, mmap stdio needs work
4006 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
4007 - fix two other mmap stdio bugs (#60228)
4009 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
4010 - fix yet another mmap stdio bug (#60145)
4012 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
4013 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
4014 - apply Andreas Schwab's fix for pthread sigwait
4015 - remove /lib/i686/ libraries in glibc_post_upgrade when
4016 performing i386 glibc install
4018 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
4019 - update to CVS
4020 - added glibc-utils subpackage
4021 - disable autoreq in glibc-debug
4022 - readd %%lang() to locale files
4024 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
4025 - update to CVS
4026 - move glibc private symbols to GLIBC_PRIVATE symbol version
4028 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
4029 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
4030 symbol in libm
4032 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
4033 - add debug-static package
4035 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
4036 - update from CVS
4037 - remove -D__USE_STRING_INLINES
4038 - add debug subpackage to trim glibc and glibc-devel size
4040 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
4041 - fix strsep
4043 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
4044 - fix a ld.so bug with duplicate searchlists in l_scope
4045 - fix erfcl(-inf)
4046 - turn /usr/lib/librt.so into linker script
4048 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
4049 - fix a ld.so lookup bug after lots of dlopen calls
4050 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
4051 - prelinking support for Sparc64
4053 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
4054 - update from CVS to fix DT_SYMBOLIC
4055 - prelinking support for Alpha and Sparc
4057 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
4058 - update from CVS
4059 - linuxthreads now retries if -1/EINTR is returned from
4060 reading or writing to thread manager pipe (#43742)
4061 - use DT_FILTER in librt.so (#53394)
4062 - update glibc prelink patch so that it handles filters
4063 - fix timer_* with SIGEV_NONE (#53494)
4064 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
4066 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
4067 - fix build on sparc32
4068 - 2.2.4-13 build for some reason missed some locales
4069 on alpha/ia64
4071 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
4072 - fix iconvconfig
4074 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
4075 - add fam to /etc/rpc (#52863)
4076 - fix <inttypes.h> for C++ (#52960)
4077 - fix perror
4079 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
4080 - fix strnlen(x, -1)
4082 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
4083 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
4084 if __USE_UNIX98.
4086 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
4087 - fix bits/libc-lock.h so that gcc can compile
4088 - fix s390 build
4090 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
4091 - kill stale library symlinks in ldconfig (#52350)
4092 - fix inttypes.h for G++ < 3.0
4093 - use DT_REL*COUNT
4095 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
4096 - fix strnlen on IA-64 (#50077)
4098 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
4099 - glibc 2.2.4 final
4100 - fix -lpthread -static (#51672)
4102 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
4103 - doh, include libio/tst-swscanf.c
4105 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
4106 - don't crash on catclose(-1)
4107 - fix wscanf %[] handling
4108 - fix return value from swprintf
4109 - handle year + %U/%W week + week day in strptime
4111 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
4112 - update from CVS to
4113 - fix strcoll (#50548)
4114 - fix seekdir (#51132)
4115 - fix memusage (#50606)
4116 - don't make gconv-modules.cache %%config file, just don't verify
4117 its content.
4119 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
4120 - fix strtod and *scanf (#50723, #50724)
4122 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
4123 - update from CVS
4124 - fix iconv cache handling
4125 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
4126 - add gconv-modules.cache as emtpy config file (#50699)
4127 - only run iconvconfig if /usr is mounted read-write (#50667)
4129 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
4130 - move iconvconfig from glibc-common into glibc subpackage,
4131 call it from glibc_post_upgrade instead of common's post.
4133 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4134 - turn off debugging printouts in iconvconfig
4136 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4137 - update from CVS
4138 - fix IA-32 makecontext
4139 - make fflush(0) thread-safe (#46446)
4141 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
4142 - adjust prelinking DT_* and SHT_* values in elf.h
4143 - update from CVS
4144 - iconv cache
4145 - make iconv work in SUID/SGID programs (#34611)
4147 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
4148 - update from CVS
4149 - kill non-pic code in libm.so
4150 - fix getdate
4151 - fix some locales (#49402)
4152 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
4153 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
4154 - add floating stacks on IA-64, Alpha, Sparc (#49308)
4156 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
4157 - make /lib/i686 directory owned by glibc*.i686.rpm
4159 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
4160 - remove rquota.[hx] headers which are now provided by quota (#47141)
4161 - add prelinking patch
4163 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
4164 - require sh-utils for nscd
4166 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
4167 - update from CVS (#43681, #43350, #44663, #45685)
4168 - fix ro_RO bug (#44644)
4170 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
4171 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
4172 - make rpc headers -ansi compilable (#42390)
4173 - remove alphaev6 optimized memcpy, since there are still far too many
4174 broken apps which call memcpy where they should call memmove
4175 - update from CVS to (among other things):
4176 - fix tanhl bug (#43352)
4178 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
4179 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
4180 - fix a dlclose reldeps handling bug
4181 - some more profiling fixes
4182 - fix tgmath.h
4184 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
4185 - make ldconfig more quiet
4186 - fix LD_PROFILE on i686 (#41030)
4188 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4189 - fix the hardlink program, so that it really catches all files with
4190 identical content
4191 - add a s390x clone fix
4193 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4194 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
4195 - fix nss compatibility DSO versions for alphaev6
4196 - add a hardlink program instead of the shell 3x for plus cmp -s/link
4197 which takes a lot of time during build
4198 - rework BuildPreReq and Conflicts with gcc, so that
4199 it applies only where it has to
4201 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
4202 - fix locale name of ja_JP in UTF-8 (#39783)
4203 - fix re_search_2 (#40244)
4204 - fix memusage script (#39138, #39823)
4205 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
4206 - fix xtrace script (#39609)
4207 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
4208 libc_nonshared.a has atexit)
4209 - fix getconf LFS_CFLAGS on 64bitters
4210 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
4211 with __frame_state_for function (#37933)
4213 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
4214 - glibc 2.2.3 release
4215 - fix strcoll (#36539)
4216 - add BuildPreReqs (#36378)
4218 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
4219 - update from CVS
4221 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
4222 - update from CVS
4223 - fix sparc64, ia64
4224 - fix some locale syntax errors (#35982)
4226 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
4227 - update from CVS
4229 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
4230 - update from CVS
4232 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
4233 - support even 2.4.0 kernels on ia64, sparc64 and s390x
4234 - include UTF-8 locales
4235 - make gconv-modules %%config(noreplace)
4237 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
4238 - back out sunrpc changes
4240 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
4241 - update from CVS
4242 - fix ia64 build
4243 - fix pthread_getattr_np
4245 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
4246 - update from CVS
4247 - run atexit() registered functions at dlclose time if they are in shared
4248 libraries (#28625)
4249 - add pthread_getattr_np API to make JVM folks happy
4251 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
4252 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
4253 - fix ldd behaviour on unresolved symbols
4254 - remove nonsensical ldconfig warning, update osversion for the most
4255 recent library with the same soname in the same directory instead (#31703)
4256 - apply selected patches from CVS
4257 - s390x spec file changes from Florian La Roche
4259 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
4260 - fix gencat (#30894)
4261 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
4263 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
4264 - update from CVS
4265 - make pthread_attr_setstacksize consistent before and after pthread manager
4266 is started (#28194)
4267 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
4268 far, #28493)
4269 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
4270 make ld.so pick the right one
4272 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
4273 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
4275 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
4276 - make glibc require particular version of glibc-common
4277 and glibc-common prerequire glibc.
4279 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
4280 - glibc 2.2.2 release
4281 - fix regex REG_ICASE bug seen in ksymoops
4283 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
4284 - fix regexec leaking memory (#26864)
4286 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
4287 - update from CVS
4288 - fix ia64 build with gnupro
4289 - make regex 64bit clean
4290 - fix tgmath make check failures on alpha
4292 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
4293 - update again for ia64 DF_1_INITFIRST
4295 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
4296 - update from CVS
4297 - fix getaddrinfo (#25437)
4298 - support DF_1_INITFIRST (#25029)
4300 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
4301 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
4302 to run 2.2 kernels can downgrade to the base architecture glibc.
4304 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
4305 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
4307 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
4308 - update to 2.2.1 final
4309 - fix a pthread_kill_other_threads_np breakage (#23966)
4310 - make static binaries using dlopen work on ia64 again
4311 - fix a typo in glibc-common group
4313 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4314 - devel requires glibc = %%{version}
4315 - noreplace /etc/nscd.conf
4317 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
4318 - some more security fixes:
4319 - don't look up LD_PRELOAD libs in cache for SUID apps
4320 (because that bypasses SUID bit checking on the library)
4321 - place output files for profiling SUID apps into /var/profile,
4322 use O_NOFOLLOW for them
4323 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
4324 - hardlink identical locale files together
4325 - add %%lang() tags to locale stuff
4326 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
4328 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
4329 - add glibc-common subpackage
4330 - fix alphaev6 memcpy (#22494)
4331 - fix sys/cdefs.h (#22908)
4332 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
4333 - work around a bug in IBM JDK (#22932, #23012)
4334 - fix pmap_unset when network is down (#23176)
4335 - move nscd in rc.d before netfs on shutdown
4336 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
4338 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
4339 - fix ftw and nftw
4341 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
4342 - fix fcvt (#22184)
4343 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
4344 - fix gencat
4346 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
4347 - fix alpha htonl and alphaev6 stpcpy
4349 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
4350 - update to CVS to:
4351 - fix getnameinfo (#21934)
4352 - don't stomp on memory in rpath handling (#21544)
4353 - fix setlocale (#21507)
4354 - fix libNoVersion.so.1 loading code (#21579)
4355 - use auxarches define in spec file for auxiliary
4356 architectures (#21219)
4357 - remove /usr/share directory from filelist (#21218)
4359 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
4360 - update to CVS to fix getaddrinfo
4362 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
4363 - update to CVS to fix freopen
4364 - remove all alpha workarounds, not needed anymore
4366 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
4367 - fix dladdr bug on alpha/sparc32/sparc64
4368 - fix Makefiles so that they run static tests properly
4370 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
4371 - update to CVS to fix ldconfig
4373 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
4374 - update to glibc 2.2 release
4376 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
4377 - update to CVS to:
4378 - export __sysconf@@GLIBC_2.2 (#20417)
4380 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
4381 - merge to 2.1.97
4383 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
4384 - update to CVS, including:
4385 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
4386 - fix hesiod (#19375)
4387 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
4388 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
4390 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
4391 - fix alpha semctl (#19199)
4392 - update to CVS, including:
4393 - fix glibc headers for Compaq non-gcc compilers
4394 - fix locale alias handling code (#18832)
4395 - fix rexec on little endian machines (#18886)
4396 - started writing changelog again
4398 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
4399 - added ja ujis alias for backwards compatibility