* sysdeps/hppa/bits/setjmp.h: Add _BITS_SETJMP_H preprocessor
[glibc.git] / ChangeLog
blob9a408ea7cf123efc6ecc1973425bbe1a5626f240
1 2005-11-15  Mike Frysinger  <vapier@gentoo.org>
3         * sysdeps/hppa/bits/setjmp.h: Add _BITS_SETJMP_H preprocessor
4         protection and allow pthread.h to include bits/setjmp.h as well as
5         setjmp.h.
6         * sysdeps/m68k/bits/setjmp.h: Likewise.
7         * sysdeps/s390/bits/setjmp.h: Make sure only setjmp.h or pthread.h
8         are allow to include bits/setjmp.h.
9         * sysdeps/mips/bits/setjmp.h (_JMPBUF_UNWINDS): Cast rhs to match lhs
10         cast of address.
11         * sysdeps/sh/bits/setjmp.h: Likewise.
13 2005-11-12  Jim Meyering  <jim@meyering.net>
15         * sysdeps/unix/opendir.c (__alloc_dir): Declare STATP parameter
16         to be pointer to const.
17         * include/dirent.h: Update decl.
19 2005-12-05  Roland McGrath  <roland@redhat.com>
21         * hurd/hurdmalloc.c: Remove $ tag $ magic.
22         * mach/err_kern.sub: Likewise.
23         * mach/err_server.sub: Likewise.
24         * mach/err_us.sub: Likewise.
25         * mach/error_compat.c: Likewise.
26         * mach/errorlib.h: Likewise.
27         * mach/errstring.c: Likewise.
28         * mach/mach/error.h: Likewise.
29         * mach/mach_error.c: Likewise.
30         * mach/mach_error.h: Likewise.
31         * mach/msg-destroy.c: Likewise.
32         * mach/msgserver.c: Likewise.
33         * sysdeps/mach/sys/reboot.h: Likewise.
35         * sysdeps/generic/dwarf2.h: Replace license text with glibc LGPL.
37 2005-11-28  Jakub Jelinek  <jakub@redhat.com>
39         * malloc/tst-mallocfork.c (do_test): Make sure sa_flags is
40         initialized.  Reported by John Reiser <jreiser@BitWagon.com>.
42 2005-12-05  Daniel Jacobowitz  <dan@codesourcery.com>
44         * stdlib/longlong.h: Update from GCC.
46 2005-12-04  Joseph S. Myers  <joseph@codesourcery.com>
48         * soft-fp/soft-fp.h: Include <stdlib.h>.
50         * soft-fp/floatdisf.c (__floatdisf): Return float.
52 2005-12-05  Roland McGrath  <roland@redhat.com>
54         * sysdeps/unix/sysv/linux/kernel-features.h
55         (__ASSUME_POSIX_CPU_TIMERS): New macro, for 2.6.12 and later.
57 2005-12-03  Ulrich Drepper  <drepper@redhat.com>
59         * nis/nis_table.c (nis_list): Optimize freeing and reallocation of
60         result record.
62         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
63         Better sized buffers.  Correct error case handling.
64         * nis/nis_error.c (nis_sperror_r): Let snprintf determine whether
65         there is an overflow.
66         * nis/nss_nisplus/nisplus-service.c: Fix locking to use
67         _nss_create_tablename.  Avoid unnecessary copying, remove
68         unnecessary variables, general cleanup.
69         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
70         * nis/nss_nisplus/nisplus-proto.c: Likewise..
71         * nis/nss_nisplus/nisplus-network.c: Fix locking to use
72         _nss_create_tablename.  Avoid unnecessary copying, general cleanup.
73         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_getipnodebyname_r):
74         Removed.
75         Fix locking to use _nss_create_tablename.  Avoid unnecessary copying,
76         general cleanup.
77         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
78         Correctly construct request.
79         Fix locking to use _nss_create_tablename.  Avoid unnecessary copying,
80         general cleanup.
81         * nis/nss_nisplus/nisplus-alias.c: Fix locking to use
82         _nss_create_tablename.  Avoid unnecessary copying, general cleanup.
83         * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_setnetgrent):
84         Rewrite to use snprintf.
85         * nis/nss_nisplus/nisplus-publickey.c (_nss_nisplus_netname2user):
86         Likewise.
88 2005-12-02  Ulrich Drepper  <drepper@redhat.com>
90         * nis/nss_nisplus/nisplus-pwd.c (_nss_pwd_create_tablename):
91         Renamed from _nss_create_tablename.  Export from file (but not DSO).
92         (pwd_tablename_val): Renamed from tablename_val, mark hidden.
93         (pwd_tablename_len): Renamed from tablename_len, mark hidden.
94         Change all users.
95         * nis/nss_nisplus/nisplus-spwd.c (_nss_create_tablename): Removed.
96         Use _nss_pwd_create_tablename now.  Use pwd_tablename_val and
97         pwd_tablename_len.  Remove unnecessary variables, general cleanup.
99         * nis/nss_nisplus/nisplus-pwd.c: Fix locking to use
100         _nss_create_tablename.  Avoid unnecessary copying, remove
101         unnecessary variables, general cleanup.
102         * nis/nss_nisplus/nisplus-grp.c: Likewise.
104         * io/Makefile (routines): Add mknodat, xmknodat, mkdirat, mkfifoat.
105         (static-only-routines): Add mknodat.
106         * io/Versions [GLIBC_2.4]: Add mkdirat, mkfifoat, __xmknodat.
107         * io/sys/stat.h: Declare mkditat, mknodat, mkfifoat, __xmknodat.
108         Define mknodat inline function.
109         * include/sys/stat.h: Add hidden proto for __xmknodat.
110         * sysdeps/generic/mkdirat.c: New file.
111         * sysdeps/generic/mkfifoat.c: New file.
112         * sysdeps/generic/mknodat.c: New file.
113         * sysdeps/generic/xmknodat.c: New file.
114         * sysdeps/unix/mkfifoat.c: New file.
115         * sysdeps/unix/sysv/linux/mkdirat.c: New file.
116         * sysdeps/unix/sysv/linux/xmknodat.c: New file.
118         * sysdeps/generic/xmknod.c: Add one more parameter check.
120 2005-11-28  Andreas Jaeger  <aj@suse.de>
122         * sysdeps/unix/sysv/linux/mips/bits/mman.h (MREMAP_FIXED): Added,
123         Patch by RenĂ© Rebe <rene@exactcode.de>.
125 2005-11-27  Ulrich Drepper  <drepper@redhat.com>
127         * sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there are
128         multiple return records but only one address.
130         * sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid some code duplication.
132 2005-11-27  Roland McGrath  <roland@redhat.com>
134         * sysdeps/unix/sysv/linux/fchownat.c: Include alloca.h, sysdep.h.
135         Reported by RenĂ© Rebe <rene@exactcode.de>.
137 2005-11-27  Ulrich Drepper  <drepper@redhat.com>
139         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Don't cache
140         euid and egid.
142         * nis/nis_table.c (nis_list): Add more free calls in error cases.
144 2005-11-26  Richard Henderson  <rth@redhat.com>
146         * sysdeps/alpha/strncmp.S: Don't read too much data when pointers
147         are co-aligned, and count is aligned with the end of the word.
149 2005-11-26  Ulrich Drepper  <drepper@redhat.com>
151         * nis/nis_lookup.c (nis_lookup): Mark RPCTIMEOUT as const.  Pretty
152         printing.
154         * nis/nis_table.c (__create_ib_request): Use strdupa instead of
155         variable size array.
156         (RPCTIMEOUT): Mark as const.
158         * nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_saddr by hand.
159         (ypdomainname): Renamed from __ypdomainname.  No need for initializer.
160         (ypbindlist): Renamed from __ypbindlist.
161         (do_ypcall): Check memory allocation suceeded before calling
162         yp_bind_ypbindprog.
163         (yperr_string): Reduce size of function by using only one gettext call.
164         (ypbinderr_string): Likewise.
165         (yp_match): Free response in case memory for return value cannot be
166         allocated.
167         (yp_first): Likewise.
168         (yp_next): Likewise.
169         (do_ypcall_tr): New function which translates error codes as well.
170         (yp_match, yp_next, yp_master, yp_order, yp_maplist): Use it.
171         (yp_all): Correct test for invalid parameter.
172         Pretty printing.
173         (RPCTIMEOUT, UDPTIMEOUT): Mark as const.
175 2005-11-25  Richard Henderson  <rth@redhat.com>
177         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo.
178         (__fxstatat64): Alias from __fxstatat; remove other cnp errors.
179         * sysdeps/unix/sysv/linux/alpha/sigaction.c: Include sys/cdefs.h
180         and stddef.h.
181         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MREMAP_FIXED): Define.
183 2005-11-25  Ulrich Drepper  <drepper@redhat.com>
185         * Makeconfig (+cflags): Add -fmerge-all-constants by default.
187         [BZ #1912]
188         * nss/function.def: Add entry to use gethostbyname2 for files.
190 2005-11-25  Thorsten Kukuk  <kukuk@suse.de>
192         * sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.
194 2005-11-25  Ulrich Drepper  <drepper@redhat.com>
196         [BZ #1926]
197         * nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Change
198         return value type to match expected type.
200         [BZ #1925]
201         * nis/ypclnt.c (yp_order): Correct test for invalid parameter.
203 2005-11-24  Ulrich Drepper  <drepper@redhat.com>
205         * scripts/check-c++-types.sh: Improve comments.
207         * scripts/check-local-headers.sh: New file.
208         * Makefile (tests): Run check-local-headers.sh.
210 2005-11-23  Thorsten Kukuk  <kukuk@suse.de>
212         * include/sys/sendfile.h: New file.
214 2005-11-24  Andreas Schwab  <schwab@suse.de>
216         * time/sys/time.h: Remove nonnull attribute from futimesat.
218 2005-11-22  Ulrich Drepper  <drepper@redhat.com>
220         * nscd/connections.c (sendfileall): Define.
221         (handle_request): Use it instead of sendfile call.
222         * nscd/nscd-client.h: Declare sendfileall.
223         * nscd/aicache.c: Use sendfileall instead of sendfile.
224         * nscd/grpcache.c: Likewise.
225         * nscd/hstcache.c: Likewise.
226         * nscd/initgrcache.c: Likewise.
227         * nscd/pwdcache.c: Likewise.
229         [BZ #1908]
230         * manual/install.texi (Tools for Compilation): Require gawk.
232 2005-11-22  Jakub Jelinek  <jakub@redhat.com>
234         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
235         unused is_static field from slotinfo array.
237 2005-11-21  Jakub Jelinek  <jakub@redhat.com>
239         * sunrpc/bindrsvprt.c (bindresvport): Wrap around to startport
240         in the loop if port is bigger than endport, initially set to
241         ENDPORT.  When changing startport, set endport and port
242         appropriately.
244 2005-11-21  Ulrich Drepper  <drepper@redhat.com>
246         * Makefile.in: Remove RCS ID line.
247         * config-name.in: Likewise.
248         * config.make.in: Likewise.
249         * malloc/arena.c: Likewise.
250         * malloc/hooks.c: Likewise.
251         * malloc/malloc.c: Likewise.
252         * manual/dir: Likewise.
253         * math/math_private.h: Likewise.
254         * resolv/gethnamaddr.c: Likewise.
255         * scripts/mkinstalldirs: Likewise.
256         * sunrpc/rpc_clntout.c: Likewise.
257         * sunrpc/rpc_cout.c: Likewise.
258         * sunrpc/rpc_hout.c: Likewise.
259         * sunrpc/rpc_main.c: Likewise.
260         * sunrpc/rpc_parse.c: Likewise.
261         * sunrpc/rpc_sample.c: Likewise.
262         * sunrpc/rpc_scan.c: Likewise.
263         * sunrpc/rpc_svcout.c: Likewise.
264         * sunrpc/rpc_tblout.c: Likewise.
265         * sunrpc/rpc_util.c: Likewise.
266         * sysdeps/unix/sysv/linux/sys/quote.h: Likewise.
268         * nscd/nscd_helper.c: Pretty printing.
270 2005-11-19  Roland McGrath  <roland@redhat.com>
272         * elf/elf.h: Revert last change.
274 2005-11-19  Jakub Jelinek  <jakub@redhat.com>
276         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type.
277         (struct shmid_ds): Use it for shm_nattch field.
279 2005-11-18  Jakub Jelinek  <jakub@redhat.com>
281         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): If FILE is NULL,
282         set access and modification times of the file referenced by FD.
283         * sysdeps/generic/futimesat.c (futimesat): Don't return EINVAL if
284         FILE is NULL.  Don't check FD if FILE is absolute path.
286 2005-11-19  Ulrich Drepper  <drepper@redhat.com>
288         * nscd/nscd_gethst_r.c (nscd_gethst_r): Avoid unnecesary read call
289         if there are no aliases.
291         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-connections.c,
292         CFLAGS-pwdcache.c, CFLAGS-grpcache.c, CFLAGS-hstcache.c,
293         CFLAGS-aicache.c, CFLAGS-initgrcache.c): Add -DHAVE_SENDFILE.
294         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SENDFILE):
295         Define.
296         * nscd/pwdcache.c [HAVE_SENDFILE]: Include <sys/sendfile.h> and
297         <kernel-features.h>.
298         [HAVE_SENDFILE] (cache_addpw): Use sendfile to transmit positive
299         result.
300         * nscd/grpcache.c: Likewise.
301         * nscd/hstcache.c: Likewise.
302         * nscd/aicache.c: Likewise.
303         * nscd/initgrcache.c: Likewise.
304         * nscd/connectionc.c: Likewise.
306 2005-11-18  Andreas Schwab  <schwab@suse.de>
308         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Remove useless alias.
310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Handle
311         NO_WEAK_ALIAS.
312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
314 2005-11-18  Paul Brook  <paul@codesourcery.com>
316         * sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.
318         * nscd/grpcache.c: Include <sys/socket.h>.
319         * nscd/nscd_stat.c: Likewise.
320         * nscd/pwdcache.c: Likewise.
321         * sysdeps/unix/sysv/linux/unlinkat.c: Include <stdlib.h>, <sysdep.h>.
323 2005-11-17  Ulrich Drepper  <drepper@redhat.com>
325         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Define SHM_NORESERVE.
326         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
327         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
328         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
329         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
330         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
331         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
332         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
334 2005-11-17  Steven Munroe  <sjmunroe@us.ibm.com>
336         [BZ #1877]
337         * string/test-strncmp.c (do_test_limit): Handle zero length and
338         non-zero align values.
339         (test_main): Correct do_test_limit tests for 64-bit.
341 2005-11-15  Steven Munroe  <sjmunroe@us.ibm.com>
343         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_HAS_SPE,
344         PPC_FEATURE_HAS_EFP_SINGLE, PPC_FEATURE_HAS_EFP_DOUBLE,
345         PPC_FEATURE_NO_TB, PPC_FEATURE_POWER4, PPC_FEATURE_POWER5,
346         PPC_FEATURE_POWER5_PLUS, PPC_FEATURE_CELL, PPC_FEATURE_970):
347         Define to match 2.6.15 kernel.
349         * sysdeps/powerpc/fpu/e_sqrt.c: Remove dl-procinfo.h include.
350         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
351         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
353 2005-11-17  Roland McGrath  <roland@redhat.com>
355         * elf/elf.h (R_PPC64_ADDR30): Renamed to R_PPC64_REL30.
357 2005-11-17  Jakub Jelinek  <jakub@redhat.com>
359         * io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't defined,
360         define fstatat to fstatat64.
362 2005-11-17  Steven Munroe  <sjmunroe@us.ibm.com>
364         [BZ #1877]
365         * string/test-strncmp.c (do_test_limit): New function.
366         (do_test) Add cast to eliminate compiler warnings.
367         (do_random_tests) Add cast to eliminate compiler warnings.
368         (test_main) Add do_test_limit tests.
369         * sysdeps/powerpc/powerpc32/strncmp.S: Test length before unaligned
370         load.
371         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
373 2005-11-17  Ulrich Drepper  <drepper@redhat.com>
375         * include/resolv.h: Include <stdbool.h>.
376         Patch by Paul Brook.
378         * io/sys/stat.h: Use __const not const in fstatat prototypes.
380 2005-11-08  H.J. Lu  <hongjiu.lu@intel.com>
382         * sysdeps/wordsize-32/Makefile (CPPFLAGS-divdi3.c): Set to
383         -Din_divdi3_c.
384         * sysdeps/wordsize-32/symbol-hacks.h: Skip if in_divdi3_c is defined.
386 2005-11-16  Jakub Jelinek  <jakub@redhat.com>
388         * sysdeps/unix/sysv/linux/fchownat.c: Include string.h.
389         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
390         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
391         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
392         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
393         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
394         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
395         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
397 2005-11-16  Ulrich Drepper  <drepper@redhat.com>
399         * iconvdata/Makefile (modules): Add ISO_11548-1.
400         (distribute): Add iso_11548-1.c.
401         * iconvdata/gconv-modules: Add entries for ISO 11548-1.
402         * iconvdata/TESTS: Add entry for ISO 11548-1.
404         [BZ 1872]
405         * iconvdata/iso_11548-1.c: New file.
406         * iconvdata/testdata/ISO_11548-1: New file.
407         * iconvdata/testdata/ISO_11548-1..UTF8: New file.
408         Patch by Samuel Thibault <samuel.thibault@ens-lyon.org>.
410 2005-11-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
412         * sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Remove incorrect &.
414 2005-11-15  Ulrich Drepper  <drepper@redhat.com>
416         [BZ 1865]
417         * inet/netinet/icmp6.h: More updates for RFC3542.
418         * inet/netinet/ip6.h: Likewise.
419         * sysdeps/unix/sysv/linux/bits/in.h: Adjust for current kernel sources.
420         Patch by David L Stevens <dlstevens@us.ibm.com>.
422         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
423         Return -1 on failure.
424         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
425         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise..
426         * sysdeps/unix/sysv/linux/fxstatat64.c [__ASSUME_STAT64_SYSCALL]
427         (__fxstatat64): Handle errors.
429         * io/sys/poll.h: Add comment explaining poll is a cancellation  point.
431         * sysdeps/unix/sysv/linux/syscalls.list (epoll_wait): Align with
432         poll, make cancelable.
433         * sysdeps/unix/sysv/linux/sys/epoll.h: Add comment explaining
434         epoll_wait is a cancellation point.
436 2005-11-15  Jakub Jelinek  <jakub@redhat.com>
438         * io/sys/stat.h (fstatat): Don't use __THROW together with
439         __REDIRECT_NTH.
441 2005-11-14  Ulrich Drepper  <drepper@redhat.com>
443         * elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition.
444         * sysdeps/generic/libc-tls.c: Initialize _dl_tls_static_size here.
446 2005-11-11  Ulrich Drepper  <drepper@redhat.com>
448         * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,
449         fchownat, and unlinkat.
450         (static-only-routines): Add fstatat and fstatat64.
451         (tests): Add tst-unlinkat, tst-fstatat, tst-futimesat, tst-renameat,
452         and tst-fchownat.
453         * io/Versions [GLIBC_2.4]: Add fchownat, __fxstatat, __fxstatat64,
454         and unlinkat.
455         * io/fcntl.h: Define AT_FDCWD, AT_SYMLINK_NOFOLLOW, and AT_REMOVEDIR.
456         * io/fstatat.c: New file.
457         * io/fstatat64.c: New file.
458         * io/sys/stat.h: Declare fstatat, fstatat64, __fxstatat, __fxstatat64
459         and define fstatat and fstatat64 inline functions.
460         * libio/stdio.h: Declare renameat.
461         * misc/Makefile (routines): Add futimesat.
462         * misc/Versions [GLIBC_2.4]: Add futimesat.
463         * posix/unistd.h: Declare fchownat and unlinkat.
464         * stdio-common/Makefile (routines): Add renameat.
465         * stdio-common/Versions [GLIBC_2.4]: Add renameat.
466         * sysdeps/generic/fchownat.c: New file.
467         * sysdeps/generic/futimesat.c: New file.
468         * sysdeps/generic/fxstatat.c: New file.
469         * sysdeps/generic/fxstatat64.c: New file.
470         * sysdeps/generic/renameat.c: New file.
471         * sysdeps/generic/unlinkat.c: New file.
472         * sysdeps/unix/sysv/linux/fchownat.c: New file.
473         * sysdeps/unix/sysv/linux/futimesat.c: New file.
474         * sysdeps/unix/sysv/linux/fxstatat.c: New file.
475         * sysdeps/unix/sysv/linux/fxstatat64.c: New file.
476         * sysdeps/unix/sysv/linux/renameat.c: New file.
477         * sysdeps/unix/sysv/linux/unlinkat.c: New file.
478         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: New file.
479         * sysdeps/unix/sysv/linux/i386/fchownat.c: New file.
480         * sysdeps/unix/sysv/linux/i386/fxstatat.c: New file.
481         * sysdeps/unix/sysv/linux/m68k/fchownat.c: New file.
482         * sysdeps/unix/sysv/linux/m68k/fxstatat.c: New file.
483         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: New file.
484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstatat.c: New file.
485         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: New file.
486         * sysdeps/unix/sysv/linux/s390/s390-32/fxstatat.c: New file.
487         * sysdeps/unix/sysv/linux/sh/fchownat.c: New file.
488         * sysdeps/unix/sysv/linux/sh/fxstatat.c: New file.
489         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: New file.
490         * sysdeps/unix/sysv/linux/sparc/sparc32/fxstatat.c: New file.
491         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstatat.c: New file.
492         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: New file.
493         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat64.c: New file.
494         * time/sys/time.h: Declare futimesat.
495         * include/fcntl.h: Declare __atfct_seterrno.
496         * sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): New function.
497         Split out from openat code and called.
498         (do_test): Allow openat to fail with ENOSYS.  Handle AT_FDCWD.
499         * sysdeps/generic/openat.c: Handle AT_FDCWD.
500         * sysdeps/generic/openat64.c: Likewise.
501         * io/tst-unlinkat.c: New file.
502         * io/tst-fstatat.c: New file.
503         * io/tst-futimesat.c: New file.
504         * io/tst-renameat.c: New file.
505         * io/tst-fchownat.c: New file.
506         * io/tst-openat.c: Don't fail if openat is not implemented.
508         * sysdeps/unix/sysv/linux/powerpc/chown.c: Don't provide backward
509         compatibility code if new kernel is guaranteed.
511         * time/sys/time.h: Add a few nonnull attributes.
513 2005-11-09  Ulrich Drepper  <drepper@redhat.com>
515         * io/fcntl.h: Declare openat and openat64.
516         * io/Makefile (routines): Add openat and openat64.
517         (tests): Add tst-openat.
518         * io/Versions: Add openat and openat64 for GLIBC_2.4.
519         * sysdeps/generic/openat.c: New file.
520         * sysdeps/generic/openat64.c: New file.
521         * sysdeps/unix/sysv/linux/openat.c: New file.
522         * sysdeps/unix/sysv/linux/openat64.c: New file.
523         * io/tst-openat.c: New file.
525         * sysdeps/generic/check_fds.c (check_one_fd): For writable
526         descriptors, use /dev/full.
527         (__libc_check_standard_fds): Reverse modes so that common operations on
528         the descriptors fail.
529         * sysdeps/unix/sysv/linux/device-nrs.h: Add info for /dev/full.
531 2005-11-07  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
533         * elf/elf.h (R_M32R_REL32): New macro.
535 2005-11-05  Marcus Brinkmann  <marcus@gnu.org>
537         * sysdeps/mach/hurd/bits/stat.h (S_IMMAP0): New macro.
538         (S_ISPARE): Unset the S_IMMAP0 flag.
540 2005-11-07  Roland McGrath  <roland@redhat.com>
542         * configure.in: Grok --with-cpu=CPU option.  If given, search for
543         sysdeps/.../machine/CPU subdirs, and give error if none are found.
544         * configure: Regenerated.
545         * config.make.in (with-cpu): New substituted variable.
546         * Makeconfig (+cflags): Add -mcpu=$(with-cpu) if set.
548         * malloc/malloc.c (munmap_chunk): Suppress warnings from last change.
550         * sysdeps/unix/bsd/sun: Directory and all subdirectories removed,
551         saved in ports repository.
552         * sysdeps/unix/sysv/linux/tcflush.c: Rewritten.
553         * sysdeps/unix/sysv/linux/tcflow.c: Rewritten.
555 2005-11-06  Ulrich Drepper  <drepper@redhat.com>
557         * malloc/malloc.c (munmap_chunk): Add sanity checks.
559         * sysdeps/pthread/configure: Fix comment.
561 2005-11-05  Ulrich Drepper  <drepper@redhat.com>
563         * configure.in: Remove gnu_as definition and everything using it.
564         * config.make.in: Remove gnu-as.
565         * config.h.in: Remove HAVE_GNU_AS.
567         * configure.in: Remove gnu_ld definition and everything using it.
568         * config.h.in: Remove HAVE_GNU_LD.
569         * config.make.in: Remove gnu-ld.
570         * csu/Makefile: Remove use of gnu-ld.
571         * csu/munch.awk: Removed.
572         * csu/munch-tmpl.c: Removed.
573         * include/libc-symbols.h: Remove use of HAVE_GNU_LD.
574         * posix/execl.c: Likewise.
575         * posix/execv.c: Likewise.
576         * stdio-common/psignal.c: Likewise.
577         * stdlib/exit.c: Likewise.
578         * string/strsignal.c: Likewise.
579         * string/tester.c: Likewise.
580         * sysdeps/generic/errlist.c: Likewise.
581         * sysdeps/generic/getenv.c: Likewise.
582         * sysdeps/generic/getgroups.c: Likewise.
583         * sysdeps/generic/init-posix.c: Likewise.
584         * sysdeps/posix/gettimeofday.c: Likewise.
585         * sysdeps/posix/system.c: Likewise.
586         * sysdeps/unix/bsd/init-posix.c: Likewise.
587         * sysdeps/unix/bsd/ulimit.c: Likewise.
588         * sysdeps/unix/bsd/sun/m68k/brk.S: Likewise.
589         * sysdeps/unix/bsd/sun/m68k/sethostid.S: Likewise.
590         * sysdeps/unix/bsd/sun/sparc/sethostid.S: Likewise.
591         * sysdeps/unix/i386/brk.S: Likewise.
592         * sysdeps/unix/sparc/brk.S: Likewise.
594         * configure.in: Remove test for support for subtracting local labels.
595         * config.h.in: Remove HAVE_SUBTRACT_LOCAL_LABELS.
596         * stdio-common/vfprintf.c: Remove test of
597         HAVE_SUBTRACT_LOCAL_LABELS.
599         * configure.in: If init_array/fini_array support is not available,
600         bail out.
601         * config.h.in: Remove trace of optional init_array/fini_array support.
602         * config.make.in: Likewise.
603         * csu/elf-init.c: Likewise.
604         * dlfcn/dlfcn.c: Likewise.
605         * elf/soinit.c: Likewise.
606         * sysdeps/ia64/elf/initfinit.c: Likewise.
608 2005-11-04  Roland McGrath  <roland@redhat.com>
610         * sysdeps/i386/configure.in (libc_mtune_example): Variable removed.
611         * sysdeps/i386/configure: Regenerated.
613         [BZ #1089]
614         * configure.in: Change order of add-on sysdeps directories,
615         so they are interleaved with main sysdeps directories.
616         * configure: Regenerated.
618 2005-11-03  Roland McGrath  <roland@redhat.com>
620         * NEWS: Synch with 2.3 branch updates.
622 2005-11-03  Ulrich Drepper  <drepper@redhat.com>
624         * sunrpc/svc.c (svc_getreq_poll): Fix inefficient loop test.
626 2005-11-03  Roland McGrath  <roland@redhat.com>
628         [BZ #1548]
629         * sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask,
630         make sure constant is long.
631         From Jay Lan <jlan@engr.sgi.com>.
633 2005-11-03  Ulrich Drepper  <drepper@redhat.com>
635         [BZ #1774]
636         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use simple
637         gethostbyname2 lookup if AI_V4MAPPED|AI_ALL is set.
639         * sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid alloca when possible
640         while looking for scope delimiter.
641         Some pretty printing.
643 2005-10-31  Steven Munroe  <sjmunroe@us.ibm.com>
645         * sysdeps/powerpc/powerpc64/Makefile
646         (sysdep_routines, elide-routines.os): Add hp-timing.
647         * sysdeps/powerpc/powerpc64/hp-timing.c: New file.
648         * sysdeps/powerpc/powerpc64/hp-timing.h: New file.
649         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: New file.
651 2005-10-31  Ulrich Drepper  <drepper@redhat.com>
653         * resolv/res_init.c (__res_iclose): New function.  Broken out of
654         res_nclose.  Take addition parameter which determines whether
655         addresses should be freed.
656         (res_nclose): Call __res_iclose.
657         (res_thread_freeres): Likewise.
658         * resolv/res_data.c (res_close): Call __res_iclose.
659         * resolv/res_libc.c (res_init): No need to separately free the
660         addresses.
661         (__res_maybe_init): Likewise.
662         * resolv/res_send.c: Use __res_iclose instead of res_nclose.
663         * resolv/Versions [GLIBC_PRIVATE]: Add __res_iclose.
664         * include/resolv.h: Declare __res_iclose.
665         Add libc_hidden_proto for __res_iclose.
666         * hesiod/hesiod.c (__hesiod_res_set): No need to free name server
667         addresses here again.
669         [BZ #1579]
670         * debug/execinfo.h: Change backtrace_symbols_fd comment.
672 2005-10-24  H.J. Lu  <hongjiu.lu@intel.com>
674         * sysdeps/ia64/fpu/libm-symbols.h (WEAK_LIBM_ENTRY): Add "__"
675         prefix to LOCAL_LIBM_ENTRY.
676         (WEAK_LIBM_END): Add "__" prefix to LOCAL_LIBM_END.
678 2005-10-26  Jakub Jelinek  <jakub@redhat.com>
680         * elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printf
681         instead of _dl_printf to print conflict processing debug message.
682         Reported by John Reiser <jreiser@BitWagon.com>.
684 2005-10-30  Ulrich Drepper  <drepper@redhat.com>
686         * misc/hsearch_r.c (hsearch_r): Remove duplicate test.
687         Patch by Chris Caputo <ccaputo@alt.net>.
689 2005-10-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
691         * sysdeps/unix/sh/sysdep.S: Remove unnecessary weak_alias.
692         * sysdeps/unix/sysv/linux/sh/socket.S: Honor NO_WEAK_ALIAS.
694 2005-10-28  Thorsten Kukuk  <kukuk@suse.de>
696         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey): Fix off
697         by one error.
699 2005-10-24  Roland McGrath  <roland@redhat.com>
701         [BZ #1534]
702         * include/string.h: Use libc_hidden_proto for strnlen,
703         not libc_hidden_builtin_proto.
705 2005-10-23  Ulrich Drepper  <drepper@redhat.com>
707         * rt/mqueue.h: Cleanups.
709 2005-10-22  Roland McGrath  <roland@redhat.com>
711         [BZ #1254]
712         * sysdeps/mach/hurd/getpeername.c (__getpeername): Fix last change.
713         From Samuel Thibault <samuel.thibault@ens-lyon.org>.
715 2005-10-17  Thomas Schwinge  <tschwinge@gnu.org>
717         [BZ #1252]
718         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue.
719         * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
721 2005-10-20  Ulrich Drepper  <drepper@redhat.com>
723         * iconvdata/ibm1364.h (__ucs4_to_ibm1364sb): Fix one mapping.
724         * iconvdata/ibm1388.h (__ucs4_to_ibm1388sb): Likewise.
725         * iconvdata/testdata/IBM1364: Add missing valid input.
726         * iconvdata/testdata/IBM1388: Likewise.
727         * iconvdata/testdata/IBM1364..UTF8: Adjust appropriately.
728         * iconvdata/testdata/IBM1388..UTF8: Likewise.
729         Patch by Masahide Washizawa <washi@jp.ibm.com>.
731 2005-08-23  GOTO Masanori  <gotom@debian.or.jp>
733         [BZ #1498]
734         * sysdeps/alpha/remqu.S: Return the correct result when the same
735         dividend and divisor are provided, and they're negative numbers.
736         * sysdeps/alpha/divqu.S: Likewise.
738 2005-10-18  Steven Munroe  <sjmunroe@us.ibm.com>
740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.h (TESTS):
741         Define.
742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h (TESTS):
743         Likewise.
745 2005-10-19  Ulrich Drepper  <drepper@redhat.com>
747         * iconvdata/Makefile (modules): Add IBM1364, IBM1371, IBM1388, IBM1390,
748         and IBM1399.
749         (distribute): Add ibm1364.c, ibm1364.h, ibm1371.c, ibm1371.h,
750         ibm1388.c, ibm1388.h, ibm1390.c, ibm1390.h, ibm1399.c, and ibm1399.h.
751         * iconvdata/TESTS: Add entries for IBM1364, IBM1371, IBM1388, IBM1390,
752         and IBM1399.
753         * iconvdata/gconv-modules: Likewise.
754         * iconvdata/ibm1364.c: New file.
755         * iconvdata/ibm1364.h: New file.
756         * iconvdata/ibm1371.c: New file.
757         * iconvdata/ibm1371.h: New file.
758         * iconvdata/ibm1388.c: New file.
759         * iconvdata/ibm1388.h: New file.
760         * iconvdata/ibm1390.c: New file.
761         * iconvdata/ibm1390.h: New file.
762         * iconvdata/ibm1399.c: New file.
763         * iconvdata/ibm1399.h: New file.
764         * iconvdata/testdata/IBM1364: New file.
765         * iconvdata/testdata/IBM1364..UTF8: New file.
766         * iconvdata/testdata/IBM1371: New file.
767         * iconvdata/testdata/IBM1371..UTF8: New file.
768         * iconvdata/testdata/IBM1388: New file.
769         * iconvdata/testdata/IBM1388..UTF8: New file
770         * iconvdata/testdata/IBM1390: New file.
771         * iconvdata/testdata/IBM1390..UTF8: New file.
772         * iconvdata/testdata/IBM1399: New file.
773         * iconvdata/testdata/IBM1399..UTF8: New file.
774         Original patch by Masahide Washizawa <washi@jp.ibm.com>.
776 2005-10-17  Roland McGrath  <roland@redhat.com>
778         * elf/dl-load.c (MAP_COPY): When undefined, define to
779         MAP_PRIVATE|MAP_DENYWRITE instead of just MAP_PRIVATE.
780         (_dl_map_object_from_fd): Don't use MAP_DENYWRITE explicitly.
782 2005-10-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
784         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h (SC_STSZ, TESTS):
785         Define.
786         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h (SC_STSZ, TESTS):
787         Likewise.
789 2005-10-17  Ulrich Drepper  <drepper@redhat.com>
791         * libio/oldfileops.c (_IO_old_file_xsputn): Fix last patch.
792         Return EOF not 0.
794         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Also
795         allow EACCES errors when opening /proc for now.
797         * wctype/wcfuncs.c: Don't use expensive wide char lookups in isw*
798         functions if character is in ASCII range.
799         * wctype/wcfuncs_l.c: Likewise.
801 2005-05-03  Robert Millan  <robertmh@gnu.org>
803         * abi-tags (.*-.*-knetbsd.*-gnu.*): New match, with ABI value 4.
804         * elf/cache.c (print_entry): Match the kNetBSD ABI tag.
806 2005-10-16  Alfred M. Szmidt  <ams@gnu.org>
808         * sysdeps/generic/bits/mman.h
809         [__USE_GNU] (MREMAP_MAYMOVE, REMAP_FIXED): New macros.
811 2005-10-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
813         * sysdeps/unix/sysv/linux/sh/makecontext.S: New file.
814         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: New file.
815         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: New file.
816         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: New file.
817         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: New file.
818         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: New file.
819         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: New file.
820         * sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.h: New file.
821         * sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.h: New file.
822         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Removed.
823         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: New file.
824         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: New file.
826 2005-09-13  Jakub Jelinek  <jakub@redhat.com>
828         [BZ #1228]
829         * include/limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Make sure these
830         are defined for -D_GNU_SOURCE or -D_ISOC99_SOURCE even when not
831         -std=c99.
833 2005-10-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
835         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MREMAP_FIXED.
837 2005-08-05  Alfred M. Szmidt  <ams@gnu.org>
839         [BZ #1252]
840         * sysdeps/mach/hurd/setitimer.c (restart_itimer): Move static fn
841         forward decl out of function body.
842         * sysdeps/mach/hurd/profil.c: Likewise.
844 2005-10-16  Roland McGrath  <roland@frob.com>
846         [BZ #1254]
847         * sysdeps/mach/hurd/getpeername.c (__getpeername): Respect *LEN
848         byte limit when setting ADDR->sa_family.
849         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
851         [BZ #1253]
852         * sysdeps/mach/hurd/dl-sysdep.h
853         [SHARED] (DL_ARGV_NOT_RELRO): New macro.
855         [BZ #1253]
856         * sysdeps/mach/hurd/i386/init-first.c (init): Make cast kosher.
857         (_hurd_stack_setup): Don't declare with arguments and ellipsis.
858         Use __builtin_frame_address and __builtin_return_address.
859         (_dl_init_first): Likewise.
861         [BZ #1249]
862         * sysdeps/mach/hurd/i386/init-first.c (_cthread_init_routine): Declare
863         as weak extern.
864         (init): Check for it being undefined.
866 2005-10-16  Daniel Jacobowitz  <dan@codesourcery.com>
867             Roland McGrath  <roland@redhat.com>
869         * Makerules [module-names] (extra-modules-build): New variable.
870         ($(extra-modules-build:%=$(objpfx)%.so)): New static pattern rule.
871         Depend on libc.so and libc_nonshared.a.
872         * dlfcn/Makefile ($(test-modules)): Remove static pattern rule.
873         * elf/Makefile (modules-names-nobuild): New variable, add filtmod1.
874         ($(test-modules)): Remove static pattern rule.
876 2005-10-15  Thomas Schwinge  <tschwinge@gnu.org>
878         * include/dirent.h: Include <stdbool.h>.
879         * sysdeps/mach/hurd/fdopendir.c: Include <fcntl.h>.
880         (fdopendir): Correct argument to _hurd_fd_get().
881         * sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'.
883 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
885         [BZ #1224]
886         * posix/regcomp.c (init_word_char, duplicate_node_closure,
887         fetch_token, peek_token_bracket, build_range_exp,
888         build_collating_symbol): Remove forward decls; no longer needed
889         now that we use prototypes.
891 2005-10-15  Ulrich Drepper  <drepper@redhat.com>
893         [BZ #1221]
894         * posix/regex_internal.h: Remove last traces of
895         RE_NO_INTERNAL_PROTOTYPES.
897         [BZ #968]
898         * string/strxfrm_l.c (STRXFRM): Fix exit conditions of two loops.
900         * sysdeps/unix/fdopendir.c (fdopendir): Make sure descriptor
901         allows reading.
903         * wcsmbs/tst-mbrtowc2.c: Use de_DE.UTF-8 instead of en_US.UTF-8.
904         * wcsmbs/Makefile: Define tst-mbrtowc2-ENV.
906         * posix/regexec.c: Finish prototyping of static functions.
907         * posix/regex_internal.c: Likewise.
909 2005-10-14  Roland McGrath  <roland@frob.com>
911         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): New function, broken
912         out of ...
913         (__opendir): ... here.  Call it.
914         * sysdeps/mach/hurd/fdopendir.c: New file.
916 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
918         [BZ #865]
919         * math/tgmath.h: Correctly determine result type for
920         __TGMATH_BINARY_REAL_ONLY,
921         __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
922         __TGMATH_TERNARY_REAL_ONLY, and __TGMATH_BINARY_REAL_IMAG.
924 2005-09-17  Andreas Jaeger  <aj@suse.de>
926         [BZ #865]
927         * math/test-tgmath-int.c: New file.
928         * math/Makefile (tests): Add test-tgmath-int.
930 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
932         [BZ #804]
933         * malloc/tst-mtrace.sh: Work around for bootstraping.
935         * locale/programs/ld-collate.c (collate_output): Fix counting of
936         elements.  Don't limit table size.  Use correct secondary hash
937         function.
938         * locale/localeinfo.h (LIMAGIC): Change value returned for LC_COLLATE.
939         * posix/fnmatch_loop.c: Adjust for changed secondary hash function.
940         * posix/regcomp.c: Likewise.
942         * time/asctime.c (asctime_internal): Use __snprintf instead of
943         snprintf to avoid PLT entry.
945         * sysdeps/unix/opendir.c (__opendir): Pass extra argument to
946         __alloc_dir.
947         (__alloc_dir): Only close descriptor on error if new parameter is true.
948         * sysdeps/unix/fdopendir.c (fdopendir): Pass extra argument to
949         __alloc_dir.  Don't close fd on error.
950         * include/dirent.h (__alloc_dir): Adjust prototype.
952         * stdlib/Makefile (tests): Add tst-ucontext-off.
953         * stdlib/tst-ucontext-off.c: New file.
954         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TESTS): Define.
955         * sysdeps/unix/sysv/linux/i386/ucontext_i.h (TESTS): Likewise.
957         [BZ #1468]
958         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Fix values for
959         oFPREGS, oSIGMASK, oFPREGSMEM, and oMXCSR.
960         Patch by Nicholas Miell <nmiell@comcast.net>.
962         [BZ #1460]
963         * time/asctime.c (asctime_internal): New function, derived from
964         asctime_r.  Takes additional parameter which is the buffer length.
965         Use snprintf instead sprintf, if it overflows, fail.
966         (asctime_r): Call asctime_internal with 26 as buffer length.
967         (asctime): Call asctime_internal with length of internal buffer.
968         * time/Makefile (tests): Add bug-asctime_r.
969         * time/bug-asctime_r.c: New file.
971         [BZ #1459]
972         * time/asctime.c (__asctime_r): Check for tm_year computation to
973         overflow and fail in this case.
974         * time/Makefile (tests): Add bug-asctime.
975         * time/bug-asctime.c: New file.
977         [BZ #1458]
978         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MREMAP_FIXED.
979         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
980         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
981         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
982         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
983         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
984         * misc/sys/mman.h: Add ellipsis after last parameter of mremap and
985         adjust leading comment.
986         * sysdeps/unix/sysv/linux/syscalls.list: Add pointer parameter to
987         mremap syscall.
988         * include/sys/mman.h (__mremap): Add ellipsis.
989         * malloc/memusage.c: Adjust mremap wrapper for optional additional
990         parameter.
992 2005-10-13  Ulrich Drepper  <drepper@redhat.com>
994         [BZ #1405]
995         * libio/iogetdelim.c (_IO_getdelim): Fix truncation of return
996         value.  Avoid overflow in computation.
998         [BZ #1373]
999         * argp/argp.h: Remove __NTH for __argp_usage inline function.
1001 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
1003         [BZ #1248]
1004         * posix/regex_internal.h (bitset_not, bitset_merge, bitset_not_merge,
1005         bitset_mask, re_string_allocate, re_string_construct,
1006         re_string_reconstruct, re_string_destruct, re_string_elem_size_at,
1007         re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case,
1008         re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1,
1009         re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect,
1010         re_node_set_init_union, re_node_set_merge, re_node_set_insert,
1011         re_node_set_insert_last, re_node_set_compare, re_node_set_contains,
1012         re_node_set_remove_at, re_dfa_add_node, re_acquire_state,
1013         re_acquire_state_context): Remove unnecessary forward decls.
1014         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
1015         Put __attribute at function definition, now that the function decl
1016         has been removed.
1017         * posix/regex_internal.c (re_string_peek_byte_case,
1018         re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
1019         Likewise.
1021 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
1023         [BZ #1231]
1024         * posix/regex_internal.c (re_string_skip_chars, register_state,
1025         calc_state_hash): Remove forward decls.
1026         * posix/regexec.c (acquire_init_state_context, check_halt_node_context,
1027         proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes,
1028         clean_state_log_if_needed): Likewise.
1030 2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1032         * posix/regex.c: No need to use K&R definitions for static functions.
1033         * posix/regex_internal.c: Likewise.
1034         * posix/regcomp.c: Likewise.
1036         [BZ #1466]
1037         * sysdeps/generic/s_csqrt.c (__csqrt): For zero real part, return
1038         principal square root.
1039         * sysdeps/generic/s_csqrtf.c (__csqrtf): Likewise.
1040         * sysdeps/generic/s_csqrtl.c (__csqrtl): Likewise.
1041         * math/libm-test.inc (csqrt_test): Add test for returning
1042         principal value.
1044         * include/features.h: Define _POSIX_C_SOURCE to 200112 for
1045         _XOPEN_SOURCE == 600.
1047 2005-10-12  Ulrich Drepper  <drepper@redhat.com>
1049         * malloc/malloc.c (_int_free): Fail if block size is obviously wrong.
1051         * include/malloc.h: Remove _int_new_arena prototype.
1052         * malloc/arena.c (_int_new_arena): Move definition ahead of
1053         arena_get2 and make static.
1055         Correctly implement M_MXFAST.
1056         * malloc/malloc.c (struct malloc_state): Replace max_fast with flags
1057         fields.
1058         (global_max_fast): New variable.
1059         (set_max_fast): Change to not require arena parameter and to modify
1060         global_max_fast.  Change all callers.
1061         (get_max_fast): New macro.  Use this instead of directly accessing
1062         now removed max_fast arena member.
1063         (have_fastchunks): Use flags instead of max_fast.
1064         (clear_fastchunks): Likewise.
1065         (set_fastchunks): Likewise.
1066         (contiguous): Likewise.
1067         (noncontiguous): Likewise.
1068         (set_noncontiguous): Likewise.
1069         (set_contiguous): Likewise.
1070         (malloc_init_state): Explicitly set FASTCHUNKS_BIT.  Call set_max_fast
1071         only for main arena.
1072         * malloc/hooks.c (public_sET_STATe): Adjust set_max_fast use.
1074 2005-10-10  Daniel Jacobowitz  <dan@codesourcery.com>
1076         * sysdeps/generic/bits/byteswap.h (__bswap_constant_16): New macro.
1077         (__bswap_16): Use it.
1078         (__bswap_constant_32): New macro.
1079         (__bswap_32): Use it.
1081 2005-10-10  Ulrich Drepper  <drepper@redhat.com>
1083         * malloc/arena.c (ptmalloc_unlock_all2): Reset atfork_recursive_cntr.
1085 2005-10-08  Jakub Jelinek  <jakub@redhat.com>
1087         * nss/getent.c (hosts_keys): Pass INADDRSZ as size rather
1088         than IN6ADDRSZ to AF_INET gethostbyaddr.
1090 2005-10-07  Roland McGrath  <roland@redhat.com>
1092         [BZ #1438]
1093         * include/features.h: Make tests on _FORTIFY_SOURCE and __OPTIMIZE__
1094         friendly to -Wundef.
1095         (__USE_FORTIFY_LEVEL): Always define it, to 0 if nothing else.
1097 2005-10-06  Ulrich Drepper  <drepper@redhat.com>
1099         * sysdeps/unix/sysv/linux/readonly-area.c: Allow fopen to fail because
1100         the file does not exist.
1102 2005-10-05  Simon Josefsson  <jas@extundo.com>
1104         [BZ #1423]
1105         * crypt/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): New macros.
1107 2005-10-05  Roland McGrath  <roland@redhat.com>
1109         * crypt/Makefile (distribute): Remove duplicate defn.
1111         * sysdeps/generic/ldsodefs.h (struct audit_ifaces):
1112         Use ARCH_PLTENTER_MEMBERS and ARCH_PLTEXIT_MEMBERS macros if defined.
1113         * elf/tst-auditmod1.c: Include <tst-audit.h> to define more
1114         architecture-specific code.
1115         * sysdeps/generic/tst-audit.h: New file.
1116         * elf/Makefile (distribute): Add it.
1118 2005-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
1120         * elf/elf.h (R_ARM_TLS_DTPMOD32, R_ARM_TLS_DTPOFF32,
1121         R_ARM_TLS_TPOFF32, R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
1122         R_ARM_TLS_LDO32, R_ARM_TLS_IE32, R_ARM_TLS_LE32): New macros.
1124 2005-10-03  Roland McGrath  <roland@redhat.com>
1126         * sysdeps/powerpc/nofpu: Directory removed, saved in ports repository.
1128 2005-09-30  Ulrich Drepper  <drepper@redhat.com>
1130         * posix/regex.h: Pretty printing.
1131         Clean up namespace a bit.
1133 2005-09-30  Jakub Jelinek  <jakub@redhat.com>
1135         * posix/regexec.c (update_cur_sifted_state, check_arrival,
1136         check_arrival_add_next_nodes): Avoid using uninitialized variable.
1138         * malloc/memusage.c (dest): Fix a bunch of warnings on 32-bit arches.
1140         * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 4.0.x.
1142 2005-09-29  Ulrich Drepper  <drepper@redhat.com>
1144         * iconvdata/Makefile (modules): Add IBM803, IBM901, IBM902, IBM921,
1145         IBM1008, IBM1008_420, IBM1097, IBM1112, IBM1123, IBM1130, IBM1140,
1146         IBM1141, IBM1142, IBM1143, IBM1144, IBM1145, IBM1146, IBM1147, IBM1148,
1147         IBM1149, IBM1166, IBM1167, IBM4517, IBM4899, IBM4909, IBM4971,
1148         IBM5347, IBM9030, IBM9066, IBM9448, IBM12712, IBM16804.
1149         (distribute): Add ibm803.c, ibm803.h, ibm901.c, ibm901.h, ibm902.c,
1150         ibm902.h, ibm921.c, ibm921.h, ibm1008.c, ibm1008.h, ibm1008_420.c,
1151         ibm1097.c, ibm1097.h, ibm1112.c, ibm1112.h, ibm1123.c, ibm1123.h,
1152         ibm1130.c, ibm1130.h, ibm1140.c, ibm1140.h, ibm1141.c, ibm1141.h,
1153         ibm1142.c, ibm1142.h, ibm1143.c, ibm1143.h, ibm1144.c, ibm1144.h,
1154         ibm1145.c, ibm1145.h, ibm1146.c, ibm1146.h, ibm1147.c, ibm1147.h,
1155         ibm1148.c, ibm1148.h, ibm1149.c, ibm1149.h, ibm1166.c, ibm1166.h,
1156         ibm1167.c, ibm1167.h, ibm4517.c, ibm4517.h, ibm4899.c, ibm4899.h,
1157         ibm4909.c, ibm4909.h, ibm4971.c, ibm4971.h, ibm5347.c, ibm5347.h,
1158         ibm9030.c, ibm9030.h, ibm9066.c, ibm9066.h, ibm9448.c, ibm9448.h,
1159         ibm12712.c, ibm12712.h, ibm16804.c, ibm16804.h.
1160         * iconvdata/TESTS: Add entries for new modules.
1161         * iconvdata/gconv-modules: Likewise.
1162         * iconvdata/ibm803.c: New file.
1163         * iconvdata/ibm803.h: New file.
1164         * iconvdata/ibm901.c: New file.
1165         * iconvdata/ibm901.h: New file.
1166         * iconvdata/ibm902.c: New file.
1167         * iconvdata/ibm902.h: New file.
1168         * iconvdata/ibm921.c: New file.
1169         * iconvdata/ibm921.h: New file.
1170         * iconvdata/ibm1008.c: New file.
1171         * iconvdata/ibm1008.h: New file.
1172         * iconvdata/ibm1008_420.c: New file.
1173         * iconvdata/ibm1097.c: New file.
1174         * iconvdata/ibm1097.h: New file.
1175         * iconvdata/ibm1112.c: New file.
1176         * iconvdata/ibm1112.h: New file.
1177         * iconvdata/ibm1123.c: New file.
1178         * iconvdata/ibm1123.h: New file.
1179         * iconvdata/ibm1130.c: New file.
1180         * iconvdata/ibm1130.h: New file.
1181         * iconvdata/ibm1140.c: New file.
1182         * iconvdata/ibm1140.h: New file.
1183         * iconvdata/ibm1141.c: New file.
1184         * iconvdata/ibm1141.h: New file.
1185         * iconvdata/ibm1142.c: New file.
1186         * iconvdata/ibm1142.h: New file.
1187         * iconvdata/ibm1143.c: New file.
1188         * iconvdata/ibm1143.h: New file.
1189         * iconvdata/ibm1144.c: New file.
1190         * iconvdata/ibm1144.h: New file.
1191         * iconvdata/ibm1145.c: New file.
1192         * iconvdata/ibm1145.h: New file.
1193         * iconvdata/ibm1146.c: New file.
1194         * iconvdata/ibm1146.h: New file.
1195         * iconvdata/ibm1147.c: New file.
1196         * iconvdata/ibm1147.h: New file.
1197         * iconvdata/ibm1148.c: New file.
1198         * iconvdata/ibm1148.h: New file.
1199         * iconvdata/ibm1149.c: New file.
1200         * iconvdata/ibm1149.h: New file.
1201         * iconvdata/ibm1166.c: New file.
1202         * iconvdata/ibm1166.h: New file.
1203         * iconvdata/ibm1167.c: New file.
1204         * iconvdata/ibm1167.h: New file.
1205         * iconvdata/ibm4517.c: New file.
1206         * iconvdata/ibm4517.h: New file.
1207         * iconvdata/ibm4899.c: New file.
1208         * iconvdata/ibm4899.h: New file.
1209         * iconvdata/ibm4909.c: New file.
1210         * iconvdata/ibm4909.h: New file.
1211         * iconvdata/ibm4971.c: New file.
1212         * iconvdata/ibm4971.h: New file.
1213         * iconvdata/ibm5347.c: New file.
1214         * iconvdata/ibm5347.h: New file.
1215         * iconvdata/ibm9030.c: New file.
1216         * iconvdata/ibm9030.h: New file.
1217         * iconvdata/ibm9066.c: New file.
1218         * iconvdata/ibm9066.h: New file.
1219         * iconvdata/ibm9448.c: New file.
1220         * iconvdata/ibm9448.h: New file.
1221         * iconvdata/ibm12712.c: New file.
1222         * iconvdata/ibm12712.h: New file.
1223         * iconvdata/ibm16804.c: New file.
1224         * iconvdata/ibm16804.h: New file.
1225         * iconvdata/testdata/IBM803: New file.
1226         * iconvdata/testdata/IBM803..UTF8: New file.
1227         * iconvdata/testdata/IBM901: New file.
1228         * iconvdata/testdata/IBM901..UTF8: New file.
1229         * iconvdata/testdata/IBM902: New file.
1230         * iconvdata/testdata/IBM902..UTF8: New file.
1231         * iconvdata/testdata/IBM921: New file.
1232         * iconvdata/testdata/IBM921..UTF8: New file.
1233         * iconvdata/testdata/IBM1008: New file.
1234         * iconvdata/testdata/IBM1008..UTF8: New file.
1235         * iconvdata/testdata/IBM1097: New file.
1236         * iconvdata/testdata/IBM1097..UTF8: New file.
1237         * iconvdata/testdata/IBM1112: New file.
1238         * iconvdata/testdata/IBM1112..UTF8: New file.
1239         * iconvdata/testdata/IBM1123: New file.
1240         * iconvdata/testdata/IBM1123..UTF8: New file.
1241         * iconvdata/testdata/IBM1130: New file.
1242         * iconvdata/testdata/IBM1130..UTF8: New file.
1243         * iconvdata/testdata/IBM1140: New file.
1244         * iconvdata/testdata/IBM1140..UTF8: New file.
1245         * iconvdata/testdata/IBM1141: New file.
1246         * iconvdata/testdata/IBM1141..UTF8: New file.
1247         * iconvdata/testdata/IBM1142: New file.
1248         * iconvdata/testdata/IBM1142..UTF8: New file.
1249         * iconvdata/testdata/IBM1143: New file.
1250         * iconvdata/testdata/IBM1143..UTF8: New file.
1251         * iconvdata/testdata/IBM1144: New file.
1252         * iconvdata/testdata/IBM1144..UTF8: New file.
1253         * iconvdata/testdata/IBM1145: New file.
1254         * iconvdata/testdata/IBM1145..UTF8: New file.
1255         * iconvdata/testdata/IBM1146: New file.
1256         * iconvdata/testdata/IBM1146..UTF8: New file.
1257         * iconvdata/testdata/IBM1147: New file.
1258         * iconvdata/testdata/IBM1147..UTF8: New file.
1259         * iconvdata/testdata/IBM1148: New file.
1260         * iconvdata/testdata/IBM1148..UTF8: New file.
1261         * iconvdata/testdata/IBM1149: New file.
1262         * iconvdata/testdata/IBM1149..UTF8: New file.
1263         * iconvdata/testdata/IBM1166: New file.
1264         * iconvdata/testdata/IBM1166..UTF8: New file.
1265         * iconvdata/testdata/IBM1167: New file.
1266         * iconvdata/testdata/IBM1167..UTF8: New file.
1267         * iconvdata/testdata/IBM4517: New file.
1268         * iconvdata/testdata/IBM4517..UTF8: New file.
1269         * iconvdata/testdata/IBM4899: New file.
1270         * iconvdata/testdata/IBM4899..UTF8: New file.
1271         * iconvdata/testdata/IBM4909: New file.
1272         * iconvdata/testdata/IBM4909..UTF8: New file.
1273         * iconvdata/testdata/IBM4971: New file.
1274         * iconvdata/testdata/IBM4971..UTF8: New file.
1275         * iconvdata/testdata/IBM5347: New file.
1276         * iconvdata/testdata/IBM5347..UTF8: New file.
1277         * iconvdata/testdata/IBM9030: New file.
1278         * iconvdata/testdata/IBM9030..UTF8: New file.
1279         * iconvdata/testdata/IBM9066: New file.
1280         * iconvdata/testdata/IBM9066..UTF8: New file.
1281         * iconvdata/testdata/IBM9448: New file.
1282         * iconvdata/testdata/IBM9448..UTF8: New file.
1283         * iconvdata/testdata/IBM12712: New file.
1284         * iconvdata/testdata/IBM12712..UTF8: New file.
1285         * iconvdata/testdata/IBM16804: New file.
1286         * iconvdata/testdata/IBM16804..UTF8: New file.
1287         Patch by Masahide WASHIZAWA <washi@jp.ibm.com>.
1289         * iconvdata/run-iconv-test.sh: Run ASCII->encoding->ASCII suntzus
1290         test only if $subset is N.
1292 2005-09-29  Roland McGrath  <roland@redhat.com>
1294         [BZ #1392]
1295         * posix/sys/wait.h [!__GNUC__ || __cplusplus] (__WAIT_INT): Use const.
1297 2005-09-29  Alfred M. Szmidt  <ams@gnu.org>
1299         * elf/rtld.c [DL_ARGV_NOT_RELRO] (_dl_argc, _dl_skip_args):
1300         Don't use attribute_relro.
1302 2005-09-29  Roland McGrath  <roland@redhat.com>
1304         [BZ #1392]
1305         * posix/sys/wait.h (__WAIT_INT): Rewrite using an initializer,
1306         in case __typeof yields a const-qualified type.
1308 2005-09-28  Ulrich Drepper  <drepper@redhat.com>
1310         * dirent/dirent.h: Declare fdopendir.
1311         * dirent/Versions: Export fdopendir for GLIBC_2.4.
1312         * dirent/Makefile (routines): Add fdopendir.
1313         (tests): Add tst-fdopendir.
1314         * dirent/tst-fdopendir.c: New file.
1315         * include/dirent.h: Declare __alloc_dir.
1316         * sysdeps/generic/fdopendir.c: New file.
1317         * sysdeps/unix/fdopendir.c: New file.
1318         * sysdeps/unix/opendir.c: Split off back part of opendir into new
1319         function __alloc_dir.
1321 2005-09-26  Steven Munroe  <sjmunroe@us.ibm.com>
1323         [BZ #1384]
1324         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected y1, y1f, yn,
1325         ynf results.
1327 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1328             Ulrich Drepper  <drepper@redhat.com>
1330         [BZ #1302]
1331         Change bitset word type from unsigned int to unsigned long int,
1332         as this has better performance on typical 64-bit hosts.  Change
1333         bitset type name to bitset_t.
1334         * posix/regcomp.c (build_equiv_class, build_charclass):
1335         (build_range_exp, build_collating_symbol):
1336         Prefer bitset_t to re_bitset_ptr_t in prototypes, when the actual
1337         argument is a bitset.  This is merely a style issue, but it makes
1338         it clearer that an entire array is expected.
1339         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps,
1340         lower_subexp): Adjust for new bitset_t definition.
1341         (lower_subexp, parse_bracket_exp, built_charclass_op): Likewise.
1342         * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain,
1343         bitset_not, bitset_merge, bitset_set_all, bitset_mask): Likewise.
1344         * posix/regexec.c (check_dst_limits_calc_pos_1,
1345         check_subexp_matching_top, build_trtable, group_nodes_into_DFAstates):
1346         Likewise.
1347         * posix/regcomp.c (utf8_sb_map): Don't assume initializer
1348         == 0xffffffff.
1349         * posix/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
1350         All uses changed.
1351         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
1352         (bitset_word_t): New type, replacing 'unsigned int' for bitset uses.
1353         All uses changed.
1354         (BITSET_WORD_MAX): New macro.
1355         (bitset_set, bitset_clear, bitset_contain, bitset_empty,
1356         (bitset_set_all, bitset_copy):  Adjust for bitset_t change.
1357         (bitset_empty, bitset_copy):
1358         Prefer sizeof (bitset_t) to multiplying it out ourselves.
1359         (bitset_not_merge): Remove; unused.
1360         (bitset_contain): Return bool, not unsigned int with one bit on.
1361         All callers changed.
1362         * posix/regexec.c (build_trtable): Don't assume bitset_t has no
1363         stricter alignment than re_node_set; do this by defining a new
1364         internal type struct dests_alloc and using it to allocate memory.
1366 2005-09-27  Ulrich Drepper  <drepper@redhat.com>
1368         [BZ #1230]
1369         * stdlib/strtod_l.c (STRNCASECMP): Always use C locale object.
1370         (TOLOWER_C): Define.  Use it when recognizing inf and nan.
1371         * stdlib/Makefile (tests): Add bug-strtod2.
1372         * stdlib/bug-strtod2.c: New file.
1374 2005-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1376         [BZ #1361]
1377         * argp/argp-fmtstream.h [HAVE_CONFIG_H]: Do not #include <config.h>.
1378         * argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fs-xinl.c,
1379         argp/argp-xinl.c: Fix up whitespace.
1381 2005-09-27  Ulrich Drepper  <drepper@redhat.com>
1383         [BZ #1158]
1384         * stdlib/cxa_atexit.c (__new_exitfn): Rewrite to preserve order in
1385         which the functions were registered.
1386         * dlfcn/Makefile: Add rules to build and run bug-atexit1 and
1387         bug-atexit2.
1388         * dlfcn/bug-atexit1.c: New file.
1389         * dlfcn/bug-atexit1-lib.c: New file.
1390         * dlfcn/bug-atexit2.c: New file.
1391         * dlfcn/bug-atexit2-lib.c: New file.
1393         [BZ #1078]
1394         * libio/fileops.c (_IO_new_file_xsputn): Determine amount of
1395         available space in non-line-buffered buffer correctly.
1396         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
1397         * stdio-common/Makefile (tests): Add tst-fwrite.
1398         * stdio-common/tst-fwrite.c: New file.
1400 2005-09-26  Ulrich Drepper  <drepper@redhat.com>
1402         [BZ #838]
1403         * malloc/arena.c (ptmalloc_lock_all): If global lock already taken
1404         by the same thread, just bump the counter.
1405         (ptmalloc_unlock_all): If counter for recursive locks hasn't reached
1406         zero, don't do anything else.
1407         * malloc/Makefile (tests): Add tst-mallocfork.
1408         * malloc/tst-mallocfork.c: New file.
1410         [BZ #808]
1411         * malloc/malloc.c (_int_realloc): Make error message clearer.
1413         [BZ #713]
1414         * libio/iofgets.c: Treat N==1 correctly.
1415         * libio/iofgets_u.c: Likewise.
1416         * libio/iofgetws.c: Likewise.
1417         * libio/iofgetws_u.c: Likewise.
1418         * stdio-common/Makefile (tests): Add tst-fgets.
1419         * stdio-common/tst-fgets.c: New file.
1421 2005-01-11  Thorsten Kukuk  <kukuk@suse.de>
1423         [BZ #652]
1424         * posix/getconf.c: Add new option -a to print the names of
1425         the current system configuration variables to stdout.
1426         Based on patch from Josh Aas <josha@sgi.com>.
1428 2005-09-26  Ulrich Drepper  <drepper@redhat.com>
1430         [BZ #644]
1431         * sysdeps/posix/getaddrinfo.c (fls): New function.
1432         (gaih_inet): Don't use ffs, use fls.  Convert address to native byte
1433         order first.
1434         * posix/Makefile (tests): Add tst-rfc3484.
1435         * posix/tst-rfc3484.c: New file.
1437         [BZ #627]
1438         * libio/iofclose.c (_IO_new_fclose): Unlock the internal lock
1439         before destroying it as part of the _IO_FINISH call.
1440         * libio/oldiofclose.c (_IO_old_fclose): Likewise.
1442         [BZ #524]
1443         * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if
1444         number of bits is multiple of 8.
1445         Patch by Fredrik Tolf <fredrik@dolda2000.com>.
1447         [BZ #516]
1448         * elf/dl-load.c: Report failed loading due to ELF class mismatch
1449         with better words.
1451         [BZ #162]
1452         * manual/llio.texi (Waiting for I/O): Correct description of read
1453         conditions reported by select.
1455 2005-09-24  Jakub Jelinek  <jakub@redhat.com>
1457         * inet/getnetgrent_r.c (innetgr): Call endfct even if result != 0.
1458         Return 1 only if result == 1.  Patch by Benoit Capelle.
1460 2005-09-25  Ulrich Drepper  <drepper@redhat.com>
1462         [BZ #278]
1463         * manual/stdio.texi (Hook Functions): Correct type of position
1464         parameter of seeker and fix fallout of the change in the text.
1466         [BZ #714]
1467         * iconv/loop.c [!STORE_REST] (SINGLE): Correctly record number of
1468         left-over bytes and store them correctly.
1469         * wcsmbs/tst-mbrtowc2.c: New file.
1470         * wcsmbs/Makefile (tests): Add tst-mbrtowc2.
1472 2005-09-24  Roland McGrath  <roland@redhat.com>
1474         * sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository.
1475         * sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
1477 2005-09-24  Ulrich Drepper  <drepper@redhat.com>
1479         [BZ #545]
1480         * locale/iso-639.def: More updates from the current spec.
1482         * locale/programs/ld-address.c (address_finish): Produce better
1483         error messages for invalid lang_ab use.
1485         * locale/iso-639.def: Add a few updates from current spec.
1487 2005-09-23  Ulrich Drepper  <drepper@redhat.com>
1489         [BZ #704]
1490         * locale/iso-4217.def: Replace MGF with MGA.
1492         * iconvdata/jis0208.c (__jisx0208_from_ucs4_lat1): Reduce size of
1493         array.
1494         * iconvdata/jis0208.h (ucs4_to_jisx0208): Adjust access.
1496 2004-08-13  GOTO Masanori  <gotom@debian.or.jp>
1498         [BZ #395]
1499         * iconvdata/jis0208.c: Remove 0x005C mapping from
1500         __jisx0208_from_ucs4_lat1.
1501         Reported by Fumitoshi UKAI <ukai@debian.or.jp>
1503 2005-09-23  Ulrich Drepper  <drepper@redhat.com>
1505         [BZ #394]
1506         * libio/fmemopen.c (fmemopen_write): Return 0 instead of -1 if
1507         nothing can be written.
1508         * libio/iofopncook.c (_IO_cookie_write): If something went wrong,
1509         set error bit.
1511 2005-09-22  Ulrich Drepper  <drepper@redhat.com>
1513         [BZ #281]
1514         * posix/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
1515         * posix/regcomp.c: Remove unnecessary uses of
1516         unsigned RE_TRANSLATE_TYPE.
1517         * posix/regex_internal.h: Likewise.
1518         * posix/regex_internal.c: Likewise.
1519         * posix/regexexec.c: Likewise.
1520         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
1522         [BZ #1035]
1523         * locale/iso-4217.def: Replace TRL entry with TRY for new Turkish Lira.
1525         [BZ #1363]
1526         * nscd/nscd_getpw_r.c (nscd_getpw_r): Remove incorrectly C&Ped
1527         free call in code handling detection of GC runs.
1529 2005-09-22  Roland McGrath  <roland@redhat.com>
1531         * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for
1532         static __thread variable.
1533         From Alexandre Oliva <aoliva@redhat.com>
1535         * Makefile ($(objpfx)c++-types-check.out): Use $<, not $^, in command.
1536         Reported by Alexandre Oliva <aoliva@redhat.com>.
1538 2005-09-20  Jakub Jelinek  <jakub@redhat.com>
1540         * nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen.
1542 2005-09-20  Roland McGrath  <roland@redhat.com>
1544         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use execv, not execl.
1546         [BZ #1346]
1547         * elf/dl-load.c (_dl_map_object_from_fd) [HAVE_Z_RELRO]: Do relro
1548         magic on __stack_prot only if [SHARED].  Skip mprotect if __stack_prot
1549         lies outside the page-rounded-down relro region.
1551 2005-09-19  Richard Henderson  <rth@redhat.com>
1553         [BZ #1358]
1554         * sysdeps/unix/alpha/sysdep.h (inline_syscall1): Copy argument(s)
1555         to a temporary first.
1556         (inline_syscall2, inline_syscall3, inline_syscall4): Likewise.
1557         (inline_syscall5, inline_syscall6): Likewise.
1559         * sysdeps/alpha/ldiv.S (lldiv): Add alias.
1561 2005-09-17  Ulrich Drepper  <drepper@redhat.com>
1563         [BZ #1010]
1564         * sysdeps/unix/sockatmark.c (sockatmark): Use SIOCATMARK correctly.
1566         [BZ #1053]
1567         * debug/xtrace.sh: Add missing escape character in -? match.
1568         Patch by Peter Breitenlohner <peb@mppmu.mpg.de>.
1570         [BZ #1051]
1571         * wctype/wctype.h: Remove stray __END_NAMESPACE_C99.
1572         * stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of
1573         __END_NAMESPACE_C99 in one place.
1574         * scripts/begin-end-check.pl: New file.
1575         Patch by Ralph Loader <suckfish@ihug.co.nz>.
1576         * Makefile: Add rules to run scripts/begin-end-check.pl.
1578 2005-09-17  Andreas Jaeger  <aj@suse.de>
1580         * timezone/zdump.c: Include ctype.h.
1582 2005-09-16  Andreas Jaeger  <aj@suse.de>
1584         [BZ #1047]
1585         * sysdeps/unix/sysv/linux/mips/getpagesize.c: New file.
1587 2005-09-16  Maciej W. Rozycki  <macro@linux-mips.org>
1589         [BZ #933]
1590         * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Load the number of
1591         the syscall immediately before invocation.
1592         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Likewise.
1593         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Likewise.
1595         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use
1596         macros to handle GP.
1597         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall):
1598         Likewise.  Update inaccurate comments.
1600 2005-09-13  Ulrich Drepper  <drepper@redhat.com>
1602         * sysdeps/posix/spawni.c (__spawni): Automatically recognize some
1603         more cases when we can use vfork.
1605 2005-08-29  Thomas Schwinge  <schwinge@nic-nac-project.de>
1607         [BZ #1261]
1608         * manual/memory.texi (Hooks for Malloc): Correct prototype of
1609         my_init_hook and definition of my_free_hook.
1611 2005-09-12  Roland McGrath  <roland@redhat.com>
1613         [BZ #1331]
1614         * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
1615         macro argument.
1616         Reported by Matej Vela <vela@debian.org>.
1618 2005-09-12  Jakub Jelinek  <jakub@redhat.com>
1620         * malloc/malloc.c (struct malloc_chunk): Fix comment typo.
1621         (public_cALLOc): For mmapped chunks and perturb_byte != 0,
1622         don't clear SIZE_SZ bytes more than should be cleared.
1624 2005-09-09  Jakub Jelinek  <jakub@redhat.com>
1626         * inet/getnetgrent_r.c: Include assert.
1627         (setup): Remove FUNC_NAME and ALL arguments, assume they are always
1628         "setnetgrent" and 1.
1629         (endnetgrent_hook): New function.
1630         (internal_endnetgrent): Use it.
1631         (__internal_setnetgrent_reuse): Use it.  Adjust setup caller.
1632         If status is NSS_STATUS_SUCCESS, yet action is continue, call
1633         endnetgrent hook.
1634         (internal_getnetgrent_r): Use __nss_lookup_function rather than
1635         setup.  Recompute getfct pointer after successful
1636         __internal_setnetgrent_reuse.  Don't use __nss_next.
1637         (innetgr): Use __nss_lookup_function instead of __nss_lookup.
1638         Adjust setup caller.
1639         * nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Always clear
1640         data_size and cursor.  Add libnss_files_hidden_proto and
1641         libnss_files_hidden_def.
1642         (_nss_files_setnetgrent): Call _nss_files_endnetgrent on failure.
1643         * nis/nss_nis/nis-netgrp.c (internal_endnetgrent): Always clear
1644         data_size and cursor.
1645         (_nss_nis_setnetgrent): Don't call internal_endnetgrent.
1646         (_nss_nis_getnetgrent_r): Remove result->cursor == NULL handling.
1647         * nis/nss_nisplus/nisplus-netgrp.c (internal_endnetgrent): Always clear
1648         data_size and position.
1649         (_nss_nisplus_setnetgrent): Don't call internal_endnetgrent.
1651 2005-09-09  Ulrich Drepper  <drepper@redhat.com>
1653         * nss/getent.c (netgroup_keys): Call endnetgrent.
1654         (main): Call mtrace.
1656         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): We don't
1657         need locking for the stream.  Use feof_unlocked.
1659 2005-09-09  Jakub Jelinek  <jakub@redhat.com>
1661         [BZ #1318]
1662         * locale/loadarchive.c (_nl_load_locale_from_archive): Free
1663         normalized_codeset even if p was already normalized.
1664         Reported by Jaroslav Snajdr <jsnajdr@kerio.com>.
1666 2005-09-08  Roland McGrath  <roland@redhat.com>
1668         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS
1669         properly, first byte is bit number in mask.  Skip disabled caps.
1671 2005-07-11  Derek R. Price  <derek@ximbiot.com>
1673         [BZ #1061]
1674         * sysdeps/generic/glob.c (glob): Only a 0 return from
1675         getlogin_r means success, according to POSIX 1003.2.
1677 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1679         [BZ #1033]
1680         * time/mktime.c: Import from gnulib.
1681         The following macros are now consistent with other gnulib code.
1682         This does not change mktime's behavior.
1683         (TYPE_IS_INTEGER): New macro.
1684         (time_t_is_integer): Use it.
1685         (TYPE_TWOS_COMPLEMENT): New macro.
1686         (twos_complement_arithmetic): Use it.
1687         (TYPE_ONES_COMPLEMENT): New macro.
1688         (TYPE_MINIMUM, TYPE_MAXIMUM): Now supports signed-magnitude.
1689         mktime doesn't use this, but the code now matches other gnulib code.
1690         (ranged_convert): Pacify GCC 4.0 in a different way, which
1691         generates a few bytes less code.
1692         (ranged_convert, __mktime_internal): When calling a function via a
1693         pointer P, use P () rather than (*P) (), as we now assume C89 or
1694         better.
1696 2005-09-07  Alexandre Oliva  <aoliva@redhat.com>
1698         * timezone/test-tz.c: Update to match tzdata2005m.
1699         * timezone/tst-timezone.c: Likewise.
1701 2005-09-07  Ulrich Drepper  <drepper@redhat.com>
1703         * posix/regexec.c (find_recover_state): Remove unnecessary
1704         initialization.
1705         (transit_state_bkref): Make DFA a const pointer.
1706         (get_subexp): Likewise.
1707         (check_arrival): Likewise.
1708         (update_cur_sifted_state): Likewise.
1709         (re_search_internal): Likewise.
1710         (prune_impossible_nodes): Likewise.
1711         (acquire_init_state_context): Likewise.
1712         (proceed_next_node): Likewise.
1713         (set_regs): Likewise.
1714         (free_fail_stack_return): Likewise.
1715         (check_arrival_expand_ecl): Mark DFA parameter as const.
1716         (check_arrival_expand_ecl_sub): Likewise.
1717         (check_subexp_limits): Likewise.
1718         (sub_epsilon_src_nodes):  Likewise.
1719         (add_epsilon_src_nodes):  Likewise.
1720         (merge_state_array): Likewise.
1721         (update_regs): Likewise.
1722         (build_trtable): Likewise.
1723         (sift_states_backward): Mark MCTX parameter as const.
1724         (build_sifted_states): Likewise.
1725         (update_cur_sifted_state): Likewise.
1726         (sift_states_mkref): Likewise.
1727         (check_arrival_expand_ecl): Mark eclosure as const.
1728         (check_dst_limits_calc_pos_1): Likewise.
1729         * posix/regex_internal.h (re_match_context_t): Make dfa a const
1730         pointer.
1732 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1734         * timezone/africa: Update from tzdata2005m.
1735         * timezone/asia: Likewise.
1736         * timezone/australasia: Likewise.
1737         * timezone/backward: Likewise.
1738         * timezone/europe: Likewise.
1739         * timezone/northamerica: Likewise.
1740         * timezone/southamerica: Likewise.
1741         * timezone/zone.tab: Likewise.
1742         * timezone/zdump.c: Update from tzcode2005m.
1744         * posix/regexec.c (merge_state_with_log): Define dfa as const pointer.
1745         (transit_state_sb): Likewise.
1746         (transit_state_mb): Likewise.
1747         (sift_states_iter_mb): Likewise.
1748         (check_arrival_add_next_nodes): Likewise.
1749         (check_node_accept_bytes): Change first parameter to pointer-to-const.
1750         [_LIBC] (re_search_2_stub): Use mempcpy.
1752         * posix/regex_internal.c (re_string_reconstruct): Avoid calling
1753         mbrtowc for very simple UTF-8 case.
1755 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1757         * posix/regex_internal.c (build_wcs_upper_buffer): Fix portability
1758         bugs in int versus size_t comparisons.
1760 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1762         * posix/regex_internal.c (re_acquire_state): Make DFA pointer arg
1763         a pointer-to-const.
1764         (re_acquire_state_context): Likewise.
1765         * posix/regex_internal.h: Adjust prototypes.
1767 2005-08-31  Jim Meyering  <jim@meyering.net>
1769         * posix/regcomp.c (search_duplicated_node): Make first pointer arg
1770         a pointer-to-const.
1771         * posix/regex_internal.c (create_ci_newstate, create_cd_newstate,
1772         register_state): Likewise.
1773         * posix/regexec.c (search_cur_bkref_entry, check_dst_limits):
1774         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
1775         (group_nodes_into_DFAstates): Likewise.
1777 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1779         * posix/regexec.c (re_search_internal): Simplify update of
1780         rm_so and rm_eo by replacing "if (A == B) A += C - B;"
1781         with the equivalent of "if (A == B) A = C;".
1783 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1785         * posix/regcomp.c (re_compile_internal): Change third parameter type
1786         to size_t.
1787         (init_dfa): Likewise.  Make sure that arithmetic on pat_len doesn't
1788         overflow.
1789         * posix/regex_internal.h (struct re_dfa_t): Change type of nodes_alloc
1790         and nodes_len to size_t.
1791         * posix/regex_internal.c (re_dfa_add_node): Use size_t as type for
1792         new_nodes_alloc.  Check for overflow.
1794 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1796         * posix/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
1797         (optimize_subexps, lower_subexp):
1798         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
1799         since the signed shift might overflow.  Use 1u<<31 instead.
1800         * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
1801         Likewise.
1802         * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise.
1803         (check_subexp_matching_top): Likewise.
1804         * posix/regcomp.c (optimize_subexps, lower_subexp):
1805         Use CHAR_BIT rather than 8, for clarity.
1806         * posix/regexec.c (check_dst_limits_calc_pos_1):
1807         (check_subexp_matching_top): Likewise.
1808         * posix/regcomp.c (init_dfa): Make table_size unsigned, so that we
1809         don't have to worry about portability issues when shifting it left.
1810         Remove no-longer-needed test for table_size > 0.
1811         * posix/regcomp.c (parse_sub_exp): Do not shift more bits than there
1812         are in a word, as the resulting behavior is undefined.
1813         * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise;
1814         in one case, a <= should have been an <, and in another case the
1815         whole test was missing.
1816         * posix/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
1817         the standard name CHAR_BIT.
1819         * posix/regex_internal.h (re_sub_match_top_t): Remove unused member
1820         next_last_offset.
1821         (struct re_dfa_t): Remove unused member states_alloc.
1822         * posix/regcomp.c (init_dfa): Don't initialize unused members.
1824 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1826         * posix/regexec.c (set_regs): Don't alloca with an unbounded size.
1828         alloca modernization/simplification for regex.
1829         * posix/regex.c: Remove portability cruft for alloca.  This no longer
1830         needs to be at the start of the file, and can be moved into
1831         regex_internal.h and simplified.
1832         * posix/regex_internal.h: Include <alloca.h>.
1833         (__libc_use_alloca) [!defined _LIBC]: New macro.
1834         * posix/regexec.c (build_trtable): Remove "#ifdef _LIBC",
1835         since the code now works outside glibc.
1837 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1839         * include/regex.h: Remove use of _RE_ARGS.
1841 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1843         * posix/regexec.c (find_recover_state): Change "err" to "*err".
1845 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1847         * posix/regcomp.c (regerror): Pointer args are 'restrict',
1848         as per POSIX.
1849         * posix/regex.h (regerror): Likewise.
1850         * manual/pattern.texi (POSIX Regexp Compilation): Likewise.
1851         Similarly for regcomp and regexec.  Also, first 2 args of regexec
1852         and 2nd arg of regerror are const.
1854         * posix/regex.c: Do not include <sys/types.h>, as POSIX no longer
1855         requires this.  (The code never needed it.)
1857 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
1859         * posix/regexec.c (sift_states_bkref): re_node_set_insert returns
1860         int, not reg_errcode_t.
1862         * posix/regex_internal.c (calc_state_hash): Put 'inline' before type,
1863         since some broken compilers warn about it otherwise.
1865         * posix/regcomp.c (create_initial_state): Remove duplicate decl.
1867 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
1869         * posix/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
1870         C89 or better.  All uses removed.
1872 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1874         * posix/regex.c: Prevent using C++ compilers.
1876 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
1878         * posix/regcomp.c (duplicate_node): Return new index, not an error
1879         code, and let the caller return REG_ESPACE if out of space.  This
1880         removes an uninitialied-variable warning with GCC 4.0.1, and also
1881         avoids taking the address of a local variable.  All callers
1882         changed.
1884 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1886         * include/time.h (__strptime_internal): Rename parameter to avoid
1887         bogus compiler warning.
1889 2005-08-19  Jim Meyering  <jim@meyering.net>
1891         * posix/regexec.c (proceed_next_node): Redo local variables to
1892         avoid GCC shadowing warnings.
1894 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1896         * posix/regex_internal.c (re_acquire_state): Minor code rearrangement.
1897         (re_acquire_state_context): Likewise.
1899 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
1901         * posix/regex_internal.c (re_string_realloc_buffers):
1902         (re_node_set_insert, re_node_set_insert_last, re_dfa_add_node):
1903         Rename local variables to avoid GCC shadowing warnings.
1905 2005-07-08  Eric Blake  <ebb9@byu.net>
1906             Paul Eggert  <eggert@cs.ucla.edu>
1908         * posix/regcomp.c (init_dfa): Store __btowc value in wint_t, not
1909         wchar_t.  Remove now-unnecessary cast.
1910         (build_range_exp): Likewise.
1912 2005-08-31  Bob Wilson  <bob.wilson@acm.org>
1914         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf):  Remove the
1915         exponent bias from the increment value for scaling by 2^60.
1917 2005-09-05  Alexandre Oliva  <aoliva@redhat.com>
1919         * configure.in: Compile source test file with -fPIC for -shared.
1921 2005-09-04  Ulrich Drepper  <drepper@redhat.com>
1923         * iconv/skeleton.c: Eliminate DEFINE_DIRECTION_OBJECTS macro use,
1924         it wasn't used.  Remove use of from_object and to_object variable,
1925         replace with some constants.  Adjust users.
1927         * sysdeps/i386/bits/string.h: Removed.
1929         * stdio-common/Makefile (tests): Add tst-put-error.
1930         * stdio-common/tst-put-error.c: New file.
1931         * libio/fileops.c (_IO_new_file_xsputn): If overflow fails and no more
1932         data would have to be written signal error.
1933         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
1935         * libio/fileops.c (_IO_new_file_overflow): Use NULL not 0.
1937 2005-09-02  Ulrich Drepper  <drepper@redhat.com>
1939         * elf/dl-load.c (_dl_map_object_from_fd): No need to change
1940         protection of memory used for the last segment.
1942 2005-08-22  Robert Millan  <robertmh@gnu.org>
1944         * sysdeps/mach/hurd/nfs/nfs.h: Move to ...
1945         * sysdeps/generic/nfs/nfs.h: ... here.
1947 2005-09-01  Ulrich Drepper  <drepper@redhat.com>
1949         * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf.
1950         Add __wur to feof{,_unlocked}, ferror{,_unlocked},
1951         fileno{,_unlocked}, and popen.
1953 2005-08-30  Ulrich Drepper  <drepper@redhat.com>
1955         * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name.
1957 2005-08-01  Bob Wilson  <bob.wilson@acm.org>
1958             Richard Sandiford  <richard@codesourcery.com>
1960         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Add missing
1961         exponent bias to the value for 2^126.
1963 2005-08-30  Jakub Jelinek  <jakub@redhat.com>
1964             Alan Modra  <amodra@bigpond.net.au>
1966         * elf/dl-addr.c (_dl_addr): Use DL_ADDR_SYM_MATCH macro.
1967         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): Define.
1968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h: New file.
1970 2005-08-23  Ulrich Drepper  <drepper@redhat.com>
1972         * nscd/nscd.c (main): Use error while process isn't running in the
1973         background, not dbg_log.
1974         * nscd/nscd_conf.c (nscd_parse_file): Likewise.
1975         Mark messages with _().  Unify testing for database name.
1977         * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h.
1978         (dbs): Initialize max_db_size fields.
1979         (nscd_init): When mapping the database, use max_db_size as the
1980         mapping size even if it is bigger than the file size.
1981         * nscd/mem.c (mempool_alloc): When resizing the file make sure the
1982         limit in max_db_size is not exceeded.  Don't use mremap, just
1983         posix_fallocate is enough (according to Linus).  Use posix_fallocate
1984         correctly.
1985         * nscd/nscd.conf: Add max-db-size parameters.
1986         * nscd/nscd.h (struct database_dyn): Add max_db_size field.
1987         Define DEFAULT_MAX_DB_SIZE and DEFAULT_DATASIZE_PER_BUCKET.
1988         Temporarily define TEMP_FAILURE_RETRY_VAL here.
1989         * nscd/nscd_conf.c (nscd_parse_file): Parse max-db-size parameter
1990         and add sanity checks for it.
1992         * nscd/aicache.c (addhstaiX): Use send with MSG_NOSIGNAL not write to
1993         send reply.
1994         * nscd/connection.c (writeall): Likewise.
1995         (handle_request): Likewise.
1996         * nscd/grpcache.c (cache_addgr): Likewise.
1997         * nscd/hstcache.c (cache_addhst): Likewise.
1998         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1999         * nscd/nscd.c (parse_opt): Likewise.
2000         * nscd/nscd_stat.c (send_stats): Likewise.
2001         (receive_print_stats): Likewise.
2002         * nscd/pwdcache.c (cache_addpw): Likewise.
2004         * sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls.
2006 2005-08-22  Jakub Jelinek  <jakub@redhat.com>
2008         * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) by
2009         sizeof (wchar_t) rather than multiplying __len by sizeof (wchar_t).
2010         Pass __bos (__dst) / sizeof (wchar_t) to the *_chk routine.
2011         * wcsmbs/bits/wchar2.h (mbsrtowcs, mbsnrtowcs): Likewise.
2012         * debug/mbsnrtowcs_chk.c (__mbsnrtowcs_chk): Don't multiply
2013         len by sizeof (wchar_t).
2014         * debug/mbsrtowcs_chk.c (__mbsrtowcs_chk): Likewise.
2015         * debug/mbstowcs_chk.c (__mbstowcs_chk): Likewise.
2016         Fix type of SRC argument.  Pass &SRC rather than SRC to
2017         __mbsrtowcs.
2018         * debug/wcstombs_chk.c (__wcstombs_chk): Pass &SRC rather than SRC
2019         to __wcsrtombs.
2020         * debug/tst-chk1.c: Include assert.h.
2021         (do_test): Change enough array from VLA into a fixed size array.
2022         Assert that MB_CUR_MAX is <= sizeof (enough).  Use FAIL () macro
2023         instead of print error details.  Add several new tests.
2024         Kill some unused variable warnings.
2026 2005-08-21  Ulrich Drepper  <drepper@redhat.com>
2028         * resolv/res_send.c (Aerror): Fix printing IP address.
2030         * resolv/res_send.c (send_vc): Pass correct sockaddr size to connect.
2032 2005-08-19  H.J. Lu  <hongjiu.lu@intel.com>
2034         * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort.
2036 2005-08-17  Robert Love  <rml@novell.com>
2038         * sysdeps/unix/sysv/linux/sys/inotify.h: Add IN_MOVE_SELF event.
2040 2005-08-19  Bruno Haible  <bruno@clisp.org>
2042         * intl/localealias.c (read_alias_file): In case of failure, close the
2043         file descriptor and sort the array before returning.
2045 2005-08-19  Ulrich Drepper  <drepper@redhat.com>
2047         * malloc/Makefile: Link libmemusage.so with ld.so.
2048         * malloc/memusage.c: Use atomic operations for all counter and size
2049          computations.  Handle thread stacks.
2050         * sysdeps/generic/memusage.h: Define memusage_cntr_t and
2051         memusage_size_t.
2052         * sysdeps/i386/i686/memusage.h: New file.
2053         * include/atomic.h: Define atomic_max and atomic_min.
2055         * debug/tst-chk1.c: Add tests for mbstowcs and wcstombs.
2057 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2059         [BZ #1207]
2060         * posix/regex.h: Remove spurious space-before-tab.  From gnulib.
2062 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
2064         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2065         sys/inotify.h.
2066         * sysdeps/unix/sysv/linux/sys/inotify.h: New file.
2067         * sysdeps/unix/sysv/linux/syscalls.list: Add inotify syscalls.
2069         * nscd/cache.c (prune_cache): Add more debug output.  Only for
2070         debug level 3 and higher and very verbose.
2072         * nscd/cache.c (prune_cache): Use stat64 not stat.
2073         * nscd/connections.c (nscd_init): Likewise.
2075 2005-08-10  Sergio Gelato  <Sergio.Gelato@astro.su.se>
2077         [BZ #1188]
2078         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Change assert check
2079         from (len > 0) to (len >= 0).
2081 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
2083         * nis/nis_xdr.c (_xdr_nis_result): Fix type of res variable.
2084         Reported by Thomas Schwinge.
2086 2005-08-15  Jakub Jelinek  <jakub@redhat.com>
2088         * nis/nis_subr.c (nis_leaf_of_r): Handle buflen == 0 correctly.
2090 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
2092         * nss/getent.c (more_help): Use open_memstream instead of handling
2093         memory allocation ourselves.
2095 2005-08-16  Jay Fenlason  <fenlason@redhat.com>
2097         * nss/getent.c (parse_options): change the -s option to support
2098         {database}:{search} to override /etc/resolv.conf for only the
2099         specified database.
2101 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
2103         * nscd/connections.c (main_loop_epoll): Pass NULL as event
2104         argument for epoll_ctl(EPOLL_CTL_DEL) calls.
2106         * nscd/nscd_stat.c (receive_print_stats): Really print values of
2107         thread number, paranoia, and restart interval the server is using.
2109         * argp/argp-help.c: Use _IO_vasprintf instead of vasprintf.
2110         * include/stdio.h: Add libc_hidden_proto for __vfprintf_chk.
2111         * debug/vfprintf_chk.c: Add libc_hidden_def.
2113 2005-08-08  Roland McGrath  <roland@redhat.com>
2115         * argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
2116         (__argp_failure): Likewise.
2118 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
2120         * nscd/cache.c (cache_add): Commit hash table and header to disk.
2122         * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
2123         * nscd/connections.c (nscd_init): Likewise.
2125 2005-08-08  Jakub Jelinek  <jakub@redhat.com>
2127         * stdio-common/fxprintf.c: Include libioP.h.
2129         * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,
2130         getdomainname): Add __NTH.
2131         * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs):
2132         Likewise.
2133         (realpath): Likewise.  Use __const instead of const.  Add __restrict
2134         keywords.
2135         * socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf.
2136         * wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset,
2137         wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb,
2138         mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH.
2139         * string/bits/string3.h (__memset_ichk): Likewise.
2140         (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk,
2141         __stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk,
2142         __strncat_ichk): Likewise.  Use __const instead of const.
2143         (__stpncpy_chk): Use __const instead of const.
2144         (__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT.
2146 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
2147             Jakub Jelinek  <jakub@redhat.com>
2149         * nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move
2150         definitions to...
2151         * nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here.
2152         * nscd/connections.c (usekey): New enum.
2153         (check_use, verify_persistent_db): New functions.
2154         (nscd_init): If persistent database is corrupted, unlink it and
2155         recreate rather than falling back to non-persistent database.
2156         Call verify_persistent_db.  Avoid overflows in total computation.
2158 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
2160         * iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code
2161         better readable.  Avoid passing var to loop function, it's not
2162         necessary at all.
2164 2005-08-07  Ulrich Drepper  <drepper@redhat.com>
2166         * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO
2167         definition.
2169 2005-08-05  Ulrich Drepper  <drepper@redhat.com>
2171         * timezone/checktab.awk: Update from tzcode2005k.
2172         * timezone/private.h: Likewise.
2173         * timezone/scheck.c: Likewise.
2174         * timezone/tzselect.ksh: Likewise.
2175         * timezone/zdump.c: Likewise.
2176         * timezone/zic.c: Likewise.
2177         * timezone/africa: Update from tzdata2005k.
2178         * timezone/antarctica: Likewise.
2179         * timezone/asia: Likewise.
2180         * timezone/australasia: Likewise.
2181         * timezone/europe: Likewise.
2182         * timezone/iso3166.tab: Likewise.
2183         * timezone/leapseconds: Likewise.
2184         * timezone/northamerica: Likewise.
2185         * timezone/solar87: Likewise.
2186         * timezone/solar88: Likewise.
2187         * timezone/solar89: Likewise.
2188         * timezone/southamerica: Likewise.
2189         * timezone/zone.tab: Likewise.
2191 2005-08-05  Roland McGrath  <roland@frob.com>
2193         [BZ #1251]
2194         * mach/shortcut.awk: Ignore `weak_alias' lines.
2195         Reported by Alfred M. Szmidt <ams@gnu.org>.
2197         [BZ #1250]
2198         * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
2199         Reported by Alfred M. Szmidt <ams@gnu.org>.
2201 2005-08-03  Dwayne Grant McConnell  <dgm69@us.ibm.com>
2203         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s):
2204         Use +=, not =, to append.  Remove duplicate flags.
2205         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
2206         Likewise.  Fix comments.
2208 2005-08-01  Ulrich Drepper  <drepper@redhat.com>
2210         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system
2211         call if it returned EINTR.
2213 2005-07-31  Ulrich Drepper  <drepper@redhat.com>
2215         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Move
2216         helper variable into .data.rel.ro.  Simplify the code.  Extend
2217         comment to explain prelinking.
2219 2005-07-31  Andreas Jaeger  <aj@suse.de>
2221         * include/bits/syslog.h: New file.
2223 2005-07-30  Ulrich Drepper  <drepper@redhat.com>
2225         * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the value
2226         up.  We have more program header entries now and the note section
2227         was normally not loaded.
2229         * nis/nis_subr.c: Some minor code cleanups.
2231 2005-07-29  Ulrich Drepper  <drepper@redhat.com>
2233         * misc/bits/syslog.h: New file.
2234         * misc/sys/syslog.h: Include <bits/syslog.h> for fortification.
2235         * misc/Makefile (headers): Add bits/syslog.h.
2236         * include/sys/syslog.h: Add __vsyslog_chk prototype and hidden_proto.
2237         * sysdeps/generic/syslog.c: Change vsyslog function to __vsyslog_chk.
2238         Call __vfprintf_chk if necessary.  Make vsyslog a wrapper.  Add
2239         __syslog_chk.
2240         * misc/Versions: Export __syslog_chk and __vsyslog_chk.
2242 2005-07-28  Thomas Schwinge  <schwinge@nic-nac-project.de>
2244         [BZ #1137]
2245         * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
2247 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
2249         * nis/nis_xdr.c: Help gcc to avoid generating unnecessary wrapper
2250         functions.
2252 2005-07-28  Jakub Jelinek  <jakub@redhat.com>
2254         * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf
2255         call.
2256         * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf.
2258 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
2260         * nis/nis_file.c: Rewrite the two pairs of functions into wrappers
2261         around a pair of new, generalized functions.  22% size reduction.
2263 2005-07-27  Ulrich Drepper  <drepper@redhat.com>
2265         * nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.
2266         Rearrange code.  This reduces the code size 10%.
2268 2005-07-26  Jakub Jelinek  <jakub@redhat.com>
2270         * misc/error.c (error_tail): Fix a comment typo.
2272 2005-07-25  Ulrich Drepper  <drepper@redhat.com>
2274         * po/zh_TW.po: Update from translation team.
2276         * debug/mbstowcs_chk.c: New file.
2277         * debug/wcstombs_chk.c: New file.
2278         * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk.
2279         * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk.
2280         * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs.
2282         * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing.
2284 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
2286         * string/test-memset.c (test_main): Use negative byte value in
2287         test.
2289         * string/test-memset.c (do_one_test): Compare effect of call, not
2290         only return value.
2291         Add a few casts to avoid warnings.
2293 2005-07-24  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2295         * sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
2297 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
2299         [BZ #1125]
2300         * posix/Makefile (tests): Add tst-execvp4.
2301         * posix/tst-execvp4.c: New file.
2303 2005-07-24  Jakub Jelinek  <jakub@redhat.com>
2305         [BZ #1125]
2306         * posix/execvp.c (execvp): Change path_malloc to
2307         char *, free that pointer on failure.
2309 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
2311         * wcsmbs/bits/wchar2.h: Use __FILE not FILE.
2312         * wcsmbs/Makefile: Add rules to build and run tst-wchar-h.
2313         * wcsmbs/tst-wchar-h.c: New file.
2315 2005-07-22  Ulrich Drepper  <drepper@redhat.com>
2317         * stdio-common/fxprintf.c (__fxprintf): Define variable more local.
2319 2005-07-22  Jakub Jelinek  <jakub@redhat.com>
2321         * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
2322         __gnuc_va_list rather than _G_va_list.
2324 2005-07-22  Roland McGrath  <roland@redhat.com>
2326         [BZ #869]
2327         * Makerules ($(objpfx)stubs): Fix last change.
2329 2005-07-21  Roland McGrath  <roland@redhat.com>
2331         * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
2333         * stdlib/Makefile (headers): Move bits/wchar.h to ...
2334         * wcsmbs/Makefile (headers): ... here.  Add bits/wchar2.h too.
2336 2005-07-21  Jakub Jelinek  <jakub@redhat.com>
2338         * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
2339         * debug/tst-chk1.c (do_test): Add test for swprintf with format
2340         being the last argument.
2342 2005-07-21  Thorsten Kukuk  <kukuk@suse.de>
2344         * debug/getgroups_chk.c (__getgroups_chk): Fix return value.
2346         * stdio-common/fxprintf.c: Include string.h.
2348 2005-07-20  Ulrich Drepper  <drepper@redhat.com>
2350         [BZ #1138]
2351         * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
2352         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
2353         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
2355 2005-07-20  Bob Wilson  <bob.wilson@acm.org>
2356             Darin Petkov  <darin@tensilica.com>
2358         [BZ #1138]
2359         * sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.
2361 2005-07-20  Jakub Jelinek  <jakub@redhat.com>
2363         * include/stdio.h (__fxprintf): Remove wfmt argument.
2364         * stdio-common/fxprintf.c: Include assert.h, ctype.h and wchar.h.
2365         (__fxprintf): Remove wfmt argument, create wfmt format string on
2366         the fly from fmt.
2367         * argp/argp-fmtstream.c: Adjust all __fxprintf callers.
2368         * argp/argp-help.c: Likewise.
2369         * assert/assert-perr.c: Likewise.
2370         * assert/assert.c: Likewise.
2371         * gmon/gmon.c: Likewise.
2372         * inet/rcmd.c: Likewise.
2373         * malloc/obstack.c: Likewise.
2374         * misc/error.c: Likewise.
2375         * misc/getpass.c: Likewise.
2376         * posix/getopt.c: Likewise.
2377         * resolv/res_hconf.c: Likewise.
2378         * stdio-common/perror.c: Likewise.
2379         * stdio-common/psignal.c: Likewise.
2380         * stdlib/fmtmsg.c: Likewise.
2381         * sunrpc/auth_unix.c: Likewise.
2382         * sunrpc/clnt_perr.c: Likewise.
2383         * sunrpc/clnt_tcp.c: Likewise.
2384         * sunrpc/clnt_udp.c: Likewise.
2385         * sunrpc/clnt_unix.c: Likewise.
2386         * sunrpc/svc_simple.c: Likewise.
2387         * sunrpc/svc_tcp.c: Likewise.
2388         * sunrpc/svc_udp.c: Likewise.
2389         * sunrpc/svc_unix.c: Likewise.
2390         * sunrpc/xdr.c: Likewise.
2391         * sunrpc/xdr_array.c: Likewise.
2392         * sunrpc/xdr_rec.c: Likewise.
2393         * sunrpc/xdr_ref.c: Likewise.
2394         * sysdeps/generic/wordexp.c: Likewise.
2396 2005-07-20  Ulrich Drepper  <drepper@redhat.com>
2398         * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,
2399         wcsrtombs, mbsnrtowcs, and wcsnrtombs.
2400         * debug/Makefile (routines): Add wcrtomb_chk, mbsrtowcs_chk,
2401         wcsrtombs_chk, mbsnrtowcs_chk, and wcsnrtombs_chk.
2402         * debug/Versions: Add __wcrtomb_chk, __mbsrtowcs_chk,
2403         __wcsrtombs_chk, __mbsnrtowcs_chk, and __wcsnrtombs_chk.
2404         * debug/tst-chk1.c: Add tests for new functions.
2405         * debug/mbsnrtowcs_chk.c: New file.
2406         * debug/mbsrtowcs_chk.c: New file.
2407         * debug/wcrtomb_chk.c: New file.
2408         * debug/wcsnrtombs_chk.c: New file.
2409         * debug/wcsrtombs_chk.c: New file.
2411 2005-07-19  Ulrich Drepper  <drepper@redhat.com>
2413         * stdio-common/Makefile (aux): Add fxprintf.
2414         * stdio-common/fxprintf.c: New file.
2415         * include/stdio.h: Add declaration for __fxprintf.
2416         * argp/argp-fmtstream.c: Use __fxprintf instead of inline stream
2417         orientation test and two separate function calls.
2418         * argp/argp-help.c: Likewise.
2419         * assert/assert-perr.c: Likewise.
2420         * assert/assert.c: Likewise.
2421         * gmon/gmon.c: Likewise.
2422         * inet/rcmd.c: Likewise.
2423         * malloc/obstack.c: Likewise.
2424         * misc/error.c: Likewise.
2425         * misc/getpass.c: Likewise.
2426         * posix/getopt.c: Likewise.
2427         * resolv/res_hconf.c: Likewise.
2428         * stdio-common/perror.c: Likewise.
2429         * stdio-common/psignal.c: Likewise.
2430         * stdlib/fmtmsg.c: Likewise.
2431         * sunrpc/auth_unix.c: Likewise.
2432         * sunrpc/clnt_perr.c: Likewise.
2433         * sunrpc/clnt_tcp.c: Likewise.
2434         * sunrpc/clnt_udp.c: Likewise.
2435         * sunrpc/clnt_unix.c: Likewise.
2436         * sunrpc/svc_simple.c: Likewise.
2437         * sunrpc/svc_tcp.c: Likewise.
2438         * sunrpc/svc_udp.c: Likewise.
2439         * sunrpc/svc_unix.c: Likewise.
2440         * sunrpc/xdr.c: Likewise.
2441         * sunrpc/xdr_array.c: Likewise.
2442         * sunrpc/xdr_rec.c: Likewise.
2443         * sunrpc/xdr_ref.c: Likewise.
2444         * sysdeps/generic/wordexp.c: Likewise.
2446         [BZ #1137]
2447         * misc/Makefile: Add rules to build and run tst-error1.
2448         * misc/tst-error1.c: New file.
2449         * misc/error.c: Fix memory leak and possibly endless loop.
2451         * configure.in: Check for -fstack-protector gcc option.
2452         * config.make.in (have-ssp): Add template.
2453         * nscd/Makefile (nscd-cflags): Add -fstack-protector if supported.
2455         * nscd/nscd.c (main): Don't ignore result of chdir call.
2457 2005-07-18  Roland McGrath  <roland@redhat.com>
2459         [BZ #869]
2460         * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
2461         objdump command line.
2463 2005-07-18  Ulrich Drepper  <drepper@redhat.com>
2465         * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.
2467         * nscd/connections.c: Fix a few wur warnings.
2469         [BZ #1113]
2470         * nscd/grpcache.c (cache_addgr): Use correct maximum for group ID
2471         length.  Patch by Ivan Gyurdiev <ivg2@cornell.edu>.
2473         * debug/confstr_chk.c: New file.
2474         * debug/getdomainname_chk.c: New file.
2475         * debug/getgroups_chk.c: New file.
2476         * debug/gethostname_chk.c: New file.
2477         * debug/getlogin_r_chk.c: New file.
2478         * debug/ttyname_r_chk.c: New file.
2479         * posix/bits/unistd.h: Add definitions for new debug versions.
2480         * debug/tst-chk1.c: Add tests for new functions.
2481         * debug/Versions: Export new functions.
2482         * debug/Makefile (routines): Add new files.
2484         * stdlib/bits/stdlib.h: Fix typo.
2486 2005-07-13  Thorsten Kukuk  <kukuk@suse.de>
2488         * manual/Makefile (libc/index.html): Depend on dir-add.texi.
2490 2005-07-15  Ulrich Drepper  <drepper@redhat.com>
2492         * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT
2493         where necessary.
2494         * wcsmbs/bits/wchar2.h: Likewise.
2496 2005-07-15  Andreas Jaeger  <aj@suse.de>
2498         * debug/Makefile (tst-lfschk3-ENV): New, set locale.
2499         (tst-lfschk2-ENV): New.
2500         (tst-lfschk1-ENV): New.
2501         (tst-chk3-ENV): New.
2502         (tst-chk2-ENV): New.
2503         (tst-chk1-ENV): New.
2505         [BZ #1079]
2506         * include/stdlib.h: Remove malloc attribute from __posix_memalign.
2507         * stdlib/stdlib.h: Likewise.
2509 2005-07-15  Ulrich Drepper  <drepper@redhat.com>
2511         * wcsmbs/bits/wchar2.h: New file.
2512         * include/bits/wchar2.h: New file.
2513         * wcsmbs/wchar.h: Include <bits/wchar2.h> if fortification is
2514         requested.
2515         * wcsmbs/wcsncpy.c: Add __wcsncpy alias.
2516         * string/bits/string3.h: Add fortified stpncpy definitions.
2517         * sysdeps/generic/stpncpy_chk.c: New file.
2518         * libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h.
2519         Export _IO_wstrn_jumps.
2520         * libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps.
2521         * include/wchar.h: Declare __wcsncpy and __vswprintf_chk.
2522         * debug/fgetws_chk.c: New file.
2523         * debug/fgetws_u_chk.c: New file.
2524         * debug/fwprintf_chk.c: New file.
2525         * debug/swprintf_chk.c: New file.
2526         * debug/vfwprintf_chk.c: New file.
2527         * debug/vswprintf_chk.c: New file.
2528         * debug/vwprintf_chk.c: New file.
2529         * debug/wcpcpy_chk.c: New file.
2530         * debug/wcpncpy_chk.c: New file.
2531         * debug/wcscat_chk.c: New file.
2532         * debug/wcscpy_chk.c: New file.
2533         * debug/wcsncat_chk.c: New file.
2534         * debug/wcsncpy_chk.c: New file.
2535         * debug/wmemcpy_chk.c: New file.
2536         * debug/wmemmove_chk.c: New file.
2537         * debug/wmempcpy_chk.c: New file.
2538         * debug/wmemset_chk.c: New file.
2539         * debug/wprintf_chk.c: New file.
2540         * debug/tst-chk1.c: Add tests for new functions.
2541         * debug/Versions: Export new functions.
2542         * debug/Makefile (routines): Add new functions.
2544 2005-07-13  Ulrich Drepper  <drepper@redhat.com>
2546         * nscd/nscd_helper.c: Add a few __builtin_expect.
2548         [BZ #1080]
2549         * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
2550         * nscd/nscd_helper.c (wait_on_socket): New function.
2551         (get_mapping): Use wait_on_socket instead of poll.  The former handles
2552         EINTR of poll correctly.
2553         (__nscd_open_socket): Likewise.
2554         (get_mapping): Make sure BUF is aligned correctly.
2555         (get_mapping): Use munmap on correct pointer.
2557 2005-07-12  Ulrich Drepper  <drepper@redhat.com>
2559         * include/libc-symbols.h: Define macros for librt hidden symbols.
2560         * include/time.h: Add librt_hidden_proto definition for clock_gettime.
2561         * sysdeps/generic/clock_gettime.c: Add librt_hidden_def.
2562         * sysdeps/unix/clock_gettime.c: Likewise.
2564         * stdlib/bits/stdlib.h: New file.
2565         * stdlib/stdlib.h: Include <bits/stdlib.h> if fortification is
2566         requested.
2567         * Makefile (headers): Add bits/stdlib.h.
2568         * include/bits/stdlib.h: New file.
2569         * debug/Depend: New file.
2570         * debug/ptsname_r_chk.c: New file.
2571         * debug/realpath_chk.c: New file.
2572         * debug/wctomb_chk.c: New file.
2573         * debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and
2574         wctomb_chk.
2575         * debug/Versions: Export __ptsname_r_chk, __realpath_chk, and
2576         __wctomb_chk.
2577         * debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and
2578         __wctomb_chk.
2580 2005-07-12  Jakub Jelinek  <jakub@redhat.com>
2582         [BZ #1106]
2583         * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
2584         (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel
2585         instead of read and close_not_cancel_no_status instead of close.
2587         [BZ #1106]
2588         * sysdeps/s390/s390-64/bcopy.S (__bcopy): Use
2589         HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.
2591 2005-06-27  Carlos O'Donell  <carlos@systemhalted.org>
2593         * posix/regcomp.c (re_compile_internal): Call __libc_lock_init
2594         after init_dfa.
2596 2005-07-08  Ulrich Drepper  <drepper@redhat.com>
2598         * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret.  Remove
2599         alignment.
2600         * sysdeps/x86_64/fpu/s_sincos.S: New file.
2602         * include/fenv.h: Add libm_hidden_proto for fesetround and
2603         feholdexcept.
2604         * sysdeps/alpha/fpu/feholdexcpt.c: Add libm_hidden_def.
2605         * sysdeps/alpha/fpu/fesetround.c: Likewise.
2606         * sysdeps/generic/feholdexcpt.c: Likewise.
2607         * sysdeps/generic/fesetround.c: Likewise.
2608         * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
2609         * sysdeps/i386/fpu/fesetround.c: Likewise.
2610         * sysdeps/ia64/fpu/feholdexcpt.c: Likewise.
2611         * sysdeps/ia64/fpu/fesetround.c: Likewise.
2612         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
2613         * sysdeps/powerpc/fpu/fesetround.c: Likewise.
2614         * sysdeps/s390/fpu/feholdexcpt.c: Likewise.
2615         * sysdeps/s390/fpu/fesetround.c: Likewise.
2616         * sysdeps/sh/sh4/fpu/feholdexcpt.c: Likewise.
2617         * sysdeps/sh/sh4/fpu/fesetround.c: Likewise.
2618         * sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
2619         * sysdeps/sparc/fpu/fesetround.c: Likewise.
2620         * sysdeps/x86_64/fpu/feholdexcpt.c: Likewise.
2621         * sysdeps/x86_64/fpu/fesetround.c: Likewise.
2622         * sysdeps/generic/s_significand.c (__significand): Use __ilogb not
2623         ilogb.
2624         * sysdeps/generic/s_significandf.c (__significandf): Use __ilogbf
2625         not ilogbf.
2626         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin and
2627         __cos, not sin and cos.
2629 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
2631         * resolv/res_send.c (send_dg): Recognize referral results and
2632         treat them as server errors.
2633         Based on a patch by Jason Vas Dias <jvdias@redhat.com>.
2635 2005-07-08  Carlos O'Donell  <carlos@systemhalted.org>
2637         * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.
2639         * sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0.
2640         * sysdeps/hppa/lshift.s (__mpn_lshift): Likewise.
2641         * sysdeps/hppa/rshift.s (__mpn_rshift): Likewise.
2642         * sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise.
2643         * sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
2644         * sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
2646 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
2648         * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.
2649         * sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise.
2650         * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise.
2651         * sysdeps/generic/s_ctan.c (__ctan): Likewise.
2652         * sysdeps/generic/s_ctanf.c (__ctanf): Likewise.
2653         * sysdeps/generic/s_ctanl.c (__ctanl): Likewise.
2655 2005-04-13  H.J. Lu  <hongjiu.lu@intel.com>
2657         [BZ #974]
2658         * csu/elf-init.c (__preinit_array_start): Take int, char **, char **.
2659         (__preinit_array_end): Likewise.
2660         (__init_array_start): Likewise.
2661         (__init_array_end): Likewise.
2662         (__libc_csu_init): Take int argc, char **argv, char **envp.
2663         Call preinit_array and init_array with argc, argv, envp.
2664         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Remove
2665         INIT_MAIN_ARGS.
2666         * sysdeps/powerpc/elf/libc-start.c (INIT_MAIN_ARGS): Removed.
2667         * elf/Makefile (distribute): Add tst-array5.c, tst-array5-static.c,
2668         tst-array5dep.c, and tst-array5.exp.
2669         (tests): Add tst-array5.
2670         (tests-static): Add tst-array5-static.
2671         ($(objpfx)tst-array5): New target.
2672         ($(objpfx)tst-array5.out): Likewise.
2673         ($(objpfx)tst-array5-static.out): Likewise.
2674         * elf/tst-array5-static.c: New file.
2675         * elf/tst-array5-static.exp: Likewise.
2676         * elf/tst-array5.c: Likewise.
2677         * elf/tst-array5.exp: Likewise.
2678         * elf/tst-array5dep.c: Likewise.
2680 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
2682         * sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.
2684 2005-07-05  Jakub Jelinek  <jakub@redhat.com>
2686         * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.
2687         Reported by Ulrich Weigand <uweigand@de.ibm.com>.
2689         * elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition.
2691 2005-07-06  Ulrich Drepper  <drepper@redhat.com>
2693         * elf/dl-error.c (_dl_signal_error): When testing for executable
2694         being relocated, take into account that nothing might even be loaded.
2696         * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define
2697         consider_profiling always to zero.  Don't count of compiler to
2698         remove unreached if block.
2699         * sysdeps/x86_64/dl-trampoline.S [PROF] (_dl_runtime_profile):
2700         Don't compile.
2701         * sysdeps/i386/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
2702         * sysdeps/ia64/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
2703         * sysdeps/s390/s390-64/dl-trampoline.S [PROF] (_dl_runtime_profile):
2704         Likewise.
2705         * sysdeps/s390/s390-32/dl-trampoline.S [PROF] (_dl_runtime_profile):
2706         Likewise.
2707         * sysdeps/powerpc/powerpc64/dl-trampoline.S [PROF]
2708         (_dl_profile_resolve): Likewise.
2709         * sysdeps/powerpc/powerpc32/dl-trampoline.S [PROF]
2710         (_dl_profile_resolve): Likewise.
2711         * gmon/Makefile: Add rules to build and run tst-profile-static.
2712         * gmon/tst-profile-static.c: New file.
2713         * Makeconfig (+link-static): Allow passing program-specific flags.
2715 2005-07-05  Thorsten Kukuk  <kukuk@suse.de>
2717         [BZ #1111]
2718         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS
2719         module provides getgrgid_r.
2720         (getgrnam_plusgroup): Preserve original return value.
2721         * nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve
2722         original return value.
2723         * nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise.
2725 2005-07-05  Ulrich Drepper  <drepper@redhat.com>
2727         [BZ #1101]
2728         * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
2729         MB_CUR_MAX.
2730         (build_wcs_upper_buffer): Likewise.
2732         * csu/elf-init.c (__libc_csu_fini): Pretty printing.
2734 2005-07-02  Roland McGrath  <roland@redhat.com>
2736         * NEWS: Note LinuxThreads removal.
2737         * manual/install.texi (Installation): Don't mention linuxthreads.
2738         (Configuring and compiling): Don't use linuxthreads as example.
2740         * sysdeps/unix/sysv/linux/configure.in: Check for nptl add-on only,
2741         not linuxthreads.
2742         * sysdeps/unix/sysv/linux/configure: Regenerated.
2743         * resolv/Depend: Add nptl.
2744         * rt/Depend: Likewise.
2746         * linuxthreads, linuxthreads_db: Directories removed (preserved in
2747         ports repository).
2749 2005-06-27  Jakub Jelinek  <jj@ultra.linux.cz>
2751         [BZ #1037]
2752         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated,
2753         use -mcpu=v8.
2755 2005-06-16  Jakub Jelinek  <jakub@redhat.com>
2757         [BZ #1016]
2758         * sysdeps/ia64/strlen.S (strlen): Change l2 into a local label.
2760 2005-06-23  Thorsten Kukuk  <kukuk@suse.de>
2762         [BZ #1109]
2763         * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
2764         with own translation.
2766 2005-06-25  Jakub Jelinek  <jakub@redhat.com>
2768         [BZ #1097]
2769         * sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
2770         t2 to uint32_t instead of ulong.
2771         * sunrpc/Makefile (tests): Add tst-xdrmem.
2772         * sunrpc/tst-xdrmem.c: New test.
2774         * Versions.def (ld): Add GLIBC_2.4.
2775         * configure.in: Add --enable-stackguard-randomization option.
2776         (ENABLE_STACKGUARD_RANDOMIZE): New define.
2777         * config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add.
2778         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h.
2779         (_dl_setup_stack_chk_guard): New inline function.
2780         * sysdeps/generic/dl-osinfo.h: Include stdint.h.
2781         (_dl_setup_stack_chk_guard): New inline function.
2782         * elf/rtld.c (__stack_chk_guard): New variable.
2783         (dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE.
2784         Set __stack_chk_guard to _dl_setup_stack_chk_guard (),
2785         use THREAD_SET_STACK_GUARD if defined.
2786         * elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4.
2787         * sysdeps/generic/libc-start.c (__stack_chk_guard): New variable.
2788         (__libc_start_main): Set __stack_chk_guard to
2789         _dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined.
2790         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all
2791         traces of TLS_INIT_TP_EXPENSIVE.
2792         * debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4.
2793         * debug/Makefile (routines): Add stack_chk_fail.
2794         (static-only-routines): Add stack_chk_fail_local.
2795         * debug/stack_chk_fail_local.c: New file.
2796         * debug/stack_chk_fail.c: New file.
2797         * elf/Makefile: Add rules to build and run tst-stackguard1{,-static}
2798         tests.
2799         * elf/tst-stackguard1.c: New file.
2800         * elf/tst-stackguard1-static.c: New file.
2801         * elf/stackguard-macros.h: New file.
2803 2005-06-21  Ulrich Drepper  <drepper@redhat.com>
2805         * resource/Makefile (tests): Add tst-getrlimit.
2806         * resource/tst-getrlimit.c: New file.
2808         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
2809         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2810         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2812 2005-06-20  Ulrich Drepper  <drepper@redhat.com>
2814         * nscd/nscd.init: Get more in line with lsb3.
2815         * nscd/nscd.c: Adjust some error codes to fit in better with lsb3.
2816         * nscd/connections.c: Likewise.
2818 2005-06-20  Jakub Jelinek  <jakub@redhat.com>
2820         [BZ #653]
2821         * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for
2822         _LINUX_QUOTA_VERSION >= 2.
2823         (_LINUX_QUOTA_VERSION): Define if not yet defined.
2825         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,
2826         RLIMIT_RTPRIO): Add.
2827         (RLIMIT_NLIMITS): Adjust.
2828         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_NICE,
2829         RLIMIT_RTPRIO): Add.
2830         (RLIMIT_NLIMITS): Adjust.
2831         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_NICE,
2832         RLIMIT_RTPRIO): Add.
2833         (RLIMIT_NLIMITS): Adjust.
2834         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_NICE,
2835         RLIMIT_RTPRIO): Add.
2836         (RLIMIT_NLIMITS): Adjust.
2838 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
2840         [BZ #1106]
2841         * time/mktime.c: Always include <string.h> for prototype of
2842         implicitly used memcpy.
2844         [BZ #1104]
2845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
2846         (truncate64): Use __truncate, not truncate.
2847         (__have_no_truncate64): Renamed from have_no_truncate64.
2848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
2849         (__have_no_truncate64): Renamed from have_no_truncate64.
2851         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex
2852         float functions for gcc 4.
2854 2005-06-10  Jakub Jelinek  <jakub@redhat.com>
2856         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):
2857         Handle prelinked libraries and binaries with new style PLT.
2859 2005-06-07  Jakub Jelinek  <jakub@redhat.com>
2861         * elf/elf.h (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI,
2862         R_PPC_REL16_HA): Define.
2864 2005-06-14  Alan Modra  <amodra@bigpond.net.au>
2866         * config.h.in (HAVE_ASM_PPC_REL16): Add.
2867         * elf/elf.h (DT_PPC_GOT, DT_PPC_NUM): Define.
2868         * elf/tls-macros.h (PowerPC32): Include config.h.  Add variants of
2869         TLS_IE, TLS_LD and TLS_GD for new PLT/GOT layout.
2870         * sysdeps/powerpc/powerpc32/configure.in: New file,
2871         * sysdeps/powerpc/powerpc32/dl-dtprocnum.h: New file.
2872         * sysdeps/powerpc/powerpc32/dl-machine.h (DT_PPC): Define.
2873         (ppc_got): New inline function.
2874         (elf_machine_dynamic): Use ppc_got.  Add attribute const.
2875         (elf_machine_load_address): Add attribute const.  Don't use int vars.
2876         Use bcl rather than bl to save trashing branch target stack.  Use
2877         elf_machine_dynamic rather than duplicating code here.
2878         (elf_machine_runtime_setup): New inline function replacing define.
2879         Handle new PLT.
2880         (elf_machine_fixup_plt): Handle new PLT.
2881         (elf_machine_rela): Likewise.
2882         * sysdeps/powerpc/powerpc32/sysdep.h: Include config.h.
2883         (CALL_MCOUNT): Don't set up counter vars.
2884         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Correct comment.
2885         * sysdeps/powerpc/powerpc32/elf/start.S (start_addressesp): Don't
2886         define when HAVE_ASM_PPC_REL16.
2887         (_start): Add HAVE_ASM_PPC_REL16 code.
2888         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Don't bl
2889         into the GOT when HAVE_ASM_PPC_REL16.
2890         * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
2891         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Ditto.
2892         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Likewise.
2893         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
2894         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
2895         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
2896         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Likewise.
2897         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
2898         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
2899         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
2900         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
2901         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
2902         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
2903         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp):
2904         Likewise.
2905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S (__brk): Likewise.
2906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
2907         (__getcontext): Likewise.
2908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
2909         (__setcontext): Likewise.
2910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
2911         (__swapcontext): Likewise.
2912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (stackblock):
2913         Comment.
2914         (__socket): Bomb if NARGS >= 7.  Invoke CGOTSETUP and CGOTRESTORE.
2916 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
2918         [BZ #1106]
2919         * sysdeps/posix/sigignore.c: Include <string.h> to tell the compiler
2920         to use __GI_memset.
2921         * sysdeps/posix/signal.c: Likewise.
2922         * sysdeps/posix/sigset.c: Likewise.
2923         * sysdeps/posix/sysv_signal.c: Likewise.
2924         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2925         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
2926         * sysdeps/unix/sysv/linux/system.c: Likewise.
2928 2005-06-15  Jakub Jelinek  <jakub@redhat.com>
2930         [BZ #1088]
2931         * hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0
2932         or both classes equal here.
2933         (parse_config_file): If both classes are equal, clear the second one.
2935 2005-06-08  Karl Kelley  <kekelley@iastate.edu>
2937         [BZ #1088]
2938         * hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
2939         * hesiod/hesiod.c (hesiod_init): Initialize classes.  Fail if no
2940         valid classes were given or if both are equal.
2941         (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN
2942         and C_HS order.
2943         (parse_config_file): Handle classes keyword.
2944         * hesiod/README.hesiod: Mention addition of the classes keyword.
2946 2005-06-14  Ulrich Drepper  <drepper@redhat.com>
2948         [BZ #1085]
2949         * configure.in: Add test for availability of libaudit.
2950         * config.h.in: Define HAVE_LIBAUDIT.
2951         * config.make.in: Define have-libaudit.
2952         * nscd/Makefile: If libaudit is available, link nscd with it.
2953         * nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit.
2954         Patch by Steve Grubb <sgrubb@redhat.com>.
2956         * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.
2957         * sysdeps/posix/posix_fallocate64.c: Likewise.
2958         * include/string.h: Use libc_hidden_proto for strnlen.
2959         * sysdeps/generic/strnlen.c: Add libc_hidden_def.
2960         * include/libintl.h: Use libc_hidden_proto for __dcgettext.
2961         * intl/dcgettext.c: Add libc_hidden_def.
2962         * include/execinfo.h: Add libc_hidden_proto for __backtrace and
2963         __backtrace_symbols_fd.
2964         * sysdeps/generic/backtrace.c: Add libc_hidden_def.
2965         * sysdeps/generic/backtracesymsfd.c: Likewise.
2966         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
2967         * sysdeps/i386/backtrace.c: Likewise.
2968         * sysdeps/ia64/backtrace.c: Likewise.
2969         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
2970         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
2971         * sysdeps/s390/s390-32/backtrace.c: Likewise.
2972         * sysdeps/s390/s390-64/backtrace.c: Likewise.
2974 2005-06-13  Ulrich Drepper  <drepper@redhat.com>
2976         * sysdeps/unix/clock_gettime.c (clock_gettime): Implement case
2977         where HANDLED_REALTIME is not defined.  [BZ #966]
2979 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
2981         [BZ #1096]
2982         * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq,
2983         __netlink_receive): Remove prototypes.
2984         (__netlink_request): New prototype.
2985         * sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and
2986         <stdint.h>.
2987         (__netlink_sendreq): Make static.
2988         (__netlink_receive): Rename to...
2989         (__netlink_request): ... this.  Add type argument, call
2990         __netlink_sendreq.  If MSG_TRUNC is set after recvmsg, retry
2991         with a bigger buffer.  Don't record buffers that contain no
2992         messages we are expecting.
2993         (getifaddrs): Use __netlink_request instead of __netlink_sendreq
2994         and __netlink_receive pairs.  Formatting.
2995         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use
2996         __netlink_request instead of __netlink_sendreq and __netlink_receive
2997         pair.
2999 2005-06-13  Thorsten Kukuk  <kukuk@suse.de>
3001         * sysdeps/unix/sysv/linux/netinet/if_tr.h: Don't include kernel
3002         headers, instead copy important structs/defines.
3004 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
3006         * elf/rtld.c (dl_main): Move DT_DEBUG setup before first
3007         _dl_debug_state call.
3009 2005-06-12  Ulrich Drepper  <drepper@redhat.com>
3011         * elf/dl-error.c (_dl_signal_error): Store information about use of
3012         real malloc in the catch object.
3013         (_dl_catch_error): Forward information about malloc use to caller
3014         in new parameter.
3015         (_dl_out_of_memory): Make static.
3016         * elf/dl-deps.c: Adjust callers of _dl_catch_error.
3017         * elf/dl-libc.c: Likewise.
3018         * elf/dl-open.c: Likewise.
3019         * elf/rtld.c: Likewise.
3020         Add new --audit option.
3021         * sysdeps/generic/ldsodefs.h: Remove _dl_out_of_memory declaration.
3022         (rtld_global_ro._dl_signal_error): Add new parameter.
3023         * include/dlfcn.h (_dl_catch_error): Add new parameter.
3024         * dlfcn/dlfcn.c (_dlerror_run): Pass additional parameter to
3025         _dl_catch_error.  Only free if the returned newly value says so.
3027 2005-06-01  Roland McGrath  <roland@redhat.com>
3029         [BZ #959]
3030         * posix/tst-mmap.c (main): Fill the test file with enough data for the
3031         page size.
3033 2005-05-30  Jakub Jelinek  <jakub@redhat.com>
3035         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
3036         GLRO(dl_osversion) has been already set to a value smaller than
3037         _dl_discover_osversion (), don't overwrite it here.
3039 2005-05-24  Thomas Schwinge  <schwinge@nic-nac-project.de>
3041         * sysdeps/mach/i386/syscall.S (syscall): Call END.
3043 2005-05-28  Richard Henderson  <rth@redhat.com>
3045         * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New.
3046         * sysdeps/alpha/dl-dtprocnum.h: New file.
3047         * sysdeps/alpha/dl-machine.h (DT_ALPHA): New.
3048         (elf_machine_load_address): Simplify to rely on gprel relocations.
3049         (elf_machine_runtime_setup): Handle DT_ALPHA_PLTRO plt format.
3050         Remove thread safety workaround for binutils 2.6.
3051         (elf_machine_fixup_plt): Handle DT_ALPHA_PLTRO plt format.
3052         * sysdeps/alpha/dl-trampoline.S (_dl_runtime_resolve_new): New.
3053         (_dl_runtime_profile_new): New.
3054         (_dl_runtime_resolve_old): Rename from _dl_runtime_resolve.
3055         (_dl_runtime_profile_old): Rename from _dl_runtime_profile.  Fix
3056         typo in _dl_call_pltexit argument loading.
3058         * sysdeps/alpha/div_libc.h (funcnoplt): New.
3059         * sysdeps/alpha/divl.S: Use it.
3060         * sysdeps/alpha/divq.S: Likewise
3061         * sysdeps/alpha/divqu.S: Likewise.
3062         * sysdeps/alpha/reml.S: Likewise.
3063         * sysdeps/alpha/remq.S: Likewise.
3064         * sysdeps/alpha/remqu.S: Likewise.
3066 2005-05-26  Andreas Schwab  <schwab@suse.de>
3068         * locale/Makefile (CFLAGS-loadlocale.c): Don't define.
3070 2005-05-26  Ulrich Drepper  <drepper@redhat.com>
3072         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_DIRECT): Fix value.
3073         Reported by Colin Gibbs <colin@gibbsonline.net>.  [BZ #954]
3075 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
3077         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Corrent
3078         _dl_hwcap access in PIC && !SHARED case.
3079         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3081 2005-05-25  Dwayne Grant McConnell  <dgm69@us.ibm.com>
3083         * gmon/gmon.c: Add space in weak_alias use.
3084         * linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
3085         * sysdeps/alpha/htonl.S: Likewise.
3086         * sysdeps/alpha/htons.S: Likewise.
3087         * sysdeps/alpha/elf/start.S: Likewise.
3088         * sysdeps/i386/i386-mcount.S: Likewise.
3089         * sysdeps/ia64/strchr.S: Likewise.
3090         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
3091         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
3092         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
3093         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
3094         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
3095         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
3096         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
3097         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
3098         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
3099         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
3100         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
3101         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
3102         * sysdeps/mach/hurd/readdir64_r.c: Likewise.
3103         * sysdeps/mach/hurd/sigaltstack.c: Likewise.
3104         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
3105         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
3106         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
3107         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
3108         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
3109         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
3110         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
3111         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
3112         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
3113         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
3114         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
3115         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
3116         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3117         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3118         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3119         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3120         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3121         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3122         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
3123         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
3124         * sysdeps/sparc/sparc32/memset.S: Likewise.
3125         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3126         * sysdeps/sparc/sparc32/strchr.S: Likewise.
3127         * sysdeps/sparc/sparc32/strchr.S: Likewise.
3128         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
3129         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
3130         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
3131         * sysdeps/sparc/sparc64/memset.S: Likewise.
3132         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
3133         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
3134         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
3135         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
3136         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
3137         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
3138         * sysdeps/unix/sysv/linux/alpha/getcontext.S: Likewise.
3139         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
3140         * sysdeps/unix/sysv/linux/alpha/setcontext.S: Likewise.
3141         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
3142         * sysdeps/unix/sysv/linux/alpha/swapcontext.S: Likewise.
3143         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
3144         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
3145         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
3146         * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise.
3147         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
3148         * sysdeps/unix/sysv/linux/i386/makecontext.S: Likewise.
3149         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
3150         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
3151         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Likewise.
3152         * sysdeps/unix/sysv/linux/ia64/setcontext.S: Likewise.
3153         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
3154         * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
3155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3156         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
3157         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
3158         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
3159         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
3160         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
3161         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
3162         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
3163         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3164         * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S: Likewise.
3165         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
3166         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
3167         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
3168         * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
3169         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
3170         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Likewise.
3171         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
3172         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
3173         * sysdeps/x86_64/_mcount.S: Likewise.
3175 2005-05-24  Roland McGrath  <roland@redhat.com>
3177         * sysdeps/unix/sysv/linux/i386/sysdep.h
3178         (SETUP_PIC_REG, LOAD_PIC_REG): Move these macros ...
3179         * sysdeps/i386/sysdep.h [PIC]: ... to here.
3181 2005-05-23  Roland McGrath  <roland@redhat.com>
3183         * sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm:
3184         Subdirectories moved to ports repository.
3185         * configure.in (base_machine): Remove arm* and thumb* patterns.
3186         * shlib-versions (arm.*-.*-linux.*): Remove this pattern.
3188 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
3190         [BZ #1086]
3191         * sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd
3192         implementations are broken and don't accept ports < 512.
3194 2005-05-22  Dmitry V. Levin  <ldv@altlinux.org>
3196         [BZ #961]
3197         * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64
3198         declarations.
3200 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
3202         [BZ #1086]
3203         * sunrpc/pm_getport.c (__get_socket): New function.
3204         (pmap_getport): Use it to open a non-reserved socket to the portmapper
3205         for TCP.
3206         * include/rpc/pmap_clnt.h (__get_socket): Declare.
3207         * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an
3208         non-reserved socket for the portmapper.
3209         Based on a patch by Steve Dickson <steved@redhat.com>.
3211         [BZ #1086]
3212         * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
3213         If we tried looking at the usual range without success extend the
3214         range to even lower ports.
3216         * sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
3218 2005-05-22  Andreas Schwab  <schwab@suse.de>
3220         * elf/rtld.c: Include <dl-osinfo.h>.
3222 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
3224         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use
3225         JUMPTARGET.  Instead append @local to __syscall_error.
3226         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Delete all occurrences
3227         of JUMPTARGET.  Instead append @local to labels.
3228         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
3229         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3230         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Likewise.
3231         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
3233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Likewise.
3236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3240         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Use float constants.
3241         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
3242         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
3243         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
3244         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.  Use one GOT
3245         slot to access both constants.
3246         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
3247         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
3249         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (TWO52.0): Delete.
3250         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (TWO23.0): Delete.
3251         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (TWO52.0): Delete.
3252         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (TWO23.0): Delete.
3253         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Comment typo.
3254         (NEGZERO.0, POINTFIVE.0): Delete.
3255         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (TWO52.0): Delete.
3256         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (TWO23.0): Delete.
3257         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Code in .text.
3258         (TWO52.0, POINTFIVE.0): Delete.
3259         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Code in .text.
3260         (TWO23.0, POINTFIVE.0): Delete.
3261         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Code in .text.
3262         (TWO52.0): Delete.
3263         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Code in .text.
3264         (TWO23.0): Delete.
3265         * sysdeps/powerpc/powerpc32/memset.S (memset): Formatting.
3267 2005-05-19  Richard Henderson  <rth@redhat.com>
3269         * sysdeps/unix/clock_gettime.c (clock_gettime): Fix typo around
3270         CLOCK_REALTIME.
3272         * sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_bool_32_acq,
3273         __arch_compare_and_exchange_bool_64_acq,
3274         __arch_compare_and_exchange_val_32_acq,
3275         __arch_compare_and_exchange_val_64_acq, atomic_exchange_and_add):
3276         Use __sync builtin without _si or _di suffix.
3278 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
3280         [BZ #955]
3281         * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters
3282         <UFFFF> and above.
3284 2005-05-17  Andreas Schwab  <schwab@suse.de>
3286         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
3287         (clock_getcpuclockid): Always return a defined value.
3289 2005-05-17  Neal H. Walfield  <neal@gnu.org>
3291         [BZ #1350]
3292         * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]
3293         instead of [SALEN].
3294         (gaih_inet): Likewise.
3296 2005-05-11  Ulrich Drepper  <drepper@redhat.com>
3298         * elf/elf.h (Elf32_auxv_t): Make cross-compile safe.
3299         (Elf64_auxv_t): Likewise.
3300         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for
3301         removal of a_ptr element in ElfXX_auxv_t.
3302         * elf/dl-support.c (_dl_aux_init): Likewise.
3304 2005-05-09  Daniel Jacobowitz  <dan@codesourcery.com>
3306         * sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
3307         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3309 2005-05-09  Alan Modra  <amodra@bigpond.net.au>
3311         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3312         .pushsection/.popsection in place of .section/.previous.
3314 2005-05-08  Ulrich Drepper  <drepper@redhat.com>
3316         * MakeTAGS: Make xgettext not look into test cases.
3318         * MakeTAGS: Make sure translations in error calls are marked with
3319         c-format by xgettext.
3321 2005-05-07  Ulrich Drepper  <drepper@redhat.com>
3323         * intl/libintl.h: Always use __attribute_format_arg__ for gettext
3324         functions since gcc sometimes forgets the attribute for the
3325         standard functions.
3327 2005-05-06  Jakub Jelinek  <jakub@redhat.com>
3329         [BZ #934]
3330         * posix/regex_internal.h: Include bits/libc-lock.h or define dummy
3331         __libc_lock_* macros if not _LIBC.
3332         (struct re_dfa_t): Add lock.
3333         * posix/regcomp.c (re_compile_internal): Add __libc_lock_init.
3334         * posix/regexec.c (regexec, re_search_stub): Add locking.
3336 2005-05-04  Jakub Jelinek  <jakub@redhat.com>
3338         * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix)
3339         as argument to the scripts.
3340         * intl/tst-gettext2.sh: Use mkdir -p instead of test -d + mkdir.
3341         * intl/tst-gettext4.sh: Likewise.  Use run_program_prefix argument.
3342         * intl/tst-gettext5.sh: Likewise.
3344         * intl/tst-translit.sh: Add mkdir -p.
3346         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Use
3347         .ifndef/.endif to allow use of this macro more than once per .S
3348         file.
3349         (LOAD_PIC_REG): New macro.
3350         * sysdeps/unix/sysv/linux/i386/makecontext.S: Add call frame
3351         information.
3352         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
3353         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3354         * sysdeps/i386/fpu/s_asinh.S: Use LOAD_PIC_REG macro.  Add call frame
3355         information.
3356         * sysdeps/i386/fpu/e_log10f.S: Likewise.
3357         * sysdeps/i386/fpu/s_expm1.S: Likewise.
3358         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
3359         * sysdeps/i386/fpu/e_log2l.S: Likewise.
3360         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
3361         * sysdeps/i386/fpu/s_lrint.S: Likewise.
3362         * sysdeps/i386/fpu/s_llrint.S: Likewise.
3363         * sysdeps/i386/fpu/s_ilogbf.S: Likewise.
3364         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
3365         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
3366         * sysdeps/i386/fpu/e_log.S: Likewise.
3367         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
3368         * sysdeps/i386/fpu/s_lrintl.S: Likewise.
3369         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
3370         * sysdeps/i386/fpu/e_scalb.S: Likewise.
3371         * sysdeps/i386/fpu/s_log1p.S: Likewise.
3372         * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
3373         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
3374         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
3375         * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
3376         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
3377         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
3378         * sysdeps/i386/fpu/s_lrintf.S: Likewise.
3379         * sysdeps/i386/fpu/e_acosh.S: Likewise.
3380         * sysdeps/i386/fpu/s_cexp.S: Likewise.
3381         * sysdeps/i386/fpu/s_ilogbl.S: Likewise.
3382         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
3383         * sysdeps/i386/fpu/e_powl.S: Likewise.
3384         * sysdeps/i386/fpu/e_powf.S: Likewise.
3385         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
3386         * sysdeps/i386/fpu/e_logl.S: Likewise.
3387         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
3388         * sysdeps/i386/fpu/s_frexp.S: Likewise.
3389         * sysdeps/i386/fpu/e_pow.S: Likewise.
3390         * sysdeps/i386/fpu/e_logf.S: Likewise.
3391         * sysdeps/i386/fpu/e_log2.S: Likewise.
3392         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
3393         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
3394         * sysdeps/i386/fpu/s_llrintf.S: Likewise.
3395         * sysdeps/i386/fpu/s_ilogb.S: Likewise.
3396         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
3397         * sysdeps/i386/fpu/e_atanh.S: Likewise.
3398         * sysdeps/i386/fpu/e_log10.S: Likewise.
3399         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
3400         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
3401         * sysdeps/i386/fpu/s_llrintl.S: Likewise.
3402         * sysdeps/i386/fpu/e_log10l.S: Likewise.
3403         * sysdeps/i386/fpu/s_nearbyint.S: Likewise.
3404         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
3405         * sysdeps/i386/fpu/e_log2f.S: Likewise.
3406         * sysdeps/i386/addmul_1.S: Various fixes to cfi handling.
3407         * sysdeps/i386/mul_1.S: Likewise.
3408         * sysdeps/i386/strtok.S: Likewise.
3409         * sysdeps/i386/sub_n.S: Likewise.
3410         * sysdeps/i386/submul_1.S: Likewise.
3411         * sysdeps/i386/i586/addmul_1.S: Likewise.
3412         * sysdeps/i386/i586/memcpy.S: Likewise.
3413         * sysdeps/i386/i586/mul_1.S: Likewise.
3414         * sysdeps/i386/i586/rshift.S: Likewise.
3415         * sysdeps/i386/i586/sub_n.S: Likewise.
3416         * sysdeps/i386/i586/submul_1.S: Likewise.
3417         * sysdeps/i386/i686/memcmp.S: Likewise.
3418         * sysdeps/i386/i686/memmove.S: Likewise.
3419         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
3420         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3421         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3422         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
3424 2005-05-03  Ulrich Drepper  <drepper@redhat.com>
3426         * sysdeps/i386/add_n.S: Add call frame information.
3427         * sysdeps/i386/addmul_1.S: Likewise.
3428         * sysdeps/i386/bsd-setjmp.S: Likewise.
3429         * sysdeps/i386/lshift.S: Likewise.
3430         * sysdeps/i386/memchr.S: Likewise.
3431         * sysdeps/i386/memcmp.S: Likewise.
3432         * sysdeps/i386/mul_1.S: Likewise.
3433         * sysdeps/i386/rawmemchr.S: Likewise.
3434         * sysdeps/i386/rshift.S: Likewise.
3435         * sysdeps/i386/stpncpy.S: Likewise.
3436         * sysdeps/i386/strchr.S: Likewise.
3437         * sysdeps/i386/strchrnul.S: Likewise.
3438         * sysdeps/i386/strcspn.S: Likewise.
3439         * sysdeps/i386/strpbrk.S: Likewise.
3440         * sysdeps/i386/strrchr.S: Likewise.
3441         * sysdeps/i386/strspn.S: Likewise.
3442         * sysdeps/i386/strtok.S: Likewise.
3443         * sysdeps/i386/sub_n.S: Likewise.
3444         * sysdeps/i386/submul_1.S: Likewise.
3445         * sysdeps/i386/elf/bsd-setjmp.S: Likewise.
3446         * sysdeps/i386/i486/strcat.S: Likewise.
3447         * sysdeps/i386/i586/add_n.S: Likewise.
3448         * sysdeps/i386/i586/addmul_1.S: Likewise.
3449         * sysdeps/i386/i586/lshift.S: Likewise.
3450         * sysdeps/i386/i586/memcpy.S: Likewise.
3451         * sysdeps/i386/i586/memset.S: Likewise.
3452         * sysdeps/i386/i586/mul_1.S: Likewise.
3453         * sysdeps/i386/i586/rshift.S: Likewise.
3454         * sysdeps/i386/i586/strchr.S: Likewise.
3455         * sysdeps/i386/i586/strcpy.S: Likewise.
3456         * sysdeps/i386/i586/sub_n.S: Likewise.
3457         * sysdeps/i386/i586/submul_1.S: Likewise.
3458         * sysdeps/i386/i686/add_n.S: Likewise.
3459         * sysdeps/i386/i686/memcmp.S: Likewise.
3460         * sysdeps/i386/i686/memmove.S: Likewise.
3461         * sysdeps/i386/i686/mempcpy.S: Likewise.
3462         * sysdeps/i386/i686/memset.S: Likewise.
3463         * sysdeps/i386/i686/strtok.S: Likewise.
3464         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
3465         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3466         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3467         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
3468         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
3469         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
3471         * sysdeps/i386/fpu/libm-test-ulps: Adjust for gcc 4.
3473         * sysdeps/unix/sysv/linux/kernel-features.h: waitid is available
3474         on ppc in 2.6.12.
3476 2005-04-29  Jakub Jelinek  <jakub@redhat.com>
3478         [BZ #1083]
3479         * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
3480         call ftruncate if offset is bigger than current size.  Make sure
3481         the file is offset + len bytes long if that is more than current size.
3482         Don't overwrite previous content of the file.
3483         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
3484         Likewise.
3486 2005-05-02  Roland McGrath  <roland@redhat.com>
3488         [BZ #924]
3489         * crypt/md5.c [! HAVE_MEMCPY] (memcpy): Yield proper expression value.
3491 2005-04-29  Roland McGrath  <roland@redhat.com>
3493         * timezone/africa: Update from tzdata2005i.
3494         * timezone/asia: Likewise.
3495         * timezone/northamerica: Likewise.
3496         * timezone/yearistype: Likewise.
3498         * sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change.
3500 2005-04-29  Ulrich Drepper  <drepper@redhat.com>
3502         [BZ #1093]
3503         * nis/nis_table.c: Fix realloc handling.
3504         * nis/nis_removemember.c: Likewise.
3506 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
3508         [BZ #798]
3509         * nscd/Makefile: Help losers who use --with-headers.
3511 2005-04-28  Roland McGrath  <roland@redhat.com>
3513         [BZ #796]
3514         * sysdeps/unix/sysv/linux/dl-sysdep.h: New file.
3515         Define NEED_DL_SYSINFO_DSO for all platforms.
3517         * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection.
3518         * sysdeps/alpha/dl-sysdep.h: Likewise.
3519         Use #include_next instead of duplicating generic file's contents.
3520         * sysdeps/ia64/dl-sysdep.h: Likewise.
3521         * sysdeps/sparc/dl-sysdep.h: Likewise.
3523 2005-03-22  Steven Munroe  <sjmunroe@us.ibm.com>
3525         * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local.
3527 2005-03-07  Steven Munroe  <sjmunroe@us.ibm.com>
3529         [BZ #781]
3530         * sysdeps/unix/sysv/linux/kernel-features.h
3531         (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1.
3532         (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1.
3533         (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting
3534         with 2.6.1.
3535         (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64.
3537 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
3539         * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments.
3540         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3541         * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate
3542         cfi_startproc and cfi_endproc.
3544         * configure.in: Remove ultrasparc names.
3546         * sysdeps/i386/i686/memcmp.S: Move misplaced END.
3548 2005-03-27  Bruno Haible  <bruno@clisp.org>
3550         Make it possible for multiple threads to use gettext() in different
3551         locales.
3552         * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro.
3553         (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename
3554         field.
3555         (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields.
3556         (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in
3557         search and newp.
3559         * intl/tst-gettext4.c: New file.
3560         * intl/tst-gettext4.sh: New file.
3561         * intl/tst-gettext4-de.po: New file.
3562         * intl/tst-gettext4-fr.po: New file.
3563         * intl/tst-gettext5.c: New file.
3564         * intl/tst-gettext5.sh: New file.
3565         * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po,
3566         tst-gettext4-fr.po, tst-gettext5.sh.
3567         (multithread-test-srcs): New variable.
3568         (test-srcs): Add its contents.
3569         (tests): Depend on tst-gettext4.out, tst-gettext5.out.
3570         (tst-gettext4.out, tst-gettext5.out): New rules.
3571         (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables.
3572         Add rule for linking the multithread-test-srcs with the appropriate
3573         thread-library.
3575 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
3577         * po/rw.po: New file.  From translation team.
3579         * scripts/config.guess: Update from upstream.
3580         * scripts/config.sub: Likewise.
3582 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
3584         [BZ #1094]
3585         * nscd/connections.c (nscd_run): Use time() value in prune_cache
3586         call, not timeout value, since the latter might be from another clock.
3588 2005-04-27  Roland McGrath  <roland@redhat.com>
3590         [BZ #877]
3591         * posix/unistd.h: Remove __nonnull from acct decl.
3593         * rt/tst-cpuclock1.c: New file.
3594         * rt/tst-cpuclock2.c: New file.
3595         * rt/tst-cputimer1.c: New file.
3596         * rt/tst-cputimer2.c: New file.
3597         * rt/tst-cputimer3.c: New file.
3598         * rt/Makefile (tests): Add them.
3600         * sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file.
3601         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file.
3602         * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
3603         (HAS_CPUCLOCK): New macro.
3604         (clock_getcpuclockid): Function removed.
3605         #include the new linux file to define it instead.
3606         * sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime):
3607         New function, broken out of ...
3608         (clock_gettime) [HP_TIMING_AVAIL]: ... here.  Call it.
3609         (realtime_gettime): New function, broken out of ...
3610         (clock_gettime) [! HANDLED_REALTIME]: ... here.  Call it.
3611         (clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case.
3612         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro.
3613         (SYSDEP_GETTIME_CPUTIME): New macro.
3614         (SYSDEP_GETTIME): Use both.
3615         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken
3616         out of ...
3617         (SYSDEP_GETTIME): ... here.  Use it.
3618         [__NR_clock_gettime] (HANDLED_CPUTIME): Define it.
3619         (SYSDEP_GETTIME_CPUTIME): New macro.  Handle CPU timers by trying
3620         kernel support and falling back to hp-timing code.
3621         * sysdeps/posix/clock_getres.c
3622         [HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ...
3623         (clock_getres) [HP_TIMING_AVAIL]: ... here.  Call it.
3624         (realtime_getres): New function, broken out of ...
3625         (clock_getres) [! HANDLED_REALTIME]: ... here.  Call it.
3626         (clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case.
3627         * sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro.
3628         (SYSDEP_GETRES_CPUTIME): New macro.
3629         (SYSDEP_GETRES): Use both.
3630         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken
3631         out of ...
3632         (SYSDEP_GETRES): ... here.  Use it.
3633         [__NR_clock_getres] (HANDLED_CPUTIME): Define it.
3634         (SYSDEP_GETRES_CPUTIME): New macro.  Handle CPU timers by trying
3635         kernel support and falling back to hp-timing code.
3636         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle
3637         CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
3638         translating to the kernel clockid_t for our own process/thread clock.
3640 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
3642         * stdlib/test-canon.c: Make doesExist a directory and add more tests
3643         for the new error case.
3645 2004-06-02  Dmitry V. Levin  <ldv@altlinux.org>
3646             Ranjani Murthy <ranmur@gmail.com>
3648         * stdlib/canonicalize.c (__realpath): Change realpath(3) to
3649         return NULL and set errno to ENOTDIR for such pathnames like
3650         "/path/to/existing-non-directory/".
3652 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
3654         [BZ #1105]
3655         * time/strptime_l.c (__strptime_internal): Handle 'z' to set
3656         tm_gmtoff.
3657         * time/Makefile (tests): Add tst-strptime2.
3658         * time/tst-strptime2.c: New file.
3660 2005-04-26  Jakub Jelinek  <jakub@redhat.com>
3662         [BZ #1081]
3663         * elf/dl-close.c: Include stddef.h.
3664         (_dl_close): If called recursively, just remember GC needs to be rerun
3665         and decrease l_direct_opencount.  Avoid GC if l_direct_opencount
3666         decreased to 1.  Rerun GC at the end if any destructor unloaded some
3667         additional libraries.
3668         * elf/Makefile: Add rules to build and run unload6 test.
3669         * elf/unload6.c: New test.
3670         * elf/unload6mod1.c: New file.
3671         * elf/unload6mod2.c: New file.
3672         * elf/unload6mod3.c: New file.
3674         * malloc/hooks.c (mem2chunk_check): Add magic_p argument, set *magic_p
3675         if magic_p is not NULL.
3676         (top_check): Invoke MALLOC_FAILURE_ACTION if MORECORE failed.
3677         (malloc_check): Fail if sz == -1.
3678         (free_check): Adjust mem2chunk_check caller.
3679         (realloc_check): Likewise.  Fail if bytes == -1.  If bytes == 0 and
3680         oldmem != NULL, call free_check and return NULL.  If reallocating
3681         and returning NULL, invert magic byte again to make oldmem valid
3682         region for further checking.
3683         (memalign_check): Fail if bytes == -1.
3684         * malloc/Makefile: Add rules to build and run tst-mcheck.
3685         * malloc/tst-mcheck.c: New test.
3687 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
3689         [BZ #1110]
3690         * stdio-common/vfscanf.c: Correctly account for characters of
3691         decimal points right after +-.
3693 2005-04-26  Roland McGrath  <roland@redhat.com>
3695         * elf/rtld-Rules (rtld-all): Test ifndef rtld-modules instead of
3696         ifeq ($(subdir),elf) to distinguish main driver from subdir runs.
3698 2005-04-25  Roland McGrath  <roland@redhat.com>
3700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3701         (INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.
3703         * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed.
3705         * elf/dl-load.c: Revert last change.
3707 2005-04-24  Ulrich Drepper  <drepper@redhat.com>
3709         [BZ #1110]
3710         * stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
3711         Patch by Hamed Malek <hamed@bamdad.org>.
3713 2005-04-21  Roland McGrath  <roland@redhat.com>
3715         * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,
3716         since Linux ignores it in user mmap calls.
3718 2005-04-17  David S. Miller  <davem@davemloft.net>
3720         * sysdeps/sparc/sparc32/elf/start.S: Define __data_start.
3721         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3723 2005-04-15  Roland McGrath  <roland@redhat.com>
3725         * timezone/Makefile (zic-deps): New variable.
3726         ($(testdata)/America/New_York): Use it instead of explicit deps.
3727         ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise.
3728         ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise.
3729         (%/UTC %/Universal): New pattern rule, replaces ...
3730         ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets.
3731         ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule.
3732         ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed.
3734 2005-04-14  Roland McGrath  <roland@redhat.com>
3736         * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
3737         (extract): Filter-out distinfo file name.
3739         [BZ #253]
3740         * MakeTAGS (text-srcs): Match %.bash.in files too.
3742         [BZ #253]
3743         * nscd/Makefile (all-nscd-modules): New variable, include selinux
3744         module regardless of configuration.
3745         (distribute): Use that instead of $(nscd-modules).
3747 2005-04-13  David S. Miller  <davem@davemloft.net>
3749         Add sparc64 TLS and NPTL support.
3750         * elf/tls-macros.h: Add Sparc64 defines.
3751         * sysdeps/sparc/sparc64/dl-machine.h (sparc64_fixup_plt): Mark as
3752         always_inline.
3753         (elf_machine_fixup_plt): Likewise.
3754         (elf_machine_rela): Handle TLS relocations.
3755         (elf_machine_type_cleaa): Likewise.
3756         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
3757         (SYSCALL_ERROR_HANDLER_ENTRY): Use sethi/or for GOT reloc.
3758         It does not always fit in R_SPARC_GOT13 when building -fPIC.
3759         Also, add TLS handling.
3760         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
3761         Increase it to 2.4.21 for sparc64.
3762         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: NULL terminate
3763         backtrace by zero'ing out %fp.  Store away flags, func_ptr,
3764         and func_arg in global registers not local registers.
3765         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Handle PTID, TLS,
3766         and CTID arguments properly.  Add RESET_PID handling.
3767         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Rework so that we
3768         do not invoke __sigprocmask().  We can always assume rt signals
3769         are present on sparc64, so just do an inline syscall.
3771 2005-04-13  Jakub Jelinek  <jakub@redhat.com>
3773         * sysdeps/sparc/sparc64/dl-machine.h: Add dl_machine_h multiple
3774         inclusion guard for the first half of the header.
3775         (elf_machine_type_class, ELF_MACHINE_JMP_SLOT, ELF_MACHINE_NO_REL,
3776         ELF_MACHINE_PLTREL_OVERLAP, elf_machine_runtime_setup,
3777         elf_machine_relplt, DL_STACK_END, RTLD_START): Move into the
3778         #ifndef dl_machine_h guarded part of the header.
3780 2005-04-14  Ulrich Drepper  <drepper@redhat.com>
3782         [BZ #851]
3783         * posix/execvp.c (execvp): Use file name including path when
3784         trying to run it with shell.
3785         * posix/Makefile: Add rules to build and run tst-execvp3.
3786         * posix/tst-execvp3.c: New file.
3788 2005-04-12  Ulrich Drepper  <drepper@redhat.com>
3790         [BZ #1090]
3791         * stdlib/random_r.c (__initstate_r): Don't use non-existing state.
3792         * string/tst-strfry.c: New file.
3793         * string/Makefile (tests): Add tst-strfry.
3795 2005-04-11  James A. Morrison  <ja2morri@uwaterloo.ca>
3797         * manual/string.texi: Fix typo in wmemcpy decl.
3799 2005-04-10  David S. Miller  <davem@davemloft.net>
3801         * sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
3803 2005-04-08  Carlos O'Donell <carlos@baldric.uwo.ca>
3805         * FAQ.in: Explain why `make' might fail running rpcgen.
3806         * FAQ: Regenerated.
3808 2005-04-07  Roland McGrath  <roland@redhat.com>
3810         * po/libc.pot: Regenerated.
3812 2005-04-07  Roland McGrath  <roland@redhat.com>
3814         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion)
3815         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
3816         GLRO(dl_sysinfo_map) for PT_NOTE giving Linux kernel version,
3817         we can skip the uname call if it's there.
3818         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Don't use
3819         DL_SYSDEP_OSCHECK here.
3820         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]: Do it here instead.
3822         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro):
3823         Add _dl_sysinfo_map.
3824         * elf/rtld.c (dl_main): Don't call _dl_init_paths early in the
3825         rtld_is_main case.  Call it unconditionally later.
3826         Move GLRO(dl_sysinfo_dso) handling earlier, before _dl_init_paths call.
3827         Initialize GLRO(dl_sysinfo_map).
3828         * elf/dl-load.c (open_path): Bail out if _dl_init_paths wasn't called.
3829         * sysdeps/generic/dl-sysdep.c (_DL_FIRST_EXTRA): New macro.
3830         (_dl_important_hwcaps)
3831         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
3832         GLRO(dl_sysinfo_map) for PT_NOTE giving synthetic hwcap names
3833         and bit values.
3834         * elf/ldconfig.c (_DL_FIRST_EXTRA): New macro.
3835         (hwcap_extra): New static variable.
3836         (is_hwcap_platform): Check hwcap_extra for a matching name.
3837         Remove tls special case.
3838         (path_hwcap): Likewise.
3839         (parse_conf): Parse "hwcap" directive to define synthetic hwcap bits
3840         and their names, stored in hwcap_extra.
3841         (main) [USE_TLS]: Initialize final synthetic hwcap bit as "tls".
3843         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Use uint64_t for
3844         _dl_hwcap and _dl_hwcap_mask.
3845         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Cast a_val for
3846         AT_HWCAP to unsigned long int.
3847         * elf/dl-support.c (_dl_aux_init): Likewise.
3848         (_dl_hwcap): Update defn.
3850         * elf/cache.c (print_entry): Pad hwcap value with 0s in diagnostic.
3851         * elf/ldconfig.c (search_dir): Likewise.
3853 2005-04-05  Roland McGrath  <roland@redhat.com>
3855         * NEWS: Copy 2.3.5 section from 2.3 branch.
3857         * intl/tst-codeset.sh: Use mkdir -p.  Put msgfmt output in temporary
3858         file and mv it into place.
3859         * intl/tst-gettext3.sh: Likewise.
3861         * Makefile (glibc-%.tar rule): Use make -q to ensure configure scripts
3862         are up to date in srcdir.  Touch all configure scripts after export.
3864         * iconv/gconv_int.h: Include <ctype.h> and <string.h>.
3866 2005-04-05  H.J. Lu  <hongjiu.lu@intel.com>
3868         [BZ #592]
3869         * sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
3870         (comment changes only).
3871         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
3872         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
3873         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
3874         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
3875         * sysdeps/ia64/fpu/e_exp.S: Likewise.
3876         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
3877         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
3878         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
3879         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
3880         * sysdeps/ia64/fpu/e_expf.S: Likewise.
3881         * sysdeps/ia64/fpu/e_log.S: Likewise.
3882         * sysdeps/ia64/fpu/e_logf.S: Likewise.
3883         * sysdeps/ia64/fpu/e_pow.S: Likewise.
3884         * sysdeps/ia64/fpu/e_powf.S: Likewise.
3885         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
3886         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
3887         * sysdeps/ia64/fpu/libm_error.c: Likewise.
3888         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
3889         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
3890         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
3891         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
3892         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
3893         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
3894         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
3895         * sysdeps/ia64/fpu/s_cos.S: Likewise.
3896         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
3897         * sysdeps/ia64/fpu/s_erf.S: Likewise.
3898         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
3899         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
3900         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
3901         * sysdeps/ia64/fpu/s_erff.S: Likewise.
3902         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
3903         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
3904         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
3905         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
3906         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
3907         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
3908         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
3909         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
3910         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
3912 2005-04-05  Roland McGrath  <roland@redhat.com>
3914         * scripts/config.guess: Update from master, timestamp='2005-03-24'.
3915         * scripts/config.sub: Update from master, timestamp='2005-02-10'.
3917 2005-04-04  David S. Miller  <davem@davemloft.net>
3919         * sysdeps/sparc/sparc32/dl-trampoline.S: New file.
3920         * sysdeps/sparc/sparc32/dl-machine.h: Move PLT trampolines there.
3921         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
3922         (elf_machine_runtime_setup): Test for dl_profile non-null.
3923         * sysdeps/sparc/sparc64/dl-trampoline.S: New file.
3924         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
3925         * sysdeps/sparc/sparc64/dl-machine.h: Move PLT trampolines there.
3926         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
3927         (elf_machine_runtime_setup): Test for dl_profile non-null.
3928         * sysdeps/sparc/bits/link.h: New file.
3929         * sysdeps/generic/ldsodefs.h (La_sparc32_regs, La_sparc32_retval,
3930         La_sparc64_regs, La_sparc64_retval): New.
3931         (struct audit_ifaces): Add sparc entries.
3932         * elf/tst-auditmod1.c: Add sparc entries.
3934 2005-03-27  Bruno Haible  <bruno@clisp.org>
3936         * intl/tst-gettext3.c: New file.
3937         * intl/tst-gettext3.sh: New file.
3938         * intl/Makefile (distribute): Add tst-gettext3.sh.
3939         (test-srcs): Add tst-gettext3.
3940         (tests): Depend on tst-gettext3.out.
3941         (tst-gettext3.out): New rule.
3942         (CFLAGS-tst-gettext3.c): New variable.
3944         Fix bug exposed by tst-gettext3.
3945         * intl/gettextP.h (struct converted_domain): New type.
3946         (struct loaded_domain): Remove the conv, conv_tab fields. Add
3947         conversions, nconversions fields.
3948         (_nl_init_domain_conv): Remove declaration.
3949         (_nl_free_domain_conv): Remove declaration.
3950         (_nl_find_msg): Add convert argument.
3951         * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1.
3952         (_nl_find_msg): Add convert argument. When a conversion to a different
3953         charset is needed, create a new converted_domain element, instead of
3954         throwing away the old converted translations.
3955         (get_output_charset): New function.
3956         * intl/loadmsgcat.c (_nl_init_domain_conv): Remove function.
3957         (_nl_free_domain_conv): Remove function.
3958         (_nl_load_domain): Initialize the conversions array to empty. Use
3959         _nl_find_msg instead of _nl_init_domain_conv to retrieve the header
3960         entry.
3961         (_nl_unload_domain): Free the conversions array and its contents.
3963         * intl/gettextP.h (struct loaded_domain): Remove codeset_cntr field.
3964         (struct binding): Likewise.
3965         * intl/bindtextdom.c (set_binding_values): Drop codeset_cntr
3966         modifications.
3968 2005-04-04  Jakub Jelinek  <jakub@redhat.com>
3970         [BZ #1082]
3971         * sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
3972         of trying to encode uninitialized arglen.
3974 2005-04-04  Ulrich Drepper  <drepper@redhat.com>
3976         [BZ #825]
3977         * timezone/scheck.c: Update from tzcode2005h.
3978         * timezone/tzfile.h: Likewise.
3979         * timezone/zdump.c: Likewise.
3980         * timezone/zic.c: Likewise.
3982         [BZ #825]
3983         * timezone/antarctica: Update from tzdata2005h.
3984         * timezone/asia: Likewise.
3985         * timezone/australasia: Likewise.
3986         * timezone/etcetera: Likewise.
3987         * timezone/europe: Likewise.
3988         * timezone/northamerica: Likewise.
3989         * timezone/southamerica: Likewise.
3990         * timezone/leapseconds: Likewise.
3991         * timezone/iso3166.tab: Likewise.
3993 2005-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3995         [BZ #592]
3996         * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright.
3998 2005-04-01  Ulrich Drepper  <drepper@redhat.com>
4000         * wcsmbs/btowc.c (__btowc): Optimize parameters in ASCII range.
4001         * wcsmbs/wctob.c (wctob): Likewise.
4002         * wcsmbs/wchar.h (btowc): Add optimized inline function.
4003         (wctob): Likewise.
4005 2005-03-31  Jakub Jelinek  <jakub@redhat.com>
4007         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionally
4008         equivalent, but shorter instructions.
4009         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4010         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
4011         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
4012         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
4013         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4014         * sysdeps/x86_64/strchr.S: Likewise.
4015         * sysdeps/x86_64/memset.S: Likewise.
4016         * sysdeps/x86_64/strcspn.S: Likewise.
4017         * sysdeps/x86_64/strcmp.S: Likewise.
4018         * sysdeps/x86_64/elf/start.S: Likewise.
4019         * sysdeps/x86_64/strspn.S: Likewise.
4020         * sysdeps/x86_64/dl-machine.h: Likewise.
4021         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
4022         * sysdeps/x86_64/bsd-setjmp.S: Likewise.
4023         * sysdeps/x86_64/strtok.S: Likewise.
4025 2005-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4027         [BZ #592]
4028         * sysdeps/ia64/fpu/e_acosf.S: Update from Intel libm 2005-03-21.
4029         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
4030         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
4031         * sysdeps/ia64/fpu/e_acosh.S: Likewise.
4032         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4033         * sysdeps/ia64/fpu/e_acos.S: Likewise.
4034         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4035         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4036         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4037         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4038         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4039         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
4040         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
4041         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
4042         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4043         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4044         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4045         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
4046         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
4047         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
4048         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
4049         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
4050         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
4051         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4052         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4053         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4054         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4055         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4056         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4057         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4058         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4059         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
4060         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
4061         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
4062         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
4063         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
4064         * sysdeps/ia64/fpu/e_log2.S: Likewise.
4065         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4066         * sysdeps/ia64/fpu/e_logl.S: Likewise.
4067         * sysdeps/ia64/fpu/e_log.S: Likewise.
4068         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4069         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4070         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4071         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4072         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4073         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4074         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4075         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4076         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4077         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4078         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4079         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4080         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4081         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4082         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4083         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4084         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
4085         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
4086         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
4087         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
4088         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
4089         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
4090         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
4091         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
4092         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4093         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
4094         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
4095         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
4096         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
4097         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
4098         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
4099         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
4100         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
4101         * sysdeps/ia64/fpu/s_cos.S: Likewise.
4102         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
4103         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
4104         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
4105         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
4106         * sysdeps/ia64/fpu/s_erf.S: Likewise.
4107         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
4108         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
4109         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
4110         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
4111         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
4112         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
4113         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
4114         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
4115         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4116         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4117         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4118         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4119         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
4120         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
4121         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
4122         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
4123         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
4124         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
4125         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
4126         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
4127         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
4128         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4129         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4130         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4131         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4132         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4133         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4134         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4135         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4136         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4137         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
4138         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
4139         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
4140         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
4141         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
4142         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
4143         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4144         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4145         * sysdeps/ia64/fpu/s_round.S: Likewise.
4146         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
4147         * sysdeps/ia64/fpu/s_scalbn.c: Likewise.
4148         * sysdeps/ia64/fpu/s_scalbnf.c: Likewise.
4149         * sysdeps/ia64/fpu/s_scalbnl.c: Likewise.
4150         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4151         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
4152         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
4153         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4154         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4155         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
4156         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
4157         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
4158         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
4159         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
4160         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
4162         [BZ #592]
4163         * sysdeps/ia64/fpu/libm_cpu_defs.h: New file.
4164         * sysdeps/ia64/fpu/libm_error_codes.h: New file.
4166         [BZ #592]
4167         * sysdeps/ia64/fpu/gen_import_file_list: Updated for Intel libm
4168         2005-03-21.
4169         * sysdeps/ia64/fpu/import_file.awk: Likewise.
4170         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
4171         * sysdeps/ia64/fpu/Makefile: Likewise.
4173 2005-03-29  Jakub Jelinek  <jakub@redhat.com>
4175         [BZ #1087]
4176         * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
4177         avoid calling mbsrtowcs twice.
4179 2005-03-29  Roland McGrath  <roland@redhat.com>
4181         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
4182         function, inline broken out of ...
4183         (DL_SYSDEP_OSCHECK): ... here.  Use that.
4184         Do the discovery and set GLRO(dl_osversion) if successful,
4185         if __LINUX_KERNEL_VERSION <= 0.
4186         * elf/dl-load.c: Don't include dl-osinfo.h here.
4188 2005-03-29  Alfred M. Szmidt  <ams@gnu.org>
4190         * manual/install.texi (Tools for Compilation): GNU binutils 2.15
4191         is now needed.
4193 2005-03-19  Bruno Haible  <bruno@clisp.org>
4195         * intl/dcigettext.c (struct known_translation_t): Change type of
4196         domainname field to 'const char *'.
4197         (DCIGETTEXT): Remove const-cast.
4199 2005-03-29  Thorsten Kukuk  <kukuk@suse.de>
4201         [BZ #661]
4202         * grp/initgroups.c (internal_getgrouplist): Check if we have
4203         enough space before adding the primary group to the list.
4205         * posix/tst-execle1.c (do_test): Fix execle arguments.
4206         * posix/tst-execle2.c (do_test): Likewise.
4208 2005-03-28  Roland McGrath  <roland@redhat.com>
4210         * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names.
4211         Reported by Mark Mitchell <mark@codesourcery.com>.
4212         * Versions.def (libm): Define GLIBC_2.4 set.
4213         * math/Versions (libm: GLIBC_2.4): Add this set, with exp2l.
4214         * sysdeps/i386/Versions (libm: GLIBC_2.1): Add this set, with exp2l.
4215         * sysdeps/ia64/Versions: Likewise.
4216         * sysdeps/m68k/Versions: Likewise.
4217         * sysdeps/sparc/sparc64/Versions: Likewise.
4218         * sysdeps/x86_64/Versions: New file.
4219         * sysdeps/mips/mips64/Versions: New file.
4221         * locale/langinfo.h (_NL_LOCALE_NAME): New macro.
4222         [__USE_GNU] (NL_LOCALE_NAME): New macro.
4223         * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
4224         return locale name string for the category.
4226 2005-03-25  Jakub Jelinek  <jakub@redhat.com>
4228         [BZ #721]
4229         * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
4230         <wcstol_l.c>.
4232 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
4234         * sysdeps/mips/atomicity.h: Remove unused file.
4235         * sysdeps/mips/dl-machine.h (elf_machine_rel): Add TLS relocations.
4236         * sysdeps/mips/dl-tls.h: New file.
4237         * sysdeps/mips/libc-tls.c: New file.
4238         * sysdeps/mips/tls-macros.h: New file.
4239         * sysdeps/mips/bits/atomic.h: New file.
4240         * sysdeps/mips/bits/setjmp.h: Protect against multiple inclusion.
4241         * sysdeps/mips/elf/configure.in: New file.
4242         * sysdeps/mips/elf/configure: Generated.
4243         * sysdeps/mips/sys/asm.h: New file.
4244         * sysdeps/unix/sysv/linux/mips/vfork.S: New file.
4245         * sysdeps/unix/sysv/linux/mips/clone.S: Add NPTL and five-argument
4246         clone support.
4247         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
4248         (INTERNAL_SYSCALL_NCS): New.
4249         (INTERNAL_SYSCALL): Update for non-constant support.
4250         (internal_syscall0): Likewise.
4251         (internal_syscall1): Likewise.
4252         (internal_syscall2): Likewise.
4253         (internal_syscall3): Likewise.
4254         (internal_syscall4): Likewise.
4255         (internal_syscall5): Likewise.
4256         (internal_syscall6): Likewise.
4257         (internal_syscall7): Likewise.
4258         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SIGEV_THREAD):
4259         Update to match the kernel.
4260         (SIGEV_CALLBACK): Likewise.
4261         (SIGEV_THREAD_ID): Likewise.
4263 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
4265         [BZ #783]
4266         * elf/tst-auditmod1.c: Add MIPS support.
4267         * sysdeps/generic/ldsodefs.h (La_mips_32_regs): New.
4268         (La_mips_32_retval): New.
4269         (La_mips_64_regs): New.
4270         (La_mips_64_retval): New.
4271         (struct audit_ifaces): Add MIPS entries.
4272         * sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE.
4273         (elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
4274         ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
4275         ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
4276         (RTLD_START): Align the stack before calling _dl_init_internal.
4277         Use .ent for _dl_start_user.
4278         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
4279         (elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
4280         (elf_machine_runtime_setup): Use "auto inline".
4281         (elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
4282         (elf_machine_got_rel): Likewise.  Use RESOLVE_MAP.
4283         * sysdeps/mips/dl-trampoline.c: New file.
4284         * sysdeps/mips/bits/link.h: New file.
4285         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
4286         (internal_syscall5): Use register operands instead of non-lvalue
4287         memory operands.
4288         (internal_syscall6): Likewise.
4289         (internal_syscall7): Likewise.
4291 2005-03-27  Andreas Jaeger  <aj@suse.de>
4293         * debug/warning-nop.c (__builtin___memcpy_chk): Define away to
4294         avoid warnings with older compiler.
4295         (__builtin___memcpy_chk): Likewise.
4296         (__builtin___memmove_chk: Likewise.
4297         (__builtin___mempcpy_chk): Likewise.
4298         (__builtin___memset_chk): Likewise.
4299         (__builtin___stpcpy_chk): Likewise.
4300         (__builtin___strcat_chk): Likewise.
4301         (__builtin___strcpy_chk): Likewise.
4302         (__builtin___strncat_chk): Likewise.
4303         (__builtin___strncpy_chk): Likewise.
4304         (__builtin_object_size): Likewise.
4306 2005-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
4308         * elf/tls-macros.h: Correct typo.
4310 2005-03-23  Jakub Jelinek  <jakub@redhat.com>
4312         [BZ #822]
4313         * nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
4314         (ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.
4316 2005-03-22  Roland McGrath  <roland@redhat.com>
4318         * locale/setlocale.c: Comment typo.
4320         * scripts/versions.awk: No errors for GLIBC_PRIVATE.
4322         * Versions.def (libdl, librt): Add GLIBC_2.3.4 version.
4324         * scripts/versions.awk: Print all errors and die at the end.
4325         Use library name in versions array keys.
4327 2005-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
4329         * elf/elf.h (PT_ARM_EXIDX): New macro.
4331 2005-03-21  Thorsten Kukuk  <kukuk@suse.de>
4333         [BZ #1098]
4334         * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong):
4335         Convert correctly between long/int on 64bit big-endian.
4337 2005-03-21  David Mosberger  <davidm@hpl.hp.com>
4339         * sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames
4340         with more than 8 output registers.  Fix this by passing original
4341         ar.pfs to _mcount_ret_helper via r3.
4343 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
4345         [BZ #786]
4346         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Handle
4347         GL(dl_tls_static_nelem) == GL(dl_tls_max_dtv_idx).
4348         * elf/Makefile: Add rules to build and run tst-tls15.
4349         * elf/tst-tls15.c: New test.
4350         * elf/tst-tlsmod15a.c: New file.
4351         * elf/tst-tlsmod15b.c: New file.
4353 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
4355         * elf/rtld.c (dl_main): Always call init_tls if we have audit modules.
4357 2005-03-20  Alfred M. Szmidt  <ams@gnu.org>
4359         * elf/dl-open.c (dl_open_worker): Fix typo.
4361 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
4363         * malloc/malloc.c (public_cALLOc): We cannot skip the memory
4364         clearing if perturb_byte != 0.
4366 2005-03-20  Jakub Jelinek  <jakub@redhat.com>
4368         * posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_t
4369         instead of __off_t for last argument.
4370         * debug/Makefile (tests): Add tst-lfschk{1,2,3}.
4371         * debug/tst-lfschk1.c: New test.
4372         * debug/tst-lfschk2.c: New test.
4373         * debug/tst-lfschk3.c: New test.
4375 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
4377         * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.
4378         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC
4379         and __USE_XOPEN guards to match linux/bits/termios.h.
4380         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
4381         (CMSPAR): Define.
4382         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
4384 2005-02-10  H.J. Lu  <hongjiu.lu@intel.com>
4386         [BZ #1076]
4387         * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
4389 2005-02-27  Denis Barbier  <barbier@debian.org>
4391         [BZ #549]
4392         * locale/iso-4217.def: Add CSD currency.
4394 2005-03-19  Ulrich Drepper  <drepper@redhat.com>
4396         * inet/test-ifaddrs.c: Use test-skeleton.
4397         * inet/test_ifindex.c: Likewise.
4399         [BZ #821]
4400         * elf/dl-lookup.c (add_dependency): Always search l_initfini if
4401         the list exists.
4403         [BZ #821]
4404         * elf/Makefile: Add rules to build and run order2.
4405         * elf/order2.c: New file.
4406         * elf/order2mod1.c: New file.
4407         * elf/order2mod2.c: New file.
4408         * elf/order2mod3.c: New file.
4409         * elf/order2mod4.c: New file.
4411 2005-03-19  Jakub Jelinek  <jakub@redhat.com>
4413         [BZ #821]
4414         * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,
4415         it has been incremented before.
4417 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
4419         [BZ #821]
4420         * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate
4421         function _dl_sort_fini.
4422         (_dl_sort_fini): New function.
4423         * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini.
4424         * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running
4425         destructors to call them in the right order.
4427 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
4429         * sysdeps/powerpc/bits/link.h (La_ppc64_regs): Add lr_vrsave.
4430         (La_ppc64_retval): Correct size of lrc_fp.
4431         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_profile_resolve):
4432         Fix up ABI problems and complete function.
4434 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
4436         * math/test-misc.c (main): Add some more tests.
4438 2005-03-17  Jakub Jelinek  <jakub@redhat.com>
4440         * posix/regcomp.c (re_compile_fastmap_iter): Fix check for failed
4441         __wcrtomb.  Check return values of other __wcrtomb calls.
4442         * posix/regex_internal.c (build_wcs_buffer, re_string_skip_chars):
4443         Change mbclen type to size_t.
4444         (build_wcs_upper_buffer): Change mbclen and mbcdlen type to size_t.
4445         Handle mb chars whose upper case doesn't have multibyte representation
4446         in locale's charset.
4448 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
4450         * malloc/malloc.c (_int_icalloc, _int_icomalloc, iALLOc,
4451         public_iCALLOc, public_iCALLOc, public_iCOMALLOc): Protect with
4452         #ifndef _LIBC.
4454         [BZ #779]
4455         * malloc/malloc.c (public_mTRIm): Initialize malloc if not yet
4456         initialized.
4458 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
4460         * misc/sys/cdefs.h (__always_inline): Define.
4461         * posix/bits/unistd.h (read, pread, pread64, readlink, getcwd, getwd):
4462         Use __always_inline instead of __inline.
4463         * socket/bits/socket2.h (recv, recvfrom): Likewise.
4464         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Likewise.
4465         * string/bits/string3.h (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk,
4466         __memset_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk,
4467         __strcat_ichk, __strncat_ichk): Use __always_inline instead of
4468         __inline__ __attribute__ ((__always_inline__)).
4470 2005-03-09  Jakub Jelinek  <jakub@redhat.com>
4472         * debug/tst-chk1.c: Include sys/socket.h and sys/un.h.
4473         (do_test): Add new tests for recv, recvfrom, getcwd, getwd and
4474         readlink.  Add some more tests for read, pread, pread64, fgets and
4475         fgets_unlocked.
4477         * posix/bits/unistd.h (read, pread, pread64, readlink,
4478         getcwd, getwd): Change macros into extern inline functions.
4479         (__read_alias, __pread_alias, __pread64_alias, __readlink_alias,
4480         __getcwd_alias, __getwd_alias): New prototypes.
4481         * socket/bits/socket2.h (recv, recvfrom): Change macros into
4482         extern inline functions.
4483         (__recv_alias, __recvfrom_alias): New prototypes.
4484         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Change macros
4485         into extern inline functions.
4486         (__gets_alias, __fgets_alias, __fgets_unlocked_alias): New prototypes.
4488         * debug/pread_chk.c (__pread_chk): Fix order of arguments passed
4489         to __pread.
4490         * debug/pread64_chk.c (__pread64_chk): Fix order of arguments passed
4491         to __pread64.
4493 2005-03-18  Daniel Jacobowitz  <dan@codesourcery.com>
4495         * configure.in: Use %function instead of @function.
4497 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
4499         [BZ #821]
4500         * include/link.h (struct link_map): Remove l_opencount.  Add l_removed.
4501         Change type of l_idx to int.
4502         * elf/dl-close.c: Basically rewrite.  Do not use l_opencount to
4503         determine whether a DSO has to be unloaded.  Instead compute this
4504         in this function.
4505         * elf/dl-deps.c: No need to manipulate l_opencount anymore.
4506         * elf/dl-lookup.c: Likewise.
4507         * elf/rtld.c: Likewise
4508         * elf/dl-open.c: Likewise.  Use l_init_called to determine whether
4509         object was just loaded.
4510         * elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
4511         * elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
4512         is about to be unloaded as a match.
4513         (_dl_map_object): Likewise.
4514         * elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
4515         to be unloaded.
4516         * elf/circleload1.c: Don't use l_opencount anymore.
4517         * elf/neededtest.c: Likewise.
4518         * elf/neededtest2.c: Likewise.
4519         * elf/neededtest3.c: Likewise.
4520         * elf/neededtest4.c: Likewise.
4521         * elf/unload.c: Likewise.
4522         * elf/unload2.c: Likewise.
4523         * elf/loadtest.c: Likewise.
4525         [BZ #821]
4526         * elf/rtld.c: Preloading errors are now never fatal.
4528 2005-03-08  Jakub Jelinek  <jakub@redhat.com>
4530         [BZ #821]
4531         * elf/Makefile: Add rules to build and run unload5 test.
4532         * elf/unload5.c: New file.
4534         [BZ #821]
4535         * elf/Makefile: Add rules to build and run unload4 test.
4536         * elf/unload4.c: New file.
4537         * elf/unload4mod1.c: New file.
4538         * elf/unload4mod2.c: New file.
4539         * elf/unload4mod3.c: New file.
4540         * elf/unload4mod4.c: New file.
4542 2005-03-17  Roland McGrath  <roland@redhat.com>
4544         * nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
4546 2005-03-16  Richard Henderson  <rth@redhat.com>
4548         [BZ #721]
4549         * include/libc-symbols.h (__hidden_proto): Remove bogus declaration
4550         of internal.
4551         (__hidden_def1, __hidden_dot_def1): Remove.
4552         (__hidden_def2, __hidden_def3): Remove.
4553         (__hidden_ver1): New.
4554         (hidden_ver, hidden_def, hidden_weak): Use it.
4555         (hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data
4556         version of the macro.
4558         [BZ #721]
4559         * include/wchar.h (__wcscoll): Remove.
4560         * wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll.
4561         * string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.
4563 2005-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4565         * elf/elf.h: Define MIPS TLS relocations.
4567 2005-03-16  Ulrich Drepper  <drepper@redhat.com>
4569         * elf/circleload1.c (main): Pretty printing.
4571 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
4573         * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.
4574         Patch by Dan Kegel <dank@kegel.com>.
4576         [BZ #721]
4577         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
4578         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
4579         Add inline keyword.
4580         * sysdeps/alpha/dl-machine.h (elf_machine_rela,
4581         elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
4582         attribute.
4583         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
4584         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
4585         static inline into auto inline.
4586         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
4587         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
4588         * sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
4589         Likewise.
4590         * sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
4591         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
4592         Likewise.
4594 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
4596         [BZ #789]
4597         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Fix asm constraints.
4598         Remove memory clobber.
4600         * sysdeps/x86_64/hp-timing.h (HP_TIMING_ACCUM): Make the addition
4601         thread-safe.  Subtract GLRO(dl_hp_timing_overhead) from Diff.
4603 2005-03-14  Jakub Jelinek  <jakub@redhat.com>
4605         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Don't include
4606         asm/types.h.
4608 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
4610         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and
4611         MAP_NONBLOCK.
4612         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
4613         Correct MAP_GROWSDOWN value.
4615 2005-03-13  Roland McGrath  <roland@redhat.com>
4617         * elf/tls-macros.h: #include_next <tls-macros.h> to get a sysdeps
4618         version if there is one.  Only #error if macros are then undefined.
4619         * sysdeps/generic/tls-macros.h: New file.
4621 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
4623         * sysdeps/hppa/configure.in: Remove old Makefile leftovers.
4624         * sysdeps/hppa/configure: Regenerated.
4626 2005-03-08  Roland McGrath  <roland@redhat.com>
4628         * sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so
4629         array types match exactly in C alias decls.
4631 2005-03-07  Ulrich Drepper  <drepper@redhat.com>
4633         * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call
4634         mallopt appropriately.
4635         * malloc/malloc.h: Define M_PERTURB.
4636         * malloc/malloc.c (perturb_byte): New variable.
4637         (alloc_perturb, free_perturb): New macros.
4638         (_int_malloc): Before returning, overwrite the memory if this is
4639         requested.
4640         (_int_free): Overwrite freed memory if requested.
4641         (mALLOPt): Handle M_PERTURB.
4642         * test-skeleton.c: Add call to mallopt with M_PERTURB command.
4644         * elf/dl-close.c (_dl_close): Decrement l_opencount before
4645         printing debug message.
4646         * elf/dl-open.c (dl_open_worker): Always print the new opencount
4647         in debug messages.
4649 2005-03-06  Ulrich Drepper  <drepper@redhat.com>
4651         * elf/dl-close.c (_dl_close): Unify debug message format.
4653         * elf/dl-close.c (_dl_close): Print debug message just before
4654         destroying a link map.
4656         * elf/do-lookup.h (do_lookup_x): Add namespace info to debug output.
4657         * elf/dl-version.c (match_symbol): Likewise.
4659         * posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code.
4661         * debug/recv_chk.c (__recv_chk): Always fail if request could
4662         overflow the buffer.
4663         * debug/recvfrom_chk.c (__recvfrom_chk): Likewise.
4664         * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if
4665         we know the call succeeds.
4666         (recvfrom): Likewise.
4668 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
4670         * posix/regexec.c (check_node_accept_bytes): Correct cast to avoid
4671         warning.
4672         * posix/regex_internal.c (re_string_reconstruct): Add cast to
4673         avoid warning.
4674         (build_wcs_upper_buffer): Change type of bug to plain char.
4675         * locale/weightwc.h (findidx): Add casts to avoid warnings.
4676         * time/mktime.c (ranged_convert): Initialize tm to make the
4677         compiler happy.
4678         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add casts to avoid warnings.
4679         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Add casts to avoid warnings.
4680         * wcsmbs/mbsnrtowcs.c: Add casts to avoid warnings.
4681         * wcsmbs/wcsrtombs.c (__wcsrtombs): Add casts to avoid warnings.
4682         * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings.
4683         * wcsmbs/mbrtowc.c (__mbrtowc): Use unsigned char for outbuf.
4684         * wcsmbs/wctob.c (wctob): Make buf array of unsigned char.
4685         * sysdeps/generic/strchrnul.c: Add cast to avoid warning.
4686         * libio/iofwide.c: Add casts to avoid warnings.
4687         * stdio-common/printf-prs.c (parse_printf_format): Introduce new
4688         variable f to avoid warnings.
4689         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
4690         Fix a few casts to avoid warnings.
4691         * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned
4692         to avoid warning.
4694         [BZ #1101]
4695         * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
4696         dynamically sized array.
4697         (build_wcs_upper_buffer): Likewise.
4699 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
4701         * include/bits/unistd.h: New file.
4702         * include/bits/socket2.h: New file.
4704 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
4706         * sunrpc/key_call.c: Remove doors support.
4707         * sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
4708         * configure.in: Remove test for doors support which never existed.
4709         * config.make.in: Remove have_doors entry.
4711         * configure.in: Make sure at least gcc 3.4 is used.  Undo last change.
4712         * config.make.in: Undo last change.
4714         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use
4715         -mtune.
4717 2005-03-05  Roland McGrath  <roland@redhat.com>
4719         * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.
4720         (_dl_out_of_memory): Use rtld_hidden_proto.
4721         * elf/dl-error.c (_dl_out_of_memory): Use rtld_hidden_data_def.
4722         (_dl_signal_error): Don't use INTUSE on _dl_out_of_memory.
4723         * elf/dl-open.c (_dl_open): Likewise.
4724         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
4726         * sunrpc/des_impl.c (des_set_key): Make first argument unsigned char *.
4728         * elf/dl-addr.c (_dl_addr): Add a cast.
4730         [BZ #821]
4731         * elf/unload3mod4.c: Declare foo.
4732         * elf/testobj2.c: Include <stdio.h>.
4734         * sysdeps/gnu/errlist.awk: Emit NERR macro for _sys_nerr_internal
4735         value constant, and use it in the defn.
4736         * sysdeps/gnu/errlist-compat.awk: Use NERR in array decl.
4737         Use actual size for compat array decls.
4739         * config.make.in (cc-mtune): New substituted variable.
4740         * configure.in (libc_cv_cc_mtune): New test for -mtune= switch,
4741         done only if libc_mtune_example is defined.
4742         * sysdeps/i386/configure.in (libc_mtune_example): Set it.
4743         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
4745 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
4747         [BZ #721]
4748         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
4749         unconditionally to (defined RTLD_BOOTSTRAP).
4750         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
4752 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
4754         * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
4755         $(inst_slibdir) in AS_NEEDED directive.
4757 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
4759         * posix/bits/unistd.h (pread, pread64): Don't swap function arguments.
4761 2005-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4763         [BZ #776]
4764         * iconv/iconvconfig.c: Fix comment for the output file.
4765         (write_output): Clear padding in header.
4767 2005-03-03  Ulrich Drepper  <drepper@redhat.com>
4769         [BZ #821]
4770         * elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the
4771         loader is closed.  Fixes unload3.
4772         * elf/tst-global1.c: New file.
4773         * elf/Makefile (tests): Add tst-global1.
4774         * elf/testobj2.c (p): New function.
4776 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
4778         [BZ #821]
4779         * elf/Makefile: Add rules to build and run unload3 test.
4780         * elf/unload3.c: New test.
4781         * elf/unload3mod1.c: New file.
4782         * elf/unload3mod2.c: New file.
4783         * elf/unload3mod3.c: New file.
4784         * elf/unload3mod4.c: New file.
4786 2005-02-21  Alan Modra <amodra@bigpond.net.au>
4788         [BZ #1394]
4789         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Don't
4790         use __uint128_t.
4792 2005-03-01  Jakub Jelinek  <jakub@redhat.com>
4794         * posix/bits/unistd.h (read, pread, pread64): Use __bos0 instead
4795         of __bos.
4796         * socket/bits/socket2.h (recv, recvfrom): Likewise.
4798 2005-03-01  Roland McGrath  <roland@redhat.com>
4800         [BZ #721]
4801         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
4802         of [RESOLVE_MAP].
4804 2005-03-01  Alfred M. Szmidt  <ams@gnu.org>
4806         [BZ #777]
4807         * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
4808         Add missing initializer.
4810         [BZ #777]
4811         * malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
4812         USE_TLS && !USE___THREAD].
4814 2005-02-26  GOTO Masanori  <gotom@debian.or.jp>
4816         * csu/Makefile: Use printf instead of echo for some shells.
4818 2005-02-28  Roland McGrath  <roland@redhat.com>
4820         * debug/warning-nop.c (__nop): Rename to nop, make it static.
4821         (__warndecl): Use alias attribute directly, instead of strong_alias
4822         macro.  Add attribute_hidden.
4824 2005-02-28  Ulrich Drepper  <drepper@redhat.com>
4826         * posix/bits/unistd.h: Avoid calling __*_chk variants if we can
4827         determine the call will never trigger a failure.
4828         * debug/read_chk.c (__read_chk): Always fail if the buffer is too
4829         small.
4830         * debug/readlink_chk.c (__readlink_chk): Likewise.
4831         * debug/pread64_chk.c (__pread64_chk): Likewise.
4832         * debug/pread_chk.c (__pread_chk): Likewise.
4834         * sysdeps/i386/i686/memset_chk.S: Remove alias and warning.
4835         * sysdeps/x86_64/memset_chk.S: Likewise.
4837 2005-02-24  Roland McGrath  <roland@redhat.com>
4839         * debug/Versions (libc: GLIBC_2.4): Remove
4840         __memset_zero_constant_len_parameter.
4841         * sysdeps/generic/memset_chk.c: Remove alias and warning.
4842         * misc/sys/cdefs.h (__warndecl): New macro.
4843         * debug/warning-nop.c: New file.
4844         * string/bits/string3.h (memset): Call __warn_memset_zero_len with no
4845         arguments, instead of calling __memset_zero_constant_len_parameter.
4846         Use __warndecl for __warn_memset_zero_len.
4847         * debug/Makefile (routines): Add $(static-only-routines).
4848         (static-only-routines): New variable.
4850 2005-02-27  Ulrich Drepper  <drepper@redhat.com>
4852         * po/tr.po: Update from translation team.
4854 2005-02-26  Ulrich Drepper  <drepper@redhat.com>
4856         * elf/dl-addr.c: Cleanups.  Move declaration next to first use.
4858         * dlfcn/dlerror.c (check_free): New function.  Extract common code
4859         from fini and free_key_mem.  Check whether this is libdl in the
4860         base namespace.
4862 2005-02-25  Ulrich Drepper  <drepper@redhat.com>
4864         * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information
4865         to debug output.
4867 2004-11-11  Richard Sandiford  <rsandifo@redhat.com>
4869         [BZ #758]
4870         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only
4871         preprocess <asm/unistd.h> if it defines ABI-prefixed syscall names
4872         like __NR_N32_open.  Just include <asm/unistd.h> otherwise.
4873         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
4874         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete
4875         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the
4876         standard __NR prefix.
4877         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise.
4878         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that
4879         the output file is compatible with both pre-2.6 and 2.6 kernel headers.
4880         Extract separate syscall lists for each ABI.
4882 2005-02-23  Ulrich Drepper  <drepper@redhat.com>
4884         * Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
4886         [BZ #719]
4887         * elf/Makefile: Run tst-tls9-static again.
4889 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
4891         [BZ #719]
4892         * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
4893         slotinfo array.
4894         (__libc_setup_tls): Initialize length of DTV based on array length.
4895         * elf/dl-load.c: Revert last change.
4896         * sysdeps/generic/dl-tls.c: Revert last change.
4898         * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1,
4899         tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2,
4900         tst-execve1, tst-execve2, tst-execle1, and tst-execle2.
4901         * posix/tst-execl1.c: New file.
4902         * posix/tst-execl2.c: New file.
4903         * posix/tst-execle1.c: New file.
4904         * posix/tst-execle2.c: New file.
4905         * posix/tst-execlp1.c: New file.
4906         * posix/tst-execlp2.c: New file.
4907         * posix/tst-execv1.c: New file.
4908         * posix/tst-execv2.c: New file.
4909         * posix/tst-execve1.c: New file.
4910         * posix/tst-execve2.c: New file.
4911         * posix/tst-execvp1.c: New file.
4912         * posix/tst-execvp2.c: New file.
4914 2005-02-22  Roland McGrath  <roland@redhat.com>
4916         * include/signal.h: Revert last change.
4917         (__sigemptyset): Use __builtin_memset instead of memset.
4919 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
4921         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use
4922         non-cancelable I/O functions.
4924 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
4926         [BZ #769]
4927         * nscd/nscd-client.h: Include sys/uio.h.
4928         (__readall, __readvall, writeall): New prototypes.
4929         * nscd/connections.c (writeall): New function.
4930         (handle_request): Use it.
4931         * nscd/aicache.c (addhstaiX): Likewise.
4932         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4933         * nscd/hstcache.c (cache_addhst): Likewise.
4934         * nscd/grpcache.c (cache_addgr): Likewise.
4935         * nscd/pwdcache.c (cache_addpw): Likewise.
4936         * nscd/nscd_helper.c (__readall, __readvall): New functions.
4937         * nscd/nscd_getai.c (__nscd_getai): Use them.
4938         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
4939         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
4940         * nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise.
4941         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
4943 2005-02-22  Roland McGrath  <roland@redhat.com>
4945         * include/sys/socket.h: Declare __recv.
4946         * sysdeps/generic/recv.c (recv): Rename to __recv, and add weak alias.
4947         * sysdeps/mach/hurd/recv.c: Likewise.
4949         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <execinfo.h> for
4950         __backtrace_* decls.
4952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
4953         (INTERNAL_SYSCALL_ERROR_P): Evalute VAL.  Parenthesize ERR.
4954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4956         * include/signal.h: Include <string.h> for memset decl.
4958 2005-02-22  Andreas Schwab  <schwab@suse.de>
4960         * posix/execvp.c (execvp): Fix invalid free.
4962 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
4964         [BZ #1095]
4965         * malloc/Makefile (CFLAGS-mcheck-init.c): Add.
4966         * sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for
4967         librpcsvc.a objects.
4969 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
4971         [BZ #1107]
4972         * iconvdata/ibm930.h: Correct Yen mapping.
4973         * iconvdata/ibm939.h: Likewise.
4974         * iconvdata/testdata/IBM930..UTF8: Adjust test data.
4975         * iconvdata/testdata/IBM939..UTF8: Likewise.
4976         Patch by Jiro Sekiba <SEKIBA@jp.ibm.com>.
4978         * iconvdata/Makefile (modules): Add IBM1025, IBM1122, IBM1137, IBM1153,
4979         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
4980         (distribute): Add ibm1025.c, ibm1025.h, ibm1122.c, ibm1122.h,
4981         ibm1137.c, ibm1137.h, ibm1153.c, ibm1153.h, ibm1154.c, ibm1154.h,
4982         ibm1155.c, ibm1155.h, ibm1156.c, ibm1156.h, ibm1157.c, ibm1157.h,
4983         ibm1158.c, and ibm1158.h.
4984         * iconvdata/TESTS: Add IBM1025, IBM1122, IBM1137, IBM1153,
4985         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
4986         * iconvdata/gconv-modules: Likewise.
4987         * iconvdata/ibm1025.c: New file.
4988         * iconvdata/ibm1025.h: New file.
4989         * iconvdata/ibm1122.c: New file.
4990         * iconvdata/ibm1122.h: New file.
4991         * iconvdata/ibm1137.c: New file.
4992         * iconvdata/ibm1137.h: New file.
4993         * iconvdata/ibm1153.c: New file.
4994         * iconvdata/ibm1153.h: New file.
4995         * iconvdata/ibm1154.c: New file.
4996         * iconvdata/ibm1154.h: New file.
4997         * iconvdata/ibm1155.c: New file.
4998         * iconvdata/ibm1155.h: New file.
4999         * iconvdata/ibm1156.c: New file.
5000         * iconvdata/ibm1156.h: New file.
5001         * iconvdata/ibm1157.c: New file.
5002         * iconvdata/ibm1157.h: New file.
5003         * iconvdata/ibm1158.c: New file.
5004         * iconvdata/ibm1158.h: New file.
5005         * iconvdata/testdata/IBM1025: New file.
5006         * iconvdata/testdata/IBM1025..UTF8: New file.
5007         * iconvdata/testdata/IBM1122: New file.
5008         * iconvdata/testdata/IBM1122..UTF8: New file.
5009         * iconvdata/testdata/IBM1137: New file.
5010         * iconvdata/testdata/IBM1137..UTF8: New file.
5011         * iconvdata/testdata/IBM1153: New file.
5012         * iconvdata/testdata/IBM1153..UTF8: New file.
5013         * iconvdata/testdata/IBM1154: New file.
5014         * iconvdata/testdata/IBM1154..UTF8: New file.
5015         * iconvdata/testdata/IBM1155: New file.
5016         * iconvdata/testdata/IBM1155..UTF8: New file.
5017         * iconvdata/testdata/IBM1156: New file.
5018         * iconvdata/testdata/IBM1156..UTF8: New file.
5019         * iconvdata/testdata/IBM1157: New file.
5020         * iconvdata/testdata/IBM1157..UTF8: New file.
5021         * iconvdata/testdata/IBM1158: New file.
5022         * iconvdata/testdata/IBM1158..UTF8: New file.
5023         Contributed by Jiro Sekiba <SEKIBA@jp.ibm.com>.
5025 2005-02-10  Paolo Bonzini  <bonzini@gnu.org>
5027         * posix/regcomp.c (lower_subexp): Do not optimize empty
5028         subexpressions even with REG_NOSUB.
5029         * posix/rxspencer/tests: Add a previously failing testcase.
5031 2005-02-21  Alan Modra <amodra@bigpond.net.au>
5033         [BZ #719]
5034         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv
5035         array index is within bounds.
5037 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
5039         [BZ #719]
5040         * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically
5041         linked code.
5042         * sysdeps/generic/dl-tls.c [!SHARED]: Don't build _dl_next_tls_modid.
5043         * elf/Makefile: Remove rules to build and run tst-tls9-static.
5045         [BZ #719]
5046         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using
5047         THREAD_DTV multiple times, this minimally reduces code size on
5048         some archs.
5050 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
5052         [BZ #768]
5053         * nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to
5054         NETDB_INTERNAL if buffer is too small.
5056         [BZ #768]
5057         * nscd/hstcache.c (INCR): Remove.
5058         (addhstbyX): Double buflen in each iteration rather than add INCR.
5059         * nscd/grpcache.c: Likewise.
5060         * nscd/pwdcache.c: Likewise.
5062 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
5064         * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory
5065         map if requested.
5066         * debug/chk_fail.c: Request backtrace and memory map dump.
5068         * Versions.def: Add GLIBC_2.4 for libc.
5069         * debug/fgets_chk.c: New file.
5070         * debug/fgets_u_chk.c: New file.
5071         * debug/getcwd_chk.c: New file.
5072         * debug/getwd_chk.c: New file.
5073         * debug/readlink_chk.c: New file.
5074         * debug/read_chk.c: New file.
5075         * debug/pread_chk.c: New file.
5076         * debug/pread64_chk.c: New file.
5077         * debug/recv_chk.c: New file.
5078         * debug/recvfrom_chk.c: New file.
5079         * debug/Versions: Add all new functions with version GLIBC_2.4.
5080         * debug/Makefile (routines): Add fgets_chk, fgets_u_chk, read_chk,
5081         pread_chk, pread64_chk, recv_chk, recvfrom_chk, readlink_chk,
5082         getwd_chk, and getcwd_chk.  Plus appropriate CFLAGS definitions.
5083         * debug/tst-chk1.c: Add more tests.
5084         * libio/bits/stdio2.h: Add macros for fgets and fgets_unlocked.
5085         * include/stdio.h: Declare __fgets_chk and __fgets_unlocked_chk.
5086         * posix/unistd.h: Include <bits/unistd.h> for fortification.
5087         * posix/bits/unistd.h: New file.
5088         * posix/Makefile (headers): Add bits/unistd.h.
5089         * socket/sys/socket.h: Include <bits/socket2.h> for fortification.
5090         * socket/bits/socket2.h: New file.
5091         * socket/Makefile (headers): Add bits/socket2.h.
5093         * string/bits/string3.h: Extend memset macro to check for zero 3rd
5094         parameter and use __memset_zero_constant_len_parameter in that case.
5095         * sysdeps/generic/memset_chk.c: Add
5096         __memset_zero_constant_len_parameter alias and linker warning.
5097         * debug/Versions: Add __memset_zero_constant_len_parameter to libc
5098         with version GLIBC_2.4.
5100         * sysdeps/generic/bits/types.h: Don't unnecessarily use __extension__
5101         in __STD_TYPE definition.
5103 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
5105         * malloc/malloc.c (malloc_printerr): If MALLOC_CHECK_={5,7}, print
5106         the error message rather than program name.
5108 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
5110         [BZ #767]
5111         * posix/unistd.h: symlink and readlink are unconditionally
5112         available in the 2001 spec.
5114 2005-02-16  Roland McGrath  <roland@redhat.com>
5116         * intl/dcigettext.c (_nl_find_msg): Add a cast.
5118         * nis/nis_clone_dir.c (nis_clone_directory): Use char * for ADDR.
5119         * nis/nis_clone_obj.c (nis_clone_object): Likewise.
5120         * nis/nis_clone_res.c (nis_clone_result): Likewise.
5122         * resolv/nss_dns/dns-network.c (getanswer_r): Use const unsigned char *
5123         for END_OF_MESSAGE and CP.
5125         * resolv/res_send.c (send_dg): Add else branch for case impossible
5126         unless `poll' is buggy.
5128         * crypt/crypt_util.c (__setkey_r): Add a cast.
5130         * locale/programs/linereader.c (get_toplvl_escape): Use size_t for
5131         NBYTES, and unsigned char * for BYTES.
5133         * locale/programs/charmap.c (charmap_new_char): Use size_t and
5134         unsighed char * for NBYTES, BYTES parameters.
5136         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Take const char * argument
5137         and cast it.
5138         * sysdeps/i386/i686/dl-hash.h (_dl_elf_hash): Likewise.
5140         * sunrpc/create_xid.c (_create_xid): Don't use unsigned long for RES.
5142         * sunrpc/svcauth_des.c (_svcauth_des): Fix cast type.
5144         * sunrpc/auth_des.c (authdes_create): Don't use u_char for PKEY_DATA.
5145         (authdes_marshal): Don't use unsigned int for LEN.
5146         * sunrpc/xdr.c (xdr_hyper): Don't use unsigned long for T2.
5147         (xdr_u_hyper): Likewise.
5148         (xdr_u_short): Don't use u_long for L.
5149         * sunrpc/xdr_intXX_t.c (xdr_int64_t): Don't use uint32_t for T2.
5151         * inet/rexec.c (rexec_af): Use socklen_t.
5152         * sunrpc/key_call.c (getkeyserv_handle): Likewise.
5153         * sunrpc/rtime.c (rtime): Likewise.
5154         * resolv/res_send.c (send_vc, send_dg): Likewise.
5155         * nis/nis_callback.c (__nis_create_callback): Likewise.
5157         * sysdeps/generic/libc-start.c: Use unsigned int for nthreads ptr.
5159         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.
5161         * libio/libio.h (_IO_BE): Add parenthesis around EXPR.
5163         * intl/dcigettext.c (INTVARDEF, INTUSE): Macros removed.
5164         (_nl_default_dirname): Use libc_hidden_data_def instead of INTVARDEF.
5165         (libc_freeres_fn, DCIGETTEXT): Don't use INTUSE.
5166         * intl/bindtextdom.c (INTUSE): Macro removed.
5167         (_nl_default_dirname): Use libc_hidden_proto.
5168         (set_binding_values): Don't use INTUSE.
5169         * include/libintl.h (_libc_intl_domainname_internal): Decl removed.
5170         (_libc_intl_domainname): Use libc_hidden_proto.
5171         * posix/regex_internal.h (gettext): Remove INTUSE on it.
5172         * locale/SYS_libc.c (_libc_intl_domainname): Use libc_hidden_data_def
5173         rather than INTDEF.
5174         * include/libintl.h (_): Don't use *_internal name.
5176         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Use int32_t,
5177         not uint32_t.
5178         * locale/lc-ctype.c (_nl_postload_ctype): Likewise for assignments.
5180         * iconv/gconv_open.c (__gconv_open): Remove useless cast.
5182         [BZ #721]
5183         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
5184         of [RESOLVE_MAP].
5185         * sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.
5186         * sysdeps/powerpc/powerpc32/dl-machine.h
5187         (elf_machine_rel, elf_machine_rel_relative): Removed.
5188         * sysdeps/powerpc/powerpc64/dl-machine.h
5189         (elf_machine_rel, elf_machine_rel_relative): Removed.
5191 2005-02-03  Alexandre Oliva  <aoliva@redhat.com>
5193         [BZ #721]
5194         * elf/dynamic-link.h: Don't declare nested auto functions that are
5195         not going to be defined.
5197 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
5199         [BZ #284]
5200         * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
5201         if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
5203 2005-02-16  Roland McGrath  <roland@redhat.com>
5205         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Move UBP_EV defn
5206         inside [! SHARED] where it's used.
5208 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
5210         * sysdeps/generic/bits/byteswap.h: Make sure result of all the
5211         functions and macros is unsigned.
5213 2005-02-11  Barry deFrese  <bddebian@comcast.net>
5215         [BZ #722]
5216         * sysdeps/mach/hurd/setresgid.c: Use weak_alias.
5217         * sysdeps/mach/hurd/setresuid.c: Likewise.
5219 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
5221         * misc/sys/syslog.h: Fix typo in comment.
5223 2005-02-14  Roland McGrath  <roland@redhat.com>
5225         [BZ #720]
5226         * sysdeps/unix/sysv/linux/sys/kd.h: Don't leave _LINUX_TYPES_H defined
5227         if it wasn't originally.
5229 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
5231         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated
5232         getpeername entry.
5233         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5234         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5236 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
5238         * scripts/soversions.awk: Only record first WORDSIZE{32,64}
5239         matching line.
5241 2005-02-14  Alan Modra  <amodra@bigpond.net.au>
5243         [BZ #721]
5244         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
5245         with auto inline, and attribute always_inline.
5246         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
5247         (elf_machine_rel, elf_machine_rel_relative): Likewise.
5248         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
5249         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
5250         (elf_machine_rel, elf_machine_rel_relative): Likewise.
5251         (elf_machine_tprel): Likewise.
5253 2005-02-14  Andreas Schwab  <schwab@suse.de>
5255         * manual/filesys.texi (Random Access Directory): Fix type of file
5256         position value for telldir and seekdir.
5257         (Attribute Meanings): Fix typo.
5259 2005-02-14  H.J. Lu  <hongjiu.lu@intel.com>
5261         * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED
5262         isn't defined.
5263         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Call fini
5264         if SHARED isn't defined.
5265         * elf/Makefile (tests-static): Add tst-array1-static.
5266         ($(objpfx)tst-array1-static.out): New target.
5267         * elf/tst-array1-static.c: New file.
5269 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
5271         [BZ #1100]
5272         * debug/chk_fail.c (__chk_fail): Add a while (1) loop around
5273         __libc_message to kill GCC warning about noreturn function returning.
5275         * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
5276         before relocating ld.so again.
5278         * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
5279         for already prelinked ld.so.
5281 2005-02-11  Roland McGrath  <roland@redhat.com>
5283         [BZ #715]
5284         * Makefile (installed-stubs): New variable.
5285         Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no,
5286         or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise.
5287         [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs).
5288         ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this
5289         rule's target.
5290         ($(inst_includedir)/gnu/stubs.h): New target, install from ...
5291         * include/stubs-biarch.h: New file.
5293         * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64.
5295         * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig.
5296         Emit defn for variable `biarch'.
5298         * include/stub-tag.h: Update comment.
5300         * scripts/soversions.awk: Fix default version set handling.
5302 2005-02-10  Roland McGrath  <roland@redhat.com>
5304         [BZ #157]
5305         * include/libc-symbols.h (stub_warning): Emit a marker section called
5306         .gnu.glibc-stub.NAME.
5307         * Makerules ($(objpfx)stubs): Depend on object files, not dep files.
5308         Use objdump to collect those marker section names.
5309         ($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
5311         * Rules (subdir_objs, subdir_stubs): New phony targets.
5312         * Makefile (+subdir_targets): Add them.
5314         * Makerules ($(common-objpfx)Versions.all): Grok new leading column in
5315         soversions.i.
5317         * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
5318         Reported by H.J. Lu <hongjiu.lu@intel.com>.
5320         * scripts/lib-names.awk: Always print WORDSIZE32 section first when
5321         doing two.
5323 2005-02-10  Jakub Jelinek  <jakub@redhat.com>
5325         * sysdeps/powerpc/powerpc32/bits/link.h: Removed.
5326         * sysdeps/powerpc/powerpc64/bits/link.h: Moved to...
5327         * sysdeps/powerpc/bits/link.h: ... here.  New file.
5329 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
5331         [BZ #710]
5332         * stdlib/random_r.c (__initstate_r): Save old state.
5333         * stdlib/Makefile (tests): Add tst-random2.
5334         * stdlib/tst-random2.c: New test.
5335         Reported by Peter Bergner <bergner@vnet.ibm.com>.
5337 2005-01-25  H.J. Lu  <hongjiu.lu@intel.com>
5339         * dlfcn/dlfcn.c (init): Put it in .init_array section.
5341 2005-02-10  Roland McGrath  <roland@redhat.com>
5343         [BZ #632]
5344         * scripts/soversions.awk: Expect cpu, vendor, os as separate variables
5345         from command line.
5346         Grok shlib-versions lines with WORDSIZE* in second column.
5347         Add new leading column to output, DEFAULT for existing output lines.
5348         Also emit lines with WORDSIZE* for alternate configurations.
5349         * Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
5350         ($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
5351         ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
5352         of soversions.mk; replace inline shell script with use of ...
5353         * scripts/lib-names.awk: New file.  If input has non-DEFAULT lines,
5354         emit multiple sets of macros under #if.
5355         * shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
5356         (s390x-.*-.*): Likewise for s390.
5357         (powerpc64-.*-.*): Likewise for powerpc.
5358         (sparc64-.*-.*): Likewise for sparc.
5359         (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
5360         for these mapping back to the above.
5362 2005-02-08  Jakub Jelinek  <jakub@redhat.com>
5364         * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo.
5366 2005-02-08  Andreas Schwab  <schwab@suse.de>
5368         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of
5369         RESOLVE.
5371 2005-02-07  Richard Henderson  <rth@redhat.com>
5373         [BZ #721]
5374         * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.
5376 2005-02-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5378         * sysdeps/sh/dl-machine.h (elf_machine_rela): Remove code using
5379         RESOLVE.
5381 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
5383         * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are
5384         set correctly.
5386 2005-01-07  Richard Henderson  <rth@redhat.com>
5388         [BZ #721]
5389         * math/math_private.h (__copysign): Define as builtin for gcc 4.
5390         (__copysignf, __copysignl): Likewise.
5391         * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
5392         for gcc 4.0.
5393         (copysignf, copysignl, fabsf, fabs): Likewise.
5394         (__copysign, __copysignf, __copysignl): Remove.
5395         (__fabs, __fabsf): Remove.
5397 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
5399         [BZ #738]
5400         * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
5401         avoid writing to it if none of the standard search directories exist.
5403 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
5405         [BZ #700]
5406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
5407         (__novec_setcontext, __setcontext): Fix typo so CCR is restored.
5408         Load MSR as a doubleword.
5409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
5410         (__novec_swapcontext, __swapcontext): Likewise.
5412 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
5414         * iconv/iconv_prog.c (main): Provide more help in case on an error.
5416         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.
5418 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
5420         [BZ #741]
5421         * nscd/nscd.c (termination_handler): Avoid segfault if some database
5422         is not enabled.
5424         [BZ #741]
5425         * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
5426         __nss_not_use_nscd_hosts and return -1.
5427         * nscd/nscd_initgroups.c (__nscd_getgrouplist): If
5428         initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
5429         Avoid leaking sockets.
5431 2005-01-28  Andreas Schwab  <schwab@suse.de>
5432             H.J. Lu  <hongjiu.lu@intel.com>
5434         [BZ #677]
5435         * elf/dl-runtime.c (fixup): Change return type to
5436         DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE,
5437         DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation
5438         values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to
5439         store and retrieve relocation values.
5440         (profile_fixup): Likewise.
5441         * include/link.h (link_map): Use DL_FIXUP_VALUE_TYPE for
5442         l_reloc_result.
5443         * sysdeps/generic/dl-fptr.h (link_map): Forward declaration.
5444         * sysdeps/generic/dl-lookupcfg.h (DL_FIXUP_VALUE_TYPE): New.
5445         (DL_FIXUP_MAKE_VALUE): Likewise.
5446         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
5447         (DL_FIXUP_VALUE_ADDR): Likewise.
5448         (DL_FIXUP_ADDR_VALUE): Likewise.
5449         * sysdeps/ia64/dl-lookupcfg.h: Include <dl-fptr.h> for "struct fdesc".
5450         (DL_FIXUP_VALUE_TYPE): New.
5451         (DL_FIXUP_MAKE_VALUE): Likewise.
5452         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
5453         (DL_FIXUP_VALUE_ADDR): Likewise.
5454         (DL_FIXUP_ADDR_VALUE): Likewise.
5455         * sysdeps/ia64/dl-machine.h (elf_machine_profile_fixup_plt): Removed.
5456         (elf_machine_profile_plt): Removed.
5457         (elf_machine_fixup_plt): Change return type and type of value
5458         parameter to struct fdesc.
5459         (elf_machine_plt_value): Likewise.
5460         (elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct
5461         argument for elf_machine_fixup_plt.
5463 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
5465         [BZ #742]
5466         * nscd/nscd.init (reload): Print Reloading nscd: before and a newline
5467         after the status string printed by killproc.
5469 2004-11-18  Alexandre Oliva  <aoliva@redhat.com>
5471         * manual/.cvsignore: Add dir-add.texi.
5473 2005-02-06  Richard Henderson  <rth@redhat.com>
5475         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
5476         all the time.
5478 2004-11-03  Marcus Brinkmann  <marcus@gnu.org>
5480         * configure.in (sysnames): Append sysdeps/generic for each add-on.
5481         * configure: Regenerated.
5483 2005-02-02  Alfred M. Szmidt  <ams@gnu.org>
5485         * sysdeps/mach/hurd/tls.h: Include <stdbool.h>
5486         (dtv_t): Change pointer type to be a struct which also contains
5487         information whether the memory pointed to is static TLS or not.
5489         * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.
5491         * shadow/sgetspent_r.c (FALSE): Macro renamed to ...
5492         (FALSEP): ... this.  Updated all references.
5494         [BZ #765]
5495         * libio/fmemopen.c: Include <stdint.h>.
5497 2005-01-30  Ulrich Drepper  <drepper@redhat.com>
5499         [BZ #1103]
5500         * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available.
5501         * nscd/connections.c (send_ro_fd): Likewise.
5503 2005-01-28  H.J. Lu  <hongjiu.lu@intel.com>
5505         * elf/tst-auditmod1.c: Add ia64 entries.
5506         * sysdeps/generic/ldsodefs.h (La_ia64_regs): New.
5507         (La_ia64_retval): New.
5508         (audit_ifaces): Add ia64 entries.
5509         * sysdeps/ia64/bits/link.h: New file.
5510         * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test
5511         for dl_profile non-null.
5512         (ARCH_LA_PLTENTER): New.
5513         (ARCH_LA_PLTEXIT): New.
5514         * sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate
5515         only 2 output registers. Allocate stack to save/restore
5516         8 incoming fp registers. Call _dl_fixup instead of fixup.
5517         (_dl_runtime_profile): Rewrite.
5519 2005-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5521         * sysdeps/s390/bits/link.h: New file.
5522         * sysdeps/s390/s390-32/dl-trampoline.S: New file.
5523         * sysdeps/s390/s390-64/dl-trampoline.S: New file.
5524         * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to
5525         dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect
5526         relocation code.
5527         (elf_machine_runtime_setup): Test for dl_profile non-null.
5528         (elf_machine_rela): Remove code using RESOLVE.
5529         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
5530         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5531         * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval,
5532         La_s390_64_regs, La_s390_64_retval): New.
5533         * elf/tst-auditmod1.c: Add s390 entries.
5535         [BZ #743]
5536         * sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
5537         strncat, memchr, strcmp): Add missing memory clobber.
5539 2005-01-27  Ulrich Drepper  <drepper@redhat.com>
5541         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_globfree): Also
5542         copy gl_offs.  Patch by Sergey Tikhonov <tsv@solvo.ru>.
5544 2005-01-27  Paolo Bonzini  <bonzini@gnu.org>
5546         [BZ #558]
5547         * posix/regcomp.c (calc_inveclosure): Return reg_errcode_t.
5548         Initialize the node sets in dfa->inveclosures.
5549         (analyze): Initialize inveclosures only if it is needed.
5550         Check errors from calc_inveclosure.
5551         * posix/regex_internal.c (re_dfa_add_node): Do not initialize
5552         the inveclosure node set.
5553         * posix/regexec.c (re_search_internal): If nmatch includes unused
5554         subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here.
5556         * posix/regcomp.c (parse_bracket_exp) [!RE_ENABLE_I18N]:
5557         Do build a SIMPLE_BRACKET token.
5559         * posix/regexec.c (transit_state_mb): Do not examine nodes
5560         where ACCEPT_MB is not set.
5562 2005-01-27  Jakub Jelinek  <jakub@redhat.com>
5564         * stdlib/tst-fmtmsg.c: Include stdlib.h.
5565         * stdio-common/tst-fmemopen2.c: Include string.h.
5566         * posix/execvp.c: Include stdbool.h.
5568 2004-12-13  Paolo Bonzini  <bonzini@gnu.org>
5570         Separate parsing and creation of the NFA.  Avoided recursion on
5571         the (very unbalanced) parse tree.
5572         [BZ #611]
5573         * posix/regcomp.c (struct subexp_optimize, analyze_tree, calc_epsdest,
5574         re_dfa_add_tree_node, mark_opt_subexp_iter): Removed.
5575         (optimize_subexps, duplicate_tree, calc_first, calc_next,
5576         mark_opt_subexp): Rewritten.
5577         (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
5578         create_token_tree, free_tree, free_token): New.
5579         (analyze): Accept a regex_t *.  Invoke the passes via the preorder and
5580         postorder generic visitors.  Do not initialize the fields in the
5581         re_dfa_t that represent the transitions.
5582         (free_dfa_content): Use free_token.
5583         (re_compile_internal): Analyze before UTF-8 optimizations.  Do not
5584         include optimization of subexpressions.
5585         (create_initial_state): Fetch the DFA node index from the first node's
5586         bin_tree_t *.
5587         (optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION.
5588         Return on COMPLEX_BRACKET.
5589         (duplicate_node_closure): Fix comment.
5590         (duplicate_node): Do not initialize the fields in the
5591         re_dfa_t that represent the transitions.
5592         (calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP.
5593         (create_tree): Remove final argument.  All callers adjusted.  Rewritten
5594         to use create_token_tree.
5595         (parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp,
5596         build_charclass_op): Use create_tree or create_token_tree instead
5597         of re_dfa_add_tree_node.
5598         (parse_dup_op): Likewise.  Also free the tree using free_tree for
5599         "<re>{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent
5600         to "a|".  Adjust invocation of mark_opt_subexp.
5601         (parse_sub_exp): Create a single SUBEXP node.
5602         * posix/regex_internal.c (re_dfa_add_node): Remove last parameter,
5603         always perform as if it was 1.  Do not initialize OPT_SUBEXP and
5604         DUPLICATED, and initialize the DFA fields representing the transitions.
5605         * posix/regex_internal.h (re_dfa_add_node): Adjust prototype.
5606         (re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens
5607         section.  Add a tree-only code SUBEXP.  Remove OP_DELETED_SUBEXP.
5608         (bin_tree_t): Include a full re_token_t for TOKEN.  Turn FIRST and
5609         NEXT into pointers to trees.  Remove ECLOSURE.
5611 2004-12-28  Paolo Bonzini  <bonzini@gnu.org >
5613         [BZ #605]
5614         * posix/regcomp.c (parse_bracket_exp): Do not modify DFA nodes
5615         that were already created.
5616         * posix/regex_internal.c (re_dfa_add_node): Set accept_mb field
5617         in the token if needed.
5618         (create_ci_newstate, create_cd_newstate): Set accept_mb field
5619         from the tokens' field.
5620         * posix/regex_internal.h (re_token_t): Add accept_mb field.
5621         (ACCEPT_MB_NODE): Removed.
5622         * posix/regexec.c (proceed_next_node, transit_states_mb,
5623         build_sifted_states, check_arrival_add_next_nodes): Use
5624         accept_mb instead of ACCEPT_MB_NODE.
5626 2005-01-26  Ulrich Drepper  <drepper@redhat.com>
5628         [BZ #1100]
5629         * debug/chk_fail.c (__chk_fail): Print program name in final message.
5631         * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
5632         MSG_NOSIGNAL being in 2.2 kernels.
5634 2005-01-26  Jakub Jelinek  <jakub@redhat.com>
5636         * sysdeps/unix/sysv/linux/i386/sysdep.h
5637         (SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
5639         [BZ #693]
5640         * posix/regex_internal.h (DUMMY_CONSTRAINT): Rename to...
5641         (WORD_DELIM_CONSTRAINT): ...this.
5642         (NOT_WORD_DELIM_CONSTRAINT): Define.
5643         (re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM,
5644         change WORD_DELIM to use WORD_DELIM_CONSTRAINT.
5645         * posix/regcomp.c (peek_token): For \B create NOT_WORD_DELIM
5646         anchor instead of INSIDE_WORD.
5647         (parse_expression): Handle NOT_WORD_DELIM constraint.
5648         * posix/bug-regex19.c (tests): Adjust tests that relied on \B
5649         being inside word instead of not word delim.
5650         * posix/tst-rxspencer.c (mb_frob_pattern): Don't frob escaped
5651         characters.
5652         * posix/rxspencer/tests: Add some new tests.
5654 2005-01-14  GOTO Masanori  <gotom@debian.or.jp>
5656         [BZ #1108]
5657         * sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
5658         irrespective of Cflag.
5660         * manual/memory.texi (sbrk): Fix definition.
5661         * manual/string.texi (strcasestr): Fix example typo.
5663 2005-01-25  Roland McGrath  <roland@redhat.com>
5665         * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
5667 2005-01-23  Roland McGrath  <roland@redhat.com>
5669         [BZ #737]
5670         * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
5671         in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
5672         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
5673         (SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
5674         from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
5675         * sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.
5677 2005-01-25  Jakub Jelinek  <jakub@redhat.com>
5679         [BZ #731]
5680         * stdlib/fmtmsg.c (addseverity): Remove new_string variable.
5681         (free_mem): Don't free string.
5682         * stdlib/tst-fmtmsg.c: Include string.h.
5683         (main): Add some more tests.
5685 2005-01-25  Andreas Schwab  <schwab@suse.de>
5687         [BZ #736]
5688         * timezone/asia: Update from tzdata2005c.
5689         * timezone/backward: Likewise.
5690         * timezone/europe: Likewise.
5691         * timezone/leapseconds: Likewise.
5692         * timezone/northamerica: Likewise.
5693         * timezone/southamerica: Likewise.
5695         [BZ #736]
5696         * timezone/private.h: Update from tzcode2005c.
5697         * timezone/tzfile.h: Likewise.
5698         * timezone/zdump.c: Likewise.
5699         * timezone/zic.c: Likewise.
5701 2005-01-25  Ulrich Drepper  <drepper@redhat.com>
5703         * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove code using
5704         RESOLVE.
5705         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Remove code
5706         using RESOLVE.
5707         * elf/rtld.c (_dl_start): Remove RESOLVE definition.
5709 2005-01-25  Alan Modra  <amodra@bigpond.net.au>
5711         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Test
5712         sym_map, not sym, against zero.
5714 2005-01-24  Ulrich Drepper  <drepper@redhat.com>
5716         [BZ #671]
5717         * misc/syslog.c: Moved to...
5718         * sysdeps/generic/syslog.c: ...here.
5719         [NO_SIGIPE]: Don't install SIGPIPE handler.
5720         * sysdeps/unix/sysv/linux/syslog.c: New file.
5721         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5722         __ASSUME_MSG_NOSIGNAL.
5724 2005-01-22  Richard Henderson  <rth@redhat.com>
5726         * sysdeps/alpha/dl-trampoline.S: New file.
5727         * sysdeps/alpha/dl-machine.h: Move PLT trampolines there.
5728         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
5729         (elf_machine_runtime_setup): Test for dl_profile non-null.
5730         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
5731         * sysdeps/alpha/bits/link.h: New file.
5732         * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New.
5733         (struct audit_ifaces): Add alpha entries.
5734         * elf/tst-auditmod1.c: Add alpha entries.
5736 2005-01-22  Ulrich Drepper  <drepper@redhat.com>
5738         * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here.
5739         * sysdeps/ia64/dl-trampoline.S: New file.
5741         * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
5742         La_x86_64_xmm definition.
5744         * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
5745         pointer option.
5746         * stdlib/Makefile (CFLAGS-system.os): Use this instead of
5747         CFLAGS-system.c for frame pointer option.
5749 2005-01-21  Roland McGrath  <roland@redhat.com>
5751         * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
5752         * sysdeps/i386/dl-machine.h: Update decl.
5754 2005-01-21  Jakub Jelinek  <jakub@redhat.com>
5756         [BZ #735]
5757         * elf/Makefile: Add rules to build and run tst-align2.
5758         * elf/tst-align2.c: New test.
5759         * elf/tst-alignmod2.c: New file.
5760         * sysdeps/powerpc/tst-stack-align.h: New file.
5761         * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
5762         pointer before calling _dl_init.
5763         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5765 2005-01-20  Ulrich Drepper  <drepper@redhat.com>
5767         * posix/execl.c: Do not allocate potentially large buffers on the
5768         stack.
5769         * posix/execle.c: Likewise.
5770         * posix/execlp.c: Likewise.
5771         * posix/execvp.c: Likewise.
5772         (script_execute): Removed.
5773         (allocate_scripts_argv): New function.  Called at most once to
5774         allocate memory, not every time a script is run.  Adjust caller.
5776         * sysdeps/generic/wordexp.c (exec_comm): Add a few
5777         TEMP_FAILURE_RETRY.  Reorganize code to avoid multiple calls to
5778         exec_comm_child.
5779         (exec_comm_child): Can now be inlined.
5781         * posix/Makefile: Add -fomit-frame-pointer for a few more files.
5782         * stdlib/Makefile: Likewise.
5784 2005-01-19  Roland McGrath  <roland@redhat.com>
5786         [BZ #681]
5787         * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
5788         argument to execlp.
5789         Reported by Marcus Meissner <meissner@suse.de>.
5791 2005-01-19  Jakub Jelinek  <jakub@redhat.com>
5793         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
5794         in assert.
5795         * iconv/strtab.c (strtabfinalize): Likewise.
5797         * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
5799 2005-01-17  Roland McGrath  <roland@redhat.com>
5801         [BZ #745]
5802         * nscd/Makefile (LDLIBS-nscd): New variable.
5803         ($(objpfx)nscd): Use that instead of selinux-LIBS.
5805         * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
5806         (link-extra-libs-static): Define to $(link-extra-libs).
5807         (link-extra-libs-bounded): Likewise.
5809 2005-01-17  Ulrich Drepper  <drepper@redhat.com>
5811         * include/link.h: Remove stray definition of pltenter.
5813 2005-01-16  GOTO Masanori  <gotom@debian.or.jp>
5815         [BZ #734]
5816         * sysdeps/unix/rewinddir.c: Reset filepos.
5817         * dirent/tst-seekdir.c: Check telldir value after calling rewinddir.
5819 2005-01-15  Ulrich Drepper  <drepper@redhat.com>
5821         * elf/tst-auditmod1.c: Reduce duplication.
5823 2005-01-16  Andreas Schwab  <schwab@suse.de>
5825         * sysdeps/m68k/dl-machine.h: Remove trampoline code.  Define
5826         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
5827         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
5828         GLRO(dl_profile) != NULL.
5829         * sysdeps/m68k/dl-trampoline.S: New file.
5830         * sysdeps/m68k/bits/link.h: New file.
5831         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
5832         variants.
5833         * elf/tst-auditmod1.c: Add m68k support.
5835 2005-01-14  Ulrich Drepper  <drepper@redhat.com>
5837         * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
5838         LC_* variable.  Patch by Aharon Robbins <arnold@skeeve.com>.
5840         [BZ #731]
5841         * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
5842         * stdlib/tst-fmtmsg.c (main): Add another addseverity test.
5844 2005-01-12  Ulrich Drepper  <drepper@redhat.com>
5846         * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
5847         callers from libc anymore.
5849         * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller
5850         to _dl_map_object_deps.
5851         * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory
5852         protections when loading auditing modules.
5854         * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.
5856         * posix/getconf.c: Update copyright year.
5857         * nss/getent.c: Likewise.
5858         * nscd/nscd_nischeck.c: Likewise.
5859         * iconv/iconvconfig.c: Likewise.
5860         * iconv/iconv_prog.c: Likewise.
5861         * elf/ldconfig.c: Likewise.
5862         * catgets/gencat.c: Likewise.
5863         * csu/version.c: Likewise.
5864         * elf/ldd.bash.in: Likewise.
5865         * elf/sprof.c (print_version): Likewise.
5866         * locale/programs/locale.c: Likewise.
5867         * locale/programs/localedef.c: Likewise.
5868         * nscd/nscd.c (print_version): Likewise.
5869         * debug/xtrace.sh: Likewise.
5870         * malloc/memusage.sh: Likewise.
5871         * malloc/mtrace.pl: Likewise.
5872         * debug/catchsegv.sh: Likewise.
5874 2005-01-11  Thorsten Kukuk  <kukuk@suse.de>
5876         [BZ #733]
5877         * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
5878         as backlog.
5879         * sunrpc/svc_unix.c (svcunix_create): Likewise.
5881         [BZ #1099]
5882         * grp/putgrent.c (putgrent): Don't write 0 as group
5883         ID if groupname starts with + or -.
5884         * pwd/putpwent.c (putpwent): Don't write 0 as user or
5885         group ID if user name starts with + or -.
5887 2005-01-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5889         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants.
5890         * sysdeps/elf/tst-auditmod1.c: Add sh support.
5891         * sysdeps/sh/bits/link.h: New.
5892         * sysdeps/sh/dl-machine.h: Remove trampoline code here.  Define
5893         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.  Remove obsolete comments.
5894         (RTLD_START): Define __fpscr_values.
5895         * sysdeps/sh/dl-trampoline.S: New file.
5896         * sysdeps/sh/sh4/dl-trampoline.S: New file.
5897         * sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values.
5898         * sysdeps/sh/sh4/dl-machine.h: Remove.
5900 2005-01-10  Jakub Jelinek  <jakub@redhat.com>
5902         [BZ #732]
5903         * time/tst-strptime.c (day_tests): Add 2 new tests.
5904         (test_tm, main): Issue an error instead of segfaulting if
5905         strptime returns NULL.
5907 2005-01-10  H.J. Lu  <hongjiu.lu@intel.com>
5909         * sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union.
5910         * sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise.
5912 2005-01-11  Ulrich Drepper  <drepper@redhat.com>
5914         * malloc/malloc.h: Remove no-glibc support.
5916 2005-01-12  GOTO Masanori  <gotom@debian.or.jp>
5918         [BZ #650]
5919         * malloc/malloc.h: Always include features.h.
5921 2005-01-10  Roland McGrath  <roland@redhat.com>
5923         * sysdeps/ia64/fpu/e_logl.c: File removed.
5925         * dlfcn/dlfcn.c (init): Fix typo in attribute decl.
5927 2005-01-10  Ulrich Drepper  <drepper@redhat.com>
5929         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
5930         recognition of last entry.
5932 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
5934         * elf/dl-runtime.c: Include <sys/param.h>.
5936         * elf/Makefile (headers): Add bits/link.h.
5938 2005-01-09  Andreas Schwab  <schwab@suse.de>
5940         * elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.
5942 2005-01-09  Andreas Jaeger  <aj@suse.de>
5944         [BZ #732]
5945         * time/strptime_l.c (__strptime_internal): Add braces to avoid
5946         warning.
5948         * sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.
5950         * elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.
5952 2005-01-08  Jakub Jelinek  <jakub@redhat.com>
5954         * elf/Makefile (generated): Add tst-pie1{,.out,.o}.
5956 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
5958         * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
5959         those of all the regular objects.
5961         * elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
5962         use it to select the r_debug structure for that namespace.
5963         * elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.
5964         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5965         * elf/dl-open.c (_dl_open): Likewise.
5966         * elf/rtld.c (dl_main): Likewise.
5967         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug
5968         member.
5969         (_dl_debug_initialize): Add new parameter in declaration.
5971         * elf/dl-close.c (_dl_close): Make sure auditing callbacks are not
5972         called for the auditing objects themselves.
5973         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5975 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
5977         * sysdeps/powerpc/powerpc64/dl-machine.h
5978         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
5979         GLRO(dl_profile) != NULL.
5980         * sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add
5981         padding.
5982         * sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve):
5983         Extend _dl_prof_resolve to add pass extra parameters to
5984         _dl_profile_fixup and set up structure with register content.
5986         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
5987         If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
5988         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve):
5989         Extend _dl_prof_resolve to add pass extra parameters to
5990         _dl_profile_fixup and set up structure with register content.
5991         * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
5992         the register and result structures.
5993         * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
5994         in the 32-bit register and result structures.
5996         * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names.
5998         * sysdeps/powerpc/powerpc32/dl-trampoline.S: New file.
5999         * sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here.
6000         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
6001         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants.
6002         * elf/tst-auditmod1.c: Add ppc32 support.
6003         * sysdeps/powerpc/powerpc32/bits/link.h: New file.
6004         * sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions.
6006         * malloc/malloc.c (malloc_printerr): Print program name as part of
6007         error message.
6009         * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
6010         * stdlib/stdlib.h: Make realloc with
6011         __attribute_warn_unused_result__ instead of __wur.
6012         * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
6013         markers as in <stdlib.h>.
6015         * libio/stdio.h: Remove __wur from rename and remove.
6016         * posix/unistd.h: Remove __wur from dup2.
6018 2005-01-03  Andreas Jaeger  <aj@suse.de>
6020         * elf/Makefile (tests): Revert patch from 2005-01-03.
6022 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
6024         * sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't
6025         make __libc_init_first hidden.
6027         * elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize
6028         l_relocated of rtld map.
6029         * sysdeps/powerpc/powerpc64/dl-trampoline.S: New file.
6030         * sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here.
6031         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
6032         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.
6033         * elf/tst-auditmod1.c: Add ppc64 support.
6034         * sysdeps/powerpc/powerpc64/bits/link.h: New file.
6036 2005-01-06  Roland McGrath  <roland@redhat.com>
6038         [BZ #633]
6039         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
6040         indicating file-name lookup errors, and return ENOSYS or EBADF instead.
6042 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
6044         * csu/elf-init.c (__libc_csu_fini): Don't do anything here.
6045         * sysdeps/generic/libc-start.c: Don't register program destructor here.
6047         * dlfcn/Makefile: Add rules to build dlfcn.c.
6048         (LDFLAGS-dl.so): Removed.
6049         * dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
6050         table.
6051         * dlfcn/dlmopen.c: Likewise for _dl_open.
6052         * dlfcn/dlopen.c: Likewise.
6053         * dlfcn/dlopenold.c: Likewise.
6054         * elf/dl-libc.c: Likewise for _dl_open and _dl_close.
6055         * elf/Makefile (routines): Remove dl-open and dl-close.
6056         (dl-routines): Add dl-open, dl-close, and dl-trampoline.
6057         Add rules to build and run tst-audit1.
6058         * elf/tst-audit1.c: New file.
6059         * elf/tst-auditmod1.c: New file.
6060         * elf/Versions [libc]: Remove _dl_open and _dl_close.
6061         * elf/dl-close.c: Change for use inside ld.so instead of libc.so.
6062         * elf/dl-open.c: Likewise.
6063         * elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
6064         signaled by nonzero parameter.
6065         * elf/dl-init.c: Fix use of r_state.
6066         * elf/dl-load.c: Likewise.
6068         * elf/dl-close.c: Add auditing checkpoints.
6069         * elf/dl-open.c: Likewise.
6070         * elf/dl-fini.c: Likewise.
6071         * elf/dl-load.c: Likewise.
6072         * elf/dl-sym.c: Likewise.
6073         * sysdeps/generic/libc-start.c: Likewise.
6074         * elf/dl-object.c: Allocate memory for auditing information.
6075         * elf/dl-reloc.c: Remove RESOLV.  We now always need the map.
6076         Correctly initialize slotinfo.
6077         * elf/dynamic-link.h: Adjust after removal of RESOLV.
6078         * sysdeps/hppa/dl-lookupcfg.h: Likewise.
6079         * sysdeps/ia64/dl-lookupcfg.h: Likewise.
6080         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
6081         * elf/dl-runtime.c (_dl_fixup): Little cleanup.
6082         (_dl_profile_fixup): New parameters to point to register struct and
6083         variable for frame size.
6084         Add auditing checkpoints.
6085         (_dl_call_pltexit): New function.
6086         Don't define trampoline code here.
6087         * elf/rtld.c: Recognize LD_AUDIT.  Load modules on startup.
6088         Remove all the functions from _rtld_global_ro which only _dl_open
6089         and _dl_close needed.
6090         Add auditing checkpoints.
6091         * elf/link.h: Define symbols for auditing interfaces.
6092         * include/link.h: Likewise.
6093         * include/dlfcn.h: Define __RTLD_AUDIT.
6094         Remove prototypes for _dl_open and _dl_close.
6095         Adjust access to argc and argv in libdl.
6096         * dlfcn/dlfcn.c: New file.
6097         * sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
6098         is gone.
6099         * sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
6100         * sysdeps/generic/unsecvars.h: Add LD_AUDIT.
6101         * sysdeps/i386/dl-machine.h: Remove trampoline code here.
6102         Adjust for removal of RESOLVE.
6103         * sysdeps/x86_64/dl-machine.h: Likewise.
6104         * sysdeps/generic/dl-trampoline.c: New file.
6105         * sysdeps/i386/dl-trampoline.c: New file.
6106         * sysdeps/x86_64/dl-trampoline.c: New file.
6108         * sysdeps/generic/dl-tls.c: Cleanups.  Fixup for dtv_t change.
6109         Fix updating of DTV.
6110         * sysdeps/generic/libc-tls.c: Likewise.
6112         * sysdeps/arm/bits/link.h: Renamed to ...
6113         * sysdeps/arm/bits/linkmap.h: ...this.
6114         * sysdeps/generic/bits/link.h: Renamed to...
6115         * sysdeps/generic/bits/linkmap.h: ...this.
6116         * sysdeps/hppa/bits/link.h: Renamed to...
6117         * sysdeps/hppa/bits/linkmap.h: ...this.
6118         * sysdeps/i386/bits/link.h: Renamed to...
6119         * sysdeps/i386/bits/linkmap.h: ...this.
6120         * sysdeps/ia64/bits/link.h: Renamed to...
6121         * sysdeps/ia64/bits/linkmap.h: ...this.
6122         * sysdeps/s390/bits/link.h: Renamed to...
6123         * sysdeps/s390/bits/linkmap.h: ...this.
6124         * sysdeps/sh/bits/link.h: Renamed to...
6125         * sysdeps/sh/bits/linkmap.h: ...this.
6126         * sysdeps/x86_64/bits/link.h: Renamed to...
6127         * sysdeps/x86_64/bits/linkmap.h: ...this.
6129         * posix/unistd.h: Declare ftruncate for POSIX 2003.  [BZ #640]
6131 2004-12-22  Steven Munroe  <sjmunroe@us.ibm.com>
6133         [BZ #602]
6134         * math/libm-test.inc (rint_test_tonearest): New test.
6135         (rint_test_towardzero): New test.
6136         (rint_test_downward): New test.
6137         (rint_test_upward): New test.
6138         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
6139         Remove redundant const values.
6140         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
6141         Remove redundant const values.  Use float const.
6142         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
6143         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
6144         Use float const.
6145         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
6146         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
6147         Use float const.
6148         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
6149         Remove redundant const values.
6150         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
6151         Remove redundant const values.  Use float const.
6152         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
6153         Remove redundant const values.
6154         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
6155         Remove redundant const values.  Use float const.
6156         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
6157         alignment.  Fix -0.0 case.  Remove redundant const values.
6158         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
6159         alignment.  Fix -0.0 case.  Remove redundant const values.
6160         Use float const.
6161         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
6162         alignment.  Fix -0.0 case.
6163         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
6164         alignment.  Fix -0.0 case.  Use float const.
6165         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
6166         alignment.  Fix -0.0 case.
6167         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
6168         alignment.  Fix -0.0 case.  Use float const.
6169         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
6170         alignment.  Fix -0.0 case.  Remove redundant const values.
6171         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
6172         alignment.  Fix -0.0 case.  Remove redundant const values.
6173         Use float const.
6174         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
6175         alignment.  Fix -0.0 case.
6176         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
6177         alignment.  Fix -0.0 case.  Remove redundant const values.
6178         Use float const.
6180 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
6182         * misc/sys/cdefs.h: Define __wur.
6183         * libio/stdio.h: Use __wur for a number of interfaces.
6184         * posix/unistd.h: Likewise.
6185         * stdlib/stdlib.h: Likewise.
6187 2004-12-29  Jakub Jelinek  <jakub@redhat.com>
6189         [BZ #592]
6190         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
6191         libc_hidden_proto instead of HIDDEN_PROTO.
6192         * sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
6193         (__libm_error_support): If ASSEMBLER and in libc, define to
6194         HIDDEN_JUMPTARGET(__libm_error_support).
6196 2004-12-28  David Mosberger  <davidm@hpl.hp.com>
6198         [BZ #592]
6199         * sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
6200         (sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
6201         with $(duplicated-routines).
6202         (libm-sysdep_routines): Likewise, but substitute "s_" prefix for
6203         "m_" prefix.
6205 2004-12-27  David Mosberger  <davidm@hpl.hp.com>
6207         [BZ #592]
6208         * sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
6209         undefine "ret" macro.  Add __libm_error_support hidden definitions.
6211         [BZ #592]
6212         * sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment.  Add
6213         missing portion of copyright statement.
6214         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
6215         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
6217         [BZ #592]
6218         * sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment.  Add
6219         missing portion of copyright statement.
6220         (__ieee754_lgamma): Rename from lgamma().  Make lgamma() a weak alias.
6221         (__ieee754_gamma): Likewise.
6222         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
6223         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
6225 2004-12-09  H.J. Lu <hjl@lucon.org>
6227         [BZ #592]
6228         * sysdeps/ia64/fpu/s_nextafterl.c: Remove.
6229         * sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
6230         * sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
6231         * sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
6232         * sysdeps/ia64/fpu/e_expl.S: Likewise.
6233         * sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).
6235 2004-11-18  David Mosberger  <davidm@hpl.hp.com>
6237         [BZ #592]
6238         * sysdeps/ia64/fpu/README: New file.
6239         * sysdeps/ia64/fpu/gen_import_file_list: New file.
6240         * sysdeps/ia64/fpu/import_check: Likewise.
6241         * sysdeps/ia64/fpu/import_diffs: Likewise.
6242         * sysdeps/ia64/fpu/import_file.awk: Likewise.
6243         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
6244         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
6246         [BZ #592]
6247         * sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
6248         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
6249         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
6250         * sysdeps/ia64/fpu/e_asin.S: Likewise.
6251         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
6252         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
6253         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
6254         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
6255         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
6256         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
6257         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
6258         * sysdeps/ia64/fpu/e_exp.S: Likewise.
6259         * sysdeps/ia64/fpu/e_expf.S: Likewise.
6260         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
6261         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
6262         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
6263         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
6264         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
6265         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
6266         * sysdeps/ia64/fpu/e_log.S: Likewise.
6267         * sysdeps/ia64/fpu/e_log2.S: Likewise.
6268         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
6269         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
6270         * sysdeps/ia64/fpu/e_logf.S: Likewise.
6271         * sysdeps/ia64/fpu/e_pow.S: Likewise.
6272         * sysdeps/ia64/fpu/e_powf.S: Likewise.
6273         * sysdeps/ia64/fpu/e_powl.S: Likewise.
6274         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
6275         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
6276         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
6277         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
6278         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
6279         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
6280         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
6281         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
6282         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
6283         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
6284         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
6285         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
6286         * sysdeps/ia64/fpu/libm_error.c: Likewise.
6287         * sysdeps/ia64/fpu/libm_reduce.c: Likewise.
6288         * sysdeps/ia64/fpu/libm_support.h: Likewise.
6289         * sysdeps/ia64/fpu/s_atan.S: Likewise.
6290         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
6291         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
6292         * sysdeps/ia64/fpu/s_cbrt.S: Likewise.
6293         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
6294         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
6295         * sysdeps/ia64/fpu/s_ceil.S: Likewise.
6296         * sysdeps/ia64/fpu/s_ceilf.S: Likewise.
6297         * sysdeps/ia64/fpu/s_ceill.S: Likewise.
6298         * sysdeps/ia64/fpu/s_cos.S: Likewise.
6299         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
6300         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
6301         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
6302         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
6303         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
6304         * sysdeps/ia64/fpu/s_fabs.S: Likewise.
6305         * sysdeps/ia64/fpu/s_fabsf.S: Likewise.
6306         * sysdeps/ia64/fpu/s_fabsl.S: Likewise.
6307         * sysdeps/ia64/fpu/s_floor.S: Likewise.
6308         * sysdeps/ia64/fpu/s_floorf.S: Likewise.
6309         * sysdeps/ia64/fpu/s_floorl.S: Likewise.
6310         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
6311         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
6312         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
6313         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
6314         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
6315         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
6316         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
6317         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
6318         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
6319         * sysdeps/ia64/fpu/s_logb.S: Likewise.
6320         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
6321         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
6322         * sysdeps/ia64/fpu/s_modf.S: Likewise.
6323         * sysdeps/ia64/fpu/s_modff.S: Likewise.
6324         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
6325         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
6326         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
6327         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
6328         * sysdeps/ia64/fpu/s_rint.S: Likewise.
6329         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
6330         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
6331         * sysdeps/ia64/fpu/s_round.S: Likewise.
6332         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
6333         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
6334         * sysdeps/ia64/fpu/s_significand.S: Likewise.
6335         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
6336         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
6337         * sysdeps/ia64/fpu/s_tan.S: Likewise.
6338         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
6339         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
6340         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
6341         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
6342         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
6344         [BZ #592]
6345         * sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
6346         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
6347         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
6348         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
6349         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
6350         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
6351         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
6352         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
6353         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
6354         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
6355         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
6356         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
6357         * sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
6358         * sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
6359         * sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
6360         * sysdeps/ia64/fpu/e_logl.S: Likewise.
6361         * sysdeps/ia64/fpu/libm_frexp.S: Likewise.
6362         * sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
6363         * sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
6364         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
6365         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
6366         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
6367         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
6368         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
6369         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
6370         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
6371         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
6372         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
6373         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
6374         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
6375         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
6376         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
6377         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
6378         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
6379         * sysdeps/ia64/fpu/s_asinhf.S: Likewise.
6380         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
6381         * sysdeps/ia64/fpu/s_erf.S: Likewise.
6382         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
6383         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
6384         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
6385         * sysdeps/ia64/fpu/s_erff.S: Likewise.
6386         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
6387         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
6388         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
6389         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
6390         * sysdeps/ia64/fpu/s_fma.S: Likewise.
6391         * sysdeps/ia64/fpu/s_fmaf.S: Likewise.
6392         * sysdeps/ia64/fpu/s_fmal.S: Likewise.
6393         * sysdeps/ia64/fpu/s_fmax.S: Likewise.
6394         * sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
6395         * sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
6396         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
6397         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
6398         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
6399         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
6400         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
6401         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
6402         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
6403         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
6404         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
6405         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
6406         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
6407         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
6408         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
6409         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
6410         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
6411         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
6412         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
6413         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
6414         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
6416         [BZ #592]
6417         * sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
6418         * sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
6419         * sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
6420         * sysdeps/ia64/fpu/w_acosh.c: Likewise.
6421         * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
6422         * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
6423         * sysdeps/ia64/fpu/w_atanh.c: Likewise.
6424         * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
6425         * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
6426         * sysdeps/ia64/fpu/w_exp10.c: Likewise.
6427         * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
6428         * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
6429         * sysdeps/ia64/fpu/w_exp2.c: Likewise.
6430         * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
6431         * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
6432         * sysdeps/ia64/fpu/w_expl.c: Likewise.
6433         * sysdeps/ia64/fpu/e_expl.S: Likewise.
6434         * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
6435         * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
6436         * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
6437         * sysdeps/ia64/fpu/w_log2.c: Likewise.
6438         * sysdeps/ia64/fpu/w_log2f.c: Likewise.
6439         * sysdeps/ia64/fpu/w_log2l.c: Likewise.
6440         * sysdeps/ia64/fpu/w_sinh.c: Likewise.
6441         * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
6442         * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
6444         [BZ #592]
6445         * sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
6446         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
6447         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
6448         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
6449         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
6450         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
6451         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
6453         [BZ #592]
6454         * sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
6455         * sysdeps/ia64/fpu/s_sincosf.c: Likewise.
6456         * sysdeps/ia64/fpu/s_sincosl.c: Likewise.
6458         [BZ #592]
6459         * sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.
6461         [BZ #592]
6462         * sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
6463         alias for use by libm_error.c
6465         [BZ #592]
6466         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
6467         libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
6468         Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
6469         libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
6470         libm_scalbn{,f,l}, libm_scalblnf.
6471         (sysdep_routines): Remove libm_frexp4{,f,l}.
6472         Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
6473         (sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
6474         _D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
6475         -DSIZE_LONG_LONG_INT_64.
6477 2005-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
6479         [BZ #729]
6480         * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
6481         l_text_end are set for a VDSO with a single PT_LOAD entry.
6483 2005-01-05  Ulrich Drepper  <drepper@redhat.com>
6485         [BZ #730]
6486         * libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
6487         invalid to disable optimizations in fileops which won't work here.
6488         (_IO_cookie_jumps): Use it.
6489         (_IO_old_cookie_jumps): Likewise.
6490         * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
6491         not the return value.
6492         * stdio-common/Makefile (tests): Add tst-fmemopen2.
6493         * stdio-common/tst-fmemopen2.c: New file.
6495         * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
6497 2005-01-05  Roland McGrath  <roland@redhat.com>
6499         * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
6500         * sysdeps/i386/configure.in: ... here.  New file.
6502 2005-01-03  Ulrich Drepper  <drepper@redhat.com>
6504         [BZ #727]
6505         * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
6506         initialize __environ again.
6507         * stdlib/Makefile: Add rules to build and run tst-putenv.
6508         * stdlib/tst-putenv.c: New file.
6509         * stdlib/tst-putenvmod.c: New file.
6511         * sysdeps/unix/sysv/linux/init-first.c: Clean file up.  Don't
6512         define unnecessary wrappers or aliases of static functions.
6514 2005-01-03  Andreas Jaeger  <aj@suse.de>
6516         * csu/Makefile (generated): Add start.os and start.ob.
6518         * elf/Makefile (tests): Change rule for tst-pie1 so that make
6519         clean works.
6521 2004-12-29  Roland McGrath  <roland@redhat.com>
6523         [BZ #626]
6524         * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
6525         than always up; when nearest is zero, round up to one.
6527 2004-12-28  Ulrich Drepper  <drepper@redhat.com>
6529         * po/es.po: Update from translation team.
6531         [BZ #726]
6532         * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
6534 2004-12-27  Ulrich Drepper  <drepper@redhat.com>
6536         [BZ #744]
6537         * include/signal.h: Define __sigemptyset.
6539 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6541         * posix/regex_internal.h (struct re_dfastate_t): Make
6542         word_trtable a pointer to the 512-item transition table.
6543         * posix/regexec.c (build_trtable): Fill in either state->trtable
6544         or state->word_trtable.  Return a boolean indicating success.
6545         (transit_state): Expect state->trtable to be a 256-item
6546         transition table.  Reorganize code to have less tests in
6547         the common case, and to save an indentation level.
6548         * posix/regex_internal.c (free_state): Free word_trtable.
6550 2004-12-21  Jakub Jelinek  <jakub@redhat.com>
6552         [BZ #723]
6553         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
6554         calling fn is 16 byte aligned.
6555         * sysdeps/i386/tst-stack-align.h: New file.
6557         [BZ #725]
6558         * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
6559         (ecvt_r): Special case denormals.
6560         * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
6561         * misc/tst-efgcvt.c: Include float.h.
6562         (ecvt_tests): Add 2 new tests.
6564 2004-12-20  Roland McGrath  <roland@frob.com>
6566         * version.h (RELEASE, VERSION): development, 2.3.90
6567         * include/features.h (__GLIBC_MINOR__): Now 4.
6570 See ChangeLog.15 for earlier changes.