2.3.5-2
[glibc.git] / fedora / glibc.spec.in
blob81553a48aa2749dc2b546864e94472a4e3c0c543
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 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-2
1341 - update from CVS
1342 - with MALLOC_CHECK_=N N>0 (#153003)
1343 - fix recursive dlclose (#154641)
1344 - handle %z in strptime (#154804)
1345 - automatically append /%{_lib}/obsolete/linuxthreads/
1346 to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19
1347 or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno
1348 properly). Warning: all those will stop working when LinuxThreads
1349 is finally nuked, which is not very far away
1350 - remove nonnull attribute from acct prototype (BZ#877)
1351 - kernel CPU clocks support
1352 - fix *scanf in locales with multi-byte decimal point
1354 * Wed Apr 27 2005 Roland McGrath <roland@redhat.com>
1355 - glibc-xen subpackage for i686
1357 * Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
1358 - update from CVS
1359 - fix execvp regression (BZ#851)
1360 - ia64 libm updates
1361 - sparc updates
1362 - fix initstate{,_r}/strfry (#154504)
1363 - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
1364 support "hwcap" keyword in ld.so.conf files
1366 * Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
1367 - update from CVS
1368 - fix xdr_rmtcall_args on 64-bit arches (#151686)
1369 - fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
1371 * Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
1372 - move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/
1373 and NPTL libraries to /%{_lib}. To run a program against LinuxThreads,
1374 LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/
1375 is now needed
1376 - bzip2 ChangeLog* files instead of gzipping them
1378 * Sat Apr 2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
1379 - update from CVS
1380 - fix nextafterl and several other libm routines on ia64
1381 - fix initgroups (BZ#661)
1382 - kill nptl-devel subpackage, add linuxthreads-devel,
1383 compile and link by default against NPTL and only with
1384 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads
1385 against LinuxThreads
1386 - package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in
1387 i386 glibc-debuginfo
1388 - limit number of ChangeLog* files in glibc-common %%doc
1389 to last 2.5 years of changes only to save space
1391 * Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
1392 - fix build on 64-bit arches with new GCC
1394 * Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
1395 - update from CVS
1396 - fix LD_AUDIT in LinuxThreads ld.so
1397 - fix calloc with M_PERTURB
1398 - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
1399 on ppc*/ia64/alpha/mips (BZ#801)
1400 - fix a typo in WINDOWS-31J charmap (#151739)
1401 - fix NIS ypprot_err (#151469)
1403 * Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
1404 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
1406 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
1407 - update from CVS
1408 - better fix for the dlclose bug (#145810, #150414)
1409 - fix regex crash on case insensitive search in zh_CN locale
1410 (#151215)
1411 - fix malloc_trim (BZ#779)
1412 - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
1413 as function-like macros, there are too many broken programs
1414 out there
1415 - add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372)
1417 * Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
1418 - fix bits/socket2.h macro typos
1420 * Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
1421 - fix tst-chk{2,3}
1422 - fix up AS_NEEDED directive in /usr/%{_lib}/libc.so
1423 - BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
1424 glibc-devel Conflict with binutils < 2.15.94.0.2-1
1426 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
1427 - update from CVS
1428 - fix execvp (#149290)
1429 - fix dlclose (#145810)
1430 - clear padding in gconv-modules.cache (#146614, BZ#776)
1431 - rebuilt with GCC4
1432 - changed __GLIBC_MINOR__ for now back to 3
1433 - back out the newly added GLIBC_2.4 *_chk routines, instead
1434 do the checking in macros
1436 * Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
1437 - hopefully fix interaction with prelink (#147655)
1439 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
1440 - update from CVS
1441 - bi-arch <gnu/stubs.h> (BZ#715)
1443 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
1444 - update from CVS
1445 - bi-arch <gnu/lib-names.h> (BZ#632)
1446 - fix libdl on s390 and maybe other platforms
1447 - fix initstate{,_r} (BZ#710)
1448 - fix <gnu/stubs.h> generation (BZ#157)
1449 - define CMSPAR in bits/termios.h (#147533)
1451 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
1452 - update from CVS
1453 - fix TLS handling in linuxthreads
1455 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
1456 - update from CVS
1457 - ld.so auditing
1458 - fix segfault if chrooted app attempts to dlopen a library
1459 and no standard library directory exists at all (#147067, #144303)
1460 - fix initgroups when nscd is running, but has group caching disabled
1461 (#146588)
1462 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
1463 has not been called yet (#146710)
1464 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
1465 - service nscd cosmetic fixes (#146776)
1466 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
1467 - fix zdump -v segfaults on x86-64 (#146210)
1468 - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
1469 - fix errno values for futimes (BZ#633)
1470 - unconditionally include <features.h> in malloc.h (BZ#650)
1471 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
1472 (from empty string inside of word to empty string not at a word boundary,
1473 BZ#693)
1474 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
1475 and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
1476 %gs access with negative offsets
1477 - fix addseverity
1478 - fix fmemopen
1479 - fix rewinddir
1480 - increase svc{tcp,unix}_create listen backlog
1482 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
1483 - update from CVS
1484 - add some warn_unused_result marking
1485 - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
1486 (BZ#640)
1488 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
1489 - update from CVS
1490 - fix IA-32 stack alignment for LinuxThreads thread functions
1491 and functions passed to clone(2) directly
1492 - fix ecvt{,_r} on denormals (#143279)
1493 - fix __tls_get_addr typo
1494 - fix rounding in IA-64 alarm (#143710)
1495 - don't reinitialize __environ in __libc_start_main, so that
1496 effects of setenv/putenv done in DSO initializers are preserved
1497 (#144037, IT#57403)
1498 - fix fmemopen
1499 - fix vDSO l_map_end and l_text_end values
1500 - IA64 libm update (#142494)
1501 - fix ppc rint/ceil etc. (BZ#602)
1503 * Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
1504 - rebuilt
1506 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
1507 - work around rpm bug some more, this time by copying
1508 iconvconfig to iconvconfig.%%{_target_cpu}.
1510 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
1511 - update from CVS
1512 - glibc 2.3.4 release
1513 - add -o and --nostdlib options to iconvconfig
1514 - if /sbin/ldconfig doesn't exist when running
1515 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
1516 This can happen during first install of bi-arch glibc and the
1517 other arch glibc's %post wil run /sbin/ldconfig (#143326)
1518 - use -o and --nostdlib options to create all needed
1519 gconv-modules.cache files on bi-arch setups
1521 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
1522 - rebuilt
1524 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
1525 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
1526 if /sbin/init is the same ELF class and machine as
1527 glibc_post_upgrade.%%{_target_cpu} and similarly with
1528 condrestarting sshd (#143046)
1530 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
1531 - update from CVS
1532 - fix ppc64 getcontext and swapcontext (BZ#610)
1533 - sparc/sparc64 fixes
1535 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
1536 - update from CVS
1537 - fix i686 __USE_STRING_INLINES strncat
1538 - make sure ppc/ppc64 maintain correct stack alignment
1539 across clone
1541 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
1542 - export nis_domain_of_r from libnsl.so again which was
1543 unintentionally lost
1545 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
1546 - update from CVS
1547 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
1548 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
1549 (BZ#457)
1550 - fix sysconf (_POSIX_V6_*) for other ABI environments in
1551 bi-arch setups
1552 - s390/s390x clone without CLONE_THREAD getpid () adjustement
1554 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
1555 - update from CVS
1556 - fix %{_prefix}/libexec/getconf filenames generation
1558 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
1559 - update from CVS
1560 - double buffer size in getXXbyYY or getXXent on ERANGE
1561 instead of adding BUFLEN (#142617)
1562 - avoid busy loop in malloc if another thread is doing fork
1563 (#142214)
1564 - some more realloc corruption checks
1565 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
1566 tweak %{_prefix}/libexec/getconf/ filenames
1568 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
1569 - update from CVS
1570 - regex speedups
1571 - use | cat in ldd if running under bash3+ to allow running
1572 it on binaries that are not through SELinux allowed to access
1573 console or tty
1574 - add __NR_waitid defines for alpha and ia64
1576 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
1577 - update from CVS
1578 - fix clone2 on ia64
1579 - avoid tst-timer5 failing with linuxthreads implementation
1580 - if __libc_enable_secure, disallow mode != normal
1581 - change ldd script to imply -r when -u is used, properly
1582 propagate return value and handle suid binaries
1584 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
1585 - update from CVS
1586 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
1587 - disregard LD_DEBUG if __libc_enable_secure in normal mode
1588 if /suid-debug doesn't exist
1589 - fix fseekpos after ungetc
1590 - avoid reading bytes before start of buffers in regex's
1591 check_dst_limits_calc_pos_1 (#142060)
1592 - make getpid () working with clone/clone2 without CLONE_THREAD
1593 (so far on i386/x86_64/ia64 only)
1594 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
1595 - make %{_prefix}/libexec/getconf directory owned by glibc package
1597 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
1598 - update from CVS
1599 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
1600 - fix mktime with < 0 or > 59 tm_sec on entry
1601 - remove nonnull attribute for realpath
1602 - add $(make-target-directory) for errlist-compat.c rule
1603 (hopefully fix #141404)
1604 - add testcase for ungetc bug
1605 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
1607 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
1608 - update from CVS
1609 - some posix_opt.h fixes
1610 - fix strtold use of unitialized memory (#141000)
1611 - some more bugfixes for bugs detected by valgrind
1612 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
1613 on s390{,x} (#139678)
1615 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
1616 - update from CVS
1617 - support -v specification in getconf
1618 - fix sysconf (_SC_LFS64_CFLAGS) etc.
1619 - avoid thread stack aliasing issues on EM64T (#140803)
1620 - move %{_prefix}/include/nptl headers from nptl-devel
1621 to glibc-headers, so that even NPTL specific programs
1622 can be built bi-arch without problems
1624 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
1625 - update from CVS
1626 - fix memory leak in getaddrinfo if using nscd (#139559)
1627 - handle large lines in /etc/hosts and /etc/networks
1628 (#140378)
1629 - add nonnull attributes to selected dirent.h and dlfcn.h
1630 functions
1632 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
1633 - update from CVS
1634 - add deprecated and/or nonnull attribute to some signal.h
1635 functions
1636 - speed up tzset () by only using stat instead of open/fstat
1637 when calling tzset for the second and following time if
1638 /etc/localtime has not changed
1639 - fix tgamma (BZ #552)
1641 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
1642 - update from CVS
1643 - some malloc () checking
1644 - libpthread.a object dependency cleanups (#115157)
1645 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
1647 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
1648 - don't use chunksize in <= 2 * SIZE_SZ free () checks
1650 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
1651 - update from CVS
1652 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
1653 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
1654 issue special error message instead of using the buffer overflow
1655 detected one
1656 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
1657 speedup searching with nested subexps (BZ #544)
1658 - block SIGCANCEL in NPTL timer_* helper thread
1659 - further free () checking
1661 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
1662 - update from CVS
1663 - fix free () checking
1664 - move /etc/default/nss into glibc-common (hopefully fix #132392)
1666 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
1667 - update from CVS
1668 - fix LD_DEBUG=statistics
1669 - issue error message before aborting in __chk_fail ()
1670 - some more free () checking
1672 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
1673 - update from CVS
1674 - speedup regex on palindromes (BZ #429)
1675 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
1676 less priviledged all threads change their credentials successfully
1678 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
1679 - update from CVS
1680 - fix regcomp crash (#138439)
1681 - fix ftell{,o,o64} (#137885)
1682 - robustification of nscd to cope with corrupt databases (#137140)
1683 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
1684 - some regex optimizations
1686 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
1687 - update from CVS
1688 - mktime cleanups (BZ #487, #473)
1689 - unique comments in free(3) check error messages
1690 - adjust some x86_64 headers for -m32 (#129712)
1691 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
1693 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
1694 - fix <netinet/udp.h> header
1695 - fix globfree (#137176)
1696 - fix exiting if there are dlmopened libraries in namespaces
1697 other than main one not closed yet
1698 - export again _res_opcodes and __p_{class,type}_syms from
1699 libresolv.so that were lost in -69
1701 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
1702 - remove setaltroot and key{_add,_request,ctl} also from Versions
1703 - back out _sys_errlist changes
1705 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
1706 - back out setaltroot and key{_add,_request,ctl} addition
1707 - fix severe x86-64 symbol versioning regressions that breaks
1708 e.g. java binaries
1710 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
1711 - update from CVS
1712 - fix minor catchsegv temp file handling vulnerability
1713 (CAN-2004-0968, #136319)
1714 - add 4 new errno codes
1715 - setaltroot, key{_add,_request,ctl} syscalls on some arches
1716 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
1717 gdb purpose
1718 - use inet_pton to decide what is address and what is hostname
1719 in getent (#135422)
1720 - change dladdr/dladdr1, so that dli_saddr is the same kind
1721 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
1722 - fix catchsegv script so that it works with both 32-bit and 64-bit
1723 programs on multi-arch platforms
1725 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
1726 - update from CVS
1727 - require newer selinux-policy (#135978)
1728 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
1729 files in it
1730 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
1732 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
1733 - update from CVS
1734 - object size checking support (-D_FORTIFY_SOURCE={1,2})
1736 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
1737 - update from CVS
1738 - support for namespaces in the dynamic linker
1739 - fix dlclose (BZ #77)
1740 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
1741 and s390 (#130254)
1743 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
1744 - update from CVS
1745 - use non-blocking sockets in resolver (#135234)
1746 - reset pd->res options on thread exit, so that threads
1747 reusing cached stacks get resolver state properly initialized
1748 (BZ #434)
1750 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
1751 - update from CVS
1752 - avoid using perl in the spec file, buildrequire sed >= 3.95
1753 (#127671)
1754 - export TIMEOUTFACTOR=16
1755 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
1757 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
1758 - update from CVS
1759 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
1760 to -1 in LinuxThreads
1761 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
1762 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
1763 returns correct value
1764 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
1765 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
1766 dlopen libpthread.so and dlsym pthread_condattr_setclock
1767 - build nscd with -z relro and -z now
1769 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
1770 - update from CVS
1771 - stop using __builtin_expect in assert and assert_perror
1772 (#127606)
1773 - try to avoid too much VA fragmentation with malloc
1774 on flexmap layout (#118574)
1775 - nscd robustification
1776 - change valloc to use debugging hooks (#134385)
1777 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
1778 #125700)
1780 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
1781 - update from CVS
1782 - fix __nscd_getgrouplist
1783 - fix a typo in x86_64 pthread_mutex_timedwait fix
1785 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
1786 - update from CVS
1787 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
1789 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
1790 - update from CVS
1791 - some nscd fixes (#134193)
1792 - cache initgroups in nscd (#132850)
1793 - reread /etc/localtime in tzset () even if just mtime changed
1794 (#133481)
1795 - fix glob (#126460)
1796 - another get_myaddress fix
1798 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
1799 - update from CVS
1800 - fix get_myaddress (#133982)
1801 - remove nonnull attribute from second utime argument (#133866)
1802 - handle SIGSETXID the same way as SIGCANCEL in
1803 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
1804 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
1806 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
1807 - update from CVS
1808 - fix BZ #151, #362, #381, #407
1809 - fdim fix for +inf/+inf (BZ #376)
1811 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
1812 - update from CVS
1813 - vasprintf fix (BZ #346)
1814 - gettext locking (BZ #322)
1815 - change linuxthreads useldt.h inclusion login again, the last
1816 one failed all linuxthreads FLOATING_STACKS tests
1818 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
1819 - update from CVS
1820 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
1821 - fix nis locking (#132204)
1822 - RTLD_DEEPBIND support
1823 - fix pthread_create bugs (BZ #401, #405)
1825 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
1826 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
1827 - source tarballs renamed
1828 - redhat/ moved to fedora/, some old cruft removed
1829 - update from trunk
1830 - some __nonnull annotations
1832 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
1833 - update from CVS
1834 - set{re,e,res}[ug]id now affect the whole process in NPTL
1835 - return EAGAIN instead of ENOMEM when not enough memory
1836 in pthread_create
1838 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
1839 - update from CVS
1840 - nscd getaddrinfo caching
1842 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
1843 - restore temporarily old definition of __P()/__PMT()
1844 for third party apps
1846 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
1847 - update from CVS
1848 - nscd bi-arch fix
1849 - remove all uses of __P()/__PMT() from glibc headers
1850 - update and reenable nscd SELinux patch
1851 - remove libnss1* and libnss*.so.1 compatibility NSS modules
1852 on IA-32, SPARC and Alpha
1854 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
1855 - update from CVS
1856 - disable one of the malloc double free checks for non-contiguous
1857 arenas where it doesn't have to be true even for non-broken
1858 apps
1860 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
1861 - update from CVS
1862 - pwd/grp/host loops with nscd speed up by sharing the
1863 nscd cache r/o with applications
1864 - inexpensive double free check in free(3)
1865 - make NPTL pthread.h initializers usable even from C++
1866 (BZ #375)
1867 - use atomic instructions even in i386 nscd on i486+ CPUs
1868 (conditionally)
1870 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
1871 - update from CVS
1872 - fix linuxthreads tst-cancel{[45],-static}
1874 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
1875 - update from CVS
1876 - fix pthread_cond_destroy (BZ #342)
1877 - fix fnmatch without FNM_NOESCAPE (BZ #361)
1878 - fix ppc32 setcontext (BZ #357)
1879 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
1880 - add __NR_waitid defines for i386, x86_64 and sparc*
1882 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
1883 - update from CVS
1884 - persistent nscd caching
1885 - ppc64 32-bit atomicity fix
1886 - fix x86-64 nptl-devel headers for -m32 compilation
1887 - %%ghost /etc/ld.so.cache (#130597)
1888 - edit /etc/ld.so.conf in glibc_post_upgrade if
1889 include ld.so.conf.d/*.conf line is missing (#120588)
1890 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
1892 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
1893 - update from CVS
1895 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
1896 - update from CVS
1897 - fix nss_compat's initgroups handling (#130363)
1898 - fix getaddrinfo ai_canonname setting
1900 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
1901 - update from CVS
1902 - add ip6-dotint resolv.conf option, make
1903 no-ip6-dotint the default
1904 - BuildPrereq libselinux-devel (#129946)
1905 - on ppc64, build without dot symbols
1907 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
1908 - update from CVS
1909 - remove debugging printout (#129747)
1910 - make <sys/shm.h> usable in C++ (IT#45148)
1911 - update RLIMIT_* constants in <bits/resource.h>, make
1912 <sys/resource.h> POSIX compliant (#129740)
1914 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
1915 - fix last tzset () fixes, disable rereading of /etc/localtime
1916 every time for now
1917 - really enable SELinux support for NSCD
1919 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
1920 - update from CVS
1921 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
1922 - tzset () fixes (BZ #154)
1923 - speed up pthread_rwlock_unlock on arches other than i386 and
1924 x86_64 (#129455)
1925 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
1926 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
1927 (BZ #284)
1928 - add SELinux support for NSCD
1930 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
1931 - update from CVS
1932 - change res_init to force all threads to re-initialize
1933 resolver before they use it next time (#125712)
1934 - various getaddrinfo and related fixes (BZ #295, #296)
1935 - fix IBM{932,943} iconv modules (#128674)
1936 - some nscd fixes (e.g. BZ #292)
1937 - RFC 3678 support (Multicast Source Filters)
1938 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
1939 the same as /lib/i686/librt-*
1941 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
1942 - update from CVS
1943 - conformance related changes in headers
1944 - remove -finline-limit=2000 for GCC 3.4.x+
1946 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
1947 - update from CVS
1948 - fix res_init leaks
1949 - fix newlocale races
1950 - fix ppc64 setjmp
1951 - fix strtold (BZ #274)
1953 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
1954 - update from CVS
1955 - allow pthread_cancel in DSO destructors run at exit time
1956 - fix pow{f,,l} on IA-32 and powl on x86-64
1957 - allow PIEs on IA-32 to have main in a shared library they depend on
1959 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
1960 - s390* .plt slot reduction
1961 - fix pthread_rwlock_timedrdlock on x86_64
1963 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
1964 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
1965 NPTL changes
1967 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
1968 - update from CVS
1969 - if_nameindex using preferably netlink
1970 - printf_parsemb initialization fix
1971 - NPTL version is now the same as glibc version
1973 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
1974 - update from CVS
1975 - reread resolv.conf for nscd --invalidate=hosts
1976 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
1977 -m32 -D_FILE_OFFSET_BITS=64 compilations
1978 - avoid calling non-existing fcntl64 syscall on ppc64
1980 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
1981 - update from CVS
1982 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
1983 - fix backtrace in statically linked programs
1984 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
1986 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
1987 - update from CVS
1988 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
1989 - make c_stubs buildable even with GCC 3.2.x (#123042)
1991 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
1992 - fix pthread_cond_wait on architectures other than IA-32 and
1993 x86_64
1995 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
1996 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
1998 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
1999 - update from CVS
2000 - FUTEX_REQUEUE fixes (#115349)
2001 - SPARC GCC 3.4 build fix
2002 - fix handling of undefined TLS symbols on IA32 (RELA only),
2003 SPARC and SH
2004 - regex translate fix
2005 - speed up sprintf
2006 - x86_64 makecontext alignment fix
2007 - make POSIX sigpause the default sigpause, unless BSD sigpause
2008 requested
2010 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
2011 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
2012 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
2013 - build mq_{send,receive} with -fexceptions
2015 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
2016 - update from CVS
2017 - fix <tgmath.h>
2018 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
2019 use of realloc
2020 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
2021 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
2022 might be a stale symlink
2024 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
2025 - update from CVS
2026 - disable FUTEX_REQUEUE (work around #115349)
2027 - mq for sparc/sparc64/ia64
2029 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
2030 - update from CVS
2031 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
2032 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
2033 included already in XNS5)
2034 - reorder dlopen checks, so that dlopening ET_REL objects
2035 complains about != ET_DYN != ET_EXEC, not about phentsize
2036 (#121606)
2037 - fix strpbrk macro for GCC 3.4+ (BZ #130)
2038 - fix <sys/sysctl.h> (BZ #140)
2039 - sched_[gs]etaffinity documentation fix (BZ #131)
2040 - fix sparc64 build (BZ #139)
2041 - change linuxthreads back to use non-cancellable writes
2042 to manager pipes etc.
2043 - fix sem_timedwait return value in linuxthreads (BZ #133)
2044 - ia64 unnecessary PLT relocs removal
2046 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
2047 - update from CVS
2048 - fix *scanf
2049 - fix shm_unlink, sem_unlink and mq_unlink errno values
2050 - avoid memory leaks in error
2051 - execstack fixes on s390
2053 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
2054 - update from CVS
2055 - mq and timer fixes
2056 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
2057 linked binaries
2058 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
2060 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
2061 - disable rtkaio
2062 - update from CVS
2063 - POSIX message passing support
2064 - fixed SIGEV_THREAD support for POSIX timers
2065 - fix free on non-malloced memory in syslog
2066 - fix ffsl on some 64-bit arches
2067 - fix sched_setaffinity on x86-64, ia64
2068 - fix ppc64 umount
2069 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
2070 - various NIS speedups
2071 - fix fwrite with > 2GB sizes on 64-bit arches
2072 - fix pthread_getattr_np guardsize reporting in NPTL
2073 - report PLT relocations in ld.so and libc.so during the build
2075 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
2076 - update from CVS
2077 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
2078 - strtol speed optimization
2079 - don't try to use certainly unimplemented syscalls on ppc64
2080 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
2081 into /usr/lib/debug/usr/%{_lib}/ directory
2082 - fix c_stubs with gcc 3.4
2083 - move all the up to 3 builds into %%build scriptlet and
2084 leave only installation in the %%install scriptlet
2086 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
2087 - update from CVS
2088 - affinity API changes
2090 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
2091 - update from CVS
2092 - fix ia64 iopl (#118591)
2093 - add support for /etc/ld.so.conf.d/*.conf
2094 - fix x86-64 LD_DEBUG=statistics
2095 - fix hwcap handling when using ld.so.cache (#118518)
2097 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
2098 - update from CVS
2099 - implement non-_l function on top of _l functions
2101 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
2102 - update from CVS
2103 - fix s390{,x} TLS handling
2105 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
2106 - update from CVS
2107 - special section for compatibility code
2108 - make getpid () work even in vfork () child
2109 - configure with --enable-bind-now to avoid lazy binding in ld.so
2110 and libc.so
2112 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
2113 - update from CVS
2114 - fix iconv -c (#117021)
2115 - fix PIEs on sparc/sparc64
2116 - fix posix_fadvise on 64-bit architectures
2117 - add locale-archive as %%ghost file (#117014)
2119 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
2120 - update from CVS
2122 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
2123 - update from CVS
2125 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
2126 - update from CVS
2127 - fix ld.so when vDSO is randomized
2129 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
2130 - update from CVS
2132 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
2133 - update from CVS
2135 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
2136 - update from CVS
2138 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
2139 - update from CVS
2140 - dl_iterate_phdr extension to signal number of added/removed
2141 libraries
2142 - fix PT_GNU_RELRO support on ppc* with prelinking
2144 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
2145 - rebuilt with fixed GCC on IA-64
2147 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
2148 - fix PT_GNU_RELRO support
2150 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
2151 - update from CVS
2152 - some further regex speedups
2153 - fix re.translate handling in regex (#112869)
2154 - change regfree to match old regex behaviour (what is freed
2155 and clearing of freed pointers)
2156 - fix accesses to unitialized memory in regex (#113507, #113425,
2157 #113421)
2158 - PT_GNU_RELRO support
2160 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
2161 - update from CVS
2162 - fix pmap_set fd and memory leak (#112726)
2163 - fix backreference handling in regex
2164 - rebuilt under glibc without the above bug to fix
2165 libc.so linker script (#112738)
2167 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
2168 - update from CVS
2169 - faster getpid () in NPTL builds
2170 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
2171 really disable cancellation (#112512)
2172 - more regex fixes and speedups
2173 - fix nextafter*/nexttoward*
2174 - handle 6th syscall(3) argument on AMD64
2175 - handle memalign/posix_memalign in mtrace
2176 - fix linuxthreads memory leak (#112208)
2177 - remove throw () from cancellation points in linuxthreads (#112602)
2178 - fix NPTL unregister_atfork
2179 - fix unwinding through alternate signal stacks
2181 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
2182 - update from CVS
2183 - 2.3.3 release
2184 - lots of regex fixes and speedups (#110401)
2185 - fix atan2
2186 - fix pshared condvars in NPTL
2187 - fix pthread_attr_destroy for attributes created with
2188 pthread_attr_init@GLIBC_2.0
2189 - for the time being, include both nb_NO* and no_NO* as locales
2190 so that the distribution can catch up with the no_NO->nb_NO
2191 transition
2192 - add BuildPrereq texinfo (#110252)
2194 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
2195 - update from CVS
2196 - fix getifaddrs (CAN-2003-0859)
2197 - fix ftw fd leak
2198 - fix linuxthreads sigaction (#108634)
2199 - fix glibc 2.0 stdio compatibility
2200 - fix uselocale (LC_GLOBAL_LOCALE)
2201 - speed up stdio locking in non-threaded programs on IA-32
2202 - try to maintain correct order of cleanups between those
2203 registered with __attribute__((cleanup))
2204 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
2205 - fix segfault in regex (#109606)
2206 - fix RE_ICASE multi-byte handling in regex
2207 - fix pthread_exit in libpthread.a (#109790)
2208 - FTW_ACTIONRETVAL support
2209 - lots of regex fixes and speedups
2210 - fix ceill/floorl on AMD64
2212 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
2213 - update from CVS
2214 - fix ld.so --verify (and ldd)
2216 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
2217 - update from CVS
2218 - fix sprof (#103727)
2219 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
2220 - prevent dlopening of executables
2221 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
2222 - fix locale printing of word values on 64-bit big-endian arches
2223 (#107846)
2224 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
2225 (#101261)
2227 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
2228 - update from CVS
2229 - dl_iterate_phdr in libc.a on arches other than IA-64
2230 - LD_DEBUG=statistics prints number of relative relocations
2231 - fix hwcap computation
2232 - NPTL is now part of upstream glibc CVS
2233 - include {st,xh,zu}_ZA{,.UTF-8} locales
2235 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
2236 - update from CVS
2237 - fix close, pause and fsync (#105348)
2238 - fix pthread_once on IA-32
2239 - implement backtrace () on IA-64, handle -fomit-frame-pointer
2240 in AMD64 backtrace () (#90402)
2242 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
2243 - update from CVS
2244 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
2245 - fix mknod/ustat return value when given bogus device number (#105768)
2247 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
2248 - rebuilt
2250 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
2251 - fix IA-64 getcontext
2253 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
2254 - update from CVS
2255 - fix syslog with non-C non-en_* locales (#61296, #104979)
2256 - filter GLIBC_PRIVATE symbols from glibc provides
2257 - fix NIS+
2259 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
2260 - update from CVS
2261 - assume 2.4.21 kernel features on RHEL/ppc*, so that
2262 {make,set,get,swap}context works
2263 - backout execstack support for RHEL
2264 - build rtkaio on amd64 too
2266 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
2267 - update from CVS
2268 - execstack/noexecstack support
2269 - build nscd as PIE
2270 - move __libc_stack_end back to @GLIBC_2.1
2271 - build against elfutils >= 0.86 to fix stripping on s390x
2273 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
2274 - rebuilt
2276 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
2277 - update from CVS
2278 - NPTL locking change (#102682)
2279 - don't jump around lock on amd64
2281 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
2282 - fix open_memstream/syslog (#104661)
2284 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
2285 - update from CVS
2286 - retrieve affinity in pthread_getattr_np
2287 - fix pthread_attr_[gs]etaffinity_np
2288 - handle hex and octal in wordexp
2290 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
2291 - update from CVS
2292 - truncate instead of round in utimes when utimes syscall is not available
2293 - don't align stack in every glibc function unnecessarily on IA-32
2294 - make sure threads have their stack 16 byte aligned on IA-32
2295 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
2296 - fix pthread_getattr_np for the initial thread (#102683)
2297 - avoid linuxthreads signal race (#104368)
2298 - ensure all gzip invocations are done with -n option
2300 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
2301 - update from CVS
2302 - avoid linking in libgcc_eh.a unnecessarily
2303 - change ssize_t back to long int on s390 -m31, unless
2304 gcc 2.95.x is used
2306 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
2307 - update from CVS
2308 - fix IA-64 memccpy (#104114)
2310 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
2311 - update from CVS
2312 - undo broken amd64 signal context changes
2314 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
2315 - update from CVS
2316 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
2317 {unsigned,} int
2318 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
2319 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
2320 on 64-bit arches from {unsigned,} long long int {,*} to
2321 {unsigned,} long int {,*} to restore binary compatibility
2322 for C++ functions using these types as arguments
2324 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
2325 - rebuilt
2327 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
2328 - update from CVS
2329 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
2330 - libio fixes
2332 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
2333 - update from CVS
2334 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
2335 and old-style pthread_cleanup_push cleanups
2337 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
2338 - updated from CVS
2339 - lots of cancellation fixes
2340 - fix posix_fadvise* on ppc32
2341 - TLS layout fix
2342 - optimize stdio cleanups (#103354)
2343 - sparcv9 NPTL
2344 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
2345 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
2346 - fix svc_getreqset on 64-bit big-endian arches
2347 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
2348 PTHREAD_PROCESS_SHARED
2349 - add pthread_cond_timedwait stubs to libc.so (#102709)
2350 - split glibc-devel into glibc-devel and glibc-headers to ensure
2351 amd64 /usr/include always wins on amd64/i386 bi-arch installs
2352 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
2353 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
2354 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
2355 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
2356 and tests
2358 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
2359 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
2360 in glibc-debuginfo-common*
2362 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
2363 - update from CVS
2364 - fix glibc 2.0 libio compatibility (#101385)
2365 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
2366 - fix assert.h (#102916, #103017)
2367 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
2368 - fix static linking of large IA-64 binaries (#102586)
2369 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
2371 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
2372 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
2374 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
2375 - nptl_db rewrite not yet in CVS
2377 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
2378 - update from CVS
2379 - fix rtkaio aio_fsync{,64}
2380 - update rtkaio for !BROKEN_THREAD_SIGNALS
2381 - fix assert macro when used on pointers
2383 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
2384 - update from CVS
2386 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
2387 - update from CVS
2388 - disable CLONE_STOPPED for now until it is resolved
2389 - strip crt files
2390 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
2391 - fix glibc-debuginfo to include all nptl and nptl_db sources
2393 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
2394 - update from CVS
2395 - fix pthread_create@GLIBC_2.0 (#101767)
2396 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
2398 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
2399 - update from CVS
2400 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
2401 explicit scheduling (#101457)
2403 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
2404 - update from CVS
2405 - fix utimes and futimes if kernel doesn't support utimes syscall
2406 - fix s390 ssize_t type
2407 - fix dlerror when called before any dlopen/dlsym
2408 - update IA-64 bits/sigcontext.h (#101344)
2409 - various warning fixes
2410 - fix pthread.h comment typos (#101363)
2412 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
2413 - update from CVS
2414 - fix dlopen of libraries using TLS IE/LE models
2416 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
2417 - update from CVS
2418 - fix timer_create
2419 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
2421 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
2422 - update from CVS
2423 - fix wcpncpy (#99462)
2424 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
2425 unlike __errno_location () or __h_errno_location () was introduced
2426 in glibc 2.2)
2427 - fix zic bug on 64-bit platforms
2428 - some TLS handling fixes
2429 - make ldconfig look into alternate ABI dirs by default (#99402)
2430 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
2431 errataed separately from glibc
2432 - new add-on - rtkaio
2433 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
2435 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
2436 - fix thread cancellation on ppc64
2438 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
2439 - update from CVS
2440 - fix thread cancellation on ppc32, s390 and s390x
2442 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
2443 - update from CVS
2444 - build libc_nonshared.a with -fPIC instead of -fpic
2445 - fix ppc64 PIE support
2446 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
2448 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
2449 - update from CVS
2451 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
2452 - update from CVS
2453 - on IA-64 use different symbols for cancellation portion of syscall
2454 handlers to make gdb happier
2456 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
2457 - update from CVS
2458 - nss_compat supporting LDAP etc.
2460 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
2461 - update from CVS
2463 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
2464 - fix condvars and semaphores in ppc* NPTL
2465 - fix test-skeleton.c reporting of timed-out tests (#91269)
2466 - increase timeouts for tests during make check
2468 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
2469 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
2470 on bi-ABI architectures (#97557)
2471 - disable FUTEX_REQUEUE on ppc* temporarily
2473 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
2474 - update from CVS
2475 - fix glibc_post_upgrade on ppc
2477 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
2478 - update from CVS
2479 - fix localedef (#90659)
2480 - tweak linuxthreads for librt cancellation
2482 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
2483 - update from CVS
2485 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
2486 - update from CVS
2487 - fix <gnu/stubs.h> (#97169)
2489 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
2490 - update from CVS
2492 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
2493 - update from CVS
2494 - fix pthread_cond_signal on IA-32 (#92080, #92253)
2495 - fix setegid (#91567)
2496 - don't prelink -R libc.so on any architecture, it prohibits
2497 address randomization
2499 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
2500 - update from CVS
2501 - fix IA-64 NPTL build
2503 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
2504 - update from CVS
2505 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
2506 section in *.[oa]
2508 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
2509 - update from CVS
2510 - enable NPTL on AMD64
2511 - avoid using trampolines in localedef
2513 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
2514 - enable NPTL on IA-64
2516 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
2517 - update from CVS
2518 - enable NPTL on s390 and s390x
2519 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
2521 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
2522 - update from CVS
2524 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
2525 - update from CVS
2527 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
2528 - update from CVS
2529 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
2530 or set_tid_address syscall is available instead of checking
2531 AT_SYSINFO dynamic tag
2533 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
2534 - update from CVS
2536 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
2537 - update from CVS
2538 - fix for prelinking of libraries with no dependencies
2540 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
2541 - update from CVS
2542 - enable NPTL on ppc and ppc64
2544 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
2545 - rebuild
2547 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
2548 - update from CVS
2550 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
2551 - update from CVS
2552 - make -jN build fixes
2554 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
2555 - update from CVS
2556 - avoid using trampolines in iconvconfig for now
2558 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
2559 - update from CVS
2561 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
2562 - update from CVS
2563 - more ppc TLS fixes
2565 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
2566 - update from CVS
2567 - nscd fixes
2568 - fix Bahrain spelling (#56298)
2569 - fix Ukrainian collation (#83973)
2570 - accept trailing spaces in /etc/ld.so.conf (#86032)
2571 - perror fix (#85994)
2572 - fix localedef (#88978)
2573 - fix getifaddrs (#89026)
2574 - fix strxfrm (#88409)
2575 - fix ppc TLS
2576 - fix getaddrinfo (#89448)
2577 - don't print warning about errno, h_errno or _res if
2578 LD_ASSUME_KERNEL=2.4.1 or earlier
2580 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
2581 - update from CVS
2582 - fix prelink on ppc32
2583 - add TLS support on ppc32 and ppc64
2584 - make sure on -m64 arches all helper binaries are built with this
2585 option
2587 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
2588 - update from CVS
2589 - fix strxfrm (#88409)
2590 - use -m64 -mno-minimal-toc on ppc64
2591 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
2592 - link glibc_post_upgrade against newly built libc.a
2594 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
2595 - update from CVS
2596 - fix NPTL pthread_detach and already terminated, but not yet
2597 joined thread (#88219)
2598 - fix bug-regex4 testcase (#88118)
2599 - reenable prelink support broken in 2.3.2-13
2600 - fix register_printf_function (#88052)
2601 - fix double free with fopen using ccs= (#88056)
2602 - fix potential access below $esp in {set,swap}context (#88093)
2603 - fix buffer underrun in gencat -H (#88099)
2604 - avoid using unitialized variable in tst-tgmath (#88101)
2605 - fix gammal (#88104)
2606 - fix iconv -c
2607 - fix xdr_string (PR libc/4999)
2608 - fix /usr/lib/nptl/librt.so symlink
2609 - avoid running NPTL cleanups twice in some cases
2610 - unblock __pthread_signal_cancel in linuxthreads, so that
2611 linuxthreads threaded programs work correctly if spawned
2612 from NPTL threaded programs
2613 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
2614 - remove /lib/i686 directory before running ldconfig in glibc post
2615 during i686 -> i386 glibc "upgrades" (#88456)
2617 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
2618 - update from CVS
2619 - add pthread_atfork to libpthread.a
2621 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
2622 - update from CVS
2623 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
2624 point
2626 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
2627 - update from CVS
2628 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
2629 /lib/i686 libs on i686, not stright to /lib
2631 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
2632 - update from CVS
2633 - timers fixes
2635 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
2636 - update from CVS
2637 - fix NPTL pthread_cond_timedwait
2638 - fix sysconf (_SC_MONOTONIC_CLOCK)
2639 - use /%%{_lib}/tls instead of /lib/tls on x86-64
2640 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
2641 - display content of .out files for all make check failures
2643 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
2644 - update from CVS
2645 - kernel POSIX timers support
2647 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
2648 - update from CVS
2649 - export __fork from glibc again
2650 - fix glibc-compat build in NPTL
2651 - fix c_stubs
2652 - fix some more atomic.h problems
2653 - don't check abi in glibc-compat libs
2655 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
2656 - update from CVS
2657 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
2658 - condrestart sshd in glibc_post_upgrade so that the user can
2659 log in remotely and handle the rest (#86339)
2660 - fix a typo in glibc_post_upgrade on sparc
2662 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
2663 - update from CVS
2664 - change i686/athlon libc.so.6 base to 0x00e80000
2666 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
2667 - update from CVS
2668 - hopefully last fix for condvar problems
2670 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
2671 - fix bits/syscall.h creation on x86-64
2673 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
2674 - update from CVS
2676 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
2677 - update from CVS
2679 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
2680 - update from CVS
2681 - fix glibc-debug description (#85111)
2682 - make librt.so a symlink again, not linker script
2684 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
2685 - update from CVS
2686 - remove the workarounds for broken software accessing GLIBC_PRIVATE
2687 symbols
2689 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
2690 - update from CVS
2692 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
2693 - fix TLS IE/LE model handling in dlopened libraries
2694 on TCB_AT_TP arches
2696 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
2697 - update from CVS
2699 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
2700 - update from CVS
2702 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
2703 - update from CVS
2704 - only warn about errno, h_errno or _res for binaries, never
2705 libraries
2706 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
2708 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
2709 - update from CVS
2711 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
2712 - update from CVS
2714 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
2715 - update from CVS
2717 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
2718 - update from CVS
2720 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
2721 - update from CVS
2722 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
2724 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
2725 - update from CVS
2727 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
2728 - update from CVS
2730 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
2731 - update from CVS
2732 - pthread_cond* NPTL fixes, new NPTL testcases
2734 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
2735 - update from CVS
2736 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
2737 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
2738 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
2739 later is NPTL
2740 - enable TLS on alpha/alphaev6
2741 - add BuildPreReq: /usr/bin/readlink
2743 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
2744 - update from CVS
2745 - pthread_once fix
2747 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
2748 - update from CVS
2749 - vfork fix on s390
2750 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
2751 don't bind locally (#83325)
2753 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
2754 - update from CVS
2755 - fix pthread_create after vfork+exec in linuxthreads
2757 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
2758 - update from CVS
2760 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
2761 - update from CVS
2763 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
2764 - update from CVS
2765 - enable TLS on s390{,x} and sparc{,v9}
2767 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
2768 - update from CVS
2769 - initialize __environ in glibc_post_upgrade to empty array,
2770 so that it is not NULL
2771 - compat symlink for s390x /lib/ld64.so.1
2772 - enable glibc-profile on x86-64
2773 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
2775 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
2776 - update from CVS
2777 - nscd fixes, *scanf fix
2778 - fix %%nptlarches noarch build (#81909)
2779 - IA-64 TLS fixes
2781 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
2782 - update from CVS
2783 - rework -debuginfo subpackage, add -debuginfo-common
2784 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
2785 - fix vfork in libc.a on PPC32, Alpha, Sparc
2786 - fix libio locks in linuxthreads libc.so if libpthread.so
2787 is dlopened later (#81374)
2789 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
2790 - update from CVS
2791 - dlclose bugfixes
2792 - fix NPTL libpthread.a
2793 - fix glibc_post_upgrade on several arches
2795 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
2796 - update from CVS
2797 - TLS support on IA-64
2799 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
2800 - fix vfork in linuxthreads (#81377, #81363)
2802 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
2803 - update from CVS
2804 - don't use TLS libs if kernel doesn't set AT_SYSINFO
2805 (#80921, #81212)
2806 - add ntp_adjtime on alpha (#79996)
2807 - fix nptl_db (#81116)
2809 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
2810 - update from CVS
2811 - support all architectures again
2813 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
2814 - fix condvar compatibility wrappers
2815 - add ugly hack to use non-TLS libs if a binary is seen
2816 to have errno, h_errno or _res symbols in .dynsym
2818 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
2819 - update from CVS
2820 - fixes for new condvar
2822 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
2823 - new NPTL condvar implementation plus related linuxthreads
2824 symbol versioning updates
2826 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
2827 - update from CVS
2828 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
2829 feature set macros
2830 - make *sigaction, sigwait and raise the same between
2831 -lpthread -lc and -lc -lpthread in linuxthreads builds
2833 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
2834 - fix dlclose
2836 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
2837 - enable sysenter by default for now
2838 - fix endless loop in ldconfig
2840 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
2841 - update from CVS
2843 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
2844 - update from CVS
2845 - fix ptmalloc_init after clearenv (#80370)
2847 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
2848 - update from CVS
2849 - add IA-64 back
2850 - move TLS libraries from /lib/i686 to /lib/tls
2852 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
2853 - system(3) fix for linuxthreads
2854 - don't segfault in pthread_attr_init from libc.so
2855 - add cancellation tests from nptl to linuxthreads
2857 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
2858 - fix up lists of exported symbols + their versions
2859 from the libraries
2861 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
2862 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
2864 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
2865 - update from CVS
2866 - fix NPTL hanging mozilla
2867 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
2868 - make linuxthreads work with dl_dynamic_weak 0
2869 - clear dl_dynamic_weak everywhere
2871 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
2872 - update from CVS
2873 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
2874 - kill -debug sub-package, rename -debug-static to -debug
2875 - clear dl_dynamic_weak for NPTL
2877 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
2878 - fix <bits/mathinline.h> and <bits/nan.h> for C++
2879 - automatically generate NPTL libpthread wrappers
2881 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
2882 - update from CVS
2883 - all functions which need cancellation should now be cancellable
2884 both in libpthread.so and libc.so
2885 - removed @@GLIBC_2.3.2 cancellation wrappers
2887 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
2888 - update from CVS
2889 - replace __libc_lock_needed@GOTOFF(%ebx) with
2890 %gs:offsetof(tcbhead_t, multiple_threads)
2891 - start of new NPTL cancellation wrappers
2893 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
2894 - update from CVS
2895 - use inline locks in malloc
2897 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
2898 - update from CVS
2899 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
2901 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
2902 - update from CVS
2903 - rebuilt with gcc-3.2.1-2
2905 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
2906 - update from CVS
2907 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
2908 should work now
2909 - faster libc locking when using nptl
2910 - add OUTPUT_FORMAT to linker scripts
2911 - fix x86_64 sendfile (#79111)
2913 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
2914 - update from CVS
2915 - RUSCII support (#78906)
2916 - for nptl builds add BuildRequires
2917 - fix byteswap.h for non-gcc (#77689)
2918 - add nptl-devel package
2920 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
2921 - update from CVS
2922 - make --enable-kernel=2.2.5 --with-tls --without-__thread
2923 ld.so load nptl and other --with-__thread libs
2924 - disable nptl by default for now
2926 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
2927 - update from CVS
2928 - restructured redhat/Makefile and spec, so that src.rpm contains
2929 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
2930 - added nptl
2932 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
2933 - update from CVS
2934 - even more regex fixes
2935 - run sed testsuite to check glibc regex
2937 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
2938 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
2939 using libpthread.so.
2941 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
2942 - update from CVS
2943 - fixed %a and %A in *printf (#75821)
2944 - fix re_comp memory leaking (#76594)
2946 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
2947 - update from CVS
2948 - some more regex fixes
2949 - fix libpthread.a (#76484)
2950 - fix locale-archive enlarging
2952 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
2953 - update from CVS
2954 - don't need to use 128K of stacks for DNS lookups
2955 - regex fixes
2956 - updated timezone data e.g. for this year's Brasil DST
2957 changes
2958 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
2960 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
2961 - update to 2.3.1 final
2962 - support really low thread stack sizes (#74073)
2963 - tzdata update
2965 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
2966 - update from CVS
2967 - handle low stack limits
2968 - move s390x into */lib64
2970 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
2971 - update to 2.3 final
2972 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
2974 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
2975 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
2976 speed things up, because they are neither REL arches, nor
2977 ELF_MACHINE_REL_RELATIVE
2978 - fix sparc64 build
2980 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
2981 - update from CVS
2983 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
2984 - update from CVS
2985 - prelink on ppc and x86-64 too
2986 - don't remove ppc memset
2987 - instead of listing on which arches to remove glibc-compat
2988 list where it should stay
2990 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
2991 - fix wcsmbs functions with invalid character sets (or malloc
2992 failures)
2993 - make sure __ctype_b etc. compat vars are updated even if
2994 they are copy relocs in the main program
2996 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
2997 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
2998 leading to unresolved __set_h_errno symbol)
3000 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
3001 - security fix - increase dns-network.c MAXPACKET to at least
3002 65536 to avoid buffer overrun. Likewise glibc-compat
3003 dns-{host,network}.c.
3005 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
3006 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
3007 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
3008 from libc.so - we have still lots of .a libraries referencing
3009 __ctype_{b,tolower,toupper} out there...
3011 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
3012 - update from CVS
3013 - 2.2.93 release
3014 - use double instead of single indirection in isXXX macros
3015 - per-locale wcsmbs conversion state
3017 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
3018 - update from CVS
3019 - fix newlocale/duplocale/uselocale
3020 - disable profile on x86_64 for now
3022 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
3023 - update from CVS
3024 - 2.2.92 release
3025 - fix gettext after uselocale
3026 - fix locales in statically linked threaded programs
3027 - fix NSS
3029 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
3030 - update from CVS
3031 - 2.2.91 release
3032 - fix fd leaks in locale-archive reader (#72043)
3033 - handle EROFS in build-locale-archive gracefully (#71665)
3035 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
3036 - update from CVS
3037 - fix re_match (#72312)
3038 - support more than 1024 threads
3040 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
3041 - update from CVS
3042 - fix i386 build
3044 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
3045 - update from CVS
3046 - fix locale-archive loading hang on some (non-primary) locales
3047 (#72122, #71878)
3048 - fix umount problems with locale-archives when /usr is a separate
3049 partition (#72043)
3050 - add LICENSES file
3052 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
3053 - update from CVS
3054 - only mmap up to 2MB of locale-archive on 32-bit machines
3055 initially
3056 - fix fseek past end + fread segfault with mmaped stdio
3057 - include <sys/debugreg.h> which is mistakenly not included
3058 in glibc-devel on IA-32
3060 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
3061 - don't return normalized locale name in setlocale when using
3062 locale-archive
3064 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
3065 - update from CVS
3066 - optimize for primary system locale
3067 - localedef fixes (#71552, #67705)
3069 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
3070 - fix path to locale-archive in libc reader
3071 - build locale archive at glibc-common %post time
3072 - export __strtold_internal and __wcstold_internal on Alpha again
3073 - workaround some localedata problems
3075 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
3076 - update from CVS
3077 - patch out set_thread_area for now
3079 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
3080 - update from CVS
3081 - GB18030 patch from Yu Shao
3082 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
3083 - fix regcomp (#71039)
3085 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
3086 - update from CVS
3087 - use /usr/sbin/prelink, not prelink (#70376)
3089 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
3090 - update from CVS
3092 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
3093 - update from CVS
3094 - ungetc fix (#69586)
3095 - fseek errno fix (#69589)
3096 - change *etrlimit prototypes for C++ (#68588)
3097 - use --without-tls instead of --disable-tls
3099 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
3100 - set nscd user's shell to /sbin/nologin (#68369)
3101 - fix glibc-compat buffer overflows (security)
3102 - buildrequire prelink, don't build glibc's own copy of it (#67567)
3103 - update from CVS
3104 - regex fix (#67734)
3105 - fix unused warnings (#67706)
3106 - fix freopen with mmap stdio (#67552)
3107 - fix realloc (#68499)
3109 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
3110 - update from CVS
3111 - fix argp on long words
3112 - update atime in libio
3114 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
3115 - update from CVS
3116 - a thread race fix
3117 - fix readdir on invalid dirp
3119 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
3120 - update from CVS
3121 - don't use __thread in headers
3122 - fix system(3) in threaded apps
3123 - update prelink, so that it is possible to prelink -u libc.so.6.1
3124 on Alpha
3126 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
3127 - update from CVS
3128 - fix __moddi3 (#65612, #65695)
3129 - fix ether_line (#64427)
3130 - fix setvbuf with mmap stdio (#65864)
3131 - --disable-tls for now, waiting for kernel
3132 - avoid duplication of __divtf3 etc. on IA-64
3133 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
3135 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
3136 - update from CVS
3137 - fix Alpha pthread bug with gcc 3.1
3139 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
3140 - fix nice
3142 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
3143 - add relocation dependencies even for weak symbols (#63422)
3144 - stricter check_fds check for suid/sgid binaries
3145 - run make check at %%install time
3147 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
3148 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
3149 - back out do-lookup.h change (#63261, #63305)
3150 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
3151 since lots of compilers break on it
3152 - fix sparc build with gcc 3.1
3153 - fix spec file for athlon
3155 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
3156 - fix debugging of threaded apps (#62804)
3157 - fix DST for Estonia (#61494)
3158 - document that pthread_mutexattr_?etkind_np are deprecated
3159 and pthread_mutexattr_?ettype should be used instead in man
3160 pages (#61485)
3161 - fix libSegFault.so undefined externals
3163 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
3164 - temporarily disable prelinking ld.so, as some statically linked
3165 binaries linked against debugging versions of old glibcs die on it
3166 (#62352)
3167 - fix <semaphore.h> for -std=c99 (#62516)
3168 - fix ether_ntohost segfault (#62397)
3169 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
3170 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
3171 version (#61633)
3172 - prelink -r on alpha too
3174 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
3175 - update GB18030 iconv module (Yu Shao)
3177 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
3178 - features.h fix
3180 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
3181 - update from CVS
3182 - fix nscd with huge groups
3183 - fix nis to not close fds it shouldn't
3184 - rebuilt against newer glibc-kernheaders to use the correct
3185 PATH_MAX
3186 - handle .athlon.rpm glibc the same way as .i686.rpm
3187 - add a couple of .ISO-8859-15 locales (#61922)
3188 - readd temporarily currencies which were superceeded by Euro
3189 into the list of accepted currencies by localedef to make
3190 standard conformance testsuites happy
3191 - temporarily moved __libc_waitpid back to make Sun JDK happy
3192 - use old malloc code
3193 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
3195 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
3196 - update from CVS
3197 - fix DST handling for southern hemisphere (#60747)
3198 - fix daylight setting for tzset (#59951)
3199 - fix ftime (#60350)
3200 - fix nice return value
3201 - fix a malloc segfault
3202 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
3203 back to what they used to be exported at
3204 - censorship (#60758)
3206 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
3207 - update from CVS
3208 - use __attribute__((visibility(...))) if supported, use _rtld_local
3209 for ld.so only objects
3210 - provide libc's own __{,u}{div,mod}di3
3212 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
3213 - switch back to 2.2.5, mmap stdio needs work
3215 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
3216 - fix two other mmap stdio bugs (#60228)
3218 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
3219 - fix yet another mmap stdio bug (#60145)
3221 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
3222 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
3223 - apply Andreas Schwab's fix for pthread sigwait
3224 - remove /lib/i686/ libraries in glibc_post_upgrade when
3225 performing i386 glibc install
3227 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
3228 - update to CVS
3229 - added glibc-utils subpackage
3230 - disable autoreq in glibc-debug
3231 - readd %%lang() to locale files
3233 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
3234 - update to CVS
3235 - move glibc private symbols to GLIBC_PRIVATE symbol version
3237 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
3238 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
3239 symbol in libm
3241 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
3242 - add debug-static package
3244 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
3245 - update from CVS
3246 - remove -D__USE_STRING_INLINES
3247 - add debug subpackage to trim glibc and glibc-devel size
3249 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
3250 - fix strsep
3252 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
3253 - fix a ld.so bug with duplicate searchlists in l_scope
3254 - fix erfcl(-inf)
3255 - turn /usr/lib/librt.so into linker script
3257 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
3258 - fix a ld.so lookup bug after lots of dlopen calls
3259 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
3260 - prelinking support for Sparc64
3262 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
3263 - update from CVS to fix DT_SYMBOLIC
3264 - prelinking support for Alpha and Sparc
3266 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
3267 - update from CVS
3268 - linuxthreads now retries if -1/EINTR is returned from
3269 reading or writing to thread manager pipe (#43742)
3270 - use DT_FILTER in librt.so (#53394)
3271 - update glibc prelink patch so that it handles filters
3272 - fix timer_* with SIGEV_NONE (#53494)
3273 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
3275 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
3276 - fix build on sparc32
3277 - 2.2.4-13 build for some reason missed some locales
3278 on alpha/ia64
3280 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
3281 - fix iconvconfig
3283 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
3284 - add fam to /etc/rpc (#52863)
3285 - fix <inttypes.h> for C++ (#52960)
3286 - fix perror
3288 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
3289 - fix strnlen(x, -1)
3291 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
3292 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
3293 if __USE_UNIX98.
3295 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
3296 - fix bits/libc-lock.h so that gcc can compile
3297 - fix s390 build
3299 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
3300 - kill stale library symlinks in ldconfig (#52350)
3301 - fix inttypes.h for G++ < 3.0
3302 - use DT_REL*COUNT
3304 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
3305 - fix strnlen on IA-64 (#50077)
3307 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
3308 - glibc 2.2.4 final
3309 - fix -lpthread -static (#51672)
3311 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
3312 - doh, include libio/tst-swscanf.c
3314 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
3315 - don't crash on catclose(-1)
3316 - fix wscanf %[] handling
3317 - fix return value from swprintf
3318 - handle year + %U/%W week + week day in strptime
3320 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
3321 - update from CVS to
3322 - fix strcoll (#50548)
3323 - fix seekdir (#51132)
3324 - fix memusage (#50606)
3325 - don't make gconv-modules.cache %%config file, just don't verify
3326 its content.
3328 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
3329 - fix strtod and *scanf (#50723, #50724)
3331 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
3332 - update from CVS
3333 - fix iconv cache handling
3334 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
3335 - add gconv-modules.cache as emtpy config file (#50699)
3336 - only run iconvconfig if /usr is mounted read-write (#50667)
3338 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
3339 - move iconvconfig from glibc-common into glibc subpackage,
3340 call it from glibc_post_upgrade instead of common's post.
3342 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3343 - turn off debugging printouts in iconvconfig
3345 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3346 - update from CVS
3347 - fix IA-32 makecontext
3348 - make fflush(0) thread-safe (#46446)
3350 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
3351 - adjust prelinking DT_* and SHT_* values in elf.h
3352 - update from CVS
3353 - iconv cache
3354 - make iconv work in SUID/SGID programs (#34611)
3356 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
3357 - update from CVS
3358 - kill non-pic code in libm.so
3359 - fix getdate
3360 - fix some locales (#49402)
3361 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
3362 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
3363 - add floating stacks on IA-64, Alpha, Sparc (#49308)
3365 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
3366 - make /lib/i686 directory owned by glibc*.i686.rpm
3368 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
3369 - remove rquota.[hx] headers which are now provided by quota (#47141)
3370 - add prelinking patch
3372 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
3373 - require sh-utils for nscd
3375 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
3376 - update from CVS (#43681, #43350, #44663, #45685)
3377 - fix ro_RO bug (#44644)
3379 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
3380 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
3381 - make rpc headers -ansi compilable (#42390)
3382 - remove alphaev6 optimized memcpy, since there are still far too many
3383 broken apps which call memcpy where they should call memmove
3384 - update from CVS to (among other things):
3385 - fix tanhl bug (#43352)
3387 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
3388 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
3389 - fix a dlclose reldeps handling bug
3390 - some more profiling fixes
3391 - fix tgmath.h
3393 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
3394 - make ldconfig more quiet
3395 - fix LD_PROFILE on i686 (#41030)
3397 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3398 - fix the hardlink program, so that it really catches all files with
3399 identical content
3400 - add a s390x clone fix
3402 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3403 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
3404 - fix nss compatibility DSO versions for alphaev6
3405 - add a hardlink program instead of the shell 3x for plus cmp -s/link
3406 which takes a lot of time during build
3407 - rework BuildPreReq and Conflicts with gcc, so that
3408 it applies only where it has to
3410 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
3411 - fix locale name of ja_JP in UTF-8 (#39783)
3412 - fix re_search_2 (#40244)
3413 - fix memusage script (#39138, #39823)
3414 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
3415 - fix xtrace script (#39609)
3416 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
3417 libc_nonshared.a has atexit)
3418 - fix getconf LFS_CFLAGS on 64bitters
3419 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
3420 with __frame_state_for function (#37933)
3422 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
3423 - glibc 2.2.3 release
3424 - fix strcoll (#36539)
3425 - add BuildPreReqs (#36378)
3427 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
3428 - update from CVS
3430 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
3431 - update from CVS
3432 - fix sparc64, ia64
3433 - fix some locale syntax errors (#35982)
3435 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
3436 - update from CVS
3438 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
3439 - update from CVS
3441 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
3442 - support even 2.4.0 kernels on ia64, sparc64 and s390x
3443 - include UTF-8 locales
3444 - make gconv-modules %%config(noreplace)
3446 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
3447 - back out sunrpc changes
3449 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
3450 - update from CVS
3451 - fix ia64 build
3452 - fix pthread_getattr_np
3454 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
3455 - update from CVS
3456 - run atexit() registered functions at dlclose time if they are in shared
3457 libraries (#28625)
3458 - add pthread_getattr_np API to make JVM folks happy
3460 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
3461 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
3462 - fix ldd behaviour on unresolved symbols
3463 - remove nonsensical ldconfig warning, update osversion for the most
3464 recent library with the same soname in the same directory instead (#31703)
3465 - apply selected patches from CVS
3466 - s390x spec file changes from Florian La Roche
3468 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
3469 - fix gencat (#30894)
3470 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
3472 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
3473 - update from CVS
3474 - make pthread_attr_setstacksize consistent before and after pthread manager
3475 is started (#28194)
3476 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
3477 far, #28493)
3478 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
3479 make ld.so pick the right one
3481 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
3482 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
3484 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
3485 - make glibc require particular version of glibc-common
3486 and glibc-common prerequire glibc.
3488 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
3489 - glibc 2.2.2 release
3490 - fix regex REG_ICASE bug seen in ksymoops
3492 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
3493 - fix regexec leaking memory (#26864)
3495 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
3496 - update from CVS
3497 - fix ia64 build with gnupro
3498 - make regex 64bit clean
3499 - fix tgmath make check failures on alpha
3501 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
3502 - update again for ia64 DF_1_INITFIRST
3504 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
3505 - update from CVS
3506 - fix getaddrinfo (#25437)
3507 - support DF_1_INITFIRST (#25029)
3509 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
3510 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
3511 to run 2.2 kernels can downgrade to the base architecture glibc.
3513 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
3514 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
3516 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
3517 - update to 2.2.1 final
3518 - fix a pthread_kill_other_threads_np breakage (#23966)
3519 - make static binaries using dlopen work on ia64 again
3520 - fix a typo in glibc-common group
3522 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
3523 - devel requires glibc = %%{version}
3524 - noreplace /etc/nscd.conf
3526 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
3527 - some more security fixes:
3528 - don't look up LD_PRELOAD libs in cache for SUID apps
3529 (because that bypasses SUID bit checking on the library)
3530 - place output files for profiling SUID apps into /var/profile,
3531 use O_NOFOLLOW for them
3532 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
3533 - hardlink identical locale files together
3534 - add %%lang() tags to locale stuff
3535 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
3537 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
3538 - add glibc-common subpackage
3539 - fix alphaev6 memcpy (#22494)
3540 - fix sys/cdefs.h (#22908)
3541 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
3542 - work around a bug in IBM JDK (#22932, #23012)
3543 - fix pmap_unset when network is down (#23176)
3544 - move nscd in rc.d before netfs on shutdown
3545 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
3547 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
3548 - fix ftw and nftw
3550 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
3551 - fix fcvt (#22184)
3552 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
3553 - fix gencat
3555 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
3556 - fix alpha htonl and alphaev6 stpcpy
3558 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
3559 - update to CVS to:
3560 - fix getnameinfo (#21934)
3561 - don't stomp on memory in rpath handling (#21544)
3562 - fix setlocale (#21507)
3563 - fix libNoVersion.so.1 loading code (#21579)
3564 - use auxarches define in spec file for auxiliary
3565 architectures (#21219)
3566 - remove /usr/share directory from filelist (#21218)
3568 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
3569 - update to CVS to fix getaddrinfo
3571 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
3572 - update to CVS to fix freopen
3573 - remove all alpha workarounds, not needed anymore
3575 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
3576 - fix dladdr bug on alpha/sparc32/sparc64
3577 - fix Makefiles so that they run static tests properly
3579 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
3580 - update to CVS to fix ldconfig
3582 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
3583 - update to glibc 2.2 release
3585 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
3586 - update to CVS to:
3587 - export __sysconf@@GLIBC_2.2 (#20417)
3589 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
3590 - merge to 2.1.97
3592 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
3593 - update to CVS, including:
3594 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
3595 - fix hesiod (#19375)
3596 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
3597 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
3599 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
3600 - fix alpha semctl (#19199)
3601 - update to CVS, including:
3602 - fix glibc headers for Compaq non-gcc compilers
3603 - fix locale alias handling code (#18832)
3604 - fix rexec on little endian machines (#18886)
3605 - started writing changelog again
3607 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
3608 - added ja ujis alias for backwards compatibility