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