* sysdeps/x86_64/tls.h (tcbhead_t): Add fields reserved for TM
[glibc.git] / ChangeLog
blob38cca51e3341602637e3bbf0f88ba289e8b854a2
1 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
3         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
4         use.
6         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
7         handling.
9         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
10         after reading name server list.
12         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
13         handling for host name aliases.
15 2008-11-24  Arkadiusz Miƛkiewicz  <arekm@maven.pl>
17         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
18         instead of doing things manually.
20 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
22         * posix/regex_internal.h (build_wcs_upper_buffer):
23         Return type is reg_error_t.
25 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
27         * posix/globtest.sh: Use mktemp to create temporary file and
28         directory.
30         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
31         sets correctly.
32         (__CPU_CLR_S): Likewise.
33         (__CPU_ISSET_S): Likewise.
35 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
36             Ulrich Drepper  <drepper@redhat.com>
38         * scripts/firstversion.awk: Use custom comparison function to compare
39         version numbers.
40         * scripts/versions.awk: Use sort invocation which can handle
41         multi-digit sub-version numbers.
43 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
45         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
46         * locale/iso-639.def: Add Chhattisgarhi entry.
48 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
50         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
51         ESRCH return value.
52         (_nss_dns_gethostbyname4_r): Likewise.
53         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
54         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
55         gethostbyname4_r, we don't have a separate IPv6 status, so copy
56         the no_data variable.
58         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
59         information at the correct index.
61         * socket/sys/socket.h: Declare accept4.
62         * socket/accept4.c: New file.
63         * sysdeps/unix/sysv/linux/accept4.c: New file.
64         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
65         * socket/Makefile (routines): Add accept4.
66         * socket/Versions: Export accept4 with version GLIBC_2.10.
67         * socket/paccept.c: Removed.
68         * sysdeps/unix/sysv/linux/paccept.c: Removed.
69         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
70         * Versions.def: Define GLIBC_2.10 for libc.
71         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
73         * nscd/connections.c: Use accept4.
75         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
77 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
79         * resolv/res_send.c (send_dg): Create sockets with non-blocking
80         flag already set.
82         * stdlib/setenv.c (unsetenv): Don't search environment if it does
83         not exist.
84         * stdlib/Makefile (tests): Add tst-unsetenv1.
85         * stdlib/tst-unsetenv1.c: New file.
87 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
89         * login/utmp_file.c (file_writable): New variable.
90         (setutent_file): Don't try to open file for writing.
91         (pututline_file): Before writing, make descriptor writable if
92         necessary.
94 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
96         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
97         to IPv4 or IPv6 if an interface has been found.
99 2008-11-26  Roland McGrath  <roland@redhat.com>
101         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
102         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
104         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
105         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
106         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
108         * elf/elf.h (NT_386_IOPERM): New macro.
109         (NT_PPC_VSX): New macro.
111 2008-11-25  Roland McGrath  <roland@redhat.com>
113         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
114         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
115         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
116         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
117         Subdirectories moved to ports repository.
118         * configure.in (base_machine): Remove alpha case.
120 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
122         * sysdeps/mach/strerror_l.c: New file.
124 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
126         [BZ #6411]
127         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
128         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
129         magic numbers.
130         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
131         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
132         (relax_fenv_state): Same as above.
133         (FPSCR_29): Reserve bit in ISA 2.05.
134         (FPSCR_NI): Provide define for compat.
135         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
136         magic numbers.
137         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
138         magic numbers.
139         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
140         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
141         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
142         access to hwcap to account for hwcap size increase to uint64_t.
143         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
144         Likewise.
145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
146         (*setcontext): Likewise.
147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
148         New file.
149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
150         New file.
151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
152         (*setcontext): dynamically select mtfsf insn based on
153         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
154         increase to uint64_t.
155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
156         (*swapcontext): dynamically select mtfsf insn based on
157         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
158         increase to uint64_t.
159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
160         New file.
161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
162         New file.
163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
164         (*setcontext): dynamically select mtfsf insn based on
165         PPC_FEATURE_HAS_DFP.
166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
167         (*swapcontext): dynamically select mtfsf insn based on
168         PPC_FEATURE_HAS_DFP.
170 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
172         * version.h: Bump for 2.9 release.
173         * include/features.h (__GLIBC_MINOR__): Bump to 9.
175         [BZ #7029]
176         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
177         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
178         all the rounding.
180 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
182         [BZ #7009]
183         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
184         unknown request types for now.
186 2008-11-11  Roland McGrath  <roland@redhat.com>
188         * sysdeps/x86_64/configure: New file.
190         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
191         * configure: Regenerated.
193 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
195         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
196         correct instruction to remove the stack frame.
198 2008-11-03  Michael Matz  <matz@suse.de>
200         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
201         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
203 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
205         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
206         Remove.
208         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
209         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
210         of the thread variable instead of void *.
211         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
212         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
213         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
214         __libc_tsd_define arguments.
215         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
216         __libc_tsd_address arguments.  Remove union hack.
217         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
218         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
219         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
220         Adjust __libc_tsd_{set,get} arguments.
221         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
222         __libc_tsd_define arguments.
223         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
224         arguments.
225         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
226         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
227         (LOCALE): Adjust __libc_tsd_define arguments.
228         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
229         arguments.
230         (LOCALE): Adjust __libc_tsd_define arguments.
231         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
232         arguments.
233         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
234         arguments.
236 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
238         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
239         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
241 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
243         [BZ #6966]
244         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
246 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
247             Ulrich Drepper  <drepper@redhat.com>
249         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
250         definition for GCC 3.1 and later.
252 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
254         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
255         refetch dtv, as it might have changed.
256         * elf/Makefile: Add rules to build and run tst-tls18.
257         * elf/tst-tls18.c: New test.
258         * elf/tst-tlsmod18a.c: New file.
260 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
262         [BZ #6875]
263         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
265 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
267         [BZ #6867]
268         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
270         [BZ #6919]
271         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
272         Fix length of copy operation.
274 2008-10-02  Pierre Habouzit <madcoder@debian.org>
276         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
277         and fix its calling convention.
279 2008-10-07  Andreas Schwab  <schwab@suse.de>
281         [BZ #6942]
282         * resolv/res_send.c (send_vc): Fix last change.
283         (send_dg): Align here as well.
285 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
287         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
288         return value in case rlimit is RLIM_INFINITY.
290         [BZ #6947]
291         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
292         for UL_SETFSIZE.
293         * resource/Makefile (tests): Add bug-ulimit1.
294         * resource/bug-ulimit1.c: New file.
296         [BZ #6974]
297         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
298         without dot.  Properly terminate the string with a null byte.
299         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
301         [BZ #6980]
302         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
303         negative sizees.
304         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
305         negative __size.
307         [BZ #6995]
308         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
310 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
312         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
313         abort if there is no initgroups_dyn function.
315         * resolv/res_send.c (send_dg): On timeout, only return nonzero
316         result if any of the queries really provided an answer.
318 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
320         * po/lt.po: Update from translation team.
322 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
324         * po/id.po: Update from translation team.
326 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
328         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
329         Fix tests for existence of second reply.
331 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
333         * po/id.po: New file.
334         Contributed by the Indonesian translation team.
336 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
338         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
339         initialization.
341 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
343         * elf/Makefile: Add rules to build and run tst-tls17.
344         * elf/tst-tls17.c: New test.
345         * elf/tst-tlsmod17a.c: New file.
346         * elf/tst-tlsmod17b.c: Likewise.
348 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
350         * stdlib/divmod_1.c: Use correct type for dummy variable.
351         * stdlib/mod_1.c: Likewise.
353 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
355         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
357 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
359         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
360         __nonnull order for C++.
361         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
362         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
364 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
366         * stdlib/longlong.h: Update from GCC.
368 2008-10-09  Jakub Jelinek <jakub@redhat.com>
369             David S. Miller  <davem@davemloft.net>
371         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
372         make sure any registers used with 64-bit 'branch-on-register'
373         instructions have their top 32-bits clear.
374         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
375         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
377 2008-09-18  Andreas Schwab  <schwab@suse.de>
379         [BZ #6942]
380         * resolv/res_send.c (send_vc): Fix use of unaligned address.
381         Properly handle partial reads.
383 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
385         * elf/elf.h (STO_MIPS_PLT): New.
386         (R_MIPS_COPY): New.
387         (R_MIPS_JUMP_SLOT): New.
388         (R_MIPS_NUM): Redefine to 128.
389         (DT_MIPS_PLTGOT): New.
390         (DT_MIPS_RWPLT): New.
391         (DT_MIPS_NUM): Redefine to 0x35.
393 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
395         * timezone/africa: Update from tzdata2008f.
396         * timezone/asia: Likewise.
397         * timezone/australasia: Likewise.
398         * timezone/europe: Likewise.
399         * timezone/leapseconds: Likewise.
400         * timezone/northamerica: Likewise.
401         * timezone/southamerica: Likewise.
402         * timezone/zone.tab: Likewise.
404 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
406         * nscd/connections.c: Disable use of paccept for now.
408 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
410         * socket/Versions: Remove paccept export for GLIBC_2.9.
411         * socket/Makefile (routines): Remove paccept.
412         * socket/sys/socket.h: Remove paccept declaration.
414         * po/sv.po: Update from translation team.
416 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
418         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
419         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
421 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
423         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
424         Patch by Olivier Fourdan <ofourdan@redhat.com>.
426 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
428         * sunrpc/rpc/svc.h: Declare svcfd_create.
429         Patch by Michael Solberg <msolberg@redhat.com>.
431 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
432             Ulrich Drepper  <drepper@redhat.com>
434         * malloc/malloc.c (public_vALLOc): Try other arenas in case
435         _int_valloc fails.
436         (public_pVALLOc): Likewise.
438 2008-09-02  Andreas Jaeger  <aj@suse.de>
440         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
441         commit.
443 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
445         [BZ #6860]
446         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
448 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
450         * Makefile (check-data): Check data directory in add-ons.
451         * elf/Makefile (check-data): Likewise.
453 2008-08-18  Roland McGrath  <roland@redhat.com>
455         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
456         * configure: Regenerated.
457         * config.make.in (cflags-cpu): New substituted variable.
458         (with-cpu): Variable removed.
459         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
461 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
463         [BZ #6845]
464         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
465         __signbitl definition and __LONG_DOUBLE_128__ guard from:
466         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
467         redundant.  Functions which call floating point assembler operations
468         should go into a sysdeps powerpc/fpu directory.
470 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
472         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
473         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
475 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
477         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
479         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
480         change related to AT_EXECFN.  We cannot use that string.
481         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
482         _dl_execfn member.
483         * elf/dl-support.c: Remove _dl_execfn variable.
484         (_dl_aux_init): Remove handling of AT_EXECFN.
485         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
486         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
488 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
490         [BZ #6544]
491         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
492         byte gets added to writes and seeks from the end use the length of
493         the buffer and not the currently terminating NUL byte.
495         [BZ #6634]
496         * login/utmp_file.c (getutent_r_file): Take additional parameter.
497         Set to true if locking failed.
498         (getutid_r_file): Adjust caller.
499         (pututline_file): Likewise.  Return NULL in this case.
500         Patch mostly by halesh.s@gmail.com.
502 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
504         [BZ #6589]
505         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
506         Define.
507         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
509 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
511         [BZ #6839]
512         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
513         macro since it is now available in elf/dynamic-link.h.
515 2008-08-12  Roland McGrath  <roland@frob.com>
517         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
518         in case used outside of libc.
519         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
521 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
523         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
524         directly instead of going through dn_comp.
526 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
528         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
529         Fix asm constraints.
531 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
533         [BZ #6790]
534         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
535         (IPV6_PMTUDISC_PROBE): Likewise.
537 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
539         [BZ #6791]
540         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
542 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
543             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
545         [BZ #6817]
546         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
547         Added the members 'vsx' and 'arch_2_06'.
548         (_dl_powerpc_platforms): Add the member 'power7'.
549         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
550         to reflect the changes required by VSX and ISA 2.06.
551         Modify _DL_PLATFORMS_COUNT to reflect the addition of
552         'power7'.
553         Defined PPC_PLATFORM_POWER7.
554         (_dl_string_platform): Add support for POWER7.
555         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
556         capability and ISA 2.06.
558 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
560         [BZ #6824]
561         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
562         macro to detect use of 128 bit long double.
563         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
565 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
567         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
569         [BZ #5794]
570         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
571         parameters.
572         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
573         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
575 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
577         * nscd/connections.c (main_loop_poll): Pass a buffer which is
578         guaranteed to be large enough to read inotify event.  Ignore
579         EAGAIN error.  Better error message.  Add branch predicition.
580         (main_loop_epoll): Likewise.
582 2008-08-02  Roland McGrath  <roland@frob.com>
584         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
585         Add memory clobbers.
587 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
589         * manual/arith.texi: Avoid @strong{Note:}.
590         * manual/creature.texi: Likewise.
591         * manual/filesys.texi: Likewise.
592         * manual/math.texi: Likewise.
593         * manual/memory.texi: Likewise.
594         * manual/resource.texi: Likewise.
595         * manual/syslog.texi: Likewise.
596         * manual/time.texi: Likewise.
598         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
599         to prevent warning.
601 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
603         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
604         new epoll_create1 interface.
605         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
606         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
607         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
609         * include/arpa/nameser.h (NS_GET16): Use const pointer.
610         (NS_GET32): Likewise.
612         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
613         syscalls, too.
615         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
616         use the AT_EXECFN value if it is no absolute path.
617         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
618         __ASSUME_AT_EXECFN.
620         * Versions.def: Add GLIBC_2.9 to libresolv.
621         * include/resolv.h: Remove hidden proto declarations for __ns_*
622         functions.  Add them for __dn_count_labels and __p_secstodate.
623         * include/arpa/nameser.h: Add a number of hidden proto declarations.
624         Define ns_msg_getflags macro here.
625         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
626         and __p_secstodate.
627         * resolv/Versions: Export functions from <arpa/nameser.h> from
628         libresolv in version GLIBC_2.9.
629         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
630         hidden definitions.
631         * resolv/ns_netint.c: Likewise.
632         * resolv/ns_parse.c: Likewise.
633         * resolv/ns_print.c: Likewise.
634         * resolv/ns_samedomain.c: Likewise.
635         * resolv/ns_ttl.c: Likewise.
636         * resolv/arpa/nameser_compat.h: Likewise.
637         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
638         function calls.
639         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
640         instead of ns_get16.
641         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
642         __ns_get32 instead of ns_get16 and ns_get32 respectively.
643         (gaih_getanswer_slice): Likewise.
644         * resolv/Makefile (libresolv-routines): Add ns_date.
645         * resolv/ns_date.c: New file.
647         * elf/Makefile (check-localplt.out): Also check libresolv and
648         libcrypt.
650 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
652         * sysdeps/unix/sysv/linux/kernel-features.h: Define
653         __ASSUME_O_CLOEXEC.
655 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
657         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
658         buffer passed to NSS functions.
660         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
662         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
663         Define.
665         * misc/syslog.c (openlog_internal): Fix compile problem.
667 2008-07-28  Roland McGrath  <roland@redhat.com>
669         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
671 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
673         * io/ftw.c (add_object): Remove inline to avoid warning.
675         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
677         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
678         Use it instead of locally defined resplen2 variable.
679         (res_nsend): Adjust for __libc_res_nsend interface change.
680         (send_vc): Initialize *resplen2 if necessary.  Read length of
681         package into an appropriately aligned variable.  Store converted length
682         in new variable and use it appropriately.
683         Add branch prediction help.
684         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
685         and pass it on to __libc_res_nsend.  Adjust all callers.
686         (__libc_res_nsearch): Likewise.
687         (__libc_res_nqeurydomain): Likewise.
688         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
689         change.
690         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
691         Define resplen2 variable and pass it to __libc_res_nsearch and then
692         to gaih_getanswer.
693         (getanswer_r): In case of incorrect DNS data don't overread buffer.
694         Add branch prediction.
695         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
696         (gaih_getanswer): Don't decode second slice if first one failed due
697         to a too small buffer.  Don't let not found status of second
698         decoder shadow results of the first.
699         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
700         and __libc_res_nquery interface changes
701         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
702         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
703         __libc_res_nsearch, and __libc_res_nsend.
704         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
705         change.
706         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
707         __libc_res_nsearch interface changes.
709 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
711         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
713         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
714         file descriptors with close-on-exec set.
715         (exec_comm_child): Fix the case where the write end of the pipe is
716         STDOUT_FILENO already.  In case it is, clear close-on-exec.
718         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
719         * io/pipe2.c: Likewise.
720         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
721         instead of __ASSUME_PACCEPT.
722         * include/unistd.h: Declare __have_pipe2.
723         * libio/iopopen.c: Implement "e" flag.
724         * libio/Makefile (tests): Add tst-popen1.
725         * libio/tst-popen1.c: New file.
727         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
728         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
730 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
732         [BZ #6771]
733         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
734         success call of _IO_SEEKOFF or calls which failed because the
735         descriptor is for a pipe.
737         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
738         magic number.
740         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
742         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
743         F_SETFD use if we know fopen set the flag.
745         * login/utmp_file.c (setutent_file): Minor optimization in case
746         O_CLOEXEC is available.
748 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
750         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
751         * elf/Makefile: Use pie-ccflag variable.
752         * nscd/Makefile: Likewise.
753         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
755 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
757         [BZ #6724]
758         * Versions.def: Add GLIBC_2.9 version tag for libutil.
759         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
760         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
761         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
762         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
763         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
764         utmp32, utmpx32 and login32.
765         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
766         versions of struct utmp functions to libc and libutil.
767         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
768         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
769         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
770         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
771         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
772         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
773         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
774         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
775         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
776         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
777         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
778         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
779         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
780         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
781         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
782         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
783         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
784         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
785         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
786         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
787         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
788         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
790 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
792         * scripts/gen-as-const.awk: Generate more widely usable code by
793         using 64-bit arithmetic.
795         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
796         the same treatment as narrow output code in last patch.
798         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
800         [BZ #6763]
801         * elf/dl-load.c (local_strdup): Remove inline.
802         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
803         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
804         part of the object.
806         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
808 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
810         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
811         the new syscalls, too.
813         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
814         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
816         [BZ #6698]
817         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
818         parameter for end of buffer.  If temporary copy is too large use
819         malloc.
820         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
821         interface change.
822         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
823         string rewrite when allocating buffer.
825         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
826         syscalls, too.
828         * nscd/connections.c (nscd_init): Clean up fcntl call.
830         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
831         SOCK_NONBLOCK if possible.
833         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
834         SOCK_CLOEXEC if available.
836         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
837         __libc_clntudp_bufcreate_internal.
838         * include/sys/socket.h: Declare __have_sock_cloexec.
839         * socket/Makefile (aux): Add have_sock_cloexec.
840         * socket/have_sock_cloexec.c: New file.
841         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
842         __libc_clntudp_bufcreate.
843         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
844         which takes an additional parameter.  Create socket with non-blocking
845         mode and close-on-exec flag set, if wanted.
846         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
847         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
848         instead of clntudp_create.  The socket has already the close-on-exec
849         flag set if SOCK_CLOEXEC is defined.
851 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
853         * sysdeps/unix/sysv/linux/kernel-features.h: Define
854         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
855         appropriate.
856         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
857         non-blocking mode by using socket, paccept, and inotify_init1.
859         * Versions.def (glibc): Add GLIBC_2.9.
860         * io/Makefile (routines): Add dup3 and pipe2.
861         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
862         * io/dup3.c: New file.
863         * io/pipe2.c: New file.
864         * posix/unistd.h: Declare dup3 and pipe2.
865         * socket/Makefile (routines): Add paccept.
866         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
867         * socket/paccept.c: New file.
868         * socket/sys/socket.h: Declare paccept.
869         * sysdeps/unix/syscalls.list: Add entry for dup3.
870         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
871         epoll_create2 and inotify_init1.
872         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
873         * sysdeps/unix/sysv/linux/paccept.c: New file.
874         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
875         possible.
876         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
877         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
878         inotify_init1, and pipe2 entries.
879         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
880         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
881         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
882         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
883         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
884         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
885         SOCK_NONBLOCK.
886         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
887         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
888         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
889         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
890         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
891         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
892         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
893         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
894         EPOLL_NONBLOCK.  Declare epoll_create2.
895         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
896         EFD_NONBLOCK.
897         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
898         IN_NONBLOCK.  Declare inotify_init1.
899         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
900         SFD_NONBLOCK.
901         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
902         TFD_NONBLOCK.
904         * elf/elf.h: Define AT_EXECFN.
905         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
906         LD_ORIGIN_PATH.
907         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
908         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
909         if __ASSUME_AT_EXECFN is defined.
910         (_dl_aux_init): Handle AT_EXECFN.
911         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
912         for 2.6.27 and up.
913         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
914         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
915         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
916         _dl_execfn if available and avoid compatibility code if
917         __ASSUME_AT_EXECFN is defined.
919         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
920         _dl_discover_osversion only for older kernels.
922 2008-07-22  Roland McGrath  <roland@frob.com>
924         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
926 2008-07-21  Roland McGrath  <roland@frob.com>
928         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
929         returned too much data out of line.
931 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
933         * locale/setlocale.c (setname): Remove inline to avoid compiler
934         warning.
936         [BZ #6712]
937         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
939 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
941         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
942         doesn't manage to write anything, fail.
944         * malloc/hooks.c (__malloc_check_init): Remove printf.
946 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
948         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
950 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
952         * nscd/connections.c (main_loop_poll): Fix handling of read errors
953         from inotify.
954         (main_loop_epoll): Likewise.
956 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
958         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
960         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
961         if DEBUG is defined.
963         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
964         query.  Adjust buffer size computation for padding.
966 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
968         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
969         * stdio-common/tst-setvbuf1.c: New file.
970         * stdio-common/tst-setvbuf1.expect: New file.
972         [BZ #6719]
973         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
974         when selecting fully-buffered stream.
975         Patch by Wang Xin <wxinee@gmail.com>.
977 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
979         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
980         (__open_2): New function.
981         (__open64_2): New alias to __open_2.
982         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
983         (__openat_2): New function.
984         (__openat64_2): New alias to __openat_2.
986 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
988         [BZ #6723]
989         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
991 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
993         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
994         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
995         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
996         __hurd_dfail.
997         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
998         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
999         * sysdeps/mach/hurd/send.c (__send): Likewise.
1000         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1001         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1003 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1005         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1006         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1007         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1008         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1009         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1010         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1012 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1014         [BZ #6657]
1015         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1016         of %EY.
1017         Patch by Petr Baudis.
1019 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1021         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1022         Patch by Peter Jones <pjones@redhat.com>.
1024 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1026         [BZ #6654]
1027         * stdlib/canonicalize.c (__realpath): readlink can write too much
1028         into the buffer on platforms without PATH_MAX.
1030 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1032         [BZ #6653]
1033         * posix/tst-regex.c (main): Rename to...
1034         (do_test): ... this. Remove cmdline option processing.
1035         (TIMEOUT): Define.
1036         (TEST_FUNCTION): Define.
1037         (CMDLINE_OPTIONS): Define.
1039 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1041         [BZ #5210]
1042         * configure.in: Add -Werror to -fstack-protector test to catch
1043         unsupported architectures.
1044         Patch by Gilles Esponasse <g.esp@free.fr>.
1046 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1048         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1049         getcontext returns ENOSYS.
1051 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1053         * nscd/connections.c (main_loop_poll): Fix test for read error.
1054         (main_loop_epoll): Likewise.
1056 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1058         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1059         better place so it is not called when nscd is used.
1061         * nscd/connections.c: Also recognize and handle changes to the
1062         resolver configuration file.
1064 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1066         * time/strftime.c: Pass reference to tzset_called around to handle
1067         recursive calls.
1069         [BZ #6612]
1070         * time/strftime.c (__strftime_internal): Call tzset() only
1071         when printing timezone-dependent values.
1072         Based on a patch by Petr Baudis <pasky@suse.cz>.
1074         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1075         unconditionally use second gaih_getanswer_slice result.
1077         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1078         (getaddrinfo): RES must always be non-NULL.
1080 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1082         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1083         cr[34] registers.
1084         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1085         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1086         Likewise.
1087         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1088         register.
1090 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1092         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1093         fields.
1094         * nscd/connections.c (inotify_fd): New variable.
1095         (nscd_init): Try to open an inotify descriptor.
1096         If successful, watch files for databases using inotify instead of
1097         having prune threads stat the files.
1098         (nscd_run_prune): Recognize clear_cache flag being set and call
1099         prune_cache appropriately.
1100         (main_loop_poll): Add inotify descriptor to wait set and handle the
1101         reported changes.
1102         (main_loop_epoll): Likewise.
1103         * nscd/cache.c (prune_cache): Don't stat files for databases if
1104         inotify is used.
1105         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1106         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1108         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1109         fixed-size portion of the record.
1110         * nscd/servicescache.c (cache_addserv): Likewise.
1111         * nscd/pwdcache.c (cache_addpw): Likewise.
1112         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1114 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1116         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1117         out we don't use uninitialized memory.
1119         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1120         the client.
1122 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1124         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1125         ignore T_DNAME messages.
1126         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1128 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1130         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1131         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1133 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1135         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1136         instead of portstr to nscd_getserv_r.  Patch by
1137         Roman Kagan <rkagan@mail.ru>.
1139 2008-05-26  Jim Meyering  <meyering@redhat.com>
1141         Remove more useless "if" tests before "free".
1142         * include/inline-hashtab.h (htab_delete): Likewise.
1143         * libio/freopen.c (freopen): Likewise.
1144         * libio/freopen64.c (freopen64): Likewise.
1145         * locale/programs/ld-collate.c (collate_read): Likewise.
1146         * misc/fstab.c (libc_freeres_fn): Likewise.
1147         * posix/glob.c (globfree): Likewise.
1149 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1151         * string/Makefile (strop-tests): Add memmem.
1152         * string/test-memmem.c: New file.
1153         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1154         (test_init): Size buf1 according to BUF1PAGES.
1156 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1158         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1159         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1160         (CFLAGS-scanf17.c): New.
1161         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1162         * stdio-common/scanf15.c (main): Likewise.
1163         * stdio-common/scanf16.c: New file.
1164         * stdio-common/scanf17.c: New file.
1166 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1168         * resolv/res_send.c (send_dg): If we already have one of two
1169         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1170         use the one answer insted of failing.
1172 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1174         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1175         being executed on PowerPC as the expected result exceeds IBM
1176         long double 128 __LDBL_MAX__.
1178 2008-05-21  Roland McGrath  <roland@redhat.com>
1180         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1182         * Makefile (check-data): Use $(abi-name) before other guesses.
1183         Look in $(add-ons) dirs before scripts/data/.
1184         * elf/Makefile (check-data): Likewise.
1186         * scripts/soversions.awk: Grok ABI line.
1187         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1188         Emit definition for abi-name variable.
1190 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1192         * string/endian.h: Define new fixed-size hto* and *toh macros only
1193         if [__USE_BSD].
1195         * iconvdata/Depend: Add localedata.
1197 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1199         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1201 2008-05-08  David S. Miller  <davem@davemloft.net>
1203         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1204         HIDDEN_JUMPTARGET.
1205         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1206         (__SYSCALL_CLOBBERS): Remove %g* registers.
1207         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1208         (__SYSCALL_CLOBBERS): Likewise.
1209         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1210         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1212 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1214         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1215         (CALL_ERRNO_LOCATION): Define.
1216         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1217         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1218         (CALL_ERRNO_LOCATION): Define.
1219         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1220         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1221         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1223 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1225         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1226         variable.
1228 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1230         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1231         (FIRST_FRAME_POINTER): Define.
1233 2008-05-09  David S. Miller  <davem@davemloft.net>
1235         * sysdeps/sparc/sparc64/backtrace.c: New file.
1237 2008-05-14  David S. Miller  <davem@davemloft.net>
1239         * sysdeps/sparc/machine-gmon.h: New file.
1240         * sysdeps/sparc/sparc-mcount.S: Likewise.
1241         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1242         sysdep_routines in gmon directory.
1244 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1246         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1248 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1250         * resolv/res_query.c (__libc_res_nquery): In case one of two
1251         answer was too short don't try to read that answer's header.
1253         * resolv/res_send.c (send_dg): In case of timeout and there are
1254         two queries and one has been answered, return value indicating
1255         success.
1257 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1259         * nscd/cache.c (cache_add): Take additional parameter specifying
1260         whether this is in response of a cache refill.  Check alignment
1261         of package data.  Revamp waking of pruning thread.
1262         (prune_cache): Small optimization.
1263         * nscd/nscd.h: Adjust cache_add prototypes.
1264         * nscd/aicache.c: Adjust cache_add calls.
1265         * nscd/grpcache.c: Likewise.
1266         * nscd/hstcache.c: Likewise.
1267         * nscd/initgrcache.c: Likewise.
1268         * nscd/pwdcache.c: Likewise.
1269         * nscd/servicescache.c: Likewise.
1270         * nscd/connections.c (restart): Really disable cache use before
1271         exec attempt.  If it fails, reenable cache.
1272         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1273         time to max to be able to notice concurrent cache additions.  Unlock
1274         prune_lock while performing gc.  Afterwards compute wakeup time with
1275         current wakeup_time value in mind.
1277 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1279         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1281         * nscd/mem.c (gc): Correctly determine highest used array element
1282         in mark.
1284         * nscd/mem.c (markrange): Add assert to check entries are all
1285         aligned.  Small cleanup in bitmap use.
1287         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1288         blockoff of type nscd_ssize_t.
1289         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1290         (mempoll_alloc): Record block offset and not address.
1292         * nscd/mem.c (gc): Fix test for stack overuse.
1294         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1295         more asserts.
1297         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1298         entry is available, believe it.
1300         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1301         no answers return NSS_STATUS_NOTFOUND.
1302         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1303         buffer does not have any content.
1305 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1307         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1309         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1310         lookup, don't assign canon unconditionally.
1312 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1314         * string/Makefile (distribute): Add str-two-way.h.
1316 2008-03-29  Eric Blake  <ebb9@byu.net>
1318         Rewrite string searches to O(n) rather than O(n^2).
1319         * string/str-two-way.h: New file.  For linear fixed-allocation
1320         string searching.
1321         * string/memmem.c: New implementation.
1322         * string/strstr.c: New implementation.
1323         * string/strcasestr.c: New implementation.
1325 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1327         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1328         opr.ctx_type.
1329         (calc_first): Initialize constraint field.
1330         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1331         Use search_duplicated_node to avoid loops.  Fix grammar.
1332         (duplicate_node): Merge constraint field for all node types.
1333         (calc_eclosure_iter): Look at constraint field for all node types.
1334         * posix/regex_internal.c (create_cd_newstate): Don't look at
1335         create_cd_newstate.
1337 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1339         [BZ #6428]
1340         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1342         [BZ #6442]
1343         * string/endian.h: Add macros for fixed-size endian conversion.
1344         * bits/byteswap.h: Allow inclusion from <endian.h>.
1345         * sysdeps/i386/bits/byteswap.h: Likewise.
1346         * sysdeps/ia64/bits/byteswap.h: Likewise.
1347         * sysdeps/s390/bits/byteswap.h: Likewise.
1348         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1349         * string/Makefile (tests): Add tst-endian.
1350         * string/tst-endian.c: New file.
1352         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1353         Patch by Reuben Thomas.
1355 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1357         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1359 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1361         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1363         [BZ #6461]
1364         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1365         Add missing braces.
1366         (BODY for __gconv_transform_internal_ascii): Likewise.
1368         [BZ #6472]
1369         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1370         to be treated like link-local addresses.
1371         (match_prefix): Don't treat IPv4 loopback address special when
1372         converting to v4 mapped addressed.
1374         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1375         if necessary.
1376         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1377         * posix/tst-rfc3484-2.c: Likewise.
1378         * posix/tst-rfc3484-3.c: Likewise.
1380         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1381         and SCTP.
1383         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1385         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1387         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1389 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1391         * po/lt.po: New file.  From Lituanian translation team.
1393 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1395         Introduce TLS descriptors for i386 and x86_64.
1396         * include/inline-hashtab.h: New file, copied from 2005's
1397         libiberty, with fix for memory leak imported afterwards by
1398         Glauber de Oliveira Costa.
1399         * elf/tlsdeschtab.h: New file.
1400         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1401         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1402         (CHECK_STATIC_TLS): Move to...
1403         * elf/dynamic-link.h: ... this file.
1404         (TRY_STATIC_TLS): New macro.
1405         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1406         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1407         R_386_TLS_DESC): Define.
1408         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1409         binutils.
1410         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1411         R_X86_64_TLSDESC): Define.
1412         (R_386_NUM, R_X86_64_NUM): Adjust.
1413         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1414         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1415         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1416         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1417         release tlsdesc_table.
1418         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1419         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1420         (elf_machine_rel): Handle R_386_TLS_DESC.
1421         (elf_machine_rela): Likewise.
1422         (elf_machine_lazy_rel): Likewise.
1423         (elf_machine_lazy_rela): Likewise.
1424         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1425         * sysdeps/i386/dl-tlsdesc.S: New file.
1426         * sysdeps/i386/dl-tlsdesc.h: New file.
1427         * sysdeps/i386/tlsdesc.c: New file.
1428         * sysdeps/i386/tlsdesc.sym: New file.
1429         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1430         tlsdesc_table.
1431         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1432         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1433         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1434         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1435         release tlsdesc_table.
1436         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1437         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1438         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1439         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1440         (elf_machine_rela): Likewise.
1441         (elf_machine_lazy_rel): Likewise.
1442         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1443         (__tls_get_addr): Do not declare for non-shared compiles.
1444         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1445         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1446         * sysdeps/x86_64/tlsdesc.c: New file.
1447         * sysdeps/x86_64/tlsdesc.sym: New file.
1448         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1449         tlsdesc_table for both 32- and 64-bit structs.
1451 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1453         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1454         its own function.  This reduces the frame setup costs and more.
1456 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
1458         [BZ #3406]
1459         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
1460         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
1462 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1464         * io/openat.c (__openat_2): Also pass fd to __openat.
1465         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
1466         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
1468         * string/tester.c (test_memcmp): Add a few more tests.
1469         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
1471 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1473         * nscd/cache.c (cache_add): Before returning with failure and this
1474         is the first use of the record, mark it as unusable.
1475         * nscd/aicache.c: Don't touch the dataset after cache_add returns
1476         reporting a failure.
1477         * nscd/grpcache.c: Likewise
1478         * nscd/hstcache.c: Likewise.
1479         * nscd/initgrcache.c: Likewise.
1480         * nscd/pwdcache.c: Likewise.
1481         * nscd/servicescache.c: Likewise.
1483 2008-05-10  Roland McGrath  <roland@redhat.com>
1485         [BZ #6505]
1486         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
1488 2008-05-08  David S. Miller  <davem@davemloft.net>
1490         * misc/truncate64.c (truncate64): Use __truncate not truncate.
1492         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
1493         (__ieee754_y0l): Likewise.
1494         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
1495         (__ieee754_y1l): Likewise.
1496         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
1497         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
1498         frexpl and ldexpl.  math_private.h provides them and the latter
1499         is not even used.
1500         (__log1pl): Use __frexpl.
1502 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1504         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
1505         prototypes.
1506         * include/arpa/nameser_compat.h: Define T_UNSPEC.
1507         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
1508         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
1509         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
1510         af==AF_UNSPEC.
1511         (_nss_nis_gethostbyname4_r): New function.
1512         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
1513         Change to also handle af==AF_UNSPEC.
1514         (get_tablename): New function.  Use it to avoid duplication.
1515         (_nss_nisplus_gethostbyname4_r): New function.
1516         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
1517         available.
1518         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
1519         * nss/nss.h: Define struct gaih_addrtuple.
1520         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
1521         af==AF_UNSPEC.
1522         (_nss_files_gethostbyname4_r): New function.
1523         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
1524         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
1525         calls.
1526         * resolv/res_query.c (__libc_res_nquery): Take two additional
1527         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
1528         look up IPv4 and IPv6.
1529         Change all callers.
1530         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
1531         for an additional query and answer buffer.  Pass to send_vc and
1532         send_dg.
1533         (send_vc): Send possibly two requests and receive two answers.
1534         (send_dg): Likewise.
1535         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
1536         __libc_res_nquery.
1537         (_nss_dns_gethostbyname4_r): New function.
1538         (gaih_getanswer_slice): Likewise.
1539         (gaih_getanswer): Likewise.
1540         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
1541         __libc_res_nquery call.
1542         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
1543         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
1544         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
1545         available.
1547 2008-05-05  David S. Miller  <davem@davemloft.net>
1549         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
1550         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
1552 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1554         Fix termios bit macros.
1555         Move *DLY definitions where they belong, in termios.h.
1556         Add *[0-3] definitions.
1557         Fixes confusion between VT and FF.
1558         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
1559         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
1560         are already defined to avoid collision with termios.h.
1561         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
1562         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
1563         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
1564         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
1565         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
1566         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
1567         VTDLY, VT0, VT1): New macros.
1568         [__USE_GNU] (OLCUC): Change value of macro.
1569         [__USE_XOPEN] (OFILL): New macro.
1570         [__USE_BSD] (CRTSCTS): Change value.
1571         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
1572         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
1573         (B7200, B14400, B28800, B76800): New macros.
1575 2008-05-01  David S. Miller  <davem@davemloft.net>
1577         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
1578         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
1579         (gen-as-const-headers): Add it.
1580         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
1581         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
1582         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
1583         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
1585         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
1586         six system call parameters.
1587         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1589 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
1591         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
1592         RUSAGE_LWP.
1593         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1594         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1596 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
1598         * stdlib/tst-setcontext.c: Include unistd.h.
1600 2008-04-25  David S. Miller  <davem@davemloft.net>
1602         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
1603         Pass "union semun" properly in to sys_ipc, it must be passed
1604         by value, not by reference.
1606 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
1608         * nscd/Makefile (nscd-cflags): Set back to -fpie.
1609         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
1610         * nscd/connections.c (mem_in_flight): Likewise.
1612         * nscd/nscd.h (dbs): Make hidden.
1614         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
1615         Avoid returning -1, return 0 instead.
1617 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
1619         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
1621 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
1623         [BZ #5209]
1624         * sysdeps/unix/sysv/linux/times.c: New file.
1626         [BZ #5381]
1627         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
1628         mem_in_flight_list variables.  Add new parameter to mempool_alloc
1629         prototype.
1630         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
1631         appropriate mem_in_flight element.
1632         (gc): Take allocations which have not yet been committed to the
1633         database into account.
1634         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
1635         Reset mem_in_flight before returning.
1636         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
1637         cue it up in mem_in_flight_list.
1638         * nscd/aicache.c: Adjust mempool_alloc call.
1639         * nscd/grpcache.c: Likewise.
1640         * nscd/hstcache.c: Likewise.
1641         * nscd/initgrcache.c: Likewise.
1642         * nscd/pwdcache.c: Likewise.
1643         * nscd/servicescache.c: Likewise.
1644         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
1645         of -fpie.
1647         * nscd/connections.c (handle_request): Provide better error message
1648         in case SELinux forbids the service.
1650         * version.h (VERSION): Bump to 2.8.90.
1652 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
1654         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
1656 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1658         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
1659         Also use for 32-bit.
1660         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
1661         __nextafter instead of nextafter to avoid local PLT.
1662         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
1663         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1665         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
1667         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
1668         __fe_nomask_env.
1669         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
1670         <fenv_libc.h> instead of <fenv.h>.
1671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1674         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
1676         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
1677         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
1678         function from fegetexcept and make old name weak alias.
1679         * include/fenv.h: Declare __fegetexcept.
1680         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
1681         fegetexcept.
1682         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
1683         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
1684         to fetestexcept.
1685         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
1686         instead of frexpl to avoid local PLT.
1687         * math/s_significandl.c (__significandl): Use __ilogbl instead of
1688         ilogbl to avoid local PLT.
1689         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
1690         instead of ldexpl to avoid local PLT.
1691         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
1692         __roundl not roundl to avoid local PLT.
1693         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
1694         local PLTs.  Use __sincosl instead of separate sinl and cosl
1695         calls.
1696         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1698         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
1699         version for ppc64 to 2.4.21 since without it makecontext will fail.
1701         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
1702         to the ABI in use.
1703         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
1704         .__tls_get_addr.
1705         [__powerpc64__] (TLS_GD): Likewise.
1707 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
1709         [BZ #4997]
1710         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
1711         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
1712         mantissa.
1713         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1714         Likewise.  Also account for when x is an odd number between 2^52
1715         and 2^53-1.
1716         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
1717         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1718         * math/libm-test.inc (lround_test, llround_test): Added test cases to
1719         detect aforementioned erroneous conditions.
1721 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1723         * configure.in: Check for -fno-section-anchors in addition to
1724         -fno-toplevel-reorder.
1726 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1728         * include/features.h (__GLIBC_MINOR__): Bump to 8.
1730         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
1731         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
1732         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
1733         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
1734         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
1735         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
1737 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1739         [BZ #5443]
1740         * time/era.c: Transform __libc_setlocale_lock into rwlock.
1741         * time/alt_digit.c: Likewise.
1742         * wcsmbs/wcsmbsload.c: Likewise.
1744 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
1746         * version.h (VERSION): Bump to 2.8.
1748         * timzeone/asia: Update from tzdata2008b.
1749         * timezone/backward: Likewise.
1750         * timezone/europe: Likewise.
1751         * timezone/northamerica: Likewise.
1752         * timezone/southamerica: Likewise.
1753         * timezone/iso3166.tab: Likewise.
1754         * timezone/leapseconds: Likewise.
1755         * timezone/zone.tab: Likewise.
1756         * timezone/private.h: Update from tzcode2008a.
1757         * timezone/zdump.c: Likewise.
1758         * timezone/zic.c: Likewise.
1760 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
1762         [BZ #5741]
1763         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
1764         Define additonal Data Cache Block instruction macros.
1765         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
1766         Replace dcbst with dcbf and sync with sync/isync.
1768 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
1770         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1771         Always set ELF_RTYPE_CLASS_PLT.
1772         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
1774 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
1776         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
1777         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
1778         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
1779         For ISA 2.01 and later replace mftb with mfspr 268.
1781 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
1783         [BZ #5768]
1784         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
1785         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
1787 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
1789         [BZ #5768]
1790         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
1791         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
1792         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
1793         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
1795 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
1797         * stdlib/tst-makecontext.c (othervar): New variable.
1798         (cf): Test sign extending the argument to long.
1800 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
1802         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
1803         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
1804         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
1805         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
1806         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
1807         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
1808         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
1810 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
1812         * elf/Makefile (tests): Substitute tests-vis-yes here.
1813         (tests-vis-yes): Delete.
1814         (modules-name, modules-vis-yes): Similarly.
1816 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
1818         [BZ #4407]
1819         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
1820         Preserve sign in signgamp when x is zero.
1822 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
1824         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
1825         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
1826         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
1827         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
1828         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
1829         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
1831 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
1833         [BZ #4314]
1834         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
1835         buffers.
1837         [BZ #5209]
1838         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
1839         a reserved error value.
1841         * stdlib/tst-makecontext.c: Change parameter to cf to negative
1842         value to check for correct sign extension.
1844         [BZ #5436]
1845         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
1846         Copy 64-bit parameter values even though this is not required in
1847         the standard.
1849         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
1850         PC save.
1852 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
1854         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
1855         PC save.
1857 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
1859         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
1861 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
1863         [BZ #5998]
1864         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
1865         in line-buffered stream failed.
1866         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
1868 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
1870         [BZ #6024]
1871         * scripts/abi-versions.awk: If the version specified by
1872         --enable-oldest-abi is older than the first version for this
1873         architecture, use the default version.
1875         * locale/programs/ld-collate.c (collate_read): Ignore script lines
1876         as well when ignoring the whole category.
1878 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
1880         [BZ #6042]
1881         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
1882         ETHERTYPE_* definitions.
1883         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
1885 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
1887         * stdlib/mbtowc.c (__no_r_state): Remove.
1888         (mbtowc): New static state variable.  Use it instead of
1889         __no_r_state.
1890         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
1891         (__wctomb_state): New hidden variable.
1892         (wctomb): Use __wctomb_state instead of __no_r_state.
1893         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
1894         (__wctomb_state): New extern decl.
1895         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
1897 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
1899         [BZ #5475]
1900         * resolv/res_init.c: Handle scope IDs in resolv.conf.
1902 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
1904         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
1906 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
1908         * po/nl.po: Update from translation team.
1910 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
1912         [BZ #6007]
1913         * string/strfry.c: Handle empty strings again.
1915 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
1917         [BZ #5443]
1918         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
1919         before looking for translation.
1920         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
1921         * locale/freelocale.c: Likewise.
1922         * locale/newlocale.c: Likewise.
1923         * locale/setlocale.c: Likewise.
1924         Based partially on a patch by ryo@np.css.fujitsu.com.
1926 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
1928         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
1929         acquiring wrlock.  Do conv_tab allocation while holding lock.
1930         * intl/Makefile: Add rules to build and run tst-gettext6.
1931         * intl/tst-gettext6.c: New test.
1932         * intl/tst-gettext6.sh: New file.
1934 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
1936         * po/nl.po: Update from translation team.
1938         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
1939         provided through st_blksize, try the default size before giving up.
1941 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
1943         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
1945         [BZ #5939]
1946         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
1948         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
1949         error message.  POSIX today does not require the messages to be in
1950         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
1952         [BZ #5979]
1953         * sunrpc/auth_unix.c: Unify printed strings.
1954         * sunrpc/clnt_tcp.c: Likewise.
1955         * sunrpc/clnt_udp.c: Likewise.
1956         * sunrpc/clnt_unix.c: Likewise.
1957         * sunrpc/svc_tcp.c: Likewise.
1958         * sunrpc/svc_udp.c: Likewise.
1959         * sunrpc/svc_unix.c: Likewise.
1960         * sunrpc/xdr.c: Likewise.
1961         * sunrpc/xdr_array.c: Likewise.
1962         * sunrpc/xdr_rec.c: Likewise.
1963         * sunrpc/xdr_ref.c: Likewise.
1964         * locale/programs/ld-time.c (time_finish): Unify messages.
1965         * locale/programs/locfile.c (handle_copy): Fix typo.
1966         * nscd/nscd.c (options): Fix typo.
1968         [BZ #5995]
1969         * stdlib/strtod_l.c: Use correct sign for result in one more
1970         underflow case.
1971         Patch by Eric Blake <ebb9@byu.net>.
1973 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
1975         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
1976         and creat system calls.
1977         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
1978         call.
1979         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
1980         system calls.
1981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
1982         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1983         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1985 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
1987         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
1988         <linux/limits.h> has defined it.
1989         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
1990         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
1991         headers.
1992         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
1993         it instead of ARG_MAX.
1995 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
1997         * posix/gai.conf: Fix comment for scope nullbits.
1998         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
1999         default to 128 bits for v4 mapped addresses.
2001 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2003         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2004         ptrace call to get the ieee_instruction_pointer from the kernel.
2005         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2006         ptrace call to set the ieee_instructtion_pointer.
2007         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2008         Add comment that ieee_instruction_pointer is always 0.
2010 2008-03-09  Andreas Jaeger  <aj@suse.de>
2012         [BZ #5857]
2013         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2014         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2015         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2017         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2018         (rint_test): Likewise.
2020 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2022         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2023         call.
2024         (__nisfind_server): Similar for open readColdStartFile call.
2025         Patch partially by Jim Meyering.
2026         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2027         around internal_setent call.
2029         * po/vi.po: New Vietnamese translation.
2031         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2032         ADJ_OFFSET_SS_READ.
2034         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2035         remove CLONE_STOPPED.
2037 2008-02-10  Jim Meyering  <meyering@redhat.com>
2039         Remove useless "if" before "free":
2040         * elf/ldconfig.c (parse_conf_include): Likewise.
2041         * gmon/gmon.c (weak_alias): Likewise.
2042         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2043         * inet/rcmd.c (__validuser2_sa): Likewise.
2044         * intl/bindtextdom.c (set_binding_values): Likewise.
2045         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2046         * libio/genops.c (save_for_backup): Likewise.
2047         * libio/wgenops.c (save_for_wbackup): Likewise.
2048         * locale/programs/ld-collate.c (collate_read): Likewise.
2049         * locale/programs/linereader.c (get_string): Likewise.
2050         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2051         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2052         * resolv/res_debug.c (do_section): Likewise.
2053         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2054         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2055         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2056         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2057         * time/tzset.c (tzset_internal): Likewise.
2059 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2061         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2062         of ASSEMBLER.
2064 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2066         [BZ #5903]
2067         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2068         not stream for output file.  Open output file here.
2069         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2070         and output file name.
2071         (process_fd): Likewise.
2072         (process_file): Likewise.
2073         (main): Adjust callers of changed functions.
2074         * iconv/iconv_prog.h: Adjust prototype.
2076 2008-03-09  Andreas Jaeger  <aj@suse.de>
2078         [BZ #5753]
2079         * sysdeps/ia64/ieee754.h: Use protected namespace
2080         __BIG_ENDIAN/__LITTLE_ENDIAN.
2081         * sysdeps/ieee754/ieee754.h: Likewise.
2082         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2084 2008-03-08  Roland McGrath  <roland@frob.com>
2086         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2087         ignore a signal that came from a machine exception, treat it as a
2088         fatal core-dump signal instead.
2089         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2091         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2092         Clear DF bit in thread state's eflags.
2093         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2095 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2097         [BZ #5774]
2098         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2099         of NAN(...) sequence.
2100         * stdlib/Makefile (tests): Add tst-strtod6.
2101         * stdlib/tst-strtod6.c: New file.
2103         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2105         [BZ #5762]
2106         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2107         putting offending option character in quotes.  Clean up error
2108         messages.
2109         * po/be.po: Adjust msgstr in translation file.
2110         * po/bg.po: Likewise.
2111         * po/ca.po: Likewise.
2112         * po/cs.po: Likewise.
2113         * po/da.po: Likewise.
2114         * po/de.po: Likewise.
2115         * po/es.po: Likewise.
2116         * po/fr.po: Likewise.
2117         * po/hr.po: Likewise.
2118         * po/ko.po: Likewise.
2119         * po/nl.po: Likewise.
2120         * po/rw.po: Likewise.
2121         * po/sk.po: Likewise.
2122         * po/sv.po: Likewise.
2123         * po/tr.po: Likewise.
2124         * po/zh_CN.po: Likewise.
2125         * po/zh_TW.po: Likewise.
2127         [BZ #5760]
2128         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2129         Patch by Roland Bless <roland@bless.de>.
2131         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2132         .o file.
2133         * elf/Makefile (routines): Add dl-sysdep.
2134         (elide-routines.os): Likewise.
2136 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2138         [BZ #5786]
2139         * elf/dl-sysdep.c: Undefine ROUND after use.
2140         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2141         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2142         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2143         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2144         to ...
2145         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2146         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2147         if necessary.
2148         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2150         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2151         _dl_tls_get_addr_soft element.
2152         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2153         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2154         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2155         GLRO.
2156         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2157         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2158         of internal_function.
2160         * stdlib/Makefile (aux): Add tens_in_limb.
2161         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2162         * stdlib/tens_in_limb.c: ...here.  New file.
2164         [BZ #5778]
2165         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2166         __statfs_chown_restricted.
2167         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2168         for _PC_CHOWN_RESTRICTED.
2169         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2170         Implement __statfs_chown_restricted.
2171         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2172         _POSIX_CHOWN_RESTRICTED value to zero.
2173         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2174         defined to zero.
2176         * sysdeps/x86_64/rtld-memset.c: New file.
2178 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2180         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2182         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2183         Barcelona machine.  Make default fall through branch of
2184         __x86_64_preferred_memory_instruction check as the integer code path.
2186 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2188         * sysdeps/x86_64/cacheinfo.c
2189         (__x86_64_preferred_memory_instruction): New variable.
2190         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2192         * sysdeps/x86_64/memset.S: Rewrite.
2194 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2196         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2197         __obstack_printf_chk): New prototypes.
2198         (__vasprintf_chk, __vdprintf_chk,
2199         __obstack_vprintf_chk): Likewise.
2200         Add libc_hidden_proto.
2201         * libio/obprintf.c
2202         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2203         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2204         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2205         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2206         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2207         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2208         __obstack_vprintf_chk): New prototypes.
2209         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2210         obstack_vprintf): New inlines.
2211         * debug/dprintf_chk.c: New file.
2212         * debug/vdprintf_chk.c: New file.
2213         * debug/asprintf_chk.c: New file.
2214         * debug/vasprintf_chk.c: New file.
2215         * debug/obprintf_chk.c: New file.
2216         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2217         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2218         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2219         @@GLIBC_2.8.
2220         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2221         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2222         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2223         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2224         libc_hidden_proto.
2225         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2226         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2227         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2228         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2229         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2230         @@GLIBC_2.8.
2231         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2232         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2233         obstack_vprintf_chk.
2234         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2235         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2236         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2237         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2238         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2239         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2241 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2243         [BZ #5779]
2244         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2245         Patch by Roy Marples <roy@marples.name>.
2247         [BZ #5736]
2248         * malloc/malloc.c: Fix typo in comment.
2250         [BZ #5627]
2251         * locale/iso-639.def: Add Shuswap.
2253 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2255         [BZ #5790]
2256         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2257         overwrite *h_errnop/*errnop values from getanswer_r in case of
2258         failure.
2260 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2262         [BZ #5818]
2263         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2264         (verify_persistent_db): Remove one unnecessary test and add a new one
2265         for bad configuration.
2266         (nscd_init): Improve error reported when persistent database cannot
2267         be reused.
2268         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2269         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2270         .suggested_module and .max_db_size and case config file says the
2271         values are zero.
2272         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2274         [BZ #5854]
2275         * nis/ypclnt.c (yp_order): Fix handling of return value of
2276         do_ypcall_tr call.
2277         Patch by Jeff Moyer <jmoyer@redhat.com>.
2279         * po/fr.po: Update from translation team.
2281 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2282             Carlos O'Donell <carlos@systemhalted.org>
2284         [BZ #5012]
2285         * FAQ.in: Describe why glibc needs to be compiled with
2286         optimization.
2288 2008-02-19  Roland McGrath  <roland@redhat.com>
2290         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2292 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2294         [BZ #5737]
2295         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2296         __USE_MISC is defined.
2298 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2300         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2301         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2302         sys/timerfd.h.
2303         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2304         timerfd_gettime, timerfd_settime.
2305         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2306         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2308 2008-02-08  Roland McGrath  <roland@redhat.com>
2310         * elf/elf.h (NT_PPC_SPE): New macro.
2312 2008-02-06  Roland McGrath  <roland@redhat.com>
2314         * Makerules ($(common-objpfx)sysd-rules):
2315         Depend on $(sysdep-makeconfigs).
2317 2008-01-31  Roland McGrath  <roland@redhat.com>
2319         [BZ #5442]
2320         * configure.in: Use -print-file-name if it yields a directory,
2321         for each of include and include-fixed.
2322         * configure: Regenerated.
2324         * Makeconfig (sysd-rules-targets): New variable.
2325         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2326         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2328 2008-01-30  Roland McGrath  <roland@redhat.com>
2330         * manual/libc.texinfo: Update back-cover text.
2332         * elf/elf.h (NT_386_TLS): New macro.
2334 2008-01-29  Roland McGrath  <roland@redhat.com>
2336         * Makeconfig (sysd-rules-patterns): New variable.
2337         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2338         (check-inhibit-asm): New canned sequence, replaces ...
2339         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2340         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2341         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2342         (CFLAGS-rtld): Variable removed.
2344 2008-01-24  Roland McGrath  <roland@redhat.com>
2346         * configure.in: Let configure fragments set base_os.
2347         * configure: Regenerated.
2349 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2351         * po/ko.po: Update from translation team.
2353 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2355         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2357 2008-01-12  Andreas Jaeger  <aj@suse.de>
2359         [BZ #5040]
2360         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2361         Add EPOLLRDHUP.
2363 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2365         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2366         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2367         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2369 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2371         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2372         * elf/dl-close.c (_dl_close): Check for it.
2373         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2374         (_dl_allocate_static_tls): Likewise.
2375         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2376         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2377         to it.
2378         * elf/tst-tls16.c: New file.
2379         * elf/tst-tlsmod16a.c: New file.
2380         * elf/tst-tlsmod16b.c: New file.
2381         * elf/Makefile: Add rules to build and run tst-tls16.
2383 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2385         [BZ #5628]
2386         * bits/shm.h: Fix comment describing shmid_ds.
2387         * sysdeps/gnu/bits/shm.h: Likewise.
2388         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2389         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2390         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2391         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2392         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2393         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2394         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2395         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2396         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2398         [BZ #5607]
2399         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2400         prototypes.
2401         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2402         additional suffixes.
2403         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2404         Add optional functions mq_timedreceive and mq_timedsend.
2405         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2406         * conform/data/pthread.h-data: Fix prototype of
2407         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2408         * conform/data/semaphore.h-data: Allow time.h definitions.
2409         * conform/data/signal.h-data: Likewise.
2410         * conform/data/stdio.h-data: getw and putw are not required in v6.
2411         * conform/data/stdlib.h-data: Change setstate prototype.
2412         * conform/data/string.h-data: Fix strerror_r prototype.
2413         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2414         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2415         Fix readlink prototype.
2416         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2417         in6addr_loopback.
2418         * inet/netinet/in.h: Cleanup namespace.
2419         * posix/regex.h: Likewise.
2420         * resolv/netdb.h: Likewise.
2421         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2422         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2423         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2424         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2425         of names of in in6_addr.
2426         (default_precedence): Likewise.
2427         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2428         NULL definition.
2430 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2432         * conform/data/fmtmsg.h-data: Add missing allows.
2433         * conform/data/ftw.h-data: Likewise.
2434         * conform/data/inttypes.h-data: Likewise.
2435         * conform/data/math.h-data: Likewise.
2436         * conform/data/signal.h-data: Likewise.
2437         * conform/data/net/if.h-data: Likewise.
2438         * conform/data/netinet/in.h-data: Likewise.
2439         * conform/data/sys/socket.h-data: Likewise.
2441         [BZ #5614]
2442         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2443         (__strtok_r): Simplify.
2444         * string/tester.c (test_strtok_r): Add test case for futile search
2445         with single-character seach string.
2447 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2449         * po/ko.po: Update from translation team.
2451 2008-01-11  Andreas Jaeger  <aj@suse.de>
2453         [BZ #5600]
2454         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
2455         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
2456         kernel header.
2458 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2460         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
2461         native interface lookup in all the relevant places.
2463 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
2464             Ulrich Drepper  <drepper@redhat.com>
2466         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
2467         field.  Use sockaddr_in6 for source_addr.
2468         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
2469         (match_prefix): Likewise.
2470         (get_label): Likewise.
2471         (get_precedence): Likewise.
2472         (rfc3484_sort): Change to use indirect access to results array.
2473         Adjust to use of sockaddr_in6.  Replace service_order test with
2474         simple index comparison.
2475         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
2476         service_order field.  Adjust qsort_t calls.  Access sorted result
2477         array indirectly through order array.
2478         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
2479         * posix/tst-rfc3484-2.c: Likewise.
2480         * posix/tst-rfc3484-3.c: Likewise.
2482 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
2484         [BZ #5541]
2485         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
2486         pollfd structures.
2487         Patch by AndrĂ© Cruz.
2489         [BZ #5545]
2490         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
2491         (clnt_spcreateerror): Likewise.
2493         [BZ #5553]
2494         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
2495         (public_mEMALIGn): Likewise.
2496         Patch mostly by Daniel Jacobowitz.
2498 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
2500         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
2501         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
2502         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
2503         * stdlib/tst-makecontext2.c: New test.
2505 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
2507         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
2508         defined.
2509         (REINIT_PARAMS): Likewise.  Undefine before end of file.
2510         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
2511         transliteration hooks and REINIT_PARAMS afterwards.
2512         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
2513         status.
2514         (REINIT_PARAMS): Define.
2515         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
2516         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
2517         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
2518         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
2519         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
2520         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
2521         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
2522         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
2523         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
2524         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
2525         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
2526         * iconvdata/tst-iconv7.c: New test.
2528 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
2530         * libio/stdio.h (vscanf): Fix definition for loser compilers.
2532 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
2534         [BZ #5112]
2535         * nscd/connections.c (restart): Fix condition.
2537 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2539         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
2540         __ctype_toupper_loc): Add __THROW.
2542 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
2544         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
2545         recognition of interface family.
2547         * posix/getconf.c: Update copyright year.
2548         * nss/getent.c: Likewise.
2549         * iconv/iconvconfig.c: Likewise.
2550         * iconv/iconv_prog.c: Likewise.
2551         * elf/ldconfig.c: Likewise.
2552         * catgets/gencat.c: Likewise.
2553         * csu/version.c: Likewise.
2554         * elf/ldd.bash.in: Likewise.
2555         * elf/sprof.c (print_version): Likewise.
2556         * locale/programs/locale.c: Likewise.
2557         * locale/programs/localedef.c: Likewise.
2558         * nscd/nscd.c (print_version): Likewise.
2559         * debug/xtrace.sh: Likewise.
2560         * malloc/memusage.sh: Likewise.
2561         * malloc/mtrace.pl: Likewise.
2562         * debug/catchsegv.sh: Likewise.
2564 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
2566         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
2567         second lookup.
2569 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
2571         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
2572         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2574 2007-12-17  Roland McGrath  <roland@redhat.com>
2576         * inet/ether_line.c (ether_line): Remove unused variable.
2578 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2580         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
2581         and winp.
2582         * login/openpty.c (openpty): Likewise.
2583         * login/pty.h (openpty, forkpty): Likewise.
2584         * manual/terminal.texi (openpty, forkpty): Likewise.
2586 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
2588         * malloc/malloc.c (public_cALLOc): For arenas other than
2589         main_arena, count all bytes inside the mprotect_size range of the
2590         heap as uninitialized.
2592 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
2594         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
2595         executable stacks.
2597         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
2598         mTRIm for all of them.
2599         (mTRIm): Additionally iterate over all free blocks and use madvise
2600         to free memory for all those blocks which contain at least one
2601         memory page.
2602         * malloc/tst-trim1.c: New file.
2603         * malloc/Makefile (tests): Add tst-trim1.
2605         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
2607 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
2609         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
2610         First cast argument to long
2611         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
2612         Return long.
2613         (__vdso_clock_gettime): Likewise.
2614         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
2615         return long.
2617 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
2619         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
2620         * locale/nl_langinfo_l.c: Real implementation, copied from
2621         nl_langinfo.c.
2622         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
2624 2007-12-01  Jim Meyering  <meyering@redhat.com>
2626         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2627         that would inhibit utf8-optimization of a regexp containing line-
2628         or buffer-anchors, e.g., `^', `$'.
2630 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2632         * time/bug-getdate1.c (do_test): Don't use century values which
2633         aren't valid on 32-bit systems.
2635 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
2637         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
2638         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
2639         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
2640         __strcat_g, __strncat_g): Add __asm__.
2642 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2644         [BZ #5477]
2645         * io/fchmodat.c: Fix typo in stub_warning use.
2646         Patch by Petr Salinger.
2648 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2650         * iconvdata/hp-thai8.c: New file.
2651         * iconvdata/Makefile: Add rules for hp-thai8.c.
2652         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
2653         * iconvdata/gconv-modules: Likewise.
2655         [BZ #5464]
2656         * iconvdata/hp-greek8.c: New file.
2657         * iconvdata/Makefile: Add rules for hp-greek8.c.
2658         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
2659         * iconvdata/gconv-modules: Likewise.
2661         [BZ #5463]
2662         * iconvdata/hp-turkish8.c: New file.
2663         * iconvdata/Makefile: Add rules for hp-turkish8.c.
2664         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
2665         * iconvdata/gconv-modules: Likewise.
2667         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
2668         (shrink_heap): ... this new function.
2669         (heap_trim): Call shrink_heap instead of grow_heap.
2671         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
2672         case don't call alloc_perturb.
2674 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2676         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
2677         possible.
2678         * sysdeps/unix/sysv/linux/kernel-features.h
2679         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
2680         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
2682 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
2684         [BZ #5424]
2685         * stdio-common/vfprintf.c: Do not overflow when adding to done.
2686         * stdio-common/Makefile (tests): Add bug22.
2687         * stdio-common/bug22.c: New file.
2689         [BZ #5451]
2690         * time/getdate.c: Fix filling in default values.
2691         * time/bug-getdate1.c: New file.
2692         * time/Makefile: Add rules to build and run bug-getdate1.
2694         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
2695         * iconvdata/ebcdic-es.c: Likewise.
2696         * iconvdata/ebcdic-es-a.c: Likewise.
2697         * iconvdata/ebcdic-uk.c: Likewise.
2698         * iconvdata/iso8859-16.c: Likewise.
2699         * iconvdata/viscii.c: Likewise.
2700         * iconvdata/iso8859-9e.c: Likewise.
2701         * iconvdata/Makefile: Adjust appropriately.
2703         [BZ #5428]
2704         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
2705         __need_wint_t.
2707 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2709         [BZ #5427]
2710         * iconvdata/hp-roman9.c: New file.
2711         * iconvdata/Makefile: Add rules for hp-roman9.c.
2712         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
2713         * iconvdata/gconv-modules: Likewise.
2715         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
2716         * iconvdata/Makefile: Adjust appropriately.
2718         [BZ #5441]
2719         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
2720         structure, it's allocated with alloca.
2721         * stdio-common/Makefile (tests): Add bug21.
2722         * stdio-common/bug21.c: New file.
2724 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
2726         [BZ #5452]
2727         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
2728         keyword for gcc's braced-groups.
2730 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2732         [BZ #5454]
2733         * inet/ether_line.c: Strip hostname of whitespaces.
2734         * inet/Makefile (tests): Add tst-ether_line.
2735         * inet/tst-ether_line.c: New file.
2737 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
2739         [BZ #5439]
2740         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
2742         [BZ #5435]
2743         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
2745         * stdlib/tst-setcontext.c: Catch the case where the links gets
2746         messed up and we do not reach main again.
2748         * po/ca.po: Update from translation team.
2750 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
2752         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
2753         * posix/regex.h (REG_ENOSYS): Likewise.
2754         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
2756 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
2758         * nscd/nscd.h (MAX_STACK_USE): Define.
2759         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
2760         (gc): Initialize stack_used based on allocation in prune_cache.
2761         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
2762         Clear array before use.
2764         * nscd/aicache.c (addhstaiX): Update statistics counter in case
2765         memory allocation failed.
2766         * nscd/hstcache.c (cache_addhst): Likewise.
2767         * nscd/grpcache.c (cache_addgr): Likewise.
2768         * nscd/servicescache.c (cache_addserv): Likewise.
2769         * nscd/pwdcache.c (cache_addpw): Likewise.
2770         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2772 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
2774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
2775         and creat system calls.
2777         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
2779 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2781         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
2782         Add netiucv/iucv.h.
2783         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
2784         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
2785         protocol.
2786         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
2787         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
2788         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
2790 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2792         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
2793         strncat): Define as macros to avoid compile errors.
2795         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
2796         creat entries.
2798 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
2800         [BZ #5382]
2801         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
2802         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
2803         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
2804         overflow it.
2805         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
2807         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
2808         Return zero in case the thread library is not NPTL.
2810         [BZ #5375]
2811         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
2812         initializing interface list.
2814         [BZ #5378]
2815         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
2816         use result of nss_getgrgid_r if nothing was found.  For other
2817         error return with a failure.
2818         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
2820         * locale/programs/ld-collate.c (collate_read): Fix loop to match
2821         macro name.
2823 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
2825         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
2826         (get_scope): For IPv4 scope, use scopes table.
2827         (fini): Free scopes table if necessary.
2828         (free_scopelist): New function.
2829         (scopecmp): New function.
2830         (gaiconf_init): Also handle scopev4 entries.
2831         * posix/tst-rfc3484.c (do_test): Initialize scopes.
2832         * posix/tst-rfc3484-2.c (do_test): Likewise.
2833         * posix/gai.conf: Document scopev4 defaults.
2834         * posix/Makefile (tests): Add tst-rfc3484-3.
2835         * posix/tst-rfc3484-3.c: New file.
2837         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
2838         Teredo tunnels.
2839         * posix/gai.conf: Update for current default tables.
2841 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
2843         * po/tr.po: Update from translation team.
2845 2007-11-18  Roland McGrath  <roland@frob.com>
2847         * manual/arith.texi (Remainder Functions): Spelling fix.
2848         From Shaun Silk <genix@mysoul.com.au>.
2850         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
2852 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
2854         * po/zh_CN.po: Update from translation team.
2856         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
2857         Add sys/signalfd.h and sys/eventfd.h.
2859 2007-11-15  Bruno Haible  <bruno@clisp.org>
2861         [BZ #5346]
2862         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
2863         union.
2864         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
2865         (DCIGETTEXT): Change the allocation of the 'search' variable so that
2866         it needs only fixed stack space. Delay the initialization of
2867         msgid_len until it is needed.
2869 2007-11-15  Andreas Jaeger  <aj@suse.de>
2871         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
2872         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
2874 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
2876         * po/ko.po: Update from translation team.
2878 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
2880         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
2881         significantly.  The device type is also part of the ifinfomsg data.
2883         * po/sv.po: Update from translation team.
2884         * po/nl.po: Likewise.
2886         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
2887         to wake up in 24 hours.
2889         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
2891 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
2893         * po/cs.po: Update from translation team.
2894         * po/pl.po: Likewise.
2896         * include/ifaddrs.h: Remove in6ai_temporary.
2897         (struct in6addrinfo): Add index element.
2898         Declare __check_native.
2899         * inet/Makefile (aux): Add check_native.
2900         * sysdeps/unix/sysv/linux/check_native.c: New file.
2901         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
2902         IFA_F_TEMPORARY.  Pass back ifa_index.
2903         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
2904         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
2905         call __check_native if necessary.
2906         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
2907         to sort addresses.  Pass information about the results.
2908         * posix/tst-rfc3484.c: Adjust for addition of index field and change
2909         of rfc3484_sort interface.
2910         * posix/tst-rfc3484-2.c: Likewise.
2912         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
2913         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
2914         for _quicksort.
2915         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
2916         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
2917         on as third parameter to compare function and _quicksort.
2918         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
2919         to the compare function.
2920         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
2921         * Versions.def: Add GLIBC_2.8 for libc.
2923         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
2924         * posix/tst-rfc3484-2.c: Likewise.
2926         * include/kernel-features.h: Moved to...
2927         * sysdeps/mach/hurd/kernel-features.h: ...here.
2929 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
2931         * sysdeps/i386/i586/memcpy_chk.S: New file.
2932         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
2933         * sysdeps/i386/i586/memset_chk.S: Likewise.
2935 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
2937         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
2938         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
2939         list of interfaces.  Also store prefix length.
2940         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
2941         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
2942         prefix if source and destination address are in the same subnet.
2943         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
2944         Always look for matching record in in6ai list.
2945         Correct source_addr_len value for IPv6->IPv4 converted records.
2947 2007-11-11  Roland McGrath  <roland@frob.com>
2949         * include/kernel-features.h: New file.
2951 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
2953         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
2954         complications for 64-bit platforms.
2956         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
2957         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
2958         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
2959         open64_2.
2960         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
2961         entries.
2962         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2963         * sysdeps/wordsize-64/alphasort.c: New file.
2964         * sysdeps/wordsize-64/alphasort64.c: New file.
2965         * sysdeps/wordsize-64/fseeko.c: New file.
2966         * sysdeps/wordsize-64/fseeko64.c: New file.
2967         * sysdeps/wordsize-64/ftello.c: New file.
2968         * sysdeps/wordsize-64/ftello64.c: New file.
2969         * sysdeps/wordsize-64/ftw.c: New file.
2970         * sysdeps/wordsize-64/ftw64.c: New file.
2971         * sysdeps/wordsize-64/iofgetpos.c: New file.
2972         * sysdeps/wordsize-64/iofgetpos64.c: New file.
2973         * sysdeps/wordsize-64/iofopen.c: New file.
2974         * sysdeps/wordsize-64/iofopen64.c: New file.
2975         * sysdeps/wordsize-64/iofsetpos.c: New file.
2976         * sysdeps/wordsize-64/iofsetpos64.c: New file.
2977         * sysdeps/wordsize-64/lockf.c: New file.
2978         * sysdeps/wordsize-64/lockf64.c: New file.
2979         * sysdeps/wordsize-64/mkostemp.c: New file.
2980         * sysdeps/wordsize-64/mkostemp64.c: New file.
2981         * sysdeps/wordsize-64/mkstemp.c: New file.
2982         * sysdeps/wordsize-64/mkstemp64.c: New file.
2983         * sysdeps/wordsize-64/scandir.c: New file.
2984         * sysdeps/wordsize-64/scandir64.c: New file.
2985         * sysdeps/wordsize-64/tmpfile.c: New file.
2986         * sysdeps/wordsize-64/tmpfile64.c: New file.
2987         * sysdeps/wordsize-64/versionsort.c: New file.
2988         * sysdeps/wordsize-64/versionsort64.c: New file.
2989         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
2990         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
2991         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
2992         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
2993         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
2994         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
2995         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
2996         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
2997         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
2998         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
2999         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3000         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3002         * crypt/sha256-crypt.c: Fix a comment.
3003         * crypt/sha512-crypt.c: Likewise.
3005 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3007         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3009 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3011         [BZ #5277]
3012         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3013         because output buffer is too small break, don't loop.
3014         * iconvdata/Makefile (tests): Add bug-iconv6.
3015         * iconvdata/bug-iconv6.c: New file.
3017 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3019         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3020         with size_t type.
3021         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3022         size_t.  Add casts where needed.
3024         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3025         old headers, don't call avc_has_perm if we don't have the
3026         permission information.
3028 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3030         * elf/rtld.c (dl_main): Use the page size to find the map start.
3032 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3034         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3035         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3037         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3038         when the lookup call failed.
3040         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3041         Add prune_cond and wakeup_time.
3042         (CACHE_PRUNE_INTERNAL): Define.
3043         Update declarations of prune_cache and setup_thread.
3044         * nscd/connections.c (dbs): Update initializers.
3045         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3046         (nscd_init): Default number of threads is now 4.
3047         (invalidate_cache): Take lock before calling prune_cache.
3048         (handle_request): If SELinux forbids the request, say so.
3049         (readylist_cond): Use static initializer.
3050         (nscd_run_prune): New function.  Used only by pruning threads.
3051         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3052         here.
3053         (fd_ready): Update nscd_run reference.
3054         (start_threads): No need to initialize readylist_cond.
3055         Start pruning threads separately.
3056         * nscd/nscd_setup_thread.c: Change return value type to int and always
3057         return 0.
3058         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3059         to int and return nonzero value if we can use the TID address hack.
3060         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3061         the database is later than the new entry's timeout, update the
3062         wakeup time and wake the cleanup thread.
3063         (prune_cache): Return seconds the next entry in the database is still
3064         valid.  Remove locking for pruning here.
3065         * nscd/nscd.conf: Document default number of threads.
3067 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3069         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3070         stack is properly aligned for the target function.
3071         Correct unwind info.
3073         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3074         when using auditing libraries.
3076 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3078         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3079         _nss_dns_getnetbyaddr2_r.
3080         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3081         extra parameter to getanswer_r.
3082         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3083         _nss_dns_getnetbyaddr2_r.
3085         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3086         gethstbynm3_r.
3087         * nscd/gethstbynm2_r.c: Remove.
3088         * nscd/gethstbynm3_r.c: New file.
3089         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3090         __gethostbyaddr_r.
3091         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3092         __gethostbyaddr_r compatibility wrapper.
3093         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3094         determining timeout of entry.
3095         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3096         __gethostbyaddr2_r.
3097         (addhstbyX): Pass reference to variable for TTL to lookup and
3098         cache_addhst.
3099         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3100         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3101         and __nss_next2.  Remove __nss_services_lookup.
3102         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3103         Add compat wrapper.
3104         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3105         __nss_next2.
3106         * nss/getXXent_r.c: Likewise.
3107         * nss/getnssent_r.c: Likewise.
3108         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3109         does not exist in module, try the optional second name.
3110         (__nss_next2): New function.
3111         (__nss_next): Now wrapper around __nss_next2.
3112         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3113         Declare __nss_next2.
3114         Adjust definition of db_lookup_function type.
3115         * nss/service-lookup.c: Define NO_COMPAT.
3116         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3117         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3118         * inet/ether_ntoh.c: Likewise.
3119         * sunrpc/netname.c: Likewise.
3120         * sunrpc/publickey.c: Likewise.
3121         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3122         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3123         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3124         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3125         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3127         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3129         * inet/getnetgrent.c (setup): Encrypt static pointer.
3131 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3133         [BZ #5204]
3134         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3135         * crypt/sha512c-test.c: Likewise.
3137         [BZ #5225]
3138         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3139         to keep track of end of %[ format string element.
3140         * stdio-common/Makefile (tests): Add bug20.
3141         * stdio-common/bug20.c: New file.
3143         [BZ #5222]
3144         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3145         path elements in counting mode.
3147 2007-10-27  Andreas Jaeger  <aj@suse.de>
3149         [BZ #5040]
3150         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3152         [BZ #3112]
3153         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3154         (__cleanup): Free shared library when exiting.
3155         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3156         (__cleanup): Free shared library when exiting.
3158 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3160         [BZ #2549]
3161         * math/libm-test.inc (check_float_internal): Support
3162         denormalized return.
3164 2007-10-23  Andreas Jaeger  <aj@suse.de>
3166         [BZ #5208]
3167         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3168         __LONG_LONG_PAIR to handle little endian byte order.
3169         Suggested by abhishekrai@google.com
3171 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3173         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3175 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3177         * nscd/cache.c (prune_cache): Move test for modified file outside
3178         of locking.
3180 2007-10-21  Andreas Jaeger  <aj@suse.de>
3182         * manual/texinfo.tex: Update to latest version.
3184         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3186         * manual/arith.texi (Status bit operations): Fix formatting.
3188         * manual/errno.texi (Error Messages): Fix formatting.
3190         * manual/sysinfo.texi (System Parameters): Fix formatting.
3192         * manual/libc.texinfo: Update VERSION and UPDATED.
3194 2007-10-19  Roland McGrath  <roland@redhat.com>
3196         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3198 2007-10-06  David S. Miller  <davem@davemloft.net>
3200         * configure.in: Add sparcv9v2 and sparc64v2.
3201         * scripts/config.sub: Likewise.
3202         * configure: Regenerate.
3203         * elf/elf.h (HWCAP_SPARC_N2): New.
3204         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3205         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3206         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3207         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3208         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3209         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3210         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3212 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3214         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3215         even if the poll result indicates there is data to read.
3216         Patch by Jeff Moyer <jmoyer@redhat.com>.
3218 2007-10-18  Roland McGrath  <roland@redhat.com>
3220         * elf/elf.h (NT_PPC_VMX): New macro.
3222 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3224         * version.h (VERSION): Set to 2.7.90.
3226 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3228         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3229         weak_alias.
3231 2007-10-17  Roland McGrath  <roland@frob.com>
3233         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3234         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3236 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3238         * version.h (VERSION): Bump to 2.7.
3239         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3241         [BZ #5186]
3242         * time/tzset.c (__tz_convert): Don't force testing for a change of
3243         TZ if not called from localtime.  But then also see whether the
3244         file changed, in case __use_tzfile is set.
3246         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3247         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3248         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3249         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3250         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3251         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3252         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3253         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3255 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3257         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3258         and admin selects to be able to replace the gai.conf file, lock
3259         data structures around the qsort call.
3261 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3263         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3264         new memset.
3265         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3266         too high for the improvements.  Implement bzero unconditionally for
3267         use in libc.
3269 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3270             Jakub Jelinek  <jakub@redhat.com>
3272         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3273         even when time_t is 32-bit.
3274         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3275         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3276         always set after the search.
3278 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3280         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3281         unreachable code on 32-bit machines.
3283 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3285         [BZ #5184]
3286         * time/strftime_l.c: Include stdbool.h.
3287         (my_strftime): New wrapper, old function renamed to...
3288         (__strftime_internal): ... new function.  Add tzset_called
3289         argument, pass it down to recursive calls, don't call tzset ()
3290         if already true, set to true after call to tzset ().
3292 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3294         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3295         into account when copying TZ string.
3297 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3299         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3300         num_transition rather than num_transitions - 1.
3302 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3304         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3305         PIC indirect jump.
3307         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3308         a local label rather than HIDDEN_JUMPTARGET.
3310 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3312         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3313         (init_cacheinfo): Initialize it.
3314         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3315         Always define bzero.
3316         Remove non-glibc code.
3317         * sysdeps/x86_64/bzero.S: Make an empty file.
3319 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3321         * sysdeps/x86_64/cacheinfo.c
3322         (__x86_64_preferred_memory_instruction): New.
3323         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3325         * sysdeps/x86_64/memset.S: Rewrite.
3327 2007-10-15  Roland McGrath  <roland@redhat.com>
3329         * po/libc.pot: Regenerated.
3331 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3333         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3334         pointers.
3336         [BZ #3425]
3337         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3338         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3339         address record to T_A/T_AAAA requests.
3341 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3343         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3345         * posix/glob.c: Add some branch prediction throughout.
3347         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3348         read from nscd.
3350         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3351         service_order.
3352         (rfc3484_sort): Make sure that even if qsort doesn't support
3353         stable sorting out sorting here is stable by comparing service_order.
3354         (getaddrinfo): Initialize service_order.
3355         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3356         service_order field to sorting structure.
3357         * posix/tst-rfc3484-2.c (do_test): Likewise.
3359         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3360         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3361         __tzset_parse_tz and updating of daylight, timezone, tzname into
3362         update_vars.
3363         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3364         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3365         happens in __tz_compute.
3366         * time/tzfile.c (__tzfile_read): Also read TZ string.
3367         (find_transition): Fold into __tzfile_compute.
3368         (__tzfile_compute): For times beyond the last transition try to
3369         use the TZ string.
3370         * timezone/tst-timezone.c: Information in daylight and tzname does
3371         change for Asia/Tokyo timezone with more concrete information.
3372         Remove the test.
3374         * include/stdio.h: Add libc_hidden_proto for ftello.
3375         * libio/ftello.c: Add libc_hidden_def.
3377         [BZ #1140]
3378         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3379         on the specified time and not the last entries in the file.  Move
3380         code to determine tzname[] to...
3381         (find_transition): ...here.  Add ugly guess for times before the
3382         first transition.
3384 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3386         [BZ #3195]
3387         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3388         no entry.
3389         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3390         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3391         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3392         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3394         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3395         read mechanism when there are no group members and avoid no-op
3396         read syscall in this case.
3398         [BZ #3242]
3399         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3400         (__readall): If reading failed due to EAGAIN error wait a bit
3401         and possibly try again.
3402         (__readvall): Likewise.
3404 2007-10-13  Bruno Haible  <bruno@clisp.org>
3406         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3407         when we cannot recode the message.
3409 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3411         [BZ #4359]
3412         * libio/__freading.c (__freading): Don't return true for
3413         write-only streams.  For read/write streams, check whether we
3414         performed a read operation already.
3415         * libio/Makefile (tests): Add tst-ext2.
3416         * libio/tst-ext2.c: New file.
3418 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3420         * locale/programs/repertoire.c (repertoire_read): Always free
3421         memory for repertoire file name [Coverity CID 270].
3423         * elf/cache.c (save_aux_cache): Free memory allocated for
3424         temporary file name [Coverity CID 267].
3426 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3428         * misc/Makefile (headers): Add bits/error.h.
3430 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3432         * posix/fnmatch_loop.c: Take rule index returned as part of
3433         findidx return value into account when accessing weights.
3434         * posix/regcomp.c: Likewise.
3435         * posix/regexec.c: Likewise.
3437         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3438         (skip_to): Fix problems with parameter of elifdef/elifndef.
3440 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3442         * iconv/gconv_simple.c: Add some branch prediction.
3444 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3446         * locale/programs/ld-collate.c (collate_read): If ignore_content
3447         and nowtok is tok_define, eat any tok_eol tokens.
3449 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3451         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3452         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3454         * inet/netinet/in.h: Don't include bits/socket.h.
3455         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
3456         macro.
3457         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3459 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
3461         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
3462         and tok_elifndef.
3463         * locale/programs/locfile-kw.gperf: Likewise.
3464         * locale/programs/ld-collate.c: Implement primitive preprocessor.
3466 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
3468         * stdio-common/printf-parse.h: Include string.h and wchar.h.
3469         (__find_specwc): Change into __extern_always_inline function.
3470         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
3471         (__parse_one_specmb): Remove ps argument.
3472         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
3473         Adjust __find_specmb and __parse_one_specmb callers.
3474         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
3475         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
3476         Removed.
3477         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
3478         caller.
3480 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
3482         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
3483         with some Pentium Ds.
3485 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
3487         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
3488         __read not read.
3489         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
3490         __write not write.
3492 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3494         [BZ #181]
3495         * locale/C-time.c: Set week_1stday data to 19971201.
3496         * locale/programs/ld-time.c (time_finish): Default for
3497         first_workday is Monday.
3499         [BZ #2633]
3500         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
3502         [BZ #5103]
3503         * posix/glob.c (glob): Recognize patterns starting \/.
3504         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
3505         (main): Add test for pattern starting \/.
3507         * misc/error.h: Use __const instead of const.
3508         * misc/bits/error.h: Likewise.
3510 2007-10-07  Andreas Jaeger  <aj@suse.de>
3512         * include/bits/error.h: New file.
3514         * misc/bits/error.h (error_at_line): Fix prototype.
3516 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
3518         [BZ #3924]
3519         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
3520         more little bugs in creating the stack frame when pltexit has to
3521         be called.
3523         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
3524         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
3526         [BZ #4407]
3527         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
3528         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
3529         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
3530         * math/libm-test.inc: Add test for this case.
3532         [BZ #5010]
3533         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
3534         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
3535         map service succeeded.
3536         (svc_is_mapped): New function.
3537         (svc_unregister): Use it before trying to unmap service.
3539 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
3541         * timezone/zic.c: Update from tzcode2007h.
3543         [BZ #5063]
3544         * timezone/africa: Update from tzdata2007h.
3545         * timezone/antarctica: Likewise.
3546         * timezone/asia: Likewise.
3547         * timezone/australasia: Likewise.
3548         * timezone/europe: Likewise.
3549         * timezone/leapseconds: Likewise.
3550         * timezone/northamerica: Likewise.
3551         * timezone/southamerica: Likewise.
3552         * timzeone/zone.tab: Likewise.
3554         [BZ #5104]
3555         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
3557         [BZ #5113]
3558         * string/bits/string2.h (__strdup): Cast parameters to calloc to
3559         avoid warning with -Wconversion.
3560         (__strndup): Likewise.
3561         Half the patch by Christian Iseli <christian.iseli@licr.org>.
3563         [BZ #5112]
3564         * nscd/connections.c (restart): Don't resync if database is
3565         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
3567         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
3568         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
3570         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
3571         evetnfd_read, eventfd_write.
3572         * sysdeps/unix/sysv/linux/eventfd.c: New file.
3573         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
3574         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
3575         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
3576         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
3577         eventfd_write for GLIBC_2.7.
3579         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
3580         * sysdeps/unix/sysv/linux/signalfd.c: New file.
3581         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
3582         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
3584 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
3586         * stdlib/msort.c: Include stdint.h.
3587         (struct msort_param): New type.
3588         (msort_with_tmp): Use struct msort_param pointer for unchanging
3589         parameters.  Add optimized handling for several common sizes
3590         and indirect sorting mode.
3591         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
3592         sorting.
3593         Suggested by Belazougui Djamel .
3595         * stdlib/Makefile (tests): Add tst-qsort2.
3596         * stdlib/tst-qsort2.c: New test.
3598 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
3600         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
3601         for dup2 in case another thread races with the current one.  Retry
3602         in this case.
3604         * misc/error.h: Remove support for use outside of libc.  We have to
3605         include <features.h> now.  Include <bits/error.h> if possible.
3606         * misc/bits/error.h: New file.
3608 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
3610         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
3611         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
3612         __extern_always_inline functions unconditionally, drop macros.
3614         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
3615         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
3616         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
3618         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
3619         add __artificial__ attribute.
3621 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
3623         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
3624         backward to forward direction.
3626         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
3628         [BZ #645]
3629         * locale/programs/ld-collate.c (collate_finish): Compare against last
3630         used section which is known to have rules defined.
3631         (collate_read): After order_start, correctly record order of sections
3632         and queue sections up.
3634 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
3636         [BZ #5071]
3637         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
3638         the same number of pages.
3639         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
3641         * locale/programs/ld-collate.c (collate_read): After initial copy
3642         statement, continue in state 0.
3644         * include/stdio_ext.h (__fsetlocking): Define as macro.
3646 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
3648         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
3649         of section order.
3651         * po/pt_BR.po: Fix typo.
3653 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
3655         * iconvdata/Makefile (modules): Add ISO8859-9E.
3656         (distribute): Add iso8859-9e.c.
3657         (gen-8bit-gap-modules): Add iso8859-9e.
3658         * iconvdata/iso8859-9e.c: New file.
3659         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
3660         * iconvdata/TESTS: Likewise.
3661         * iconvdata/tst-tables.sh: Likewise.
3663         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3665         * locale/iso-639.def: Add several new entries.
3667 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3669         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
3670         void * pointers instead of struct link_map **.
3671         (_dl_scope_free): Change argument type to void *.
3672         * include/link.h (struct link_map): Change type of l_reldeps
3673         to struct link_map_reldeps, move l_reldepsact into that
3674         struct too.
3675         * elf/dl-deps.c: Include atomic.h.
3676         (_dl_map_object_deps): Only change l->l_initfini when it is
3677         fully populated, use _dl_scope_free for freeing it.  Optimize
3678         removal of libs from reldeps by using l_reserved flag, when
3679         some removal is needed, allocate a new list instead of
3680         reallocating and free the old with _dl_scope_free.  Adjust
3681         for l_reldeps and l_reldepsact changes.
3682         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
3683         searching in l_initfini and l_reldeps without holding dl_load_lock.
3684         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
3685         l_reldepsact changes.
3686         * elf/dl-close.c (_dl_close_worker): Likewise.
3687         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
3689 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
3691         * iconvdata/Makefile (modules): Add KOI8-RU.
3692         (distribute): Add koi8-ru.c.
3693         (gen-8bit-gap-modules): Add koi8-ru.
3694         * iconvdata/koi8-ru.c: New file.
3695         * iconvdata/gconv-modules: Add entries for KOI8-RU.
3696         * iconvdata/TESTS: Likewise.
3697         * iconvdata/tst-tables.sh: Likewise.
3699         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3701 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
3703         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
3704         with __warning__/__error__ attributes.
3705         (__warnattr): Define.
3706         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
3707         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
3708         __warnattr.
3709         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
3710         of __*_chk if compile time detectable overflow is found.
3711         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
3712         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
3713         with __warnattr.
3714         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
3715         instead of __*_chk if compile time detectable overflow is found.
3716         (__gets_alias): Rename to...
3717         (__gets_warn): ... this.  Add __warnattr.
3718         (gets): Call __gets_warn instead of __gets_alias.
3719         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
3720         aliases with __warnattr.
3721         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
3722         time detectable overflow is found.
3723         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
3724         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
3725         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
3726         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
3727         __getdomainname_chk_warn): New aliases with __warnattr.
3728         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
3729         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
3730         __*_chk_warn instead of __*_chk if compile time detectable overflow
3731         is found.
3732         (__getgroups_chk): Rename argument to __listlen from listlen.
3733         (__getwd_alias): Rename to...
3734         (__getwd_warn): ... this.  Add __warnattr.
3735         (getwd): Call __getwd_warn instead of __getwd_alias.
3736         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
3737         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
3738         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
3739         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
3740         __wcsnrtombs_chk_warn): New aliases with __warnattr.
3741         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
3742         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
3743         compile time detectable overflow is found.
3744         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
3745         to use __*_chk or not.
3746         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
3747         in comparisons which function should be called and in __*_chk*
3748         arguments.  Call __*_chk_warn instead of __*_chk if compile time
3749         detectable overflow is found.
3750         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
3751         __*_chk argument.
3752         * debug/tst-chk1.c (do_test): Add a few more tests.
3754 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
3756         [BZ #5058]
3757         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
3758         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
3759         (_nl_unload_domain): Finalize conversions_lock.
3760         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
3761         handling table of known conversions.
3763 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3765         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
3766         close_not_cancel_no_status instead of close.
3768 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
3770         [BZ #5028]
3771         * posix/regcomp.c (lookup_collation_sequence_value): Check that
3772         nrules != 0 for multibyte chars.
3774 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
3776         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
3777         Provide better error message in case the type is unknown.
3779         [BZ #4963]
3780         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
3781         * string/stratcliff.c: Make usable to test wide char functions.
3782         * wcsmbs/wcsatcliff.c: New file.
3783         * wcsmbs/Makefiel (tests): Add wcsatcliff.
3785         [BZ #4972]
3786         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
3787         (distribute): Add mac-centraleurope.c.
3788         (gen-8bit-gap-modules): Add mac-centraleurope.
3789         * iconvdata/mac-centraleurope.c: New file.
3790         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
3791         * iconvdata/TESTS: Likewise.
3792         * iconvdata/tst-tables.sh: Likewise.
3794         [BZ #5043]
3795         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
3797 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
3799         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
3800         from __x86_64_core_cache_size_half.
3801         (init_cacheinfo): Compute shared cache size for AMD processors with
3802         shared L3 correctly.
3803         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
3804         name change.
3805         Patch in large parts by Evandro Menezes.
3807 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
3809         * elf/dl-lookup.c (add_dependency): Handle failing memory
3810         allocation for dependency list.  Remove unnecessary check.
3812         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
3813         open/close when determining source addresses.
3815         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
3816         sha512-crypt, and sha512.
3817         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
3818         (distribute): Add sha256.h and sha512.h.
3819         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
3820         and call the appropriate code.
3821         * crypt/sha256-crypt.c: New file.
3822         * crypt/sha256.c: New file.
3823         * crypt/sha256.h: New file.
3824         * crypt/sha256c-test.c: New file.
3825         * crypt/sha256test.c: New file.
3826         * crypt/sha512-crypt.c: New file.
3827         * crypt/sha512.c: New file.
3828         * crypt/sha512.h: New file.
3829         * crypt/sha512c-test.c: New file.
3830         * crypt/sha512test.c: New file.
3832 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
3834         * misc/bits/syslog.h (syslog): Remove extraneous argument from
3835         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
3836         __syslog_chk.
3838 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
3840         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
3841         %as in fscanf format strings.
3843         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
3844         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3845         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
3846         Likewise.
3847         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
3848         Likewise.
3850         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
3851         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
3852         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
3853         * elf/dl-sym.c (do_sym): Likewise.
3854         * include/link.h (struct link_map): Add l_serial field.
3855         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
3856         * elf/dl-lookup.c (add_dependency): Add flags argument.
3857         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
3858         flags, use THREAD_GSCOPE_RESET_FLAG before and
3859         THREAD_GSCOPE_SET_FLAG after
3860         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
3861         Don't dereference map until it has been found on some list.
3862         If map->l_serial changed, return -1.
3864 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
3866         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
3867         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
3868         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
3869         libc_hidden_proto.
3870         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
3871         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
3872         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
3873         add libc_hidden_proto.
3874         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
3875         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
3876         conformance requested.
3877         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
3878         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
3879         conformance requested.
3880         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
3881         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
3882         conformance requested.
3883         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
3884         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
3885         ISO C99 or POSIX conformance requested.
3886         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
3887         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
3888         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
3889         and __isoc99_vsscanf@@GLIBC_2.7.
3890         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
3891         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
3892         (tests): Add scanf14.
3893         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
3894         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
3895         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
3896         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
3897         CFLAGS-isoc99_scanf.c): Add $(exceptions).
3898         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
3899         from using internal headers.
3900         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
3901         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
3902         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
3903         and __isoc99_vswscanf@@GLIBC_2.7.
3904         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
3905         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
3906         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
3907         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
3908         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
3909         * stdio-common/isoc99_scanf.c: New file.
3910         * stdio-common/isoc99_vsscanf.c: New file.
3911         * stdio-common/isoc99_vscanf.c: New file.
3912         * stdio-common/isoc99_vfscanf.c: New file.
3913         * stdio-common/isoc99_fscanf.c: New file.
3914         * stdio-common/isoc99_sscanf.c: New file.
3915         * wcsmbs/isoc99_fwscanf.c: New file.
3916         * wcsmbs/isoc99_vswscanf.c: New file.
3917         * wcsmbs/isoc99_swscanf.c: New file.
3918         * wcsmbs/isoc99_wscanf.c: New file.
3919         * wcsmbs/isoc99_vwscanf.c: New file.
3920         * wcsmbs/isoc99_vfwscanf.c: New file.
3921         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
3922         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
3923         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
3924         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
3925         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
3926         * stdio-common/scanf14.c: New test.
3927         * stdio-common/scanf15.c: New test.
3928         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
3929         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
3930         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
3931         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
3932         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
3933         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
3934         __nldbl___isoc99_scanf@@GLIBC_2.7,
3935         __nldbl___isoc99_fscanf@@GLIBC_2.7,
3936         __nldbl___isoc99_sscanf@@GLIBC_2.7,
3937         __nldbl___isoc99_vscanf@@GLIBC_2.7,
3938         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
3939         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
3940         __nldbl___isoc99_wscanf@@GLIBC_2.7,
3941         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
3942         __nldbl___isoc99_swscanf@@GLIBC_2.7,
3943         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
3944         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
3945         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
3946         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
3947         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
3948         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
3949         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
3950         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
3951         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
3952         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
3953         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
3954         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
3955         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
3956         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
3957         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
3958         functions.
3959         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
3960         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
3961         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
3962         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
3963         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
3964         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
3965         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
3966         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
3967         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
3968         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
3969         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
3970         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
3972         * stdio-common/Makefile (tests): Add scanf13.
3973         (scanf13-ENV): New.
3974         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
3975         m modifier followed by l.
3976         (STRING_ARG): Add width argument.
3977         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
3978         <case L_('C')>: Handle %mlc and %mC.
3979         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
3980         arguments.
3981         * stdio-common/scanf13.c: New test.
3983         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
3984         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
3986 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
3988         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
3989         type and __THROW marker of splice, vmsplice, and tee.
3990         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3991         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3992         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3993         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3994         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3995         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
3996         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3997         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
3998         as cancellation points.
4000 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4002         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4003         parse more than three parts of the version number.
4005 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4007         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4008         modifier.  Patch by Jakub Jelinek.
4010 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4012         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4013         call_fallocate in misc subdir.
4014         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4015         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4016         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4017         instead of __fallocate64.
4018         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4020 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4022         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4023         * rt/Makefile (headers): Add bits/mqueue2.h.
4024         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4025         optimizing with GCC and __va_arg_pack_len is defined.
4026         * rt/bits/mqueue2.h: New file.
4027         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4028         (mq_open): New strong_alias.
4029         (__mq_open_2): New function.
4030         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4031         (mq_open): New strong_alias.
4032         (__mq_open_2): New function.
4033         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4034         * Versions.def (librt): Add GLIBC_2.7 version.
4035         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4036         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4038         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4039         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4040         is defined rather than when not C++.
4041         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4042         __openat64_alias): New redirects.
4043         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4044         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4045         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4046         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4047         functions instead of function-like macros.
4049 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4051         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4052         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4053         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4055 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4057         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4058         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4060 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4062         * inet/tst-network.c: Increment ERRORS for failing tests.
4064 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4066         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4067         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4068         implement as __extern_always_inline function.
4069         (vsyslog): Define as __extern_always_inline function unconditionally.
4070         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4071         When __va_arg_pack is defined, implement as __extern_always_inline
4072         functions.
4073         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4074         __extern_always_inline functions unconditionally.
4075         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4076         bits/stdio2.h will be included.
4077         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4078         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4079         implement as __extern_always_inline functions.
4080         (vswprintf, vwprintf, vfwprintf): Define as
4081         __extern_always_inline functions unconditionally.
4082         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4084 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4086         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4087         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4088         attribute.
4089         * include/features.h (__USE_EXTERN_INLINES): Define only when
4090         __extern_inline is defined.
4091         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4092         is defined instead of when not __cplusplus.
4093         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4094         is defined instead of when not __cplusplus.
4095         * socket/sys/socket.h: Include bits/socket2.h when
4096         __extern_always_inline is defined instead of when not __cplusplus.
4097         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4098         is defined instead of when not __cplusplus.
4099         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4100         is defined instead of when not __cplusplus.
4101         * string/string.h: Include bits/string3.h when __extern_always_inline
4102         is defined instead of when not __cplusplus.
4103         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4104         is defined instead of when not __cplusplus.
4105         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4106         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4107         is not defined.
4108         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4109         defined __extern_always_inline instead of !defined __cplusplus.
4110         * libio/bits/stdio-ldbl.h: Likewise.
4111         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4112         * misc/bits/syslog.h (syslog): Don't define for C++.
4113         (vsyslog): Use __extern_always_inline function for C++ instead of
4114         a macro.
4115         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4116         whenever that macro is defined.
4117         (vprintf): Don't provide the inline for C++.
4118         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4119         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4120         define the macros for C++.
4121         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4122         __extern_always_inline functions for C++.
4123         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4124         stat64, lstat64, fstat64, fstatat64): Don't define if not
4125         __USE_EXTERN_INLINES.
4126         * wcsmbs/bits/wchar2.h: Fix #error message.
4127         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4128         (vswprintf, vwprintf, vfwprintf): Define using
4129         __extern_always_inline functions for C++.
4130         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4131         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4132         strncpy, strcat, strncat): Define as __extern_always_inline
4133         functions instead of macros for C++.
4134         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4135         defined __extern_inline.
4136         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4137         to __extern_inline whenever that macro is defined.
4138         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4139         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4140         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4141         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4142         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4143         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4144         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4145         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4146         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4147         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4148         prototypes.  Only provide __extern_inline routines if
4149         __USE_EXTERN_INLINES.
4150         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4151         tests.
4152         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4153         For now avoid some *printf tests in C++.  Skip all testing
4154         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4155         is not.
4156         * debug/tst-chk4.cc: New file.
4157         * debug/tst-chk5.cc: New file.
4158         * debug/tst-chk6.cc: New file.
4159         * debug/tst-lfschk4.cc: New file.
4160         * debug/tst-lfschk5.cc: New file.
4161         * debug/tst-lfschk6.cc: New file.
4162         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4163         prototypes in C++.
4164         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4165         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4166         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4168 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4170         * po/cs.po: Update from translation team.
4172 2007-09-11  Roland McGrath  <roland@redhat.com>
4174         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4175         compiling.
4177 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4179         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4181 2007-09-05  Roland McGrath  <roland@redhat.com>
4183         * manual/signal.texi (Signaling Another Process): Typo fix.
4184         From Karl Berry <karl@freefriends.org>.
4186 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4188         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4189         zero if not defined.
4190         (make_request): Recognize optimistic addresses and treat them like
4191         deprecated addresses.
4192         Reported by Neil Horman <nhorman@redhat.com>.
4194 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4196         * nscd/connections.c (send_ro_fd): Also transfer file size.
4197         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4198         file size don't call fstat.
4200         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4201         ahead and map the file.  This should always be correct and we can
4202         catch problems later.
4204 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4206         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4207         prototypes.
4208         (__fread_alias, __fread_unlocked_alias): New aliases.
4209         (fread): New extern inline.
4210         (fread_unlocked): Likewise.  Undef macro before definition of
4211         the inline function.
4212         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4213         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4214         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4215         and __fread_unlocked_chk@@GLIBC_2.7.
4216         * debug/fread_chk.c: New file.
4217         * debug/fread_u_chk.c: New file.
4218         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4220 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4222         * sysdeps/unix/sysv/linux/syscalls.list
4223         (personality): Change caller to EXTRA.
4225 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4227         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4228         to keep gcc quiet.
4229         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4231         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4232         NDEBUG is defined.
4234         * Makerules: Use -p option with mkdir.
4236         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4237         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4238         (_xdr_directory_obj): Likewise.
4239         (xdr_entry_obj): Likewise.
4240         (xdr_group_obj): Likewise.
4241         (xdr_link_obj): Likewise.
4242         (xdr_table_obj): Likewise.
4243         (_xdr_nis_result): Likewise.
4244         (_xdr_ns_request): Likewise.
4245         (_xdr_ib_request): Likewise.
4246         (_xdr_nis_taglist): Likewise.
4247         (xdr_cback_data): Likewise.
4248         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4249         (xdr_ypresp_maplist): Likewise.
4251         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4253         * posix/regex_internal.h: Prevent some declarations and definitions
4254         to be seen when used in tests.
4256         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4257         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4259         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4261         * config.make.in (datarootdir): Add to shut up configure.
4263         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4264         associativity for fully-associative caches.
4266         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4267         requests.  Fill on more associativity values for L2.
4268         Patch mostly by Evandro Menezes.
4270 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4272         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4273         (_libc_vdso_platform_setup): Avoid using exported variable by using
4274         alias.
4276         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4278         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4279         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4280         defined.
4282 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4284         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4285         align stack for call if pltexit is to be used.
4287         [BZ #3924]
4288         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4289         align for function call in case pltexit has to be called later.
4291         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4292         implicit atomic operation when storing function pointer.
4293         (_dl_runtime_profile): Likewise.
4295 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4297         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4298         NIS_NOTFOUND.
4300 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4302         [BZ #4566]
4303         * string/strtok.c: Fix typo in comment.
4305         [BZ #4582]
4306         * debug/segfault.c: Fix typos in comments.
4308         [BZ #4588]
4309         * stdio-common/tempnam.c: Fix comment, it is not checked that
4310         TMPDIR points to a writable directory.
4312         [BZ #4726]
4313         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4314         memory allocated for the name server address.
4316         [BZ #4946]
4317         * nscd/connections.c (handle_request): Using sendfile always
4318         requires that mmap is used for the database.
4319         Patch by Petr Baudis <pasky@suse.cz>.
4321         [BZ #4905]
4322         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4323         suddenly has two or more addresses, ignore it and remove the old
4324         entry.
4326         [BZ #4814]
4327         * resolv/res_hconf.c: Prepare for compiling outside libc.
4328         * nscd/res_hconf.c: New file.
4329         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4330         the new file.
4331         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4332         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4334         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4336         [BZ #4925]
4337         * debug/pcprofiledump.c: Turn on internationalization by calling
4338         setlocale.  Patch mostly by Benno Schulenberg.
4340         [BZ #4936]
4341         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4342         the state.
4343         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4344         * iconvdata/bug-iconv5.c: New file.
4346 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4348         [BZ #4896]
4349         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4350         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4351         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4352         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4353         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4354         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4355         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4356         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4358 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4360         [BZ #4937]
4361         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4362         lookup loop.  Suggested by John Reiser.
4364 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4366         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4368 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4370         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4371         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4372         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4373         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4374         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4375         to...
4376         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4378 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4380         * po/nl.po: Update from translation team.
4382 2007-08-16  Andreas Jaeger  <aj@suse.de>
4384         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4385         Reported by Peter Festner <peter.festner@ewetel.net>.
4387 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4389         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4391 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4393         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4394         to check for undefined symbols.
4396         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4397         If the syscall fails, set errno to the actual returned error number
4398         rather than EINVAL.
4399         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4400         arguments are incorrect, set errno to EINVAL, if the syscall
4401         fails, set errno to the actual returned error number.
4403         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4404         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4406         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4407         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4408         file.
4409         (ASI_PNF, ASI_BLK_P): Don't define.
4410         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4411         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4412         file.
4413         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4414         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4415         file.
4417 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4419         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4420         FE_UNDERFLOW on Niagara CPUs.
4422         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4423         exceptions.
4425 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4427         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4428         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4429         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4430         flush should be used or not inside of the function.
4431         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4433         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4434         __thread_start): Use HIDDEN_JUMPTARGET.
4435         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4436         __thread_start): Likewise.
4437         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4439         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4440         Add libc_hidden_proto.
4441         (STRTOF): Add libc_hidden_proto.
4442         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4443         (strtold_l, wcstold_l): Use them as second argument for
4444         long_double_symbol.
4446 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4448         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4450 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4452         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4454 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4456         * po/bg.po: New file.  From the translation team.
4458 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4460         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
4461         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
4462         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
4463         when each feature was introduced.
4465         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
4466         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
4467         (CHECK_HASH): New macro.
4468         (PREPARE_VERSION): Use it.
4470         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
4471         prototype if not __ASSUME_PSELECT.
4472         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
4473         prototype if not __ASSUME_PPOLL.
4475         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
4477         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
4478         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
4479         is defined.
4481 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
4483         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4484         (_libc_vdso_platform_setup): If vDSO is not available point
4485         __vdso_gettimeofday to the vsyscall.
4486         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
4487         __vdso_gettimeofday instead of vsyscall.
4489 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4491         * nscd/servicescache.c: Include kernel-features.h.
4492         * nscd/gai.c: Likewise.
4493         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
4494         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
4495         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
4496         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
4497         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
4498         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
4499         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
4500         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
4501         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4503 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4505         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
4506         and _dl_get_origin defines anymore.
4508         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
4509         Build fix for systems which might lack POSIX timer support.
4511         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4512         (_libc_vdso_platform_setup): Mangle function pointers before storing
4513         them.
4514         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
4515         Demangle vdso pointer before use.
4516         (INTERNAL_VSYSCALL): Likewise.
4518         * elf/cache.c (primes): Mark as const.
4519         Noted by Roland McGrath.
4521 2007-08-01  Andreas Jaeger  <aj@suse.de>
4522             Jakub Jelinek  <jakub@redhat.com>
4524         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
4525         (options): Add option.
4526         (parse_opt): Handle option.
4527         (manual_link): Adjust process_file caller.  Call implicit_soname.
4528         (search_dir): Formatting.  Use and populate auxiliary cache.
4529         (main): Load and save auxiliary cache.
4530         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
4531         stat64 from fstat64 to caller.
4532         (implicit_soname): New function.
4533         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
4534         leave *soname as NULL.
4535         * elf/cache.c: Include libgen.h.
4536         (print_entry, print_cache, compare, save_cache, add_to_cache):
4537         Formatting and cleanups.
4538         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
4539         aux_cache_file): New structures.
4540         (AUX_CACHEMAGIC): Define.
4541         (primes): New array.
4542         (aux_hash_size, aux_hash): New variables.
4543         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
4544         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
4545         load_aux_cache, save_aux_cache): New functions.
4546         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
4547         (init_aux_cache, search_aux_cache, add_to_aux_cache,
4548         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
4549         (process_file): Adjust prototype.
4551 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
4553         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
4554         with __need_size_t.
4556 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4558         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
4559         r_found_version structure as second parameter.
4560         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
4561         (_dl_vdso_vsym): Change type of second parameter accordingly.
4562         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
4563         (_libc_vdso_platform_setup): Adjust.
4564         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4565         (_libc_vdso_platform_setup): Likewise.
4567         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
4568         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
4569         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
4570         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
4571         * csu/libc-start.c: Pretty printing.
4572         Use VDSO_SETUP if defined.
4573         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
4574         and let generic code call into _libc_vdso_platform_setup.
4575         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
4576         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
4577         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
4578         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
4579         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
4580         for GLIBC_PRIVATE.
4581         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
4582         (sysdep_rountines): Add dl-vdso.
4584         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
4585         of routines.
4587         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
4588         attribute_hidden to __vdso_gettimeofday prototype.
4590 2007-08-12  Roland McGrath  <roland@redhat.com>
4592         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
4593         From: Karl Berry <karl@freefriends.org>.
4595 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
4597         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
4598         an atime update for the files we read.
4600 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4602         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
4604         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
4605         instead of mkstemp.
4607         * misc/Makefile (routines): Add mkostemp and mkostemp64.
4608         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
4609         * misc/mkostemp.c: New file.
4610         * misc/mkostemp64.c: New file.
4611         * stdlib/stdlib.h: Declare the new functions.
4612         * sysdeps/posix/tempname.c: Add new parameter which is added to
4613         the flags for open.  Remove __GT_BIGFILE handling.
4614         * stdio-common/tempname.c: Likewise.
4615         * include/stdio.h: Adjust __gen_tempname prototype.
4616         Renumber __GT_* constants.
4617         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
4618         * misc/mkdtemp.c: Likewise.
4619         * misc/mkstemp.c: Likewise.
4620         * misc/mkstemp64.c: Likewise.
4621         * misc/mktemp.c: Likewise.
4622         * stdio-common/tempnam.c: Likewise.
4623         * stdio-common/tmpfile.c: Likewise.
4624         * stdio-common/tmpfile64.c: Likewise.
4625         * stdio-common/tmpnam.c: Likewise.
4626         * stdio-common/tmpnam_r.c: Likewise.
4628 2007-08-10  Roland McGrath  <roland@frob.com>
4630         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
4631         New macros.
4632         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
4633         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4635 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4637         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
4638         possible.
4639         * nss/nss_files/files-alias.c (internal_setent): Likewise.
4640         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
4641         * nss/nss_files/files-have_o_cloexec.c: New file.
4643         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
4644         available.
4646 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
4648         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
4649         ___new_wcstold_l): New weak aliases.
4650         (strtold_l, wcstold_l): Use them as second argument for
4651         long_double_symbol.
4653 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
4655         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
4656         register in test for error.
4658         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
4659         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
4661         * po/sv.po: Update from translation team.
4663 2007-08-06  Roland McGrath  <roland@redhat.com>
4665         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
4666         Remove __strto*_l inlines.
4667         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
4668         * stdlib/strtod.c: Add libc_hidden_def.
4669         * stdlib/strtod_l.c: Likewise.
4670         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
4671         for __new_strtold and __new_wcstold.
4672         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
4673         __STRTOF, STRTOF.
4674         * stdlib/strtol.c: Add libc_hidden_def.
4675         * stdlib/strtol_l.c: Likewise.
4676         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
4677         strtoq.
4679         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
4681         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
4682         * scripts/data/localplt-generic.data: ... here.
4683         * elf/Makefile (check-data): Get generic file if no other.
4684         ($(objpfx)check-localplt.out): Make target unconditional.
4686         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
4687         Use ElfW(Nhdr).
4689 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
4691         * po/zh_CN.po: Updated translation from translation team.
4693 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
4695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
4696         Don't use CGOTSETUP and CGOTRESTORE macros.
4698 2007-08-04  Roland McGrath  <roland@redhat.com>
4700         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
4702 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
4704         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
4705         __extension__ around the whole statement expression.
4707 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
4709         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
4710         elements during initialization.
4712         * po/pl.po: Updated translation from translation team.
4713         * po/tr.po: Likewise.
4714         * po/nl.po: Likewise.
4716 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
4718         * rt/aio.h: Add __nonnull attributes.
4720 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4722         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
4723         * stdlib/Makefile (tests): Add tst-strtod5.
4724         (tst-strtod5-ENV): New.
4725         * stdlib/tst-strtod5.c: New file.
4727         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
4728         failed.
4729         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
4730         on failure.
4732         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
4733         allocated.
4735 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4737         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
4738         numbers.
4740 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
4742         * io/Makefile (aux): Add have_o_cloexec.
4743         * include/fcntl.h: Declare __have_o_cloexec.
4744         * io/have_o_cloexec.c: New file.
4745         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
4746         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
4747         fcntl call if not necessary.
4748         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
4749         of local variable.
4751         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
4752         Avoid memset, add explicit initialization.
4753         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
4754         to the end and change into zero-sized array.
4755         Move lock member to fill a hole on 64-bit platforms.
4757         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
4758         inline functions.
4759         * include/stdlib.h: Add __strto*_internal prototypes here.
4760         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
4761         inline functions.
4762         * include/wchar.h: Add __wcsto*_internal prototypes.
4763         * sysdeps/generic/inttypes.h: No need to protect the declaration
4764         of the __strto*_internal and __wcsto*_internal members here.
4766         * rt/mqueue.h: Change const to __const and add nonnull attributes.
4768 2007-08-02  Roland McGrath  <roland@redhat.com>
4770         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
4771         $(inst_bindir)/getconf if possible.
4773         * posix/Makefile ($(objpfx)getconf.speclist): New target.
4774         (generated): Add it.
4775         ($(inst_libexecdir)/getconf): Use it.
4777 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
4779         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
4780         /proc is faster and sufficient.  /sys is still needed for
4781         __get_nprocs_conf.
4783 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
4785         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
4786         syscall as __fallocate64.
4787         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
4788         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
4790 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
4792         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
4793         value.
4795         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
4796         if off_t is different rank from size_t.
4798         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
4799         uw_frame_state_for): Avoid type punning warnings.
4800         * sysdeps/generic/unwind-dw2-fde-glibc.c
4801         (_Unwind_IteratePhdrCallback): Likewise.
4802         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
4803         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
4804         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
4805         pointers.
4807 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
4809         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
4810         total processors using sysfs.
4811         (__get_nprocs): Use sysfs to determine which processors are online.
4813 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
4815         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
4816         syscall arguments count.
4818         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
4820 2007-07-30  Roland McGrath  <roland@redhat.com>
4822         * manual/libc.texinfo: Update copyrights, formatting magic, and
4823         @dircategory.  From Karl Berry <karl@freefriends.org>.
4825 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
4827         [BZ #4860]
4828         * io/Makefile (headers): Add bits/fcntl2.h.
4830         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
4831         using gcc builtin.
4832         (__CPU_EQUAL_S): Likewise.
4834         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
4835         (tests): Add tst-cpuset.
4836         * posix/sched_cpualloc.c: New file.
4837         * posix/sched_cpufree.c: New file.
4838         * posix/tst-cpuset.c: New file.
4839         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
4840         GLIBC_2.7.
4841         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
4842         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
4843         macros.  Define CPU_*_S macros.
4845 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
4847         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
4848         entry.
4850         [BZ #4858]
4851         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
4852         #.0g and value rounded to 1.0.
4853         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
4855 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
4857         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
4858         for int_frac_digits and frac_digits.
4860         * login/logout.c (logout): Avoid aliasing violation.
4861         * login/logwtmp.c (logwtmp): Likewise.
4863         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
4865         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
4866         to avoid warning.
4867         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
4868         warning.
4869         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
4870         warning.
4871         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
4872         to avoid warnings.
4874         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
4875         void **.
4876         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
4878         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
4879         char * to avoid warning.
4880         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
4882         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
4884         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
4885         allocate_arrays): Cast second argument to charmap_find_symbol
4886         to char * to avoid warnings.
4888         * locale/programs/repertoire.c (repertoire_new_char): Change
4889         from_nr, to_nr and cnt to unsigned long, adjust printf format
4890         string.
4892         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
4893         Cast second argument to new_element to char * to avoid warnings.
4895         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
4897         * intl/gettextP.h (struct loaded_domain): Change plural to const
4898         struct expression *.
4899         * intl/plural-eval.c (plural_eval): Change first argument to
4900         const struct expression *.
4901         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
4902         argument to const struct expression **.
4903         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
4904         prototypes.
4905         * intl/loadmsgcat (_nl_unload_domain): Cast away const
4906         in call to __gettext_free_exp.
4908         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
4909         unitialized wstring/wpattern var warnings.
4911         * posix/runtests.c (struct a_test): Make data field const char *.
4913         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
4914         vars if not LDBL_MANT_DIG >= 106.
4916         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
4918         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
4919         __find_specmb to avoid warning.
4921         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
4923         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
4924         to avoid warnings.
4926         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
4927         initializer.
4929         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
4930         tv var when it will be actually used.
4932         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
4933         to avoid warnings.
4935         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
4936         char array resp. pointer.
4937         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
4938         char array.
4939         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
4940         to const unsigned char **.
4941         (ucs4_to_cns11643): Change second argument to unsigned char *.
4942         * iconvdata/euc-tw.c (BODY): Change endp type to
4943         const unsigned char *.
4944         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
4945         to unsigned char *.
4946         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
4947         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
4948         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
4949         types to unsigned char pointers/arrays instead of char.
4950         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
4951         to unsigned char *.
4952         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
4953         * iconvdata/jis0212.h: Include assert.h.
4954         (ucs4_to_jisx0212): Change second argument to unsigned char *.
4955         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
4956         of trying to handle that.
4957         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
4958         shut up a warning.
4959         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
4960         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
4961         two dimensional const unsigned char arrays.
4962         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
4963         Initialize endp to inptr to shut up a warning.
4965 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
4967         [BZ #4772]
4968         * time/strptime_l.c (__strptime_internal): Silently ignore
4969         strftime modifiers and field width in recursive calls.
4971         * include/time.h (enum ptime_locale_status): Remove.
4972         (__strptime_internal): Remove decided and era_cnt arguments,
4973         add statep argument.
4974         * time/strptime_l.c (__strptime_internal): Remove decided
4975         and era_cnt arguments, add statep argument.  Don't recompute
4976         any fields in recursive calls, only update caller's tm
4977         and state, if recursive call fails, don't change tm nor
4978         any state.
4979         (get_alt_number): Adjust.
4980         (recursive): Adjust caller.
4981         (strptime): Likewise.
4982         * time/strptime.c (strptime): Likewise.
4984 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
4986         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
4987         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
4988         if from and to charsets are the same.
4989         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
4990         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
4991         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
4993 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
4995         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
4996         Don't define wint_t when __need_mbstate_t unless it
4997         is necessary.
4998         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
4999         in the typedef if possible.
5000         * wctype/wctype.h (wint_t): Define by including
5001         wchar.h with __need_wint_t instead of including stddef.h
5002         with __need_wint_t and as fallback definining it ourselves.
5003         * iconv/gconv.h (__need_wint_t): Define before including
5004         wchar.h.
5005         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5006         or _GLIBCPP_USE_WCHAR_T.
5007         (__need_wchar_t): Don't define
5008         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5009         (__need_wint_t): Don't define before including stddef.h,
5010         define before including wchar.h only if _LIBC or
5011         _GLIBCPP_USE_WCHAR_T.
5012         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5013         * sysdeps/mach/hurd/_G_config.h: Likewise.
5014         * sysdeps/generic/_G_config.h: Likewise.
5015         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5016         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5017         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5018         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5020 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5022         * sysdeps/posix/posix_fallocate64.c: Undefine
5023         __posix_fallocate64_l64 before alias handling.
5024         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5025         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5026         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5027         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5029         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5031 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5033         * locale/programs/ld-collate.c (atwc): New variable.
5034         (add_to_tablewc): New toplevel function, moved from collate_output.
5035         (collate_output): Remove add_to_tablewc nested function.
5037         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5038         (name_insert): New function.
5039         (write_output): Remove hash_table and hash_size vars and name_insert
5040         nested function.
5042 2007-07-24  Roland McGrath  <roland@redhat.com>
5044         * Makerules (install-others-programs-nosubdir): New target.
5045         (install-no-libc.a-nosubdir): Depend on it.
5047         * iconv/Makefile (install-others-programs): Set this instead of
5048         install-others.
5049         * login/Makefile (install-others-programs): Likewise.
5050         * posix/Makefile (install-others-programs): Likewise.
5052         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5053         dependencies.
5055 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5057         * io/Makefile (tests): Add tst-posix_fallocate.
5058         * io/tst-posix_fallocate.c: New file.
5060         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5061         __ASSUME_FALLOCATE.
5063 2007-07-22  Roland McGrath  <roland@frob.com>
5065         * hurd/getdport.c: Add missing copyright year update.
5067         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5068         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5070 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5072         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5074         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5075         O_CLOEXEC is needed.
5076         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5077         Avoid additional fcntl to set O_CLOEXEC if not needed.
5078         * nis/nss_compat/compat-initgroups.c: Likewise.
5079         * nis/nss_compat/compat-pwd.c: Likewise.
5080         * nis/nss_compat/compat-spwd.c: Likewise.
5082 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5084         [BZ #3665]
5085         * manual/errno.texi: Change ECANCELED value to 119.
5087         [BZ #4610]
5088         * mach/lock-intern.h: Include <sys/cdefs.h>.
5090         [BZ #4178]
5091         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5092         reading A.
5094         [BZ #4126]
5095         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5096         to __sigsuspend.
5098         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5100 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5102         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5103         `__ASSEMBLER__'.
5104         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5106 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5108         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5109         descriptor received from nscd.
5111         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5113         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5114         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5115         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5116         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5117         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5118         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5120 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5122         [BZ #4816]
5123         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5125         [BZ #4813]
5126         * login/forkpty.c (forkpty): Close master and slave fds on
5127         fork failure.  Patch by
5128         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5130 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5132         * include/features.h (__USE_ISOC95): New define.
5133         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5134         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5135         for -std=iso9899:199409.
5136         * CONFORMANCE: Remove comments about unsupported AMD1.
5138 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5140         * sysdeps/ia64/sched_cpucount.c: New file.
5141         * sysdeps/powerpc/sched_cpucount.c: New file.
5143         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5144         __BEGIN_DECLS/__END_DECLS around the prototype.
5145         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5146         pointer to const cpu_set_t.
5148         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5149         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5150         __need_size_t and include stddef.h.
5151         * sysvipc/sys/msg.h: Likewise.
5152         * posix/sched.h: Likewise.
5153         * hurd/hurd/signal.h (__need_size_t): Define.
5155         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5156         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5157         no longer defines wint_t or wchar_t.
5159         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5160         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5161         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5162         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5163         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5164         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5165         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5166         * debug/printf_chk.c (__printf_chk): Likewise.
5167         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5168         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5170         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5171         Define.
5173         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5174         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5176 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5178         [BZ #4792]
5179         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5180         * malloc/malloc.h (realloc): Likewise.
5182         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5183         if one of proc_file_chain streams has that fileno.
5184         * stdio-common/Makefile (tests): Add tst-popen2.
5185         * stdio-common/tst-popen2.c: New test.
5187 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5189         * elf/ldconfig.c: Allow GPLv2 or any later version.
5190         * elf/readlib.c: Likewise.
5191         * elf/chroot_canon.c: Likewise.
5192         * elf/cache.c: Likewise.
5193         * nscd/mem.c: Likewise.
5194         * nscd/getpwuid_r.c: Likewise.
5195         * nscd/grpcache.c: Likewise.
5196         * nscd/aicache.c: Likewise.
5197         * nscd/getsrvbynm_r.c: Likewise.
5198         * nscd/nscd.c: Likewise.
5199         * nscd/servicescache.c: Likewise.
5200         * nscd/getsrvbypt_r.c: Likewise.
5201         * nscd/initgrcache.c: Likewise.
5202         * nscd/gethstbyad_r.c: Likewise.
5203         * nscd/gethstbynm2_r.c: Likewise.
5204         * nscd/getgrnam_r.c: Likewise.
5205         * nscd/nscd_setup_thread.c: Likewise.
5206         * nscd/getpwnam_r.c: Likewise.
5207         * nscd/gai.c: Likewise.
5208         * nscd/connections.c: Likewise.
5209         * nscd/dbg_log.c: Likewise.
5210         * nscd/cache.c: Likewise.
5211         * nscd/hstcache.c: Likewise.
5212         * nscd/nscd_conf.c: Likewise.
5213         * nscd/getgrgid_r.c: Likewise.
5214         * nscd/pwdcache.c: Likewise.
5215         * catgets/gencat.c: Likewise.
5216         * locale/programs/linereader.h: Likewise.
5217         * locale/programs/locarchive.c: Likewise.
5218         * locale/programs/ld-paper.c: Likewise.
5219         * locale/programs/locfile-kw.h: Likewise.
5220         * locale/programs/ld-address.c: Likewise.
5221         * locale/programs/xmalloc.c: Likewise.
5222         * locale/programs/ld-time.c: Likewise.
5223         * locale/programs/localedef.c: Likewise.
5224         * locale/programs/simple-hash.c: Likewise.
5225         * locale/programs/xstrdup.c: Likewise.
5226         * locale/programs/ld-numeric.c: Likewise.
5227         * locale/programs/locfile-kw.gperf: Likewise.
5228         * locale/programs/ld-collate.c: Likewise.
5229         * locale/programs/charmap-kw.gperf: Likewise.
5230         * locale/programs/charmap.h: Likewise.
5231         * locale/programs/charmap-kw.h: Likewise.
5232         * locale/programs/config.h: Likewise.
5233         * locale/programs/locfile.c: Likewise.
5234         * locale/programs/ld-ctype.c: Likewise.
5235         * locale/programs/charmap.c: Likewise.
5236         * locale/programs/ld-messages.c: Likewise.
5237         * locale/programs/repertoire.h: Likewise.
5238         * locale/programs/locale.c: Likewise.
5239         * locale/programs/ld-name.c: Likewise.
5240         * locale/programs/linereader.c: Likewise.
5241         * locale/programs/locfile.h: Likewise.
5242         * locale/programs/3level.h: Likewise.
5243         * locale/programs/ld-monetary.c: Likewise.
5244         * locale/programs/ld-measurement.c: Likewise.
5245         * locale/programs/charmap-dir.c: Likewise.
5246         * locale/programs/ld-identification.c: Likewise.
5247         * locale/programs/localedef.h: Likewise.
5248         * locale/programs/charmap-dir.h: Likewise.
5249         * locale/programs/repertoire.c: Likewise.
5250         * locale/programs/simple-hash.h: Likewise.
5251         * locale/programs/ld-telephone.c: Likewise.
5252         * locale/programs/locale-spec.c: Likewise.
5253         * locale/programs/locfile-token.h: Likewise.
5254         * posix/getconf.c: Likewise.
5255         * iconv/dummy-repertoire.c: Likewise.
5256         * iconv/iconv_charmap.c: Likewise.
5257         * iconv/iconvconfig.c: Likewise.
5258         * iconv/iconv_prog.c: Likewise.
5259         * malloc/memusagestat.c: Likewise.
5260         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5262 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5264         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5265         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5266         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5267         check for the first argument.
5269 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5271         [BZ #4775]
5272         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5273         (__tgmath_real_type): Fix if expr is const int or other const
5274         qualified integral type.
5275         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5276         expressions and handle const qualified arguments.
5277         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5278         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5279         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5280         statement expressions.
5281         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5282         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5283         (__TGMATH_UNARY_IMAG): Define.
5284         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5285         * math/Makefile (tests): Add test-tgmath2.
5286         (CFLAGS-test-tgmath2.c): Add.
5287         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5288         count_cfloat, count_cldouble): New variables.
5289         (NCCALLS): Define.
5290         (main): Check number of complex calls as well.
5291         (F(compile_test)): Add complex tests and tests with const qualified
5292         arguments.
5293         (y, z, ccount): Define.
5294         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5295         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5296         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5297         F(cproj)): New functions.
5298         * math/test-tgmath2.c: New test.
5300 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5302         [BZ #4776]
5303         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5304         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5305         instead output ".".
5306         * dlfcn/Makefile (distribute): Add glreflib3.c.
5307         (module-names): Add glreflib3.
5308         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5309         glreflib1.so.
5310         (LDFLAGS_glreflib3.so): New.
5311         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5312         glreflib1.so.
5313         * dlfcn/glreflib3.c: New file.
5315         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5316         returned -1, return NULL.
5317         * intl/explodename.c (_nl_explode_name): Return -1 if
5318         _nl_normalize_codeset failed.
5320 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5322         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5323         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5324         and avoid branch misspredicts for > 31 bytes memset case.
5325         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5326         Remove toc ref to __cache_line_size.
5328         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5329         to get ISA-V2.0 branch hints.
5330         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5331         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5332         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5333         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5334         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5335         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5336         Remove toc ref to __cache_line_size.
5338         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5339         Include math_ldbl_opt.h.
5341 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5343         [BZ #4773]
5344         * time/strptime_l.c (__strptime_internal): Implement greedy
5345         matching of weekday and month names.
5347 2007-07-09  Roland McGrath  <roland@redhat.com>
5349         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5350         (ELF_NOTE_ABI): Use it.
5351         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5353 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5355         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5356         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5358 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5360         [BZ #4745]
5361         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5362         in loop to look for conversion specifier to avoid testing of
5363         wrong errno value.
5364         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5365         * stdio-common/bug18.c: New file.
5366         * stdio-common/bug18a.c: New file.
5367         * stdio-common/bug19.c: New file.
5368         * stdio-common/bug19a.c: New file.
5370 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5372         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5373         running awk script.
5375 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5377         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5378         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5379         Return NULL if mmap failed instead of asserting it does not.
5380         (calloc): Check for integer overflow.
5382         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5383         than LONG_MAX / 10.
5385 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5387         [BZ #4702]
5388         * nis/nss-default.c: Include errno.h.
5389         (init): Preserve errno.
5391 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5393         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5395 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5397         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5399 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5401         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5403 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5405         * sysdeps/s390/dl-procinfo.c: New file.
5406         * sysdeps/s390/dl-procinfo.h: New file.
5407         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5409 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5411         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5412         in PT_NOTE segments with multiple notes.
5413         * elf/readelflib.c (process_elf_file): Likewise.
5415 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5417         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5418         ISO C compliant.
5420 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5422         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5424 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5426         * include/link.h: Don't include rtld-lowlevel.h.
5427         (struct link_map): Remove l_scope_lock.
5428         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5429         (_dl_scope_free_list): New field (variable) in _rtld_global.
5430         (DL_LOOKUP_SCOPE_LOCK): Remove.
5431         (_dl_scope_free): New prototype.
5432         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5433         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5434         (_dl_profile_fixup): Likewise.
5435         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5436         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5437         THREAD_GSCOPE_RESET_FLAG around it.
5438         * elf/dl-close.c (_dl_close_worker): Don't use
5439         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5440         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5441         scopes were queued or if l_scope_mem has been abandoned.
5442         * elf/dl-open.c (_dl_scope_free): New function.
5443         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5444         * elf/dl-support.c (_dl_scope_free_list): New variable.
5445         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5446         Remove DL_LOOKUP_SCOPE_LOCK handling.
5447         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5448         handling.
5449         * elf/dl-object.c (_dl_new_object): Don't use
5450         __rtld_mrlock_initialize.
5452 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5454         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
5455         to fill in holes
5456         (rtld_global_ro): Likewise.
5458 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5460         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
5461         Move PT_LOAD checking to...
5462         (_dl_addr_inside_object): ... here, new function.
5463         * elf/dl-sym.c (do_sym): If not l_contiguous,
5464         call _dl_addr_inside_object.
5465         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5466         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
5467         * elf/dl-open.c (dl_open_worker): Likewise.
5468         (_dl_addr_inside_object): New function if IS_IN_rtld.
5469         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
5470         holes are present or are PROT_NONE protected.
5471         * include/link.h (struct link_map): Add l_contiguous field.
5472         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
5474 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5475             Tomas Janousek  <tjanouse@redhat.com>
5476             Ulrich Drepper  <drepper@redhat.com>
5478         [BZ #4647]
5479         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
5480         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
5481         socket.
5482         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
5483         unused member a bitmap.
5484         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
5485         servers are configured.
5487 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5489         * elf/rtld.c (dl_main): Don't call init_tls more than once.
5491 2007-06-17  Andreas Schwab  <schwab@suse.de>
5493         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
5495 2007-06-16  Andreas Jaeger  <aj@suse.de>
5497         [BZ #4125]
5498         * sysdeps/unix/sysv/linux/sys/ptrace.h
5499         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
5500         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
5501         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
5502         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
5503         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
5504         Define.
5505         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
5506         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
5507         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
5508         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
5510 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
5512         [BZ #4599]
5513         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
5514         determining whether there are IPv4/IPv6 addresses, ignore loopback
5515         addresses.
5517 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
5519         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
5520         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
5521         as the return type.  Change type of "r" variable to CMPtype.
5522         * soft-fp/eqsf2.c (__eqsf2): Likewise.
5523         * soft-fp/eqtf2.c (__eqtf2): Likewise.
5524         * soft-fp/gedf2.c (__gedf2): Likewise.
5525         * soft-fp/gesf2.c (__gesf2): Likewise.
5526         * soft-fp/getf2.c (__getf2): Likewise.
5527         * soft-fp/ledf2.c (__ledf2): Likewise.
5528         * soft-fp/lesf2.c (__lesf2): Likewise.
5529         * soft-fp/letf2.c (__letf2): Likewise.
5530         * soft-fp/unorddf2 (__unorddf2): Likewise.
5531         * soft-fp/unordsf2 (__unordsf2): Likewise.
5532         * soft-fp/unordtf2 (__unordtf2): Likewise.
5534 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
5536         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
5537         make sure gcc doesn't mess around with this.
5539 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5541         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
5543 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
5545         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
5546         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
5547         at most once per _dl_close_worker.
5549 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5551         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
5552         __sched_cpucount as const.
5553         * posix/sched_cpucount.c: Adjust.
5555         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
5556         instruction for counting bits.
5557         * sysdeps/x86_64/sched_cpucount.c: New file.
5559 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
5561         * configure.in: Avoid variable named BASH.
5562         * config.make.in: Likewise.
5563         Patch in part by Mike Frysinger.
5565 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
5567         [BZ #4586]
5568         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
5569         pseudo-zeros as zero.
5570         * sysdeps/x86_64/ldbl2mpn.c: New file.
5571         * sysdeps/ia64/ldbl2mpn.c: New file.
5573 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5575         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
5576         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
5577         Remove unreachable code at the end.
5579 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5581         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
5582         ldbl-128ibm in comment.
5583         (fpclassifyl): Correct classification of denormals.
5584         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
5585         return value for MIN denormal. Rewrite using long double math too
5586         correctly handle denormals and canonicalize the results.
5588 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
5590         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5591         (__mpn_construct_long_double): Fix conversion where result ought
5592         to be smaller than __LDBL_MIN__, or the low double should be
5593         denormal.  Fix decision where to negate low double - honor round
5594         to even rules.
5595         * stdio-common/tst-sprintf2.c: Include string.h.
5596         (COMPARE_LDBL): Define.
5597         (TEST): Also test whether a string hexadecimal float representation
5598         can be parsed back to the number.
5599         (main): Add a couple of further tests.
5601 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5603         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5604         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
5605         is non-zero, but smaller than 2 * __DBL_MIN__.
5606         * stdio-common/tst-sprintf2.c: New test.
5607         * stdio-common/Makefile (tests): Add tst-sprintf2.
5609         * math/test-misc.c (main): Don't run last batch of tests with
5610         IBM long double format.
5612 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5614         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
5615         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
5616         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
5617         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
5618         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5619         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
5620         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
5621         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
5622         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
5623         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
5625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
5626         New file.
5627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
5628         New file.
5629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
5630         New file.
5631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
5632         New file.
5633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
5634         New file.
5635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
5636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
5637         New file.
5638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
5639         New file.
5640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
5641         New file.
5642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
5643         New file.
5644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
5645         New file.
5647 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5649         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
5650         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
5651         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
5652         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
5653         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
5654         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
5655         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
5656         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
5658 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
5660         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
5661         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5662         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
5663         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5664         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
5665         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5666         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
5667         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5669 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5671         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
5672         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
5673         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
5674         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
5676 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
5678         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
5679         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
5681 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
5683         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
5684         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
5685         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
5686         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
5688 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
5690         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
5691         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
5693 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
5695         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
5696         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
5698         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
5699         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
5700         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
5701         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
5703 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
5705         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
5706         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
5707         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
5708         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
5710 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
5712         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
5713         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
5714         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
5715         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5716         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
5717         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5719 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
5721         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
5722         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
5723         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
5724         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
5726 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
5728         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
5729         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
5730         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
5731         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
5732         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
5733         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
5734         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
5735         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
5736         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
5737         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
5738         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
5739         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
5740         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
5741         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
5742         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
5743         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
5745 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
5747         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
5748         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
5750 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5752         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
5753         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
5755 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5757         * sysdeps/powerpc/powerpc32/970/Implies: New file.
5758         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
5759         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
5760         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
5761         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
5762         * sysdeps/powerpc/powerpc64/970/Implies: New file.
5763         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
5764         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
5765         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
5766         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
5768 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5770         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
5772 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
5774         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
5775         branch miss-predicts. Ensure that cache line crossing does not impact
5776         dispatch grouping.
5778 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
5780         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
5781         "../../powerpc32/power4/memcopy.h".
5782         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
5783         "../../powerpc32/power4/wordcopy.c".
5785 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
5787         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
5788         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
5789         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
5790         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
5791         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
5792         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
5794 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
5796         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
5798 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
5800         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
5801         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
5802         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
5803         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
5804         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
5805         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
5806         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
5807         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
5809 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
5811         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
5813 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
5815         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
5816         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
5817         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
5818         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
5819         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
5820         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
5821         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
5823 2007-05-29  Roland McGrath  <roland@redhat.com>
5825         * po/Makefile (po-sed-cmd): New variable.
5826         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
5828 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
5830         * crypt/md5-crypt.c: Fix comment.
5832         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
5833         of crashing.  When this is the case or if the reply is malformed,
5834         don't try to close the new file descriptor since it does not
5835         exist.
5836         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
5838 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
5840         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
5841         if __NR_utimensat is not defined.
5843 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
5845         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
5847 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
5849         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
5850         (open): Fix comment typos.  Don't call __open_2 if flags
5851         is a compile time constant without O_CREAT.
5852         (__open64_2): Add nonnull attribute.
5853         (open64): Fix comment typos.  Don't call __open64_2 if flags
5854         is a compile time constant without O_CREAT.
5855         (__openat_2): Add nonnull attribute, fix nonnull attribute
5856         on redirect.
5857         (openat): Fix comment typos.  Don't call __openat_2 if flags
5858         is a compile time constant without O_CREAT.
5859         (__openat64_2): Add nonnull attribute, fix nonnull attribute
5860         on redirect.
5861         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
5862         is a compile time constant without O_CREAT.
5864 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
5866         * Makerules (sysd-rules): Define PTW for ptw-* files.
5867         * Versions: Define GLIBC_2.7 for libc.
5868         * include/stdio.h: Declare __fortify_fail.
5869         * debug/fortify_fail.c: New file.
5870         * debug/Makefile (routines): Add fortify_fail.
5871         * debug/chk_fail.c: Use __fortify_fail.
5872         * debug/stack_chk_fail.c: Likewise.
5873         * io/Versions: Export __open_2, __open64_2, __openat_2, and
5874         __openat64_2 for GLIBC_2.7.
5875         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
5876         * io/open.c: Define *_2 variant of function which checks for O_CREAT
5877         and fails if necessary.
5878         * io/open64.c: Likewise.
5879         * io/openat.c: Likewise.
5880         * io/openat64.c: Likewise.
5881         * sysdeps/unix/sysv/linux/open64.c: Likewise.
5882         * sysdeps/unix/sysv/linux/openat.c: Likewise.
5883         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
5884         * io/bits/fcntl2.h: New file.
5885         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
5886         __openat64_2.
5887         * include/bits/fcntl2.h: New file.
5888         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
5889         Add open_2.
5890         * sysdeps/unix/sysv/linux/open_2.c: New file.
5892 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
5894         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
5895         as second parameter to handle_intel.
5897         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
5898         the entry.
5900         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
5901         handling to ...
5902         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
5903         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
5904         cacheinfo.
5905         * sysdeps/x86_64/memcpy.S: Complete rewrite.
5906         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
5907         Patch by Evandro Menezes <evandro.menezes@amd.com>.
5909         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
5911 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
5913         [BZ #4525]
5914         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
5915         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
5916         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
5918         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
5920         [BZ #4514]
5921         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
5922         reinitialize workend at the start of each do_positional format spec
5923         loop, free workstart before do_positional loops.
5924         (printf_unknown): Fix size of work_buffer.
5925         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
5927         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
5928         (public_sET_STATe): If ms->version < 3, put all chunks into
5929         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
5930         chunks.
5932         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
5933         * malloc/hooks.c: Likewise.
5934         * malloc/arena.c: Likewise.
5935         * malloc/malloc.c (do_check_malloc_state): Don't assert
5936         n_mmaps is not greater than n_mmaps_max.  This removes the need
5937         for the previous change.
5939         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
5940         2007-05-07 commit.
5942 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
5944         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
5945         Define for kernel >= 2.6.22.
5947 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
5949         * elf/dl-close.c (_dl_close_worker): When removing object from
5950         global scope, wait for all lookups to finish afterwards.
5951         * elf/dl-open.c (add_to_global): When global scope array must
5952         grow, allocate a new one and free old array only after all
5953         lookups finish.
5954         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
5955         (_dl_lookup_symbol_x): Likewise.
5956         * elf/dl-support.c: Define _dl_wait_lookup_done.
5957         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
5958         _dl_wait_lookup_done.
5960         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
5961         not overlapping with arena.
5963         * malloc/mcheck.c (reallochook): If size==0, free the block.
5965         * rt/tst-shm.c: Use fstat64 instead of fstat.
5967         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
5968         __NR_sync_file_range is not defined.
5970 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
5972         Dummy files to prevent stub versions from being used.
5973         * sysdeps/x86_64/fpu/k_cosl.c: New file.
5974         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
5975         * sysdeps/x86_64/fpu/k_sinl.c: New file.
5976         * sysdeps/x86_64/fpu/k_tanl.c: New file.
5978         * version.h (VERSION): Set to 2.6.90.
5980 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
5982         * version.h (VERSION): Define to 2.6.
5983         * include/features.h (__GLIBC_MINOR__): Define to 6.
5985         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
5987         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
5988         sizes.
5990 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
5992         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
5993         number of mmaps.  n_mmaps_max is the target.
5994         * malloc/hooks.c: Likewise.
5995         * malloc/arena.c: Likewise.
5997 2007-05-12  Andreas Jaeger  <aj@suse.de>
5999         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6000         getpid.
6002 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6004         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6005         adding new variables.
6007         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6008         optimize.  Completely extend global scope array before making the
6009         new entries visible.
6011 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6013         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6014         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6015         tst-getcpu.
6017         * include/link.h: Move l_version and l_nversion members around to
6018         fill gaps.
6020         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6022         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6023         (__sched_setaffinity_new): If syscall was successful and
6024         RESET_VGETCPU_CACHE is defined, use it before returning.
6025         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6027         * io/sys/stat.h: Make sure struct timespec is defined for
6028         __USE_ATFILE.
6030         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6031         UTIME_OMIT.
6032         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6033         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6034         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6035         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6036         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6037         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6038         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6039         * io/sys/stat.h: Declare utimensat, futimens.
6040         * io/utimensat.c: New file.
6041         * io/futimens.c: New file.
6042         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6043         * sysdeps/unix/sysv/linux/futimens.c: New file.
6044         * io/Makefile (routines): Add utimensat, futimens.
6045         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6046         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6047         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6048         available.
6050         * include/sys/cdefs.h: Redefine __nonnull so that test for
6051         incorrect parameters in the libc code itself are not omitted.
6053 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6055         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6056         exception in addition to inexact when asked to raise only FE_INEXACT.
6058         [BZ #3427]
6059         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6060         in *envp.
6062 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6064         [BZ #4403]
6065         * string/strfry.c (strfry): Make result more random.
6067 2007-05-07  Richard Henderson  <rth@redhat.com>
6069         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6070         if __NO_LONG_DOUBLE_MATH.
6071         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6072         available in the compiler, add .arch directive to the assembly.
6074 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6076         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6077         compat_symbol to GLIBC_2_1.
6078         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6079         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6080         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6081         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6082         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6083         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6084         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6085         libc, not libm.
6086         (__isnanl): New compat_symbol.
6088 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6089             Jakub Jelinek  <jakub@redhat.com>
6091         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6092         (new_heap): Initialize mprotect_size.
6093         (grow_heap): When growing, only mprotect from mprotect_size till
6094         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6095         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6097 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6098             Peter Bergner  <bergner@us.ibm.com>
6100         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6101         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6102         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6103         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6104         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6105         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6106         Call __fe_mask_env() if all FP exceptions disabled.
6107         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6108         from old FPSCR to new fenv to propagate DFP rounding modes.
6109         Call __fe_mask_env() if FP exceptions previously enabled.
6110         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6111         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6112         transitioning from all exceptions disabled to any exception enabled
6113         or visa versa.
6114         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6115         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6116         when transitioning from all exceptions disabled to any exception
6117         enabled or visa versa.
6118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6125 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6127         [BZ #4465]
6128         * posix/unistd.h: Remove __THROW from fdatasync.
6130 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6132         [BZ #4465]
6133         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6135 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6137         * stdio-common/vfprintf.c (process_string_arg): Optimize
6138         ridiculous precision in wide char code printing multi-byte string.
6139         Reported by Jim Meyering <jim@meyering.net>.
6141         [BZ #4131]
6142         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6143         boundaries to work around systems with overlapping binary loading.
6144         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6146 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6148         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6149         __mbsnrtowcs after last change.
6151         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6152         (get_ident): Likewise.
6154 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6156         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6157         with setting the sticky bit.
6158         * math/test-misc.c (main): Add more truncation tests.
6160 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6162         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6163         double in the function declaration.
6164         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6165         double in the function declaration.
6166         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6167         float in the function declaration.
6168         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6169         float in the function declaration.
6171         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6172         denormal operands.  Do not generate FP_EX_DENORM exception.
6173         (FP_UNPACK_RAW_EP): Ditto.
6174         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6175         undefined _FP_UNPACK_RAW_E.
6176         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6177         undefined _FP_UNPACK_RAW_EP.
6178         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6179         undefined _FP_PACK_RAW_E.
6180         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6181         undefined _FP_PACK_RAW_EP.
6183         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6184         _FP_FRAC_COPY_2.
6185         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6186         _FP_FRAC_COPY_4.
6188 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6189             Jakub Jelinek  <jakub@redhat.com>
6191         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6192         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6193         this case.
6194         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6196 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6198         * math/test-misc.c (main): Add tests for rounding long double
6199         values close to smallest double denormalized value to double.
6201 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6203         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6204         condition for truncating to 0.  Set sticky bit for such
6205         truncation.
6207 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6209         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6210         fixed length array for ignore.
6212 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6214         [BZ #4438]
6215         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6216         stack for large precisions.
6217         * stdio-common/test-vfprintf.c (main): Add test for large
6218         precision.
6220 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6222         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6223         for exponent 0.
6224         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6226         [BZ #4439]
6227         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6228         account in the size check.
6229         * resolv/tst-inet_ntop.c: New test.
6230         * resolv/Makefile (tests): Add tst-inet_ntop.
6232 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6233             Jakub Jelinek  <jakub@redhat.com>
6235         [BZ #4349]
6236         * malloc/malloc.c: Keep separate list for first blocks on the bin
6237         lists with a given size.  This helps skipping over list elements
6238         we know won't fit in two places.
6239         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6241 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6243         [BZ #4102]
6244         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6245         label to Teredo tunnel addresses 2001://32.
6247 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6249         * locale/programs/ld-collate.c (collate_read): Allow order_start
6250         after copy.
6252         * locale/programs/ld-collate.c (collate_read): Fix printing of
6253         error message.
6255         [BZ #3213]
6256         * locale/C-translit.h.in: Add entry for U2044.
6258         [BZ #4342]
6259         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6260         hexa-decimal floats without exponent.
6261         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6263 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6265         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6266         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6267         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6268         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6269         GLIBC_2.6.
6270         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6271         Add sched_getcpu.
6273 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6275         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6276         of 0 after the out_fail label.
6278 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6280         [BZ #4406]
6281         * iconv/gconv_charset.h (strip): Allow ':'.
6282         * iconv/iconv_open.c (iconv_open): Adjust comment.
6284 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6286         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6287         version.
6289 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6291         [BZ #4381]
6292         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6293         alignment of buffer and tmp_buffer.
6294         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6295         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6296         alignment of buffer.
6297         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6298         bigger than INT_MAX.
6299         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6300         h_errnop arguments.  Fail if buflen is too small.
6301         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6303 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6305         [BZ #4405]
6306         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6307         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6309 2007-04-22  Roland McGrath  <roland@redhat.com>
6311         * elf/elf.h (NT_PRXFPREG): New macro.
6313 2007-04-19  Andreas Jaeger  <aj@suse.de>
6315         [BZ #3905]
6316         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6317         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6318         Added.
6320 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6322         * include/sys/mman.h: Mark madvise hidden.
6323         * misc/madvise.c: Add libc_hidden_def.
6325 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6327         * nis/nis_domain_of.c (__nis_domain_of): New function.
6328         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6329         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6330         * nis/nis_call.c (rec_dirsearch): Likewise.
6331         (first_shoot): Likewise.  Remove search_parent_first argument.
6332         (struct nis_server_cache): Rename search_parent_first field
6333         to search_parent.
6334         (nis_server_cache_search, nis_server_cache_add): Rename
6335         search_parent_first argument to search_parent.
6336         (__nisfind_server): Likewise.  If search_parent, call
6337         __nis_domain_of.
6339 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6341         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6343 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6345         [BZ #4368]
6346         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6348 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6350         [BZ #4364]
6351         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6353 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6355         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6356         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6357         current number of locales in SUPPORTED.
6358         (create_archive): Initialize serial.
6359         (enlarge_archive): Preserve aliases rather than duplicating
6360         their locrecs.
6362 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6364         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6365         after _IO_un_link, not before it.
6367         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6368         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6369         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6371 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6373         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6374         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6375         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6376         Remove __THROW.
6377         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6378         _IO_file_xsgetn_maybe_mmap): Likewise.
6379         * libio/oldfileops.c (old_do_write): Likewise.
6380         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6381         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6382         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6383         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6384         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6385         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6386         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6387         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6388         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6389         _IO_file_underflow, _IO_file_underflow_mmap,
6390         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6391         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6392         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6393         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6394         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6395         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6396         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6397         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6398         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6399         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6400         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6401         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6402         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6403         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6404         _IO_adjust_column_internal, _IO_default_uflow_internal,
6405         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6406         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6407         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6408         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6409         _IO_file_close_it_internal, _IO_file_underflow_internal,
6410         _IO_file_overflow_internal, _IO_file_attach_internal,
6411         _IO_file_fopen_internal, _IO_file_sync_internal,
6412         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6413         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6414         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6415         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6416         _IO_seekpos_unlocked): Likewise.
6417         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6418         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6420 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6422         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6423         argument in xmalloc size computation.
6425 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6427         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6428         math_opt_barrier and math_force_eval macros.
6430 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6432         [BZ #3306]
6433         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6434         * sysdeps/i386/fpu/math_private.h: New file.
6435         * sysdeps/x86_64/fpu/math_private.h: New file.
6436         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6437         math_force_eval macros.  Use "+m" constraint on asm rather than
6438         "=m" and "m".
6439         * math/s_nextafter.c (__nextafter): Likewise.
6440         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6441         Likewise.
6442         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6443         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6444         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6445         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
6446         math_opt_barrier and math_force_eval macros.
6447         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
6448         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
6449         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
6450         (__nexttoward): Use math_opt_barrier and
6451         math_force_eval macros.  Use "+m" constraint on asm rather than
6452         "=m" and "m".  Only use asm to force double result if
6453         FLT_EVAL_METHOD is 2.
6454         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
6455         (__nexttowardf): Use math_opt_barrier and
6456         math_force_eval macros.  Use "+m" constraint on asm rather than
6457         "=m" and "m".  Only use asm to force double result if
6458         FLT_EVAL_METHOD is not 0.
6459         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
6460         (__nexttowardf): Use math_opt_barrier and
6461         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6462         x to float using asm.
6463         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
6464         (__nldbl_nexttowardf): Use math_opt_barrier and
6465         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6466         x to float using asm.
6467         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
6468         (__nexttowardf): Use math_opt_barrier and math_force_eval
6469         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
6470         * math/bug-nextafter.c (zero, inf): New variables.
6471         (main): Add new tests.
6472         * math/bug-nexttoward.c (zero, inf): New variables.
6473         (main): Add new tests.
6475 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6477         [BZ #3427]
6478         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
6479         exceptions both in SW and MXCSR.
6480         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
6481         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
6482         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6483         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6484         in MXCSR if SSE is available.
6485         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
6486         and ldsodefs.h.
6487         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
6488         Fix comment typo.
6489         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
6490         Return 0 rather than 1.
6491         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
6492         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
6493         * math/test-fenv.c (feholdexcept_tests): New function.
6494         (main): Call it.
6496 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
6498         [BZ #3427]
6499         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6500         in SW.
6502 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6504         [BZ #4344]
6505         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
6506         Reported by David Anderson <davea42@earthlink.net>.
6508 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
6510         * posix/sys/wait.h: Remove unnecessary forward declaration.
6512 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
6514         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
6515         with obj->do_servers after first_shoot.
6517 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
6519         * posix/Makefile (routines): Add sched_cpucount.
6520         (tests): Add tst-cpucount.
6521         * posix/sched_cpucount.c: New file.
6522         * posix/tst-cpucount.c: New file.
6523         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
6524         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
6525         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
6526         * posix/sched.h: Define CPU_COUNT.
6528 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6530         * posix/fnmatch.c (STRUCT): Define.
6531         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
6532         * posix/fnmatch_loop.c (struct STRUCT): New type.
6533         (FCT): Add ends argument.  If ends != NULL and normal * is
6534         seen in the pattern, store current pattern and string pointers
6535         and return.  Adjust recursive calls.
6536         (EXT): Adjust FCT callers.
6537         (STRUCT): Undef at the end of the file.
6538         * posix/Makefile (tests): Add tst-fnmatch2.
6539         * posix/tst-fnmatch2.c: New test.
6541 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6543         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
6544         and 1 on failure.
6546         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
6547         Change last argument to unsigned int.
6549 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
6551         * scripts/check-local-headers.sh: Filter out sys/capability.h.
6553 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6555         * config.h.in (HAVE_LIBCAP): Add.
6556         * nscd/selinux.h: Include sys/capability.h rather than non-existent
6557         sys/capabilities.h.
6558         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
6559         free_caps.  Cast away const from 4th cap_set_flag argument.
6561 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
6563         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
6564         GLIBC_2.6.
6565         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6566         Add sync_file_range.
6567         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6569 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
6571         * sysdeps/powerpc/bits/atomic.h
6572         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
6573         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
6574         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6575         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
6576         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6577         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
6578         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
6579         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6580         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6581         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6582         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
6583         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6584         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6585         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6586         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6587         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
6588         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6589         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
6590         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6591         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
6593 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6595         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6596         (__cache_line_size): Define the variable here.  Add
6597         attribute_hidden, remove weak_extern.
6598         (__libc_start_main): Set __cache_line_size
6599         unconditionally.
6600         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
6601         (__cache_line_size): Define the variable here.  Add
6602         attribute_hidden, remove weak_extern.
6603         (DL_PLATFORM_AUXV): Set __cache_line_size
6604         unconditionally.
6605         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
6606         weak_extern, add attribute_hidden.
6607         (__elf_machine_runtime_setup): Assume __cache_line_size is always
6608         defined in ld.so.
6609         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
6610         definition.
6611         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
6613 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
6615         [BZ #4276]
6616         * timezone/africa: Update from tzdata2007d.
6617         * timezone/asia: Likewise.
6618         * timezone/australasia: Likewise.
6619         * timezone/backward: Likewise.
6620         * timezone/europe: Likewise.
6621         * timezone/iso3166.tab: Likewise.
6622         * timezone/leapseconds: Likewise.
6623         * timezone/northamerica: Likewise.
6624         * timezone/southamerica: Likewise.
6625         * timezone/zone.tab: Likewise.
6627         * timezone/private.h: Update from tzcode2007d.
6628         * timezone/zdump.c: Likewise.
6629         * timezone/zic.c: Likewise.
6631 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
6633         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
6634         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
6635         variables.
6636         (nis_server_cache_search, nis_server_cache_add): New functions.
6637         (__nisfind_server): Use them.  Add dbp and flags argument, if
6638         call __nisbind_create.
6639         (__nisbind_create): Add server_used and current_ep arguments,
6640         only call __nis_findfastest if server_used is ~0.
6641         (__do_niscall2, __prepare_niscall): Adjust callers.
6642         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
6643         ckey_cache_euid, ckey_cache_lock): New variables.
6644         (get_ckey): New function.
6645         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
6646         __pmap_getnisport.  Save __pmap_getnisport result in
6647         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
6648         key.
6649         * nis/nis_lookup.c (nis_lookup): Likewise.
6650         * nis/nis_table.c (nis_list): Likewise.
6651         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
6652         prototypes.
6654         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
6655         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
6656         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
6657         _nss_nisplus_getservbyport_r): Likewise.
6658         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
6659         _nss_nisplus_getnetbyaddr_r): Likewise.
6660         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
6661         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
6662         _nss_nisplus_getntohost_r): Likewise.
6663         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
6664         _nss_nisplus_getrpcbynumber_r): Likewise.
6666 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6668         * configure.in (libc_cv_gnu89_inline): Only do compile test.
6669         * configure: Rebuilt.
6671         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
6672         bit-fields.
6673         * soft-fp/extended.h (_FP_UNION_E): Likewise.
6675 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
6677         [BZ #2831]
6678         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
6679         bit-fields.
6681 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
6683         * nscd/gai.c: Include alloca.h.
6684         (__libc_use_alloca): Define.
6686 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
6688         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
6689         smaller scopes.
6690         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
6691         (DL_DST_REQUIRED): Adjust user.
6693         * include/dlfcn.h (struct link_map): New forward decl.
6695         * inet/getnameinfo.c: Include stddef.h.
6696         (getnameinfo): Use offsetof.
6698         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
6700         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
6702         * string/strerror_l.c: Include stdlib.h.
6704         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
6705         * config.make.in (gnu89-inline-CFLAGS): New variable.
6706         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
6707         -std=gnu99.
6708         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
6709         * argp/argp.h: Use it.
6710         * bits/mathinline.h: Likewise.
6711         * bits/sigset.h: Likewise.
6712         * bits/string.h: Likewise.
6713         * ctype/ctype.h: Likewise.
6714         * hurd/hurd.h: Likewise.
6715         * hurd/hurd/fd.h: Likewise.
6716         * hurd/hurd/port.h: Likewise.
6717         * hurd/hurd/signal.h: Likewise.
6718         * hurd/hurd/threadvar.h: Likewise.
6719         * hurd/hurd/userlink.h: Likewise.
6720         * io/sys/stat.h: Likewise.
6721         * libio/bits/stdio.h: Likewise.
6722         * libio/bits/stdio2.h: Likewise.
6723         * mach/lock-intern.h: Likewise.
6724         * mach/mach/mig_support.h: Likewise.
6725         * math/bits/cmathcalls.h: Likewise.
6726         * posix/bits/unistd.h: Likewise.
6727         * socket/bits/socket2.h: Likewise.
6728         * stdlib/bits/stdlib.h: Likewise.
6729         * stdlib/stdlib.h: Likewise.
6730         * string/argz.h: Likewise.
6731         * string/bits/string2.h: Likewise.
6732         * string/bits/string3.h: Likewise.
6733         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
6734         * sysdeps/generic/inttypes.h: Likewise.
6735         * sysdeps/generic/machine-lock.h: Likewise.
6736         * sysdeps/generic/machine-sp.h: Likewise.
6737         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
6738         * sysdeps/i386/i486/bits/string.h: Likewise.
6739         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
6740         * sysdeps/mach/alpha/machine-lock.h: Likewise.
6741         * sysdeps/mach/alpha/machine-sp.h: Likewise.
6742         * sysdeps/mach/i386/machine-lock.h: Likewise.
6743         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
6744         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
6745         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
6746         * sysdeps/s390/bits/string.h: Likewise.
6747         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
6748         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
6749         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6750         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
6751         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6752         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
6753         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
6754         * wcsmbs/bits/wchar2.h: Likewise.
6755         * wcsmbs/wchar.h: Likewise.
6756         * stdlib/gmp.h: Likewise.  Include <features.h> to get
6757         __extern_inline definition.
6759 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
6761         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
6762         NULL.
6764         [BZ #3919]
6765         * math/libm-test.inc (log_test): Test -Inf and NaN.
6766         (log10_test, log1p_test, log2_test): Test -Inf.
6767         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
6768         FE_INVALID when argument is qNaN.
6769         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
6770         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
6771         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
6772         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
6773         andb $1, %ah with testb $1, %ah, don't test for parity, instead
6774         testb $4, %ah and jump if non-zero.
6775         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
6776         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
6778         [BZ #4101]
6779         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
6780         ancestors with the same depths.
6781         Patch by Niels Moeller <nisse@lysator.liu.se>.
6782         (filter_doc): Don't crash if argp is NULL.
6783         * argp/Makefile (tests): Add tst-argp2.
6784         * argp/tst-argp2.c: New test.
6786         [BZ #4130]
6787         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
6788         open_not_cancel_2.
6789         (updwtmp_file): Likewise.
6791         [BZ #4181]
6792         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
6793         (inet6_opt_append): Don't check extlen is big enough if extbuf
6794         is NULL.
6795         (inet6_opt_finish): Likewise.
6796         * inet/Makefile (tests): Add test-inet6_opt.
6797         * inet/test-inet6_opt.c: New test.
6799         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
6800         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
6801         NLMSG_ERR.  Instead use a page sized buffer.
6802         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
6803         buffer.
6805 2007-03-14  Richard Henderson  <rth@redhat.com>
6807         * sysdeps/alpha/fpu/s_llround.c: New file.
6808         * sysdeps/alpha/fpu/s_llroundf.c: New file.
6809         * sysdeps/alpha/fpu/s_lround.c: New file.
6810         * sysdeps/alpha/fpu/s_lroundf.c: New file.
6811         * sysdeps/alpha/fpu/s_round.c: New file.
6812         * sysdeps/alpha/fpu/s_roundf.c: New file.
6813         * sysdeps/alpha/fpu/s_trunc.c: New file.
6814         * sysdeps/alpha/fpu/s_truncf.c: New file.
6816         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
6817         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
6818         * sysdeps/alpha/fpu/s_floor.c: Likewise.
6819         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
6820         * sysdeps/alpha/fpu/s_rint.c: Likewise.
6821         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
6823         * sysdeps/alpha/fpu/s_fmax.S: New file.
6824         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
6825         * sysdeps/alpha/fpu/s_fmin.S: New file.
6826         * sysdeps/alpha/fpu/s_fminf.S: New file.
6827         * sysdeps/alpha/fpu/s_isnan.c: New file.
6828         * sysdeps/alpha/fpu/s_isnanf.c: New file.
6829         * sysdeps/alpha/fpu/s_llrint.c: New file.
6830         * sysdeps/alpha/fpu/s_llrintf.c: New file.
6831         * sysdeps/alpha/fpu/s_lrint.c: New file.
6832         * sysdeps/alpha/fpu/s_lrintf.c: New file.
6833         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
6834         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
6836         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
6837         (__fdimf, fdimf, __fdim, fdim): Remove.
6838         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
6839         (__isnanf, __isnan, __isnanl): New.
6841 2007-03-13  Richard Henderson  <rth@redhat.com>
6843         * sysdeps/ieee754/ldbl-128/Makefile: New file.
6845 2007-03-13  Richard Henderson  <rth@redhat.com>
6847         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
6848         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
6849         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
6850         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
6851         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
6852         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
6854 2007-03-13  Richard Henderson  <rth@redhat.com>
6856         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
6857         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
6858         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
6859         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
6860         Move to dl-auxv.h; initialize instead of extern weak.
6861         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
6862         weak symbol.
6863         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
6864         Extern instead of initialized.
6866 2007-03-13  Richard Henderson  <rth@redhat.com>
6868         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
6869         __sigsuspend_nocancel.
6871 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
6873         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
6874         172.16/12 address range.
6876 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
6878         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
6879         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
6880         message.
6882 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
6884         [BZ #4069]
6885         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
6886         earlier.
6887         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
6889         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
6890         for x qNaN and y either +-inf or non-integer value.
6891         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
6892         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6893         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
6895 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
6897         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
6898         from sysdep_headers.
6900 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
6902         * time/tzfile.c (find_transition): Instead of a linear search try to
6903         guess the transition index, use a linear search if the result is at
6904         most 10 transitions away from the guess or binary search otherwise.
6906 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
6908         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
6909         memory reallocation.
6911 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
6913         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
6914         and fix some typos.
6915         Optimize use of TOLOWER.
6917         [BZ #3325]
6918         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
6919         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
6920         * sysdeps/i386/fpu/e_fmod.S: Likewise.
6922         [BZ #3458]
6923         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
6924         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
6926         [BZ #4076]
6927         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
6928         (open_dir_stream): Likewise.
6929         * io/Makefile (tests): Add bug-ftw5.
6930         * io/bug-ftw5.c: New file.
6932         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
6933         * nscd/servicescache.c (cache_addserv): Likewise.
6935         * nscd/grpcache.c (cache_addgr): In case a record changed on
6936         refresh, adjust key_copy.
6938         [BZ #4074]
6939         * nscd/pwdcache.c (cache_addpw): In case a record changed on
6940         refresh, adjust key_copy.
6942         [BZ #4070]
6943         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
6944         special cases.
6945         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
6947 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
6949         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
6950         optimization.
6952         * stdio-common/vfscanf.c: Small cleanups throughout.
6954 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
6956         [BZ #3325]
6957         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
6958         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
6959         * sysdeps/i386/fpu/e_fmod.S: Likewise.
6960         Patch by Jared Casper <jaredcasper@gmail.com>.
6962         * sysdeps/unix/closedir.c: Outside libc don't use locking.
6963         * sysdeps/unix/opendir.c: Likewise.
6964         * sysdeps/unix/readdir.c: Likewise.
6966         [BZ #2211]
6967         * stdio-common/vfscanf.c: Handle localized digits etc for floating
6968         point numbers.
6969         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
6971         * stdio-common/vfscanf.c: Fix problems in width accounting.
6972         * stdio-common/tst-sscanf.c (double_tests): New tests.
6973         (main): Hook them up.
6975         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
6976         More simplifications of floating-point reader.
6978         * stdio-common/Makefile (tests): Add tst-swscanf.
6979         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
6980         testing.
6981         * stdio-common/tst-swscanf.c: New file.
6983 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
6985         [BZ #2633]
6986         * libio/stdio.h: Define struct _IO_FILE in global namespace.
6987         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
6988         Remove using for __jmp_buf_tag.
6989         * locale/locale.h (struct lconv): Also define in std namespace.
6990         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
6992         [BZ #3842]
6993         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
6994         using __libc_enable_secure.
6996         [BZ #3818]
6997         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
6999         [BZ #3745]
7000         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7001         of names for ellipsises.
7003         [BZ #3348]
7004         * malloc/memusage.sh: Cleanups.
7005         * debug/xtrace.sh: Quoting and trap changes.
7007 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7009         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7011         * locale/iso-3166.def: Update entry for Serbia.
7012         * locale/iso-4217.def: Define RSD, remove CSD.
7014         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7015         and 64-bit operations.
7017         [BZ #4040]
7018         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7019         16-bit operations.
7021         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7022         of writev.
7024 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7026         [BZ #3991]
7027         * assert/assert.h (assert): Simplify.
7028         (assert_perror): Likewise.
7029         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7031         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7032         reqdata.
7034         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7035         change: don't pass NULL in place of an integer.
7037 2007-02-02  Bruno Haible  <bruno@clisp.org>
7039         [BZ #3954]
7040         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7041         Add mapping for U+327E.
7042         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7043         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7044         mapping of 0xD9 0xE8.
7045         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7046         mapping of U+327E.
7047         Reported by Jungshik Shin <jungshik@google.com>.
7049         [BZ #3955]
7050         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7051         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7052         Reported by Jungshik Shin <jungshik@google.com>.
7054 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7056         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7057         byte variants.
7059         [BZ #4040]
7060         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7061         byte variants.  Patch mostly be tom@tommay.net.
7063 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7065         [BZ #3996]
7066         * posix/glob.c (attribute_hidden): Define if not defined.
7067         (glob): Unescape dirname, filename or username when needed and not
7068         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7069         is NULL.  Handle unescaped [ in pattern without closing ].
7070         Don't pass GLOB_CHECK down to recursive glob for directories.
7071         (__glob_pattern_type): New function.
7072         (__glob_pattern_p): Implement using __glob_pattern_type.
7073         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7074         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7075         Remove unreachable code.
7076         * posix/globtest.sh: Add a couple of new tests.
7078 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7080         * po/ru.po: Update from translation team.
7082 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7084         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7085         to the list of i486+ CPUs.
7086         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7088 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7090         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7091         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7092         references.
7094 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7096         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7098         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7099         * resolv/res_mkquery.c: Define __res_nopt.
7100         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7101         try adding EDNS0 record.
7102         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7103         EDNS0 record was send make sure we don't try it again.
7104         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7105         * include/resolv.h: Declare __res_nopt.
7107 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7109         [BZ #3944]
7110         * time/strptime_l.c (__strptime_internal): Set have_mon for
7111         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7112         have been computed from tm_yday and tm_year.  Don't crash
7113         in day_of_the_week or day_of_the_year if not have_mon
7114         and tm_mon contains bogus value.
7115         * time/Makefile (tests): Add tst-strptime3.
7116         * time/tst-strptime3.c: New test.
7118 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7120         [BZ #3957]
7121         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7122         bit for RE_HAT_LISTS_NOT_NEWLINE.
7123         (build_charclass_op): Remove bogus comment.
7124         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7125         * posix/bug-regex27.c: New test.
7126         * posix/bug-regex28.c: New test.
7128 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7130         * po/sv.po: Update from translation team.
7132 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7134         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7136 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7138         * include/locale.h (__uselocale): Add libc_hidden_proto.
7139         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7141         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7142         gettimeofday.
7144 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7146         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7147         returning.
7148         (PTR_DEMANGLE): Real definition now that it's not the same as
7149         PRT_MANGLE anymore.
7150         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7152         * string/strerror_l.c: New file.
7153         * string/Makefile (routines): Add strerror_l.
7154         * string/string.h: Declare strerror_l.
7155         * string/Versions: Export strerror_l for GLIBC_2.6.
7157 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7159         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7160         as parameter.  Construct request record.  Try sending request
7161         before the first poll use, it usually succeeds.  Adjust all
7162         callers.
7163         * nscd/nscd-client.h: Define MAXKEYLEN.
7164         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7166 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7168         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7169         from return value.
7170         * nscd/nscd_helper.c: Include string.h.
7171         (__nscd_cache_search): Remove const qualifier from return value.
7172         On strict alignment architectures check hash entry and data head
7173         alignment.
7174         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7175         mmapped data during GC cycle contains garbage.  If
7176         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7177         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7178         dropped to 0.
7179         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7180         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7181         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7182         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7183         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7185 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7187         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7189 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7191         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7192         names not numbers in cfi_*.
7194 2007-01-26  Andreas Jaeger  <aj@suse.de>
7196         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7197         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7198         Correct values of PER_HPUX and PER_OSF4.
7200 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7202         * elf/dl-minimal.c: Undefine _itoa first.
7203         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7204         * malloc/mtrace.c: Revert last change.
7205         * posix/wordexp.c: Likewise.
7207 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7209         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7210         and __geode__ to the list of i486+ CPUs.
7211         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7213 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7215         * stdio-common/_itoa.c: Include <limits.h>.
7216         * stdio-common/_itowa.c: Likewise.
7218 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7220         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7221         platforms.
7222         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7223         64-bit platforms.
7224         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7225         possible.
7226         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7227         if possible.
7229         [BZ #3902]
7230         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7231         * stdio-common/Makefile (tests): Add bug17.
7232         * stdio-common/bug17.c: New file.
7234 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7236         * iconvdata/brf.c: New file.
7237         * iconvdata/testdata/BRF: New file.
7238         * iconvdata/testdata/BRF..UTF8: New file.
7239         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7240         * iconvdata/Makefile: Add rules to build BRF.
7241         * iconvdata/TESTS: Add BRF entry.
7242         * iconvdata/gconv-modules: Likewise.
7243         * iconvdata/tst-tables.sh: Likewise.
7245 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7247         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7248         type `long long int', not `long int'.
7249         (wcstoq): Likewise.
7251 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7253         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7254         of values on 64-bit platforms which are too large.
7256 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7257             Joe Kerian  <jkerian@us.us.ibm.com>
7259         [BZ #2749]
7260         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7261         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7262         (__copysignl): Use signbit() for comparison.
7263         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7264         SET_LDOUBLE_WORDS64.
7266         [BZ #2423, #2749]
7267         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7268         (__ceill): Remove calls to fegetround(), fesetround().
7269         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7270         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7271         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7273 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7275         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7277         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7279 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7281         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7282         demangle pointer.
7283         * csu/libc-start.c: Likewise.
7285 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7287         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7288         really work anyway.
7290 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7292         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7293         users.
7294         (handle_request): Remove unnecessary tests.
7296         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7298 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7300         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7301         workbits in semi-raw fraction.
7303         * math/test-misc.c: Add new tests.
7305 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7307         * math/basic-test.c: Include test-skeleton.c.
7308         (TEST_TRUNC): Define.
7309         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7310         (main): Rename to ...
7311         (do_test): ...this.  Run new tests.
7312         (TEST_FUNCTION): Define.
7314 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7315             Joe Kerian  <jkerian@us.us.ibm.com>
7317         [BZ #2749]
7318         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7319         handling for high words.
7320         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7321         and overflow for infinity.
7323 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7325         * nscd/connections.c (handle_request): Add a __builtin_expect.
7327         * nscd/connections.c (serv2db): Change type into structure which
7328         also says whether this is a request for data.  Renamed to
7329         servinfo.  All users changed.
7330         (handle_request): Much simpler test whether we should search the cache.
7332         * nscd/connections.c (handle_request): Fix thinko in selinux test
7333         invocation.
7335         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7336         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7337         it before getting dl_load_lock and then relock.
7338         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7339         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7340         case we unlocked the scope.
7341         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7342         _dl_lookup_symbol_x in case we locked the scope.
7343         (_dl_profile_fixup): Likewise.
7344         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7345         set DL_LOOKUP_SCOPE_LOCK.
7347 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7349         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7350         CFLAGS-getsrvbynpt_r.c.
7351         * nscd/getsrvbynm_r.c: New file.
7352         * nscd/getsrvbypt_r.c: New file.
7353         * nscd/nscd_getserv_r.c: New file.
7354         * nscd/servicescache.c: New file.
7355         * nscd/Makefile (routines): Add nscd_getserv_r.
7356         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7357         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7358         CFLAGS-getsrvbypt_r.c.
7359         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7360         table.  Add entries for services database.
7361         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7362         services database.
7363         (dbs): Add .reset_res and servdb initialization.
7364         (serv2db): Add entries for services database.
7365         (verify_persistent_db): Accept dbnr == servdb.
7366         (invalidate_cache): Rewrite database name recognition to use a table.
7367         Call res_init() if .reset_res is set for database.
7368         (handle_request): Add code to handle services database.
7369         * nscd/gai.c: Don't define __getservbyname_r.
7370         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7371         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7372         (serv_response_header): Define.
7373         (struct datahead): Add serv_response_header member.
7374         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7375         using table.
7376         * nscd/nscd.conf: Add entries for services database.
7377         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7378         Declare serv_iov_disabled.
7379         Declare addservbyname, readdservbyname, addservbyport, and
7380         readdservbyport.
7381         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7382         (find_db): Fix error message.
7383         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7384         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7385         * nscd/selinux.c (perms): Add entries for services database.
7386         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7387         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7389         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7390         * nscd/hstcache.c: Likewise.
7391         * nscd/pwdcache.c: Likewise.
7393         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7394         computation of keylen.
7396         * include/string.h: Only redefine strndupa if this is really for
7397         libc code.
7399 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7401         * nscd/nscd_gethst_r.c: Minor cleanups.
7403         * nscd/connections.c (handle_request): Check selinux permissions
7404         for all non-admin commands.
7406         * sysdeps/i386/i486/bits/atomic.h: Define
7407         atomic_compare_and_exchange_val_acq,
7408         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7409         using __sync_* built-ins for gcc >= 4.1.
7410         * sysdeps/x86_64/bits/atomic.h: Likewise.
7412         [BZ #3840]
7413         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7414         and .oS.d files.
7416 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7418         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7419         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7420         (do_test): Check errno and exit(0) if ENOSYS.
7422 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7424         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7425         thousands separators.
7426         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7427         * stdlib/tst-strtod4.c: New test.
7429         [BZ #3855]
7430         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7431         hexadecimal digit should accept just the initial 0.
7432         * stdlib/tst-strtod2.c (tests): New variable.
7433         (do_test): Run several tests rather than just one.
7435 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7437         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7438         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7440 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7442         * io/fts.c: Make sure fts_cur is always valid after return from
7443         fts_read.
7444         Patch by Miloslav Trmac <mitr@redhat.com>.
7446 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
7448         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
7449         (R_MIPS_NUM): Bump by 1.
7451 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
7453         * posix/execvp.c: Include alloca.h.
7454         (allocate_scripts_argv): Renamed to...
7455         (scripts_argv): ... this.  Don't allocate buffer here nor count
7456         arguments.
7457         (execvp): Use alloca if possible.
7458         * posix/Makefile: Add rules to build and run tst-vfork3 test.
7459         * posix/tst-vfork3.c: New test.
7461 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
7463         * string/Makefile (tst-strxfrm2-ENV): Define.
7464         * stdlib/Makefile (tst-strtod3-ENV): Define.
7466 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
7468         * posix/getconf.c: Update copyright year.
7469         * nss/getent.c: Likewise.
7470         * iconv/iconvconfig.c: Likewise.
7471         * iconv/iconv_prog.c: Likewise.
7472         * elf/ldconfig.c: Likewise.
7473         * catgets/gencat.c: Likewise.
7474         * csu/version.c: Likewise.
7475         * elf/ldd.bash.in: Likewise.
7476         * elf/sprof.c (print_version): Likewise.
7477         * locale/programs/locale.c: Likewise.
7478         * locale/programs/localedef.c: Likewise.
7479         * nscd/nscd.c (print_version): Likewise.
7480         * debug/xtrace.sh: Likewise.
7481         * malloc/memusage.sh: Likewise.
7482         * malloc/mtrace.pl: Likewise.
7483         * debug/catchsegv.sh: Likewise.
7485 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
7487         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
7488         attempts.
7490 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
7492         * posix/wordexp.c: Remove some unnecessary tests.
7494 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
7496         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
7497         blacklist the group till after we look it up.
7499 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
7501         * include/atomic.h (atomic_forced_read): New macro.
7503 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7505         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
7507 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
7509         * nss/getXXbyYY_r.c: Include atomic.h.
7510         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
7511         add atomic_write_barrier () in between.
7513         * stdlib/Makefile (tests): Add tst-makecontext.
7514         * stdlib/tst-makecontext.c: New test.
7516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7517         (__makecontext): Don't realign uc_mcontext.uc_regs.
7519 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
7521         * elf/dl-support.c: Include dl-procinfo.h.
7522         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
7523         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
7524         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
7525         Define.
7526         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
7527         hardcoded constants.
7528         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
7529         PPC_PLATFORM_* macros for array designators.
7531 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
7533         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
7534         names to the beginning.
7535         (_dl_powerpc_platforms): Add "power6x".
7536         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
7537         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
7538         (_DL_PLATFORMS_COUNT): Increase.
7539         (_dl_string_platform): Handle power6x case.
7540         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
7541         PPC_FEATURE_POWER6_EXT): Define.
7542         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
7544 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
7546         [BZ #3747]
7547         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
7548         [-2^31 .. 2^31) range.
7549         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
7550         targets.
7551         * stdlib/tst-rand48-2.c: New test.
7552         * stdlib/Makefile (tests): Add tst-rand48-2.
7554 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
7556         * misc/tst-pselect.c (do_test): Fix sigblock argument.
7558 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
7560         * misc/tst-pselect.c (do_test): Make sure the helper process is
7561         terminating when the test is aborted.
7563 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
7565         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
7566         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
7567         Handle relatime mount option.
7569         [BZ #2337]
7570         * libio/Makefile (tests): Add tst-setvbuf1.
7571         * libio/tst-setvbuf1.c: New file.
7573 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
7575         [BZ #2337]
7576         * libio/genops.c (__uflow): Fix a typo.
7577         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
7578         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
7579         the narrow buffer size.
7581 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
7583         [BZ #2337]
7584         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
7585         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
7586         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
7587         in _flags.
7588         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
7589         _IO_wstr_finish): Likewise.
7590         * libio/wmemstream.c (open_wmemstream): Likewise.
7591         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
7592         even for wide streams.
7594 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
7596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
7597         kernel-features.h.
7599 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
7601         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
7602         separators also if no non-zero digits found.
7603         * stdlib/Makefile (tests): Add tst-strtod3.
7605 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
7607         [BZ #3632]
7608         * include/features.h: Fix comment about default value for
7609         _POSIX_C_SOURCE.
7611         [BZ #3664]
7612         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
7613         empty parsed strings.
7614         * stdlib/Makefile (tests): Add tst-strtod2.
7615         * stdlib/tst-strtod2.c: New file.
7617         [BZ #3673]
7618         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
7619         computation.
7620         * stdlib/Makefile (tests): Add tst-atof2.
7621         * stdlib/tst-atof2.c: New file.
7623         [BZ #3674]
7624         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
7625         correctly if removing trailing zero of hex-float.
7626         * stdlib/Makefile (tests): Add tst-atof1.
7627         * stdlib/tst-atof1.c: New file.
7629 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
7631         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
7632         Start searching for next comma at p rather than rest.
7633         * misc/Makefile (tests): Add tst-mntent2.
7634         * misc/tst-mntent2.c: New test.
7636         * misc/getusershell.c (initshells): Check for integer overflows.
7637         Make strings buffer one bigger as fgets always succeeds when second
7638         argument is 1.  Don't use calloc for shells array.  Disallow
7639         / as shell.
7641 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
7643         * malloc/memusage.c: Handle realloc with new size of zero and
7644         non-NULL pointer correctly.
7645         (me): Really write first record twice.
7646         (struct entry): Make format bi-arch safe.
7647         (dest): Write out more realloc statistics.
7648         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
7650 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
7652         * nis/nis_subr.c (nis_getnames): Revert last change.
7654 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
7656         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
7657         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
7658         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
7659         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
7660         ENOTTY.
7661         * io/Makefile: Add rules to build and run tst-ttyname_r test.
7662         * io/tst-ttyname_r.c: New test.
7664 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7666         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
7668 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
7670         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
7671         jump table entries.
7673 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7675         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
7676         `clone' function to ensure proper unwinding stop of gdb.
7677         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
7679 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
7681         * nscd/nscd.init: Remove obsolete and commented-out -S option
7682         handling.
7684 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
7686         [BZ #3514]
7687         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
7689         [BZ #3515]
7690         * manual/string.texi (strtok): Remove duplicate paragraph.
7692 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7694         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
7695         libgcc not supporting `rflags' unwinding (register # >= 17).
7697 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
7699         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
7700         succeeded.
7702 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
7703             Jakub Jelinek  <jakub@redhat.com>
7704             Jan Kratochvil  <jan.kratochvil@redhat.com>
7706         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
7707         unwind information.
7708         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
7709         'restore_rt' even in the 'signal' directory.
7710         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
7712 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
7714         [BZ #3559]
7715         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
7716         malloc crashed.  Don't allocate memory unnecessarily in each
7717         loop.
7719 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
7721         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
7723 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
7725         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
7727 2006-11-18  Bruno Haible  <bruno@clisp.org>
7729         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
7730         __sysconf only after having tried to call getgroups32.
7732 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
7734         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
7735         addresses for IPv4 queries if they can be mapped.
7737 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
7739         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
7740         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
7741         (signmask): Add .size directive.
7742         (othermask): Add .type directive.
7744 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
7746         * po/nl.po: Update from translation team.
7748         * timezone/zdump.c: Redo fix for BZ #3137.
7750 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
7752         * nss/nss_files/files-alias.c (get_next_alias): Set line back
7753         to first_unused after parsing :include: file.
7755 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
7757         * timezone/africa: Update from tzdata2006o.
7758         * timezone/antarctica: Likewise.
7759         * timezone/asia: Likewise.
7760         * timezone/australasia: Likewise.
7761         * timezone/backward: Likewise.
7762         * timezone/europe: Likewise.
7763         * timezone/iso3166.tab: Likewise.
7764         * timezone/northamerica: Likewise.
7765         * timezone/southamerica: Likewise.
7766         * timezone/zone.tab: Likewise.
7768         * time/tzfile.c (__tzfile_read): Extend to handle new file format
7769         on machines with 64-bit time_t.
7771         * timezone/checktab.awk: Update from tzcode2006o.
7772         * timezone/ialloc.c: Likewise.
7773         * timezone/private.h: Likewise.
7774         * timezone/scheck.c: Likewise.
7775         * timezone/tzfile.h: Likewise.
7776         * timezone/tzselect.ksh: Likewise.
7777         * timezone/zdump.c: Likewise.
7778         * timezone/zic.c: Likewise.
7780         [BZ #3483]
7781         * elf/ldconfig.c (main): Call setlocale and textdomain.
7782         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
7784         [BZ #3480]
7785         * manual/argp.texi: Fix typos.
7786         * manual/charset.texi: Likewise.
7787         * manual/errno.texi: Likewise.
7788         * manual/filesys.texi: Likewise.
7789         * manual/lang.texi: Likewise.
7790         * manual/maint.texi: Likewise.
7791         * manual/memory.texi: Likewise.
7792         * manual/message.texi: Likewise.
7793         * manual/resource.texi: Likewise.
7794         * manual/search.texi: Likewise.
7795         * manual/signal.texi: Likewise.
7796         * manual/startup.texi: Likewise.
7797         * manual/stdio.texi: Likewise.
7798         * manual/sysinfo.texi: Likewise.
7799         * manual/syslog.texi: Likewise.
7800         * manual/time.texi: Likewise.
7801         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7803         [BZ #3465]
7804         * sunrpc/clnt_raw.c: Minimal message improvements.
7805         * sunrpc/pm_getmaps.c: Likewise.
7806         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7807         * nis/nis_print_group_entry.c: Likewise.
7808         * locale/programs/repertoire.c: Likewise.
7809         * locale/programs/charmap.c: Likewise.
7810         * malloc/memusage.sh: Likewise.
7811         * elf/dl-deps.c: Likewise.
7812         * locale/programs/ld-collate.c: Likewise.
7813         * libio/vswprintf.c: Likewise.
7814         * malloc/memusagestat.c: Likewise.
7815         * sunrpc/auth_unix.c: Likewise.
7816         * sunrpc/rpc_main.c: Likewise.
7817         * nscd/cache.c: Likewise.
7818         * locale/programs/repertoire.c: Unify output messages.
7819         * locale/programs/charmap.c: Likewise.
7820         * locale/programs/ld-ctype.c: Likewise.
7821         * locale/programs/ld-monetary.c: Likewise.
7822         * locale/programs/ld-numeric.c: Likewise.
7823         * locale/programs/ld-time.c: Likewise.
7824         * elf/ldconfig.c: Likewise.
7825         * nscd/selinux.c: Likewise.
7826         * elf/cache.c: Likewise.
7827         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
7829         [BZ #3451]
7830         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
7831         change atomic.
7832         (ceil): Likewise.
7834 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
7836         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
7837         if N is one bigger than return value.
7838         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
7839         and l1 last arguments, if buf is defined, verify the return value
7840         equals to strlen (buf) and verify no byte beyond passed length
7841         is modified.
7843 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
7845         * po/sv.po: Update from translation team.
7847 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
7849         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
7850         noinline attribute.
7852 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
7854         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
7855         noinline attribute.
7857         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
7858         Use __new_sys_siglist instead of _sys_siglist_internal as
7859         second macro argument.
7860         (_old_sys_siglist): Use declare_symbol_alias macro instead of
7861         strong_alias.
7863 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
7865         [BZ #3493]
7866         * posix/unistd.h (sysconf): Remove const attribute.
7868         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
7869         temporary or deprecated addresses.
7870         Patch by Sridhar Samudrala <sri@us.ibm.com>.
7872         * string/Makefile (tests): Add tst-strxfrm2.
7873         * string/tst-strxfrm2.c: New file.
7875 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
7877         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
7878         rather than r->r_brk.
7880 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
7882         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
7883         optimization even if needed > n.
7885         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
7886         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
7887         return false, otherwise return true.
7888         (cache_rpath): Return decompose_rpath return value.
7890 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
7892         * include/libc-symbols.h (declare_symbol): Rename to...
7893         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
7894         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
7895         .size directive.
7896         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
7897         changes.
7898         * sysdeps/gnu/siglist.c: Likewise.
7900 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
7902         * sysdeps/powerpc/fpu/bits/mathinline.h
7903         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
7904         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
7906 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
7908         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
7909         Update handling of cache descriptor 0x49 for new models.
7910         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
7911         Likewise.
7913 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
7915         * malloc/memusage.c (dest): Reset not_me back to false after
7916         printing statistics.
7918 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
7920         * configure.in: Work around ld --help change and avoid -z relro
7921         test completely if the architecture doesn't care about security.
7923 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
7925         * po/sv.po: Update from translation team.
7927 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
7929         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
7930         generate compatibility version.
7932 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
7934         * configure.in: Relax -z relro requirement a bit.
7936         * po/sv.po: Update from translation team.
7938 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
7940         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
7941         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
7942         * elf/dl-close.c (_dl_close_worker): Likewise.
7943         * elf/dl-open.c (_dl_open_worker): Likewise.
7944         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
7946 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
7948         * configure.in: Require assembler support for visibility, compiler
7949         support for visibility and aliases, linker support for various -z
7950         options.
7951         * Makeconfig: Remove conditional code which now is unnecessary.
7952         * config.h.in: Likewise.
7953         * config.make.in: Likewise.
7954         * dlfcn/Makefile: Likewise.
7955         * elf/Makefile: Likewise.
7956         * elf/dl-load.c: Likewise.
7957         * elf/rtld.c: Likewise.
7958         * include/libc-symbols.h: Likewise.
7959         * include/stdio.h: Likewise.
7960         * io/Makefile: Likewise.
7961         * io/fstat.c: Likewise.
7962         * io/fstat64.c: Likewise.
7963         * io/fstatat.c: Likewise.
7964         * io/fstatat64.c: Likewise.
7965         * io/lstat.c: Likewise.
7966         * io/lstat64.c: Likewise.
7967         * io/mknod.c: Likewise.
7968         * io/mknodat.c: Likewise.
7969         * io/stat.c: Likewise.
7970         * io/stat64.c: Likewise.
7971         * libio/stdio.c: Likewise.
7972         * nscd/Makefile: Likewise.
7973         * stdlib/Makefile: Likewise.
7974         * stdlib/atexit.c: Likewise.
7975         * sysdeps/generic/ldsodefs.h: Likewise.
7976         * sysdeps/i386/dl-machine.h: Likewise.
7977         * sysdeps/i386/sysdep.h: Likewise.
7978         * sysdeps/i386/i686/memcmp.S: Likewise.
7979         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
7980         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7981         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7983         * Makerules: USE_TLS support is now default.
7984         * tls.make.c: Likewise.
7985         * csu/Versions: Likewise.
7986         * csu/libc-start.c: Likewise.
7987         * csu/libc-tls.c: Likewise.
7988         * csu/version.c: Likewise.
7989         * dlfcn/dlinfo.c: Likewise.
7990         * elf/dl-addr.c: Likewise.
7991         * elf/dl-cache.c: Likewise.
7992         * elf/dl-close.c: Likewise.
7993         * elf/dl-iteratephdr.c: Likewise.
7994         * elf/dl-load.c: Likewise.
7995         * elf/dl-lookup.c: Likewise.
7996         * elf/dl-object.c: Likewise.
7997         * elf/dl-open.c: Likewise.
7998         * elf/dl-reloc.c: Likewise.
7999         * elf/dl-support.c: Likewise.
8000         * elf/dl-sym.c: Likewise.
8001         * elf/dl-sysdep.c: Likewise.
8002         * elf/dl-tls.c: Likewise.
8003         * elf/ldconfig.c: Likewise.
8004         * elf/rtld.c: Likewise.
8005         * elf/tst-tls-dlinfo.c: Likewise.
8006         * elf/tst-tls1.c: Likewise.
8007         * elf/tst-tls10.h: Likewise.
8008         * elf/tst-tls14.c: Likewise.
8009         * elf/tst-tls2.c: Likewise.
8010         * elf/tst-tls3.c: Likewise.
8011         * elf/tst-tls4.c: Likewise.
8012         * elf/tst-tls5.c: Likewise.
8013         * elf/tst-tls6.c: Likewise.
8014         * elf/tst-tls7.c: Likewise.
8015         * elf/tst-tls8.c: Likewise.
8016         * elf/tst-tls9.c: Likewise.
8017         * elf/tst-tlsmod1.c: Likewise.
8018         * elf/tst-tlsmod13.c: Likewise.
8019         * elf/tst-tlsmod13a.c: Likewise.
8020         * elf/tst-tlsmod14a.c: Likewise.
8021         * elf/tst-tlsmod2.c: Likewise.
8022         * elf/tst-tlsmod3.c: Likewise.
8023         * elf/tst-tlsmod4.c: Likewise.
8024         * elf/tst-tlsmod5.c: Likewise.
8025         * elf/tst-tlsmod6.c: Likewise.
8026         * include/errno.h: Likewise.
8027         * include/link.h: Likewise.
8028         * include/tls.h: Likewise.
8029         * locale/global-locale.c: Likewise.
8030         * locale/localeinfo.h: Likewise.
8031         * malloc/arena.c: Likewise.
8032         * malloc/hooks.c: Likewise.
8033         * malloc/malloc.c: Likewise.
8034         * resolv/Versions: Likewise.
8035         * sysdeps/alpha/dl-machine.h: Likewise.
8036         * sysdeps/alpha/libc-tls.c: Likewise.
8037         * sysdeps/generic/ldsodefs.h: Likewise.
8038         * sysdeps/generic/tls.h: Likewise.
8039         * sysdeps/i386/dl-machine.h: Likewise.
8040         * sysdeps/ia64/dl-machine.h: Likewise.
8041         * sysdeps/ia64/libc-tls.c: Likewise.
8042         * sysdeps/mach/hurd/fork.c: Likewise.
8043         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8044         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8045         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8046         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8047         * sysdeps/s390/libc-tls.c: Likewise.
8048         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8049         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8050         * sysdeps/sh/dl-machine.h: Likewise.
8051         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8052         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8053         * sysdeps/x86_64/dl-machine.h: Likewise.
8055         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8056         split out locking and parameter checking.
8057         (_dl_close): Call _dl_close_worker after locking and checking.
8058         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8059         _dl_close.
8060         * elf/Makefile: Add rules to build and run tst-thrlock.
8061         * elf/tst-thrlock.c:  New file.
8063         [BZ #3426]
8064         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8065         reality.
8067         [BZ #3429]
8068         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8069         we are sure we do not need it anymore for _dl_close.  Also move
8070         the asserts inside the lock region.
8071         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8073 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8075         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8076         argument.
8077         (_dl_lookup_symbol_x): Adjust caller.
8079         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8080         _ns_global_scope.
8081         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8083         * elf/dl-libc.c: Revert l_scope name changes.
8084         * elf/dl-load.c: Likewise.
8085         * elf/dl-object.c: Likewise.
8086         * elf/rtld.c: Likewise.
8087         * elf/dl-close.c (_dl_close): Likewise.
8088         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8089         always use __rtld_mrlock_{change,done}.  Always free old scope list
8090         here if not l_scope_mem.
8091         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8092         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8093         the lookup and __rtld_mrlock_unlock it after the lookup.
8094         * elf/dl-sym.c: Likewise.
8095         * include/link.h (struct r_scoperec): Remove.
8096         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8097         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8099 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8101         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8103 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8105         * configure.in: Disable building profile libraries by default.
8107 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8109         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8110         as signed longs, check for x_base + pos overflow.
8111         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8112         * sunrpc/tst-xdrmem2.c: New test.
8114 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8116         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8117         _dl_lookup_symbol_x code.
8119 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8121         * elf/dl-runtime.c: Include sysdep-cancel.h.
8122         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8123         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8124         instead of catomic_* macros.
8125         * elf/dl-sym.c: Include sysdep-cancel.h.
8126         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8127         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8128         * elf/dl-close.c: Include sysdep-cancel.h.
8129         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8130         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8131         * elf/dl-open.c: Include sysdep-cancel.h.
8132         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8133         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8135 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8137         [BZ #3313]
8138         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8139         fastbin rather than end of fastbin array.
8141 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8143         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8144         body macro.
8145         * sysdeps/x86_64/bits/atomic.h
8146         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8147         (catomic_decrement): Use correct body macro.
8149 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8151         * include/atomic.h: Add a unique prefix to all local variables
8152         in macros.
8153         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8155 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8157         [BZ #3369]
8158         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8159         and 7.
8161 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8163         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8165 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8167         [BZ #3313]
8168         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8169         determine highest fast bin to consolidate, always look into all of
8170         them.
8171         (do_check_malloc_state): Only require for empty bins for large
8172         sizes in main arena.
8174         * libio/stdio.h: Add more __wur attributes.
8176         * elf/dl-minimal.c (realloc): Optimize last patch.
8178 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8180         [BZ #3352]
8181         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8182         and use memcpy() if it does.
8184 2006-11-12  Andreas Jaeger  <aj@suse.de>
8186         [BZ #2510]
8187         * manual/search.texi (Hash Search Function): Clarify.
8188         (Array Search Function): Clarify.
8190 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8192         [BZ #2830]
8193         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8194         shifting.
8195         * math/atest-exp2.c (read_mpn_hex): Likewise.
8196         * math/atest-sincos.c (main): Likewise.
8198 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8200         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8201         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8202         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8203         version GLIBC_2.6.
8204         * Versions.def: Add GLIBC_2.6 for libc.
8206         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8208         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8210 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8212         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8214         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8216         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8217         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8219 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8221         * include/atomic.c: Define catomic_* operations.
8222         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8223         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8224         * malloc/memusage.c: Likewise.
8225         * gmon/mcount.c: Likewise.
8226         * elf/dl-close.c: Likewise.
8227         * elf/dl-open.c: Likewise.
8228         * elf/dl-profile.c: Likewise.
8229         * elf/dl-sym.c: Likewise.
8230         * elf/dl-runtime.c: Likewise.
8231         * elf/dl-fptr.c: Likewise.
8232         * resolv/res_libc.c: Likewise.
8234 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8236         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8237         components which lack them.
8239         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8240         at least one entry consisting of the parameter concatenated with
8241         the domain.
8243 2006-10-10  Roland McGrath  <roland@frob.com>
8245         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8246         * sysdeps/mach/hurd/futimes.c: Likewise.
8247         * sysdeps/mach/hurd/lutimes.c: Likewise.
8249 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8250             Jakub Jelinek  <jakub@redhat.com>
8252         Implement reference counting of scope records.
8253         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8254         from the list in objects which remain.  Always allocate new scope
8255         record.
8256         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8257         don't resize, allocate a new one.
8258         * elf/dl-runtime.c: Update reference counters before using a scope
8259         array.
8260         * elf/dl-sym.c: Likewise.
8261         * elf/dl-libc.c: Adjust for l_scope name change.
8262         * elf/dl-load.c: Likewise.
8263         * elf/dl-object.c: Likewise.
8264         * elf/rtld.c: Likewise.
8265         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8266         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8267         Add l_scoperec_lock.
8268         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8269         * sysdeps/generic/rtld-lowlevel.h: New file.
8271         * include/atomic.h: Rename atomic_and to atomic_and_val and
8272         atomic_or to atomic_or_val.  Define new macros atomic_and and
8273         atomic_or which do not return values.
8274         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8275         Various cleanups.
8276         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8278         * po/sv.po: Update from translation team.
8280 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8282         * Versions.def: Add GLIBC_2.6 to libpthread.
8284         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8285         (versioned_symbol): Likewise.
8286         (compat_symbol): Likewise.
8288         * po/tr.po: Update from translation team.
8290 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8292         * nis/Banner: Removed.  It's been integral part forever and the
8293         author info is incomplete anyway.
8294         * libio/Banner: Likewise.
8296         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8297         code, make sure the nis_freeresult call doesn't crash and that the
8298         result is reported correctly.
8300 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8302         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8303         when callback is NULL.
8305         * nis/Versions (libnss_nisplus): Add
8306         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8307         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8308         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8309         _nss_create_tablename): Rename to...
8310         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8311         ... these.  No longer static.
8312         (internal_setgrent): Adjust users.
8313         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8314         Don't use locking around _nss_grp_create_tablename call.
8315         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8317 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8319         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8321 2006-10-06  Andreas Jaeger  <aj@suse.de>
8323         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8325 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8327         * po/pl.po: Update from translation team.
8329         * nscd/nscd.c (main): Fix typo in message.
8330         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8332 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8334         [BZ #3291]
8335         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8336         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8337         (__sigprocmask): Define.
8339 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8341         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8342         used.
8344 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8346         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8347         in oldtotal and newtotal calculation.
8348         * nscd/nscd-client.h (struct mapped_database): Add datasize
8349         field.
8350         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8351         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8352         increased.
8353         (__nscd_cache_search): Add checks to make sure we never reference
8354         data beyond the current mapping.
8356 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8358         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8359         variables const to avoid compiler warnings.
8361         * io/fts.c (fts_close): Remove redundant checks.
8362         (fts_build): Likewise.
8363         (fts_palloc): Likewise.
8365         * manual/message.texi (Advanced gettext functions,
8366         Using gettextized software): Fix typos.
8368 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8370         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8371         explain why there are no leaks.
8373 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8375         * libio/wmemstream.c: Include <wchar.h>.
8376         * libio/bug-wmemstream1.c: Likewise.
8377         * libio/tst-wmemstream1.c: Likewise.
8378         * libio/tst-wmemstream2.c: Likewise.
8380         * version.h (RELEASE): Bump to 2.5.
8381         * README: Regenerated.
8383         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8385         [BZ #3273]
8386         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8387         found no group members.
8388         Patch by Petr Baudis.
8390 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8392         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8393         assert bootstrap_map.l_tls_modid is zero.
8394         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8395         if USE___THREAD.
8397 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8399         * libio/stdio.h: Move open_wmemstream prototype to ...
8400         * wcsmbs/wchar.h: ... here.
8402 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8404         [BZ #3252]
8405         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8406         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8407         __{,l}chown to handle the rest.
8408         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8409         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8410         __{,l}chown to handle the rest.
8411         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8412         i386/fchownat.c.
8413         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8414         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8416         [BZ #3253]
8417         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8418         time, rather allocate increasingly bigger arrays of pointers, if
8419         possible with alloca, if too large with malloc.
8421 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8423         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8425         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8427 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8429         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8430         home addresses.
8431         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8432         IFA_F_HOMEADDRESS flag for interfaces.
8433         * include/ifaddrs.h (struct in6addrinfo): Define
8434         in6ai_homeaddress.
8436 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8438         [BZ #3225]
8439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8440         PTR_DEMANGLE3): Define.
8441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8442         PTR_DEMANGLE3): Likewise.
8443         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8444         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
8445         Likewise.
8446         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
8448 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
8450         * po/libc.pot: Regenerated.
8451         * po/be.po: Updated.
8452         * po/ca.po: Likewise.
8453         * po/cs.po: Likewise.
8454         * po/da.po: Likewise.
8455         * po/de.po: Likewise.
8456         * po/el.po: Likewise.
8457         * po/en_GB.po: Likewise.
8458         * po/es.po: Likewise.
8459         * po/fi.po: Likewise.
8460         * po/fr.po: Likewise.
8461         * po/gl.po: Likewise.
8462         * po/hr.po: Likewise.
8463         * po/hu.po: Likewise.
8464         * po/ja.po: Likewise.
8465         * po/ko.po: Likewise.
8466         * po/nb.po: Likewise.
8467         * po/nl.po: Likewise.
8468         * po/pl.po: Likewise.
8469         * po/pt_BR.po: Likewise.
8470         * po/ru.po: Likewise.
8471         * po/rw.po: Likewise.
8472         * po/sk.po: Likewise.
8473         * po/sv.po: Likewise.
8474         * po/tr.po: Likewise.
8475         * po/zh_CN.po: Likewise.
8476         * po/zh_TW.po: Likewise.
8478         [BZ #3137]
8479         * iconv/iconv_prog.c (main): Fix spelling in error message.
8480         * iconv/iconvconfig.c (main): Likewise.
8481         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
8482         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
8483         * locale/programs/localedef.c (main): Likewise.
8484         * locale/programs/repertoire.c (repertoire_read): Likewise.
8485         * timezone/zdump.c (main): Likewise.
8486         * nscd/connections.c (handle_request): Fix spelling in log message.
8487         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
8489 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
8491         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
8492         interfaces.
8494 2006-09-20  Andreas Jaeger  <aj@suse.de>
8496         * math/libm-test.inc (lrint_test_upward): Fix typo.
8498 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
8500         [BZ #2592]
8501         * math/libm-test.inc (lrint_test_tonearest): New function.
8502         (lrint_test_towardzero): New function.
8503         (lrint_test_downward): New function.
8504         (lrint_test_upward): New function.
8505         (main): Run these new tests.
8506         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
8507         of values near to 0.
8508         (two52): Use double not long double.
8509         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
8510         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
8511         (two23): Use float not double.
8512         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
8513         (two23): Use float not double.
8514         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
8515         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
8516         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
8517         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
8519 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8521         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
8522         Cast sp to unsigned long to avoid compiler warning.
8523         Use __makecontext_ret function instead of a trampoline on the stack.
8524         (__makecontext_ret): New function.
8525         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
8527 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
8529         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
8530         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
8531         bits.
8533 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
8535         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
8536         sure no reference to the unloaded map's search list remains in the
8537         dependency's scope.
8539 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8541         * elf/Makefile: Add rules to build and run unload7 test.
8542         * elf/unload7.c: New test.
8543         * elf/unload7mod1.c: New file.
8544         * elf/unload7mod2.c: New file.
8546 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
8548         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
8549         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
8550         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8551         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
8552         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8553         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
8554         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8555         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
8556         PTRACE_GETEVENTMSG): Likewise.
8557         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
8558         values.
8560 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
8562         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
8563         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8564         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
8565         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
8567 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8569         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
8570         write '\0' to the fd.
8571         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
8572         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
8573         Change regs to unsigned long pointer from unsigned int, fix fscr
8574         offset.
8576 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8578         * io/Makefile (CFLAGS-fstatat.c): Set.
8579         (CFLAGS-fstatat64.c): Likewise.
8580         (CFLAGS-mknodat.c): Likewise.
8582         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
8583         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
8584         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
8585         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
8587 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8588             Steven Munroe  <sjmunroe@us.ibm.com>
8590         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
8591         names to the beginning.  Rename "cell" to "cellbe".
8592         (_dl_powerpc_platforms): New.
8593         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8594         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
8595         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
8596         (_DL_HWCAP_PLATFORM): Define to new mask.
8597         (_dl_platform_string, _dl_string_platform): New functions.
8598         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
8599         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
8601 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
8603         [BZ #2526]
8604         * README.libm: Fix a thinko in sqrt algorithm description.
8606         [BZ #3143]
8607         * manual/string.texi (argz_delete): Fix prototype.
8608         Patch by <alpt@freaknet.org>.
8610 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
8612         [BZ #3138]
8613         * io/test-lfs.c (do_prepare): Give name_len type size_t.
8614         * io/tst-fcntl.c (do_prepare): Likewise.
8615         * posix/tst-exec.c (do_prepare): Likewise.
8616         * posix/tst-preadwrite.c (do_prepare): Likewise.
8617         * posix/tst-spawn.c (do_prepare): Likewise.
8618         * posix/tst-truncate.c (do_prepare): Likewise.
8619         * rt/tst-aio.c (do_prepare): Likewise.
8620         * rt/tst-aio64.c (do_prepare): Likewise.
8621         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
8622         size_t.
8624 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
8626         [BZ #2821]
8627         * time/mktime.c (guess_time_tm): Fix overflow detection.
8628         * time/Makefile (tests): Add bug-mktime1.
8629         * time/bug-mktime1.c: New file.
8631         [BZ #3189, #3188]
8632         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
8633         (mremap): Likewise.
8635 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
8637         [BZ #1006]
8638         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8639         Ensure relocation doesn't clobber any bits outside of the
8640         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
8641         R_SPARC_HI22 and R_SPARC_H44.
8643         [BZ #2775]
8644         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
8645         (long) (MINSIZE + nb - old_size) is positive.
8647         * malloc/arena.c (grow_heap): When growing bail even if new_size
8648         is negative.
8650         [BZ #3155]
8651         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
8652         stack below r1.
8654 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8656         * posix/regex_internal.c (re_string_reconstruct): Handle
8657         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8658         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8659         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8660         re_string_context_at.
8661         * posix/Makefile: Add rules to build and run bug-regex26 test.
8662         * posix/bug-regex26.c: New test.
8664         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
8665         rather than col_sym_free.  Move seqp declaration earlier.
8667         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
8669 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
8671         * nscd/initgrcache.c (addinitgroupsX): Move any_success
8672         decl before first goto out.
8674 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8676         * Makerules (shlib.lds): If have-hash-style, put .hash section
8677         at the end of the RO segment.
8679 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
8681         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
8682         style hash table format is used.
8684 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8686         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
8687         randomization rather than before.
8688         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
8690 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
8692         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
8694         * malloc/malloc.c (_int_malloc): Use full list insert and not
8695         shortcut which assumes the list is empty for large requests
8696         too.
8698         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
8700 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
8702         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
8703         and offout arguments to the prototype.
8704         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
8705         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
8706         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
8707         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
8708         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
8709         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
8710         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
8711         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
8713 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
8715         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
8717         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
8718         dlopen parameters.
8720 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
8722         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
8723         only if herrno is NETDB_INTERNAL.  Handle errors other than
8724         ERANGE outside of the loops, handle TRY_AGAIN.
8726         * locale/programs/ld-ctype.c (translit_flatten): Issue error
8727         if other's ctype category was missing.
8728         * locale/programs/ld-collate.c (collate_read): Return if
8729         copy_locale's collate category is missing.
8731 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
8733         [BZ #2684]
8734         * malloc/malloc.c (public_rEALLOc): Try harder by using other
8735         arenas if allocation failed.
8736         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
8738 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
8740         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
8741         waste bins[0..1].
8742         (malloc_state): Reduce bins size by 2.
8743         (_int_malloc): Fix test for large enough buffer for early termination.
8744         When no unsorted block matches perfectly and an exiting block has
8745         to be split, use full list insert and not shortcut which assumes
8746         the list is empty.
8748         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
8749         failure.
8751 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
8753         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
8754         do anything.
8756         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
8757         symbol require exact match (these are PLTs).
8758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
8759         (_dl_ppc64_addr_sym_match): Likewise.
8761         [BZ #2683]
8762         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
8763         If symbol has a value use it.
8764         * elf/tst-dladdr1.c: New file.
8765         * elf/Makefile: Add rules to build and run tst-addr1.
8767 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
8769         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
8770         keeps failing and heap growth or new heap creation isn't
8771         successful either.
8772         * malloc/tst-malloc.c (main): Add new tests.
8774 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
8776         [BZ #2734]
8777         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
8778         as in the x86-64 code to use bswap.
8780 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
8782         [BZ #2680]
8783         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
8784         __USE_UNIX98.
8785         * posix/bits/unistd.h: Likewise.
8787 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
8789         [BZ #2751]
8790         * string/strchr.c: Add cast to avoid warning.
8792 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
8794         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
8795         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
8796         limit is needed to avoid the exploding of the address space
8797         requirement for secondary heaps.
8798         * malloc/arena.c (HEAP_MAX_SIZE): Define using
8799         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
8801 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
8803         [BZ #3018]
8804         * Makerules (depfiles): Handle extra-test-objs the same as
8805         extra-objs.
8806         (common-mostlyclean): Likewise.
8807         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
8808         instead.
8809         * elf/Makefile (extra-objs): Likewise.
8810         * stdlib/Makefile (extra-objs): Likewise.
8812 2006-08-14  Eric Blake  <ebb9@byu.net>
8814         [BZ #3044]
8815         * misc/error.h: Assume C89 or better.
8816         * misc/error.c: Likewise.
8818 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
8820         [BZ #3040]
8821         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
8822         __ASSUME_ATFCTS is defined.
8824 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
8826         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
8827         to sort in each call.
8829         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
8830         is empty simply return and use next service.
8831         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
8833         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
8834         tells us when not finding a charmap file is an error.
8835         * locale/programs/charmap.h: Adjust charmap_read prototype.
8836         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
8837         cannot find a charmap.
8838         * locale/programs/localedef.c (main): Adjust charmap_read call.
8840 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
8842         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
8843         sysdeps/posix/pause.c implementation instead.
8845 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
8847         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
8848         to EPERM.
8850 2006-08-13  Andreas Schwab  <schwab@suse.de>
8852         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
8853         Don't clobber caller's LRSAVE.
8854         (_dl_prof_resolve): Likewise.
8856 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
8858         [BZ #1996]
8859         * libio/memstream.c (open_memstream): Allocate initial buffer with
8860         calloc.
8861         * libio/wmemstream.c (open_wmemstream): Likewise.
8862         * libio/strops.c: Pretty printing.
8863         (_IO_str_overflow): Clear uninitialized part of the new buffer.
8864         (enlarge_userbuf): New function.
8865         (_IO_str_seekoff): Call it if seek position is larger than current
8866         buffer.
8867         * libio/wstrops.c: Likewise.
8868         * libio/vasprintf.c: Add comment as to why we do not have to use
8869         calloc instead of malloc to allocate initial buffer.
8870         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
8871         * libio/bug-memstream1.c: New file.
8872         * libio/bug-wmemstream1.c: New file.
8874 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
8876         * libio/wstrops.c: Remove dead macro definitions and comments.
8877         * libio/strops.c: Likewise.
8879         [BZ #2764]
8880         * login/utmpname.c (__utmpname): Remove unnecessary test.
8882 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
8884         [BZ #2832]
8885         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
8886         0s from integers.
8888 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
8890         [BZ #2987]
8891         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
8892         for CPU clocks.
8893         * sysdeps/unix/clock_settime.c: Add support for platform-specific
8894         setting of CPU clocks.
8896 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8898         [BZ #2841]
8899         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
8900         since C99 requires the result to promote to 'int' when uint_least8_t
8901         and uint_least16_t promote to 'int'.
8903 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8905         [BZ #3013]
8906         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
8907         lenght of one output field, correct bitmask creation.
8908         * locale/programs/ld-time.c: Add alignment.
8910         [BZ #2997]
8911         * misc/error.c: Add space between program name and message if file
8912         name is missing.
8914 2006-08-03  Eric Blake  <ebb9@byu.net>
8916         [BZ #2998]
8917         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
8919 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
8921         * malloc/memusagestat.c: Silence warnings.
8923         * malloc/malloc.c: Dynamically size mmap treshold if the program
8924         frees mmaped blocks.
8925         Patch by Valerie Henson and Arjan van de Ven.
8927 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
8929         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
8930         __USE_GNU.
8932         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
8933         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
8934         (DEF): Don't put the var into .gnu.linkonce.r.* section.
8935         Only provide var definitions in strtol_l (or for *ull*
8936         in strtoll_l).
8938         * stdio-common/bug16.c (tests): New array.
8939         (do_tests): Allow the first hexadecimal digit
8940         to be 1, 2, 4 or 8.  Do 3 additional tests.
8942         * sysdeps/s390/fpu/libm-test-ulps: Update.
8944         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
8945         fchownat syscall if available.
8946         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
8947         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
8948         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
8950 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
8952         * nis/nis_xdr.c: Avoid some function calls.
8954 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
8955             Ulrich Drepper  <drepper@redhat.com>
8957         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
8958         short cut if only one name component is stripped away.
8960 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
8962         * nis/nis_call.c: Minor cleanups throughout.
8963         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
8964         (first_shoot): Add search_parent_first parameter.  Only if it is set
8965         search parent server first.
8966         If directory for table found through cold start cache is not the same
8967         as referenced in the cache, don't use it.
8968         (__nisfind_server): Take additional parameter.  Pass it on to
8969         first_shoot.
8970         (__prepare_niscall): Adjust __nisfind_server call.
8971         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
8972         * nis/nis_table.c: Adjust __nisfind_server call.
8973         * nis/nis_lookup.c: Likewise.
8974         (nis_lookup): Don't loop endlessly if name is reduced to ".".
8976 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
8978         [BZ #2182]
8979         * math/s_cacosh.c: Return values from positive branch.
8980         * math/s_cacoshf.c: Likewise.
8981         * math/s_cacoshl.c: Likewise.
8983         [BZ #2883]
8984         * sysvipc/sys/msg.h: Change return value to ssize_t.
8985         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
8986         * sysvipc/msgrcv.c: Likewise.
8987         * include/sys/msg.h: Likewise.
8989         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
8990         test introduced in patch for bz #661.
8991         (getgrouplist): Simplify code a bit.  Don't allocate one additional
8992         element for NEWGROUPS.
8994         [BZ #2908]
8995         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
8996         'f', use '1' as leading digit not '\1'.
8997         * stdio-common/Makefile (tests): Add bug16.
8998         * stdio-common/bug16.c: New file.
9000         [BZ #2914]
9001         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9002         and don't try to open it.  The patch introducing the macro
9003         contained a bug and used the same file name as the new file
9004         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9005         this out completely.
9007         [BZ #2926]
9008         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9009         Patch by Jerry James <Jerry.James@usu.edu>.
9011         * rt/Makefile (tests): Add tst-clock2.
9012         * rt/tst-clock2.c: New file.
9014         [BZ #2978]
9015         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9016         function and its parameters and pass it to new thread.
9017         (__gai_notify): Add support for alternative waiting for completion.
9018         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9019         waiting for completion.
9020         * resolv/getaddrinfo_a.c: Likewise.
9021         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9022         waiting for completion is used.
9023         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9024         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9025         * resolv/gai_error.c: Likewise.
9026         * resolv/gai_sigqueue.c: Likewise.
9028 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9030         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9031         errno to EBADF and return MACH_PORT_NULL.
9033 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9035         [BZ #2980]
9036         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9038 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9040         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9041         walk them instead of the symbol table.
9043 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9045         [BZ #2098]
9046         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9047         status of NSS calls, not the number of returned entries.
9049         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9050         request_key, keyctl.
9052 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9054         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9056 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9058         * elf/tst-auditmod1.c: Fix typo in #error.
9060 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9062         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9064         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9066 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9068         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9069         that the directory is empty even on non-POSIX filesystems.
9071 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9073         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9075         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9076         the backend NSS module.  If backend setgrent call failed, don't have
9077         internal_setgrent fail.  Just remember this until it is needed.
9078         * nis/nss_compat/compat-pwd.c: Likewise.
9079         * nis/nss_compat/compat-spwd.c: Likewise.
9081 2006-07-30  Roland McGrath  <roland@redhat.com>
9083         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9084         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9085         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9086         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9088         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9089         (nanosleep_not_cancel): New macro.
9090         (sigsuspend_not_cancel): new macro.
9091         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9092         (do_sigsuspend): Define as inline.
9093         (__sigsuspend): Always use do_sigsuspend.
9094         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9095         * include/signal.h: Declare __sigsuspend_nocancel.
9096         * sysdeps/posix/pause.c
9097         [! NO_CANCELLATION] (__pause_nocancel): New function.
9099         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9100         * include/time.h (__nanosleep_nocancel): Likewise.
9102 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9104         * locale/programs/localedef.c (add_to_readlist): Rename local
9105         variables to avoid confusion.
9107         * locale/programs/charmap.c (charmap_read): Emit error message if
9108         charmap couldn't be found or read.
9110 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9112         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9113         __ASSUME_FUTEX_LOCK_PI.
9114         * include/time.h: Declare __nanosleep_nocancel.
9115         * include/unistd.h: Declare __pause_nocancel.
9117         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9118         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9119         get the __stack_chk_fail_local definition when it's needed.
9121 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9123         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9124         * dlfcn/bug-atexit3.c: New file.
9125         * dlfcn/bug-atexit3-lib.cc: New file.
9127         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9128         used when the namespace is not the base namespace.
9130 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9132         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9133         (__new_exitfn): Bump it in every successful call.
9134         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9135         more exit handlers, call them right away.
9136         * stdlib/exit.h: Declare __new_exitfn_called.
9138 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9140         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9141         calling registered handler.
9143         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9144         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9145         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9146         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9147         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9148         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9149         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9150         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9152 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9154         * elf/dl-lookup.c (dl_new_hash): New functions.
9155         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9156         value here.  Compute new-style hash value.  Pass new hash value
9157         and reference to variable with the old value to do_lookup_x.
9158         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9159         old-style hash table.
9160         (_dl_debug_bindings): Pass new hash value and reference to variable
9161         with the old value to do_lookup_x.
9162         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9163         new-style hash value and change old-style hash value parameter to
9164         be a reference.  Reoganize functions to determine whether
9165         new-style hash table is available.  Only fall back on old-style
9166         table.  If old-style hash value is needed, compute it here.
9167         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9168         entry.
9169         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9170         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9171         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9172         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9173         * Makeconfig: If linker supports --hash-style option add it to all
9174         linker command lines to build DSOs.
9175         * config.make.in: Define have-hash-style.
9176         * configure.in: Test whether linker supports --hash-style option.
9178         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9179         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9181 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9183         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9184         auditing.
9186         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9187         RPATH of main map twice.
9189 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9191         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9192         look further, return original strings.
9193         (_nl_find_msg): Do not return found translation if the conversion
9194         failed.  Either signal the string is unusable or that something went
9195         wrong and the original should be used.
9197 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9199         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9201 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9203         [BZ #2766]
9204         * misc/insremque.c (insque): Handle prev == NULL.
9205         * misc/Makefile (tests): Add tst-insremque.
9206         * misc/tst-insremque.c: New test.
9208 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9210         [BZ #2792]
9211         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9212         conflict with DL_DST_REQUIRED.
9214 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9216         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9217         match what Solaris does.
9219 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9221         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9222         local_setegid instead of seteuid and setegid.
9223         * sysdeps/generic/local-setxid.h: New file.
9224         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9226         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9228         * string/Makefile (tests): Add bug-envz1.
9229         * string/bug-envz1.c: New file.
9231 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9233         * posix/regex_internal.c (re_string_skip_chars): If no character has
9234         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9235         to the byte which couldn't be converted.
9236         (re_string_reconstruct): Don't clear valid_raw_len before calling
9237         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9238         tip_context using re_string_context_at.
9239         * posix/Makefile: Add rules to build and run bug-regex25 test.
9240         * posix/bug-regex25.c: New test.
9242 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9244         [BZ #2703]
9245         * string/envz.c (envz_strip): Correct erroneously reversed src
9246         and dest parameters to memmove() invocation.
9248 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9250         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9251         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9252         to make sure the database has been already invalidated.
9253         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9254         after the cache has been invalidated.  Use pthread_mutex_lock rather
9255         than pthread_mutex_trylock if fd != -1.
9256         * nscd/connections.c (invalidate_cache): Add fd argument, write
9257         response to fd if not calling prune_cache, pass fd to prune_cache.
9258         (handle_request): Adjust invalidate_cache caller.
9259         (nscd_run): Pass -1 as fd to prune_cache.
9261 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9263         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9264         the correct place.
9266 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9268         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9269         * nscd/cache.c (prune_cache): Take prunelock before starting the
9270         work.  Just return in case it is already taken.
9271         * nscd/connections.c (dbs): Initialize .prunelock.
9273 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9275         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9276         copying.  No need to allocate new array for group members.  Just
9277         move the pointers and update the size.
9279         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9280         Avoid memory leak in case realloc fails.  Simplification for
9281         better code generation.
9283         Avoid deprecation warning because of libc_hidden_proto for
9284         inet6_option_alloc.
9285         * inet/inet6_option.c (option_alloc): Renamed from
9286         inet6_option_alloc.  Made static.
9287         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9288         (inet6_option_append): Call option_alloc.
9289         * include/netinet/in.h: Remove libc_hidden_proto for
9290         inet6_option_alloc.
9292         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9293         for cleanup when cb!=NULL [Coverity CID 233].
9295 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9297         [BZ #2693]
9298         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9299         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9300         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9301         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9302         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9303         and inet6_rth_getaddr.
9304         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9305         array.
9306         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9307         Mark inet6_option_* interfaces as deprecated.
9308         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9309         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9310         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9311         inet6_rth_segments, and inet6_rth_getaddr.
9312         * inet/inet6_opt.c: New file.
9313         * inet/inet6_rth.c: New file.
9315         * inet/netinet/icmp6.h: Pretty printing.
9317         [BZ #2683]
9318         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9320 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9322         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9323         doing it all here.  When server does not know the answer do not
9324         fail immediate, try parent first.
9326         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9327         overflow test.
9329 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9331         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9332         from __do_niscall.
9333         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9334         and exported.
9335         (__follow_path): New function.  Split out from nis_list.
9336         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9337         _xdr_nis_result.
9338         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9339         _xdr_nis_result.
9340         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9341         and __follow_path.
9342         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9343         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9344         from libnsl for version GLIBC_PRIVATE.
9345         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9346         Remove entry parameter from _nss_nisplus_parse_pwent and
9347         _nss_nisplus_parse_grent.
9348         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9349         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9350         again.  Rewrite getpwent handling to not use nis_first_entry and
9351         nis_next_entry.  Roll out own niscall handling.
9352         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9354         * sunrpc/xdr_rec.c: Fix typo in comment.
9356 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9358         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9359         handling.
9361         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9362         to allocate memory for my_pollfd.  Better initialization of
9363         cb_is_running.  Use TEMP_FAILURE_RETRY.
9365         * malloc/memusage.sh (memusageso): Add quotes.
9366         (memusagestat): Likewise.
9367         * debug/xtrace.sh (pcprofileso): Likewise.
9368         (pcprofiledump): Likewise.
9369         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9370         replacement.
9371         * malloc/Makefile ($(objpfx)memusage): Likewise.
9373         * nis/nis_callback.c (__nis_create_callback): Calls to
9374         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9375         asprintf call fails.
9377         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9378         no uninitialized memory is passed to sendto.
9380 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9382         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9383         of snprintf+strdup.  Handle OOM.
9384         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9385         cb->serv together.  Remove now obsolete free calls.
9386         (__nis_destroy_callback): Remove now obsolete free call.
9388 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9390         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9391         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9392         and ULA respectively). Set precedence for IPv4 address to 10 as
9393         defined in RFC3484 for preferring IPv6.
9394         * posix/gai.conf: Update to match the new default tables.
9396 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9398         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9399         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9400         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9401         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9403         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9404         Removed.
9405         (init_nss_interface): Remove initialization of these variables.
9407 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9409         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9410         nis_free_directory forward to avoid duplication.
9412 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9414         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9415         rec_dirsearch returning NULL.
9416         (first_shoot): Handle __nis_finddirectory returning NULL.
9417         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9419         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9420         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9422 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9424         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9425         pid changed.
9427 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9429         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9431         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9432         * nscd/nscd_getgr_r.c: Likewise.
9434         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9436         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9437         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9439         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9441         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9443         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
9445         * include/rpc/auth.h: Mark xdr_des_block_internal and
9446         xdr_opaque_auth_internal as hidden.
9448         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9449         hidden.
9451         * include/rpc/xdr.h: Mark all _internal functions as hidden.
9453         * misc/getusershell.c (okshells): Don't use static initializers,
9454         do it dynamically.
9456         * stdlib/fmtmsg.c (keywords): Change type of len element to
9457         uint32_t to not waste space on 64bit machines.
9459         * locale/setlocale.c: Change _nl_category_names into a string.
9460         Add new _nl_category_name_idxs.  Change all users.
9461         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
9462         Declare _nl_category_name_idxs.
9463         * locale/findlocale.c: Adjust for _nl_category_names change.
9464         * locale/loadlocale.c: Likewise.
9465         * locale/newlocale.c: Likewise.
9466         * intl/dcigettext.c: Likewise.
9468         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
9469         (add_alias2): ...here.  New function.
9470         (__gconv_read_conf): Simplify builtin alias handling.
9471         (builtin_aliases): Convert to string to avoid relocations.
9472         * iconv/gconv_builtin.h: Add comment about correct formatting.
9474 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
9476         * resolv/res_debug.c (loc_ntoa): Make error const.
9478 2006-05-14  Andreas Schwab  <schwab@suse.de>
9480         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
9482 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
9484         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
9485         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
9486         sizeof (cpu_set_t).
9488 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
9490         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
9492         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
9494         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
9495         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
9497         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
9498         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
9500         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
9501         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
9502         xdr_cback_data.
9504         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
9505         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9506         xdr_ypupdate_args.
9508         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
9509         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
9511         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
9512         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
9514         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
9515         * include/rpcsvc/nis_callback.h: New file.
9517         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
9518         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
9520         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9521         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9523         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
9524         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
9526         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9527         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9529         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
9530         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9531         xdr_ypdelete_args.
9533         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
9534         __BEGIN_DECLS and __END_DECLS, the header is not installed.
9536         * nis/nis_error.c: Remove table of strings.  Use position
9537         independent mechanism.
9538         * nis/nis_error.h: New file.
9540 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
9542         * locale/programs/ld-time.c (time_finish): If wide era name or
9543         format aren't provided, set both wname and wformat to L"".
9545 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9547         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
9548         results if the call was succesful.
9550         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
9552         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
9553         as hidden.
9555 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
9557         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
9559 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9561         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
9562         caller makes sure this is not the case.
9563         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
9565 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
9567         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
9568         calls.
9570         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
9571         [Coverity CID 229, 230]
9573         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
9574         DGETTEXT calls.
9575         (hol_help): Likewise.  [Coverity CID 226, 227]
9577         * string/argz-replace.c (__argz_replace): Unconditionally call
9578         free on SRC.  [Coverity CID 225]
9580         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
9581         the return value of __nis_default_owner and __nis_default_group,
9582         it has been especially allocated.  [Coverity CID 224]
9584         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
9585         searchgroup and searchowner.  Significantly simplified.
9586         (__nis_default_owner): Remove duplication.  Do not locally copy the
9587         string before duplicating it.
9588         (__nis_default_group): Likewise.
9590         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
9591         we must clear the variable before calling __nisfind_server.
9593         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
9594         nis_getnames.  [Coverity CID 223]
9596         * locale/programs/locfile.c (locfile_read): Use alloca instead of
9597         xmalloc to allocate local repertoire name.  [Coverity CID 222]
9599         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
9600         allocate memory for the input to add_bytes.  [Coverity CID 221]
9602         * posix/wordexp.c (w_addword): Free word if realloc fails and it
9603         was allocated here.  [Coverity CID 219, 220]
9605         * posix/getconf.c (print_all): Free confstr data after printing.
9606         [Coverity CID 218]
9608         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
9609         list allocation fails.  [Coverity CID 215]
9611         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
9612         [Coverity CID 213]
9614         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
9615         string is NULL.  [Coverity CID 212]
9616         * argp/Makefile: Add rules to build and run bug-argp1.
9617         * argp/bug-argp1.c: New file.
9619         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
9620         end of string.
9621         * stdlib/canonicalize.c (__realpath): Likewise.
9623         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
9624         pointer.  [Coverity CID 206]
9626         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
9627         in statically linked code.
9628         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
9629         statically built code, be prepared to have no link map.
9630         [Coverity CID 205]
9632         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
9633         dgettext calls. [Coverity CID 204]
9635         * argp/argp-help.c (struct uparams): Remove valid member.  Change
9636         the one user.
9637         (uparam_names): Reduce size.  Avoid relative relocations.
9638         Moved to read-only segment.
9639         (fill_in_uparams): Update for new layout.
9641         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
9642         assumed to always be != NULL. [Coverity CID 202]
9644         * argp/argp-help.c (hol_entry_help): Remove some dead code
9645         [Coverity CID 200].
9647         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
9648         away a few more unconditional yperr2nss calls.
9649         (_nss_nis_getservbyname_r): Likewise.
9651 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
9653         * sysdeps/generic/ldsodefs.h: Remove support for non-core
9654         architectures.
9656         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
9657         that unused memory passed to sendto is nevertheless initialized.
9659         [BZ #2499]
9660         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
9661         possibly unaligned memory accesses.
9663         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
9664         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
9665         and __putlong respectively.  Correct buffer overflow check for
9666         NS_NOTIFY_OP.
9668         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
9670         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
9671         (send_dg): Rewrite error handling to be more compact and avoid
9672         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
9674         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
9676         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
9677         instead of ns_get16.
9678         (res_queriesmatch): Likewise.  Minor optimization.
9680         [BZ #2499]
9681         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
9682         __libc_res_nsend might reallocate the buffer for the answer.  In
9683         this case we have to reload the HP pointer.
9685 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9687         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
9688         some branch prediction hints.
9690         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
9691         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9692         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9693         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9694         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9695         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9696         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9697         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9699 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9701         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
9702         by a GOT relocation to make Scrt1.o position independent.
9703         * sysdeps/s390/s390-64/elf/start.S: Likewise.
9705         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
9706         six system call parameters.
9707         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
9709 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9711         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
9712         malloc&bzero.
9714         * sunrpc/svc_udp.c (BZERO): Remove definition.
9715         (CALLOC): Define.
9716         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
9718         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
9719         (des_SPtrans): Use uint32_t type.
9720         (des_skb): Likewise.
9722         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
9724 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
9726         [BZ #2509]
9727         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
9728         on 32-bit arches.
9730 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9732         * locale/programs/ld-address.c (address_finish): Fix one more
9733         place where the iso639 array might be accessed beyond the limits.
9735 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
9737         * nis/nis_table.c (nis_list): Avoid clearing res twice before
9738         filling it for the first time.
9740         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
9741         Adjust all callers.
9742         Free res object content before returning.
9744         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
9746         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
9747         client->cl_auth.
9749         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
9750         cleanup for initial thread, just the free call on TVP.
9752         * nscd/gai.c (__getline): Define.
9755 See ChangeLog.16 for earlier changes.