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