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