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