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