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