2.3.90-32
[glibc.git] / fedora / glibc.spec.in
blob34205ef302c8925ef798e6fe81cff213bdca970b
1 %define glibcrelease 32
2 %define auxarches i586 i686 athlon sparcv9 alphaev6
3 %define prelinkarches noarch
4 %define xenarches i686 athlon
5 %ifarch %{xenarches}
6 %define buildxen 1
7 %define xenpackage 0
8 %else
9 %define buildxen 0
10 %define xenpackage 0
11 %endif
12 %define rtkaioarches noarch
13 %define debuginfocommonarches %{ix86} alpha alphaev6 sparc sparcv9
14 %define _unpackaged_files_terminate_build 0
15 Summary: The GNU libc libraries.
16 Name: glibc
17 Version: %{glibcversion}
18 Release: %{glibcrelease}
19 License: LGPL
20 Group: System Environment/Libraries
21 Source0: %{glibcsrcdir}.tar.bz2
22 %if %{glibc_release_tarballs}
23 Source1: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-linuxthreads-/).tar.bz2
24 Source2: %(echo %{glibcsrcdir} | sed s/glibc-/glibc-libidn-/).tar.bz2
25 %define glibc_release_unpack -a1 -a2
26 %endif
27 Source3: %{glibcname}-fedora-%{glibcdate}.tar.bz2
28 Patch0: %{glibcname}-fedora.patch
29 Patch1: %{name}-ia64-lib64.patch
30 Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
31 Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers,
32 Obsoletes: gencat, locale, ldconfig, locale-ja, glibc-profile
33 Provides: ldconfig
34 Autoreq: false
35 Requires: glibc-common = %{version}-%{release}
36 %ifarch sparc
37 Obsoletes: libc
38 %endif
39 # Require libgcc in case some program calls pthread_cancel in its %%post
40 Prereq: basesystem, libgcc
41 # This is for building auxiliary programs like memusage, nscd
42 # For initial glibc bootstraps it can be commented out
43 BuildPreReq: gd-devel libpng-devel zlib-devel texinfo, libselinux-devel >= 1.17.10-1
44 BuildPreReq: audit-libs-devel >= 1.1.3, sed >= 3.95
45 %ifarch %{prelinkarches}
46 BuildPreReq: prelink >= 0.2.0-5
47 %endif
48 # This is to ensure that __frame_state_for is exported by glibc
49 # will be compatible with egcs 1.x.y
50 BuildPreReq: gcc >= 3.2
51 Conflicts: rpm <= 4.0-0.65
52 Conflicts: glibc-devel < 2.2.3
53 Conflicts: gcc4 <= 4.0.0-0.6
54 # Earlier shadow-utils packages had too restrictive permissions on
55 # /etc/default
56 Conflicts: shadow-utils < 2:4.0.3-20
57 Conflicts: nscd < 2.3.3-52
58 Conflicts: kernel < 2.6.9
59 %define enablekernel 2.6.9
60 %ifarch i386
61 %define nptl_target_cpu i486
62 %else
63 %define nptl_target_cpu %{_target_cpu}
64 %endif
65 # Need AS_NEEDED directive
66 BuildRequires: binutils >= 2.15.94.0.2-1
67 BuildRequires: gcc >= 3.2.1-5
68 %ifarch ppc s390 s390x
69 BuildRequires: gcc >= 4.1.0-0.17
70 %endif
71 %if "%{_enable_debug_packages}" == "1"
72 BuildPreReq: elfutils >= 0.72
73 BuildPreReq: rpm >= 4.2-0.56
74 %endif
75 %define __find_provides %{_builddir}/%{glibcsrcdir}/find_provides.sh
76 %define _filter_GLIBC_PRIVATE 1
78 %description
79 The glibc package contains standard libraries which are used by
80 multiple programs on the system. In order to save disk space and
81 memory, as well as to make upgrading easier, common system code is
82 kept in one place and shared between programs. This particular package
83 contains the most important sets of shared libraries: the standard C
84 library and the standard math library. Without these two libraries, a
85 Linux system will not function.
87 %if %{xenpackage}
88 %package xen
89 Summary: The GNU libc libraries (optimized for running under Xen)
90 Group: System Environment/Libraries
91 Requires: glibc = %{version}-%{release}, glibc-utils = %{version}-%{release}
93 %description xen
94 The standard glibc package is optimized for native kernels and does not
95 perform as well under the Xen hypervisor. This package provides alternative
96 library binaries that will be selected instead when running under Xen.
98 Install glibc-xen if you might run your system under the Xen hypervisor.
99 %endif
101 %package devel
102 Summary: Object files for development using standard C libraries.
103 Group: Development/Libraries
104 Conflicts: texinfo < 3.11
105 # Need AS_NEEDED directive
106 Conflicts: binutils < 2.15.94.0.2-1
107 Prereq: /sbin/install-info
108 Obsoletes: libc-debug, libc-headers, libc-devel, linuxthreads-devel
109 Obsoletes: glibc-debug, nptl-devel
110 Prereq: %{name}-headers
111 Requires: %{name}-headers = %{version}-%{release}, %{name} = %{version}-%{release}
112 %ifarch %{ix86}
113 # Earlier gcc's had atexit reference in crtendS.o, which does not
114 # work with this glibc where atexit is in libc_nonshared.a
115 Conflicts: gcc < 2.96-79
116 %endif
117 Autoreq: true
119 %description devel
120 The glibc-devel package contains the object files necessary
121 for developing programs which use the standard C libraries (which are
122 used by nearly all programs). If you are developing programs which
123 will use the standard C libraries, your system needs to have these
124 standard object files available in order to create the
125 executables.
127 Install glibc-devel if you are going to develop programs which will
128 use the standard C libraries.
130 %package headers
131 Summary: Header files for development using standard C libraries.
132 Group: Development/Libraries
133 Provides: %{name}-headers(%{_target_cpu})
134 %ifarch x86_64
135 # If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers
136 # have to be installed, not i386 ones.
137 Obsoletes: %{name}-headers(i386)
138 %endif
139 Obsoletes: libc-debug, libc-headers, libc-devel
140 Prereq: kernel-headers
141 Requires: kernel-headers >= 2.2.1, %{name} = %{version}-%{release}
142 Autoreq: true
144 %description headers
145 The glibc-headers package contains the header files necessary
146 for developing programs which use the standard C libraries (which are
147 used by nearly all programs). If you are developing programs which
148 will use the standard C libraries, your system needs to have these
149 standard header files available in order to create the
150 executables.
152 Install glibc-headers if you are going to develop programs which will
153 use the standard C libraries.
155 %package common
156 Summary: Common binaries and locale data for glibc
157 Conflicts: %{name} < %{version}
158 Conflicts: %{name} > %{version}
159 Autoreq: false
160 Requires: tzdata >= 2003a
161 Group: System Environment/Base
163 %description common
164 The glibc-common package includes common binaries for the GNU libc
165 libraries, as well as national language (locale) support.
167 %package -n nscd
168 Summary: A Name Service Caching Daemon (nscd).
169 Group: System Environment/Daemons
170 Conflicts: kernel < 2.2.0
171 Requires: libselinux >= 1.17.10-1, audit-libs >= 1.1.3
172 Conflicts: selinux-policy-targeted < 1.17.30-2.2
173 Prereq: /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel, sh-utils
174 Autoreq: true
176 %description -n nscd
177 Nscd caches name service lookups and can dramatically improve
178 performance with NIS+, and may help with DNS as well. Note that you
179 can't use nscd with 2.0 kernels because of bugs in the kernel-side
180 thread support. Unfortunately, nscd happens to hit these bugs
181 particularly hard.
183 %package utils
184 Summary: Development utilities from GNU C library
185 Group: Development/Tools
186 Requires: glibc = %{version}-%{release}
188 %description utils
189 The glibc-utils package contains memusage, a memory usage profiler,
190 mtrace, a memory leak tracer and xtrace, a function call tracer
191 which can be helpful during program debugging.
193 If unsure if you need this, don't install this package.
195 %if "%{_enable_debug_packages}" == "1"
196 %define debug_package %{nil}
198 %package debuginfo
199 Summary: Debug information for package %{name}
200 Group: Development/Debug
201 %ifarch %{debuginfocommonarches}
202 Requires: glibc-debuginfo-common = %{version}-%{release}
203 %endif
205 %description debuginfo
206 This package provides debug information for package %{name}.
207 Debug information is useful when developing applications that use this
208 package or when debugging this package.
210 This package also contains static standard C libraries with
211 debugging information. You need this only if you want to step into
212 C library routines during debugging programs statically linked against
213 one or more of the standard C libraries.
214 To use this debugging information, you need to link binaries
215 with -static -L%{_prefix}/lib/debug%{_prefix}/%{_lib} compiler options.
217 %ifarch %{debuginfocommonarches}
219 %package debuginfo-common
220 Summary: Debug information for package %{name}
221 Group: Development/Debug
223 %description debuginfo-common
224 This package provides debug information for package %{name}.
225 Debug information is useful when developing applications that use this
226 package or when debugging this package.
228 %endif
229 %endif
231 %prep
232 %setup -q -n %{glibcsrcdir} %{glibc_release_unpack} -a3
233 %patch0 -E -p1
234 %ifarch ia64
235 %if "%{_lib}" == "lib64"
236 %patch1 -p1
237 %endif
238 %endif
240 # Hack till glibc-kernheaders get updated, argh
241 mkdir -p override_headers/linux
242 cat > override_headers/linux/version.h <<EOF
243 #define UTS_RELEASE "2.6.9"
244 #define LINUX_VERSION_CODE 132617
245 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
247 mkdir -p override_headers/asm
248 cat > override_headers/asm/unistd.h <<EOF
249 #ifndef _HACK_ASM_UNISTD_H
250 #include_next <asm/unistd.h>
251 %ifarch alpha
252 #ifndef __NR_stat64
253 #define __NR_stat64 425
254 #define __NR_lstat64 426
255 #define __NR_fstat64 427
256 #endif
257 #ifndef __NR_mq_open
258 #define __NR_mq_open 432
259 #define __NR_mq_unlink 433
260 #define __NR_mq_timedsend 434
261 #define __NR_mq_timedreceive 435
262 #define __NR_mq_notify 436
263 #define __NR_mq_getsetattr 437
264 #endif
265 #ifndef __NR_waitid
266 #define __NR_waitid 438
267 #endif
268 #ifndef __NR_inotify_init
269 #define __NR_inotify_init 444
270 #define __NR_inotify_add_watch 445
271 #define __NR_inotify_rm_watch 446
272 #endif
273 %endif
274 %ifarch %{ix86}
275 #ifndef __NR_mq_open
276 #define __NR_mq_open 277
277 #define __NR_mq_unlink (__NR_mq_open+1)
278 #define __NR_mq_timedsend (__NR_mq_open+2)
279 #define __NR_mq_timedreceive (__NR_mq_open+3)
280 #define __NR_mq_notify (__NR_mq_open+4)
281 #define __NR_mq_getsetattr (__NR_mq_open+5)
282 #endif
283 #ifndef __NR_waitid
284 #define __NR_waitid 284
285 #endif
286 #ifndef __NR_inotify_init
287 #define __NR_inotify_init 291
288 #define __NR_inotify_add_watch 292
289 #define __NR_inotify_rm_watch 293
290 #endif
291 #ifndef __NR_openat
292 #define __NR_openat 295
293 #define __NR_mkdirat 296
294 #define __NR_mknodat 297
295 #define __NR_fchownat 298
296 #define __NR_futimesat 299
297 #define __NR_newfstatat 300
298 #define __NR_unlinkat 301
299 #define __NR_renameat 302
300 #define __NR_linkat 303
301 #define __NR_symlinkat 304
302 #define __NR_readlinkat 305
303 #define __NR_fchmodat 306
304 #define __NR_faccessat 307
305 #endif
306 #ifndef __NR_pselect6
307 #define __NR_pselect6 308
308 #define __NR_ppoll 309
309 #endif
310 %endif
311 %ifarch ia64
312 #ifndef __NR_timer_create
313 #define __NR_timer_create 1248
314 #define __NR_timer_settime 1249
315 #define __NR_timer_gettime 1250
316 #define __NR_timer_getoverrun 1251
317 #define __NR_timer_delete 1252
318 #define __NR_clock_settime 1253
319 #define __NR_clock_gettime 1254
320 #define __NR_clock_getres 1255
321 #define __NR_clock_nanosleep 1256
322 #endif
323 #ifndef __NR_mq_open
324 #define __NR_mq_open 1262
325 #define __NR_mq_unlink 1263
326 #define __NR_mq_timedsend 1264
327 #define __NR_mq_timedreceive 1265
328 #define __NR_mq_notify 1266
329 #define __NR_mq_getsetattr 1267
330 #endif
331 #ifndef __NR_waitid
332 #define __NR_waitid 1270
333 #endif
334 #ifndef __NR_inotify_init
335 #define __NR_inotify_init 1277
336 #define __NR_inotify_add_watch 1278
337 #define __NR_inotify_rm_watch 1279
338 #endif
339 %endif
340 %ifarch ppc
341 #ifndef __NR_utimes
342 #define __NR_utimes 251
343 #endif
344 #ifndef __NR_statfs64
345 #define __NR_statfs64 252
346 #define __NR_fstatfs64 253
347 #endif
348 #ifndef __NR_fadvise64_64
349 #define __NR_fadvise64_64 254
350 #endif
351 #ifndef __NR_mq_open
352 #define __NR_mq_open 262
353 #define __NR_mq_unlink 263
354 #define __NR_mq_timedsend 264
355 #define __NR_mq_timedreceive 265
356 #define __NR_mq_notify 266
357 #define __NR_mq_getsetattr 267
358 #endif
359 #ifndef __NR_waitid
360 #define __NR_waitid 272
361 #endif
362 #ifndef __NR_inotify_init
363 #define __NR_inotify_init 275
364 #define __NR_inotify_add_watch 276
365 #define __NR_inotify_rm_watch 277
366 #endif
367 #ifndef __NR_pselect6
368 #define __NR_pselect6 280
369 #define __NR_ppoll 281
370 #endif
371 %endif
372 %ifarch ppc64
373 #ifndef __NR_utimes
374 #define __NR_utimes 251
375 #endif
376 #ifndef __NR_mq_open
377 #define __NR_mq_open 262
378 #define __NR_mq_unlink 263
379 #define __NR_mq_timedsend 264
380 #define __NR_mq_timedreceive 265
381 #define __NR_mq_notify 266
382 #define __NR_mq_getsetattr 267
383 #endif
384 #ifndef __NR_waitid
385 #define __NR_waitid 272
386 #endif
387 #ifndef __NR_inotify_init
388 #define __NR_inotify_init 275
389 #define __NR_inotify_add_watch 276
390 #define __NR_inotify_rm_watch 277
391 #endif
392 #ifndef __NR_pselect6
393 #define __NR_pselect6 280
394 #define __NR_ppoll 281
395 #endif
396 %endif
397 %ifarch s390
398 #ifndef __NR_timer_create
399 #define __NR_timer_create 254
400 #define __NR_timer_settime (__NR_timer_create+1)
401 #define __NR_timer_gettime (__NR_timer_create+2)
402 #define __NR_timer_getoverrun (__NR_timer_create+3)
403 #define __NR_timer_delete (__NR_timer_create+4)
404 #define __NR_clock_settime (__NR_timer_create+5)
405 #define __NR_clock_gettime (__NR_timer_create+6)
406 #define __NR_clock_getres (__NR_timer_create+7)
407 #define __NR_clock_nanosleep (__NR_timer_create+8)
408 #endif
409 #ifndef __NR_fadvise64_64
410 #define __NR_fadvise64_64 264
411 #endif
412 #ifndef __NR_statfs64
413 #define __NR_statfs64 265
414 #define __NR_fstatfs64 266
415 #endif
416 #ifndef __NR_mq_open
417 #define __NR_mq_open 271
418 #define __NR_mq_unlink 272
419 #define __NR_mq_timedsend 273
420 #define __NR_mq_timedreceive 274
421 #define __NR_mq_notify 275
422 #define __NR_mq_getsetattr 276
423 #endif
424 #ifndef __NR_waitid
425 #define __NR_waitid 281
426 #endif
427 #ifndef __NR_inotify_init
428 #define __NR_inotify_init 284
429 #define __NR_inotify_add_watch 285
430 #define __NR_inotify_rm_watch 286
431 #endif
432 %endif
433 %ifarch s390x
434 #ifndef __NR_timer_create
435 #define __NR_timer_create 254
436 #define __NR_timer_settime (__NR_timer_create+1)
437 #define __NR_timer_gettime (__NR_timer_create+2)
438 #define __NR_timer_getoverrun (__NR_timer_create+3)
439 #define __NR_timer_delete (__NR_timer_create+4)
440 #define __NR_clock_settime (__NR_timer_create+5)
441 #define __NR_clock_gettime (__NR_timer_create+6)
442 #define __NR_clock_getres (__NR_timer_create+7)
443 #define __NR_clock_nanosleep (__NR_timer_create+8)
444 #endif
445 #ifndef __NR_mq_open
446 #define __NR_mq_open 271
447 #define __NR_mq_unlink 272
448 #define __NR_mq_timedsend 273
449 #define __NR_mq_timedreceive 274
450 #define __NR_mq_notify 275
451 #define __NR_mq_getsetattr 276
452 #endif
453 #ifndef __NR_waitid
454 #define __NR_waitid 281
455 #endif
456 #ifndef __NR_inotify_init
457 #define __NR_inotify_init 284
458 #define __NR_inotify_add_watch 285
459 #define __NR_inotify_rm_watch 286
460 #endif
461 %endif
462 %ifarch sparc sparcv9 sparc64
463 #ifndef __NR_mq_open
464 #define __NR_mq_open 273
465 #define __NR_mq_unlink 274
466 #define __NR_mq_timedsend 275
467 #define __NR_mq_timedreceive 276
468 #define __NR_mq_notify 277
469 #define __NR_mq_getsetattr 278
470 #endif
471 #ifndef __NR_waitid
472 #define __NR_waitid 279
473 #endif
474 #ifndef __NR_stat64
475 #define __NR_fstat64 63
476 #define __NR_lstat64 132
477 #define __NR_stat64 139
478 #endif
479 #ifndef __NR_inotify_init
480 #define __NR_inotify_init 151
481 #define __NR_inotify_add_watch 152
482 #define __NR_inotify_rm_watch 156
483 #endif
484 #ifndef __NR_openat
485 #define __NR_openat 284
486 #define __NR_mkdirat 285
487 #define __NR_mknodat 286
488 #define __NR_fchownat 287
489 #define __NR_futimesat 288
490 #define __NR_newfstatat 289
491 #define __NR_unlinkat 290
492 #define __NR_renameat 291
493 #define __NR_linkat 292
494 #define __NR_symlinkat 293
495 #define __NR_readlinkat 294
496 #define __NR_fchmodat 295
497 #define __NR_faccessat 296
498 #endif
499 #ifndef __NR_pselect6
500 #define __NR_pselect6 297
501 #define __NR_ppoll 298
502 #endif
503 %endif
504 %ifarch x86_64
505 #ifndef __NR_mq_open
506 #define __NR_mq_open 240
507 #define __NR_mq_unlink 241
508 #define __NR_mq_timedsend 242
509 #define __NR_mq_timedreceive 243
510 #define __NR_mq_notify 244
511 #define __NR_mq_getsetattr 245
512 #endif
513 #ifndef __NR_waitid
514 #define __NR_waitid 247
515 #endif
516 #ifndef __NR_inotify_init
517 #define __NR_inotify_init 253
518 #define __NR_inotify_add_watch 254
519 #define __NR_inotify_rm_watch 255
520 #endif
521 #ifndef __NR_openat
522 #define __NR_openat 257
523 #define __NR_mkdirat 258
524 #define __NR_mknodat 259
525 #define __NR_fchownat 260
526 #define __NR_futimesat 261
527 #define __NR_newfstatat 262
528 #define __NR_unlinkat 263
529 #define __NR_renameat 264
530 #define __NR_linkat 265
531 #define __NR_symlinkat 266
532 #define __NR_readlinkat 267
533 #define __NR_fchmodat 268
534 #define __NR_faccessat 269
535 #endif
536 %endif
537 #endif
539 cat > override_headers/asm/errno.h <<EOF
540 #ifndef _HACK_ASM_ERRNO_H
541 #include_next <asm/errno.h>
542 %ifarch alpha
543 #ifndef ENOKEY
544 #define ENOKEY 132
545 #define EKEYEXPIRED 133
546 #define EKEYREVOKED 134
547 #define EKEYREJECTED 135
548 #endif
549 #ifndef EOWNERDEAD
550 #define EOWNERDEAD 136
551 #define ENOTRECOVERABLE 137
552 #endif
553 %endif
554 %ifarch %{ix86} ia64 ppc ppc64 s390 s390x x86_64
555 #ifndef ENOKEY
556 #define ENOKEY 126
557 #define EKEYEXPIRED 127
558 #define EKEYREVOKED 128
559 #define EKEYREJECTED 129
560 #endif
561 #ifndef EOWNERDEAD
562 #define EOWNERDEAD 130
563 #define ENOTRECOVERABLE 131
564 #endif
565 %endif
566 %ifarch sparc sparcv9 sparc64
567 #ifndef ENOKEY
568 #define ENOKEY 128
569 #define EKEYEXPIRED 129
570 #define EKEYREVOKED 130
571 #define EKEYREJECTED 131
572 #endif
573 #ifndef EOWNERDEAD
574 #define EOWNERDEAD 132
575 #define ENOTRECOVERABLE 133
576 #endif
577 %endif
578 #endif
581 # A lot of programs still misuse memcpy when they have to use
582 # memmove. The memcpy implementation below is not tolerant at
583 # all.
584 rm -f sysdeps/alpha/alphaev6/memcpy.S
586 find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;
587 cat > find_provides.sh <<EOF
588 #!/bin/sh
589 /usr/lib/rpm/find-provides | grep -v GLIBC_PRIVATE
590 exit 0
592 chmod +x find_provides.sh
593 touch `find . -name configure`
594 touch locale/programs/*-kw.h
596 %build
597 GCC=gcc
598 GXX=g++
599 %ifarch %{ix86}
600 BuildFlags="-march=%{_target_cpu}"
601 %endif
602 %ifarch i686
603 BuildFlags="-march=i686 -mtune=pentium4"
604 %endif
605 %ifarch alphaev6
606 BuildFlags="-mcpu=ev6"
607 %endif
608 %ifarch sparc
609 BuildFlags="-fcall-used-g6"
610 GCC="gcc -m32"
611 GXX="g++ -m32"
612 %endif
613 %ifarch sparcv9
614 BuildFlags="-mcpu=ultrasparc -fcall-used-g6"
615 GCC="gcc -m32"
616 GXX="g++ -m32"
617 %endif
618 %ifarch sparc64
619 BuildFlags="-mcpu=ultrasparc -mvis -fcall-used-g6"
620 GCC="gcc -m64"
621 GXX="g++ -m64"
622 %endif
623 %ifarch ppc64
624 BuildFlags="-mno-minimal-toc"
625 GCC="gcc -m64"
626 GXX="g++ -m64"
627 %endif
629 BuildFlags="$BuildFlags -DNDEBUG=1"
630 if gcc -v 2>&1 | grep -q 'gcc version 3.[0123]'; then
631 BuildFlags="$BuildFlags -finline-limit=2000"
633 EnableKernel="--enable-kernel=%{enablekernel}"
634 echo "$BuildFlags" > BuildFlags
635 echo "$GCC" > Gcc
636 AddOns=`echo */configure | sed -e 's!/configure!!g;s!\(linuxthreads\|nptl\|rtkaio\)\( \|$\)!!g;s! \+$!!;s! !,!g;s!^!,!;/^,\*$/d'`
637 %ifarch %{rtkaioarches}
638 AddOns=,rtkaio$AddOns
639 %endif
640 echo "$AddOns" > AddOns
642 build_nptl()
644 builddir=build-%{nptl_target_cpu}-$1
645 shift
646 rm -rf $builddir
647 mkdir $builddir ; cd $builddir
648 build_CFLAGS="$BuildFlags -g -O3 $*"
649 CC="$GCC" CXX="$GXX" CFLAGS="$build_CFLAGS" ../configure --prefix=%{_prefix} \
650 --enable-add-ons=nptl$AddOns --without-cvs $EnableKernel \
651 --with-headers=`cd ..; pwd`/override_headers:%{_prefix}/include --enable-bind-now \
652 --with-tls --with-__thread --build %{nptl_target_cpu}-redhat-linux \
653 --host %{nptl_target_cpu}-redhat-linux \
654 --disable-profile
655 make %{?_smp_mflags} -r CFLAGS="$build_CFLAGS" PARALLELMFLAGS=-s
657 cd ..
660 build_nptl linuxnptl
662 %if %{buildxen}
663 build_nptl linuxnptl-nosegneg -mno-tls-direct-seg-refs
664 %endif
666 cd build-%{nptl_target_cpu}-linuxnptl
667 $GCC -static -L. -Os ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade.%{_target_cpu} \
668 -DNO_SIZE_OPTIMIZATION \
669 %ifarch i386
670 -DARCH_386 \
671 %endif
672 '-DLIBTLS="/%{_lib}/tls/"' \
673 '-DGCONV_MODULES_DIR="%{_prefix}/%{_lib}/gconv"' \
674 '-DLD_SO_CONF="/etc/ld.so.conf"' \
675 '-DICONVCONFIG="%{_sbindir}/iconvconfig.%{_target_cpu}"'
676 cd ..
678 %install
679 BuildFlags=`cat BuildFlags`
680 GCC=`cat Gcc`
681 AddOns=`cat AddOns`
683 rm -rf $RPM_BUILD_ROOT
684 mkdir -p $RPM_BUILD_ROOT
685 make -j1 install_root=$RPM_BUILD_ROOT install -C build-%{nptl_target_cpu}-linuxnptl PARALLELMFLAGS=-s
686 %ifnarch %{auxarches}
687 cd build-%{nptl_target_cpu}-linuxnptl && \
688 make %{?_smp_mflags} install_root=$RPM_BUILD_ROOT install-locales -C ../localedata objdir=`pwd` && \
689 cd ..
690 %endif
692 %if %{buildxen}
693 %define nosegneg_subdir i686/nosegneg
694 cd build-%{nptl_target_cpu}-linuxnptl-nosegneg
695 SubDir=%{nosegneg_subdir}
696 mkdir -p $RPM_BUILD_ROOT/%{_lib}/$SubDir/
697 cp -a libc.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so`
698 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc.so.*`
699 cp -a math/libm.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so`
700 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm.so.*`
701 cp -a nptl/libpthread.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/libpthread-%{version}.so
702 pushd $RPM_BUILD_ROOT/%{_lib}/$SubDir
703 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*`
704 popd
705 %ifarch %{rtkaioarches}
706 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/`
707 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.*`
708 %else
709 cp -a rt/librt.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so`
710 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt.so.*`
711 %endif
712 cp -a nptl_db/libthread_db.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so`
713 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db.so.*`
714 cd ..
715 %endif
717 # compatibility hack: this locale has vanished from glibc, but some other
718 # programs are still using it. Normally we would handle it in the %pre
719 # section but with glibc that is simply not an option
720 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/locale/ru_RU/LC_MESSAGES
722 # Remove the files we don't want to distribute
723 rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libNoVersion*
724 rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion*
726 # NPTL <bits/stdio-lock.h> is not usable outside of glibc, so include
727 # the generic one (#162634)
728 cp -a bits/stdio-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/stdio-lock.h
729 # And <bits/libc-lock.h> needs sanitizing as well.
730 cp -a fedora/libc-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/libc-lock.h
732 if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then
733 mkdir -p $RPM_BUILD_ROOT%{_infodir}
734 mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir}
735 rm -rf $RPM_BUILD_ROOT%{_prefix}/info
738 gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc*
740 ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libbsd.a
742 install -p -m 644 fedora/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf
744 mkdir -p $RPM_BUILD_ROOT/etc/default
745 install -p -m 644 nis/nss $RPM_BUILD_ROOT/etc/default/nss
747 # Take care of setuids
748 # -- new security review sez that this shouldn't be needed anymore
749 #chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown
751 # This is for ncsd - in glibc 2.2
752 install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc
753 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
754 install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
756 # Don't include ld.so.cache
757 rm -f $RPM_BUILD_ROOT/etc/ld.so.cache
759 # Include ld.so.conf
760 echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf
761 touch $RPM_BUILD_ROOT/etc/ld.so.cache
762 chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf
763 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
764 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
765 touch $RPM_BUILD_ROOT/etc/sysconfig/nscd
767 # Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
768 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
769 chmod 644 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
771 # Install the upgrade program
772 install -m 700 build-%{nptl_target_cpu}-linuxnptl/glibc_post_upgrade.%{_target_cpu} \
773 $RPM_BUILD_ROOT/usr/sbin/glibc_post_upgrade.%{_target_cpu}
775 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.o
777 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}
778 cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \
779 $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/
780 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
781 # Now strip debugging info from static libraries
782 pushd $RPM_BUILD_ROOT%{_prefix}/%{_lib}/
783 for i in *.a; do
784 if [ -f $i ]; then
785 case "$i" in
786 *_p.a) ;;
787 *) strip -g -R .comment $i ;;
788 esac
790 done
791 popd
793 # rquota.x and rquota.h are now provided by quota
794 rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
796 # Hardlink identical locale files together
797 %ifnarch %{auxarches}
798 gcc -O2 -o build-%{nptl_target_cpu}-linuxnptl/hardlink fedora/hardlink.c
799 build-%{nptl_target_cpu}-linuxnptl/hardlink -vc $RPM_BUILD_ROOT%{_prefix}/lib/locale
800 %endif
802 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss1-*
803 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1
805 # Ugly hack for buggy rpm
806 ln -f ${RPM_BUILD_ROOT}%{_sbindir}/iconvconfig{,.%{_target_cpu}}
808 # BUILD THE FILE LIST
809 find $RPM_BUILD_ROOT -type f -or -type l |
810 sed -e 's|.*/etc|%config &|' \
811 -e 's|.*/gconv/gconv-modules$|%verify(not md5 size mtime) %config(noreplace) &|' \
812 -e 's|.*/gconv/gconv-modules.cache|%verify(not md5 size mtime) &|' \
813 -e '/lib\/debug/d' > rpm.filelist.in
814 for n in %{_prefix}/share %{_prefix}/include %{_prefix}/lib/locale; do
815 find ${RPM_BUILD_ROOT}${n} -type d | \
816 grep -v '%{_prefix}/share$' | \
817 grep -v '%{_infodir}' | \
818 sed "s/^/%dir /" >> rpm.filelist.in
819 done
821 # primary filelist
822 SHARE_LANG='s|.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo|%lang(\1) &|'
823 LIB_LANG='s|.*/lib/locale/\([^/_]\+\)|%lang(\1) &|'
824 # rpm does not handle %lang() tagged files hardlinked together accross
825 # languages very well, temporarily disable
826 # LIB_LANG=''
827 sed -e "s|$RPM_BUILD_ROOT||" -e "$LIB_LANG" -e "$SHARE_LANG" < rpm.filelist.in |
828 grep -v '/etc/\(localtime\|nsswitch.conf\|ld.so.conf\|ld.so.cache\|default\)' | \
829 grep -v '/%{_lib}/lib\(pcprofile\|memusage\).so' | \
830 grep -v 'bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\)' | \
831 sort > rpm.filelist
833 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}
834 mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib}
835 for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
836 cp -a $i $i.tmp
837 sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
838 -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
839 $i.tmp > $i
840 chmod 755 $i; rm -f $i.tmp
841 done
843 grep '%{_infodir}' < rpm.filelist | grep -v '%{_infodir}/dir' > devel.filelist
844 grep '%{_prefix}/include/gnu/stubs-[32164]\+\.h' < rpm.filelist >> devel.filelist || :
846 grep '%{_prefix}/include' < rpm.filelist |
847 egrep -v '%{_prefix}/include/(linuxthreads|gnu/stubs-[32164]+\.h)' \
848 > headers.filelist
850 mv rpm.filelist rpm.filelist.full
851 grep -v '%{_prefix}/%{_lib}/lib.*_p.a' rpm.filelist.full |
852 egrep -v "(%{_prefix}/include)|(%{_infodir})" > rpm.filelist
854 grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist >> devel.filelist
855 grep '%{_prefix}/%{_lib}/.*\.o' < rpm.filelist >> devel.filelist
856 grep '%{_prefix}/%{_lib}/lib.*\.so' < rpm.filelist >> devel.filelist
858 mv rpm.filelist rpm.filelist.full
859 grep -v '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist.full |
860 grep -v '%{_prefix}/%{_lib}/.*\.o' |
861 grep -v '%{_prefix}/%{_lib}/lib.*\.so'|
862 grep -v '%{_prefix}/%{_lib}/linuxthreads' |
863 grep -v 'nscd' > rpm.filelist
865 grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
866 grep '%{_prefix}/lib/locale' < rpm.filelist >> common.filelist
867 grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
868 grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
869 grep '%{_prefix}/share' < rpm.filelist \
870 | grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
872 mv rpm.filelist rpm.filelist.full
873 grep -v '%{_prefix}/bin' < rpm.filelist.full |
874 grep -v '%{_prefix}/lib/locale' |
875 grep -v '%{_prefix}/libexec/pt_chown' |
876 grep -v '%{_prefix}/sbin/[^gi]' |
877 grep -v '%{_prefix}/share' > rpm.filelist
879 > nosegneg.filelist
880 %if %{xenpackage}
881 grep '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist >> nosegneg.filelist
882 mv rpm.filelist rpm.filelist.full
883 grep -v '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist.full > rpm.filelist
884 %endif
886 echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist
887 echo '%{_prefix}/sbin/tzdata-update' >> common.filelist
888 echo '%{_prefix}/sbin/nscd' > nscd.filelist
890 cat > utils.filelist <<EOF
891 %{_prefix}/%{_lib}/libmemusage.so
892 %{_prefix}/%{_lib}/libpcprofile.so
893 %{_prefix}/bin/memusage
894 %{_prefix}/bin/memusagestat
895 %{_prefix}/bin/mtrace
896 %{_prefix}/bin/pcprofiledump
897 %{_prefix}/bin/xtrace
900 # /etc/localtime
901 rm -f $RPM_BUILD_ROOT/etc/localtime
902 cp -f $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
903 #ln -sf ..%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
905 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo
907 cd fedora
908 $GCC -Os -static -o build-locale-archive build-locale-archive.c \
909 ../build-%{nptl_target_cpu}-linuxnptl/locale/locarchive.o \
910 ../build-%{nptl_target_cpu}-linuxnptl/locale/md5.o \
911 -DDATADIR=\"%{_datadir}\" -DPREFIX=\"%{_prefix}\" \
912 -L../build-%{nptl_target_cpu}-linuxnptl
913 install -m 700 build-locale-archive $RPM_BUILD_ROOT/usr/sbin/build-locale-archive
914 $GCC -Os -static -o tzdata-update tzdata-update.c \
915 -L../build-%{nptl_target_cpu}-linuxnptl
916 install -m 700 tzdata-update $RPM_BUILD_ROOT/usr/sbin/tzdata-update
917 cd ..
919 # the last bit: more documentation
920 rm -rf documentation
921 mkdir documentation
922 cp crypt/README.ufc-crypt documentation/README.ufc-crypt
923 cp timezone/README documentation/README.timezone
924 cp ChangeLog{,.14,.15} documentation
925 bzip2 -9 documentation/ChangeLog*
927 %ifarch s390x
928 # Compatibility symlink
929 mkdir -p $RPM_BUILD_ROOT/lib
930 ln -sf /%{_lib}/ld64.so.1 $RPM_BUILD_ROOT/lib/ld64.so.1
931 %endif
932 %ifarch ia64
933 %if "%{_lib}" == "lib64"
934 # Compatibility symlink
935 mkdir -p $RPM_BUILD_ROOT/lib
936 ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
937 %endif
938 %endif
940 # Increase timeouts
941 export TIMEOUTFACTOR=16
942 echo ====================TESTING=========================
943 cd build-%{nptl_target_cpu}-linuxnptl
944 make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
945 cd ..
946 %if %{buildxen}
947 echo ====================TESTING -mno-tls-direct-seg-refs=============
948 cd build-%{nptl_target_cpu}-linuxnptl-nosegneg
949 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1 | tee check.log || :
950 cd ..
951 %endif
952 echo ====================TESTING DETAILS=================
953 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check.log`; do
954 echo =====$i=====
955 cat $i || :
956 echo ============
957 done
958 echo ====================TESTING END=====================
959 PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p'
960 echo ====================PLT RELOCS LD.SO================
961 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-*.so | sed -n -e "$PLTCMD"
962 echo ====================PLT RELOCS LIBC.SO==============
963 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/libc-*.so | sed -n -e "$PLTCMD"
964 echo ====================PLT RELOCS END==================
966 %if "%{_enable_debug_packages}" == "1"
968 case "$-" in *x*) save_trace=yes;; esac
969 set +x
970 echo Building debuginfo subpackage...
972 blf=debugfiles.list
973 sf=debugsources.list
974 cblf=debugcommonfiles.list
975 csf=debugcommonsources.list
977 echo -n > $sf
978 echo -n > $csf
980 strip $RPM_BUILD_ROOT/{sbin/ldconfig,usr/sbin/glibc_post_upgrade.%{_target_cpu},usr/sbin/build-locale-archive}
982 # Strip ELF binaries
983 for f in `cat rpm.filelist nosegneg.filelist \
984 | grep -v '%%\(dir\|lang\|config\|verify\)'`; do
985 bf=$RPM_BUILD_ROOT$f
986 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
987 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
988 bd=`dirname $f`
989 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
990 mkdir -p $outd
991 echo extracting debug info from $f
992 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $sf $bf
993 bn=`basename $f`
994 case $f in
995 /%{_lib}/*) eu-strip -g -f $outd/$bn.debug $bf || :;;
996 *) eu-strip -f $outd/$bn.debug $bf || :;;
997 esac
998 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $blf; fi
1001 done
1003 for f in `cat common.filelist utils.filelist nscd.filelist \
1004 | grep -v '%%\(dir\|lang\|config\|verify\)'`; do
1005 bf=$RPM_BUILD_ROOT$f
1006 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
1007 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
1008 bd=`dirname $f`
1009 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
1010 mkdir -p $outd
1011 echo extracting debug info from $f
1012 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $csf $bf
1013 bn=`basename $f`
1014 eu-strip -f $outd/$bn.debug $bf || :
1015 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $cblf; fi
1018 done
1020 for f in `find $RPM_BUILD_ROOT/%{_lib} -type l`; do
1021 l=`ls -l $f`
1022 l=${l#* -> }
1023 t=/usr/lib/debug`dirname ${f#$RPM_BUILD_ROOT}`
1024 if grep -q "^$t/$l.debug\$" $blf; then
1025 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1026 echo $t/`basename $f`.debug >> $blf
1027 elif grep -q "^$t.debug/$l\$" $cblf; then
1028 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1029 echo $t/`basename $f`.debug >> $cblf
1031 done
1033 echo Sorting source file lists. Might take a while...
1034 xargs -0 -n 1 echo < $sf | LC_ALL=C grep -v '/<internal>$\|\.gperf$' | LC_ALL=C sort -u > $sf.sorted
1035 xargs -0 -n 1 echo < $csf | LC_ALL=C grep -v '/<internal>$\|\.gperf$' | LC_ALL=C sort -u > $csf.sorted
1036 mkdir -p $RPM_BUILD_ROOT/usr/src/debug
1037 cat $sf.sorted $csf.sorted \
1038 | (cd $RPM_BUILD_DIR; LC_ALL=C sort -u | cpio -pdm ${RPM_BUILD_ROOT}/usr/src/debug)
1039 # stupid cpio creates new directories in mode 0700, fixup
1040 find $RPM_BUILD_ROOT/usr/src/debug -type d -print | xargs chmod a+rx
1042 %ifarch %{debuginfocommonarches}
1043 %ifarch %{auxarches}
1044 %ifarch %{ix86}
1045 %define basearch i386
1046 %endif
1047 %ifarch alpha alphaev6
1048 %define basearch alpha
1049 %endif
1050 %ifarch sparc sparcv9
1051 %define basearch sparc
1052 %endif
1053 cat $blf > debuginfo.filelist
1054 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1055 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfo.filelist
1056 grep '/generic/\|/linux/\|/%{basearch}/\|/nptl\(_db\)\?/\|^%{glibcsrcdir}/build' \
1057 $sf.sorted | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1058 touch debuginfocommon.filelist
1059 %else
1060 ( grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $csf.sorted || : ) > $csf.sorted.build
1061 cat $blf > debuginfo.filelist
1062 cat $cblf > debuginfocommon.filelist
1063 grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $sf.sorted \
1064 | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1065 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1066 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfocommon.filelist
1067 ( cat $csf.sorted; grep -v -f $csf.sorted.build $sf.sorted ) \
1068 | grep -v 'dl-osinfo\.h' | LC_ALL=C sort -u \
1069 | sed 's|^|/usr/src/debug/|' >> debuginfocommon.filelist
1070 %endif
1071 %else
1072 cat $blf $cblf | LC_ALL=C sort -u > debuginfo.filelist
1073 echo '/usr/src/debug/%{glibcsrcdir}' >> debuginfo.filelist
1074 %endif
1076 [ "x$save_trace" = xyes ] && set -x
1078 %endif
1080 %ifarch %{auxarches}
1081 case "$-" in *x*) save_trace=yes;; esac
1082 set +x
1083 echo Cutting down the list of unpackaged files
1084 for i in `sed '/%%dir/d;/%%config/d;/%%verify/d;s/%%lang([^)]*) //' \
1085 common.filelist devel.filelist headers.filelist \
1086 utils.filelist nscd.filelist`; do
1087 [ -f "$RPM_BUILD_ROOT$i" ] && rm -f "$RPM_BUILD_ROOT$i" || :
1088 done
1089 [ "x$save_trace" = xyes ] && set -x
1091 %else
1093 mkdir -p $RPM_BUILD_ROOT/var/{db,run}/nscd
1094 touch $RPM_BUILD_ROOT/var/{db,run}/nscd/{passwd,group,hosts}
1095 touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid}
1096 %endif
1098 touch $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive
1100 %post -p /usr/sbin/glibc_post_upgrade.%{_target_cpu}
1102 %postun -p /sbin/ldconfig
1104 %post common -p /usr/sbin/build-locale-archive
1106 %triggerin common -p /usr/sbin/tzdata-update -- tzdata
1108 %post devel
1109 /sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir
1111 %pre headers
1112 # this used to be a link and it is causing nightmares now
1113 if [ -L %{_prefix}/include/scsi ] ; then
1114 rm -f %{_prefix}/include/scsi
1117 %preun devel
1118 if [ "$1" = 0 ]; then
1119 /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir
1122 %post utils -p /sbin/ldconfig
1124 %postun utils -p /sbin/ldconfig
1126 %pre -n nscd
1127 /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \
1128 -c "NSCD Daemon" -u 28 nscd > /dev/null 2>&1 || :
1130 %post -n nscd
1131 /sbin/chkconfig --add nscd
1133 %preun -n nscd
1134 if [ $1 = 0 ] ; then
1135 service nscd stop > /dev/null 2>&1
1136 /sbin/chkconfig --del nscd
1139 %postun -n nscd
1140 if [ $1 = 0 ] ; then
1141 /usr/sbin/userdel nscd > /dev/null 2>&1 || :
1143 if [ "$1" -ge "1" ]; then
1144 service nscd condrestart > /dev/null 2>&1 || :
1147 %if %{xenpackage}
1148 %post xen -p /sbin/ldconfig
1149 %postun xen -p /sbin/ldconfig
1150 %endif
1152 %clean
1153 rm -rf "$RPM_BUILD_ROOT"
1154 rm -f *.filelist*
1156 %files -f rpm.filelist
1157 %defattr(-,root,root)
1158 %if %{buildxen} && !%{xenpackage}
1159 %dir /%{_lib}/%{nosegneg_subdir}
1160 %endif
1161 %ifarch s390x
1162 %dir /lib
1163 /lib/ld64.so.1
1164 %endif
1165 %ifarch ia64
1166 %if "%{_lib}" == "lib64"
1167 %dir /lib
1168 /lib/ld-linux-ia64.so.2
1169 %endif
1170 %endif
1171 %verify(not md5 size mtime) %config(noreplace) /etc/localtime
1172 %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
1173 %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
1174 %dir /etc/ld.so.conf.d
1175 %dir %{_prefix}/libexec/getconf
1176 %dir %{_prefix}/%{_lib}/gconv
1177 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
1178 %doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
1179 %doc COPYING COPYING.LIB README.libm LICENSES
1180 %doc hesiod/README.hesiod
1182 %if %{xenpackage}
1183 %files -f nosegneg.filelist xen
1184 %defattr(-,root,root)
1185 %dir /%{_lib}/%{nosegneg_subdir}
1186 %endif
1188 %ifnarch %{auxarches}
1189 %files -f common.filelist common
1190 %defattr(-,root,root)
1191 %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
1192 %dir %attr(755,root,root) /etc/default
1193 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
1194 %doc documentation/*
1196 %files -f devel.filelist devel
1197 %defattr(-,root,root)
1199 %files -f headers.filelist headers
1200 %defattr(-,root,root)
1202 %files -f utils.filelist utils
1203 %defattr(-,root,root)
1205 %files -f nscd.filelist -n nscd
1206 %defattr(-,root,root)
1207 %config(noreplace) /etc/nscd.conf
1208 %config /etc/rc.d/init.d/nscd
1209 %dir %attr(0755,root,root) /var/run/nscd
1210 %dir %attr(0755,root,root) /var/db/nscd
1211 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid
1212 %attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket
1213 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
1214 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
1215 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
1216 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd
1217 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group
1218 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts
1219 %ghost %config(missingok,noreplace) /etc/sysconfig/nscd
1220 %endif
1222 %if "%{_enable_debug_packages}" == "1"
1223 %files debuginfo -f debuginfo.filelist
1224 %defattr(-,root,root)
1225 %ifarch %{debuginfocommonarches}
1226 %ifnarch %{auxarches}
1227 %files debuginfo-common -f debuginfocommon.filelist
1228 %defattr(-,root,root)
1229 %dir %{_prefix}/lib/debug
1230 %dir %{_prefix}/lib/debug/%{_prefix}
1231 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1232 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1233 %endif
1234 %else
1235 %dir %{_prefix}/lib/debug
1236 %dir %{_prefix}/lib/debug/%{_prefix}
1237 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1238 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1239 %endif
1240 %endif
1242 %changelog
1243 * Wed Feb 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-32
1244 - update from CVS
1245 - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9},
1246 alpha 128-bit long double support
1247 - add inotify syscall numbers to the override <asm/unistd.h> headers
1248 (#179366)
1250 * Mon Jan 30 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-31
1251 - update from CVS
1252 - 128-bit long double on ppc, ppc64, s390, s390x and sparc{,v9}
1253 - add some new syscall numbers to the override <asm/unistd.h>
1254 headers
1256 * Mon Jan 9 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-30
1257 - update from CVS
1258 - <pthread.h> initializer fixes for -std=c{8,9}9 on 32-bit
1259 arches
1260 - avoid writable .rodata (#177121)
1262 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-29
1263 - update from CVS
1264 - make pthread_mutex_t an unnamed union again, as it affects
1265 libstdc++ ABI mangling
1267 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-28
1268 - update from CVS
1269 - make aio_suspend interruptible by signals (#171968)
1271 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-27
1272 - only rely on d_type in 32-bit getdents on s390 for 2.6.11+
1274 * Wed Jan 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-26
1275 - update from CVS
1276 - for newly linked lio_listio* callers, send per request
1277 notifications (#170116)
1278 - fixup nscd -S option removal changes (#176860)
1279 - remove nonnull attribute from ctermid (#176753)
1280 - fix PTHREAD_*_INITIALIZER{,_NP} on 64-bit arches
1281 - SPARC NPTL support for pre-v9 CPUs
1282 - drop support for 2.4.xx and < 2.6.9 kernels
1284 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-25
1285 - update from CVS
1286 - s390{,x} and sparc{,64} pointer mangling fixes
1287 - install a sanitized LinuxThreads <bits/libc-lock.h>
1289 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-24
1290 - update from CVS
1291 - nscd audit changes (#174422)
1292 - ppc{32,64} vDSO support and ppc32 hp-timing
1294 * Tue Dec 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-23
1295 - update from CVS
1296 - robust mutexes
1297 - fix transliteration segfaults (#176573, #176583)
1298 - ignore prelink temporaries in ldconfig (#176570)
1300 * Wed Dec 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-22
1301 - update from CVS
1302 - minor fts fixes
1303 - revert broken _Pragma () workaround
1304 - fix ldconfig on bi-arch architectures (#176316)
1306 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-21
1307 - update from CVS
1308 - fix pointer (de)mangling in gconv_cache.c
1310 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-20
1311 - update from CVS
1312 - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952)
1313 - fix errlist generation
1314 - update ulps for GCC 4.1 on IA-64
1316 * Mon Dec 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-19
1317 - update from CVS
1318 - sysdeps/generic reorg
1319 - setjmp/longjmp jump pointer mangling
1320 - rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma ()
1321 handling in it
1322 - remove glibc-profile subpackage
1323 - use non-PLT calls for malloc/free/realloc/memalign invocations in
1324 mtrace and mcheck hooks (#175261)
1325 - setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x}
1327 * Sat Nov 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-18
1328 - update from CVS
1329 - change <sys/stat.h> for broken apps that #define const /**/,
1330 handle non-GCC compilers
1331 - fix ppc{32,64} strncmp (BZ#1877, #173643, IT#83510)
1332 - provide shmatt_t typedef in ia64 <sys/shm.h (#173680)
1333 - support 2nd arg to futimesat being NULL (#173581)
1335 * Wed Nov 16 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-17
1336 - update from CVS
1337 - fix <sys/stat.h> in C++
1338 - {fstat,fchown,rename,unlink}at fixes
1339 - epoll_wait is now a cancellation point
1341 * Tue Nov 15 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-16
1342 - update from CVS
1343 - make sure waitid syscall is used on ppc*/s390*
1345 * Thu Oct 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-15
1346 - update from CVS
1347 - be permissive in %n check because of kernel bug #165351 (#171240)
1348 - don't misalign stack in pthread_once on x86_64 (#170786, IT#81521)
1349 - many locale fixes
1351 * Mon Oct 10 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-14
1352 - update from CVS
1353 - fix malloc bug after fork introduced in the last update
1354 - fix getent hosts IP for IPv4 IPs (#169831)
1356 * Mon Oct 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-13
1357 - update from CVS
1358 - fix setuid etc. hangs if some thread exits during the call (#167766)
1359 - fix innetgr memory leak (#169051)
1360 - support > 2GB nscd log files (#168851)
1361 - too many other changes to list here
1362 - include errno in nscd message if audit_open failed (#169148)
1364 * Mon Sep 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-12
1365 - update from CVS
1366 - netgrp handling fixes (#167728)
1367 - fix memory leak in setlocale (BZ#1318)
1368 - fix hwcaps computation
1369 - several regex portability improvements (#167019)
1370 - hypotf fix
1371 - fix *printf return code if underlying write fails (BZ#1146)
1372 - PPC64 dl{,v}sym fixes for new ABI .opd symbols
1373 - fix calloc with MALLOC_PERTURB_ in environment on 64-bit architectures
1374 (#166719)
1375 - source /etc/sysconfig/nscd (if it exists) in /etc/rc.d/init.d/nscd
1376 (#167083)
1377 - add %%triggerin for tzdata to glibc-common, so that tzdata updates
1378 update /etc/localtime and /var/spool/postfix/etc/localtime if they
1379 exist (#167787)
1381 * Mon Aug 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-11
1382 - FUTEX_WAKE_OP support to speed up pthread_cond_signal
1384 * Wed Aug 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-10
1385 - update from CVS
1386 - fix growing of nscd persistent database (BZ#1204)
1387 - fix _FORTIFY_SOURCE mbstowcs and wcstombs if destination size
1388 is known at compile time, but length argument is not
1390 * Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-9
1391 - update from CVS
1392 - fix resolving over TCP (#161181, #165802)
1393 - on ia64 don't abort on unhandled math function exception codes
1394 (#165693)
1396 * Mon Aug 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8
1397 - update from CVS
1398 - nscd persistent database verifier (#164001)
1399 - cleanup _FORTIFY_SOURCE bits/*.h headers (#165000)
1400 - handle EINTR in sigwait properly
1401 - make sure poor man's stack guard randomization keeps first
1402 byte 0 even on big-endian 32-bit arches
1403 - fix {elf,nptl}/tst-stackguard1
1404 - obsolete linuxthreads-devel in glibc-devel
1406 * Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-7
1407 - update from CVS
1408 - do some poor man's stack guard randomization even without
1409 the costly --enable-stackguard-randomization
1410 - rebuilt with new GCC to make it use -msecure-plt on PPC32
1412 * Mon Jul 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-6
1413 - update from CVS
1414 - fix execvp if PATH is not in environment and the call is going
1415 to fail (BZ#1125)
1416 - another bits/wchar2.h fix (#163990)
1418 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-5
1419 - update from CVS
1420 - fix stubs.h generation
1421 - don't use _G_va_list in bits/wchar2.h
1423 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-4
1424 - update from CVS
1425 - make sure bits/wchar2.h header is installed
1426 - fix __getgroups_chk return type
1428 * Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-3
1429 - update from CVS
1430 - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
1431 poll when contacting nscd more gracefully
1432 - remove malloc attribute from posix_memalign
1433 - correctly size nscd buffer for grpcache key (#163538)
1434 - fix atan2f
1435 - fix error memory leaks
1436 - some more _FORTIFY_SOURCE protection
1438 * Fri Jul 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-2
1439 - update from CVS
1440 - ia64 stack protector support
1441 - handle DNS referral results as server errors (#162625)
1442 - ctan{,h}{,f,l} fixes (#160759)
1443 - pass argc, argv and envp also to executable's *ni_array
1444 functions (BZ#974)
1445 - add ellipsis to clone prototype (#161593)
1446 - fix glibc-profile (#162601)
1447 - nss_compat fixes
1448 - use sysdeps/generic version of <bits/stdio-lock.h> in installed
1449 headers instead of NPTL version (#162634)
1451 * Mon Jun 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-1
1452 - update from CVS
1453 - stack protector support
1454 - fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583)
1455 - enable @GLIBC_2.4 symbols
1456 - remove linuxthreads
1458 * Mon Jun 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-11
1459 - update from CVS
1460 - PPC32 -msecure-plt support
1461 - support classes keyword in /etc/hesiod.conf (#150350)
1462 - add RLIMIT_NICE and RLIMIT_RTPRIO to <sys/resources.h> (#157049)
1463 - decrease number of .plt relocations in libc.so
1464 - use -laudit in nscd (#159217)
1465 - handle big amounts of networking interfaces in getifaddrs/if_nameindex
1466 (#159399)
1467 - fix pa_IN locale's am_pm (#158715, BZ#622)
1468 - fix debugging of PIEs
1470 * Mon May 30 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-10
1471 - fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion)
1472 has been always overwritten with the version of currently
1473 running kernel)
1474 - remove linuxthreads man pages other than those covered in
1475 3p section, as 3p man pages are far better quality and describe
1476 POSIX behaviour that NPTL implements (#159084)
1478 * Tue May 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-9
1479 - update from CVS
1480 - increase bindresvport's LOWPORT to 512, apparently some
1481 broken daemons don't think 0 .. 511 ports are reserved
1483 * Mon May 23 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-8
1484 - update from CVS
1485 - fix kernel version check in ld.so
1486 - fix sendfile{,64} prototypes (BZ#961)
1487 - try more ports in bindresvport if all 600..1023 are
1488 used, don't use priviledged ports when talking to portmap
1489 (#141773)
1491 * Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
1492 - update from CVS
1493 - make regexec thread safe (BZ#934)
1494 - fix statically linked programs on i?86, x86_64, s390* and
1495 sparc* (#158027)
1496 - fix IBM939 iconv module (BZ#955)
1498 * Wed May 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-6
1499 - update from CVS
1500 - fix cancellation on i?86
1501 - add call frame information to i?86 assembly
1503 * Tue May 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
1504 - update from CVS
1505 - add some more UTF-8 locales (#156115)
1506 - clean up /lib64/tls instead of /lib/tls on x86-64, s390x and
1507 ppc64 in glibc_post_upgrade (#156656)
1508 - fix posix_fallocate{,64} (#156289)
1510 * Thu Apr 28 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-4
1511 - update from CVS
1512 - fix nscd cache pruning (#150748)
1514 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-3
1515 - update from CVS
1516 - fix linuxthreads clocks
1517 - put xen libs into the glibc-2*.i686 package instead of a separate one
1518 - fix librt.so symlink in linuxthreads-devel
1519 - do not include linuxthreads-devel on %{auxarches},
1520 just on the base architectures
1522 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-2
1523 - update from CVS
1524 - with MALLOC_CHECK_=N N>0 (#153003)
1525 - fix recursive dlclose (#154641)
1526 - handle %z in strptime (#154804)
1527 - automatically append /%{_lib}/obsolete/linuxthreads/
1528 to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19
1529 or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno
1530 properly). Warning: all those will stop working when LinuxThreads
1531 is finally nuked, which is not very far away
1532 - remove nonnull attribute from acct prototype (BZ#877)
1533 - kernel CPU clocks support
1534 - fix *scanf in locales with multi-byte decimal point
1536 * Wed Apr 27 2005 Roland McGrath <roland@redhat.com>
1537 - glibc-xen subpackage for i686
1539 * Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
1540 - update from CVS
1541 - fix execvp regression (BZ#851)
1542 - ia64 libm updates
1543 - sparc updates
1544 - fix initstate{,_r}/strfry (#154504)
1545 - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
1546 support "hwcap" keyword in ld.so.conf files
1548 * Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
1549 - update from CVS
1550 - fix xdr_rmtcall_args on 64-bit arches (#151686)
1551 - fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
1553 * Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
1554 - move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/
1555 and NPTL libraries to /%{_lib}. To run a program against LinuxThreads,
1556 LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/
1557 is now needed
1558 - bzip2 ChangeLog* files instead of gzipping them
1560 * Sat Apr 2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
1561 - update from CVS
1562 - fix nextafterl and several other libm routines on ia64
1563 - fix initgroups (BZ#661)
1564 - kill nptl-devel subpackage, add linuxthreads-devel,
1565 compile and link by default against NPTL and only with
1566 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads
1567 against LinuxThreads
1568 - package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in
1569 i386 glibc-debuginfo
1570 - limit number of ChangeLog* files in glibc-common %%doc
1571 to last 2.5 years of changes only to save space
1573 * Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
1574 - fix build on 64-bit arches with new GCC
1576 * Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
1577 - update from CVS
1578 - fix LD_AUDIT in LinuxThreads ld.so
1579 - fix calloc with M_PERTURB
1580 - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
1581 on ppc*/ia64/alpha/mips (BZ#801)
1582 - fix a typo in WINDOWS-31J charmap (#151739)
1583 - fix NIS ypprot_err (#151469)
1585 * Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
1586 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
1588 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
1589 - update from CVS
1590 - better fix for the dlclose bug (#145810, #150414)
1591 - fix regex crash on case insensitive search in zh_CN locale
1592 (#151215)
1593 - fix malloc_trim (BZ#779)
1594 - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
1595 as function-like macros, there are too many broken programs
1596 out there
1597 - add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372)
1599 * Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
1600 - fix bits/socket2.h macro typos
1602 * Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
1603 - fix tst-chk{2,3}
1604 - fix up AS_NEEDED directive in /usr/%{_lib}/libc.so
1605 - BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
1606 glibc-devel Conflict with binutils < 2.15.94.0.2-1
1608 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
1609 - update from CVS
1610 - fix execvp (#149290)
1611 - fix dlclose (#145810)
1612 - clear padding in gconv-modules.cache (#146614, BZ#776)
1613 - rebuilt with GCC4
1614 - changed __GLIBC_MINOR__ for now back to 3
1615 - back out the newly added GLIBC_2.4 *_chk routines, instead
1616 do the checking in macros
1618 * Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
1619 - hopefully fix interaction with prelink (#147655)
1621 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
1622 - update from CVS
1623 - bi-arch <gnu/stubs.h> (BZ#715)
1625 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
1626 - update from CVS
1627 - bi-arch <gnu/lib-names.h> (BZ#632)
1628 - fix libdl on s390 and maybe other platforms
1629 - fix initstate{,_r} (BZ#710)
1630 - fix <gnu/stubs.h> generation (BZ#157)
1631 - define CMSPAR in bits/termios.h (#147533)
1633 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
1634 - update from CVS
1635 - fix TLS handling in linuxthreads
1637 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
1638 - update from CVS
1639 - ld.so auditing
1640 - fix segfault if chrooted app attempts to dlopen a library
1641 and no standard library directory exists at all (#147067, #144303)
1642 - fix initgroups when nscd is running, but has group caching disabled
1643 (#146588)
1644 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
1645 has not been called yet (#146710)
1646 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
1647 - service nscd cosmetic fixes (#146776)
1648 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
1649 - fix zdump -v segfaults on x86-64 (#146210)
1650 - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
1651 - fix errno values for futimes (BZ#633)
1652 - unconditionally include <features.h> in malloc.h (BZ#650)
1653 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
1654 (from empty string inside of word to empty string not at a word boundary,
1655 BZ#693)
1656 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
1657 and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
1658 %gs access with negative offsets
1659 - fix addseverity
1660 - fix fmemopen
1661 - fix rewinddir
1662 - increase svc{tcp,unix}_create listen backlog
1664 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
1665 - update from CVS
1666 - add some warn_unused_result marking
1667 - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
1668 (BZ#640)
1670 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
1671 - update from CVS
1672 - fix IA-32 stack alignment for LinuxThreads thread functions
1673 and functions passed to clone(2) directly
1674 - fix ecvt{,_r} on denormals (#143279)
1675 - fix __tls_get_addr typo
1676 - fix rounding in IA-64 alarm (#143710)
1677 - don't reinitialize __environ in __libc_start_main, so that
1678 effects of setenv/putenv done in DSO initializers are preserved
1679 (#144037, IT#57403)
1680 - fix fmemopen
1681 - fix vDSO l_map_end and l_text_end values
1682 - IA64 libm update (#142494)
1683 - fix ppc rint/ceil etc. (BZ#602)
1685 * Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
1686 - rebuilt
1688 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
1689 - work around rpm bug some more, this time by copying
1690 iconvconfig to iconvconfig.%%{_target_cpu}.
1692 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
1693 - update from CVS
1694 - glibc 2.3.4 release
1695 - add -o and --nostdlib options to iconvconfig
1696 - if /sbin/ldconfig doesn't exist when running
1697 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
1698 This can happen during first install of bi-arch glibc and the
1699 other arch glibc's %post wil run /sbin/ldconfig (#143326)
1700 - use -o and --nostdlib options to create all needed
1701 gconv-modules.cache files on bi-arch setups
1703 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
1704 - rebuilt
1706 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
1707 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
1708 if /sbin/init is the same ELF class and machine as
1709 glibc_post_upgrade.%%{_target_cpu} and similarly with
1710 condrestarting sshd (#143046)
1712 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
1713 - update from CVS
1714 - fix ppc64 getcontext and swapcontext (BZ#610)
1715 - sparc/sparc64 fixes
1717 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
1718 - update from CVS
1719 - fix i686 __USE_STRING_INLINES strncat
1720 - make sure ppc/ppc64 maintain correct stack alignment
1721 across clone
1723 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
1724 - export nis_domain_of_r from libnsl.so again which was
1725 unintentionally lost
1727 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
1728 - update from CVS
1729 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
1730 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
1731 (BZ#457)
1732 - fix sysconf (_POSIX_V6_*) for other ABI environments in
1733 bi-arch setups
1734 - s390/s390x clone without CLONE_THREAD getpid () adjustement
1736 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
1737 - update from CVS
1738 - fix %{_prefix}/libexec/getconf filenames generation
1740 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
1741 - update from CVS
1742 - double buffer size in getXXbyYY or getXXent on ERANGE
1743 instead of adding BUFLEN (#142617)
1744 - avoid busy loop in malloc if another thread is doing fork
1745 (#142214)
1746 - some more realloc corruption checks
1747 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
1748 tweak %{_prefix}/libexec/getconf/ filenames
1750 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
1751 - update from CVS
1752 - regex speedups
1753 - use | cat in ldd if running under bash3+ to allow running
1754 it on binaries that are not through SELinux allowed to access
1755 console or tty
1756 - add __NR_waitid defines for alpha and ia64
1758 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
1759 - update from CVS
1760 - fix clone2 on ia64
1761 - avoid tst-timer5 failing with linuxthreads implementation
1762 - if __libc_enable_secure, disallow mode != normal
1763 - change ldd script to imply -r when -u is used, properly
1764 propagate return value and handle suid binaries
1766 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
1767 - update from CVS
1768 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
1769 - disregard LD_DEBUG if __libc_enable_secure in normal mode
1770 if /suid-debug doesn't exist
1771 - fix fseekpos after ungetc
1772 - avoid reading bytes before start of buffers in regex's
1773 check_dst_limits_calc_pos_1 (#142060)
1774 - make getpid () working with clone/clone2 without CLONE_THREAD
1775 (so far on i386/x86_64/ia64 only)
1776 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
1777 - make %{_prefix}/libexec/getconf directory owned by glibc package
1779 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
1780 - update from CVS
1781 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
1782 - fix mktime with < 0 or > 59 tm_sec on entry
1783 - remove nonnull attribute for realpath
1784 - add $(make-target-directory) for errlist-compat.c rule
1785 (hopefully fix #141404)
1786 - add testcase for ungetc bug
1787 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
1789 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
1790 - update from CVS
1791 - some posix_opt.h fixes
1792 - fix strtold use of unitialized memory (#141000)
1793 - some more bugfixes for bugs detected by valgrind
1794 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
1795 on s390{,x} (#139678)
1797 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
1798 - update from CVS
1799 - support -v specification in getconf
1800 - fix sysconf (_SC_LFS64_CFLAGS) etc.
1801 - avoid thread stack aliasing issues on EM64T (#140803)
1802 - move %{_prefix}/include/nptl headers from nptl-devel
1803 to glibc-headers, so that even NPTL specific programs
1804 can be built bi-arch without problems
1806 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
1807 - update from CVS
1808 - fix memory leak in getaddrinfo if using nscd (#139559)
1809 - handle large lines in /etc/hosts and /etc/networks
1810 (#140378)
1811 - add nonnull attributes to selected dirent.h and dlfcn.h
1812 functions
1814 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
1815 - update from CVS
1816 - add deprecated and/or nonnull attribute to some signal.h
1817 functions
1818 - speed up tzset () by only using stat instead of open/fstat
1819 when calling tzset for the second and following time if
1820 /etc/localtime has not changed
1821 - fix tgamma (BZ #552)
1823 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
1824 - update from CVS
1825 - some malloc () checking
1826 - libpthread.a object dependency cleanups (#115157)
1827 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
1829 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
1830 - don't use chunksize in <= 2 * SIZE_SZ free () checks
1832 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
1833 - update from CVS
1834 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
1835 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
1836 issue special error message instead of using the buffer overflow
1837 detected one
1838 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
1839 speedup searching with nested subexps (BZ #544)
1840 - block SIGCANCEL in NPTL timer_* helper thread
1841 - further free () checking
1843 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
1844 - update from CVS
1845 - fix free () checking
1846 - move /etc/default/nss into glibc-common (hopefully fix #132392)
1848 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
1849 - update from CVS
1850 - fix LD_DEBUG=statistics
1851 - issue error message before aborting in __chk_fail ()
1852 - some more free () checking
1854 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
1855 - update from CVS
1856 - speedup regex on palindromes (BZ #429)
1857 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
1858 less priviledged all threads change their credentials successfully
1860 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
1861 - update from CVS
1862 - fix regcomp crash (#138439)
1863 - fix ftell{,o,o64} (#137885)
1864 - robustification of nscd to cope with corrupt databases (#137140)
1865 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
1866 - some regex optimizations
1868 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
1869 - update from CVS
1870 - mktime cleanups (BZ #487, #473)
1871 - unique comments in free(3) check error messages
1872 - adjust some x86_64 headers for -m32 (#129712)
1873 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
1875 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
1876 - fix <netinet/udp.h> header
1877 - fix globfree (#137176)
1878 - fix exiting if there are dlmopened libraries in namespaces
1879 other than main one not closed yet
1880 - export again _res_opcodes and __p_{class,type}_syms from
1881 libresolv.so that were lost in -69
1883 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
1884 - remove setaltroot and key{_add,_request,ctl} also from Versions
1885 - back out _sys_errlist changes
1887 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
1888 - back out setaltroot and key{_add,_request,ctl} addition
1889 - fix severe x86-64 symbol versioning regressions that breaks
1890 e.g. java binaries
1892 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
1893 - update from CVS
1894 - fix minor catchsegv temp file handling vulnerability
1895 (CAN-2004-0968, #136319)
1896 - add 4 new errno codes
1897 - setaltroot, key{_add,_request,ctl} syscalls on some arches
1898 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
1899 gdb purpose
1900 - use inet_pton to decide what is address and what is hostname
1901 in getent (#135422)
1902 - change dladdr/dladdr1, so that dli_saddr is the same kind
1903 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
1904 - fix catchsegv script so that it works with both 32-bit and 64-bit
1905 programs on multi-arch platforms
1907 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
1908 - update from CVS
1909 - require newer selinux-policy (#135978)
1910 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
1911 files in it
1912 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
1914 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
1915 - update from CVS
1916 - object size checking support (-D_FORTIFY_SOURCE={1,2})
1918 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
1919 - update from CVS
1920 - support for namespaces in the dynamic linker
1921 - fix dlclose (BZ #77)
1922 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
1923 and s390 (#130254)
1925 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
1926 - update from CVS
1927 - use non-blocking sockets in resolver (#135234)
1928 - reset pd->res options on thread exit, so that threads
1929 reusing cached stacks get resolver state properly initialized
1930 (BZ #434)
1932 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
1933 - update from CVS
1934 - avoid using perl in the spec file, buildrequire sed >= 3.95
1935 (#127671)
1936 - export TIMEOUTFACTOR=16
1937 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
1939 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
1940 - update from CVS
1941 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
1942 to -1 in LinuxThreads
1943 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
1944 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
1945 returns correct value
1946 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
1947 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
1948 dlopen libpthread.so and dlsym pthread_condattr_setclock
1949 - build nscd with -z relro and -z now
1951 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
1952 - update from CVS
1953 - stop using __builtin_expect in assert and assert_perror
1954 (#127606)
1955 - try to avoid too much VA fragmentation with malloc
1956 on flexmap layout (#118574)
1957 - nscd robustification
1958 - change valloc to use debugging hooks (#134385)
1959 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
1960 #125700)
1962 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
1963 - update from CVS
1964 - fix __nscd_getgrouplist
1965 - fix a typo in x86_64 pthread_mutex_timedwait fix
1967 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
1968 - update from CVS
1969 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
1971 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
1972 - update from CVS
1973 - some nscd fixes (#134193)
1974 - cache initgroups in nscd (#132850)
1975 - reread /etc/localtime in tzset () even if just mtime changed
1976 (#133481)
1977 - fix glob (#126460)
1978 - another get_myaddress fix
1980 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
1981 - update from CVS
1982 - fix get_myaddress (#133982)
1983 - remove nonnull attribute from second utime argument (#133866)
1984 - handle SIGSETXID the same way as SIGCANCEL in
1985 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
1986 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
1988 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
1989 - update from CVS
1990 - fix BZ #151, #362, #381, #407
1991 - fdim fix for +inf/+inf (BZ #376)
1993 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
1994 - update from CVS
1995 - vasprintf fix (BZ #346)
1996 - gettext locking (BZ #322)
1997 - change linuxthreads useldt.h inclusion login again, the last
1998 one failed all linuxthreads FLOATING_STACKS tests
2000 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
2001 - update from CVS
2002 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
2003 - fix nis locking (#132204)
2004 - RTLD_DEEPBIND support
2005 - fix pthread_create bugs (BZ #401, #405)
2007 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
2008 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
2009 - source tarballs renamed
2010 - redhat/ moved to fedora/, some old cruft removed
2011 - update from trunk
2012 - some __nonnull annotations
2014 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
2015 - update from CVS
2016 - set{re,e,res}[ug]id now affect the whole process in NPTL
2017 - return EAGAIN instead of ENOMEM when not enough memory
2018 in pthread_create
2020 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
2021 - update from CVS
2022 - nscd getaddrinfo caching
2024 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
2025 - restore temporarily old definition of __P()/__PMT()
2026 for third party apps
2028 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
2029 - update from CVS
2030 - nscd bi-arch fix
2031 - remove all uses of __P()/__PMT() from glibc headers
2032 - update and reenable nscd SELinux patch
2033 - remove libnss1* and libnss*.so.1 compatibility NSS modules
2034 on IA-32, SPARC and Alpha
2036 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
2037 - update from CVS
2038 - disable one of the malloc double free checks for non-contiguous
2039 arenas where it doesn't have to be true even for non-broken
2040 apps
2042 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
2043 - update from CVS
2044 - pwd/grp/host loops with nscd speed up by sharing the
2045 nscd cache r/o with applications
2046 - inexpensive double free check in free(3)
2047 - make NPTL pthread.h initializers usable even from C++
2048 (BZ #375)
2049 - use atomic instructions even in i386 nscd on i486+ CPUs
2050 (conditionally)
2052 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
2053 - update from CVS
2054 - fix linuxthreads tst-cancel{[45],-static}
2056 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
2057 - update from CVS
2058 - fix pthread_cond_destroy (BZ #342)
2059 - fix fnmatch without FNM_NOESCAPE (BZ #361)
2060 - fix ppc32 setcontext (BZ #357)
2061 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
2062 - add __NR_waitid defines for i386, x86_64 and sparc*
2064 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
2065 - update from CVS
2066 - persistent nscd caching
2067 - ppc64 32-bit atomicity fix
2068 - fix x86-64 nptl-devel headers for -m32 compilation
2069 - %%ghost /etc/ld.so.cache (#130597)
2070 - edit /etc/ld.so.conf in glibc_post_upgrade if
2071 include ld.so.conf.d/*.conf line is missing (#120588)
2072 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
2074 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
2075 - update from CVS
2077 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
2078 - update from CVS
2079 - fix nss_compat's initgroups handling (#130363)
2080 - fix getaddrinfo ai_canonname setting
2082 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
2083 - update from CVS
2084 - add ip6-dotint resolv.conf option, make
2085 no-ip6-dotint the default
2086 - BuildPrereq libselinux-devel (#129946)
2087 - on ppc64, build without dot symbols
2089 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
2090 - update from CVS
2091 - remove debugging printout (#129747)
2092 - make <sys/shm.h> usable in C++ (IT#45148)
2093 - update RLIMIT_* constants in <bits/resource.h>, make
2094 <sys/resource.h> POSIX compliant (#129740)
2096 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
2097 - fix last tzset () fixes, disable rereading of /etc/localtime
2098 every time for now
2099 - really enable SELinux support for NSCD
2101 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
2102 - update from CVS
2103 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
2104 - tzset () fixes (BZ #154)
2105 - speed up pthread_rwlock_unlock on arches other than i386 and
2106 x86_64 (#129455)
2107 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
2108 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
2109 (BZ #284)
2110 - add SELinux support for NSCD
2112 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
2113 - update from CVS
2114 - change res_init to force all threads to re-initialize
2115 resolver before they use it next time (#125712)
2116 - various getaddrinfo and related fixes (BZ #295, #296)
2117 - fix IBM{932,943} iconv modules (#128674)
2118 - some nscd fixes (e.g. BZ #292)
2119 - RFC 3678 support (Multicast Source Filters)
2120 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
2121 the same as /lib/i686/librt-*
2123 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
2124 - update from CVS
2125 - conformance related changes in headers
2126 - remove -finline-limit=2000 for GCC 3.4.x+
2128 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
2129 - update from CVS
2130 - fix res_init leaks
2131 - fix newlocale races
2132 - fix ppc64 setjmp
2133 - fix strtold (BZ #274)
2135 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
2136 - update from CVS
2137 - allow pthread_cancel in DSO destructors run at exit time
2138 - fix pow{f,,l} on IA-32 and powl on x86-64
2139 - allow PIEs on IA-32 to have main in a shared library they depend on
2141 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
2142 - s390* .plt slot reduction
2143 - fix pthread_rwlock_timedrdlock on x86_64
2145 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
2146 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
2147 NPTL changes
2149 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
2150 - update from CVS
2151 - if_nameindex using preferably netlink
2152 - printf_parsemb initialization fix
2153 - NPTL version is now the same as glibc version
2155 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
2156 - update from CVS
2157 - reread resolv.conf for nscd --invalidate=hosts
2158 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
2159 -m32 -D_FILE_OFFSET_BITS=64 compilations
2160 - avoid calling non-existing fcntl64 syscall on ppc64
2162 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
2163 - update from CVS
2164 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
2165 - fix backtrace in statically linked programs
2166 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
2168 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
2169 - update from CVS
2170 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
2171 - make c_stubs buildable even with GCC 3.2.x (#123042)
2173 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
2174 - fix pthread_cond_wait on architectures other than IA-32 and
2175 x86_64
2177 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
2178 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
2180 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
2181 - update from CVS
2182 - FUTEX_REQUEUE fixes (#115349)
2183 - SPARC GCC 3.4 build fix
2184 - fix handling of undefined TLS symbols on IA32 (RELA only),
2185 SPARC and SH
2186 - regex translate fix
2187 - speed up sprintf
2188 - x86_64 makecontext alignment fix
2189 - make POSIX sigpause the default sigpause, unless BSD sigpause
2190 requested
2192 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
2193 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
2194 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
2195 - build mq_{send,receive} with -fexceptions
2197 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
2198 - update from CVS
2199 - fix <tgmath.h>
2200 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
2201 use of realloc
2202 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
2203 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
2204 might be a stale symlink
2206 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
2207 - update from CVS
2208 - disable FUTEX_REQUEUE (work around #115349)
2209 - mq for sparc/sparc64/ia64
2211 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
2212 - update from CVS
2213 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
2214 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
2215 included already in XNS5)
2216 - reorder dlopen checks, so that dlopening ET_REL objects
2217 complains about != ET_DYN != ET_EXEC, not about phentsize
2218 (#121606)
2219 - fix strpbrk macro for GCC 3.4+ (BZ #130)
2220 - fix <sys/sysctl.h> (BZ #140)
2221 - sched_[gs]etaffinity documentation fix (BZ #131)
2222 - fix sparc64 build (BZ #139)
2223 - change linuxthreads back to use non-cancellable writes
2224 to manager pipes etc.
2225 - fix sem_timedwait return value in linuxthreads (BZ #133)
2226 - ia64 unnecessary PLT relocs removal
2228 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
2229 - update from CVS
2230 - fix *scanf
2231 - fix shm_unlink, sem_unlink and mq_unlink errno values
2232 - avoid memory leaks in error
2233 - execstack fixes on s390
2235 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
2236 - update from CVS
2237 - mq and timer fixes
2238 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
2239 linked binaries
2240 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
2242 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
2243 - disable rtkaio
2244 - update from CVS
2245 - POSIX message passing support
2246 - fixed SIGEV_THREAD support for POSIX timers
2247 - fix free on non-malloced memory in syslog
2248 - fix ffsl on some 64-bit arches
2249 - fix sched_setaffinity on x86-64, ia64
2250 - fix ppc64 umount
2251 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
2252 - various NIS speedups
2253 - fix fwrite with > 2GB sizes on 64-bit arches
2254 - fix pthread_getattr_np guardsize reporting in NPTL
2255 - report PLT relocations in ld.so and libc.so during the build
2257 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
2258 - update from CVS
2259 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
2260 - strtol speed optimization
2261 - don't try to use certainly unimplemented syscalls on ppc64
2262 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
2263 into /usr/lib/debug/usr/%{_lib}/ directory
2264 - fix c_stubs with gcc 3.4
2265 - move all the up to 3 builds into %%build scriptlet and
2266 leave only installation in the %%install scriptlet
2268 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
2269 - update from CVS
2270 - affinity API changes
2272 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
2273 - update from CVS
2274 - fix ia64 iopl (#118591)
2275 - add support for /etc/ld.so.conf.d/*.conf
2276 - fix x86-64 LD_DEBUG=statistics
2277 - fix hwcap handling when using ld.so.cache (#118518)
2279 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
2280 - update from CVS
2281 - implement non-_l function on top of _l functions
2283 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
2284 - update from CVS
2285 - fix s390{,x} TLS handling
2287 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
2288 - update from CVS
2289 - special section for compatibility code
2290 - make getpid () work even in vfork () child
2291 - configure with --enable-bind-now to avoid lazy binding in ld.so
2292 and libc.so
2294 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
2295 - update from CVS
2296 - fix iconv -c (#117021)
2297 - fix PIEs on sparc/sparc64
2298 - fix posix_fadvise on 64-bit architectures
2299 - add locale-archive as %%ghost file (#117014)
2301 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
2302 - update from CVS
2304 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
2305 - update from CVS
2307 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
2308 - update from CVS
2309 - fix ld.so when vDSO is randomized
2311 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
2312 - update from CVS
2314 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
2315 - update from CVS
2317 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
2318 - update from CVS
2320 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
2321 - update from CVS
2322 - dl_iterate_phdr extension to signal number of added/removed
2323 libraries
2324 - fix PT_GNU_RELRO support on ppc* with prelinking
2326 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
2327 - rebuilt with fixed GCC on IA-64
2329 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
2330 - fix PT_GNU_RELRO support
2332 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
2333 - update from CVS
2334 - some further regex speedups
2335 - fix re.translate handling in regex (#112869)
2336 - change regfree to match old regex behaviour (what is freed
2337 and clearing of freed pointers)
2338 - fix accesses to unitialized memory in regex (#113507, #113425,
2339 #113421)
2340 - PT_GNU_RELRO support
2342 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
2343 - update from CVS
2344 - fix pmap_set fd and memory leak (#112726)
2345 - fix backreference handling in regex
2346 - rebuilt under glibc without the above bug to fix
2347 libc.so linker script (#112738)
2349 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
2350 - update from CVS
2351 - faster getpid () in NPTL builds
2352 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
2353 really disable cancellation (#112512)
2354 - more regex fixes and speedups
2355 - fix nextafter*/nexttoward*
2356 - handle 6th syscall(3) argument on AMD64
2357 - handle memalign/posix_memalign in mtrace
2358 - fix linuxthreads memory leak (#112208)
2359 - remove throw () from cancellation points in linuxthreads (#112602)
2360 - fix NPTL unregister_atfork
2361 - fix unwinding through alternate signal stacks
2363 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
2364 - update from CVS
2365 - 2.3.3 release
2366 - lots of regex fixes and speedups (#110401)
2367 - fix atan2
2368 - fix pshared condvars in NPTL
2369 - fix pthread_attr_destroy for attributes created with
2370 pthread_attr_init@GLIBC_2.0
2371 - for the time being, include both nb_NO* and no_NO* as locales
2372 so that the distribution can catch up with the no_NO->nb_NO
2373 transition
2374 - add BuildPrereq texinfo (#110252)
2376 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
2377 - update from CVS
2378 - fix getifaddrs (CAN-2003-0859)
2379 - fix ftw fd leak
2380 - fix linuxthreads sigaction (#108634)
2381 - fix glibc 2.0 stdio compatibility
2382 - fix uselocale (LC_GLOBAL_LOCALE)
2383 - speed up stdio locking in non-threaded programs on IA-32
2384 - try to maintain correct order of cleanups between those
2385 registered with __attribute__((cleanup))
2386 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
2387 - fix segfault in regex (#109606)
2388 - fix RE_ICASE multi-byte handling in regex
2389 - fix pthread_exit in libpthread.a (#109790)
2390 - FTW_ACTIONRETVAL support
2391 - lots of regex fixes and speedups
2392 - fix ceill/floorl on AMD64
2394 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
2395 - update from CVS
2396 - fix ld.so --verify (and ldd)
2398 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
2399 - update from CVS
2400 - fix sprof (#103727)
2401 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
2402 - prevent dlopening of executables
2403 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
2404 - fix locale printing of word values on 64-bit big-endian arches
2405 (#107846)
2406 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
2407 (#101261)
2409 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
2410 - update from CVS
2411 - dl_iterate_phdr in libc.a on arches other than IA-64
2412 - LD_DEBUG=statistics prints number of relative relocations
2413 - fix hwcap computation
2414 - NPTL is now part of upstream glibc CVS
2415 - include {st,xh,zu}_ZA{,.UTF-8} locales
2417 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
2418 - update from CVS
2419 - fix close, pause and fsync (#105348)
2420 - fix pthread_once on IA-32
2421 - implement backtrace () on IA-64, handle -fomit-frame-pointer
2422 in AMD64 backtrace () (#90402)
2424 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
2425 - update from CVS
2426 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
2427 - fix mknod/ustat return value when given bogus device number (#105768)
2429 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
2430 - rebuilt
2432 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
2433 - fix IA-64 getcontext
2435 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
2436 - update from CVS
2437 - fix syslog with non-C non-en_* locales (#61296, #104979)
2438 - filter GLIBC_PRIVATE symbols from glibc provides
2439 - fix NIS+
2441 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
2442 - update from CVS
2443 - assume 2.4.21 kernel features on RHEL/ppc*, so that
2444 {make,set,get,swap}context works
2445 - backout execstack support for RHEL
2446 - build rtkaio on amd64 too
2448 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
2449 - update from CVS
2450 - execstack/noexecstack support
2451 - build nscd as PIE
2452 - move __libc_stack_end back to @GLIBC_2.1
2453 - build against elfutils >= 0.86 to fix stripping on s390x
2455 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
2456 - rebuilt
2458 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
2459 - update from CVS
2460 - NPTL locking change (#102682)
2461 - don't jump around lock on amd64
2463 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
2464 - fix open_memstream/syslog (#104661)
2466 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
2467 - update from CVS
2468 - retrieve affinity in pthread_getattr_np
2469 - fix pthread_attr_[gs]etaffinity_np
2470 - handle hex and octal in wordexp
2472 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
2473 - update from CVS
2474 - truncate instead of round in utimes when utimes syscall is not available
2475 - don't align stack in every glibc function unnecessarily on IA-32
2476 - make sure threads have their stack 16 byte aligned on IA-32
2477 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
2478 - fix pthread_getattr_np for the initial thread (#102683)
2479 - avoid linuxthreads signal race (#104368)
2480 - ensure all gzip invocations are done with -n option
2482 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
2483 - update from CVS
2484 - avoid linking in libgcc_eh.a unnecessarily
2485 - change ssize_t back to long int on s390 -m31, unless
2486 gcc 2.95.x is used
2488 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
2489 - update from CVS
2490 - fix IA-64 memccpy (#104114)
2492 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
2493 - update from CVS
2494 - undo broken amd64 signal context changes
2496 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
2497 - update from CVS
2498 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
2499 {unsigned,} int
2500 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
2501 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
2502 on 64-bit arches from {unsigned,} long long int {,*} to
2503 {unsigned,} long int {,*} to restore binary compatibility
2504 for C++ functions using these types as arguments
2506 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
2507 - rebuilt
2509 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
2510 - update from CVS
2511 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
2512 - libio fixes
2514 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
2515 - update from CVS
2516 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
2517 and old-style pthread_cleanup_push cleanups
2519 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
2520 - updated from CVS
2521 - lots of cancellation fixes
2522 - fix posix_fadvise* on ppc32
2523 - TLS layout fix
2524 - optimize stdio cleanups (#103354)
2525 - sparcv9 NPTL
2526 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
2527 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
2528 - fix svc_getreqset on 64-bit big-endian arches
2529 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
2530 PTHREAD_PROCESS_SHARED
2531 - add pthread_cond_timedwait stubs to libc.so (#102709)
2532 - split glibc-devel into glibc-devel and glibc-headers to ensure
2533 amd64 /usr/include always wins on amd64/i386 bi-arch installs
2534 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
2535 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
2536 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
2537 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
2538 and tests
2540 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
2541 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
2542 in glibc-debuginfo-common*
2544 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
2545 - update from CVS
2546 - fix glibc 2.0 libio compatibility (#101385)
2547 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
2548 - fix assert.h (#102916, #103017)
2549 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
2550 - fix static linking of large IA-64 binaries (#102586)
2551 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
2553 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
2554 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
2556 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
2557 - nptl_db rewrite not yet in CVS
2559 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
2560 - update from CVS
2561 - fix rtkaio aio_fsync{,64}
2562 - update rtkaio for !BROKEN_THREAD_SIGNALS
2563 - fix assert macro when used on pointers
2565 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
2566 - update from CVS
2568 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
2569 - update from CVS
2570 - disable CLONE_STOPPED for now until it is resolved
2571 - strip crt files
2572 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
2573 - fix glibc-debuginfo to include all nptl and nptl_db sources
2575 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
2576 - update from CVS
2577 - fix pthread_create@GLIBC_2.0 (#101767)
2578 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
2580 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
2581 - update from CVS
2582 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
2583 explicit scheduling (#101457)
2585 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
2586 - update from CVS
2587 - fix utimes and futimes if kernel doesn't support utimes syscall
2588 - fix s390 ssize_t type
2589 - fix dlerror when called before any dlopen/dlsym
2590 - update IA-64 bits/sigcontext.h (#101344)
2591 - various warning fixes
2592 - fix pthread.h comment typos (#101363)
2594 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
2595 - update from CVS
2596 - fix dlopen of libraries using TLS IE/LE models
2598 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
2599 - update from CVS
2600 - fix timer_create
2601 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
2603 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
2604 - update from CVS
2605 - fix wcpncpy (#99462)
2606 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
2607 unlike __errno_location () or __h_errno_location () was introduced
2608 in glibc 2.2)
2609 - fix zic bug on 64-bit platforms
2610 - some TLS handling fixes
2611 - make ldconfig look into alternate ABI dirs by default (#99402)
2612 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
2613 errataed separately from glibc
2614 - new add-on - rtkaio
2615 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
2617 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
2618 - fix thread cancellation on ppc64
2620 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
2621 - update from CVS
2622 - fix thread cancellation on ppc32, s390 and s390x
2624 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
2625 - update from CVS
2626 - build libc_nonshared.a with -fPIC instead of -fpic
2627 - fix ppc64 PIE support
2628 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
2630 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
2631 - update from CVS
2633 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
2634 - update from CVS
2635 - on IA-64 use different symbols for cancellation portion of syscall
2636 handlers to make gdb happier
2638 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
2639 - update from CVS
2640 - nss_compat supporting LDAP etc.
2642 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
2643 - update from CVS
2645 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
2646 - fix condvars and semaphores in ppc* NPTL
2647 - fix test-skeleton.c reporting of timed-out tests (#91269)
2648 - increase timeouts for tests during make check
2650 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
2651 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
2652 on bi-ABI architectures (#97557)
2653 - disable FUTEX_REQUEUE on ppc* temporarily
2655 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
2656 - update from CVS
2657 - fix glibc_post_upgrade on ppc
2659 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
2660 - update from CVS
2661 - fix localedef (#90659)
2662 - tweak linuxthreads for librt cancellation
2664 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
2665 - update from CVS
2667 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
2668 - update from CVS
2669 - fix <gnu/stubs.h> (#97169)
2671 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
2672 - update from CVS
2674 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
2675 - update from CVS
2676 - fix pthread_cond_signal on IA-32 (#92080, #92253)
2677 - fix setegid (#91567)
2678 - don't prelink -R libc.so on any architecture, it prohibits
2679 address randomization
2681 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
2682 - update from CVS
2683 - fix IA-64 NPTL build
2685 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
2686 - update from CVS
2687 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
2688 section in *.[oa]
2690 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
2691 - update from CVS
2692 - enable NPTL on AMD64
2693 - avoid using trampolines in localedef
2695 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
2696 - enable NPTL on IA-64
2698 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
2699 - update from CVS
2700 - enable NPTL on s390 and s390x
2701 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
2703 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
2704 - update from CVS
2706 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
2707 - update from CVS
2709 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
2710 - update from CVS
2711 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
2712 or set_tid_address syscall is available instead of checking
2713 AT_SYSINFO dynamic tag
2715 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
2716 - update from CVS
2718 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
2719 - update from CVS
2720 - fix for prelinking of libraries with no dependencies
2722 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
2723 - update from CVS
2724 - enable NPTL on ppc and ppc64
2726 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
2727 - rebuild
2729 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
2730 - update from CVS
2732 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
2733 - update from CVS
2734 - make -jN build fixes
2736 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
2737 - update from CVS
2738 - avoid using trampolines in iconvconfig for now
2740 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
2741 - update from CVS
2743 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
2744 - update from CVS
2745 - more ppc TLS fixes
2747 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
2748 - update from CVS
2749 - nscd fixes
2750 - fix Bahrain spelling (#56298)
2751 - fix Ukrainian collation (#83973)
2752 - accept trailing spaces in /etc/ld.so.conf (#86032)
2753 - perror fix (#85994)
2754 - fix localedef (#88978)
2755 - fix getifaddrs (#89026)
2756 - fix strxfrm (#88409)
2757 - fix ppc TLS
2758 - fix getaddrinfo (#89448)
2759 - don't print warning about errno, h_errno or _res if
2760 LD_ASSUME_KERNEL=2.4.1 or earlier
2762 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
2763 - update from CVS
2764 - fix prelink on ppc32
2765 - add TLS support on ppc32 and ppc64
2766 - make sure on -m64 arches all helper binaries are built with this
2767 option
2769 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
2770 - update from CVS
2771 - fix strxfrm (#88409)
2772 - use -m64 -mno-minimal-toc on ppc64
2773 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
2774 - link glibc_post_upgrade against newly built libc.a
2776 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
2777 - update from CVS
2778 - fix NPTL pthread_detach and already terminated, but not yet
2779 joined thread (#88219)
2780 - fix bug-regex4 testcase (#88118)
2781 - reenable prelink support broken in 2.3.2-13
2782 - fix register_printf_function (#88052)
2783 - fix double free with fopen using ccs= (#88056)
2784 - fix potential access below $esp in {set,swap}context (#88093)
2785 - fix buffer underrun in gencat -H (#88099)
2786 - avoid using unitialized variable in tst-tgmath (#88101)
2787 - fix gammal (#88104)
2788 - fix iconv -c
2789 - fix xdr_string (PR libc/4999)
2790 - fix /usr/lib/nptl/librt.so symlink
2791 - avoid running NPTL cleanups twice in some cases
2792 - unblock __pthread_signal_cancel in linuxthreads, so that
2793 linuxthreads threaded programs work correctly if spawned
2794 from NPTL threaded programs
2795 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
2796 - remove /lib/i686 directory before running ldconfig in glibc post
2797 during i686 -> i386 glibc "upgrades" (#88456)
2799 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
2800 - update from CVS
2801 - add pthread_atfork to libpthread.a
2803 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
2804 - update from CVS
2805 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
2806 point
2808 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
2809 - update from CVS
2810 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
2811 /lib/i686 libs on i686, not stright to /lib
2813 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
2814 - update from CVS
2815 - timers fixes
2817 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
2818 - update from CVS
2819 - fix NPTL pthread_cond_timedwait
2820 - fix sysconf (_SC_MONOTONIC_CLOCK)
2821 - use /%%{_lib}/tls instead of /lib/tls on x86-64
2822 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
2823 - display content of .out files for all make check failures
2825 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
2826 - update from CVS
2827 - kernel POSIX timers support
2829 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
2830 - update from CVS
2831 - export __fork from glibc again
2832 - fix glibc-compat build in NPTL
2833 - fix c_stubs
2834 - fix some more atomic.h problems
2835 - don't check abi in glibc-compat libs
2837 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
2838 - update from CVS
2839 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
2840 - condrestart sshd in glibc_post_upgrade so that the user can
2841 log in remotely and handle the rest (#86339)
2842 - fix a typo in glibc_post_upgrade on sparc
2844 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
2845 - update from CVS
2846 - change i686/athlon libc.so.6 base to 0x00e80000
2848 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
2849 - update from CVS
2850 - hopefully last fix for condvar problems
2852 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
2853 - fix bits/syscall.h creation on x86-64
2855 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
2856 - update from CVS
2858 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
2859 - update from CVS
2861 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
2862 - update from CVS
2863 - fix glibc-debug description (#85111)
2864 - make librt.so a symlink again, not linker script
2866 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
2867 - update from CVS
2868 - remove the workarounds for broken software accessing GLIBC_PRIVATE
2869 symbols
2871 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
2872 - update from CVS
2874 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
2875 - fix TLS IE/LE model handling in dlopened libraries
2876 on TCB_AT_TP arches
2878 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
2879 - update from CVS
2881 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
2882 - update from CVS
2884 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
2885 - update from CVS
2886 - only warn about errno, h_errno or _res for binaries, never
2887 libraries
2888 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
2890 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
2891 - update from CVS
2893 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
2894 - update from CVS
2896 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
2897 - update from CVS
2899 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
2900 - update from CVS
2902 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
2903 - update from CVS
2904 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
2906 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
2907 - update from CVS
2909 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
2910 - update from CVS
2912 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
2913 - update from CVS
2914 - pthread_cond* NPTL fixes, new NPTL testcases
2916 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
2917 - update from CVS
2918 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
2919 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
2920 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
2921 later is NPTL
2922 - enable TLS on alpha/alphaev6
2923 - add BuildPreReq: /usr/bin/readlink
2925 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
2926 - update from CVS
2927 - pthread_once fix
2929 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
2930 - update from CVS
2931 - vfork fix on s390
2932 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
2933 don't bind locally (#83325)
2935 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
2936 - update from CVS
2937 - fix pthread_create after vfork+exec in linuxthreads
2939 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
2940 - update from CVS
2942 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
2943 - update from CVS
2945 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
2946 - update from CVS
2947 - enable TLS on s390{,x} and sparc{,v9}
2949 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
2950 - update from CVS
2951 - initialize __environ in glibc_post_upgrade to empty array,
2952 so that it is not NULL
2953 - compat symlink for s390x /lib/ld64.so.1
2954 - enable glibc-profile on x86-64
2955 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
2957 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
2958 - update from CVS
2959 - nscd fixes, *scanf fix
2960 - fix %%nptlarches noarch build (#81909)
2961 - IA-64 TLS fixes
2963 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
2964 - update from CVS
2965 - rework -debuginfo subpackage, add -debuginfo-common
2966 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
2967 - fix vfork in libc.a on PPC32, Alpha, Sparc
2968 - fix libio locks in linuxthreads libc.so if libpthread.so
2969 is dlopened later (#81374)
2971 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
2972 - update from CVS
2973 - dlclose bugfixes
2974 - fix NPTL libpthread.a
2975 - fix glibc_post_upgrade on several arches
2977 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
2978 - update from CVS
2979 - TLS support on IA-64
2981 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
2982 - fix vfork in linuxthreads (#81377, #81363)
2984 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
2985 - update from CVS
2986 - don't use TLS libs if kernel doesn't set AT_SYSINFO
2987 (#80921, #81212)
2988 - add ntp_adjtime on alpha (#79996)
2989 - fix nptl_db (#81116)
2991 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
2992 - update from CVS
2993 - support all architectures again
2995 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
2996 - fix condvar compatibility wrappers
2997 - add ugly hack to use non-TLS libs if a binary is seen
2998 to have errno, h_errno or _res symbols in .dynsym
3000 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
3001 - update from CVS
3002 - fixes for new condvar
3004 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
3005 - new NPTL condvar implementation plus related linuxthreads
3006 symbol versioning updates
3008 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
3009 - update from CVS
3010 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
3011 feature set macros
3012 - make *sigaction, sigwait and raise the same between
3013 -lpthread -lc and -lc -lpthread in linuxthreads builds
3015 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
3016 - fix dlclose
3018 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
3019 - enable sysenter by default for now
3020 - fix endless loop in ldconfig
3022 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
3023 - update from CVS
3025 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
3026 - update from CVS
3027 - fix ptmalloc_init after clearenv (#80370)
3029 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
3030 - update from CVS
3031 - add IA-64 back
3032 - move TLS libraries from /lib/i686 to /lib/tls
3034 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
3035 - system(3) fix for linuxthreads
3036 - don't segfault in pthread_attr_init from libc.so
3037 - add cancellation tests from nptl to linuxthreads
3039 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
3040 - fix up lists of exported symbols + their versions
3041 from the libraries
3043 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
3044 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
3046 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
3047 - update from CVS
3048 - fix NPTL hanging mozilla
3049 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
3050 - make linuxthreads work with dl_dynamic_weak 0
3051 - clear dl_dynamic_weak everywhere
3053 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
3054 - update from CVS
3055 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
3056 - kill -debug sub-package, rename -debug-static to -debug
3057 - clear dl_dynamic_weak for NPTL
3059 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
3060 - fix <bits/mathinline.h> and <bits/nan.h> for C++
3061 - automatically generate NPTL libpthread wrappers
3063 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
3064 - update from CVS
3065 - all functions which need cancellation should now be cancellable
3066 both in libpthread.so and libc.so
3067 - removed @@GLIBC_2.3.2 cancellation wrappers
3069 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
3070 - update from CVS
3071 - replace __libc_lock_needed@GOTOFF(%ebx) with
3072 %gs:offsetof(tcbhead_t, multiple_threads)
3073 - start of new NPTL cancellation wrappers
3075 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
3076 - update from CVS
3077 - use inline locks in malloc
3079 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
3080 - update from CVS
3081 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
3083 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
3084 - update from CVS
3085 - rebuilt with gcc-3.2.1-2
3087 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
3088 - update from CVS
3089 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
3090 should work now
3091 - faster libc locking when using nptl
3092 - add OUTPUT_FORMAT to linker scripts
3093 - fix x86_64 sendfile (#79111)
3095 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
3096 - update from CVS
3097 - RUSCII support (#78906)
3098 - for nptl builds add BuildRequires
3099 - fix byteswap.h for non-gcc (#77689)
3100 - add nptl-devel package
3102 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
3103 - update from CVS
3104 - make --enable-kernel=2.2.5 --with-tls --without-__thread
3105 ld.so load nptl and other --with-__thread libs
3106 - disable nptl by default for now
3108 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
3109 - update from CVS
3110 - restructured redhat/Makefile and spec, so that src.rpm contains
3111 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
3112 - added nptl
3114 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
3115 - update from CVS
3116 - even more regex fixes
3117 - run sed testsuite to check glibc regex
3119 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
3120 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
3121 using libpthread.so.
3123 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
3124 - update from CVS
3125 - fixed %a and %A in *printf (#75821)
3126 - fix re_comp memory leaking (#76594)
3128 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
3129 - update from CVS
3130 - some more regex fixes
3131 - fix libpthread.a (#76484)
3132 - fix locale-archive enlarging
3134 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
3135 - update from CVS
3136 - don't need to use 128K of stacks for DNS lookups
3137 - regex fixes
3138 - updated timezone data e.g. for this year's Brasil DST
3139 changes
3140 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
3142 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
3143 - update to 2.3.1 final
3144 - support really low thread stack sizes (#74073)
3145 - tzdata update
3147 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
3148 - update from CVS
3149 - handle low stack limits
3150 - move s390x into */lib64
3152 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
3153 - update to 2.3 final
3154 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
3156 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
3157 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
3158 speed things up, because they are neither REL arches, nor
3159 ELF_MACHINE_REL_RELATIVE
3160 - fix sparc64 build
3162 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
3163 - update from CVS
3165 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
3166 - update from CVS
3167 - prelink on ppc and x86-64 too
3168 - don't remove ppc memset
3169 - instead of listing on which arches to remove glibc-compat
3170 list where it should stay
3172 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
3173 - fix wcsmbs functions with invalid character sets (or malloc
3174 failures)
3175 - make sure __ctype_b etc. compat vars are updated even if
3176 they are copy relocs in the main program
3178 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
3179 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
3180 leading to unresolved __set_h_errno symbol)
3182 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
3183 - security fix - increase dns-network.c MAXPACKET to at least
3184 65536 to avoid buffer overrun. Likewise glibc-compat
3185 dns-{host,network}.c.
3187 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
3188 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
3189 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
3190 from libc.so - we have still lots of .a libraries referencing
3191 __ctype_{b,tolower,toupper} out there...
3193 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
3194 - update from CVS
3195 - 2.2.93 release
3196 - use double instead of single indirection in isXXX macros
3197 - per-locale wcsmbs conversion state
3199 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
3200 - update from CVS
3201 - fix newlocale/duplocale/uselocale
3202 - disable profile on x86_64 for now
3204 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
3205 - update from CVS
3206 - 2.2.92 release
3207 - fix gettext after uselocale
3208 - fix locales in statically linked threaded programs
3209 - fix NSS
3211 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
3212 - update from CVS
3213 - 2.2.91 release
3214 - fix fd leaks in locale-archive reader (#72043)
3215 - handle EROFS in build-locale-archive gracefully (#71665)
3217 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
3218 - update from CVS
3219 - fix re_match (#72312)
3220 - support more than 1024 threads
3222 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
3223 - update from CVS
3224 - fix i386 build
3226 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
3227 - update from CVS
3228 - fix locale-archive loading hang on some (non-primary) locales
3229 (#72122, #71878)
3230 - fix umount problems with locale-archives when /usr is a separate
3231 partition (#72043)
3232 - add LICENSES file
3234 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
3235 - update from CVS
3236 - only mmap up to 2MB of locale-archive on 32-bit machines
3237 initially
3238 - fix fseek past end + fread segfault with mmaped stdio
3239 - include <sys/debugreg.h> which is mistakenly not included
3240 in glibc-devel on IA-32
3242 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
3243 - don't return normalized locale name in setlocale when using
3244 locale-archive
3246 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
3247 - update from CVS
3248 - optimize for primary system locale
3249 - localedef fixes (#71552, #67705)
3251 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
3252 - fix path to locale-archive in libc reader
3253 - build locale archive at glibc-common %post time
3254 - export __strtold_internal and __wcstold_internal on Alpha again
3255 - workaround some localedata problems
3257 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
3258 - update from CVS
3259 - patch out set_thread_area for now
3261 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
3262 - update from CVS
3263 - GB18030 patch from Yu Shao
3264 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
3265 - fix regcomp (#71039)
3267 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
3268 - update from CVS
3269 - use /usr/sbin/prelink, not prelink (#70376)
3271 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
3272 - update from CVS
3274 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
3275 - update from CVS
3276 - ungetc fix (#69586)
3277 - fseek errno fix (#69589)
3278 - change *etrlimit prototypes for C++ (#68588)
3279 - use --without-tls instead of --disable-tls
3281 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
3282 - set nscd user's shell to /sbin/nologin (#68369)
3283 - fix glibc-compat buffer overflows (security)
3284 - buildrequire prelink, don't build glibc's own copy of it (#67567)
3285 - update from CVS
3286 - regex fix (#67734)
3287 - fix unused warnings (#67706)
3288 - fix freopen with mmap stdio (#67552)
3289 - fix realloc (#68499)
3291 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
3292 - update from CVS
3293 - fix argp on long words
3294 - update atime in libio
3296 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
3297 - update from CVS
3298 - a thread race fix
3299 - fix readdir on invalid dirp
3301 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
3302 - update from CVS
3303 - don't use __thread in headers
3304 - fix system(3) in threaded apps
3305 - update prelink, so that it is possible to prelink -u libc.so.6.1
3306 on Alpha
3308 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
3309 - update from CVS
3310 - fix __moddi3 (#65612, #65695)
3311 - fix ether_line (#64427)
3312 - fix setvbuf with mmap stdio (#65864)
3313 - --disable-tls for now, waiting for kernel
3314 - avoid duplication of __divtf3 etc. on IA-64
3315 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
3317 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
3318 - update from CVS
3319 - fix Alpha pthread bug with gcc 3.1
3321 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
3322 - fix nice
3324 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
3325 - add relocation dependencies even for weak symbols (#63422)
3326 - stricter check_fds check for suid/sgid binaries
3327 - run make check at %%install time
3329 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
3330 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
3331 - back out do-lookup.h change (#63261, #63305)
3332 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
3333 since lots of compilers break on it
3334 - fix sparc build with gcc 3.1
3335 - fix spec file for athlon
3337 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
3338 - fix debugging of threaded apps (#62804)
3339 - fix DST for Estonia (#61494)
3340 - document that pthread_mutexattr_?etkind_np are deprecated
3341 and pthread_mutexattr_?ettype should be used instead in man
3342 pages (#61485)
3343 - fix libSegFault.so undefined externals
3345 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
3346 - temporarily disable prelinking ld.so, as some statically linked
3347 binaries linked against debugging versions of old glibcs die on it
3348 (#62352)
3349 - fix <semaphore.h> for -std=c99 (#62516)
3350 - fix ether_ntohost segfault (#62397)
3351 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
3352 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
3353 version (#61633)
3354 - prelink -r on alpha too
3356 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
3357 - update GB18030 iconv module (Yu Shao)
3359 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
3360 - features.h fix
3362 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
3363 - update from CVS
3364 - fix nscd with huge groups
3365 - fix nis to not close fds it shouldn't
3366 - rebuilt against newer glibc-kernheaders to use the correct
3367 PATH_MAX
3368 - handle .athlon.rpm glibc the same way as .i686.rpm
3369 - add a couple of .ISO-8859-15 locales (#61922)
3370 - readd temporarily currencies which were superceeded by Euro
3371 into the list of accepted currencies by localedef to make
3372 standard conformance testsuites happy
3373 - temporarily moved __libc_waitpid back to make Sun JDK happy
3374 - use old malloc code
3375 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
3377 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
3378 - update from CVS
3379 - fix DST handling for southern hemisphere (#60747)
3380 - fix daylight setting for tzset (#59951)
3381 - fix ftime (#60350)
3382 - fix nice return value
3383 - fix a malloc segfault
3384 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
3385 back to what they used to be exported at
3386 - censorship (#60758)
3388 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
3389 - update from CVS
3390 - use __attribute__((visibility(...))) if supported, use _rtld_local
3391 for ld.so only objects
3392 - provide libc's own __{,u}{div,mod}di3
3394 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
3395 - switch back to 2.2.5, mmap stdio needs work
3397 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
3398 - fix two other mmap stdio bugs (#60228)
3400 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
3401 - fix yet another mmap stdio bug (#60145)
3403 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
3404 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
3405 - apply Andreas Schwab's fix for pthread sigwait
3406 - remove /lib/i686/ libraries in glibc_post_upgrade when
3407 performing i386 glibc install
3409 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
3410 - update to CVS
3411 - added glibc-utils subpackage
3412 - disable autoreq in glibc-debug
3413 - readd %%lang() to locale files
3415 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
3416 - update to CVS
3417 - move glibc private symbols to GLIBC_PRIVATE symbol version
3419 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
3420 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
3421 symbol in libm
3423 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
3424 - add debug-static package
3426 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
3427 - update from CVS
3428 - remove -D__USE_STRING_INLINES
3429 - add debug subpackage to trim glibc and glibc-devel size
3431 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
3432 - fix strsep
3434 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
3435 - fix a ld.so bug with duplicate searchlists in l_scope
3436 - fix erfcl(-inf)
3437 - turn /usr/lib/librt.so into linker script
3439 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
3440 - fix a ld.so lookup bug after lots of dlopen calls
3441 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
3442 - prelinking support for Sparc64
3444 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
3445 - update from CVS to fix DT_SYMBOLIC
3446 - prelinking support for Alpha and Sparc
3448 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
3449 - update from CVS
3450 - linuxthreads now retries if -1/EINTR is returned from
3451 reading or writing to thread manager pipe (#43742)
3452 - use DT_FILTER in librt.so (#53394)
3453 - update glibc prelink patch so that it handles filters
3454 - fix timer_* with SIGEV_NONE (#53494)
3455 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
3457 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
3458 - fix build on sparc32
3459 - 2.2.4-13 build for some reason missed some locales
3460 on alpha/ia64
3462 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
3463 - fix iconvconfig
3465 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
3466 - add fam to /etc/rpc (#52863)
3467 - fix <inttypes.h> for C++ (#52960)
3468 - fix perror
3470 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
3471 - fix strnlen(x, -1)
3473 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
3474 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
3475 if __USE_UNIX98.
3477 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
3478 - fix bits/libc-lock.h so that gcc can compile
3479 - fix s390 build
3481 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
3482 - kill stale library symlinks in ldconfig (#52350)
3483 - fix inttypes.h for G++ < 3.0
3484 - use DT_REL*COUNT
3486 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
3487 - fix strnlen on IA-64 (#50077)
3489 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
3490 - glibc 2.2.4 final
3491 - fix -lpthread -static (#51672)
3493 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
3494 - doh, include libio/tst-swscanf.c
3496 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
3497 - don't crash on catclose(-1)
3498 - fix wscanf %[] handling
3499 - fix return value from swprintf
3500 - handle year + %U/%W week + week day in strptime
3502 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
3503 - update from CVS to
3504 - fix strcoll (#50548)
3505 - fix seekdir (#51132)
3506 - fix memusage (#50606)
3507 - don't make gconv-modules.cache %%config file, just don't verify
3508 its content.
3510 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
3511 - fix strtod and *scanf (#50723, #50724)
3513 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
3514 - update from CVS
3515 - fix iconv cache handling
3516 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
3517 - add gconv-modules.cache as emtpy config file (#50699)
3518 - only run iconvconfig if /usr is mounted read-write (#50667)
3520 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
3521 - move iconvconfig from glibc-common into glibc subpackage,
3522 call it from glibc_post_upgrade instead of common's post.
3524 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3525 - turn off debugging printouts in iconvconfig
3527 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
3528 - update from CVS
3529 - fix IA-32 makecontext
3530 - make fflush(0) thread-safe (#46446)
3532 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
3533 - adjust prelinking DT_* and SHT_* values in elf.h
3534 - update from CVS
3535 - iconv cache
3536 - make iconv work in SUID/SGID programs (#34611)
3538 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
3539 - update from CVS
3540 - kill non-pic code in libm.so
3541 - fix getdate
3542 - fix some locales (#49402)
3543 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
3544 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
3545 - add floating stacks on IA-64, Alpha, Sparc (#49308)
3547 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
3548 - make /lib/i686 directory owned by glibc*.i686.rpm
3550 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
3551 - remove rquota.[hx] headers which are now provided by quota (#47141)
3552 - add prelinking patch
3554 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
3555 - require sh-utils for nscd
3557 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
3558 - update from CVS (#43681, #43350, #44663, #45685)
3559 - fix ro_RO bug (#44644)
3561 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
3562 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
3563 - make rpc headers -ansi compilable (#42390)
3564 - remove alphaev6 optimized memcpy, since there are still far too many
3565 broken apps which call memcpy where they should call memmove
3566 - update from CVS to (among other things):
3567 - fix tanhl bug (#43352)
3569 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
3570 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
3571 - fix a dlclose reldeps handling bug
3572 - some more profiling fixes
3573 - fix tgmath.h
3575 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
3576 - make ldconfig more quiet
3577 - fix LD_PROFILE on i686 (#41030)
3579 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3580 - fix the hardlink program, so that it really catches all files with
3581 identical content
3582 - add a s390x clone fix
3584 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
3585 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
3586 - fix nss compatibility DSO versions for alphaev6
3587 - add a hardlink program instead of the shell 3x for plus cmp -s/link
3588 which takes a lot of time during build
3589 - rework BuildPreReq and Conflicts with gcc, so that
3590 it applies only where it has to
3592 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
3593 - fix locale name of ja_JP in UTF-8 (#39783)
3594 - fix re_search_2 (#40244)
3595 - fix memusage script (#39138, #39823)
3596 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
3597 - fix xtrace script (#39609)
3598 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
3599 libc_nonshared.a has atexit)
3600 - fix getconf LFS_CFLAGS on 64bitters
3601 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
3602 with __frame_state_for function (#37933)
3604 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
3605 - glibc 2.2.3 release
3606 - fix strcoll (#36539)
3607 - add BuildPreReqs (#36378)
3609 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
3610 - update from CVS
3612 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
3613 - update from CVS
3614 - fix sparc64, ia64
3615 - fix some locale syntax errors (#35982)
3617 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
3618 - update from CVS
3620 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
3621 - update from CVS
3623 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
3624 - support even 2.4.0 kernels on ia64, sparc64 and s390x
3625 - include UTF-8 locales
3626 - make gconv-modules %%config(noreplace)
3628 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
3629 - back out sunrpc changes
3631 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
3632 - update from CVS
3633 - fix ia64 build
3634 - fix pthread_getattr_np
3636 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
3637 - update from CVS
3638 - run atexit() registered functions at dlclose time if they are in shared
3639 libraries (#28625)
3640 - add pthread_getattr_np API to make JVM folks happy
3642 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
3643 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
3644 - fix ldd behaviour on unresolved symbols
3645 - remove nonsensical ldconfig warning, update osversion for the most
3646 recent library with the same soname in the same directory instead (#31703)
3647 - apply selected patches from CVS
3648 - s390x spec file changes from Florian La Roche
3650 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
3651 - fix gencat (#30894)
3652 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
3654 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
3655 - update from CVS
3656 - make pthread_attr_setstacksize consistent before and after pthread manager
3657 is started (#28194)
3658 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
3659 far, #28493)
3660 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
3661 make ld.so pick the right one
3663 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
3664 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
3666 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
3667 - make glibc require particular version of glibc-common
3668 and glibc-common prerequire glibc.
3670 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
3671 - glibc 2.2.2 release
3672 - fix regex REG_ICASE bug seen in ksymoops
3674 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
3675 - fix regexec leaking memory (#26864)
3677 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
3678 - update from CVS
3679 - fix ia64 build with gnupro
3680 - make regex 64bit clean
3681 - fix tgmath make check failures on alpha
3683 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
3684 - update again for ia64 DF_1_INITFIRST
3686 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
3687 - update from CVS
3688 - fix getaddrinfo (#25437)
3689 - support DF_1_INITFIRST (#25029)
3691 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
3692 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
3693 to run 2.2 kernels can downgrade to the base architecture glibc.
3695 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
3696 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
3698 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
3699 - update to 2.2.1 final
3700 - fix a pthread_kill_other_threads_np breakage (#23966)
3701 - make static binaries using dlopen work on ia64 again
3702 - fix a typo in glibc-common group
3704 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
3705 - devel requires glibc = %%{version}
3706 - noreplace /etc/nscd.conf
3708 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
3709 - some more security fixes:
3710 - don't look up LD_PRELOAD libs in cache for SUID apps
3711 (because that bypasses SUID bit checking on the library)
3712 - place output files for profiling SUID apps into /var/profile,
3713 use O_NOFOLLOW for them
3714 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
3715 - hardlink identical locale files together
3716 - add %%lang() tags to locale stuff
3717 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
3719 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
3720 - add glibc-common subpackage
3721 - fix alphaev6 memcpy (#22494)
3722 - fix sys/cdefs.h (#22908)
3723 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
3724 - work around a bug in IBM JDK (#22932, #23012)
3725 - fix pmap_unset when network is down (#23176)
3726 - move nscd in rc.d before netfs on shutdown
3727 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
3729 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
3730 - fix ftw and nftw
3732 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
3733 - fix fcvt (#22184)
3734 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
3735 - fix gencat
3737 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
3738 - fix alpha htonl and alphaev6 stpcpy
3740 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
3741 - update to CVS to:
3742 - fix getnameinfo (#21934)
3743 - don't stomp on memory in rpath handling (#21544)
3744 - fix setlocale (#21507)
3745 - fix libNoVersion.so.1 loading code (#21579)
3746 - use auxarches define in spec file for auxiliary
3747 architectures (#21219)
3748 - remove /usr/share directory from filelist (#21218)
3750 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
3751 - update to CVS to fix getaddrinfo
3753 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
3754 - update to CVS to fix freopen
3755 - remove all alpha workarounds, not needed anymore
3757 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
3758 - fix dladdr bug on alpha/sparc32/sparc64
3759 - fix Makefiles so that they run static tests properly
3761 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
3762 - update to CVS to fix ldconfig
3764 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
3765 - update to glibc 2.2 release
3767 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
3768 - update to CVS to:
3769 - export __sysconf@@GLIBC_2.2 (#20417)
3771 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
3772 - merge to 2.1.97
3774 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
3775 - update to CVS, including:
3776 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
3777 - fix hesiod (#19375)
3778 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
3779 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
3781 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
3782 - fix alpha semctl (#19199)
3783 - update to CVS, including:
3784 - fix glibc headers for Compaq non-gcc compilers
3785 - fix locale alias handling code (#18832)
3786 - fix rexec on little endian machines (#18886)
3787 - started writing changelog again
3789 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
3790 - added ja ujis alias for backwards compatibility