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