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