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