Updated to fedora-glibc-20070331T1609
[glibc.git] / fedora / glibc.spec.in
blob779c17e370943d1a1a4d4d49556e196810b0f009
1 %define glibcrelease 20
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.33.4-3
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=%{nptl_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 -fasynchronous-unwind-tables"
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 rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/librt.so.*
908 mkdir -p $RPM_BUILD_ROOT/%{_lib}/rtkaio
909 mv $RPM_BUILD_ROOT/%{_lib}/librtkaio-*.so $RPM_BUILD_ROOT/%{_lib}/rtkaio/
910 rm -f $RPM_BUILD_ROOT/%{_lib}/$librtso
911 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$librtso
912 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/rtkaio/librtkaio-*.so` $RPM_BUILD_ROOT/%{_lib}/rtkaio/$librtso
913 %endif
915 %if %{buildxen}
916 %define nosegneg_subdir_base i686
917 %define nosegneg_subdir i686/nosegneg
918 cd build-%{nptl_target_cpu}-linuxnptl-nosegneg
919 SubDir=%{nosegneg_subdir}
920 mkdir -p $RPM_BUILD_ROOT/%{_lib}/$SubDir/
921 cp -a libc.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so`
922 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libc.so.*`
923 cp -a math/libm.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so`
924 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libm.so.*`
925 cp -a nptl/libpthread.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/libpthread-%{version}.so
926 pushd $RPM_BUILD_ROOT/%{_lib}/$SubDir
927 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*`
928 popd
929 cp -a rt/librt.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so`
930 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/$librtso
931 cp -a nptl_db/libthread_db.so $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so`
932 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so` $RPM_BUILD_ROOT/%{_lib}/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db.so.*`
933 %ifarch %{rtkaioarches}
934 mkdir -p $RPM_BUILD_ROOT/%{_lib}/rtkaio/$SubDir
935 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/%{_lib}/rtkaio/$SubDir/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/`
936 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/rtkaio/$SubDir/librtkaio-*.so` $RPM_BUILD_ROOT/%{_lib}/rtkaio/$SubDir/$librtso
937 %endif
938 cd ..
939 %endif
941 %if %{buildpower6}
942 cd build-%{nptl_target_cpu}-linuxnptl-power6
943 mkdir -p $RPM_BUILD_ROOT/%{_lib}/power6{,x}
944 cp -a libc.so $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so`
945 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libc-*.so` $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libc.so.*`
946 cp -a math/libm.so $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so`
947 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libm-*.so` $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libm.so.*`
948 cp -a nptl/libpthread.so $RPM_BUILD_ROOT/%{_lib}/power6/libpthread-%{version}.so
949 pushd $RPM_BUILD_ROOT/%{_lib}/power6
950 ln -sf libpthread-*.so `basename $RPM_BUILD_ROOT/%{_lib}/libpthread.so.*`
951 popd
952 cp -a rt/librt.so $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so`
953 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so` $RPM_BUILD_ROOT/%{_lib}/power6/$librtso
954 cp -a nptl_db/libthread_db.so $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so`
955 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/libthread_db-*.so` $RPM_BUILD_ROOT/%{_lib}/power6/`basename $RPM_BUILD_ROOT/%{_lib}/libthread_db.so.*`
956 pushd $RPM_BUILD_ROOT/%{_lib}/power6x
957 ln -sf ../power6/*.so .
958 cp -a ../power6/*.so.* .
959 popd
960 %ifarch %{rtkaioarches}
961 mkdir -p $RPM_BUILD_ROOT/%{_lib}/rtkaio/power6{,x}
962 cp -a rtkaio/librtkaio.so $RPM_BUILD_ROOT/%{_lib}/rtkaio/power6/`basename $RPM_BUILD_ROOT/%{_lib}/librt-*.so | sed s/librt-/librtkaio-/`
963 ln -sf `basename $RPM_BUILD_ROOT/%{_lib}/rtkaio/power6/librtkaio-*.so` $RPM_BUILD_ROOT/%{_lib}/rtkaio/power6/$librtso
964 pushd $RPM_BUILD_ROOT/%{_lib}/rtkaio/power6x
965 ln -sf ../power6/*.so .
966 cp -a ../power6/*.so.* .
967 popd
968 %endif
969 cd ..
970 %endif
972 # compatibility hack: this locale has vanished from glibc, but some other
973 # programs are still using it. Normally we would handle it in the %pre
974 # section but with glibc that is simply not an option
975 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/locale/ru_RU/LC_MESSAGES
977 # Remove the files we don't want to distribute
978 rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libNoVersion*
979 rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion*
981 # NPTL <bits/stdio-lock.h> is not usable outside of glibc, so include
982 # the generic one (#162634)
983 cp -a bits/stdio-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/stdio-lock.h
984 # And <bits/libc-lock.h> needs sanitizing as well.
985 cp -a fedora/libc-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/libc-lock.h
987 if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then
988 mkdir -p $RPM_BUILD_ROOT%{_infodir}
989 mv -f $RPM_BUILD_ROOT%{_prefix}/info/* $RPM_BUILD_ROOT%{_infodir}
990 rm -rf $RPM_BUILD_ROOT%{_prefix}/info
993 gzip -9nvf $RPM_BUILD_ROOT%{_infodir}/libc*
995 ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/libbsd.a
997 install -p -m 644 fedora/nsswitch.conf $RPM_BUILD_ROOT/etc/nsswitch.conf
999 mkdir -p $RPM_BUILD_ROOT/etc/default
1000 install -p -m 644 nis/nss $RPM_BUILD_ROOT/etc/default/nss
1002 # Take care of setuids
1003 # -- new security review sez that this shouldn't be needed anymore
1004 #chmod 755 $RPM_BUILD_ROOT%{_prefix}/libexec/pt_chown
1006 # This is for ncsd - in glibc 2.2
1007 install -m 644 nscd/nscd.conf $RPM_BUILD_ROOT/etc
1008 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
1009 install -m 755 nscd/nscd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
1011 # Don't include ld.so.cache
1012 rm -f $RPM_BUILD_ROOT/etc/ld.so.cache
1014 # Include ld.so.conf
1015 echo 'include ld.so.conf.d/*.conf' > $RPM_BUILD_ROOT/etc/ld.so.conf
1016 touch $RPM_BUILD_ROOT/etc/ld.so.cache
1017 chmod 644 $RPM_BUILD_ROOT/etc/ld.so.conf
1018 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
1019 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
1020 touch $RPM_BUILD_ROOT/etc/sysconfig/nscd
1022 # Include %{_prefix}/%{_lib}/gconv/gconv-modules.cache
1023 > $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
1024 chmod 644 $RPM_BUILD_ROOT%{_prefix}/%{_lib}/gconv/gconv-modules.cache
1026 # Install the upgrade program
1027 install -m 700 build-%{nptl_target_cpu}-linuxnptl/glibc_post_upgrade.%{_target_cpu} \
1028 $RPM_BUILD_ROOT/usr/sbin/glibc_post_upgrade.%{_target_cpu}
1030 strip -g $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.o
1032 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}
1033 cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \
1034 $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/
1035 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
1036 # Now strip debugging info from static libraries
1037 pushd $RPM_BUILD_ROOT%{_prefix}/%{_lib}/
1038 for i in *.a; do
1039 if [ -f $i ]; then
1040 case "$i" in
1041 *_p.a) ;;
1042 *) strip -g -R .comment $i ;;
1043 esac
1045 done
1046 popd
1048 # rquota.x and rquota.h are now provided by quota
1049 rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]
1051 # Hardlink identical locale files together
1052 %ifnarch %{auxarches}
1053 gcc -O2 -o build-%{nptl_target_cpu}-linuxnptl/hardlink fedora/hardlink.c
1054 build-%{nptl_target_cpu}-linuxnptl/hardlink -vc $RPM_BUILD_ROOT%{_prefix}/lib/locale
1055 %endif
1057 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss1-*
1058 rm -f ${RPM_BUILD_ROOT}/%{_lib}/libnss-*.so.1
1060 # Ugly hack for buggy rpm
1061 ln -f ${RPM_BUILD_ROOT}%{_sbindir}/iconvconfig{,.%{_target_cpu}}
1063 rm -f $RPM_BUILD_ROOT/etc/gai.conf
1065 # In F7+ this is provided by rpcbind rpm
1066 rm -f $RPM_BUILD_ROOT%{_sbindir}/rpcinfo
1068 # BUILD THE FILE LIST
1069 find $RPM_BUILD_ROOT -type f -or -type l |
1070 sed -e 's|.*/etc|%config &|' \
1071 -e 's|.*/gconv/gconv-modules$|%verify(not md5 size mtime) %config(noreplace) &|' \
1072 -e 's|.*/gconv/gconv-modules.cache|%verify(not md5 size mtime) &|' \
1073 -e '/lib\/debug/d' > rpm.filelist.in
1074 for n in %{_prefix}/share %{_prefix}/include %{_prefix}/lib/locale; do
1075 find ${RPM_BUILD_ROOT}${n} -type d | \
1076 grep -v '%{_prefix}/share$' | \
1077 grep -v '%{_infodir}' | \
1078 sed "s/^/%dir /" >> rpm.filelist.in
1079 done
1081 # primary filelist
1082 SHARE_LANG='s|.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo|%lang(\1) &|'
1083 LIB_LANG='s|.*/lib/locale/\([^/_]\+\)|%lang(\1) &|'
1084 # rpm does not handle %lang() tagged files hardlinked together accross
1085 # languages very well, temporarily disable
1086 # LIB_LANG=''
1087 sed -e "s|$RPM_BUILD_ROOT||" -e "$LIB_LANG" -e "$SHARE_LANG" < rpm.filelist.in |
1088 grep -v '/etc/\(localtime\|nsswitch.conf\|ld.so.conf\|ld.so.cache\|default\)' | \
1089 grep -v '/%{_lib}/lib\(pcprofile\|memusage\).so' | \
1090 grep -v 'bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\)' | \
1091 sort > rpm.filelist
1093 mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{_lib}
1094 mv -f $RPM_BUILD_ROOT/%{_lib}/lib{pcprofile,memusage}.so $RPM_BUILD_ROOT%{_prefix}/%{_lib}
1095 for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
1096 cp -a $i $i.tmp
1097 sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
1098 -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
1099 -e 's~='\''/\\\$LIB/libpcprofile.so~='\''%{_prefix}/\\$LIB/libpcprofile.so~' \
1100 -e 's~='\''/\\\$LIB/libmemusage.so~='\''%{_prefix}/\\$LIB/libmemusage.so~' \
1101 $i.tmp > $i
1102 chmod 755 $i; rm -f $i.tmp
1103 done
1105 grep '%{_infodir}' < rpm.filelist | grep -v '%{_infodir}/dir' > devel.filelist
1106 grep '%{_prefix}/include/gnu/stubs-[32164]\+\.h' < rpm.filelist >> devel.filelist || :
1108 grep '%{_prefix}/include' < rpm.filelist |
1109 egrep -v '%{_prefix}/include/(linuxthreads|gnu/stubs-[32164]+\.h)' \
1110 > headers.filelist
1112 mv rpm.filelist rpm.filelist.full
1113 grep -v '%{_prefix}/%{_lib}/lib.*_p.a' rpm.filelist.full |
1114 egrep -v "(%{_prefix}/include)|(%{_infodir})" > rpm.filelist
1116 grep '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist >> devel.filelist
1117 grep '%{_prefix}/%{_lib}/.*\.o' < rpm.filelist >> devel.filelist
1118 grep '%{_prefix}/%{_lib}/lib.*\.so' < rpm.filelist >> devel.filelist
1120 mv rpm.filelist rpm.filelist.full
1121 grep -v '%{_prefix}/%{_lib}/lib.*\.a' < rpm.filelist.full |
1122 grep -v '%{_prefix}/%{_lib}/.*\.o' |
1123 grep -v '%{_prefix}/%{_lib}/lib.*\.so'|
1124 grep -v '%{_prefix}/%{_lib}/linuxthreads' |
1125 grep -v 'nscd' > rpm.filelist
1127 grep '%{_prefix}/bin' < rpm.filelist >> common.filelist
1128 grep '%{_prefix}/lib/locale' < rpm.filelist >> common.filelist
1129 grep '%{_prefix}/libexec/pt_chown' < rpm.filelist >> common.filelist
1130 grep '%{_prefix}/sbin/[^gi]' < rpm.filelist >> common.filelist
1131 grep '%{_prefix}/share' < rpm.filelist \
1132 | grep -v '%{_prefix}/share/zoneinfo' >> common.filelist
1134 mv rpm.filelist rpm.filelist.full
1135 grep -v '%{_prefix}/bin' < rpm.filelist.full |
1136 grep -v '%{_prefix}/lib/locale' |
1137 grep -v '%{_prefix}/libexec/pt_chown' |
1138 grep -v '%{_prefix}/sbin/[^gi]' |
1139 grep -v '%{_prefix}/share' > rpm.filelist
1141 > nosegneg.filelist
1142 %if %{xenpackage}
1143 grep '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist >> nosegneg.filelist
1144 mv rpm.filelist rpm.filelist.full
1145 grep -v '/%{_lib}/%{nosegneg_subdir}' < rpm.filelist.full > rpm.filelist
1146 %endif
1148 echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist
1149 echo '%{_prefix}/sbin/tzdata-update' >> common.filelist
1150 echo '%{_prefix}/sbin/nscd' > nscd.filelist
1152 cat > utils.filelist <<EOF
1153 %{_prefix}/%{_lib}/libmemusage.so
1154 %{_prefix}/%{_lib}/libpcprofile.so
1155 %{_prefix}/bin/memusage
1156 %{_prefix}/bin/memusagestat
1157 %{_prefix}/bin/mtrace
1158 %{_prefix}/bin/pcprofiledump
1159 %{_prefix}/bin/xtrace
1162 # /etc/localtime
1163 rm -f $RPM_BUILD_ROOT/etc/localtime
1164 cp -f $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
1165 #ln -sf ..%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime
1167 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo
1169 # Make sure %config files have the same timestamp
1170 touch -r fedora/glibc.spec.in $RPM_BUILD_ROOT/etc/ld.so.conf
1171 touch -r timezone/northamerica $RPM_BUILD_ROOT/etc/localtime
1172 touch -r sunrpc/etc.rpc $RPM_BUILD_ROOT/etc/rpc
1174 cd fedora
1175 $GCC -Os -static -o build-locale-archive build-locale-archive.c \
1176 ../build-%{nptl_target_cpu}-linuxnptl/locale/locarchive.o \
1177 ../build-%{nptl_target_cpu}-linuxnptl/locale/md5.o \
1178 -DDATADIR=\"%{_datadir}\" -DPREFIX=\"%{_prefix}\" \
1179 -L../build-%{nptl_target_cpu}-linuxnptl
1180 install -m 700 build-locale-archive $RPM_BUILD_ROOT/usr/sbin/build-locale-archive
1181 $GCC -Os -static -o tzdata-update tzdata-update.c \
1182 -L../build-%{nptl_target_cpu}-linuxnptl
1183 install -m 700 tzdata-update $RPM_BUILD_ROOT/usr/sbin/tzdata-update
1184 cd ..
1186 # the last bit: more documentation
1187 rm -rf documentation
1188 mkdir documentation
1189 cp crypt/README.ufc-crypt documentation/README.ufc-crypt
1190 cp timezone/README documentation/README.timezone
1191 cp ChangeLog{,.15,.16} documentation
1192 bzip2 -9 documentation/ChangeLog*
1193 cp posix/gai.conf documentation/
1195 %ifarch s390x
1196 # Compatibility symlink
1197 mkdir -p $RPM_BUILD_ROOT/lib
1198 ln -sf /%{_lib}/ld64.so.1 $RPM_BUILD_ROOT/lib/ld64.so.1
1199 %endif
1200 %ifarch ia64
1201 %if "%{_lib}" == "lib64"
1202 # Compatibility symlink
1203 mkdir -p $RPM_BUILD_ROOT/lib
1204 ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_BUILD_ROOT/lib/ld-linux-ia64.so.2
1205 %endif
1206 %endif
1208 # Increase timeouts
1209 export TIMEOUTFACTOR=16
1210 parent=$$
1211 echo ====================TESTING=========================
1212 cd build-%{nptl_target_cpu}-linuxnptl
1213 ( make %{?_smp_mflags} -k check PARALLELMFLAGS=-s 2>&1
1214 sleep 10s
1215 teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`"
1216 [ -n "$teepid" ] && kill $teepid
1217 ) | tee check.log || :
1218 cd ..
1219 %if %{buildxen}
1220 echo ====================TESTING -mno-tls-direct-seg-refs=============
1221 cd build-%{nptl_target_cpu}-linuxnptl-nosegneg
1222 ( make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1
1223 sleep 10s
1224 teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`"
1225 [ -n "$teepid" ] && kill $teepid
1226 ) | tee check.log || :
1227 cd ..
1228 %endif
1229 %if %{buildpower6}
1230 echo ====================TESTING -mcpu=power6=============
1231 cd build-%{nptl_target_cpu}-linuxnptl-power6
1232 ( if [ -d ../power6emul ]; then
1233 export LD_PRELOAD=`cd ../power6emul; pwd`/\$LIB/power6emul.so
1235 make -j$numprocs -k check PARALLELMFLAGS=-s 2>&1
1236 sleep 10s
1237 teepid="`ps -eo ppid,pid,command | awk '($1 == '${parent}' && $3 ~ /^tee/) { print $2 }'`"
1238 [ -n "$teepid" ] && kill $teepid
1239 ) | tee check.log || :
1240 cd ..
1241 %endif
1242 echo ====================TESTING DETAILS=================
1243 for i in `sed -n 's|^.*\*\*\* \[\([^]]*\.out\)\].*$|\1|p' build-*-linux*/check.log`; do
1244 echo =====$i=====
1245 cat $i || :
1246 echo ============
1247 done
1248 echo ====================TESTING END=====================
1249 PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p'
1250 echo ====================PLT RELOCS LD.SO================
1251 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-*.so | sed -n -e "$PLTCMD"
1252 echo ====================PLT RELOCS LIBC.SO==============
1253 readelf -Wr $RPM_BUILD_ROOT/%{_lib}/libc-*.so | sed -n -e "$PLTCMD"
1254 echo ====================PLT RELOCS END==================
1256 %if "%{_enable_debug_packages}" == "1"
1258 case "$-" in *x*) save_trace=yes;; esac
1259 set +x
1260 echo Building debuginfo subpackage...
1262 blf=debugfiles.list
1263 sf=debugsources.list
1264 cblf=debugcommonfiles.list
1265 csf=debugcommonsources.list
1267 echo -n > $sf
1268 echo -n > $csf
1270 strip $RPM_BUILD_ROOT/{sbin/ldconfig,usr/sbin/glibc_post_upgrade.%{_target_cpu},usr/sbin/build-locale-archive}
1272 # Strip ELF binaries
1273 for f in `cat rpm.filelist nosegneg.filelist \
1274 | grep -v '%%\(dir\|lang\|config\|verify\)'`; do
1275 bf=$RPM_BUILD_ROOT$f
1276 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
1277 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
1278 bd=`dirname $f`
1279 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
1280 mkdir -p $outd
1281 echo extracting debug info from $f
1282 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $sf $bf
1283 bn=`basename $f`
1284 case $f in
1285 /%{_lib}/*) eu-strip -g -f $outd/$bn.debug $bf || :;;
1286 *) eu-strip -f $outd/$bn.debug $bf || :;;
1287 esac
1288 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $blf; fi
1291 done
1293 for f in `cat common.filelist utils.filelist nscd.filelist \
1294 | grep -v '%%\(dir\|lang\|config\|verify\)'`; do
1295 bf=$RPM_BUILD_ROOT$f
1296 if [ -f $bf -a -x $bf -a ! -h $bf ]; then
1297 if `file $bf 2>/dev/null | grep 'ELF.*, not stripped' | grep -vq 'statically linked'`; then
1298 bd=`dirname $f`
1299 outd=$RPM_BUILD_ROOT/usr/lib/debug$bd
1300 mkdir -p $outd
1301 echo extracting debug info from $f
1302 /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug -l $csf $bf
1303 bn=`basename $f`
1304 eu-strip -f $outd/$bn.debug $bf || :
1305 if [ -f $outd/$bn.debug ]; then echo /usr/lib/debug$bd/$bn.debug >> $cblf; fi
1308 done
1310 for f in `find $RPM_BUILD_ROOT/%{_lib} -type l`; do
1311 l=`ls -l $f`
1312 l=${l#* -> }
1313 t=/usr/lib/debug`dirname ${f#$RPM_BUILD_ROOT}`
1314 if grep -q "^$t/$l.debug\$" $blf; then
1315 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1316 echo $t/`basename $f`.debug >> $blf
1317 elif grep -q "^$t.debug/$l\$" $cblf; then
1318 ln -sf $l.debug $RPM_BUILD_ROOT$t/`basename $f`.debug
1319 echo $t/`basename $f`.debug >> $cblf
1321 done
1323 echo Sorting source file lists. Might take a while...
1324 xargs -0 -n 1 echo < $sf | LC_ALL=C grep -v '/<internal>$\|\.gperf$' | LC_ALL=C sort -u > $sf.sorted
1325 xargs -0 -n 1 echo < $csf | LC_ALL=C grep -v '/<internal>$\|\.gperf$' | LC_ALL=C sort -u > $csf.sorted
1326 mkdir -p $RPM_BUILD_ROOT/usr/src/debug
1327 cat $sf.sorted $csf.sorted \
1328 | (cd $RPM_BUILD_DIR; LC_ALL=C sort -u | cpio -pdm ${RPM_BUILD_ROOT}/usr/src/debug)
1329 # stupid cpio creates new directories in mode 0700, fixup
1330 find $RPM_BUILD_ROOT/usr/src/debug -type d -print | xargs chmod a+rx
1332 %ifarch %{debuginfocommonarches}
1333 %ifarch %{auxarches}
1334 %ifarch %{ix86}
1335 %define basearch i386
1336 %endif
1337 %ifarch alpha alphaev6
1338 %define basearch alpha
1339 %endif
1340 %ifarch sparc sparcv9
1341 %define basearch sparc
1342 %endif
1343 cat $blf > debuginfo.filelist
1344 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1345 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfo.filelist
1346 grep '/generic/\|/linux/\|/%{basearch}/\|/nptl\(_db\)\?/\|^%{glibcsrcdir}/build' \
1347 $sf.sorted | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1348 touch debuginfocommon.filelist
1349 %else
1350 ( grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $csf.sorted || : ) > $csf.sorted.build
1351 cat $blf > debuginfo.filelist
1352 cat $cblf > debuginfocommon.filelist
1353 grep '^%{glibcsrcdir}/build-\|dl-osinfo\.h' $sf.sorted \
1354 | sed 's|^|/usr/src/debug/|' >> debuginfo.filelist
1355 find $RPM_BUILD_ROOT/usr/src/debug/%{glibcsrcdir} -type d \
1356 | sed "s#^$RPM_BUILD_ROOT#%%dir #" >> debuginfocommon.filelist
1357 ( cat $csf.sorted; grep -v -f $csf.sorted.build $sf.sorted ) \
1358 | grep -v 'dl-osinfo\.h' | LC_ALL=C sort -u \
1359 | sed 's|^|/usr/src/debug/|' >> debuginfocommon.filelist
1360 %endif
1361 %else
1362 cat $blf $cblf | LC_ALL=C sort -u > debuginfo.filelist
1363 echo '/usr/src/debug/%{glibcsrcdir}' >> debuginfo.filelist
1364 %endif
1366 [ "x$save_trace" = xyes ] && set -x
1368 %endif
1370 %ifarch %{auxarches}
1371 case "$-" in *x*) save_trace=yes;; esac
1372 set +x
1373 echo Cutting down the list of unpackaged files
1374 for i in `sed '/%%dir/d;/%%config/d;/%%verify/d;s/%%lang([^)]*) //' \
1375 common.filelist devel.filelist headers.filelist \
1376 utils.filelist nscd.filelist`; do
1377 [ -f "$RPM_BUILD_ROOT$i" ] && rm -f "$RPM_BUILD_ROOT$i" || :
1378 done
1379 [ "x$save_trace" = xyes ] && set -x
1381 %else
1383 mkdir -p $RPM_BUILD_ROOT/var/{db,run}/nscd
1384 touch $RPM_BUILD_ROOT/var/{db,run}/nscd/{passwd,group,hosts,services}
1385 touch $RPM_BUILD_ROOT/var/run/nscd/{socket,nscd.pid}
1386 %endif
1388 touch $RPM_BUILD_ROOT/%{_prefix}/lib/locale/locale-archive
1390 %post -p /usr/sbin/glibc_post_upgrade.%{_target_cpu}
1392 %postun -p /sbin/ldconfig
1394 %post common -p /usr/sbin/build-locale-archive
1396 %triggerin common -p /usr/sbin/tzdata-update -- tzdata
1398 %post devel
1399 /sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir || :
1401 %pre headers
1402 # this used to be a link and it is causing nightmares now
1403 if [ -L %{_prefix}/include/scsi ] ; then
1404 rm -f %{_prefix}/include/scsi
1407 %preun devel
1408 if [ "$1" = 0 ]; then
1409 /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir || :
1412 %post utils -p /sbin/ldconfig
1414 %postun utils -p /sbin/ldconfig
1416 %pre -n nscd
1417 /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \
1418 -c "NSCD Daemon" -u 28 nscd > /dev/null 2>&1 || :
1420 %post -n nscd
1421 /sbin/chkconfig --add nscd
1423 %preun -n nscd
1424 if [ $1 = 0 ] ; then
1425 service nscd stop > /dev/null 2>&1
1426 /sbin/chkconfig --del nscd
1429 %postun -n nscd
1430 if [ $1 = 0 ] ; then
1431 /usr/sbin/userdel nscd > /dev/null 2>&1 || :
1433 if [ "$1" -ge "1" ]; then
1434 service nscd condrestart > /dev/null 2>&1 || :
1437 %if %{xenpackage}
1438 %post xen -p /sbin/ldconfig
1439 %postun xen -p /sbin/ldconfig
1440 %endif
1442 %clean
1443 rm -rf "$RPM_BUILD_ROOT"
1444 rm -f *.filelist*
1446 %files -f rpm.filelist
1447 %defattr(-,root,root)
1448 %ifarch %{rtkaioarches}
1449 %dir /%{_lib}/rtkaio
1450 %endif
1451 %if %{buildxen} && !%{xenpackage}
1452 %dir /%{_lib}/%{nosegneg_subdir_base}
1453 %dir /%{_lib}/%{nosegneg_subdir}
1454 %ifarch %{rtkaioarches}
1455 %dir /%{_lib}/rtkaio/%{nosegneg_subdir_base}
1456 %dir /%{_lib}/rtkaio/%{nosegneg_subdir}
1457 %endif
1458 %endif
1459 %if %{buildpower6}
1460 %dir /%{_lib}/power6
1461 %dir /%{_lib}/power6x
1462 %ifarch %{rtkaioarches}
1463 %dir /%{_lib}/rtkaio/power6
1464 %dir /%{_lib}/rtkaio/power6x
1465 %endif
1466 %endif
1467 %ifarch s390x
1468 %dir /lib
1469 /lib/ld64.so.1
1470 %endif
1471 %ifarch ia64
1472 %if "%{_lib}" == "lib64"
1473 %dir /lib
1474 /lib/ld-linux-ia64.so.2
1475 %endif
1476 %endif
1477 %verify(not md5 size mtime) %config(noreplace) /etc/localtime
1478 %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf
1479 %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
1480 %dir /etc/ld.so.conf.d
1481 %dir %{_prefix}/libexec/getconf
1482 %dir %{_prefix}/%{_lib}/gconv
1483 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
1484 %doc README NEWS INSTALL FAQ BUGS NOTES PROJECTS CONFORMANCE
1485 %doc COPYING COPYING.LIB README.libm LICENSES
1486 %doc hesiod/README.hesiod
1488 %if %{xenpackage}
1489 %files -f nosegneg.filelist xen
1490 %defattr(-,root,root)
1491 %dir /%{_lib}/%{nosegneg_subdir_base}
1492 %dir /%{_lib}/%{nosegneg_subdir}
1493 %endif
1495 %ifnarch %{auxarches}
1496 %files -f common.filelist common
1497 %defattr(-,root,root)
1498 %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive
1499 %dir %attr(755,root,root) /etc/default
1500 %verify(not md5 size mtime) %config(noreplace) /etc/default/nss
1501 %doc documentation/*
1503 %files -f devel.filelist devel
1504 %defattr(-,root,root)
1506 %files -f headers.filelist headers
1507 %defattr(-,root,root)
1509 %files -f utils.filelist utils
1510 %defattr(-,root,root)
1512 %files -f nscd.filelist -n nscd
1513 %defattr(-,root,root)
1514 %config(noreplace) /etc/nscd.conf
1515 %config /etc/rc.d/init.d/nscd
1516 %dir %attr(0755,root,root) /var/run/nscd
1517 %dir %attr(0755,root,root) /var/db/nscd
1518 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid
1519 %attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket
1520 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd
1521 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group
1522 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts
1523 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/services
1524 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd
1525 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group
1526 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts
1527 %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/services
1528 %ghost %config(missingok,noreplace) /etc/sysconfig/nscd
1529 %endif
1531 %if "%{_enable_debug_packages}" == "1"
1532 %files debuginfo -f debuginfo.filelist
1533 %defattr(-,root,root)
1534 %ifarch %{debuginfocommonarches}
1535 %ifnarch %{auxarches}
1536 %files debuginfo-common -f debuginfocommon.filelist
1537 %defattr(-,root,root)
1538 %dir %{_prefix}/lib/debug
1539 %dir %{_prefix}/lib/debug/%{_prefix}
1540 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1541 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1542 %endif
1543 %else
1544 %dir %{_prefix}/lib/debug
1545 %dir %{_prefix}/lib/debug/%{_prefix}
1546 %dir %{_prefix}/lib/debug/%{_prefix}/%{_lib}
1547 %{_prefix}/lib/debug/%{_prefix}/%{_lib}/*.a
1548 %endif
1549 %endif
1551 %changelog
1552 * Sat Mar 31 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-20
1553 - assorted NIS+ speedups (#223467)
1554 - fix HAVE_LIBCAP configure detection (#178934)
1555 - remove %{_prefix}/sbin/rpcinfo from glibc-common (#228894)
1557 * Sat Mar 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-19
1558 - fix power6 libm compat symbols on ppc32 (#232633)
1559 - fix child refcntr in NPTL fork (#230198)
1560 - fix ifaddrs with many net devices on > 4KB page size arches (#230151)
1561 - fix pthread_mutex_timedlock on x86_64 (#228103)
1562 - various fixes (BZ#3919, BZ#4101, BZ#4130, BZ#4181, BZ#4069, BZ#3458)
1564 * Wed Feb 21 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-18
1565 - fix nftw with FTW_CHDIR on / (BZ#4076)
1566 - nscd fixes (BZ#4074)
1567 - fix fmod{,f,l} on i?86 (BZ#3325)
1568 - support localized digits for fp values in *scanf (BZ#2211)
1569 - namespaces fixes (BZ#2633)
1570 - fix euidaccess (BZ#3842)
1571 - glob fixes (BZ#3996)
1572 - assorted locale data fixes (BZ#1430, BZ#672, BZ#58, BZ#3156,
1573 BZ#2692, BZ#2648, BZ#3363, BZ#3334, BZ#3326, BZ#3322, BZ#3995,
1574 BZ#3885, BZ#3884, BZ#3851)
1576 * Sun Feb 11 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-17
1577 - RFC2671 support in resolver (#205842)
1578 - fix strptime (BZ#3944)
1579 - fix regcomp with REG_NEWLINE (BZ#3957)
1580 - fix pthread_mutex_timedlock on x86_64 (#228103)
1582 * Fri Feb 2 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-16
1583 - add strerror_l
1584 - fix application crashes when doing NSS lookups through nscd
1585 mmapped databases and nscd decides to start garbage collection
1586 during the lookups (#219145, #225315)
1587 - fix %0lld printing of 0LL on 32-bit architectures (BZ#3902)
1588 - ignore errors from install-info in glibc-devel scriptlets
1589 (#223691)
1591 * Wed Jan 17 2007 Jakub Jelinek <jakub@redhat.com> 2.5.90-15
1592 - fix NIS getservbyname when proto is NULL
1593 - fix nss_compat +group handling (#220658)
1594 - cache services in nscd
1595 - fix double free in fts_close (#222089)
1596 - fix vfork+execvp memory leak (#221187)
1597 - soft-fp fixes (BZ#2749)
1598 - further strtod fixes (BZ#3855)
1599 - make sure pthread_kill doesn't return EINVAL even if
1600 the target thread exits in between pthread_kill ESRCH check
1601 and the actual tgkill syscall (#220420)
1602 - fix ABBA deadlock possibility in ld.so scope locking code
1604 * Tue Dec 19 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-14
1605 - fix {j,m}rand48{,_r} on 64-bit arches (BZ#3747)
1606 - handle power6x AT_PLATFORM (#216970)
1607 - fix a race condition in getXXbyYY_r (#219145)
1608 - fix tst-pselect testcase
1610 * Thu Dec 14 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-13
1611 - fix setcontext on ppc32 (#219107)
1612 - fix wide stdio after setvbuf (#217064, BZ#2337)
1613 - handle relatime mount option in statvfs
1614 - revert i?86/x86_64 clone CFI temporarily
1616 * Sun Dec 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-12
1617 - fix hasmntopt (#218802)
1618 - fix setusershell and getusershell (#218782)
1619 - strtod fixes (BZ#3664, BZ#3673, BZ#3674)
1620 - fix memusage with realloc (x, 0)
1622 * Tue Dec 5 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-11
1623 - allow suid apps to setenv NIS_PATH and influence through that
1624 nis_list and nis_lookup (#209155)
1625 - fix ttyname and ttyname_r with invalid file descriptor (#218276)
1626 - cs_CZ LC_TIME fixes (#218438)
1627 - fix build with 2.6.19+ headers (#217723)
1629 * Fri Dec 1 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-10
1630 - fix x86-64 restore_rt unwind info
1632 * Thu Nov 30 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-9
1633 - fix last svc_run change (#217850)
1634 - on ppc64 build __libc_start_main without unwind info,
1635 as it breaks MD_FROB_UPDATE_CONTEXT (#217729, #217775; in the
1636 future that could be fixable just by providing .cfi_undefined r2
1637 in __libc_start_main instead)
1638 - add unwind info for x86-64 restore_rt signal return landing pad
1639 (#217087)
1640 - add power6x subdir to /%{_lib}/ and /%{_lib}/rtkaio/,
1641 link all libs from ../power6/* into them
1643 * Tue Nov 28 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-8
1644 - fix svc_run (#216834, BZ#3559)
1645 - add -fasynchronous-unwind-tables to CFLAGS (#216518)
1646 - make sure there is consistent timestamp for /etc/ld.so.conf,
1647 /etc/localtime and /etc/rpc between multilib glibc rpms
1649 * Mon Nov 20 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-7
1650 - handle IPv6 addresses in /etc/hosts that are mappable to
1651 IPv4 addresses in IPv4 host lookups (#215283)
1652 - fix :include: /etc/alias handling (#215572)
1653 - handle new tzdata format to cope with year > 2037 transitions
1654 on 64-bit architectures
1656 * Fri Nov 10 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-6
1657 - fix strxfrm fix
1658 - fix i?86 floor and ceil inlines (BZ#3451)
1660 * Thu Nov 9 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-5
1661 - fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo
1662 CPUs
1663 - fix libthread_db.so on TLS_DTV_AT_TP architectures
1664 - fix --inhibit-rpath (#214569)
1665 - fix _r_debug content when prelinked ld.so executes
1666 a program as its argument
1667 - fix strxfrm
1668 - powerpc-cpu add-on updates
1670 * Fri Nov 3 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-4
1671 - fix atexit backwards compatibility (#213388)
1672 - add mai_IN locale (#213415)
1673 - remove bogus %{_libdir}/librt.so.1 symlink (#213555)
1674 - fix memusage (#213656)
1675 - change libc.info category (#209493)
1677 * Sun Oct 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-3
1678 - fix suid/sgid binaries on i?86/x86_64 (#212723)
1680 * Fri Oct 27 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-2
1681 - fix ia64 build
1682 - don't call _dl_close outside of dl_load_lock critical section
1683 if dlopen failed (BZ#3426)
1684 - add rtld scope locking (#211133)
1686 * Wed Oct 25 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-1
1687 - fix i?86 6 argument syscalls (e.g. splice)
1688 - fix rtld minimal realloc (BZ#3352)
1689 - fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369)
1690 - fix xdrmem_setpos (#211452)
1691 - bump __GLIBC_MINOR__
1692 - increase PTHREAD_STACK_MIN on ppc{,64} to 128K to allow
1693 64K pagesize kernels (#209877)
1694 - speed up initgroups on NIS+ (#208203)
1696 * Mon Oct 2 2006 Jakub Jelinek <jakub@redhat.com> 2.5-2
1697 - fix nscd database growing (#207928)
1698 - bypass prelinking when LD_DYNAMIC_WEAK=1 is in the environment
1700 * Fri Sep 29 2006 Jakub Jelinek <jakub@redhat.com> 2.5-1
1701 - glibc 2.5 release
1703 * Wed Sep 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-36
1704 - rebuilt with gcc-4.1.1-26 to fix unwind info
1706 * Mon Sep 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-35
1707 - fix glob with large number of matches (BZ#3253)
1708 - fix fchownat on kernels that don't support that syscall (BZ#3252)
1709 - fix lrintl on s390{,64}
1711 * Sat Sep 23 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-34
1712 - fix ppc{32,64} longjmp (BZ#3225)
1713 - fix user visible spelling errors (BZ#3137)
1714 - fix l{,l}rint{,f,l} around zero (BZ#2592)
1715 - avoid stack trampoline in s390{,x} makecontext
1717 * Tue Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-33
1718 - fix dlclose (#206639)
1719 - don't load platform optimized libraries if kernel doesn't set
1720 AT_PLATFORM
1721 - fix ppc{32,64} libSegFault.so
1722 - use -mtune=generic even for glibc-devel.i386 (#206437)
1723 - fix /%{_lib}/librt.so.1 symlink
1725 * Fri Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-32
1726 - on ppc* use just AT_PLATFORM and altivec AT_HWCAP bit for library selection
1727 - fix lrintl and lroundl on ppc{,64}
1728 - use hidden visibility on fstatat{,64} and mknodat in libc_nonshared.a
1730 * Sun Sep 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-31
1731 - fix pthread_cond_{,timed}wait cancellation (BZ#3123)
1732 - fix lrint on ppc32 (BZ#3155)
1733 - fix malloc allocating more than half of address space (BZ#2775)
1734 - fix mktime on 32-bit arches a few years after 2038 (BZ#2821)
1736 * Thu Sep 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-30
1737 - add librtkaio, to use it add /%{lib}/rtkaio to your
1738 LD_LIBRARY_PATH or /etc/ld.so.conf
1739 - fix or_IN February name (#204730)
1740 - fix pthread_create called from cancellation handlers (BZ#3124)
1741 - fix regex case insensitive searches with characters where upper
1742 and lower case multibyte representations have different length
1743 (e.g. I and dotless i, #202991)
1745 * Tue Sep 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-29
1746 - randomize resolver query ids before use instead after use (#205113)
1747 - fix resolver symver checking with DT_GNU_HASH (#204909)
1748 - put .hash section in glibc libraries at the end of RO segment
1749 when .gnu.hash is present
1751 * Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-28
1752 - another malloc doubly linked list corruption problem fix (#204653)
1754 * Thu Aug 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-27
1755 - allow $LIB and $PLATFORM in dlopen parameters even in suid/sgid (#204399)
1756 - handle $LIB/$PLATFORM in LD_LIBRARY_PATH
1757 - fix splice prototype (#204530)
1759 * Mon Aug 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-26
1760 - real fix for the doubly linked list corruption problem
1761 - try harder in realloc to allocate memory (BZ#2684)
1762 - fix getnameinfo error reporting (#204122)
1763 - make localedef more robust on invalid input (#203728)
1765 * Fri Aug 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-25
1766 - temporarily back out code to limit number of unsorted block
1767 sort iterations (#203735, #204027)
1768 - handle PLT symbols in dladdr properly (BZ#2683)
1769 - avoid malloc infinite looping for allocations larger than
1770 the system can allocate (#203915)
1772 * Tue Aug 22 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-23
1773 - malloc fixes, especially for 32-bit arches (#202309)
1774 - further *_IN locale fixes (#200230)
1775 - fix get{serv,rpc}ent{,_r} if NIS map is empty (#203237)
1776 - fix /usr/bin/iconv (#203400)
1778 * Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-22
1779 - rebuilt with latest binutils to pick up 64K -z commonpagesize
1780 on ppc/ppc64 (#203001)
1782 * Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-21
1783 - if some test gets stuck, kill the tee process after make check
1784 finishes
1785 - build with -mtune=generic on i686 and x86_64
1787 * Tue Aug 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-20
1788 - PTHREAD_PRIO_PROTECT support
1789 - fix errno if nice() fails (#201826)
1791 * Thu Aug 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-19
1792 - adaptive malloc brk/mmap threshold
1793 - fix fchownat to use kernel syscall (if available) on many arches (#201870)
1794 - only define O_DIRECT with -D_GNU_SOURCE on ia64 to match all
1795 other arches (#201748)
1797 * Mon Aug 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-18
1798 - NIS+ fixes
1799 - fix memusage and xtrace scripts (#200736)
1800 - redirect /sbin/service sshd condrestart std{out,err} to /dev/null
1801 when executed from glibc_post_upgrade
1803 * Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-17
1804 - typo fix for the dladdr patch
1805 - build i?86 glibc with -mno-tls-direct-seg-refs (#200469)
1807 * Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-16
1808 - fix dladdr on binaries/libraries with only DT_GNU_HASH and no
1809 DT_HASH (#200635)
1810 - fix early timeout of initgroups data in nscd (#173019)
1811 - add am/pm display to es_PE and es_NI locales (#167101)
1812 - fix nss_compat failures when nis/nis+ unavailable (#192072)
1814 * Mon Jul 31 2006 Roland McGrath <roland@redhat.com> 2.4.90-15
1815 - fix missing destructor calls in dlclose (#197932)
1816 - enable transliteration support in all locales (#196713)
1817 - disallow RTLD_GLOBAL flag for dlmopen in secondary namespaces (#197462)
1818 - PI mutex support
1820 * Tue Jul 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-13
1821 - DT_GNU_HASH support
1823 * Fri Jun 30 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-12
1824 - buildrequire gettext
1825 - enable fstatat64/newfstatat syscalls even on ppc*/s390*/ia64 (#196494)
1826 - fix out of memory behavior in gettext (#194321)
1827 - fix regex on multi-byte non-UTF-8 charsets (#193873)
1828 - minor NIS+ fixes (#190803)
1829 - don't use cancellable calls in posix_spawn* and only set{u,g}id
1830 current thread if requested (#193631)
1832 * Wed May 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-11
1833 - don't exit from nscd -i <database> before the database is
1834 actually invalidated, add locking to prune_cache (#191464)
1835 - build glibc-devel.i386 static libraries with
1836 -mno-tls-direct-seg-refs -DNO_TLS_DIRECT_SEG_REFS
1837 - RFC3542 support (advanced API for IPv6; #191001, BZ##2693)
1839 * Wed May 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-10
1840 - on i686 make glibc owner of /lib/i686 directory (#192597)
1841 - search parent NIS+ domains (#190803)
1843 * Sun May 21 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-9
1844 - update from CVS
1845 - big NIS+ changes
1847 * Fri May 19 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-8
1848 - update from CVS
1849 - fix nss_compat when SETENT_BATCH_READ=TRUE is in /etc/default/nss
1850 - fix RFC3484 precedence table for site-local and ULA addresses (#188364)
1851 - fix a sunrpc memory leak
1853 * Thu May 11 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-7
1854 - update from CVS
1855 - fix tcgetattr (#177965)
1856 - fix <sys/queue.h> (#191264)
1858 * Fri May 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-6
1859 - update from CVS
1860 - rebuilt using fixed rpm
1862 * Fri May 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-5
1863 - update from CVS
1864 - some NIS+ fixes
1865 - allow overriding rfc3484 address sorting tables for getaddrinfo
1866 through /etc/gai.conf (sample config file included in %%doc directory)
1868 * Mon May 1 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-4
1869 - update from CVS
1870 - SETENT_BATCH_READ /etc/default/nss option for speeding up
1871 some usages of NIS+ (#188246)
1872 - move debug state change notification (#179208)
1873 - fix ldd script if one of the dynamic linkers is not installed (#190259)
1875 * Thu Apr 27 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-3
1876 - update from CVS
1877 - fix a typo in nscd.conf (#190085)
1878 - fix handling of SIGHUP in nscd when some caches are disabled (#189978)
1879 - make nscd paranoia mode working with non-root server-user (#189779)
1881 * Wed Apr 26 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-2
1882 - update from CVS
1883 - fix getaddrinfo (#190002)
1884 - add auto-propagate nscd.conf options (#177154)
1885 - fix nscd auditing (#169148)
1887 * Tue Apr 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-1
1888 - update from CVS
1890 * Mon Apr 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4-6
1891 - update from CVS
1892 - NIS+ fixes
1893 - don't segfault on too large argp key values (#189545)
1894 - getaddrinfo fixes for RFC3484 (#188364)
1896 * Tue Mar 28 2006 Jakub Jelinek <jakub@redhat.com> 2.4-5
1897 - update from CVS
1898 - pshared robust mutex support
1899 - fix btowc and bwtoc in C++ (#186410)
1900 - fix NIS+ (#186592)
1901 - don't declare __wcsto*l_internal for non-GCC or if not -O1+ (#185667)
1902 - don't mention nscd failures on 2.0 kernels (#185335)
1904 * Tue Mar 7 2006 Roland McGrath <roland@redhat.com> 2.4-4
1905 - back up %%{ix86} gdb conflicts to < 6.3.0.0-1.111
1907 * Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-3
1908 - really fix rintl on ppc64
1910 * Tue Mar 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4-2
1911 - accurate unwind info for lowlevellock.h stubs on %%{ix86}
1912 - fix ppc/ppc64 ceill, floorl, rintl, roundl and truncl (BZ#2423)
1914 * Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.4-1
1915 - update from CVS
1916 - glibc 2.4 release
1918 * Mon Mar 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-2
1919 - update from CVS
1920 - fix sYSMALLOc for MALLOC_ALIGNMENT > 2 * SIZE_SZ (#183895)
1921 - revert ppc32 malloc alignment patch, it breaks malloc_set_state
1922 and needs some further thoughts and time (#183894)
1923 - provide accurate unwind info for lowlevellock.h stubs on x86_64
1925 * Thu Mar 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.91-1
1926 - update from CVS
1927 - fixes for various arches
1928 - ensure malloc returns pointers aligned to at least
1929 MIN (2 * sizeof (size_t), __alignof__ (long double))
1930 (only on ppc32 this has not been the case lately with addition
1931 of 128-bit long double, #182742)
1933 * Wed Mar 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-39
1934 - update from CVS
1936 * Fri Feb 17 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-38
1937 - update from CVS
1938 - robust mutexes rewrite
1940 * Mon Feb 13 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-37
1941 - update from CVS
1942 - *at fixes
1943 - unshare syscall wrapper
1945 * Sat Feb 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-36
1946 - update from CVS
1947 - fix frequency setting for ITIMER_PROF (#179938, BZ#2268)
1948 - fix powerpc inline fegetround ()
1949 - fix nptl_db (#179946)
1951 * Fri Feb 3 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-35
1952 - update from CVS
1953 - handle futimesat (fd, NULL, tvp) as futimes (fd, tvp)
1954 - fix <stdlib.h> q{e,f,g}cvt{,_r} for -mlong-double-64
1956 * Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-34
1957 - fix <math.h> with C++ and -mlong-double-64 (#179742)
1958 - add nexttowardl redirect for -mlong-double-64
1960 * Thu Feb 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-33
1961 - update from CVS
1962 - long double support fixes
1964 * Wed Feb 1 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-32
1965 - update from CVS
1966 - 128-bit long double fixes for ppc{,64}, s390{,x} and sparc{,v9},
1967 alpha 128-bit long double support
1968 - add inotify syscall numbers to the override <asm/unistd.h> headers
1969 (#179366)
1971 * Mon Jan 30 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-31
1972 - update from CVS
1973 - 128-bit long double on ppc, ppc64, s390, s390x and sparc{,v9}
1974 - add some new syscall numbers to the override <asm/unistd.h>
1975 headers
1977 * Mon Jan 9 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-30
1978 - update from CVS
1979 - <pthread.h> initializer fixes for -std=c{8,9}9 on 32-bit
1980 arches
1981 - avoid writable .rodata (#177121)
1983 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-29
1984 - update from CVS
1985 - make pthread_mutex_t an unnamed union again, as it affects
1986 libstdc++ ABI mangling
1988 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-28
1989 - update from CVS
1990 - make aio_suspend interruptible by signals (#171968)
1992 * Fri Jan 6 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-27
1993 - only rely on d_type in 32-bit getdents on s390 for 2.6.11+
1995 * Wed Jan 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-26
1996 - update from CVS
1997 - for newly linked lio_listio* callers, send per request
1998 notifications (#170116)
1999 - fixup nscd -S option removal changes (#176860)
2000 - remove nonnull attribute from ctermid (#176753)
2001 - fix PTHREAD_*_INITIALIZER{,_NP} on 64-bit arches
2002 - SPARC NPTL support for pre-v9 CPUs
2003 - drop support for 2.4.xx and < 2.6.9 kernels
2005 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-25
2006 - update from CVS
2007 - s390{,x} and sparc{,64} pointer mangling fixes
2008 - install a sanitized LinuxThreads <bits/libc-lock.h>
2010 * Mon Jan 2 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-24
2011 - update from CVS
2012 - nscd audit changes (#174422)
2013 - ppc{32,64} vDSO support and ppc32 hp-timing
2015 * Tue Dec 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-23
2016 - update from CVS
2017 - robust mutexes
2018 - fix transliteration segfaults (#176573, #176583)
2019 - ignore prelink temporaries in ldconfig (#176570)
2021 * Wed Dec 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-22
2022 - update from CVS
2023 - minor fts fixes
2024 - revert broken _Pragma () workaround
2025 - fix ldconfig on bi-arch architectures (#176316)
2027 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-21
2028 - update from CVS
2029 - fix pointer (de)mangling in gconv_cache.c
2031 * Tue Dec 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-20
2032 - update from CVS
2033 - time ((void *) 1) should segfault, not return -EFAULT (#174856, BZ#1952)
2034 - fix errlist generation
2035 - update ulps for GCC 4.1 on IA-64
2037 * Mon Dec 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-19
2038 - update from CVS
2039 - sysdeps/generic reorg
2040 - setjmp/longjmp jump pointer mangling
2041 - rebuilt with GCC 4.1-RH prerelease, worked around broken _Pragma ()
2042 handling in it
2043 - remove glibc-profile subpackage
2044 - use non-PLT calls for malloc/free/realloc/memalign invocations in
2045 mtrace and mcheck hooks (#175261)
2046 - setjmp/longjmp jump pointer mangling on ppc{,64}/ia64/s390{,x}
2048 * Sat Nov 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-18
2049 - update from CVS
2050 - change <sys/stat.h> for broken apps that #define const /**/,
2051 handle non-GCC compilers
2052 - fix ppc{32,64} strncmp (BZ#1877, #173643, IT#83510)
2053 - provide shmatt_t typedef in ia64 <sys/shm.h (#173680)
2054 - support 2nd arg to futimesat being NULL (#173581)
2056 * Wed Nov 16 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-17
2057 - update from CVS
2058 - fix <sys/stat.h> in C++
2059 - {fstat,fchown,rename,unlink}at fixes
2060 - epoll_wait is now a cancellation point
2062 * Tue Nov 15 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-16
2063 - update from CVS
2064 - make sure waitid syscall is used on ppc*/s390*
2066 * Thu Oct 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-15
2067 - update from CVS
2068 - be permissive in %n check because of kernel bug #165351 (#171240)
2069 - don't misalign stack in pthread_once on x86_64 (#170786, IT#81521)
2070 - many locale fixes
2072 * Mon Oct 10 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-14
2073 - update from CVS
2074 - fix malloc bug after fork introduced in the last update
2075 - fix getent hosts IP for IPv4 IPs (#169831)
2077 * Mon Oct 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-13
2078 - update from CVS
2079 - fix setuid etc. hangs if some thread exits during the call (#167766)
2080 - fix innetgr memory leak (#169051)
2081 - support > 2GB nscd log files (#168851)
2082 - too many other changes to list here
2083 - include errno in nscd message if audit_open failed (#169148)
2085 * Mon Sep 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-12
2086 - update from CVS
2087 - netgrp handling fixes (#167728)
2088 - fix memory leak in setlocale (BZ#1318)
2089 - fix hwcaps computation
2090 - several regex portability improvements (#167019)
2091 - hypotf fix
2092 - fix *printf return code if underlying write fails (BZ#1146)
2093 - PPC64 dl{,v}sym fixes for new ABI .opd symbols
2094 - fix calloc with MALLOC_PERTURB_ in environment on 64-bit architectures
2095 (#166719)
2096 - source /etc/sysconfig/nscd (if it exists) in /etc/rc.d/init.d/nscd
2097 (#167083)
2098 - add %%triggerin for tzdata to glibc-common, so that tzdata updates
2099 update /etc/localtime and /var/spool/postfix/etc/localtime if they
2100 exist (#167787)
2102 * Mon Aug 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-11
2103 - FUTEX_WAKE_OP support to speed up pthread_cond_signal
2105 * Wed Aug 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-10
2106 - update from CVS
2107 - fix growing of nscd persistent database (BZ#1204)
2108 - fix _FORTIFY_SOURCE mbstowcs and wcstombs if destination size
2109 is known at compile time, but length argument is not
2111 * Mon Aug 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-9
2112 - update from CVS
2113 - fix resolving over TCP (#161181, #165802)
2114 - on ia64 don't abort on unhandled math function exception codes
2115 (#165693)
2117 * Mon Aug 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-8
2118 - update from CVS
2119 - nscd persistent database verifier (#164001)
2120 - cleanup _FORTIFY_SOURCE bits/*.h headers (#165000)
2121 - handle EINTR in sigwait properly
2122 - make sure poor man's stack guard randomization keeps first
2123 byte 0 even on big-endian 32-bit arches
2124 - fix {elf,nptl}/tst-stackguard1
2125 - obsolete linuxthreads-devel in glibc-devel
2127 * Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-7
2128 - update from CVS
2129 - do some poor man's stack guard randomization even without
2130 the costly --enable-stackguard-randomization
2131 - rebuilt with new GCC to make it use -msecure-plt on PPC32
2133 * Mon Jul 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-6
2134 - update from CVS
2135 - fix execvp if PATH is not in environment and the call is going
2136 to fail (BZ#1125)
2137 - another bits/wchar2.h fix (#163990)
2139 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-5
2140 - update from CVS
2141 - fix stubs.h generation
2142 - don't use _G_va_list in bits/wchar2.h
2144 * Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-4
2145 - update from CVS
2146 - make sure bits/wchar2.h header is installed
2147 - fix __getgroups_chk return type
2149 * Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-3
2150 - update from CVS
2151 - make sure nscd cmsg buffers aren't misaligned, handle EINTR from
2152 poll when contacting nscd more gracefully
2153 - remove malloc attribute from posix_memalign
2154 - correctly size nscd buffer for grpcache key (#163538)
2155 - fix atan2f
2156 - fix error memory leaks
2157 - some more _FORTIFY_SOURCE protection
2159 * Fri Jul 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-2
2160 - update from CVS
2161 - ia64 stack protector support
2162 - handle DNS referral results as server errors (#162625)
2163 - ctan{,h}{,f,l} fixes (#160759)
2164 - pass argc, argv and envp also to executable's *ni_array
2165 functions (BZ#974)
2166 - add ellipsis to clone prototype (#161593)
2167 - fix glibc-profile (#162601)
2168 - nss_compat fixes
2169 - use sysdeps/generic version of <bits/stdio-lock.h> in installed
2170 headers instead of NPTL version (#162634)
2172 * Mon Jun 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-1
2173 - update from CVS
2174 - stack protector support
2175 - fix xdr_{,u_}{longlong_t,hyper} on 64-bit arches (#161583)
2176 - enable @GLIBC_2.4 symbols
2177 - remove linuxthreads
2179 * Mon Jun 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-11
2180 - update from CVS
2181 - PPC32 -msecure-plt support
2182 - support classes keyword in /etc/hesiod.conf (#150350)
2183 - add RLIMIT_NICE and RLIMIT_RTPRIO to <sys/resources.h> (#157049)
2184 - decrease number of .plt relocations in libc.so
2185 - use -laudit in nscd (#159217)
2186 - handle big amounts of networking interfaces in getifaddrs/if_nameindex
2187 (#159399)
2188 - fix pa_IN locale's am_pm (#158715, BZ#622)
2189 - fix debugging of PIEs
2191 * Mon May 30 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-10
2192 - fix LD_ASSUME_KERNEL (since 2.3.5-8 GLRO(dl_osversion)
2193 has been always overwritten with the version of currently
2194 running kernel)
2195 - remove linuxthreads man pages other than those covered in
2196 3p section, as 3p man pages are far better quality and describe
2197 POSIX behaviour that NPTL implements (#159084)
2199 * Tue May 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-9
2200 - update from CVS
2201 - increase bindresvport's LOWPORT to 512, apparently some
2202 broken daemons don't think 0 .. 511 ports are reserved
2204 * Mon May 23 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-8
2205 - update from CVS
2206 - fix kernel version check in ld.so
2207 - fix sendfile{,64} prototypes (BZ#961)
2208 - try more ports in bindresvport if all 600..1023 are
2209 used, don't use priviledged ports when talking to portmap
2210 (#141773)
2212 * Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
2213 - update from CVS
2214 - make regexec thread safe (BZ#934)
2215 - fix statically linked programs on i?86, x86_64, s390* and
2216 sparc* (#158027)
2217 - fix IBM939 iconv module (BZ#955)
2219 * Wed May 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-6
2220 - update from CVS
2221 - fix cancellation on i?86
2222 - add call frame information to i?86 assembly
2224 * Tue May 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-5
2225 - update from CVS
2226 - add some more UTF-8 locales (#156115)
2227 - clean up /lib64/tls instead of /lib/tls on x86-64, s390x and
2228 ppc64 in glibc_post_upgrade (#156656)
2229 - fix posix_fallocate{,64} (#156289)
2231 * Thu Apr 28 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-4
2232 - update from CVS
2233 - fix nscd cache pruning (#150748)
2235 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-3
2236 - update from CVS
2237 - fix linuxthreads clocks
2238 - put xen libs into the glibc-2*.i686 package instead of a separate one
2239 - fix librt.so symlink in linuxthreads-devel
2240 - do not include linuxthreads-devel on %{auxarches},
2241 just on the base architectures
2243 * Wed Apr 27 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-2
2244 - update from CVS
2245 - with MALLOC_CHECK_=N N>0 (#153003)
2246 - fix recursive dlclose (#154641)
2247 - handle %z in strptime (#154804)
2248 - automatically append /%{_lib}/obsolete/linuxthreads/
2249 to standard library search path if LD_ASSUME_KERNEL=N N <= 2.4.19
2250 or for glibc 2.0 binaries (or broken ones that don't use errno/h_errno
2251 properly). Warning: all those will stop working when LinuxThreads
2252 is finally nuked, which is not very far away
2253 - remove nonnull attribute from acct prototype (BZ#877)
2254 - kernel CPU clocks support
2255 - fix *scanf in locales with multi-byte decimal point
2257 * Wed Apr 27 2005 Roland McGrath <roland@redhat.com>
2258 - glibc-xen subpackage for i686
2260 * Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
2261 - update from CVS
2262 - fix execvp regression (BZ#851)
2263 - ia64 libm updates
2264 - sparc updates
2265 - fix initstate{,_r}/strfry (#154504)
2266 - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
2267 support "hwcap" keyword in ld.so.conf files
2269 * Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
2270 - update from CVS
2271 - fix xdr_rmtcall_args on 64-bit arches (#151686)
2272 - fix <pthread.h> and <bits/libc-lock.h> with -std=c89 -fexceptions (#153774)
2274 * Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-20
2275 - move LinuxThreads libraries to /%{_lib}/obsolete/linuxthreads/
2276 and NPTL libraries to /%{_lib}. To run a program against LinuxThreads,
2277 LD_ASSUME_KERNEL=2.4.xx LD_LIBRARY_PATH=/%{_lib}/obsolete/linuxthreads/
2278 is now needed
2279 - bzip2 ChangeLog* files instead of gzipping them
2281 * Sat Apr 2 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-19
2282 - update from CVS
2283 - fix nextafterl and several other libm routines on ia64
2284 - fix initgroups (BZ#661)
2285 - kill nptl-devel subpackage, add linuxthreads-devel,
2286 compile and link by default against NPTL and only with
2287 -I/usr/include/linuxthreads -L/usr/%{_lib}/linuxthreads
2288 against LinuxThreads
2289 - package /usr/lib/debug/%{_lib}/tls/i{5,6}86 symlinks in
2290 i386 glibc-debuginfo
2291 - limit number of ChangeLog* files in glibc-common %%doc
2292 to last 2.5 years of changes only to save space
2294 * Fri Mar 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-18
2295 - fix build on 64-bit arches with new GCC
2297 * Thu Mar 24 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-17
2298 - update from CVS
2299 - fix LD_AUDIT in LinuxThreads ld.so
2300 - fix calloc with M_PERTURB
2301 - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
2302 on ppc*/ia64/alpha/mips (BZ#801)
2303 - fix a typo in WINDOWS-31J charmap (#151739)
2304 - fix NIS ypprot_err (#151469)
2306 * Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
2307 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
2309 * Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
2310 - update from CVS
2311 - better fix for the dlclose bug (#145810, #150414)
2312 - fix regex crash on case insensitive search in zh_CN locale
2313 (#151215)
2314 - fix malloc_trim (BZ#779)
2315 - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others
2316 as function-like macros, there are too many broken programs
2317 out there
2318 - add %%dir %{_prefix}/%{_lib}/gconv to glibc's file list (#151372)
2320 * Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
2321 - fix bits/socket2.h macro typos
2323 * Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
2324 - fix tst-chk{2,3}
2325 - fix up AS_NEEDED directive in /usr/%{_lib}/libc.so
2326 - BuildReq binutils >= 2.15.94.0.2-1 for AS_NEEDED, in
2327 glibc-devel Conflict with binutils < 2.15.94.0.2-1
2329 * Thu Mar 3 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-11
2330 - update from CVS
2331 - fix execvp (#149290)
2332 - fix dlclose (#145810)
2333 - clear padding in gconv-modules.cache (#146614, BZ#776)
2334 - rebuilt with GCC4
2335 - changed __GLIBC_MINOR__ for now back to 3
2336 - back out the newly added GLIBC_2.4 *_chk routines, instead
2337 do the checking in macros
2339 * Sat Feb 12 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-10
2340 - hopefully fix interaction with prelink (#147655)
2342 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-9
2343 - update from CVS
2344 - bi-arch <gnu/stubs.h> (BZ#715)
2346 * Fri Feb 11 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-8
2347 - update from CVS
2348 - bi-arch <gnu/lib-names.h> (BZ#632)
2349 - fix libdl on s390 and maybe other platforms
2350 - fix initstate{,_r} (BZ#710)
2351 - fix <gnu/stubs.h> generation (BZ#157)
2352 - define CMSPAR in bits/termios.h (#147533)
2354 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-7
2355 - update from CVS
2356 - fix TLS handling in linuxthreads
2358 * Tue Feb 8 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-6
2359 - update from CVS
2360 - ld.so auditing
2361 - fix segfault if chrooted app attempts to dlopen a library
2362 and no standard library directory exists at all (#147067, #144303)
2363 - fix initgroups when nscd is running, but has group caching disabled
2364 (#146588)
2365 - fix pthread_key_{create,destroy} in LinuxThreads when pthread_create
2366 has not been called yet (#146710)
2367 - fix ppc64 swapcontext and setcontext (#146736, BZ#700)
2368 - service nscd cosmetic fixes (#146776)
2369 - fix IA-32 and x86-64 stack alignment in DSO constructors (#145689)
2370 - fix zdump -v segfaults on x86-64 (#146210)
2371 - avoid calling sigaction (SIGPIPE, ...) inside syslog (#146021, IT#56686)
2372 - fix errno values for futimes (BZ#633)
2373 - unconditionally include <features.h> in malloc.h (BZ#650)
2374 - change regex \B handling to match old GNU regex as well as perl/grep's dfa
2375 (from empty string inside of word to empty string not at a word boundary,
2376 BZ#693)
2377 - slightly optimize i686 TLS accesses, use direct TLS %gs access in sem_*
2378 and allow building -mno-tls-direct-seg-refs glibc that is free of direct TLS
2379 %gs access with negative offsets
2380 - fix addseverity
2381 - fix fmemopen
2382 - fix rewinddir
2383 - increase svc{tcp,unix}_create listen backlog
2385 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-5
2386 - update from CVS
2387 - add some warn_unused_result marking
2388 - make ftruncate available even for just -D_POSIX_C_SOURCE=200112L
2389 (BZ#640)
2391 * Thu Jan 6 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-4
2392 - update from CVS
2393 - fix IA-32 stack alignment for LinuxThreads thread functions
2394 and functions passed to clone(2) directly
2395 - fix ecvt{,_r} on denormals (#143279)
2396 - fix __tls_get_addr typo
2397 - fix rounding in IA-64 alarm (#143710)
2398 - don't reinitialize __environ in __libc_start_main, so that
2399 effects of setenv/putenv done in DSO initializers are preserved
2400 (#144037, IT#57403)
2401 - fix fmemopen
2402 - fix vDSO l_map_end and l_text_end values
2403 - IA64 libm update (#142494)
2404 - fix ppc rint/ceil etc. (BZ#602)
2406 * Tue Dec 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-3
2407 - rebuilt
2409 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-2
2410 - work around rpm bug some more, this time by copying
2411 iconvconfig to iconvconfig.%%{_target_cpu}.
2413 * Mon Dec 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.4-1
2414 - update from CVS
2415 - glibc 2.3.4 release
2416 - add -o and --nostdlib options to iconvconfig
2417 - if /sbin/ldconfig doesn't exist when running
2418 glibc_post_upgrade.%%{_target_cpu}, just don't attempt to run it.
2419 This can happen during first install of bi-arch glibc and the
2420 other arch glibc's %post wil run /sbin/ldconfig (#143326)
2421 - use -o and --nostdlib options to create all needed
2422 gconv-modules.cache files on bi-arch setups
2424 * Sun Dec 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-99
2425 - rebuilt
2427 * Sat Dec 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-98
2428 - add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
2429 if /sbin/init is the same ELF class and machine as
2430 glibc_post_upgrade.%%{_target_cpu} and similarly with
2431 condrestarting sshd (#143046)
2433 * Fri Dec 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-97
2434 - update from CVS
2435 - fix ppc64 getcontext and swapcontext (BZ#610)
2436 - sparc/sparc64 fixes
2438 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-96
2439 - update from CVS
2440 - fix i686 __USE_STRING_INLINES strncat
2441 - make sure ppc/ppc64 maintain correct stack alignment
2442 across clone
2444 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
2445 - export nis_domain_of_r from libnsl.so again which was
2446 unintentionally lost
2448 * Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
2449 - update from CVS
2450 - ppc/ppc64 clone without CLONE_THREAD getpid () adjustement
2451 - fix MALLOC_CHECK_={1,2,3} for non-contiguous main arena
2452 (BZ#457)
2453 - fix sysconf (_POSIX_V6_*) for other ABI environments in
2454 bi-arch setups
2455 - s390/s390x clone without CLONE_THREAD getpid () adjustement
2457 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-92
2458 - update from CVS
2459 - fix %{_prefix}/libexec/getconf filenames generation
2461 * Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-91
2462 - update from CVS
2463 - double buffer size in getXXbyYY or getXXent on ERANGE
2464 instead of adding BUFLEN (#142617)
2465 - avoid busy loop in malloc if another thread is doing fork
2466 (#142214)
2467 - some more realloc corruption checks
2468 - fix getconf _POSIX_V6_WIDTH_RESTRICTED_ENVS output,
2469 tweak %{_prefix}/libexec/getconf/ filenames
2471 * Fri Dec 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-90
2472 - update from CVS
2473 - regex speedups
2474 - use | cat in ldd if running under bash3+ to allow running
2475 it on binaries that are not through SELinux allowed to access
2476 console or tty
2477 - add __NR_waitid defines for alpha and ia64
2479 * Wed Dec 8 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-89
2480 - update from CVS
2481 - fix clone2 on ia64
2482 - avoid tst-timer5 failing with linuxthreads implementation
2483 - if __libc_enable_secure, disallow mode != normal
2484 - change ldd script to imply -r when -u is used, properly
2485 propagate return value and handle suid binaries
2487 * Tue Dec 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-88
2488 - update from CVS
2489 - disregard LD_SHOW_AUXV and LD_DYNAMIC_WEAK if __libc_enable_secure
2490 - disregard LD_DEBUG if __libc_enable_secure in normal mode
2491 if /suid-debug doesn't exist
2492 - fix fseekpos after ungetc
2493 - avoid reading bytes before start of buffers in regex's
2494 check_dst_limits_calc_pos_1 (#142060)
2495 - make getpid () working with clone/clone2 without CLONE_THREAD
2496 (so far on i386/x86_64/ia64 only)
2497 - move %{_prefix}/libexec/getconf/* to glibc from glibc-common
2498 - make %{_prefix}/libexec/getconf directory owned by glibc package
2500 * Fri Dec 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-87
2501 - update from CVS
2502 - build libpthread_nonshared.a objects with -fPIC on s390/s390x
2503 - fix mktime with < 0 or > 59 tm_sec on entry
2504 - remove nonnull attribute for realpath
2505 - add $(make-target-directory) for errlist-compat.c rule
2506 (hopefully fix #141404)
2507 - add testcase for ungetc bug
2508 - define _POSIX_{,THREAD_}CPUTIME to 0 on all Linux arches
2510 * Tue Nov 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-86
2511 - update from CVS
2512 - some posix_opt.h fixes
2513 - fix strtold use of unitialized memory (#141000)
2514 - some more bugfixes for bugs detected by valgrind
2515 - rebuilt with GCC >= 3.4.3-5 to avoid packed stack layout
2516 on s390{,x} (#139678)
2518 * Fri Nov 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-85
2519 - update from CVS
2520 - support -v specification in getconf
2521 - fix sysconf (_SC_LFS64_CFLAGS) etc.
2522 - avoid thread stack aliasing issues on EM64T (#140803)
2523 - move %{_prefix}/include/nptl headers from nptl-devel
2524 to glibc-headers, so that even NPTL specific programs
2525 can be built bi-arch without problems
2527 * Wed Nov 24 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-84
2528 - update from CVS
2529 - fix memory leak in getaddrinfo if using nscd (#139559)
2530 - handle large lines in /etc/hosts and /etc/networks
2531 (#140378)
2532 - add nonnull attributes to selected dirent.h and dlfcn.h
2533 functions
2535 * Sun Nov 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-83
2536 - update from CVS
2537 - add deprecated and/or nonnull attribute to some signal.h
2538 functions
2539 - speed up tzset () by only using stat instead of open/fstat
2540 when calling tzset for the second and following time if
2541 /etc/localtime has not changed
2542 - fix tgamma (BZ #552)
2544 * Sat Nov 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-82
2545 - update from CVS
2546 - some malloc () checking
2547 - libpthread.a object dependency cleanups (#115157)
2548 - <bits/socket.h> fix for -std=c89 -pedantic-errors (#140132)
2550 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-81
2551 - don't use chunksize in <= 2 * SIZE_SZ free () checks
2553 * Fri Nov 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-80
2554 - update from CVS
2555 - with -D_FORTIFY_SOURCE=2, prevent missing %N$ formats
2556 - for -D_FORTIFY_SOURCE=2 and %n in writable format string,
2557 issue special error message instead of using the buffer overflow
2558 detected one
2559 - speedup regex searching with REG_NOSUB, add RE_NO_SUB,
2560 speedup searching with nested subexps (BZ #544)
2561 - block SIGCANCEL in NPTL timer_* helper thread
2562 - further free () checking
2564 * Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-79
2565 - update from CVS
2566 - fix free () checking
2567 - move /etc/default/nss into glibc-common (hopefully fix #132392)
2569 * Mon Nov 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-78
2570 - update from CVS
2571 - fix LD_DEBUG=statistics
2572 - issue error message before aborting in __chk_fail ()
2573 - some more free () checking
2575 * Fri Nov 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-77
2576 - update from CVS
2577 - speedup regex on palindromes (BZ #429)
2578 - fix NPTL set{,e,re,res}[ug]id, so that even if making process
2579 less priviledged all threads change their credentials successfully
2581 * Wed Nov 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-76
2582 - update from CVS
2583 - fix regcomp crash (#138439)
2584 - fix ftell{,o,o64} (#137885)
2585 - robustification of nscd to cope with corrupt databases (#137140)
2586 - fix NPTL with pthread_exit immediately after pthread_create (BZ #530)
2587 - some regex optimizations
2589 * Tue Nov 2 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-75
2590 - update from CVS
2591 - mktime cleanups (BZ #487, #473)
2592 - unique comments in free(3) check error messages
2593 - adjust some x86_64 headers for -m32 (#129712)
2594 - object size checking support even with GCC-3.4.2-RH >= 3.4.2-8
2596 * Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-74
2597 - fix <netinet/udp.h> header
2598 - fix globfree (#137176)
2599 - fix exiting if there are dlmopened libraries in namespaces
2600 other than main one not closed yet
2601 - export again _res_opcodes and __p_{class,type}_syms from
2602 libresolv.so that were lost in -69
2604 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-73
2605 - remove setaltroot and key{_add,_request,ctl} also from Versions
2606 - back out _sys_errlist changes
2608 * Thu Oct 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-72
2609 - back out setaltroot and key{_add,_request,ctl} addition
2610 - fix severe x86-64 symbol versioning regressions that breaks
2611 e.g. java binaries
2613 * Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-71
2614 - update from CVS
2615 - fix minor catchsegv temp file handling vulnerability
2616 (CAN-2004-0968, #136319)
2617 - add 4 new errno codes
2618 - setaltroot, key{_add,_request,ctl} syscalls on some arches
2619 - export _dl_debug_state@GLIBC_PRIVATE from ld.so again for
2620 gdb purpose
2621 - use inet_pton to decide what is address and what is hostname
2622 in getent (#135422)
2623 - change dladdr/dladdr1, so that dli_saddr is the same kind
2624 of value as dlsym/dlvsym return (makes difference on ia64/hppa only)
2625 - fix catchsegv script so that it works with both 32-bit and 64-bit
2626 programs on multi-arch platforms
2628 * Tue Oct 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-70
2629 - update from CVS
2630 - require newer selinux-policy (#135978)
2631 - add %%dir for /var/run/nscd and /var/db/nscd and %%ghost
2632 files in it
2633 - conflict with gcc4 4.0.0-0.6 and earlier (needs __builtin_object_size)
2635 * Mon Oct 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-69
2636 - update from CVS
2637 - object size checking support (-D_FORTIFY_SOURCE={1,2})
2639 * Thu Oct 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-68
2640 - update from CVS
2641 - support for namespaces in the dynamic linker
2642 - fix dlclose (BZ #77)
2643 - libSegFault.so uses now backtrace() to work on IA-64, x86-64
2644 and s390 (#130254)
2646 * Tue Oct 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-67
2647 - update from CVS
2648 - use non-blocking sockets in resolver (#135234)
2649 - reset pd->res options on thread exit, so that threads
2650 reusing cached stacks get resolver state properly initialized
2651 (BZ #434)
2653 * Wed Oct 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-66
2654 - update from CVS
2655 - avoid using perl in the spec file, buildrequire sed >= 3.95
2656 (#127671)
2657 - export TIMEOUTFACTOR=16
2658 - fix _JMPBUF_CFA_UNWINDS_ADJ on s390{,x}
2660 * Tue Oct 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-65
2661 - update from CVS
2662 - define _POSIX_THREAD_PROCESS_SHARED and _POSIX_CLOCK_SELECTION
2663 to -1 in LinuxThreads
2664 - define _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME to 0
2665 on i?86/ia64 and make sure sysconf (_SC_{,THREAD_}CPUTIME)
2666 returns correct value
2667 - if _POSIX_CLOCK_SELECTION == -1 in nscd, still try
2668 sysconf (_SC_CLOCK_SELECTION) and if it returns true,
2669 dlopen libpthread.so and dlsym pthread_condattr_setclock
2670 - build nscd with -z relro and -z now
2672 * Mon Oct 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-64
2673 - update from CVS
2674 - stop using __builtin_expect in assert and assert_perror
2675 (#127606)
2676 - try to avoid too much VA fragmentation with malloc
2677 on flexmap layout (#118574)
2678 - nscd robustification
2679 - change valloc to use debugging hooks (#134385)
2680 - make glibc_post_upgrade more verbose on errors (Fergal Daly,
2681 #125700)
2683 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-63
2684 - update from CVS
2685 - fix __nscd_getgrouplist
2686 - fix a typo in x86_64 pthread_mutex_timedwait fix
2688 * Fri Oct 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-62
2689 - update from CVS
2690 - fix NPTL pthread_mutex_timedwait on i386/x86_64 (BZ #417)
2692 * Thu Sep 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-61
2693 - update from CVS
2694 - some nscd fixes (#134193)
2695 - cache initgroups in nscd (#132850)
2696 - reread /etc/localtime in tzset () even if just mtime changed
2697 (#133481)
2698 - fix glob (#126460)
2699 - another get_myaddress fix
2701 * Wed Sep 29 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-60
2702 - update from CVS
2703 - fix get_myaddress (#133982)
2704 - remove nonnull attribute from second utime argument (#133866)
2705 - handle SIGSETXID the same way as SIGCANCEL in
2706 sigaction/pthread_kill/sigwait/sigwaitinfo etc.
2707 - add __extension__ to long long types in NPTL <bits/pthreadtypes.h>
2709 * Mon Sep 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-59
2710 - update from CVS
2711 - fix BZ #151, #362, #381, #407
2712 - fdim fix for +inf/+inf (BZ #376)
2714 * Sun Sep 26 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-58
2715 - update from CVS
2716 - vasprintf fix (BZ #346)
2717 - gettext locking (BZ #322)
2718 - change linuxthreads useldt.h inclusion login again, the last
2719 one failed all linuxthreads FLOATING_STACKS tests
2721 * Sat Sep 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-57
2722 - update from CVS
2723 - fix setuid in LD_ASSUME_KERNEL=2.2.5 libc (#133558)
2724 - fix nis locking (#132204)
2725 - RTLD_DEEPBIND support
2726 - fix pthread_create bugs (BZ #401, #405)
2728 * Wed Sep 22 2004 Roland McGrath <roland@redhat.com> 2.3.3-56
2729 - migrated CVS to fedora-branch in sources.redhat.com glibc repository
2730 - source tarballs renamed
2731 - redhat/ moved to fedora/, some old cruft removed
2732 - update from trunk
2733 - some __nonnull annotations
2735 * Wed Sep 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-55
2736 - update from CVS
2737 - set{re,e,res}[ug]id now affect the whole process in NPTL
2738 - return EAGAIN instead of ENOMEM when not enough memory
2739 in pthread_create
2741 * Fri Sep 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-54
2742 - update from CVS
2743 - nscd getaddrinfo caching
2745 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-53
2746 - restore temporarily old definition of __P()/__PMT()
2747 for third party apps
2749 * Tue Sep 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-52
2750 - update from CVS
2751 - nscd bi-arch fix
2752 - remove all uses of __P()/__PMT() from glibc headers
2753 - update and reenable nscd SELinux patch
2754 - remove libnss1* and libnss*.so.1 compatibility NSS modules
2755 on IA-32, SPARC and Alpha
2757 * Fri Sep 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-51
2758 - update from CVS
2759 - disable one of the malloc double free checks for non-contiguous
2760 arenas where it doesn't have to be true even for non-broken
2761 apps
2763 * Thu Sep 9 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-50
2764 - update from CVS
2765 - pwd/grp/host loops with nscd speed up by sharing the
2766 nscd cache r/o with applications
2767 - inexpensive double free check in free(3)
2768 - make NPTL pthread.h initializers usable even from C++
2769 (BZ #375)
2770 - use atomic instructions even in i386 nscd on i486+ CPUs
2771 (conditionally)
2773 * Sat Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-49
2774 - update from CVS
2775 - fix linuxthreads tst-cancel{[45],-static}
2777 * Fri Sep 3 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-48
2778 - update from CVS
2779 - fix pthread_cond_destroy (BZ #342)
2780 - fix fnmatch without FNM_NOESCAPE (BZ #361)
2781 - fix ppc32 setcontext (BZ #357)
2782 - add NPTL support for i386 glibc (only if run on i486 or higher CPU)
2783 - add __NR_waitid defines for i386, x86_64 and sparc*
2785 * Tue Aug 31 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-47
2786 - update from CVS
2787 - persistent nscd caching
2788 - ppc64 32-bit atomicity fix
2789 - fix x86-64 nptl-devel headers for -m32 compilation
2790 - %%ghost /etc/ld.so.cache (#130597)
2791 - edit /etc/ld.so.conf in glibc_post_upgrade if
2792 include ld.so.conf.d/*.conf line is missing (#120588)
2793 - ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
2795 * Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-46
2796 - update from CVS
2798 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-45
2799 - update from CVS
2800 - fix nss_compat's initgroups handling (#130363)
2801 - fix getaddrinfo ai_canonname setting
2803 * Thu Aug 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-44
2804 - update from CVS
2805 - add ip6-dotint resolv.conf option, make
2806 no-ip6-dotint the default
2807 - BuildPrereq libselinux-devel (#129946)
2808 - on ppc64, build without dot symbols
2810 * Thu Aug 12 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-43
2811 - update from CVS
2812 - remove debugging printout (#129747)
2813 - make <sys/shm.h> usable in C++ (IT#45148)
2814 - update RLIMIT_* constants in <bits/resource.h>, make
2815 <sys/resource.h> POSIX compliant (#129740)
2817 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-42
2818 - fix last tzset () fixes, disable rereading of /etc/localtime
2819 every time for now
2820 - really enable SELinux support for NSCD
2822 * Wed Aug 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-41
2823 - update from CVS
2824 - fread_unlocked/fwrite_unlocked macro fixes (BZ #309, #316)
2825 - tzset () fixes (BZ #154)
2826 - speed up pthread_rwlock_unlock on arches other than i386 and
2827 x86_64 (#129455)
2828 - fix compilation with -ansi (resp. -std=c89 or -std=c99) and
2829 -D_XOPEN_SOURCE=[56]00 but no -D_POSIX_SOURCE* or -D_POSIX_C_SOURCE*
2830 (BZ #284)
2831 - add SELinux support for NSCD
2833 * Fri Aug 6 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-40
2834 - update from CVS
2835 - change res_init to force all threads to re-initialize
2836 resolver before they use it next time (#125712)
2837 - various getaddrinfo and related fixes (BZ #295, #296)
2838 - fix IBM{932,943} iconv modules (#128674)
2839 - some nscd fixes (e.g. BZ #292)
2840 - RFC 3678 support (Multicast Source Filters)
2841 - handle /lib/i686/librtkaio-* in i386 glibc_post_upgrade
2842 the same as /lib/i686/librt-*
2844 * Fri Jul 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-39
2845 - update from CVS
2846 - conformance related changes in headers
2847 - remove -finline-limit=2000 for GCC 3.4.x+
2849 * Thu Jul 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-38
2850 - update from CVS
2851 - fix res_init leaks
2852 - fix newlocale races
2853 - fix ppc64 setjmp
2854 - fix strtold (BZ #274)
2856 * Fri Jul 16 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-37
2857 - update from CVS
2858 - allow pthread_cancel in DSO destructors run at exit time
2859 - fix pow{f,,l} on IA-32 and powl on x86-64
2860 - allow PIEs on IA-32 to have main in a shared library they depend on
2862 * Mon Jul 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-36
2863 - s390* .plt slot reduction
2864 - fix pthread_rwlock_timedrdlock on x86_64
2866 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-35
2867 - tweak spec file for the libpthread-0.61.so -> libpthread-2.3.3.so
2868 NPTL changes
2870 * Wed Jun 30 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-34
2871 - update from CVS
2872 - if_nameindex using preferably netlink
2873 - printf_parsemb initialization fix
2874 - NPTL version is now the same as glibc version
2876 * Mon Jun 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-33
2877 - update from CVS
2878 - reread resolv.conf for nscd --invalidate=hosts
2879 - fix F_GETLK/F_SETLK/F_SETLKW constants on x86_64 for
2880 -m32 -D_FILE_OFFSET_BITS=64 compilations
2881 - avoid calling non-existing fcntl64 syscall on ppc64
2883 * Mon Jun 14 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-32
2884 - update from CVS
2885 - FUTEX_CMP_REQUEUE support (fix pthread_cond_* deadlocks)
2886 - fix backtrace in statically linked programs
2887 - rebuilt with GCC 3.4, adjusted ulps and i386 <bits/string.h>
2889 * Fri May 28 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-31
2890 - update from CVS
2891 - <bits/string2.h> and <bits/mathinline.h> changes for GCC 3.{2,4,5}+
2892 - make c_stubs buildable even with GCC 3.2.x (#123042)
2894 * Fri May 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-30
2895 - fix pthread_cond_wait on architectures other than IA-32 and
2896 x86_64
2898 * Thu May 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-29
2899 - use lib64 instead of lib on ia64 if %%{_lib} is defined to lib64
2901 * Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-28
2902 - update from CVS
2903 - FUTEX_REQUEUE fixes (#115349)
2904 - SPARC GCC 3.4 build fix
2905 - fix handling of undefined TLS symbols on IA32 (RELA only),
2906 SPARC and SH
2907 - regex translate fix
2908 - speed up sprintf
2909 - x86_64 makecontext alignment fix
2910 - make POSIX sigpause the default sigpause, unless BSD sigpause
2911 requested
2913 * Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
2914 - remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade
2915 on x86-64, s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
2916 - build mq_{send,receive} with -fexceptions
2918 * Fri May 7 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
2919 - update from CVS
2920 - fix <tgmath.h>
2921 - fix memory leaks in nis, getifaddrs, etc. caused by incorrect
2922 use of realloc
2923 - remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade
2924 and rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
2925 might be a stale symlink
2927 * Wed May 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
2928 - update from CVS
2929 - disable FUTEX_REQUEUE (work around #115349)
2930 - mq for sparc/sparc64/ia64
2932 * Tue May 4 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
2933 - update from CVS
2934 - define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK
2935 plus F_[SG]ETOWN also in -D_XOPEN_SOURCE=500 (both
2936 included already in XNS5)
2937 - reorder dlopen checks, so that dlopening ET_REL objects
2938 complains about != ET_DYN != ET_EXEC, not about phentsize
2939 (#121606)
2940 - fix strpbrk macro for GCC 3.4+ (BZ #130)
2941 - fix <sys/sysctl.h> (BZ #140)
2942 - sched_[gs]etaffinity documentation fix (BZ #131)
2943 - fix sparc64 build (BZ #139)
2944 - change linuxthreads back to use non-cancellable writes
2945 to manager pipes etc.
2946 - fix sem_timedwait return value in linuxthreads (BZ #133)
2947 - ia64 unnecessary PLT relocs removal
2949 * Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
2950 - update from CVS
2951 - fix *scanf
2952 - fix shm_unlink, sem_unlink and mq_unlink errno values
2953 - avoid memory leaks in error
2954 - execstack fixes on s390
2956 * Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
2957 - update from CVS
2958 - mq and timer fixes
2959 - rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically
2960 linked binaries
2961 - fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
2963 * Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
2964 - disable rtkaio
2965 - update from CVS
2966 - POSIX message passing support
2967 - fixed SIGEV_THREAD support for POSIX timers
2968 - fix free on non-malloced memory in syslog
2969 - fix ffsl on some 64-bit arches
2970 - fix sched_setaffinity on x86-64, ia64
2971 - fix ppc64 umount
2972 - NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
2973 - various NIS speedups
2974 - fix fwrite with > 2GB sizes on 64-bit arches
2975 - fix pthread_getattr_np guardsize reporting in NPTL
2976 - report PLT relocations in ld.so and libc.so during the build
2978 * Fri Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
2979 - update from CVS
2980 - change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
2981 - strtol speed optimization
2982 - don't try to use certainly unimplemented syscalls on ppc64
2983 - kill -debug subpackage, move the libs to glibc-debuginfo{,-common}
2984 into /usr/lib/debug/usr/%{_lib}/ directory
2985 - fix c_stubs with gcc 3.4
2986 - move all the up to 3 builds into %%build scriptlet and
2987 leave only installation in the %%install scriptlet
2989 * Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
2990 - update from CVS
2991 - affinity API changes
2993 * Thu Mar 18 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-18
2994 - update from CVS
2995 - fix ia64 iopl (#118591)
2996 - add support for /etc/ld.so.conf.d/*.conf
2997 - fix x86-64 LD_DEBUG=statistics
2998 - fix hwcap handling when using ld.so.cache (#118518)
3000 * Mon Mar 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-17
3001 - update from CVS
3002 - implement non-_l function on top of _l functions
3004 * Thu Mar 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-16
3005 - update from CVS
3006 - fix s390{,x} TLS handling
3008 * Wed Mar 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-15
3009 - update from CVS
3010 - special section for compatibility code
3011 - make getpid () work even in vfork () child
3012 - configure with --enable-bind-now to avoid lazy binding in ld.so
3013 and libc.so
3015 * Fri Mar 5 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-14
3016 - update from CVS
3017 - fix iconv -c (#117021)
3018 - fix PIEs on sparc/sparc64
3019 - fix posix_fadvise on 64-bit architectures
3020 - add locale-archive as %%ghost file (#117014)
3022 * Mon Mar 1 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-13
3023 - update from CVS
3025 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-12
3026 - update from CVS
3028 * Fri Feb 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-11
3029 - update from CVS
3030 - fix ld.so when vDSO is randomized
3032 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-10
3033 - update from CVS
3035 * Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-9
3036 - update from CVS
3038 * Tue Feb 10 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-8
3039 - update from CVS
3041 * Tue Jan 27 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-7
3042 - update from CVS
3043 - dl_iterate_phdr extension to signal number of added/removed
3044 libraries
3045 - fix PT_GNU_RELRO support on ppc* with prelinking
3047 * Fri Jan 23 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-6
3048 - rebuilt with fixed GCC on IA-64
3050 * Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-5
3051 - fix PT_GNU_RELRO support
3053 * Wed Jan 21 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-4
3054 - update from CVS
3055 - some further regex speedups
3056 - fix re.translate handling in regex (#112869)
3057 - change regfree to match old regex behaviour (what is freed
3058 and clearing of freed pointers)
3059 - fix accesses to unitialized memory in regex (#113507, #113425,
3060 #113421)
3061 - PT_GNU_RELRO support
3063 * Tue Dec 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-3
3064 - update from CVS
3065 - fix pmap_set fd and memory leak (#112726)
3066 - fix backreference handling in regex
3067 - rebuilt under glibc without the above bug to fix
3068 libc.so linker script (#112738)
3070 * Mon Dec 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-2
3071 - update from CVS
3072 - faster getpid () in NPTL builds
3073 - fix to make pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, )
3074 really disable cancellation (#112512)
3075 - more regex fixes and speedups
3076 - fix nextafter*/nexttoward*
3077 - handle 6th syscall(3) argument on AMD64
3078 - handle memalign/posix_memalign in mtrace
3079 - fix linuxthreads memory leak (#112208)
3080 - remove throw () from cancellation points in linuxthreads (#112602)
3081 - fix NPTL unregister_atfork
3082 - fix unwinding through alternate signal stacks
3084 * Mon Dec 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.3-1
3085 - update from CVS
3086 - 2.3.3 release
3087 - lots of regex fixes and speedups (#110401)
3088 - fix atan2
3089 - fix pshared condvars in NPTL
3090 - fix pthread_attr_destroy for attributes created with
3091 pthread_attr_init@GLIBC_2.0
3092 - for the time being, include both nb_NO* and no_NO* as locales
3093 so that the distribution can catch up with the no_NO->nb_NO
3094 transition
3095 - add BuildPrereq texinfo (#110252)
3097 * Tue Nov 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-102
3098 - update from CVS
3099 - fix getifaddrs (CAN-2003-0859)
3100 - fix ftw fd leak
3101 - fix linuxthreads sigaction (#108634)
3102 - fix glibc 2.0 stdio compatibility
3103 - fix uselocale (LC_GLOBAL_LOCALE)
3104 - speed up stdio locking in non-threaded programs on IA-32
3105 - try to maintain correct order of cleanups between those
3106 registered with __attribute__((cleanup))
3107 and with LinuxThreads style pthread_cleanup_push/pop (#108631)
3108 - fix segfault in regex (#109606)
3109 - fix RE_ICASE multi-byte handling in regex
3110 - fix pthread_exit in libpthread.a (#109790)
3111 - FTW_ACTIONRETVAL support
3112 - lots of regex fixes and speedups
3113 - fix ceill/floorl on AMD64
3115 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-101
3116 - update from CVS
3117 - fix ld.so --verify (and ldd)
3119 * Mon Oct 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-100
3120 - update from CVS
3121 - fix sprof (#103727)
3122 - avoid infinite loops in {,f}statvfs{,64} with hosed mounts file
3123 - prevent dlopening of executables
3124 - fix glob with GLOB_BRACE and without GLOB_NOESCAPE
3125 - fix locale printing of word values on 64-bit big-endian arches
3126 (#107846)
3127 - fix getnameinfo and getaddrinfo with reverse IPv6 lookups
3128 (#101261)
3130 * Wed Oct 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-99
3131 - update from CVS
3132 - dl_iterate_phdr in libc.a on arches other than IA-64
3133 - LD_DEBUG=statistics prints number of relative relocations
3134 - fix hwcap computation
3135 - NPTL is now part of upstream glibc CVS
3136 - include {st,xh,zu}_ZA{,.UTF-8} locales
3138 * Sat Oct 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-98
3139 - update from CVS
3140 - fix close, pause and fsync (#105348)
3141 - fix pthread_once on IA-32
3142 - implement backtrace () on IA-64, handle -fomit-frame-pointer
3143 in AMD64 backtrace () (#90402)
3145 * Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-97
3146 - update from CVS
3147 - fix <sys/sysmacros.h> with C++ or -ansi or -pedantic C
3148 - fix mknod/ustat return value when given bogus device number (#105768)
3150 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-96
3151 - rebuilt
3153 * Fri Sep 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-95
3154 - fix IA-64 getcontext
3156 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-94
3157 - update from CVS
3158 - fix syslog with non-C non-en_* locales (#61296, #104979)
3159 - filter GLIBC_PRIVATE symbols from glibc provides
3160 - fix NIS+
3162 * Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-93
3163 - update from CVS
3164 - assume 2.4.21 kernel features on RHEL/ppc*, so that
3165 {make,set,get,swap}context works
3166 - backout execstack support for RHEL
3167 - build rtkaio on amd64 too
3169 * Wed Sep 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-92
3170 - update from CVS
3171 - execstack/noexecstack support
3172 - build nscd as PIE
3173 - move __libc_stack_end back to @GLIBC_2.1
3174 - build against elfutils >= 0.86 to fix stripping on s390x
3176 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-91
3177 - rebuilt
3179 * Mon Sep 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-90
3180 - update from CVS
3181 - NPTL locking change (#102682)
3182 - don't jump around lock on amd64
3184 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-89
3185 - fix open_memstream/syslog (#104661)
3187 * Thu Sep 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-88
3188 - update from CVS
3189 - retrieve affinity in pthread_getattr_np
3190 - fix pthread_attr_[gs]etaffinity_np
3191 - handle hex and octal in wordexp
3193 * Wed Sep 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-87
3194 - update from CVS
3195 - truncate instead of round in utimes when utimes syscall is not available
3196 - don't align stack in every glibc function unnecessarily on IA-32
3197 - make sure threads have their stack 16 byte aligned on IA-32
3198 - move sched_[sg]etaffinity to GLIBC_2.3.3 symbol version (#103231)
3199 - fix pthread_getattr_np for the initial thread (#102683)
3200 - avoid linuxthreads signal race (#104368)
3201 - ensure all gzip invocations are done with -n option
3203 * Fri Sep 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-86
3204 - update from CVS
3205 - avoid linking in libgcc_eh.a unnecessarily
3206 - change ssize_t back to long int on s390 -m31, unless
3207 gcc 2.95.x is used
3209 * Wed Sep 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-85
3210 - update from CVS
3211 - fix IA-64 memccpy (#104114)
3213 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-84
3214 - update from CVS
3215 - undo broken amd64 signal context changes
3217 * Tue Sep 9 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-83
3218 - update from CVS
3219 - change *nlink_t, *ssize_t and *intptr_t types on s390 -m31 to
3220 {unsigned,} int
3221 - change *u_quad_t, *quad_t, *qaddr_t, *dev_t, *ino64_t, *loff_t,
3222 *off64_t, *rlim64_t, *blkcnt64_t, *fsblkcnt64_t, *fsfilcnt64_t
3223 on 64-bit arches from {unsigned,} long long int {,*} to
3224 {unsigned,} long int {,*} to restore binary compatibility
3225 for C++ functions using these types as arguments
3227 * Sun Sep 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-82
3228 - rebuilt
3230 * Sat Sep 6 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-81
3231 - update from CVS
3232 - fix tc[gs]etattr/cf[gs]et[io]speed on ppc (#102732)
3233 - libio fixes
3235 * Thu Sep 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-80
3236 - update from CVS
3237 - fix IA-64 cancellation when mixing __attribute__((cleanup ()))
3238 and old-style pthread_cleanup_push cleanups
3240 * Tue Sep 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-79
3241 - updated from CVS
3242 - lots of cancellation fixes
3243 - fix posix_fadvise* on ppc32
3244 - TLS layout fix
3245 - optimize stdio cleanups (#103354)
3246 - sparcv9 NPTL
3247 - include sigset, sighold, sigrelse, sigpause and sigignore prototypes
3248 in signal.h even if -D_XOPEN_SOURCE_EXTENDED (#103269)
3249 - fix svc_getreqset on 64-bit big-endian arches
3250 - return ENOSYS in linuxthreads pthread_barrierattr_setpshared for
3251 PTHREAD_PROCESS_SHARED
3252 - add pthread_cond_timedwait stubs to libc.so (#102709)
3253 - split glibc-devel into glibc-devel and glibc-headers to ensure
3254 amd64 /usr/include always wins on amd64/i386 bi-arch installs
3255 - increase PTHREAD_STACK_MIN on alpha, ia64 and sparc*
3256 - get rid of __syscall_* prototypes and stubs in sysdeps/unix/sysv/linux
3257 - run make check also with linuxthreads (on IA-32 non-FLOATING_STACKS)
3258 ld.so and NPTL (on IA-32 also FLOATING_STACKS linuxthreads) libraries
3259 and tests
3261 * Tue Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-78
3262 - include dl-osinfo.h only in glibc-debuginfo-2*.rpm, not
3263 in glibc-debuginfo-common*
3265 * Mon Aug 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-77
3266 - update from CVS
3267 - fix glibc 2.0 libio compatibility (#101385)
3268 - fix ldconfig with /usr/lib/lib*.so symlinks (#102853)
3269 - fix assert.h (#102916, #103017)
3270 - make ld.so.cache identical between IA-32 and AMD64 (#102887)
3271 - fix static linking of large IA-64 binaries (#102586)
3272 - avoid using floating point regs in lazy binding code on ppc64 (#102763)
3274 * Fri Aug 22 2003 Roland McGrath <roland@redhat.com> 2.3.2-76
3275 - add td_thr_tls_get_addr changes missed in initial nptl_db rewrite
3277 * Sun Aug 17 2003 Roland McGrath <roland@redhat.com> 2.3.2-74
3278 - nptl_db rewrite not yet in CVS
3280 * Thu Aug 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-72
3281 - update from CVS
3282 - fix rtkaio aio_fsync{,64}
3283 - update rtkaio for !BROKEN_THREAD_SIGNALS
3284 - fix assert macro when used on pointers
3286 * Wed Aug 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-71
3287 - update from CVS
3289 * Tue Aug 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-70
3290 - update from CVS
3291 - disable CLONE_STOPPED for now until it is resolved
3292 - strip crt files
3293 - fix libio on arches with no < GLIBC_2.2 support (#102102, #102105)
3294 - fix glibc-debuginfo to include all nptl and nptl_db sources
3296 * Thu Aug 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-69
3297 - update from CVS
3298 - fix pthread_create@GLIBC_2.0 (#101767)
3299 - __ASSUME_CLONE_STOPPED on all arches but s390* in RHEL
3301 * Sun Aug 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-68
3302 - update from CVS
3303 - only use CLONE_STOPPED if kernel supports it, fix setting of thread
3304 explicit scheduling (#101457)
3306 * Fri Aug 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-67
3307 - update from CVS
3308 - fix utimes and futimes if kernel doesn't support utimes syscall
3309 - fix s390 ssize_t type
3310 - fix dlerror when called before any dlopen/dlsym
3311 - update IA-64 bits/sigcontext.h (#101344)
3312 - various warning fixes
3313 - fix pthread.h comment typos (#101363)
3315 * Wed Jul 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-66
3316 - update from CVS
3317 - fix dlopen of libraries using TLS IE/LE models
3319 * Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-65
3320 - update from CVS
3321 - fix timer_create
3322 - use __extension__ before long long typedefs in <bits/types.h> (#100718)
3324 * Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-64
3325 - update from CVS
3326 - fix wcpncpy (#99462)
3327 - export _res@GLIBC_2.0 even from NPTL libc.so (__res_state ()
3328 unlike __errno_location () or __h_errno_location () was introduced
3329 in glibc 2.2)
3330 - fix zic bug on 64-bit platforms
3331 - some TLS handling fixes
3332 - make ldconfig look into alternate ABI dirs by default (#99402)
3333 - move %{_datadir}/zoneinfo to tzdata package, so that it can be
3334 errataed separately from glibc
3335 - new add-on - rtkaio
3336 - prereq libgcc, as glibc now relies on libgcc_s.so.1 for pthread_cancel
3338 * Tue Jul 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-63
3339 - fix thread cancellation on ppc64
3341 * Sat Jul 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-62
3342 - update from CVS
3343 - fix thread cancellation on ppc32, s390 and s390x
3345 * Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-61
3346 - update from CVS
3347 - build libc_nonshared.a with -fPIC instead of -fpic
3348 - fix ppc64 PIE support
3349 - add cfi directives to NPTL sysdep-cancel.h on ppc/ppc64/s390/s390x
3351 * Tue Jul 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-60
3352 - update from CVS
3354 * Thu Jul 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-59
3355 - update from CVS
3356 - on IA-64 use different symbols for cancellation portion of syscall
3357 handlers to make gdb happier
3359 * Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-58
3360 - update from CVS
3361 - nss_compat supporting LDAP etc.
3363 * Tue Jun 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-57
3364 - update from CVS
3366 * Thu Jun 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-56
3367 - fix condvars and semaphores in ppc* NPTL
3368 - fix test-skeleton.c reporting of timed-out tests (#91269)
3369 - increase timeouts for tests during make check
3371 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-55
3372 - make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64
3373 on bi-ABI architectures (#97557)
3374 - disable FUTEX_REQUEUE on ppc* temporarily
3376 * Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-54
3377 - update from CVS
3378 - fix glibc_post_upgrade on ppc
3380 * Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-53
3381 - update from CVS
3382 - fix localedef (#90659)
3383 - tweak linuxthreads for librt cancellation
3385 * Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-52
3386 - update from CVS
3388 * Thu Jun 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-51
3389 - update from CVS
3390 - fix <gnu/stubs.h> (#97169)
3392 * Wed Jun 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-50
3393 - update from CVS
3395 * Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-49
3396 - update from CVS
3397 - fix pthread_cond_signal on IA-32 (#92080, #92253)
3398 - fix setegid (#91567)
3399 - don't prelink -R libc.so on any architecture, it prohibits
3400 address randomization
3402 * Fri Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-48
3403 - update from CVS
3404 - fix IA-64 NPTL build
3406 * Thu Jun 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-47
3407 - update from CVS
3408 - PT_GNU_STACK segment in binaries/executables and .note.GNU-stack
3409 section in *.[oa]
3411 * Sun Jun 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-46
3412 - update from CVS
3413 - enable NPTL on AMD64
3414 - avoid using trampolines in localedef
3416 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-45
3417 - enable NPTL on IA-64
3419 * Fri May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-44
3420 - update from CVS
3421 - enable NPTL on s390 and s390x
3422 - make __init_array_start etc. symbols in elf-init.oS hidden undefined
3424 * Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-43
3425 - update from CVS
3427 * Fri May 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-42
3428 - update from CVS
3430 * Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-41
3431 - update from CVS
3432 - use NPTL libs if uname -r contains nptl substring or is >= 2.5.69
3433 or set_tid_address syscall is available instead of checking
3434 AT_SYSINFO dynamic tag
3436 * Thu May 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-40
3437 - update from CVS
3439 * Wed May 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-39
3440 - update from CVS
3441 - fix for prelinking of libraries with no dependencies
3443 * Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-38
3444 - update from CVS
3445 - enable NPTL on ppc and ppc64
3447 * Tue May 6 2003 Matt Wilson <msw@redhat.com> 2.3.2-37
3448 - rebuild
3450 * Sun May 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-36
3451 - update from CVS
3453 * Sat May 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-35
3454 - update from CVS
3455 - make -jN build fixes
3457 * Fri May 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-34
3458 - update from CVS
3459 - avoid using trampolines in iconvconfig for now
3461 * Sat Apr 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-33
3462 - update from CVS
3464 * Fri Apr 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-32
3465 - update from CVS
3466 - more ppc TLS fixes
3468 * Wed Apr 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-31
3469 - update from CVS
3470 - nscd fixes
3471 - fix Bahrain spelling (#56298)
3472 - fix Ukrainian collation (#83973)
3473 - accept trailing spaces in /etc/ld.so.conf (#86032)
3474 - perror fix (#85994)
3475 - fix localedef (#88978)
3476 - fix getifaddrs (#89026)
3477 - fix strxfrm (#88409)
3478 - fix ppc TLS
3479 - fix getaddrinfo (#89448)
3480 - don't print warning about errno, h_errno or _res if
3481 LD_ASSUME_KERNEL=2.4.1 or earlier
3483 * Tue Apr 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-30
3484 - update from CVS
3485 - fix prelink on ppc32
3486 - add TLS support on ppc32 and ppc64
3487 - make sure on -m64 arches all helper binaries are built with this
3488 option
3490 * Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-29
3491 - update from CVS
3492 - fix strxfrm (#88409)
3493 - use -m64 -mno-minimal-toc on ppc64
3494 - conflict with kernels < 2.4.20 on ppc64 and < 2.4.0 on x86_64
3495 - link glibc_post_upgrade against newly built libc.a
3497 * Sun Apr 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-28
3498 - update from CVS
3499 - fix NPTL pthread_detach and already terminated, but not yet
3500 joined thread (#88219)
3501 - fix bug-regex4 testcase (#88118)
3502 - reenable prelink support broken in 2.3.2-13
3503 - fix register_printf_function (#88052)
3504 - fix double free with fopen using ccs= (#88056)
3505 - fix potential access below $esp in {set,swap}context (#88093)
3506 - fix buffer underrun in gencat -H (#88099)
3507 - avoid using unitialized variable in tst-tgmath (#88101)
3508 - fix gammal (#88104)
3509 - fix iconv -c
3510 - fix xdr_string (PR libc/4999)
3511 - fix /usr/lib/nptl/librt.so symlink
3512 - avoid running NPTL cleanups twice in some cases
3513 - unblock __pthread_signal_cancel in linuxthreads, so that
3514 linuxthreads threaded programs work correctly if spawned
3515 from NPTL threaded programs
3516 - fix sysconf _SC_{NPROCESSORS_{CONF,ONLN},{,AV}PHYS_PAGES}
3517 - remove /lib/i686 directory before running ldconfig in glibc post
3518 during i686 -> i386 glibc "upgrades" (#88456)
3520 * Wed Apr 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-22
3521 - update from CVS
3522 - add pthread_atfork to libpthread.a
3524 * Tue Apr 1 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-21
3525 - update from CVS
3526 - make sure linuxthreads pthread_mutex_lock etc. is not a cancellation
3527 point
3529 * Sat Mar 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-20
3530 - update from CVS
3531 - if kernel >= 2.4.1 doesn't support NPTL, fall back to
3532 /lib/i686 libs on i686, not stright to /lib
3534 * Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-19
3535 - update from CVS
3536 - timers fixes
3538 * Thu Mar 27 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-18
3539 - update from CVS
3540 - fix NPTL pthread_cond_timedwait
3541 - fix sysconf (_SC_MONOTONIC_CLOCK)
3542 - use /%%{_lib}/tls instead of /lib/tls on x86-64
3543 - add /%{_lib}/tls/librt*so* and /%{_lib}/i686/librt*so*
3544 - display content of .out files for all make check failures
3546 * Wed Mar 26 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-17
3547 - update from CVS
3548 - kernel POSIX timers support
3550 * Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-16
3551 - update from CVS
3552 - export __fork from glibc again
3553 - fix glibc-compat build in NPTL
3554 - fix c_stubs
3555 - fix some more atomic.h problems
3556 - don't check abi in glibc-compat libs
3558 * Fri Mar 21 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-15
3559 - update from CVS
3560 - build glibc-compat (for glibc 2.0 compatibility) and c_stubs add-ons
3561 - condrestart sshd in glibc_post_upgrade so that the user can
3562 log in remotely and handle the rest (#86339)
3563 - fix a typo in glibc_post_upgrade on sparc
3565 * Tue Mar 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-14
3566 - update from CVS
3567 - change i686/athlon libc.so.6 base to 0x00e80000
3569 * Mon Mar 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-13
3570 - update from CVS
3571 - hopefully last fix for condvar problems
3573 * Fri Mar 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-12
3574 - fix bits/syscall.h creation on x86-64
3576 * Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
3577 - update from CVS
3579 * Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
3580 - update from CVS
3582 * Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
3583 - update from CVS
3584 - fix glibc-debug description (#85111)
3585 - make librt.so a symlink again, not linker script
3587 * Tue Mar 4 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
3588 - update from CVS
3589 - remove the workarounds for broken software accessing GLIBC_PRIVATE
3590 symbols
3592 * Mon Mar 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
3593 - update from CVS
3595 * Sun Mar 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
3596 - fix TLS IE/LE model handling in dlopened libraries
3597 on TCB_AT_TP arches
3599 * Thu Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
3600 - update from CVS
3602 * Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
3603 - update from CVS
3605 * Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
3606 - update from CVS
3607 - only warn about errno, h_errno or _res for binaries, never
3608 libraries
3609 - rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
3611 * Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
3612 - update from CVS
3614 * Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
3615 - update from CVS
3617 * Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
3618 - update from CVS
3620 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
3621 - update from CVS
3623 * Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
3624 - update from CVS
3625 - remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
3627 * Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
3628 - update from CVS
3630 * Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
3631 - update from CVS
3633 * Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
3634 - update from CVS
3635 - pthread_cond* NPTL fixes, new NPTL testcases
3637 * Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
3638 - update from CVS
3639 - include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
3640 LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
3641 LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
3642 later is NPTL
3643 - enable TLS on alpha/alphaev6
3644 - add BuildPreReq: /usr/bin/readlink
3646 * Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
3647 - update from CVS
3648 - pthread_once fix
3650 * Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
3651 - update from CVS
3652 - vfork fix on s390
3653 - rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
3654 don't bind locally (#83325)
3656 * Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
3657 - update from CVS
3658 - fix pthread_create after vfork+exec in linuxthreads
3660 * Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
3661 - update from CVS
3663 * Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
3664 - update from CVS
3666 * Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
3667 - update from CVS
3668 - enable TLS on s390{,x} and sparc{,v9}
3670 * Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
3671 - update from CVS
3672 - initialize __environ in glibc_post_upgrade to empty array,
3673 so that it is not NULL
3674 - compat symlink for s390x /lib/ld64.so.1
3675 - enable glibc-profile on x86-64
3676 - only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
3678 * Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
3679 - update from CVS
3680 - nscd fixes, *scanf fix
3681 - fix %%nptlarches noarch build (#81909)
3682 - IA-64 TLS fixes
3684 * Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
3685 - update from CVS
3686 - rework -debuginfo subpackage, add -debuginfo-common
3687 subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
3688 - fix vfork in libc.a on PPC32, Alpha, Sparc
3689 - fix libio locks in linuxthreads libc.so if libpthread.so
3690 is dlopened later (#81374)
3692 * Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
3693 - update from CVS
3694 - dlclose bugfixes
3695 - fix NPTL libpthread.a
3696 - fix glibc_post_upgrade on several arches
3698 * Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
3699 - update from CVS
3700 - TLS support on IA-64
3702 * Wed Jan 8 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
3703 - fix vfork in linuxthreads (#81377, #81363)
3705 * Tue Jan 7 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
3706 - update from CVS
3707 - don't use TLS libs if kernel doesn't set AT_SYSINFO
3708 (#80921, #81212)
3709 - add ntp_adjtime on alpha (#79996)
3710 - fix nptl_db (#81116)
3712 * Sun Jan 5 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
3713 - update from CVS
3714 - support all architectures again
3716 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
3717 - fix condvar compatibility wrappers
3718 - add ugly hack to use non-TLS libs if a binary is seen
3719 to have errno, h_errno or _res symbols in .dynsym
3721 * Fri Jan 3 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
3722 - update from CVS
3723 - fixes for new condvar
3725 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
3726 - new NPTL condvar implementation plus related linuxthreads
3727 symbol versioning updates
3729 * Thu Jan 2 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
3730 - update from CVS
3731 - fix #include <sys/stat.h> with -D_BSD_SOURCE or without
3732 feature set macros
3733 - make *sigaction, sigwait and raise the same between
3734 -lpthread -lc and -lc -lpthread in linuxthreads builds
3736 * Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
3737 - fix dlclose
3739 * Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
3740 - enable sysenter by default for now
3741 - fix endless loop in ldconfig
3743 * Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
3744 - update from CVS
3746 * Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
3747 - update from CVS
3748 - fix ptmalloc_init after clearenv (#80370)
3750 * Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
3751 - update from CVS
3752 - add IA-64 back
3753 - move TLS libraries from /lib/i686 to /lib/tls
3755 * Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
3756 - system(3) fix for linuxthreads
3757 - don't segfault in pthread_attr_init from libc.so
3758 - add cancellation tests from nptl to linuxthreads
3760 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
3761 - fix up lists of exported symbols + their versions
3762 from the libraries
3764 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
3765 - fix --with-tls --enable-kernel=2.2.5 libc on IA-32
3767 * Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
3768 - update from CVS
3769 - fix NPTL hanging mozilla
3770 - initialize malloc in mALLOPt (fixes problems with squid, #79957)
3771 - make linuxthreads work with dl_dynamic_weak 0
3772 - clear dl_dynamic_weak everywhere
3774 * Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
3775 - update from CVS
3776 - NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
3777 - kill -debug sub-package, rename -debug-static to -debug
3778 - clear dl_dynamic_weak for NPTL
3780 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
3781 - fix <bits/mathinline.h> and <bits/nan.h> for C++
3782 - automatically generate NPTL libpthread wrappers
3784 * Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
3785 - update from CVS
3786 - all functions which need cancellation should now be cancellable
3787 both in libpthread.so and libc.so
3788 - removed @@GLIBC_2.3.2 cancellation wrappers
3790 * Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
3791 - update from CVS
3792 - replace __libc_lock_needed@GOTOFF(%ebx) with
3793 %gs:offsetof(tcbhead_t, multiple_threads)
3794 - start of new NPTL cancellation wrappers
3796 * Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
3797 - update from CVS
3798 - use inline locks in malloc
3800 * Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
3801 - update from CVS
3802 - support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
3804 * Mon Dec 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
3805 - update from CVS
3806 - rebuilt with gcc-3.2.1-2
3808 * Fri Dec 6 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
3809 - update from CVS
3810 - non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
3811 should work now
3812 - faster libc locking when using nptl
3813 - add OUTPUT_FORMAT to linker scripts
3814 - fix x86_64 sendfile (#79111)
3816 * Wed Dec 4 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
3817 - update from CVS
3818 - RUSCII support (#78906)
3819 - for nptl builds add BuildRequires
3820 - fix byteswap.h for non-gcc (#77689)
3821 - add nptl-devel package
3823 * Tue Dec 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
3824 - update from CVS
3825 - make --enable-kernel=2.2.5 --with-tls --without-__thread
3826 ld.so load nptl and other --with-__thread libs
3827 - disable nptl by default for now
3829 * Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
3830 - update from CVS
3831 - restructured redhat/Makefile and spec, so that src.rpm contains
3832 glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
3833 - added nptl
3835 * Fri Nov 8 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
3836 - update from CVS
3837 - even more regex fixes
3838 - run sed testsuite to check glibc regex
3840 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
3841 - fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
3842 using libpthread.so.
3844 * Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
3845 - update from CVS
3846 - fixed %a and %A in *printf (#75821)
3847 - fix re_comp memory leaking (#76594)
3849 * Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
3850 - update from CVS
3851 - some more regex fixes
3852 - fix libpthread.a (#76484)
3853 - fix locale-archive enlarging
3855 * Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
3856 - update from CVS
3857 - don't need to use 128K of stacks for DNS lookups
3858 - regex fixes
3859 - updated timezone data e.g. for this year's Brasil DST
3860 changes
3861 - expand ${LIB} in RPATH/RUNPATH/dlopen filenames
3863 * Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
3864 - update to 2.3.1 final
3865 - support really low thread stack sizes (#74073)
3866 - tzdata update
3868 * Wed Oct 9 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
3869 - update from CVS
3870 - handle low stack limits
3871 - move s390x into */lib64
3873 * Thu Oct 3 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
3874 - update to 2.3 final
3875 - fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
3877 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
3878 - don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
3879 speed things up, because they are neither REL arches, nor
3880 ELF_MACHINE_REL_RELATIVE
3881 - fix sparc64 build
3883 * Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
3884 - update from CVS
3886 * Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
3887 - update from CVS
3888 - prelink on ppc and x86-64 too
3889 - don't remove ppc memset
3890 - instead of listing on which arches to remove glibc-compat
3891 list where it should stay
3893 * Fri Sep 6 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
3894 - fix wcsmbs functions with invalid character sets (or malloc
3895 failures)
3896 - make sure __ctype_b etc. compat vars are updated even if
3897 they are copy relocs in the main program
3899 * Thu Sep 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
3900 - fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
3901 leading to unresolved __set_h_errno symbol)
3903 * Wed Sep 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
3904 - security fix - increase dns-network.c MAXPACKET to at least
3905 65536 to avoid buffer overrun. Likewise glibc-compat
3906 dns-{host,network}.c.
3908 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
3909 - temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
3910 libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
3911 from libc.so - we have still lots of .a libraries referencing
3912 __ctype_{b,tolower,toupper} out there...
3914 * Tue Sep 3 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
3915 - update from CVS
3916 - 2.2.93 release
3917 - use double instead of single indirection in isXXX macros
3918 - per-locale wcsmbs conversion state
3920 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
3921 - update from CVS
3922 - fix newlocale/duplocale/uselocale
3923 - disable profile on x86_64 for now
3925 * Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
3926 - update from CVS
3927 - 2.2.92 release
3928 - fix gettext after uselocale
3929 - fix locales in statically linked threaded programs
3930 - fix NSS
3932 * Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
3933 - update from CVS
3934 - 2.2.91 release
3935 - fix fd leaks in locale-archive reader (#72043)
3936 - handle EROFS in build-locale-archive gracefully (#71665)
3938 * Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
3939 - update from CVS
3940 - fix re_match (#72312)
3941 - support more than 1024 threads
3943 * Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
3944 - update from CVS
3945 - fix i386 build
3947 * Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
3948 - update from CVS
3949 - fix locale-archive loading hang on some (non-primary) locales
3950 (#72122, #71878)
3951 - fix umount problems with locale-archives when /usr is a separate
3952 partition (#72043)
3953 - add LICENSES file
3955 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
3956 - update from CVS
3957 - only mmap up to 2MB of locale-archive on 32-bit machines
3958 initially
3959 - fix fseek past end + fread segfault with mmaped stdio
3960 - include <sys/debugreg.h> which is mistakenly not included
3961 in glibc-devel on IA-32
3963 * Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
3964 - don't return normalized locale name in setlocale when using
3965 locale-archive
3967 * Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
3968 - update from CVS
3969 - optimize for primary system locale
3970 - localedef fixes (#71552, #67705)
3972 * Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
3973 - fix path to locale-archive in libc reader
3974 - build locale archive at glibc-common %post time
3975 - export __strtold_internal and __wcstold_internal on Alpha again
3976 - workaround some localedata problems
3978 * Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
3979 - update from CVS
3980 - patch out set_thread_area for now
3982 * Fri Aug 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
3983 - update from CVS
3984 - GB18030 patch from Yu Shao
3985 - applied Debian patch for getaddrinfo IPv4 vs. IPv6
3986 - fix regcomp (#71039)
3988 * Sun Aug 4 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
3989 - update from CVS
3990 - use /usr/sbin/prelink, not prelink (#70376)
3992 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
3993 - update from CVS
3995 * Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
3996 - update from CVS
3997 - ungetc fix (#69586)
3998 - fseek errno fix (#69589)
3999 - change *etrlimit prototypes for C++ (#68588)
4000 - use --without-tls instead of --disable-tls
4002 * Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
4003 - set nscd user's shell to /sbin/nologin (#68369)
4004 - fix glibc-compat buffer overflows (security)
4005 - buildrequire prelink, don't build glibc's own copy of it (#67567)
4006 - update from CVS
4007 - regex fix (#67734)
4008 - fix unused warnings (#67706)
4009 - fix freopen with mmap stdio (#67552)
4010 - fix realloc (#68499)
4012 * Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
4013 - update from CVS
4014 - fix argp on long words
4015 - update atime in libio
4017 * Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
4018 - update from CVS
4019 - a thread race fix
4020 - fix readdir on invalid dirp
4022 * Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
4023 - update from CVS
4024 - don't use __thread in headers
4025 - fix system(3) in threaded apps
4026 - update prelink, so that it is possible to prelink -u libc.so.6.1
4027 on Alpha
4029 * Fri Jun 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
4030 - update from CVS
4031 - fix __moddi3 (#65612, #65695)
4032 - fix ether_line (#64427)
4033 - fix setvbuf with mmap stdio (#65864)
4034 - --disable-tls for now, waiting for kernel
4035 - avoid duplication of __divtf3 etc. on IA-64
4036 - make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
4038 * Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
4039 - update from CVS
4040 - fix Alpha pthread bug with gcc 3.1
4042 * Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
4043 - fix nice
4045 * Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
4046 - add relocation dependencies even for weak symbols (#63422)
4047 - stricter check_fds check for suid/sgid binaries
4048 - run make check at %%install time
4050 * Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
4051 - handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
4052 - back out do-lookup.h change (#63261, #63305)
4053 - use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
4054 since lots of compilers break on it
4055 - fix sparc build with gcc 3.1
4056 - fix spec file for athlon
4058 * Tue Apr 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
4059 - fix debugging of threaded apps (#62804)
4060 - fix DST for Estonia (#61494)
4061 - document that pthread_mutexattr_?etkind_np are deprecated
4062 and pthread_mutexattr_?ettype should be used instead in man
4063 pages (#61485)
4064 - fix libSegFault.so undefined externals
4066 * Fri Apr 5 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
4067 - temporarily disable prelinking ld.so, as some statically linked
4068 binaries linked against debugging versions of old glibcs die on it
4069 (#62352)
4070 - fix <semaphore.h> for -std=c99 (#62516)
4071 - fix ether_ntohost segfault (#62397)
4072 - remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
4073 /lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
4074 version (#61633)
4075 - prelink -r on alpha too
4077 * Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
4078 - update GB18030 iconv module (Yu Shao)
4080 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
4081 - features.h fix
4083 * Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
4084 - update from CVS
4085 - fix nscd with huge groups
4086 - fix nis to not close fds it shouldn't
4087 - rebuilt against newer glibc-kernheaders to use the correct
4088 PATH_MAX
4089 - handle .athlon.rpm glibc the same way as .i686.rpm
4090 - add a couple of .ISO-8859-15 locales (#61922)
4091 - readd temporarily currencies which were superceeded by Euro
4092 into the list of accepted currencies by localedef to make
4093 standard conformance testsuites happy
4094 - temporarily moved __libc_waitpid back to make Sun JDK happy
4095 - use old malloc code
4096 - prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
4098 * Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
4099 - update from CVS
4100 - fix DST handling for southern hemisphere (#60747)
4101 - fix daylight setting for tzset (#59951)
4102 - fix ftime (#60350)
4103 - fix nice return value
4104 - fix a malloc segfault
4105 - temporarily moved __libc_wait, __libc_fork and __libc_stack_end
4106 back to what they used to be exported at
4107 - censorship (#60758)
4109 * Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
4110 - update from CVS
4111 - use __attribute__((visibility(...))) if supported, use _rtld_local
4112 for ld.so only objects
4113 - provide libc's own __{,u}{div,mod}di3
4115 * Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
4116 - switch back to 2.2.5, mmap stdio needs work
4118 * Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
4119 - fix two other mmap stdio bugs (#60228)
4121 * Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
4122 - fix yet another mmap stdio bug (#60145)
4124 * Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
4125 - fix mmap stdio bug (seen on ld as File truncated error, #60043)
4126 - apply Andreas Schwab's fix for pthread sigwait
4127 - remove /lib/i686/ libraries in glibc_post_upgrade when
4128 performing i386 glibc install
4130 * Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
4131 - update to CVS
4132 - added glibc-utils subpackage
4133 - disable autoreq in glibc-debug
4134 - readd %%lang() to locale files
4136 * Fri Feb 7 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
4137 - update to CVS
4138 - move glibc private symbols to GLIBC_PRIVATE symbol version
4140 * Wed Jan 9 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
4141 - fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
4142 symbol in libm
4144 * Tue Jan 8 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
4145 - add debug-static package
4147 * Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
4148 - update from CVS
4149 - remove -D__USE_STRING_INLINES
4150 - add debug subpackage to trim glibc and glibc-devel size
4152 * Wed Oct 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
4153 - fix strsep
4155 * Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
4156 - fix a ld.so bug with duplicate searchlists in l_scope
4157 - fix erfcl(-inf)
4158 - turn /usr/lib/librt.so into linker script
4160 * Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
4161 - fix a ld.so lookup bug after lots of dlopen calls
4162 - fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
4163 - prelinking support for Sparc64
4165 * Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
4166 - update from CVS to fix DT_SYMBOLIC
4167 - prelinking support for Alpha and Sparc
4169 * Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
4170 - update from CVS
4171 - linuxthreads now retries if -1/EINTR is returned from
4172 reading or writing to thread manager pipe (#43742)
4173 - use DT_FILTER in librt.so (#53394)
4174 - update glibc prelink patch so that it handles filters
4175 - fix timer_* with SIGEV_NONE (#53494)
4176 - make glibc_post_upgrade work on PPC (patch from Franz Sirl)
4178 * Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
4179 - fix build on sparc32
4180 - 2.2.4-13 build for some reason missed some locales
4181 on alpha/ia64
4183 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
4184 - fix iconvconfig
4186 * Mon Sep 3 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
4187 - add fam to /etc/rpc (#52863)
4188 - fix <inttypes.h> for C++ (#52960)
4189 - fix perror
4191 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
4192 - fix strnlen(x, -1)
4194 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
4195 - doh, <bits/libc-lock.h> should only define __libc_rwlock_t
4196 if __USE_UNIX98.
4198 * Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
4199 - fix bits/libc-lock.h so that gcc can compile
4200 - fix s390 build
4202 * Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
4203 - kill stale library symlinks in ldconfig (#52350)
4204 - fix inttypes.h for G++ < 3.0
4205 - use DT_REL*COUNT
4207 * Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
4208 - fix strnlen on IA-64 (#50077)
4210 * Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
4211 - glibc 2.2.4 final
4212 - fix -lpthread -static (#51672)
4214 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
4215 - doh, include libio/tst-swscanf.c
4217 * Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
4218 - don't crash on catclose(-1)
4219 - fix wscanf %[] handling
4220 - fix return value from swprintf
4221 - handle year + %U/%W week + week day in strptime
4223 * Thu Aug 9 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
4224 - update from CVS to
4225 - fix strcoll (#50548)
4226 - fix seekdir (#51132)
4227 - fix memusage (#50606)
4228 - don't make gconv-modules.cache %%config file, just don't verify
4229 its content.
4231 * Mon Aug 6 2001 Jakub Jelinek <jakub@redhat.com>
4232 - fix strtod and *scanf (#50723, #50724)
4234 * Sat Aug 4 2001 Jakub Jelinek <jakub@redhat.com>
4235 - update from CVS
4236 - fix iconv cache handling
4237 - glibc should not own %{_infodir}, %{_mandir} nor %{_mandir}/man3 (#50673)
4238 - add gconv-modules.cache as emtpy config file (#50699)
4239 - only run iconvconfig if /usr is mounted read-write (#50667)
4241 * Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
4242 - move iconvconfig from glibc-common into glibc subpackage,
4243 call it from glibc_post_upgrade instead of common's post.
4245 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4246 - turn off debugging printouts in iconvconfig
4248 * Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
4249 - update from CVS
4250 - fix IA-32 makecontext
4251 - make fflush(0) thread-safe (#46446)
4253 * Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
4254 - adjust prelinking DT_* and SHT_* values in elf.h
4255 - update from CVS
4256 - iconv cache
4257 - make iconv work in SUID/SGID programs (#34611)
4259 * Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
4260 - update from CVS
4261 - kill non-pic code in libm.so
4262 - fix getdate
4263 - fix some locales (#49402)
4264 - rebuilt with binutils-2.11.90.0.8-5 to place .interp section
4265 properly in libBrokenLocale.so, libNoVersion.so and libanl.so
4266 - add floating stacks on IA-64, Alpha, Sparc (#49308)
4268 * Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
4269 - make /lib/i686 directory owned by glibc*.i686.rpm
4271 * Mon Jul 9 2001 Jakub Jelinek <jakub@redhat.com>
4272 - remove rquota.[hx] headers which are now provided by quota (#47141)
4273 - add prelinking patch
4275 * Thu Jul 5 2001 Jakub Jelinek <jakub@redhat.com>
4276 - require sh-utils for nscd
4278 * Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
4279 - update from CVS (#43681, #43350, #44663, #45685)
4280 - fix ro_RO bug (#44644)
4282 * Wed Jun 6 2001 Jakub Jelinek <jakub@redhat.com>
4283 - fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
4284 - make rpc headers -ansi compilable (#42390)
4285 - remove alphaev6 optimized memcpy, since there are still far too many
4286 broken apps which call memcpy where they should call memmove
4287 - update from CVS to (among other things):
4288 - fix tanhl bug (#43352)
4290 * Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
4291 - fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
4292 - fix a dlclose reldeps handling bug
4293 - some more profiling fixes
4294 - fix tgmath.h
4296 * Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
4297 - make ldconfig more quiet
4298 - fix LD_PROFILE on i686 (#41030)
4300 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4301 - fix the hardlink program, so that it really catches all files with
4302 identical content
4303 - add a s390x clone fix
4305 * Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
4306 - fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
4307 - fix nss compatibility DSO versions for alphaev6
4308 - add a hardlink program instead of the shell 3x for plus cmp -s/link
4309 which takes a lot of time during build
4310 - rework BuildPreReq and Conflicts with gcc, so that
4311 it applies only where it has to
4313 * Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
4314 - fix locale name of ja_JP in UTF-8 (#39783)
4315 - fix re_search_2 (#40244)
4316 - fix memusage script (#39138, #39823)
4317 - fix dlsym(RTLD_NEXT, ) from main program (#39803)
4318 - fix xtrace script (#39609)
4319 - make glibc conflict with glibc-devel 2.2.2 and below (to make sure
4320 libc_nonshared.a has atexit)
4321 - fix getconf LFS_CFLAGS on 64bitters
4322 - recompile with gcc-2.96-84 or above to fix binary compatibility problem
4323 with __frame_state_for function (#37933)
4325 * Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
4326 - glibc 2.2.3 release
4327 - fix strcoll (#36539)
4328 - add BuildPreReqs (#36378)
4330 * Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
4331 - update from CVS
4333 * Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
4334 - update from CVS
4335 - fix sparc64, ia64
4336 - fix some locale syntax errors (#35982)
4338 * Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
4339 - update from CVS
4341 * Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
4342 - update from CVS
4344 * Fri Apr 6 2001 Jakub Jelinek <jakub@redhat.com>
4345 - support even 2.4.0 kernels on ia64, sparc64 and s390x
4346 - include UTF-8 locales
4347 - make gconv-modules %%config(noreplace)
4349 * Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
4350 - back out sunrpc changes
4352 * Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
4353 - update from CVS
4354 - fix ia64 build
4355 - fix pthread_getattr_np
4357 * Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
4358 - update from CVS
4359 - run atexit() registered functions at dlclose time if they are in shared
4360 libraries (#28625)
4361 - add pthread_getattr_np API to make JVM folks happy
4363 * Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
4364 - require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
4365 - fix ldd behaviour on unresolved symbols
4366 - remove nonsensical ldconfig warning, update osversion for the most
4367 recent library with the same soname in the same directory instead (#31703)
4368 - apply selected patches from CVS
4369 - s390x spec file changes from Florian La Roche
4371 * Wed Mar 7 2001 Jakub Jelinek <jakub@redhat.com>
4372 - fix gencat (#30894)
4373 - fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
4375 * Tue Mar 6 2001 Jakub Jelinek <jakub@redhat.com>
4376 - update from CVS
4377 - make pthread_attr_setstacksize consistent before and after pthread manager
4378 is started (#28194)
4379 - pass back struct sigcontext from pthread signal wrapper (on ia32 only so
4380 far, #28493)
4381 - on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
4382 make ld.so pick the right one
4384 * Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
4385 - glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
4387 * Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
4388 - make glibc require particular version of glibc-common
4389 and glibc-common prerequire glibc.
4391 * Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
4392 - glibc 2.2.2 release
4393 - fix regex REG_ICASE bug seen in ksymoops
4395 * Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
4396 - fix regexec leaking memory (#26864)
4398 * Fri Feb 9 2001 Jakub Jelinek <jakub@redhat.com>
4399 - update from CVS
4400 - fix ia64 build with gnupro
4401 - make regex 64bit clean
4402 - fix tgmath make check failures on alpha
4404 * Tue Feb 6 2001 Jakub Jelinek <jakub@redhat.com>
4405 - update again for ia64 DF_1_INITFIRST
4407 * Fri Feb 2 2001 Jakub Jelinek <jakub@redhat.com>
4408 - update from CVS
4409 - fix getaddrinfo (#25437)
4410 - support DF_1_INITFIRST (#25029)
4412 * Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
4413 - build all auxiliary arches with --enablekernel 2.4.0, those wanting
4414 to run 2.2 kernels can downgrade to the base architecture glibc.
4416 * Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
4417 - remove %%lang() flags from %%{_prefix}/lib/locale files temporarily
4419 * Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
4420 - update to 2.2.1 final
4421 - fix a pthread_kill_other_threads_np breakage (#23966)
4422 - make static binaries using dlopen work on ia64 again
4423 - fix a typo in glibc-common group
4425 * Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4426 - devel requires glibc = %%{version}
4427 - noreplace /etc/nscd.conf
4429 * Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
4430 - some more security fixes:
4431 - don't look up LD_PRELOAD libs in cache for SUID apps
4432 (because that bypasses SUID bit checking on the library)
4433 - place output files for profiling SUID apps into /var/profile,
4434 use O_NOFOLLOW for them
4435 - add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
4436 - hardlink identical locale files together
4437 - add %%lang() tags to locale stuff
4438 - remove ko_KR.utf8 for now, it is provided by locale-utf8 package
4440 * Mon Jan 8 2001 Jakub Jelinek <jakub@redhat.com>
4441 - add glibc-common subpackage
4442 - fix alphaev6 memcpy (#22494)
4443 - fix sys/cdefs.h (#22908)
4444 - don't define stdin/stdout/stderr as macros for -traditional (#22913)
4445 - work around a bug in IBM JDK (#22932, #23012)
4446 - fix pmap_unset when network is down (#23176)
4447 - move nscd in rc.d before netfs on shutdown
4448 - fix $RESOLV_HOST_CONF in SUID apps (#23562)
4450 * Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
4451 - fix ftw and nftw
4453 * Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
4454 - fix fcvt (#22184)
4455 - ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
4456 - fix gencat
4458 * Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
4459 - fix alpha htonl and alphaev6 stpcpy
4461 * Sat Dec 9 2000 Jakub Jelinek <jakub@redhat.com>
4462 - update to CVS to:
4463 - fix getnameinfo (#21934)
4464 - don't stomp on memory in rpath handling (#21544)
4465 - fix setlocale (#21507)
4466 - fix libNoVersion.so.1 loading code (#21579)
4467 - use auxarches define in spec file for auxiliary
4468 architectures (#21219)
4469 - remove /usr/share directory from filelist (#21218)
4471 * Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
4472 - update to CVS to fix getaddrinfo
4474 * Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
4475 - update to CVS to fix freopen
4476 - remove all alpha workarounds, not needed anymore
4478 * Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
4479 - fix dladdr bug on alpha/sparc32/sparc64
4480 - fix Makefiles so that they run static tests properly
4482 * Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
4483 - update to CVS to fix ldconfig
4485 * Thu Nov 9 2000 Jakub Jelinek <jakub@redhat.com>
4486 - update to glibc 2.2 release
4488 * Mon Nov 6 2000 Jakub Jelinek <jakub@redhat.com>
4489 - update to CVS to:
4490 - export __sysconf@@GLIBC_2.2 (#20417)
4492 * Fri Nov 3 2000 Jakub Jelinek <jakub@redhat.com>
4493 - merge to 2.1.97
4495 * Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
4496 - update to CVS, including:
4497 - fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
4498 - fix hesiod (#19375)
4499 - set LC_MESSAGES in zic/zdump for proper error message output (#19495)
4500 - fix LFS fcntl when used with non-LFS aware kernels (#19730)
4502 * Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
4503 - fix alpha semctl (#19199)
4504 - update to CVS, including:
4505 - fix glibc headers for Compaq non-gcc compilers
4506 - fix locale alias handling code (#18832)
4507 - fix rexec on little endian machines (#18886)
4508 - started writing changelog again
4510 * Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
4511 - added ja ujis alias for backwards compatibility