Updated to fedora-glibc-20050427T1043
[glibc.git] / fedora / glibc.spec.in
blobfaef2c9a6439be3b647657be0e33118dd2438dd7
1 %define glibcrelease 2
2 %define auxarches i586 i686 athlon sparcv9 alphaev6
3 %define prelinkarches noarch
4 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
5 %define withtlsarches i386 i686 athlon x86_64 ia64 s390 s390x alpha alphaev6 sparc sparcv9 ppc ppc64
6 %define xenarches i686 athlon
7 %ifarch %{xenarches}
8 %define buildxen 1
9 %define xenpackage 1
10 %else
11 %define buildxen 0
12 %define xenpackage 0
13 %endif
14 %define rtkaioarches noarch
15 %define debuginfocommonarches %{ix86} alpha alphaev6 sparc sparcv9
16 %define _unpackaged_files_terminate_build 0
17 Summary: The GNU libc libraries.
18 Name: glibc
19 Version: %{glibcversion}
20 Release: %{glibcrelease}
21 License: LGPL
22 Group: System Environment/Libraries
23 Source0: %{glibcsrcdir}.tar.bz2
24 %if %{glibc_release_tarballs}
25 Source1: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-linuxthreads-/).tar.bz2
26 Source2: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-libidn-/).tar.bz2
27 %define glibc_release_unpack -a1 -a2
28 %endif
29 Source3: %{glibcname}-fedora-%{glibcdate}.tar.bz2
30 Patch0: %{glibcname}-fedora.patch
31 Patch1: %{name}-nptl-check.patch
32 Patch2: %{name}-ppc-assume.patch
33 Patch3: %{name}-ia64-lib64.patch
34 Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
35 Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers,
36 Obsoletes: linuxthreads, gencat, locale, ldconfig, locale-ja
37 Provides: ldconfig
38 Autoreq: false
39 Requires: glibc-common = %{version}-%{release}
40 %ifarch sparc
41 Obsoletes: libc
42 %endif
43 # Require libgcc in case some program calls pthread_cancel in its %%post
44 Prereq: basesystem, libgcc
45 # This is for building auxiliary programs like memusage, nscd
46 # For initial glibc bootstraps it can be commented out
47 BuildPreReq: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.17.10-1
48 BuildPreReq: sed >= 3.95
49 %ifarch %{prelinkarches}
50 BuildPreReq: prelink >= 0.2.0-5
51 %endif
52 # This is to ensure that __frame_state_for is exported by glibc
53 # will be compatible with egcs 1.x.y
54 BuildPreReq: gcc >= 3.2
55 Conflicts: rpm <= 4.0-0.65
56 Conflicts: glibc-devel < 2.2.3
57 Conflicts: gcc4 <= 4.0.0-0.6
58 # Earlier shadow-utils packages had too restrictive permissions on
59 # /etc/default
60 Conflicts: shadow-utils < 2:4.0.3-20
61 Conflicts: nscd < 2.3.3-52
62 %ifarch ia64 sparc64 s390x x86_64
63 Conflicts: kernel < 2.4.0
64 %define enablekernel 2.4.0
65 %else
66 %ifarch ppc64
67 Conflicts: kernel < 2.4.19
68 %define enablekernel 2.4.19
69 %else
70 %define enablekernel 2.2.5
71 %ifarch i686 athlon
72 %define enablekernelltfs 2.4.1
73 %endif
74 %endif
75 %endif
76 %ifarch %{nptlarches}
77 %define enablekernelnptl 2.4.20
78 %ifarch i386
79 %define nptl_target_cpu i486
80 %else
81 %define nptl_target_cpu %{_target_cpu}
82 %endif
83 %endif
84 # Need AS_NEEDED directive
85 BuildRequires: binutils >= 2.15.94.0.2-1
86 BuildRequires: gcc >= 3.2.1-5
87 %if "%{_enable_debug_packages}" == "1"
88 BuildPreReq: elfutils >= 0.72
89 BuildPreReq: rpm >= 4.2-0.56
90 %endif
91 %define __find_provides %{_builddir}/%{glibcsrcdir}/find_provides.sh
92 %define _filter_GLIBC_PRIVATE 1
94 %description
95 The glibc package contains standard libraries which are used by
96 multiple programs on the system. In order to save disk space and
97 memory, as well as to make upgrading easier, common system code is
98 kept in one place and shared between programs. This particular package
99 contains the most important sets of shared libraries: the standard C
100 library and the standard math library. Without these two libraries, a
101 Linux system will not function.
103 %if %{xenpackage}
104 %package xen
105 Summary: The GNU libc libraries (optimized for running under Xen)
106 Group: System Environment/Libraries
107 Requires: glibc = %{version}-%{release}, glibc-utils = %{version}-%{release}
109 %description xen
110 The standard glibc package is optimized for native kernels and does not
111 perform as well under the Xen hypervisor. This package provides alternative
112 library binaries that will be selected instead when running under Xen.
114 Install glibc-xen if you might run your system under the Xen hypervisor.
115 %endif
117 %package devel
118 Summary: Object files for development using standard C libraries.
119 Group: Development/Libraries
120 Conflicts: texinfo < 3.11
121 # Need AS_NEEDED directive
122 Conflicts: binutils < 2.15.94.0.2-1
123 Prereq: /sbin/install-info
124 Obsoletes: libc-debug, libc-headers, libc-devel
125 Obsoletes: glibc-debug, nptl-devel
126 Prereq: %{name}-headers
127 Requires: %{name}-headers = %{version}-%{release}, %{name} = %{version}-%{release}
128 %ifarch %{ix86}
129 # Earlier gcc's had atexit reference in crtendS.o, which does not
130 # work with this glibc where atexit is in libc_nonshared.a
131 Conflicts: gcc < 2.96-79
132 %endif
133 Autoreq: true
135 %description devel
136 The glibc-devel package contains the object files necessary
137 for developing programs which use the standard C libraries (which are
138 used by nearly all programs). If you are developing programs which
139 will use the standard C libraries, your system needs to have these
140 standard object files available in order to create the
141 executables.
143 Install glibc-devel if you are going to develop programs which will
144 use the standard C libraries.
146 %package headers
147 Summary: Header files for development using standard C libraries.
148 Group: Development/Libraries
149 Provides: %{name}-headers(%{_target_cpu})
150 %ifarch x86_64
151 # If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers
152 # have to be installed, not i386 ones.
153 Obsoletes: %{name}-headers(i386)
154 %endif
155 Obsoletes: libc-debug, libc-headers, libc-devel
156 Prereq: kernel-headers
157 Requires: kernel-headers >= 2.2.1, %{name} = %{version}-%{release}
158 Autoreq: true
160 %description headers
161 The glibc-headers package contains the header files necessary
162 for developing programs which use the standard C libraries (which are
163 used by nearly all programs). If you are developing programs which
164 will use the standard C libraries, your system needs to have these
165 standard header files available in order to create the
166 executables.
168 Install glibc-headers if you are going to develop programs which will
169 use the standard C libraries.
171 %ifarch %{nptlarches}
172 %package -n linuxthreads-devel
173 Summary: Header files and static libraries for development using LinuxThreads library.
174 Group: Development/Libraries
175 Requires: glibc-devel = %{version}-%{release}
176 Autoreq: true
178 %description -n linuxthreads-devel
179 The linuxthreads-devel package contains the header and object files necessary
180 for developing programs which can use the LinuxThreads library (normally
181 newly linked programs will work only with NPTL). To compile and link
182 a program against LinuxThreads libraries, use
183 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads \\
184 -Wl,-rpath-link,/%{_lib}/obsolete/linuxthreads
185 %endif
187 %package profile
188 Summary: The GNU libc libraries, including support for gprof profiling.
189 Group: Development/Libraries
190 Obsoletes: libc-profile
191 Autoreq: true
193 %description profile
194 The glibc-profile package includes the GNU libc libraries and support
195 for profiling using the gprof program. Profiling is analyzing a
196 program's functions to see how much CPU time they use and determining
197 which functions are calling other functions during execution. To use
198 gprof to profile a program, your program needs to use the GNU libc
199 libraries included in glibc-profile (instead of the standard GNU libc
200 libraries included in the glibc package).
202 If you are going to use the gprof program to profile a program, you'll
203 need to install the glibc-profile package.
205 %package common
206 Summary: Common binaries and locale data for glibc
207 Conflicts: %{name} < %{version}
208 Conflicts: %{name} > %{version}
209 Autoreq: false
210 Requires: tzdata >= 2003a
211 Group: System Environment/Base
213 %description common
214 The glibc-common package includes common binaries for the GNU libc
215 libraries, as well as national language (locale) support.
217 %package -n nscd
218 Summary: A Name Service Caching Daemon (nscd).
219 Group: System Environment/Daemons
220 Conflicts: kernel < 2.2.0
221 Requires: libselinux >= 1.17.10-1
222 Conflicts: selinux-policy-targeted < 1.17.30-2.2
223 Prereq: /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, sh-utils
224 Autoreq: true
226 %description -n nscd
227 Nscd caches name service lookups and can dramatically improve
228 performance with NIS+, and may help with DNS as well. Note that you
229 can't use nscd with 2.0 kernels because of bugs in the kernel-side
230 thread support. Unfortunately, nscd happens to hit these bugs
231 particularly hard.
233 %package utils
234 Summary: Development utilities from GNU C library
235 Group: Development/Tools
236 Requires: glibc = %{version}-%{release}
238 %description utils
239 The glibc-utils package contains memusage, a memory usage profiler,
240 mtrace, a memory leak tracer and xtrace, a function call tracer
241 which can be helpful during program debugging.
243 If unsure if you need this, don't install this package.
245 %if "%{_enable_debug_packages}" == "1"
246 %define debug_package %{nil}
248 %package debuginfo
249 Summary: Debug information for package %{name}
250 Group: Development/Debug
251 %ifarch %{debuginfocommonarches}
252 Requires: glibc-debuginfo-common = %{version}-%{release}
253 %endif
255 %description debuginfo
256 This package provides debug information for package %{name}.
257 Debug information is useful when developing applications that use this
258 package or when debugging this package.
260 This package also contains static standard C libraries with
261 debugging information. You need this only if you want to step into
262 C library routines during debugging programs statically linked against
263 one or more of the standard C libraries.
264 To use this debugging information, you need to link binaries
265 with -static -L%{_prefix}/lib/debug%{_prefix}/%{_lib} compiler options.
267 %ifarch %{debuginfocommonarches}
269 %package debuginfo-common
270 Summary: Debug information for package %{name}
271 Group: Development/Debug
273 %description debuginfo-common
274 This package provides debug information for package %{name}.
275 Debug information is useful when developing applications that use this
276 package or when debugging this package.
278 %endif
279 %endif
281 %prep
282 %setup -q -n %{glibcsrcdir} %{glibc_release_unpack} -a3
283 %patch0 -E -p1
284 case "`gcc --version | head -1`" in
285 gcc*\ 3.[34]*)
286 %ifarch %{nptlarches}
287 %patch1 -p1
288 %endif
290 gcc*\ 3.2.3*)
291 case "`uname -r`" in *.ent*|*.EL*)
292 %patch2 -p1
293 ;; esac ;;
294 esac
295 %ifarch ia64
296 %if "%{_lib}" == "lib64"
297 %patch3 -p1
298 %endif
299 %endif
301 # Hack till glibc-kernheaders get updated, argh
302 mkdir asm
303 cat > asm/unistd.h <<EOF
304 #ifndef _HACK_ASM_UNISTD_H
305 #include_next <asm/unistd.h>
306 %ifarch alpha
307 #ifndef __NR_stat64
308 #define __NR_stat64 425
309 #define __NR_lstat64 426
310 #define __NR_fstat64 427
311 #endif
312 #ifndef __NR_mq_open
313 #define __NR_mq_open 432
314 #define __NR_mq_unlink 433
315 #define __NR_mq_timedsend 434
316 #define __NR_mq_timedreceive 435
317 #define __NR_mq_notify 436
318 #define __NR_mq_getsetattr 437
319 #endif
320 #ifndef __NR_waitid
321 #define __NR_waitid 438
322 #endif
323 %endif
324 %ifarch %{ix86}
325 #ifndef __NR_mq_open
326 #define __NR_mq_open 277
327 #define __NR_mq_unlink (__NR_mq_open+1)
328 #define __NR_mq_timedsend (__NR_mq_open+2)
329 #define __NR_mq_timedreceive (__NR_mq_open+3)
330 #define __NR_mq_notify (__NR_mq_open+4)
331 #define __NR_mq_getsetattr (__NR_mq_open+5)
332 #endif
333 #ifndef __NR_waitid
334 #define __NR_waitid 284
335 #endif
336 %endif
337 %ifarch ia64
338 #ifndef __NR_timer_create
339 #define __NR_timer_create 1248
340 #define __NR_timer_settime 1249
341 #define __NR_timer_gettime 1250
342 #define __NR_timer_getoverrun 1251
343 #define __NR_timer_delete 1252
344 #define __NR_clock_settime 1253
345 #define __NR_clock_gettime 1254
346 #define __NR_clock_getres 1255
347 #define __NR_clock_nanosleep 1256
348 #endif
349 #ifndef __NR_mq_open
350 #define __NR_mq_open 1262
351 #define __NR_mq_unlink 1263
352 #define __NR_mq_timedsend 1264
353 #define __NR_mq_timedreceive 1265
354 #define __NR_mq_notify 1266
355 #define __NR_mq_getsetattr 1267
356 #endif
357 #ifndef __NR_waitid
358 #define __NR_waitid 1270
359 #endif
360 %endif
361 %ifarch ppc
362 #ifndef __NR_utimes
363 #define __NR_utimes 251
364 #endif
365 #ifndef __NR_statfs64
366 #define __NR_statfs64 252
367 #define __NR_fstatfs64 253
368 #endif
369 #ifndef __NR_fadvise64_64
370 #define __NR_fadvise64_64 254
371 #endif
372 #ifndef __NR_mq_open
373 #define __NR_mq_open 262
374 #define __NR_mq_unlink 263
375 #define __NR_mq_timedsend 264
376 #define __NR_mq_timedreceive 265
377 #define __NR_mq_notify 266
378 #define __NR_mq_getsetattr 267
379 #endif
380 %endif
381 %ifarch ppc64
382 #ifndef __NR_utimes
383 #define __NR_utimes 251
384 #endif
385 #ifndef __NR_mq_open
386 #define __NR_mq_open 262
387 #define __NR_mq_unlink 263
388 #define __NR_mq_timedsend 264
389 #define __NR_mq_timedreceive 265
390 #define __NR_mq_notify 266
391 #define __NR_mq_getsetattr 267
392 #endif
393 %endif
394 %ifarch s390
395 #ifndef __NR_timer_create
396 #define __NR_timer_create 254
397 #define __NR_timer_settime (__NR_timer_create+1)
398 #define __NR_timer_gettime (__NR_timer_create+2)
399 #define __NR_timer_getoverrun (__NR_timer_create+3)
400 #define __NR_timer_delete (__NR_timer_create+4)
401 #define __NR_clock_settime (__NR_timer_create+5)
402 #define __NR_clock_gettime (__NR_timer_create+6)
403 #define __NR_clock_getres (__NR_timer_create+7)
404 #define __NR_clock_nanosleep (__NR_timer_create+8)
405 #endif
406 #ifndef __NR_fadvise64_64
407 #define __NR_fadvise64_64 264
408 #endif
409 #ifndef __NR_statfs64
410 #define __NR_statfs64 265
411 #define __NR_fstatfs64 266
412 #endif
413 #ifndef __NR_mq_open
414 #define __NR_mq_open 271
415 #define __NR_mq_unlink 272
416 #define __NR_mq_timedsend 273
417 #define __NR_mq_timedreceive 274
418 #define __NR_mq_notify 275
419 #define __NR_mq_getsetattr 276
420 #endif
421 %endif
422 %ifarch s390x
423 #ifndef __NR_timer_create
424 #define __NR_timer_create 254
425 #define __NR_timer_settime (__NR_timer_create+1)
426 #define __NR_timer_gettime (__NR_timer_create+2)
427 #define __NR_timer_getoverrun (__NR_timer_create+3)
428 #define __NR_timer_delete (__NR_timer_create+4)
429 #define __NR_clock_settime (__NR_timer_create+5)
430 #define __NR_clock_gettime (__NR_timer_create+6)
431 #define __NR_clock_getres (__NR_timer_create+7)
432 #define __NR_clock_nanosleep (__NR_timer_create+8)
433 #endif
434 #ifndef __NR_mq_open
435 #define __NR_mq_open 271
436 #define __NR_mq_unlink 272
437 #define __NR_mq_timedsend 273
438 #define __NR_mq_timedreceive 274
439 #define __NR_mq_notify 275
440 #define __NR_mq_getsetattr 276
441 #endif
442 %endif
443 %ifarch sparc sparc64
444 #ifndef __NR_mq_open
445 #define __NR_mq_open 273
446 #define __NR_mq_unlink 274
447 #define __NR_mq_timedsend 275
448 #define __NR_mq_timedreceive 276
449 #define __NR_mq_notify 277
450 #define __NR_mq_getsetattr 278
451 #endif
452 #ifndef __NR_waitid
453 #define __NR_waitid 279
454 #endif
455 %endif
456 %ifarch x86_64
457 #ifndef __NR_mq_open
458 #define __NR_mq_open 240
459 #define __NR_mq_unlink 241
460 #define __NR_mq_timedsend 242
461 #define __NR_mq_timedreceive 243
462 #define __NR_mq_notify 244
463 #define __NR_mq_getsetattr 245
464 #endif
465 #ifndef __NR_waitid
466 #define __NR_waitid 247
467 #endif
468 %endif
469 #endif
472 %ifnarch %{ix86} alpha alphaev6 sparc sparcv9
473 rm -rf glibc-compat
474 %endif
476 # A lot of programs still misuse memcpy when they have to use
477 # memmove. The memcpy implementation below is not tolerant at
478 # all.
479 rm -f sysdeps/alpha/alphaev6/memcpy.S
481 find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;
482 cat > find_provides.sh <<EOF
483 #!/bin/sh
484 /usr/lib/rpm/find-provides | grep -v GLIBC_PRIVATE
485 exit 0
487 chmod +x find_provides.sh
488 touch `find . -name configure`
490 %build
491 rm -rf build-%{_target_cpu}-linux
492 mkdir build-%{_target_cpu}-linux ; cd build-%{_target_cpu}-linux
493 GCC=gcc
494 %ifarch %{ix86}
495 BuildFlags="-march=%{_target_cpu}"
496 %endif
497 %ifarch i686
498 BuildFlags="-march=i686 -mtune=pentium4"
499 %endif
500 %ifarch alphaev6
501 BuildFlags="-mcpu=ev6"
502 %endif
503 %ifarch sparc
504 BuildFlags="-fcall-used-g6"
505 GCC="gcc -m32"
506 %endif
507 %ifarch sparcv9
508 BuildFlags="-mcpu=ultrasparc -fcall-used-g6"
509 GCC="gcc -m32"
510 %endif
511 %ifarch sparc64
512 BuildFlags="-mcpu=ultrasparc -mvis -fcall-used-g6"
513 GCC="gcc -m64"
514 %endif
515 %ifarch ppc64
516 BuildFlags="-mno-minimal-toc"
517 GCC="gcc -m64"
518 %endif
520 # If gcc supports __thread, test it even in --with-tls --without-__thread
521 # builds.
522 if echo '__thread int a;' | $GCC -xc - -S -o /dev/null 2>/dev/null; then
523 sed -ie 's/0 [|][|]/1 ||/' ../elf/tst-tls10.h ../linuxthreads/tst-tls1.h
526 BuildFlags="$BuildFlags -DNDEBUG=1"
527 if gcc -v 2>&1 | grep -q 'gcc version 3.[0123]'; then
528 BuildFlags="$BuildFlags -finline-limit=2000"
530 EnableKernel="--enable-kernel=%{enablekernel}"
531 echo "$BuildFlags" > ../BuildFlags
532 echo "$GCC" > ../Gcc
533 AddOns=`cd .. && echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkaio\)\( \|$\)!!g;s! \+$!!;s! !,!g;s!^!,!;/^,\*$/d'`
534 echo "$AddOns" > ../AddOns
535 Pthreads=linuxthreads
536 %ifarch %{withtlsarches}
537 WithTls="--with-tls --without-__thread"
538 %else
539 WithTls="--without-tls --without-__thread"
540 %endif
541 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
542 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
543 --with-headers=%{_prefix}/include --enable-bind-now \
544 $WithTls --build %{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat-linux
545 if [ -x /usr/bin/getconf ] ; then
546 numprocs=$(/usr/bin/getconf _NPROCESSORS_ONLN)
547 if [ $numprocs -eq 0 ]; then
548 numprocs=1
550 else
551 numprocs=1
553 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
554 $GCC -static -L. -Os ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade.%{_target_cpu} \
555 %ifarch i386
556 -DARCH_386 \
557 %endif
558 %ifarch %{nptlarches}
559 '-DLIBTLS="/%{_lib}/tls/"' \
560 %endif
561 '-DGCONV_MODULES_DIR="%{_prefix}/%{_lib}/gconv"' \
562 '-DLD_SO_CONF="/etc/ld.so.conf"' \
563 '-DICONVCONFIG="%{_sbindir}/iconvconfig.%{_target_cpu}"'
564 cd ..
566 # hack
567 unset LD_ASSUME_KERNEL || :
569 %ifarch %{rtkaioarches}
570 AddOns=,rtkaio$AddOns
571 %endif
573 %ifarch i686 athlon
574 rm -rf build-%{_target_cpu}-linuxltfs
575 mkdir build-%{_target_cpu}-linuxltfs ; cd build-%{_target_cpu}-linuxltfs
576 EnableKernel="--enable-kernel=%{enablekernelltfs} --disable-profile"
577 Pthreads=linuxthreads
578 %ifarch %{withtlsarches}
579 WithTls="--with-tls --without-__thread"
580 %else
581 WithTls="--without-tls --without-__thread"
582 %endif
583 CC="$GCC" CFLAGS="$BuildFlags -g -O3" ../configure --prefix=%{_prefix} \
584 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
585 --with-headers=%{_prefix}/include --enable-bind-now \
586 $WithTls --build %{_target_cpu}-redhat-linux --host %{_target_cpu}-redhat-linux
587 make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
589 cd ..
590 %endif
592 %ifarch %{nptlarches}
593 build_nptl()
595 builddir=build-%{nptl_target_cpu}-$1
596 shift
597 rm -rf $builddir
598 mkdir $builddir ; cd $builddir
599 EnableKernel="--enable-kernel=%{enablekernelnptl} --disable-profile"
600 Pthreads=nptl
601 WithTls="--with-tls --with-__thread"
602 build_CFLAGS="$BuildFlags -g -O3 $*"
603 CC="$GCC" CFLAGS="$build_CFLAGS" ../configure --prefix=%{_prefix} \
604 --enable-add-ons=$Pthreads$AddOns --without-cvs $EnableKernel \
605 --with-headers=%{_prefix}/include --enable-bind-now \
606 $WithTls --build %{nptl_target_cpu}-redhat-linux --host %{nptl_target_cpu}-redhat-linux
607 make -j$numprocs -r CFLAGS="$build_CFLAGS" PARALLELMFLAGS=-s
609 cd ..
612 build_nptl linuxnptl
614 %if %{buildxen}
615 build_nptl linuxnptl-nosegneg -mno-tls-direct-seg-refs
616 %endif
617 %endif
619 %install
620 # hack
621 unset LD_ASSUME_KERNEL || :
623 BuildFlags=`cat BuildFlags`
624 GCC=`cat Gcc`
625 AddOns=`cat AddOns`
627 %ifarch %{rtkaioarches}
628 AddOns=,rtkaio$AddOns
629 %endif
631 if [ -x /usr/bin/getconf ] ; then
632 numprocs=$(/usr/bin/getconf _NPROCESSORS_ONLN)
633 if [ $numprocs -eq 0 ]; then
634 numprocs=1
636 else
637 numprocs=1
639 rm -rf $RPM_BUILD_ROOT
640 mkdir -p $RPM_BUILD_ROOT
641 make -j1 install_root=$RPM_BUILD_ROOT install -C build-%{_target_cpu}-linux PARALLELMFLAGS=-s
642 %ifnarch %{auxarches}
643 cd build-%{_target_cpu}-linux && \
644 make -j$numprocs install_root=$RPM_BUILD_ROOT install-locales -C ../localedata objdir=`pwd` && \
645 cd ..
646 %endif
648 SubDir=
650 %ifarch i686 athlon
651 cd build-%{_target_cpu}-linuxltfs
652 Pthreads=linuxthreads
653 %ifarch %{nptlarches}
654 SubDir=obsolete/linuxthreads/i686
655 %else
656 SubDir=i686
657 %endif
658 mkdir -p $RPM_BUILD_ROOT/lib/$SubDir/
659 cp -a libc.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libc-*.so`
660 ln -sf `basename $RPM_BUILD_ROOT/lib/libc-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libc.so.*`
661 cp -a math/libm.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libm-*.so`
662 ln -sf `basename $RPM_BUILD_ROOT/lib/libm-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libm.so.*`
663 cp -a $Pthreads/libpthread.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/libpthread-*.so`
664 pushd $RPM_BUILD_ROOT/lib/$SubDir
665 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/lib/libpthread.so.*`
666 popd
667 %ifarch %{rtkaioarches}
668 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt-*.so | sed s/librt-/librtkaio-/`
669 ln -sf `basename $RPM_BUILD_ROOT/lib/librt-*.so | sed s/librt-/librtkaio-/` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt.so.*`
670 %else
671 cp -a rt/librt.so $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt-*.so`
672 ln -sf `basename $RPM_BUILD_ROOT/lib/librt-*.so` $RPM_BUILD_ROOT/lib/$SubDir/`basename $RPM_BUILD_ROOT/lib/librt.so.*`
673 %endif
675 cd ..
676 %endif
678 %ifarch %{nptlarches}
679 ObsDir=obsolete/linuxthreads
680 mkdir -p $RPM_BUILD_ROOT/%{_lib}/obsolete/linuxthreads
681 mv -f $RPM_BUILD_ROOT/%{_lib}/lib{c,m,pthread,rt,thread_db}[.-]*so* $RPM_BUILD_ROOT/%{_lib}/obsolete/linuxthreads/
683 install_nptl() {
684 cd build-%{nptl_target_cpu}-$1
685 Pthreads=nptl
686 SubDir=$2
687 mkdir -p $RPM_BUILD_ROOT/%{_lib}/$SubDir/
688 cp -a libc.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libc-*.so`
689 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libc-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libc.so.*`
690 cp -a math/libm.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libm-*.so`
691 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libm-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libm.so.*`
692 cp -a $Pthreads/libpthread.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/libpthread-%{version}.so
693 pushd $RPM_BUILD_ROOT/%{_lib}/$SubDir
694 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libpthread.so.*`
695 popd
696 %ifarch %{rtkaioarches}
697 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt-*.so | sed s/librt-/librtkaio-/`
698 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt-*.so | sed s/librt-/librtkaio-/` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt.so.*`
699 %else
700 cp -a rt/librt.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt-*.so`
701 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/librt.so.*`
702 %endif
703 cp -a ${Pthreads}_db/libthread_db.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libthread_db-*.so`
704 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libthread_db-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/$ObsDir/libthread_db.so.*`
707 install_nptl linuxnptl
709 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads
710 mv -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/{libc,libpthread,libpthread_nonshared,librt}.a \
711 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/
712 cp -a libc.a nptl/libpthread.a nptl/libpthread_nonshared.a rt/librt.a \
713 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/
714 sed "s| /%{_lib}/| /%{_lib}/$ObsDir/|" $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libc.so \
715 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/libc.so
716 sed "s| /%{_lib}/| /%{_lib}/$ObsDir/|;s|/libpthread_nonshared|/linuxthreads&|" $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libpthread.so \
717 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/libpthread.so
718 %ifarch %{rtkaioarches}
719 ln -sf /%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed 's/librt-/librtkaio-/'` \
720 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/librt.so
721 %else
722 ln -sf /%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` \
723 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/librt.so
724 %endif
725 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/linuxthreads/*.a
726 mkdir -p $RPM_BUILD_ROOT/nptl $RPM_BUILD_ROOT%{_prefix}/include/linuxthreads
727 make -j1 install_root=$RPM_BUILD_ROOT/nptl install-headers PARALLELMFLAGS=-s
728 pushd $RPM_BUILD_ROOT/nptl%{_prefix}/include
729 for i in `find . -type f`; do
730 if ! [ -f $RPM_BUILD_ROOT%{_prefix}/include/$i ] \
731 || ! cmp -s $i $RPM_BUILD_ROOT%{_prefix}/include/$i; then
732 mkdir -p $RPM_BUILD_ROOT%{_prefix}/include/linuxthreads/`dirname $i`
733 if [ -f $RPM_BUILD_ROOT%{_prefix}/include/$i ]; then
734 cp -a $RPM_BUILD_ROOT%{_prefix}/include/{,linuxthreads/}$i
736 cp -a $i $RPM_BUILD_ROOT%{_prefix}/include/$i
738 done
739 popd
740 rm -rf $RPM_BUILD_ROOT/nptl
742 cd ..
744 %if %{buildxen}
745 %define nosegneg_subdir i686/nosegneg
746 install_nptl linuxnptl-nosegneg %{nosegneg_subdir}
747 cd ..
748 %endif
750 %endif
752 # compatibility hack: this locale has vanished from glibc, but some other
753 # programs are still using it. Normally we would handle it in the %pre
754 # section but with glibc that is simply not an option
755 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/locale/ru_RU/LC_MESSAGES
757 # Remove the files we don't want to distribute
758 rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libNoVersion*
759 %ifnarch %{ix86} alpha alphaev6 sparc sparcv9
760 rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion*
761 %endif
763 # the man pages for the linuxthreads require special attention
764 make -C linuxthreads/man
765 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
766 install -m 0644 linuxthreads/man/*.3thr $RPM_BUILD_ROOT%{_mandir}/man3
767 gzip -9nvf $RPM_BUILD_ROOT%{_mandir}/man3/*
769 if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then
770 mkdir -p $RPM_BUILD_ROOT%{_infodir}
771 mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir}
772 rm -rf $RPM_BUILD_ROOT%{_prefix}/info
775 gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc*
777 ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libbsd.a
779 install -p -m 644 fedora/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf
781 mkdir -p $RPM_BUILD_ROOT/etc/default
782 install -p -m 644 nis/nss $RPM_BUILD_ROOT/etc/default/nss
784 # Take care of setuids
785 # -- new security review sez that this shouldn't be needed anymore
786 #chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown
788 # This is for ncsd - in glibc 2.2
789 install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc
790 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
791 install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
793 # Don't include ld.so.cache
794 rm -f $RPM_BUILD_ROOT/etc/ld.so.cache
796 # Include ld.so.conf
797 echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf
798 touch $RPM_BUILD_ROOT/etc/ld.so.cache
799 chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf
800 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
802 # Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
803 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
804 chmod 644 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
806 # Install the upgrade program
807 install -m 700 build-%{_target_cpu}-linux/glibc_post_upgrade.%{_target_cpu} \
808 $RPM_BUILD_ROOT/usr/sbin/glibc_post_upgrade.%{_target_cpu}
810 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.o
812 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}
813 cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \
814 $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/
815 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
816 # Now strip debugging info from static libraries
817 pushd $RPM_BUILD_ROOT%{_prefix}/%{_lib}/
818 for i in *.a; do
819 if [ -f $i ]; then
820 case "$i" in
821 *_p.a) ;;
822 *) strip -g -R .comment $i ;;
823 esac
825 done
826 popd
828 # rquota.x and rquota.h are now provided by quota
829 rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
831 # Hardlink identical locale files together
832 %ifnarch %{auxarches}
833 gcc -O2 -o build-%{_target_cpu}-linux/hardlink fedora/hardlink.c
834 build-%{_target_cpu}-linux/hardlink -vc $RPM_BUILD_ROOT%{_prefix}/lib/locale
835 %endif
837 %ifarch %{ix86} alpha alphaev6 sparc sparcv9
838 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss1-*
839 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1
840 %endif
842 # Ugly hack for buggy rpm
843 ln -f ${RPM_BUILD_ROOT}%{_sbindir}/iconvconfig{,.%{_target_cpu}}
845 # BUILD THE FILE LIST
846 find $RPM_BUILD_ROOT -type f -or -type l |
847 sed -e 's|.*/etc|%config &|' \
848 -e 's|.*/gconv/gconv-modules$|%verify(not md5 size mtime) %config(noreplace) &|' \
849 -e 's|.*/gconv/gconv-modules.cache|%verify(not md5 size mtime) &|' \
850 -e '/lib\/debug/d' > rpm.filelist.in
851 for n in %{_prefix}/share %{_prefix}/include %{_prefix}/lib/locale; do
852 find ${RPM_BUILD_ROOT}${n} -type d | \
853 grep -v '%{_prefix}/share$' | \
854 grep -v '\(%{_mandir}\|%{_infodir}\)' | \
855 sed "s/^/%dir /" >> rpm.filelist.in
856 done
858 # primary filelist
859 SHARE_LANG='s|.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo|%lang(\1) &|'
860 LIB_LANG='s|.*/lib/locale/\([^/_]\+\)|%lang(\1) &|'
861 # rpm does not handle %lang() tagged files hardlinked together accross
862 # languages very well, temporarily disable
863 # LIB_LANG=''
864 sed -e "s|$RPM_BUILD_ROOT||" -e "$LIB_LANG" -e "$SHARE_LANG" < rpm.filelist.in |
865 grep -v '/etc/\(localtime\|nsswitch.conf\|ld.so.conf\|ld.so.cache\|default\)' | \
866 grep -v '/%{_lib}/lib\(pcprofile\|memusage\).so' | \
867 grep -v 'bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\)' | \
868 sort > rpm.filelist
870 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}
871 mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib}
872 for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
873 cp -a $i $i.tmp
874 sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
875 -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
876 $i.tmp > $i
877 chmod 755 $i; rm -f $i.tmp
878 done
880 grep '%{_prefix}/%{_lib}/lib.*_p\.a' < rpm.filelist > profile.filelist || :
881 grep '%{_infodir}' < rpm.filelist | grep -v '%{_infodir}/dir' > devel.filelist
882 grep '%{_prefix}/include/gnu/stubs-[32164]\+\.h' < rpm.filelist >> devel.filelist || :
884 grep '%{_prefix}/include' < rpm.filelist |
885 egrep -v '%{_prefix}/include/(linuxthreads|gnu/stubs-[32164]+\.h)' \
886 > headers.filelist
888 mv rpm.filelist rpm.filelist.full
889 grep -v '%{_prefix}/%{_lib}/lib.*_p.a' rpm.filelist.full |
890 egrep -v "(%{_prefix}/include)|(%{_infodir})" > rpm.filelist
892 grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist >> devel.filelist
893 grep '%{_prefix}/%{_lib}/.*\.o' < rpm.filelist >> devel.filelist
894 grep '%{_prefix}/%{_lib}/lib.*\.so' < rpm.filelist >> devel.filelist
895 grep '%{_mandir}' < rpm.filelist >> devel.filelist
897 mv rpm.filelist rpm.filelist.full
898 grep -v '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist.full |
899 grep -v '%{_prefix}/%{_lib}/.*\.o' |
900 grep -v '%{_prefix}/%{_lib}/lib.*\.so'|
901 grep -v '%{_prefix}/%{_lib}/linuxthreads' |
902 grep -v '%{_mandir}' |
903 grep -v 'nscd' > rpm.filelist
905 grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
906 grep '%{_prefix}/lib/locale' < rpm.filelist >> common.filelist
907 grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
908 grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
909 grep '%{_prefix}/share' < rpm.filelist \
910 | grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
912 mv rpm.filelist rpm.filelist.full
913 grep -v '%{_prefix}/bin' < rpm.filelist.full |
914 grep -v '%{_prefix}/lib/locale' |
915 grep -v '%{_prefix}/libexec/pt_chown' |
916 grep -v '%{_prefix}/sbin/[^gi]' |
917 grep -v '%{_prefix}/share' > rpm.filelist
919 > nosegneg.filelist
920 %if %{xenpackage}
921 grep '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist >> nosegneg.filelist
922 mv rpm.filelist rpm.filelist.full
923 grep -v '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist.full > rpm.filelist
924 %endif
926 echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist
927 echo '%{_prefix}/sbin/nscd' > nscd.filelist
929 cat > utils.filelist <<EOF
930 %{_prefix}/%{_lib}/libmemusage.so
931 %{_prefix}/%{_lib}/libpcprofile.so
932 %{_prefix}/bin/memusage
933 %{_prefix}/bin/memusagestat
934 %{_prefix}/bin/mtrace
935 %{_prefix}/bin/pcprofiledump
936 %{_prefix}/bin/xtrace
939 # /etc/localtime
940 rm -f $RPM_BUILD_ROOT/etc/localtime
941 cp -f $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
942 #ln -sf ..%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
944 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo
946 cd fedora
947 $GCC -Os -static -o build-locale-archive build-locale-archive.c \
948 ../build-%{_target_cpu}-linux/locale/locarchive.o \
949 ../build-%{_target_cpu}-linux/locale/md5.o \
950 -DDATADIR=\"%{_datadir}\" -DPREFIX=\"%{_prefix}\" \
951 -L../build-%{_target_cpu}-linux
952 install -m 700 build-locale-archive $RPM_BUILD_ROOT/usr/sbin/build-locale-archive
953 cd ..
955 # the last bit: more documentation
956 rm -rf documentation
957 mkdir documentation
958 cp linuxthreads/ChangeLog documentation/ChangeLog.threads
959 cp linuxthreads/Changes documentation/Changes.threads
960 cp linuxthreads/README documentation/README.threads
961 cp linuxthreads/FAQ.html documentation/FAQ-threads.html
962 cp -r linuxthreads/Examples documentation/examples.threads
963 cp crypt/README.ufc-crypt documentation/README.ufc-crypt
964 cp timezone/README documentation/README.timezone
965 cp ChangeLog{,.14,.15} documentation
966 bzip2 -9 documentation/ChangeLog*
968 %ifarch s390x
969 # Compatibility symlink
970 mkdir -p $RPM_BUILD_ROOT/lib
971 ln -sf /%{_lib}/ld64.so.1 $RPM_BUILD_ROOT/lib/ld64.so.1
972 %endif
973 %ifarch ia64
974 %if "%{_lib}" == "lib64"
975 # Compatibility symlink
976 mkdir -p $RPM_BUILD_ROOT/lib
977 ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
978 %endif
979 %endif
981 # Increase timeouts
982 export TIMEOUTFACTOR=16
983 echo ====================TESTING=========================
984 cd build-%{_target_cpu}-linux
985 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
986 cd ..
987 %ifarch i686 athlon
988 echo ====================TESTING LINUXTHREADS FS=========
989 cd build-%{_target_cpu}-linuxltfs
990 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
991 cd ..
992 %endif
993 %ifarch %{nptlarches}
994 echo ====================TESTING NPTL====================
995 cd build-%{nptl_target_cpu}-linuxnptl
996 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
997 cd ..
998 %if %{buildxen}
999 echo ====================TESTING NPTL -mno-tls-direct-seg-refs=============
1000 cd build-%{nptl_target_cpu}-linuxnptl-nosegneg
1001 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
1002 cd ..
1003 %endif
1004 %endif
1005 echo ====================TESTING DETAILS=================
1006 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check.log`; do
1007 echo =====$i=====
1008 cat $i || :
1009 echo ============
1010 done
1011 %ifarch i686 athlon
1012 echo ====================TESTING LINUXTHREADS FS LD.SO===
1013 cd build-%{_target_cpu}-linuxltfs
1014 mv elf/ld.so elf/ld.so.orig
1015 cp -a ../build-%{_target_cpu}-linux/elf/ld.so elf/ld.so
1016 find . -name \*.out -exec mv -f '{}' '{}'.origldso \;
1017 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check2.log || :
1018 cd ..
1019 %endif
1020 %ifarch %{nptlarches}
1021 echo ====================TESTING NPTL LD.SO==============
1022 cd build-%{nptl_target_cpu}-linuxnptl
1023 mv elf/ld.so elf/ld.so.orig
1024 cp -a ../build-%{_target_cpu}-linux/elf/ld.so elf/ld.so
1025 find . -name \*.out -exec mv -f '{}' '{}'.origldso \;
1026 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check2.log || :
1027 cd ..
1028 %endif
1029 echo ====================TESTING DETAILS=================
1030 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check2.log`; do
1031 echo =====$i=====
1032 cat $i || :
1033 echo ============
1034 done
1035 echo ====================TESTING END=====================
1036 PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p'
1037 echo ====================PLT RELOCS LD.SO================
1038 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-*.so | sed -n -e "$PLTCMD"
1039 echo ====================PLT RELOCS LIBC.SO==============
1040 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/$SubDir/libc-*.so | sed -n -e "$PLTCMD"
1041 echo ====================PLT RELOCS END==================
1043 %if "%{_enable_debug_packages}" == "1"
1045 case "$-" in *x*) save_trace=yes;; esac
1046 set +x
1047 echo Building debuginfo subpackage...
1049 blf=debugfiles.list
1050 sf=debugsources.list
1051 cblf=debugcommonfiles.list
1052 csf=debugcommonsources.list
1054 echo -n > $sf
1055 echo -n > $csf
1057 strip $RPM_BUILD_ROOT/{sbin/ldconfig,usr/sbin/glibc_post_upgrade.%{_target_cpu},usr/sbin/build-locale-archive}
1059 # Strip ELF binaries
1060 for f in `cat rpm.filelist nosegneg.filelist \
1061 | grep -v '%%\(dir\|lang\|config\|verify\)'`; do
1062 bf=$RPM_BUILD_ROOT$f
1063 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
1064 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
1065 bd=`dirname $f`
1066 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
1067 mkdir -p $outd
1068 echo extracting debug info from $f
1069 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $sf $bf
1070 bn=`basename $f`
1071 case $f in
1072 /%{_lib}/*) eu-strip -g -f $outd/$bn.debug $bf || :;;
1073 *) eu-strip -f $outd/$bn.debug $bf || :;;
1074 esac
1075 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $blf; fi
1078 done
1080 for f in `cat common.filelist utils.filelist nscd.filelist \
1081 | grep -v '%%\(dir\|lang\|config\|verify\)'`; do
1082 bf=$RPM_BUILD_ROOT$f
1083 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
1084 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
1085 bd=`dirname $f`
1086 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
1087 mkdir -p $outd
1088 echo extracting debug info from $f
1089 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $csf $bf
1090 bn=`basename $f`
1091 eu-strip -f $outd/$bn.debug $bf || :
1092 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $cblf; fi
1095 done
1097 for f in `find $RPM_BUILD_ROOT/%{_lib} -type l`; do
1098 l=`ls -l $f`
1099 l=${l#* -> }
1100 t=/usr/lib/debug`dirname ${f#$RPM_BUILD_ROOT}`
1101 if grep -q "^$t/$l.debug\$" $blf; then
1102 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1103 echo $t/`basename $f`.debug >> $blf
1104 elif grep -q "^$t.debug/$l\$" $cblf; then
1105 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1106 echo $t/`basename $f`.debug >> $cblf
1108 done
1110 echo Sorting source file lists. Might take a while...
1111 xargs -0 -n 1 echo < $sf | LC_ALL=C grep -v '/<internal>$' | LC_ALL=C sort -u > $sf.sorted
1112 xargs -0 -n 1 echo < $csf | LC_ALL=C grep -v '/<internal>$' | LC_ALL=C sort -u > $csf.sorted
1113 mkdir -p $RPM_BUILD_ROOT/usr/src/debug
1114 cat $sf.sorted $csf.sorted \
1115 | (cd $RPM_BUILD_DIR; LC_ALL=C sort -u | cpio -pdm ${RPM_BUILD_ROOT}/usr/src/debug)
1116 # stupid cpio creates new directories in mode 0700, fixup
1117 find $RPM_BUILD_ROOT/usr/src/debug -type d -print | xargs chmod a+rx
1119 %ifarch %{debuginfocommonarches}
1120 %ifarch %{auxarches}
1121 %ifarch %{ix86}
1122 %define basearch i386
1123 %endif
1124 %ifarch alpha alphaev6
1125 %define basearch alpha
1126 %endif
1127 %ifarch sparc sparcv9
1128 %define basearch sparc
1129 %endif
1130 cat $blf > debuginfo.filelist
1131 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1132 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfo.filelist
1133 grep '/generic/\|/linux/\|/%{basearch}/\|/nptl\(_db\)\?/\|^%{glibcsrcdir}/build' \
1134 $sf.sorted | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1135 touch debuginfocommon.filelist
1136 %else
1137 ( grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $csf.sorted || : ) > $csf.sorted.build
1138 cat $blf > debuginfo.filelist
1139 cat $cblf > debuginfocommon.filelist
1140 grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $sf.sorted \
1141 | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1142 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1143 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfocommon.filelist
1144 ( cat $csf.sorted; grep -v -f $csf.sorted.build $sf.sorted ) \
1145 | grep -v 'dl-osinfo\.h' | LC_ALL=C sort -u \
1146 | sed 's|^|/usr/src/debug/|' >> debuginfocommon.filelist
1147 %endif
1148 %else
1149 cat $blf $cblf | LC_ALL=C sort -u > debuginfo.filelist
1150 echo '/usr/src/debug/%{glibcsrcdir}' >> debuginfo.filelist
1151 %endif
1153 [ "x$save_trace" = xyes ] && set -x
1155 %endif
1157 %ifarch %{auxarches}
1158 case "$-" in *x*) save_trace=yes;; esac
1159 set +x
1160 echo Cutting down the list of unpackaged files
1161 for i in `sed '/%%dir/d;/%%config/d;/%%verify/d;s/%%lang([^)]*) //' \
1162 common.filelist devel.filelist headers.filelist profile.filelist \
1163 utils.filelist nscd.filelist`; do
1164 [ -f "$RPM_BUILD_ROOT$i" ] && rm -f "$RPM_BUILD_ROOT$i" || :
1165 done
1166 [ "x$save_trace" = xyes ] && set -x
1168 %else
1170 mkdir -p $RPM_BUILD_ROOT/var/{db,run}/nscd
1171 touch $RPM_BUILD_ROOT/var/{db,run}/nscd/{passwd,group,hosts}
1172 touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid}
1173 %endif
1175 touch $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive
1177 %post -p /usr/sbin/glibc_post_upgrade.%{_target_cpu}
1179 %postun -p /sbin/ldconfig
1181 %post common -p /usr/sbin/build-locale-archive
1183 %post devel
1184 /sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir
1186 %pre headers
1187 # this used to be a link and it is causing nightmares now
1188 if [ -L %{_prefix}/include/scsi ] ; then
1189 rm -f %{_prefix}/include/scsi
1192 %preun devel
1193 if [ "$1" = 0 ]; then
1194 /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir
1197 %post utils -p /sbin/ldconfig
1199 %postun utils -p /sbin/ldconfig
1201 %pre -n nscd
1202 /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \
1203 -c "NSCD Daemon" -u 28 nscd > /dev/null 2>&1 || :
1205 %post -n nscd
1206 /sbin/chkconfig --add nscd
1208 %preun -n nscd
1209 if [ $1 = 0 ] ; then
1210 service nscd stop > /dev/null 2>&1
1211 /sbin/chkconfig --del nscd
1214 %postun -n nscd
1215 if [ $1 = 0 ] ; then
1216 /usr/sbin/userdel nscd > /dev/null 2>&1 || :
1218 if [ "$1" -ge "1" ]; then
1219 service nscd condrestart > /dev/null 2>&1 || :
1222 %if %{xenpackage}
1223 %post xen -p /sbin/ldconfig
1224 %postun xen -p /sbin/ldconfig
1225 %endif
1227 %clean
1228 rm -rf "$RPM_BUILD_ROOT"
1229 rm -f *.filelist*
1231 %files -f rpm.filelist
1232 %defattr(-,root,root)
1233 %ifarch %{nptlarches}
1234 %dir /%{_lib}/obsolete
1235 %dir /%{_lib}/obsolete/linuxthreads
1236 %ifarch i686 athlon
1237 %dir /%{_lib}/obsolete/linuxthreads/i686
1238 %endif
1239 %else
1240 %ifarch i686 athlon
1241 %dir /lib/i686
1242 %endif
1243 %endif
1244 %if %{buildxen} && !%{xenpackage}
1245 %dir /%{_lib}/%{nosegneg_subdir}
1246 %endif
1247 %ifarch s390x
1248 %dir /lib
1249 /lib/ld64.so.1
1250 %endif
1251 %ifarch ia64
1252 %if "%{_lib}" == "lib64"
1253 %dir /lib
1254 /lib/ld-linux-ia64.so.2
1255 %endif
1256 %endif
1257 %verify(not md5 size mtime) %config(noreplace) /etc/localtime
1258 %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
1259 %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
1260 %dir /etc/ld.so.conf.d
1261 %dir %{_prefix}/libexec/getconf
1262 %dir %{_prefix}/%{_lib}/gconv
1263 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
1264 %doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
1265 %doc COPYING COPYING.LIB README.libm LICENSES
1266 %doc hesiod/README.hesiod
1268 %if %{xenpackage}
1269 %files -f nosegneg.filelist xen
1270 %defattr(-,root,root)
1271 %dir /%{_lib}/%{nosegneg_subdir}
1272 %endif
1274 %ifnarch %{auxarches}
1275 %files -f common.filelist common
1276 %defattr(-,root,root)
1277 %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
1278 %dir %attr(755,root,root) /etc/default
1279 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
1280 %doc documentation/*
1282 %files -f devel.filelist devel
1283 %defattr(-,root,root)
1285 %files -f headers.filelist headers
1286 %defattr(-,root,root)
1287 %ifarch %{nptlarches}
1288 %{_prefix}/include/linuxthreads
1289 %endif
1291 %files -f profile.filelist profile
1292 %defattr(-,root,root)
1294 %files -f utils.filelist utils
1295 %defattr(-,root,root)
1297 %files -f nscd.filelist -n nscd
1298 %defattr(-,root,root)
1299 %config(noreplace) /etc/nscd.conf
1300 %config /etc/rc.d/init.d/nscd
1301 %dir %attr(0755,root,root) /var/run/nscd
1302 %dir %attr(0755,root,root) /var/db/nscd
1303 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid
1304 %attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket
1305 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
1306 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
1307 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
1308 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd
1309 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group
1310 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts
1311 %endif
1313 %ifarch %{nptlarches}
1314 %files -n linuxthreads-devel
1315 %defattr(-,root,root)
1316 %{_prefix}/%{_lib}/linuxthreads
1317 %endif
1319 %if "%{_enable_debug_packages}" == "1"
1320 %files debuginfo -f debuginfo.filelist
1321 %defattr(-,root,root)
1322 %ifarch %{debuginfocommonarches}
1323 %ifnarch %{auxarches}
1324 %files debuginfo-common -f debuginfocommon.filelist
1325 %defattr(-,root,root)
1326 %dir %{_prefix}/lib/debug
1327 %dir %{_prefix}/lib/debug/%{_prefix}
1328 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1329 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1330 %endif
1331 %else
1332 %dir %{_prefix}/lib/debug
1333 %dir %{_prefix}/lib/debug/%{_prefix}
1334 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1335 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1336 %endif
1337 %endif
1339 %changelog
1340 - glibc-xen subpackage for i686
1342 * Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
1343 - update from CVS
1344 - fix execvp regression (BZ#851)
1345 - ia64 libm updates
1346 - sparc updates
1347 - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
1348 support "hwcap" keyword in ld.so.conf files
1350 * Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
1351 - update from CVS
1352 - fix xdr_rmtcall_args on 64-bit arches (#151686)
1353 - fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
1355 * Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
1356 - move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/
1357 and NPTL libraries to /%{_lib}. To run a program against LinuxThreads,
1358 LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/
1359 is now needed
1360 - bzip2 ChangeLog* files instead of gzipping them
1362 * Sat Apr 2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
1363 - update from CVS
1364 - fix nextafterl and several other libm routines on ia64
1365 - fix initgroups (BZ#661)
1366 - kill nptl-devel subpackage, add linuxthreads-devel,
1367 compile and link by default against NPTL and only with
1368 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads
1369 against LinuxThreads
1370 - package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in
1371 i386 glibc-debuginfo
1372 - limit number of ChangeLog* files in glibc-common %%doc
1373 to last 2.5 years of changes only to save space
1375 * Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
1376 - fix build on 64-bit arches with new GCC
1378 * Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
1379 - update from CVS
1380 - fix LD_AUDIT in LinuxThreads ld.so
1381 - fix calloc with M_PERTURB
1382 - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
1383 on ppc*/ia64/alpha/mips (BZ#801)
1384 - fix a typo in WINDOWS-31J charmap (#151739)
1385 - fix NIS ypprot_err (#151469)
1387 * Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
1388 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
1390 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
1391 - update from CVS
1392 - better fix for the dlclose bug (#145810, #150414)
1393 - fix regex crash on case insensitive search in zh_CN locale
1394 (#151215)
1395 - fix malloc_trim (BZ#779)
1396 - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
1397 as function-like macros, there are too many broken programs
1398 out there
1399 - add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372)
1401 * Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
1402 - fix bits/socket2.h macro typos
1404 * Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
1405 - fix tst-chk{2,3}
1406 - fix up AS_NEEDED directive in /usr/%{_lib}/libc.so
1407 - BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
1408 glibc-devel Conflict with binutils < 2.15.94.0.2-1
1410 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
1411 - update from CVS
1412 - fix execvp (#149290)
1413 - fix dlclose (#145810)
1414 - clear padding in gconv-modules.cache (#146614, BZ#776)
1415 - rebuilt with GCC4
1416 - changed __GLIBC_MINOR__ for now back to 3
1417 - back out the newly added GLIBC_2.4 *_chk routines, instead
1418 do the checking in macros
1420 * Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
1421 - hopefully fix interaction with prelink (#147655)
1423 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
1424 - update from CVS
1425 - bi-arch <gnu/stubs.h> (BZ#715)
1427 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
1428 - update from CVS
1429 - bi-arch <gnu/lib-names.h> (BZ#632)
1430 - fix libdl on s390 and maybe other platforms
1431 - fix initstate{,_r} (BZ#710)
1432 - fix <gnu/stubs.h> generation (BZ#157)
1433 - define CMSPAR in bits/termios.h (#147533)
1435 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
1436 - update from CVS
1437 - fix TLS handling in linuxthreads
1439 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
1440 - update from CVS
1441 - ld.so auditing
1442 - fix segfault if chrooted app attempts to dlopen a library
1443 and no standard library directory exists at all (#147067, #144303)
1444 - fix initgroups when nscd is running, but has group caching disabled
1445 (#146588)
1446 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
1447 has not been called yet (#146710)
1448 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
1449 - service nscd cosmetic fixes (#146776)
1450 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
1451 - fix zdump -v segfaults on x86-64 (#146210)
1452 - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
1453 - fix errno values for futimes (BZ#633)
1454 - unconditionally include <features.h> in malloc.h (BZ#650)
1455 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
1456 (from empty string inside of word to empty string not at a word boundary,
1457 BZ#693)
1458 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
1459 and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
1460 %gs access with negative offsets
1461 - fix addseverity
1462 - fix fmemopen
1463 - fix rewinddir
1464 - increase svc{tcp,unix}_create listen backlog
1466 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
1467 - update from CVS
1468 - add some warn_unused_result marking
1469 - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
1470 (BZ#640)
1472 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
1473 - update from CVS
1474 - fix IA-32 stack alignment for LinuxThreads thread functions
1475 and functions passed to clone(2) directly
1476 - fix ecvt{,_r} on denormals (#143279)
1477 - fix __tls_get_addr typo
1478 - fix rounding in IA-64 alarm (#143710)
1479 - don't reinitialize __environ in __libc_start_main, so that
1480 effects of setenv/putenv done in DSO initializers are preserved
1481 (#144037, IT#57403)
1482 - fix fmemopen
1483 - fix vDSO l_map_end and l_text_end values
1484 - IA64 libm update (#142494)
1485 - fix ppc rint/ceil etc. (BZ#602)
1487 * Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
1488 - rebuilt
1490 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
1491 - work around rpm bug some more, this time by copying
1492 iconvconfig to iconvconfig.%%{_target_cpu}.
1494 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
1495 - update from CVS
1496 - glibc 2.3.4 release
1497 - add -o and --nostdlib options to iconvconfig
1498 - if /sbin/ldconfig doesn't exist when running
1499 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
1500 This can happen during first install of bi-arch glibc and the
1501 other arch glibc's %post wil run /sbin/ldconfig (#143326)
1502 - use -o and --nostdlib options to create all needed
1503 gconv-modules.cache files on bi-arch setups
1505 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
1506 - rebuilt
1508 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
1509 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
1510 if /sbin/init is the same ELF class and machine as
1511 glibc_post_upgrade.%%{_target_cpu} and similarly with
1512 condrestarting sshd (#143046)
1514 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
1515 - update from CVS
1516 - fix ppc64 getcontext and swapcontext (BZ#610)
1517 - sparc/sparc64 fixes
1519 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
1520 - update from CVS
1521 - fix i686 __USE_STRING_INLINES strncat
1522 - make sure ppc/ppc64 maintain correct stack alignment
1523 across clone
1525 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
1526 - export nis_domain_of_r from libnsl.so again which was
1527 unintentionally lost
1529 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
1530 - update from CVS
1531 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
1532 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
1533 (BZ#457)
1534 - fix sysconf (_POSIX_V6_*) for other ABI environments in
1535 bi-arch setups
1536 - s390/s390x clone without CLONE_THREAD getpid () adjustement
1538 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
1539 - update from CVS
1540 - fix %{_prefix}/libexec/getconf filenames generation
1542 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
1543 - update from CVS
1544 - double buffer size in getXXbyYY or getXXent on ERANGE
1545 instead of adding BUFLEN (#142617)
1546 - avoid busy loop in malloc if another thread is doing fork
1547 (#142214)
1548 - some more realloc corruption checks
1549 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
1550 tweak %{_prefix}/libexec/getconf/ filenames
1552 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
1553 - update from CVS
1554 - regex speedups
1555 - use | cat in ldd if running under bash3+ to allow running
1556 it on binaries that are not through SELinux allowed to access
1557 console or tty
1558 - add __NR_waitid defines for alpha and ia64
1560 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
1561 - update from CVS
1562 - fix clone2 on ia64
1563 - avoid tst-timer5 failing with linuxthreads implementation
1564 - if __libc_enable_secure, disallow mode != normal
1565 - change ldd script to imply -r when -u is used, properly
1566 propagate return value and handle suid binaries
1568 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
1569 - update from CVS
1570 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
1571 - disregard LD_DEBUG if __libc_enable_secure in normal mode
1572 if /suid-debug doesn't exist
1573 - fix fseekpos after ungetc
1574 - avoid reading bytes before start of buffers in regex's
1575 check_dst_limits_calc_pos_1 (#142060)
1576 - make getpid () working with clone/clone2 without CLONE_THREAD
1577 (so far on i386/x86_64/ia64 only)
1578 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
1579 - make %{_prefix}/libexec/getconf directory owned by glibc package
1581 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
1582 - update from CVS
1583 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
1584 - fix mktime with < 0 or > 59 tm_sec on entry
1585 - remove nonnull attribute for realpath
1586 - add $(make-target-directory) for errlist-compat.c rule
1587 (hopefully fix #141404)
1588 - add testcase for ungetc bug
1589 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
1591 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
1592 - update from CVS
1593 - some posix_opt.h fixes
1594 - fix strtold use of unitialized memory (#141000)
1595 - some more bugfixes for bugs detected by valgrind
1596 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
1597 on s390{,x} (#139678)
1599 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
1600 - update from CVS
1601 - support -v specification in getconf
1602 - fix sysconf (_SC_LFS64_CFLAGS) etc.
1603 - avoid thread stack aliasing issues on EM64T (#140803)
1604 - move %{_prefix}/include/nptl headers from nptl-devel
1605 to glibc-headers, so that even NPTL specific programs
1606 can be built bi-arch without problems
1608 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
1609 - update from CVS
1610 - fix memory leak in getaddrinfo if using nscd (#139559)
1611 - handle large lines in /etc/hosts and /etc/networks
1612 (#140378)
1613 - add nonnull attributes to selected dirent.h and dlfcn.h
1614 functions
1616 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
1617 - update from CVS
1618 - add deprecated and/or nonnull attribute to some signal.h
1619 functions
1620 - speed up tzset () by only using stat instead of open/fstat
1621 when calling tzset for the second and following time if
1622 /etc/localtime has not changed
1623 - fix tgamma (BZ #552)
1625 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
1626 - update from CVS
1627 - some malloc () checking
1628 - libpthread.a object dependency cleanups (#115157)
1629 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
1631 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
1632 - don't use chunksize in <= 2 * SIZE_SZ free () checks
1634 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
1635 - update from CVS
1636 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
1637 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
1638 issue special error message instead of using the buffer overflow
1639 detected one
1640 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
1641 speedup searching with nested subexps (BZ #544)
1642 - block SIGCANCEL in NPTL timer_* helper thread
1643 - further free () checking
1645 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
1646 - update from CVS
1647 - fix free () checking
1648 - move /etc/default/nss into glibc-common (hopefully fix #132392)
1650 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
1651 - update from CVS
1652 - fix LD_DEBUG=statistics
1653 - issue error message before aborting in __chk_fail ()
1654 - some more free () checking
1656 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
1657 - update from CVS
1658 - speedup regex on palindromes (BZ #429)
1659 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
1660 less priviledged all threads change their credentials successfully
1662 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
1663 - update from CVS
1664 - fix regcomp crash (#138439)
1665 - fix ftell{,o,o64} (#137885)
1666 - robustification of nscd to cope with corrupt databases (#137140)
1667 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
1668 - some regex optimizations
1670 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
1671 - update from CVS
1672 - mktime cleanups (BZ #487, #473)
1673 - unique comments in free(3) check error messages
1674 - adjust some x86_64 headers for -m32 (#129712)
1675 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
1677 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
1678 - fix <netinet/udp.h> header
1679 - fix globfree (#137176)
1680 - fix exiting if there are dlmopened libraries in namespaces
1681 other than main one not closed yet
1682 - export again _res_opcodes and __p_{class,type}_syms from
1683 libresolv.so that were lost in -69
1685 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
1686 - remove setaltroot and key{_add,_request,ctl} also from Versions
1687 - back out _sys_errlist changes
1689 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
1690 - back out setaltroot and key{_add,_request,ctl} addition
1691 - fix severe x86-64 symbol versioning regressions that breaks
1692 e.g. java binaries
1694 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
1695 - update from CVS
1696 - fix minor catchsegv temp file handling vulnerability
1697 (CAN-2004-0968, #136319)
1698 - add 4 new errno codes
1699 - setaltroot, key{_add,_request,ctl} syscalls on some arches
1700 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
1701 gdb purpose
1702 - use inet_pton to decide what is address and what is hostname
1703 in getent (#135422)
1704 - change dladdr/dladdr1, so that dli_saddr is the same kind
1705 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
1706 - fix catchsegv script so that it works with both 32-bit and 64-bit
1707 programs on multi-arch platforms
1709 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
1710 - update from CVS
1711 - require newer selinux-policy (#135978)
1712 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
1713 files in it
1714 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
1716 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
1717 - update from CVS
1718 - object size checking support (-D_FORTIFY_SOURCE={1,2})
1720 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
1721 - update from CVS
1722 - support for namespaces in the dynamic linker
1723 - fix dlclose (BZ #77)
1724 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
1725 and s390 (#130254)
1727 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
1728 - update from CVS
1729 - use non-blocking sockets in resolver (#135234)
1730 - reset pd->res options on thread exit, so that threads
1731 reusing cached stacks get resolver state properly initialized
1732 (BZ #434)
1734 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
1735 - update from CVS
1736 - avoid using perl in the spec file, buildrequire sed >= 3.95
1737 (#127671)
1738 - export TIMEOUTFACTOR=16
1739 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
1741 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
1742 - update from CVS
1743 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
1744 to -1 in LinuxThreads
1745 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
1746 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
1747 returns correct value
1748 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
1749 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
1750 dlopen libpthread.so and dlsym pthread_condattr_setclock
1751 - build nscd with -z relro and -z now
1753 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
1754 - update from CVS
1755 - stop using __builtin_expect in assert and assert_perror
1756 (#127606)
1757 - try to avoid too much VA fragmentation with malloc
1758 on flexmap layout (#118574)
1759 - nscd robustification
1760 - change valloc to use debugging hooks (#134385)
1761 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
1762 #125700)
1764 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
1765 - update from CVS
1766 - fix __nscd_getgrouplist
1767 - fix a typo in x86_64 pthread_mutex_timedwait fix
1769 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
1770 - update from CVS
1771 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
1773 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
1774 - update from CVS
1775 - some nscd fixes (#134193)
1776 - cache initgroups in nscd (#132850)
1777 - reread /etc/localtime in tzset () even if just mtime changed
1778 (#133481)
1779 - fix glob (#126460)
1780 - another get_myaddress fix
1782 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
1783 - update from CVS
1784 - fix get_myaddress (#133982)
1785 - remove nonnull attribute from second utime argument (#133866)
1786 - handle SIGSETXID the same way as SIGCANCEL in
1787 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
1788 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
1790 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
1791 - update from CVS
1792 - fix BZ #151, #362, #381, #407
1793 - fdim fix for +inf/+inf (BZ #376)
1795 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
1796 - update from CVS
1797 - vasprintf fix (BZ #346)
1798 - gettext locking (BZ #322)
1799 - change linuxthreads useldt.h inclusion login again, the last
1800 one failed all linuxthreads FLOATING_STACKS tests
1802 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
1803 - update from CVS
1804 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
1805 - fix nis locking (#132204)
1806 - RTLD_DEEPBIND support
1807 - fix pthread_create bugs (BZ #401, #405)
1809 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
1810 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
1811 - source tarballs renamed
1812 - redhat/ moved to fedora/, some old cruft removed
1813 - update from trunk
1814 - some __nonnull annotations
1816 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
1817 - update from CVS
1818 - set{re,e,res}[ug]id now affect the whole process in NPTL
1819 - return EAGAIN instead of ENOMEM when not enough memory
1820 in pthread_create
1822 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
1823 - update from CVS
1824 - nscd getaddrinfo caching
1826 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
1827 - restore temporarily old definition of __P()/__PMT()
1828 for third party apps
1830 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
1831 - update from CVS
1832 - nscd bi-arch fix
1833 - remove all uses of __P()/__PMT() from glibc headers
1834 - update and reenable nscd SELinux patch
1835 - remove libnss1* and libnss*.so.1 compatibility NSS modules
1836 on IA-32, SPARC and Alpha
1838 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
1839 - update from CVS
1840 - disable one of the malloc double free checks for non-contiguous
1841 arenas where it doesn't have to be true even for non-broken
1842 apps
1844 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
1845 - update from CVS
1846 - pwd/grp/host loops with nscd speed up by sharing the
1847 nscd cache r/o with applications
1848 - inexpensive double free check in free(3)
1849 - make NPTL pthread.h initializers usable even from C++
1850 (BZ #375)
1851 - use atomic instructions even in i386 nscd on i486+ CPUs
1852 (conditionally)
1854 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
1855 - update from CVS
1856 - fix linuxthreads tst-cancel{[45],-static}
1858 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
1859 - update from CVS
1860 - fix pthread_cond_destroy (BZ #342)
1861 - fix fnmatch without FNM_NOESCAPE (BZ #361)
1862 - fix ppc32 setcontext (BZ #357)
1863 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
1864 - add __NR_waitid defines for i386, x86_64 and sparc*
1866 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
1867 - update from CVS
1868 - persistent nscd caching
1869 - ppc64 32-bit atomicity fix
1870 - fix x86-64 nptl-devel headers for -m32 compilation
1871 - %%ghost /etc/ld.so.cache (#130597)
1872 - edit /etc/ld.so.conf in glibc_post_upgrade if
1873 include ld.so.conf.d/*.conf line is missing (#120588)
1874 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
1876 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
1877 - update from CVS
1879 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
1880 - update from CVS
1881 - fix nss_compat's initgroups handling (#130363)
1882 - fix getaddrinfo ai_canonname setting
1884 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
1885 - update from CVS
1886 - add ip6-dotint resolv.conf option, make
1887 no-ip6-dotint the default
1888 - BuildPrereq libselinux-devel (#129946)
1889 - on ppc64, build without dot symbols
1891 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
1892 - update from CVS
1893 - remove debugging printout (#129747)
1894 - make <sys/shm.h> usable in C++ (IT#45148)
1895 - update RLIMIT_* constants in <bits/resource.h>, make
1896 <sys/resource.h> POSIX compliant (#129740)
1898 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
1899 - fix last tzset () fixes, disable rereading of /etc/localtime
1900 every time for now
1901 - really enable SELinux support for NSCD
1903 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
1904 - update from CVS
1905 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
1906 - tzset () fixes (BZ #154)
1907 - speed up pthread_rwlock_unlock on arches other than i386 and
1908 x86_64 (#129455)
1909 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
1910 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
1911 (BZ #284)
1912 - add SELinux support for NSCD
1914 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
1915 - update from CVS
1916 - change res_init to force all threads to re-initialize
1917 resolver before they use it next time (#125712)
1918 - various getaddrinfo and related fixes (BZ #295, #296)
1919 - fix IBM{932,943} iconv modules (#128674)
1920 - some nscd fixes (e.g. BZ #292)
1921 - RFC 3678 support (Multicast Source Filters)
1922 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
1923 the same as /lib/i686/librt-*
1925 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
1926 - update from CVS
1927 - conformance related changes in headers
1928 - remove -finline-limit=2000 for GCC 3.4.x+
1930 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
1931 - update from CVS
1932 - fix res_init leaks
1933 - fix newlocale races
1934 - fix ppc64 setjmp
1935 - fix strtold (BZ #274)
1937 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
1938 - update from CVS
1939 - allow pthread_cancel in DSO destructors run at exit time
1940 - fix pow{f,,l} on IA-32 and powl on x86-64
1941 - allow PIEs on IA-32 to have main in a shared library they depend on
1943 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
1944 - s390* .plt slot reduction
1945 - fix pthread_rwlock_timedrdlock on x86_64
1947 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
1948 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
1949 NPTL changes
1951 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
1952 - update from CVS
1953 - if_nameindex using preferably netlink
1954 - printf_parsemb initialization fix
1955 - NPTL version is now the same as glibc version
1957 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
1958 - update from CVS
1959 - reread resolv.conf for nscd --invalidate=hosts
1960 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
1961 -m32 -D_FILE_OFFSET_BITS=64 compilations
1962 - avoid calling non-existing fcntl64 syscall on ppc64
1964 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
1965 - update from CVS
1966 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
1967 - fix backtrace in statically linked programs
1968 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
1970 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
1971 - update from CVS
1972 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
1973 - make c_stubs buildable even with GCC 3.2.x (#123042)
1975 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
1976 - fix pthread_cond_wait on architectures other than IA-32 and
1977 x86_64
1979 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
1980 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
1982 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
1983 - update from CVS
1984 - FUTEX_REQUEUE fixes (#115349)
1985 - SPARC GCC 3.4 build fix
1986 - fix handling of undefined TLS symbols on IA32 (RELA only),
1987 SPARC and SH
1988 - regex translate fix
1989 - speed up sprintf
1990 - x86_64 makecontext alignment fix
1991 - make POSIX sigpause the default sigpause, unless BSD sigpause
1992 requested
1994 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
1995 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
1996 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
1997 - build mq_{send,receive} with -fexceptions
1999 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
2000 - update from CVS
2001 - fix <tgmath.h>
2002 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
2003 use of realloc
2004 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
2005 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
2006 might be a stale symlink
2008 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
2009 - update from CVS
2010 - disable FUTEX_REQUEUE (work around #115349)
2011 - mq for sparc/sparc64/ia64
2013 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
2014 - update from CVS
2015 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
2016 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
2017 included already in XNS5)
2018 - reorder dlopen checks, so that dlopening ET_REL objects
2019 complains about != ET_DYN != ET_EXEC, not about phentsize
2020 (#121606)
2021 - fix strpbrk macro for GCC 3.4+ (BZ #130)
2022 - fix <sys/sysctl.h> (BZ #140)
2023 - sched_[gs]etaffinity documentation fix (BZ #131)
2024 - fix sparc64 build (BZ #139)
2025 - change linuxthreads back to use non-cancellable writes
2026 to manager pipes etc.
2027 - fix sem_timedwait return value in linuxthreads (BZ #133)
2028 - ia64 unnecessary PLT relocs removal
2030 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
2031 - update from CVS
2032 - fix *scanf
2033 - fix shm_unlink, sem_unlink and mq_unlink errno values
2034 - avoid memory leaks in error
2035 - execstack fixes on s390
2037 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
2038 - update from CVS
2039 - mq and timer fixes
2040 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
2041 linked binaries
2042 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
2044 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
2045 - disable rtkaio
2046 - update from CVS
2047 - POSIX message passing support
2048 - fixed SIGEV_THREAD support for POSIX timers
2049 - fix free on non-malloced memory in syslog
2050 - fix ffsl on some 64-bit arches
2051 - fix sched_setaffinity on x86-64, ia64
2052 - fix ppc64 umount
2053 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
2054 - various NIS speedups
2055 - fix fwrite with > 2GB sizes on 64-bit arches
2056 - fix pthread_getattr_np guardsize reporting in NPTL
2057 - report PLT relocations in ld.so and libc.so during the build
2059 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
2060 - update from CVS
2061 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
2062 - strtol speed optimization
2063 - don't try to use certainly unimplemented syscalls on ppc64
2064 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
2065 into /usr/lib/debug/usr/%{_lib}/ directory
2066 - fix c_stubs with gcc 3.4
2067 - move all the up to 3 builds into %%build scriptlet and
2068 leave only installation in the %%install scriptlet
2070 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
2071 - update from CVS
2072 - affinity API changes
2074 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
2075 - update from CVS
2076 - fix ia64 iopl (#118591)
2077 - add support for /etc/ld.so.conf.d/*.conf
2078 - fix x86-64 LD_DEBUG=statistics
2079 - fix hwcap handling when using ld.so.cache (#118518)
2081 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
2082 - update from CVS
2083 - implement non-_l function on top of _l functions
2085 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
2086 - update from CVS
2087 - fix s390{,x} TLS handling
2089 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
2090 - update from CVS
2091 - special section for compatibility code
2092 - make getpid () work even in vfork () child
2093 - configure with --enable-bind-now to avoid lazy binding in ld.so
2094 and libc.so
2096 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
2097 - update from CVS
2098 - fix iconv -c (#117021)
2099 - fix PIEs on sparc/sparc64
2100 - fix posix_fadvise on 64-bit architectures
2101 - add locale-archive as %%ghost file (#117014)
2103 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
2104 - update from CVS
2106 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
2107 - update from CVS
2109 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
2110 - update from CVS
2111 - fix ld.so when vDSO is randomized
2113 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
2114 - update from CVS
2116 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
2117 - update from CVS
2119 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
2120 - update from CVS
2122 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
2123 - update from CVS
2124 - dl_iterate_phdr extension to signal number of added/removed
2125 libraries
2126 - fix PT_GNU_RELRO support on ppc* with prelinking
2128 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
2129 - rebuilt with fixed GCC on IA-64
2131 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
2132 - fix PT_GNU_RELRO support
2134 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
2135 - update from CVS
2136 - some further regex speedups
2137 - fix re.translate handling in regex (#112869)
2138 - change regfree to match old regex behaviour (what is freed
2139 and clearing of freed pointers)
2140 - fix accesses to unitialized memory in regex (#113507, #113425,
2141 #113421)
2142 - PT_GNU_RELRO support
2144 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
2145 - update from CVS
2146 - fix pmap_set fd and memory leak (#112726)
2147 - fix backreference handling in regex
2148 - rebuilt under glibc without the above bug to fix
2149 libc.so linker script (#112738)
2151 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
2152 - update from CVS
2153 - faster getpid () in NPTL builds
2154 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
2155 really disable cancellation (#112512)
2156 - more regex fixes and speedups
2157 - fix nextafter*/nexttoward*
2158 - handle 6th syscall(3) argument on AMD64
2159 - handle memalign/posix_memalign in mtrace
2160 - fix linuxthreads memory leak (#112208)
2161 - remove throw () from cancellation points in linuxthreads (#112602)
2162 - fix NPTL unregister_atfork
2163 - fix unwinding through alternate signal stacks
2165 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
2166 - update from CVS
2167 - 2.3.3 release
2168 - lots of regex fixes and speedups (#110401)
2169 - fix atan2
2170 - fix pshared condvars in NPTL
2171 - fix pthread_attr_destroy for attributes created with
2172 pthread_attr_init@GLIBC_2.0
2173 - for the time being, include both nb_NO* and no_NO* as locales
2174 so that the distribution can catch up with the no_NO->nb_NO
2175 transition
2176 - add BuildPrereq texinfo (#110252)
2178 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
2179 - update from CVS
2180 - fix getifaddrs (CAN-2003-0859)
2181 - fix ftw fd leak
2182 - fix linuxthreads sigaction (#108634)
2183 - fix glibc 2.0 stdio compatibility
2184 - fix uselocale (LC_GLOBAL_LOCALE)
2185 - speed up stdio locking in non-threaded programs on IA-32
2186 - try to maintain correct order of cleanups between those
2187 registered with __attribute__((cleanup))
2188 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
2189 - fix segfault in regex (#109606)
2190 - fix RE_ICASE multi-byte handling in regex
2191 - fix pthread_exit in libpthread.a (#109790)
2192 - FTW_ACTIONRETVAL support
2193 - lots of regex fixes and speedups
2194 - fix ceill/floorl on AMD64
2196 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
2197 - update from CVS
2198 - fix ld.so --verify (and ldd)
2200 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
2201 - update from CVS
2202 - fix sprof (#103727)
2203 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
2204 - prevent dlopening of executables
2205 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
2206 - fix locale printing of word values on 64-bit big-endian arches
2207 (#107846)
2208 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
2209 (#101261)
2211 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
2212 - update from CVS
2213 - dl_iterate_phdr in libc.a on arches other than IA-64
2214 - LD_DEBUG=statistics prints number of relative relocations
2215 - fix hwcap computation
2216 - NPTL is now part of upstream glibc CVS
2217 - include {st,xh,zu}_ZA{,.UTF-8} locales
2219 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
2220 - update from CVS
2221 - fix close, pause and fsync (#105348)
2222 - fix pthread_once on IA-32
2223 - implement backtrace () on IA-64, handle -fomit-frame-pointer
2224 in AMD64 backtrace () (#90402)
2226 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
2227 - update from CVS
2228 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
2229 - fix mknod/ustat return value when given bogus device number (#105768)
2231 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
2232 - rebuilt
2234 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
2235 - fix IA-64 getcontext
2237 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
2238 - update from CVS
2239 - fix syslog with non-C non-en_* locales (#61296, #104979)
2240 - filter GLIBC_PRIVATE symbols from glibc provides
2241 - fix NIS+
2243 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
2244 - update from CVS
2245 - assume 2.4.21 kernel features on RHEL/ppc*, so that
2246 {make,set,get,swap}context works
2247 - backout execstack support for RHEL
2248 - build rtkaio on amd64 too
2250 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
2251 - update from CVS
2252 - execstack/noexecstack support
2253 - build nscd as PIE
2254 - move __libc_stack_end back to @GLIBC_2.1
2255 - build against elfutils >= 0.86 to fix stripping on s390x
2257 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
2258 - rebuilt
2260 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
2261 - update from CVS
2262 - NPTL locking change (#102682)
2263 - don't jump around lock on amd64
2265 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
2266 - fix open_memstream/syslog (#104661)
2268 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
2269 - update from CVS
2270 - retrieve affinity in pthread_getattr_np
2271 - fix pthread_attr_[gs]etaffinity_np
2272 - handle hex and octal in wordexp
2274 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
2275 - update from CVS
2276 - truncate instead of round in utimes when utimes syscall is not available
2277 - don't align stack in every glibc function unnecessarily on IA-32
2278 - make sure threads have their stack 16 byte aligned on IA-32
2279 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
2280 - fix pthread_getattr_np for the initial thread (#102683)
2281 - avoid linuxthreads signal race (#104368)
2282 - ensure all gzip invocations are done with -n option
2284 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
2285 - update from CVS
2286 - avoid linking in libgcc_eh.a unnecessarily
2287 - change ssize_t back to long int on s390 -m31, unless
2288 gcc 2.95.x is used
2290 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
2291 - update from CVS
2292 - fix IA-64 memccpy (#104114)
2294 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
2295 - update from CVS
2296 - undo broken amd64 signal context changes
2298 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
2299 - update from CVS
2300 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
2301 {unsigned,} int
2302 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
2303 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
2304 on 64-bit arches from {unsigned,} long long int {,*} to
2305 {unsigned,} long int {,*} to restore binary compatibility
2306 for C++ functions using these types as arguments
2308 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
2309 - rebuilt
2311 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
2312 - update from CVS
2313 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
2314 - libio fixes
2316 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
2317 - update from CVS
2318 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
2319 and old-style pthread_cleanup_push cleanups
2321 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
2322 - updated from CVS
2323 - lots of cancellation fixes
2324 - fix posix_fadvise* on ppc32
2325 - TLS layout fix
2326 - optimize stdio cleanups (#103354)
2327 - sparcv9 NPTL
2328 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
2329 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
2330 - fix svc_getreqset on 64-bit big-endian arches
2331 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
2332 PTHREAD_PROCESS_SHARED
2333 - add pthread_cond_timedwait stubs to libc.so (#102709)
2334 - split glibc-devel into glibc-devel and glibc-headers to ensure
2335 amd64 /usr/include always wins on amd64/i386 bi-arch installs
2336 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
2337 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
2338 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
2339 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
2340 and tests
2342 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
2343 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
2344 in glibc-debuginfo-common*
2346 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
2347 - update from CVS
2348 - fix glibc 2.0 libio compatibility (#101385)
2349 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
2350 - fix assert.h (#102916, #103017)
2351 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
2352 - fix static linking of large IA-64 binaries (#102586)
2353 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
2355 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
2356 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
2358 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
2359 - nptl_db rewrite not yet in CVS
2361 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
2362 - update from CVS
2363 - fix rtkaio aio_fsync{,64}
2364 - update rtkaio for !BROKEN_THREAD_SIGNALS
2365 - fix assert macro when used on pointers
2367 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
2368 - update from CVS
2370 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
2371 - update from CVS
2372 - disable CLONE_STOPPED for now until it is resolved
2373 - strip crt files
2374 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
2375 - fix glibc-debuginfo to include all nptl and nptl_db sources
2377 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
2378 - update from CVS
2379 - fix pthread_create@GLIBC_2.0 (#101767)
2380 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
2382 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
2383 - update from CVS
2384 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
2385 explicit scheduling (#101457)
2387 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
2388 - update from CVS
2389 - fix utimes and futimes if kernel doesn't support utimes syscall
2390 - fix s390 ssize_t type
2391 - fix dlerror when called before any dlopen/dlsym
2392 - update IA-64 bits/sigcontext.h (#101344)
2393 - various warning fixes
2394 - fix pthread.h comment typos (#101363)
2396 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
2397 - update from CVS
2398 - fix dlopen of libraries using TLS IE/LE models
2400 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
2401 - update from CVS
2402 - fix timer_create
2403 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
2405 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
2406 - update from CVS
2407 - fix wcpncpy (#99462)
2408 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
2409 unlike __errno_location () or __h_errno_location () was introduced
2410 in glibc 2.2)
2411 - fix zic bug on 64-bit platforms
2412 - some TLS handling fixes
2413 - make ldconfig look into alternate ABI dirs by default (#99402)
2414 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
2415 errataed separately from glibc
2416 - new add-on - rtkaio
2417 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
2419 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
2420 - fix thread cancellation on ppc64
2422 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
2423 - update from CVS
2424 - fix thread cancellation on ppc32, s390 and s390x
2426 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
2427 - update from CVS
2428 - build libc_nonshared.a with -fPIC instead of -fpic
2429 - fix ppc64 PIE support
2430 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
2432 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
2433 - update from CVS
2435 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
2436 - update from CVS
2437 - on IA-64 use different symbols for cancellation portion of syscall
2438 handlers to make gdb happier
2440 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
2441 - update from CVS
2442 - nss_compat supporting LDAP etc.
2444 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
2445 - update from CVS
2447 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
2448 - fix condvars and semaphores in ppc* NPTL
2449 - fix test-skeleton.c reporting of timed-out tests (#91269)
2450 - increase timeouts for tests during make check
2452 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
2453 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
2454 on bi-ABI architectures (#97557)
2455 - disable FUTEX_REQUEUE on ppc* temporarily
2457 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
2458 - update from CVS
2459 - fix glibc_post_upgrade on ppc
2461 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
2462 - update from CVS
2463 - fix localedef (#90659)
2464 - tweak linuxthreads for librt cancellation
2466 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
2467 - update from CVS
2469 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
2470 - update from CVS
2471 - fix <gnu/stubs.h> (#97169)
2473 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
2474 - update from CVS
2476 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
2477 - update from CVS
2478 - fix pthread_cond_signal on IA-32 (#92080, #92253)
2479 - fix setegid (#91567)
2480 - don't prelink -R libc.so on any architecture, it prohibits
2481 address randomization
2483 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
2484 - update from CVS
2485 - fix IA-64 NPTL build
2487 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
2488 - update from CVS
2489 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
2490 section in *.[oa]
2492 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
2493 - update from CVS
2494 - enable NPTL on AMD64
2495 - avoid using trampolines in localedef
2497 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
2498 - enable NPTL on IA-64
2500 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
2501 - update from CVS
2502 - enable NPTL on s390 and s390x
2503 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
2505 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
2506 - update from CVS
2508 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
2509 - update from CVS
2511 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
2512 - update from CVS
2513 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
2514 or set_tid_address syscall is available instead of checking
2515 AT_SYSINFO dynamic tag
2517 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
2518 - update from CVS
2520 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
2521 - update from CVS
2522 - fix for prelinking of libraries with no dependencies
2524 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
2525 - update from CVS
2526 - enable NPTL on ppc and ppc64
2528 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
2529 - rebuild
2531 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
2532 - update from CVS
2534 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
2535 - update from CVS
2536 - make -jN build fixes
2538 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
2539 - update from CVS
2540 - avoid using trampolines in iconvconfig for now
2542 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
2543 - update from CVS
2545 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
2546 - update from CVS
2547 - more ppc TLS fixes
2549 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
2550 - update from CVS
2551 - nscd fixes
2552 - fix Bahrain spelling (#56298)
2553 - fix Ukrainian collation (#83973)
2554 - accept trailing spaces in /etc/ld.so.conf (#86032)
2555 - perror fix (#85994)
2556 - fix localedef (#88978)
2557 - fix getifaddrs (#89026)
2558 - fix strxfrm (#88409)
2559 - fix ppc TLS
2560 - fix getaddrinfo (#89448)
2561 - don't print warning about errno, h_errno or _res if
2562 LD_ASSUME_KERNEL=2.4.1 or earlier
2564 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
2565 - update from CVS
2566 - fix prelink on ppc32
2567 - add TLS support on ppc32 and ppc64
2568 - make sure on -m64 arches all helper binaries are built with this
2569 option
2571 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
2572 - update from CVS
2573 - fix strxfrm (#88409)
2574 - use -m64 -mno-minimal-toc on ppc64
2575 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
2576 - link glibc_post_upgrade against newly built libc.a
2578 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
2579 - update from CVS
2580 - fix NPTL pthread_detach and already terminated, but not yet
2581 joined thread (#88219)
2582 - fix bug-regex4 testcase (#88118)
2583 - reenable prelink support broken in 2.3.2-13
2584 - fix register_printf_function (#88052)
2585 - fix double free with fopen using ccs= (#88056)
2586 - fix potential access below $esp in {set,swap}context (#88093)
2587 - fix buffer underrun in gencat -H (#88099)
2588 - avoid using unitialized variable in tst-tgmath (#88101)
2589 - fix gammal (#88104)
2590 - fix iconv -c
2591 - fix xdr_string (PR libc/4999)
2592 - fix /usr/lib/nptl/librt.so symlink
2593 - avoid running NPTL cleanups twice in some cases
2594 - unblock __pthread_signal_cancel in linuxthreads, so that
2595 linuxthreads threaded programs work correctly if spawned
2596 from NPTL threaded programs
2597 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
2598 - remove /lib/i686 directory before running ldconfig in glibc post
2599 during i686 -> i386 glibc "upgrades" (#88456)
2601 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
2602 - update from CVS
2603 - add pthread_atfork to libpthread.a
2605 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
2606 - update from CVS
2607 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
2608 point
2610 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
2611 - update from CVS
2612 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
2613 /lib/i686 libs on i686, not stright to /lib
2615 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
2616 - update from CVS
2617 - timers fixes
2619 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
2620 - update from CVS
2621 - fix NPTL pthread_cond_timedwait
2622 - fix sysconf (_SC_MONOTONIC_CLOCK)
2623 - use /%%{_lib}/tls instead of /lib/tls on x86-64
2624 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
2625 - display content of .out files for all make check failures
2627 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
2628 - update from CVS
2629 - kernel POSIX timers support
2631 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
2632 - update from CVS
2633 - export __fork from glibc again
2634 - fix glibc-compat build in NPTL
2635 - fix c_stubs
2636 - fix some more atomic.h problems
2637 - don't check abi in glibc-compat libs
2639 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
2640 - update from CVS
2641 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
2642 - condrestart sshd in glibc_post_upgrade so that the user can
2643 log in remotely and handle the rest (#86339)
2644 - fix a typo in glibc_post_upgrade on sparc
2646 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
2647 - update from CVS
2648 - change i686/athlon libc.so.6 base to 0x00e80000
2650 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
2651 - update from CVS
2652 - hopefully last fix for condvar problems
2654 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
2655 - fix bits/syscall.h creation on x86-64
2657 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
2658 - update from CVS
2660 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
2661 - update from CVS
2663 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
2664 - update from CVS
2665 - fix glibc-debug description (#85111)
2666 - make librt.so a symlink again, not linker script
2668 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
2669 - update from CVS
2670 - remove the workarounds for broken software accessing GLIBC_PRIVATE
2671 symbols
2673 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
2674 - update from CVS
2676 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
2677 - fix TLS IE/LE model handling in dlopened libraries
2678 on TCB_AT_TP arches
2680 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
2681 - update from CVS
2683 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
2684 - update from CVS
2686 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
2687 - update from CVS
2688 - only warn about errno, h_errno or _res for binaries, never
2689 libraries
2690 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
2692 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
2693 - update from CVS
2695 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
2696 - update from CVS
2698 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
2699 - update from CVS
2701 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
2702 - update from CVS
2704 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
2705 - update from CVS
2706 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
2708 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
2709 - update from CVS
2711 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
2712 - update from CVS
2714 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
2715 - update from CVS
2716 - pthread_cond* NPTL fixes, new NPTL testcases
2718 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
2719 - update from CVS
2720 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
2721 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
2722 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
2723 later is NPTL
2724 - enable TLS on alpha/alphaev6
2725 - add BuildPreReq: /usr/bin/readlink
2727 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
2728 - update from CVS
2729 - pthread_once fix
2731 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
2732 - update from CVS
2733 - vfork fix on s390
2734 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
2735 don't bind locally (#83325)
2737 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
2738 - update from CVS
2739 - fix pthread_create after vfork+exec in linuxthreads
2741 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
2742 - update from CVS
2744 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
2745 - update from CVS
2747 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
2748 - update from CVS
2749 - enable TLS on s390{,x} and sparc{,v9}
2751 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
2752 - update from CVS
2753 - initialize __environ in glibc_post_upgrade to empty array,
2754 so that it is not NULL
2755 - compat symlink for s390x /lib/ld64.so.1
2756 - enable glibc-profile on x86-64
2757 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
2759 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
2760 - update from CVS
2761 - nscd fixes, *scanf fix
2762 - fix %%nptlarches noarch build (#81909)
2763 - IA-64 TLS fixes
2765 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
2766 - update from CVS
2767 - rework -debuginfo subpackage, add -debuginfo-common
2768 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
2769 - fix vfork in libc.a on PPC32, Alpha, Sparc
2770 - fix libio locks in linuxthreads libc.so if libpthread.so
2771 is dlopened later (#81374)
2773 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
2774 - update from CVS
2775 - dlclose bugfixes
2776 - fix NPTL libpthread.a
2777 - fix glibc_post_upgrade on several arches
2779 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
2780 - update from CVS
2781 - TLS support on IA-64
2783 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
2784 - fix vfork in linuxthreads (#81377, #81363)
2786 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
2787 - update from CVS
2788 - don't use TLS libs if kernel doesn't set AT_SYSINFO
2789 (#80921, #81212)
2790 - add ntp_adjtime on alpha (#79996)
2791 - fix nptl_db (#81116)
2793 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
2794 - update from CVS
2795 - support all architectures again
2797 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
2798 - fix condvar compatibility wrappers
2799 - add ugly hack to use non-TLS libs if a binary is seen
2800 to have errno, h_errno or _res symbols in .dynsym
2802 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
2803 - update from CVS
2804 - fixes for new condvar
2806 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
2807 - new NPTL condvar implementation plus related linuxthreads
2808 symbol versioning updates
2810 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
2811 - update from CVS
2812 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
2813 feature set macros
2814 - make *sigaction, sigwait and raise the same between
2815 -lpthread -lc and -lc -lpthread in linuxthreads builds
2817 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
2818 - fix dlclose
2820 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
2821 - enable sysenter by default for now
2822 - fix endless loop in ldconfig
2824 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
2825 - update from CVS
2827 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
2828 - update from CVS
2829 - fix ptmalloc_init after clearenv (#80370)
2831 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
2832 - update from CVS
2833 - add IA-64 back
2834 - move TLS libraries from /lib/i686 to /lib/tls
2836 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
2837 - system(3) fix for linuxthreads
2838 - don't segfault in pthread_attr_init from libc.so
2839 - add cancellation tests from nptl to linuxthreads
2841 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
2842 - fix up lists of exported symbols + their versions
2843 from the libraries
2845 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
2846 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
2848 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
2849 - update from CVS
2850 - fix NPTL hanging mozilla
2851 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
2852 - make linuxthreads work with dl_dynamic_weak 0
2853 - clear dl_dynamic_weak everywhere
2855 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
2856 - update from CVS
2857 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
2858 - kill -debug sub-package, rename -debug-static to -debug
2859 - clear dl_dynamic_weak for NPTL
2861 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
2862 - fix <bits/mathinline.h> and <bits/nan.h> for C++
2863 - automatically generate NPTL libpthread wrappers
2865 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
2866 - update from CVS
2867 - all functions which need cancellation should now be cancellable
2868 both in libpthread.so and libc.so
2869 - removed @@GLIBC_2.3.2 cancellation wrappers
2871 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
2872 - update from CVS
2873 - replace __libc_lock_needed@GOTOFF(%ebx) with
2874 %gs:offsetof(tcbhead_t, multiple_threads)
2875 - start of new NPTL cancellation wrappers
2877 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
2878 - update from CVS
2879 - use inline locks in malloc
2881 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
2882 - update from CVS
2883 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
2885 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
2886 - update from CVS
2887 - rebuilt with gcc-3.2.1-2
2889 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
2890 - update from CVS
2891 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
2892 should work now
2893 - faster libc locking when using nptl
2894 - add OUTPUT_FORMAT to linker scripts
2895 - fix x86_64 sendfile (#79111)
2897 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
2898 - update from CVS
2899 - RUSCII support (#78906)
2900 - for nptl builds add BuildRequires
2901 - fix byteswap.h for non-gcc (#77689)
2902 - add nptl-devel package
2904 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
2905 - update from CVS
2906 - make --enable-kernel=2.2.5 --with-tls --without-__thread
2907 ld.so load nptl and other --with-__thread libs
2908 - disable nptl by default for now
2910 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
2911 - update from CVS
2912 - restructured redhat/Makefile and spec, so that src.rpm contains
2913 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
2914 - added nptl
2916 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
2917 - update from CVS
2918 - even more regex fixes
2919 - run sed testsuite to check glibc regex
2921 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
2922 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
2923 using libpthread.so.
2925 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
2926 - update from CVS
2927 - fixed %a and %A in *printf (#75821)
2928 - fix re_comp memory leaking (#76594)
2930 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
2931 - update from CVS
2932 - some more regex fixes
2933 - fix libpthread.a (#76484)
2934 - fix locale-archive enlarging
2936 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
2937 - update from CVS
2938 - don't need to use 128K of stacks for DNS lookups
2939 - regex fixes
2940 - updated timezone data e.g. for this year's Brasil DST
2941 changes
2942 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
2944 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
2945 - update to 2.3.1 final
2946 - support really low thread stack sizes (#74073)
2947 - tzdata update
2949 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
2950 - update from CVS
2951 - handle low stack limits
2952 - move s390x into */lib64
2954 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
2955 - update to 2.3 final
2956 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
2958 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
2959 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
2960 speed things up, because they are neither REL arches, nor
2961 ELF_MACHINE_REL_RELATIVE
2962 - fix sparc64 build
2964 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
2965 - update from CVS
2967 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
2968 - update from CVS
2969 - prelink on ppc and x86-64 too
2970 - don't remove ppc memset
2971 - instead of listing on which arches to remove glibc-compat
2972 list where it should stay
2974 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
2975 - fix wcsmbs functions with invalid character sets (or malloc
2976 failures)
2977 - make sure __ctype_b etc. compat vars are updated even if
2978 they are copy relocs in the main program
2980 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
2981 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
2982 leading to unresolved __set_h_errno symbol)
2984 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
2985 - security fix - increase dns-network.c MAXPACKET to at least
2986 65536 to avoid buffer overrun. Likewise glibc-compat
2987 dns-{host,network}.c.
2989 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
2990 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
2991 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
2992 from libc.so - we have still lots of .a libraries referencing
2993 __ctype_{b,tolower,toupper} out there...
2995 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
2996 - update from CVS
2997 - 2.2.93 release
2998 - use double instead of single indirection in isXXX macros
2999 - per-locale wcsmbs conversion state
3001 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
3002 - update from CVS
3003 - fix newlocale/duplocale/uselocale
3004 - disable profile on x86_64 for now
3006 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
3007 - update from CVS
3008 - 2.2.92 release
3009 - fix gettext after uselocale
3010 - fix locales in statically linked threaded programs
3011 - fix NSS
3013 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
3014 - update from CVS
3015 - 2.2.91 release
3016 - fix fd leaks in locale-archive reader (#72043)
3017 - handle EROFS in build-locale-archive gracefully (#71665)
3019 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
3020 - update from CVS
3021 - fix re_match (#72312)
3022 - support more than 1024 threads
3024 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
3025 - update from CVS
3026 - fix i386 build
3028 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
3029 - update from CVS
3030 - fix locale-archive loading hang on some (non-primary) locales
3031 (#72122, #71878)
3032 - fix umount problems with locale-archives when /usr is a separate
3033 partition (#72043)
3034 - add LICENSES file
3036 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
3037 - update from CVS
3038 - only mmap up to 2MB of locale-archive on 32-bit machines
3039 initially
3040 - fix fseek past end + fread segfault with mmaped stdio
3041 - include <sys/debugreg.h> which is mistakenly not included
3042 in glibc-devel on IA-32
3044 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
3045 - don't return normalized locale name in setlocale when using
3046 locale-archive
3048 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
3049 - update from CVS
3050 - optimize for primary system locale
3051 - localedef fixes (#71552, #67705)
3053 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
3054 - fix path to locale-archive in libc reader
3055 - build locale archive at glibc-common %post time
3056 - export __strtold_internal and __wcstold_internal on Alpha again
3057 - workaround some localedata problems
3059 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
3060 - update from CVS
3061 - patch out set_thread_area for now
3063 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
3064 - update from CVS
3065 - GB18030 patch from Yu Shao
3066 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
3067 - fix regcomp (#71039)
3069 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
3070 - update from CVS
3071 - use /usr/sbin/prelink, not prelink (#70376)
3073 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
3074 - update from CVS
3076 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
3077 - update from CVS
3078 - ungetc fix (#69586)
3079 - fseek errno fix (#69589)
3080 - change *etrlimit prototypes for C++ (#68588)
3081 - use --without-tls instead of --disable-tls
3083 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
3084 - set nscd user's shell to /sbin/nologin (#68369)
3085 - fix glibc-compat buffer overflows (security)
3086 - buildrequire prelink, don't build glibc's own copy of it (#67567)
3087 - update from CVS
3088 - regex fix (#67734)
3089 - fix unused warnings (#67706)
3090 - fix freopen with mmap stdio (#67552)
3091 - fix realloc (#68499)
3093 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
3094 - update from CVS
3095 - fix argp on long words
3096 - update atime in libio
3098 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
3099 - update from CVS
3100 - a thread race fix
3101 - fix readdir on invalid dirp
3103 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
3104 - update from CVS
3105 - don't use __thread in headers
3106 - fix system(3) in threaded apps
3107 - update prelink, so that it is possible to prelink -u libc.so.6.1
3108 on Alpha
3110 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
3111 - update from CVS
3112 - fix __moddi3 (#65612, #65695)
3113 - fix ether_line (#64427)
3114 - fix setvbuf with mmap stdio (#65864)
3115 - --disable-tls for now, waiting for kernel
3116 - avoid duplication of __divtf3 etc. on IA-64
3117 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
3119 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
3120 - update from CVS
3121 - fix Alpha pthread bug with gcc 3.1
3123 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
3124 - fix nice
3126 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
3127 - add relocation dependencies even for weak symbols (#63422)
3128 - stricter check_fds check for suid/sgid binaries
3129 - run make check at %%install time
3131 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
3132 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
3133 - back out do-lookup.h change (#63261, #63305)
3134 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
3135 since lots of compilers break on it
3136 - fix sparc build with gcc 3.1
3137 - fix spec file for athlon
3139 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
3140 - fix debugging of threaded apps (#62804)
3141 - fix DST for Estonia (#61494)
3142 - document that pthread_mutexattr_?etkind_np are deprecated
3143 and pthread_mutexattr_?ettype should be used instead in man
3144 pages (#61485)
3145 - fix libSegFault.so undefined externals
3147 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
3148 - temporarily disable prelinking ld.so, as some statically linked
3149 binaries linked against debugging versions of old glibcs die on it
3150 (#62352)
3151 - fix <semaphore.h> for -std=c99 (#62516)
3152 - fix ether_ntohost segfault (#62397)
3153 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
3154 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
3155 version (#61633)
3156 - prelink -r on alpha too
3158 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
3159 - update GB18030 iconv module (Yu Shao)
3161 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
3162 - features.h fix
3164 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
3165 - update from CVS
3166 - fix nscd with huge groups
3167 - fix nis to not close fds it shouldn't
3168 - rebuilt against newer glibc-kernheaders to use the correct
3169 PATH_MAX
3170 - handle .athlon.rpm glibc the same way as .i686.rpm
3171 - add a couple of .ISO-8859-15 locales (#61922)
3172 - readd temporarily currencies which were superceeded by Euro
3173 into the list of accepted currencies by localedef to make
3174 standard conformance testsuites happy
3175 - temporarily moved __libc_waitpid back to make Sun JDK happy
3176 - use old malloc code
3177 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
3179 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
3180 - update from CVS
3181 - fix DST handling for southern hemisphere (#60747)
3182 - fix daylight setting for tzset (#59951)
3183 - fix ftime (#60350)
3184 - fix nice return value
3185 - fix a malloc segfault
3186 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
3187 back to what they used to be exported at
3188 - censorship (#60758)
3190 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
3191 - update from CVS
3192 - use __attribute__((visibility(...))) if supported, use _rtld_local
3193 for ld.so only objects
3194 - provide libc's own __{,u}{div,mod}di3
3196 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
3197 - switch back to 2.2.5, mmap stdio needs work
3199 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
3200 - fix two other mmap stdio bugs (#60228)
3202 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
3203 - fix yet another mmap stdio bug (#60145)
3205 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
3206 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
3207 - apply Andreas Schwab's fix for pthread sigwait
3208 - remove /lib/i686/ libraries in glibc_post_upgrade when
3209 performing i386 glibc install
3211 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
3212 - update to CVS
3213 - added glibc-utils subpackage
3214 - disable autoreq in glibc-debug
3215 - readd %%lang() to locale files
3217 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
3218 - update to CVS
3219 - move glibc private symbols to GLIBC_PRIVATE symbol version
3221 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
3222 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
3223 symbol in libm
3225 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
3226 - add debug-static package
3228 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
3229 - update from CVS
3230 - remove -D__USE_STRING_INLINES
3231 - add debug subpackage to trim glibc and glibc-devel size
3233 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
3234 - fix strsep
3236 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
3237 - fix a ld.so bug with duplicate searchlists in l_scope
3238 - fix erfcl(-inf)
3239 - turn /usr/lib/librt.so into linker script
3241 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
3242 - fix a ld.so lookup bug after lots of dlopen calls
3243 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
3244 - prelinking support for Sparc64
3246 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
3247 - update from CVS to fix DT_SYMBOLIC
3248 - prelinking support for Alpha and Sparc
3250 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
3251 - update from CVS
3252 - linuxthreads now retries if -1/EINTR is returned from
3253 reading or writing to thread manager pipe (#43742)
3254 - use DT_FILTER in librt.so (#53394)
3255 - update glibc prelink patch so that it handles filters
3256 - fix timer_* with SIGEV_NONE (#53494)
3257 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
3259 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
3260 - fix build on sparc32
3261 - 2.2.4-13 build for some reason missed some locales
3262 on alpha/ia64
3264 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
3265 - fix iconvconfig
3267 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
3268 - add fam to /etc/rpc (#52863)
3269 - fix <inttypes.h> for C++ (#52960)
3270 - fix perror
3272 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
3273 - fix strnlen(x, -1)
3275 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
3276 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
3277 if __USE_UNIX98.
3279 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
3280 - fix bits/libc-lock.h so that gcc can compile
3281 - fix s390 build
3283 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
3284 - kill stale library symlinks in ldconfig (#52350)
3285 - fix inttypes.h for G++ < 3.0
3286 - use DT_REL*COUNT
3288 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
3289 - fix strnlen on IA-64 (#50077)
3291 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
3292 - glibc 2.2.4 final
3293 - fix -lpthread -static (#51672)
3295 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
3296 - doh, include libio/tst-swscanf.c
3298 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
3299 - don't crash on catclose(-1)
3300 - fix wscanf %[] handling
3301 - fix return value from swprintf
3302 - handle year + %U/%W week + week day in strptime
3304 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
3305 - update from CVS to
3306 - fix strcoll (#50548)
3307 - fix seekdir (#51132)
3308 - fix memusage (#50606)
3309 - don't make gconv-modules.cache %%config file, just don't verify
3310 its content.
3312 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
3313 - fix strtod and *scanf (#50723, #50724)
3315 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
3316 - update from CVS
3317 - fix iconv cache handling
3318 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
3319 - add gconv-modules.cache as emtpy config file (#50699)
3320 - only run iconvconfig if /usr is mounted read-write (#50667)
3322 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
3323 - move iconvconfig from glibc-common into glibc subpackage,
3324 call it from glibc_post_upgrade instead of common's post.
3326 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3327 - turn off debugging printouts in iconvconfig
3329 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3330 - update from CVS
3331 - fix IA-32 makecontext
3332 - make fflush(0) thread-safe (#46446)
3334 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
3335 - adjust prelinking DT_* and SHT_* values in elf.h
3336 - update from CVS
3337 - iconv cache
3338 - make iconv work in SUID/SGID programs (#34611)
3340 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
3341 - update from CVS
3342 - kill non-pic code in libm.so
3343 - fix getdate
3344 - fix some locales (#49402)
3345 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
3346 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
3347 - add floating stacks on IA-64, Alpha, Sparc (#49308)
3349 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
3350 - make /lib/i686 directory owned by glibc*.i686.rpm
3352 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
3353 - remove rquota.[hx] headers which are now provided by quota (#47141)
3354 - add prelinking patch
3356 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
3357 - require sh-utils for nscd
3359 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
3360 - update from CVS (#43681, #43350, #44663, #45685)
3361 - fix ro_RO bug (#44644)
3363 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
3364 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
3365 - make rpc headers -ansi compilable (#42390)
3366 - remove alphaev6 optimized memcpy, since there are still far too many
3367 broken apps which call memcpy where they should call memmove
3368 - update from CVS to (among other things):
3369 - fix tanhl bug (#43352)
3371 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
3372 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
3373 - fix a dlclose reldeps handling bug
3374 - some more profiling fixes
3375 - fix tgmath.h
3377 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
3378 - make ldconfig more quiet
3379 - fix LD_PROFILE on i686 (#41030)
3381 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3382 - fix the hardlink program, so that it really catches all files with
3383 identical content
3384 - add a s390x clone fix
3386 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3387 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
3388 - fix nss compatibility DSO versions for alphaev6
3389 - add a hardlink program instead of the shell 3x for plus cmp -s/link
3390 which takes a lot of time during build
3391 - rework BuildPreReq and Conflicts with gcc, so that
3392 it applies only where it has to
3394 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
3395 - fix locale name of ja_JP in UTF-8 (#39783)
3396 - fix re_search_2 (#40244)
3397 - fix memusage script (#39138, #39823)
3398 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
3399 - fix xtrace script (#39609)
3400 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
3401 libc_nonshared.a has atexit)
3402 - fix getconf LFS_CFLAGS on 64bitters
3403 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
3404 with __frame_state_for function (#37933)
3406 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
3407 - glibc 2.2.3 release
3408 - fix strcoll (#36539)
3409 - add BuildPreReqs (#36378)
3411 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
3412 - update from CVS
3414 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
3415 - update from CVS
3416 - fix sparc64, ia64
3417 - fix some locale syntax errors (#35982)
3419 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
3420 - update from CVS
3422 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
3423 - update from CVS
3425 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
3426 - support even 2.4.0 kernels on ia64, sparc64 and s390x
3427 - include UTF-8 locales
3428 - make gconv-modules %%config(noreplace)
3430 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
3431 - back out sunrpc changes
3433 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
3434 - update from CVS
3435 - fix ia64 build
3436 - fix pthread_getattr_np
3438 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
3439 - update from CVS
3440 - run atexit() registered functions at dlclose time if they are in shared
3441 libraries (#28625)
3442 - add pthread_getattr_np API to make JVM folks happy
3444 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
3445 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
3446 - fix ldd behaviour on unresolved symbols
3447 - remove nonsensical ldconfig warning, update osversion for the most
3448 recent library with the same soname in the same directory instead (#31703)
3449 - apply selected patches from CVS
3450 - s390x spec file changes from Florian La Roche
3452 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
3453 - fix gencat (#30894)
3454 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
3456 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
3457 - update from CVS
3458 - make pthread_attr_setstacksize consistent before and after pthread manager
3459 is started (#28194)
3460 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
3461 far, #28493)
3462 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
3463 make ld.so pick the right one
3465 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
3466 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
3468 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
3469 - make glibc require particular version of glibc-common
3470 and glibc-common prerequire glibc.
3472 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
3473 - glibc 2.2.2 release
3474 - fix regex REG_ICASE bug seen in ksymoops
3476 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
3477 - fix regexec leaking memory (#26864)
3479 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
3480 - update from CVS
3481 - fix ia64 build with gnupro
3482 - make regex 64bit clean
3483 - fix tgmath make check failures on alpha
3485 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
3486 - update again for ia64 DF_1_INITFIRST
3488 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
3489 - update from CVS
3490 - fix getaddrinfo (#25437)
3491 - support DF_1_INITFIRST (#25029)
3493 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
3494 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
3495 to run 2.2 kernels can downgrade to the base architecture glibc.
3497 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
3498 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
3500 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
3501 - update to 2.2.1 final
3502 - fix a pthread_kill_other_threads_np breakage (#23966)
3503 - make static binaries using dlopen work on ia64 again
3504 - fix a typo in glibc-common group
3506 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
3507 - devel requires glibc = %%{version}
3508 - noreplace /etc/nscd.conf
3510 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
3511 - some more security fixes:
3512 - don't look up LD_PRELOAD libs in cache for SUID apps
3513 (because that bypasses SUID bit checking on the library)
3514 - place output files for profiling SUID apps into /var/profile,
3515 use O_NOFOLLOW for them
3516 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
3517 - hardlink identical locale files together
3518 - add %%lang() tags to locale stuff
3519 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
3521 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
3522 - add glibc-common subpackage
3523 - fix alphaev6 memcpy (#22494)
3524 - fix sys/cdefs.h (#22908)
3525 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
3526 - work around a bug in IBM JDK (#22932, #23012)
3527 - fix pmap_unset when network is down (#23176)
3528 - move nscd in rc.d before netfs on shutdown
3529 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
3531 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
3532 - fix ftw and nftw
3534 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
3535 - fix fcvt (#22184)
3536 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
3537 - fix gencat
3539 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
3540 - fix alpha htonl and alphaev6 stpcpy
3542 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
3543 - update to CVS to:
3544 - fix getnameinfo (#21934)
3545 - don't stomp on memory in rpath handling (#21544)
3546 - fix setlocale (#21507)
3547 - fix libNoVersion.so.1 loading code (#21579)
3548 - use auxarches define in spec file for auxiliary
3549 architectures (#21219)
3550 - remove /usr/share directory from filelist (#21218)
3552 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
3553 - update to CVS to fix getaddrinfo
3555 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
3556 - update to CVS to fix freopen
3557 - remove all alpha workarounds, not needed anymore
3559 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
3560 - fix dladdr bug on alpha/sparc32/sparc64
3561 - fix Makefiles so that they run static tests properly
3563 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
3564 - update to CVS to fix ldconfig
3566 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
3567 - update to glibc 2.2 release
3569 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
3570 - update to CVS to:
3571 - export __sysconf@@GLIBC_2.2 (#20417)
3573 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
3574 - merge to 2.1.97
3576 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
3577 - update to CVS, including:
3578 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
3579 - fix hesiod (#19375)
3580 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
3581 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
3583 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
3584 - fix alpha semctl (#19199)
3585 - update to CVS, including:
3586 - fix glibc headers for Compaq non-gcc compilers
3587 - fix locale alias handling code (#18832)
3588 - fix rexec on little endian machines (#18886)
3589 - started writing changelog again
3591 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
3592 - added ja ujis alias for backwards compatibility