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