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