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