* pthread_mutex_lock.c (__pthread_mutex_lock): Handle only the
[glibc.git] / ChangeLog
blob3d676ba7f5c9fd71854a3a3d7c54365e4e3a5d0d
1 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #6545]
4         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
5         available only for __USE_GNU.
7         * inet/Makefile (tests): Add tst-getni2.
8         * inet/tst-getni2.c: New file.
10         [BZ #7080]
11         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
12         NULL when NI_NAMEREQD is set.
13         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
14         * inet/Makefile (tests): Add tst-getni1.
15         * inet/tst-getni1.c: New file.
17 2008-12-03  Petr Baudis  <pasky@suse.cz>
19         [BZ #7067]
20         * nscd/connections.c (invalidate_cache): Use prune_run_lock
21         instead of prune_lock.
22         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
23         * nscd/nscd.h (database_dyn): Add prune_run_cache.
25 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
27         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
28         use.
30         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
31         handling.
33         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
34         after reading name server list.
36         [BZ #7058]
37         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
38         handling for host name aliases.
40 2008-11-24  Arkadiusz Miƛkiewicz  <arekm@maven.pl>
42         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
43         instead of doing things manually.
45 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
47         * posix/regex_internal.h (build_wcs_upper_buffer):
48         Return type is reg_error_t.
50 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
52         * posix/globtest.sh: Use mktemp to create temporary file and
53         directory.
55         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
56         sets correctly.
57         (__CPU_CLR_S): Likewise.
58         (__CPU_ISSET_S): Likewise.
60 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
61             Ulrich Drepper  <drepper@redhat.com>
63         * scripts/firstversion.awk: Use custom comparison function to compare
64         version numbers.
65         * scripts/versions.awk: Use sort invocation which can handle
66         multi-digit sub-version numbers.
68 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
70         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
71         * locale/iso-639.def: Add Chhattisgarhi entry.
73 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
75         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
76         ESRCH return value.
77         (_nss_dns_gethostbyname4_r): Likewise.
78         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
79         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
80         gethostbyname4_r, we don't have a separate IPv6 status, so copy
81         the no_data variable.
83         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
84         information at the correct index.
86         * socket/sys/socket.h: Declare accept4.
87         * socket/accept4.c: New file.
88         * sysdeps/unix/sysv/linux/accept4.c: New file.
89         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
90         * socket/Makefile (routines): Add accept4.
91         * socket/Versions: Export accept4 with version GLIBC_2.10.
92         * socket/paccept.c: Removed.
93         * sysdeps/unix/sysv/linux/paccept.c: Removed.
94         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
95         * Versions.def: Define GLIBC_2.10 for libc.
96         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
98         * nscd/connections.c: Use accept4.
100         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
102 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
104         * resolv/res_send.c (send_dg): Create sockets with non-blocking
105         flag already set.
107         * stdlib/setenv.c (unsetenv): Don't search environment if it does
108         not exist.
109         * stdlib/Makefile (tests): Add tst-unsetenv1.
110         * stdlib/tst-unsetenv1.c: New file.
112 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
114         * login/utmp_file.c (file_writable): New variable.
115         (setutent_file): Don't try to open file for writing.
116         (pututline_file): Before writing, make descriptor writable if
117         necessary.
119 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
121         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
122         to IPv4 or IPv6 if an interface has been found.
124 2008-11-26  Roland McGrath  <roland@redhat.com>
126         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
127         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
129         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
130         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
131         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
133         * elf/elf.h (NT_386_IOPERM): New macro.
134         (NT_PPC_VSX): New macro.
136 2008-11-25  Roland McGrath  <roland@redhat.com>
138         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
139         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
140         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
141         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
142         Subdirectories moved to ports repository.
143         * configure.in (base_machine): Remove alpha case.
145 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
147         * sysdeps/mach/strerror_l.c: New file.
149 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
151         [BZ #6411]
152         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
153         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
154         magic numbers.
155         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
156         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
157         (relax_fenv_state): Same as above.
158         (FPSCR_29): Reserve bit in ISA 2.05.
159         (FPSCR_NI): Provide define for compat.
160         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
161         magic numbers.
162         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
163         magic numbers.
164         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
165         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
166         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
167         access to hwcap to account for hwcap size increase to uint64_t.
168         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
169         Likewise.
170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
171         (*setcontext): Likewise.
172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
173         New file.
174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
175         New file.
176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
177         (*setcontext): dynamically select mtfsf insn based on
178         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
179         increase to uint64_t.
180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
181         (*swapcontext): dynamically select mtfsf insn based on
182         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
183         increase to uint64_t.
184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
185         New file.
186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
187         New file.
188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
189         (*setcontext): dynamically select mtfsf insn based on
190         PPC_FEATURE_HAS_DFP.
191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
192         (*swapcontext): dynamically select mtfsf insn based on
193         PPC_FEATURE_HAS_DFP.
195 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
197         * version.h: Bump for 2.9 release.
198         * include/features.h (__GLIBC_MINOR__): Bump to 9.
200         [BZ #7029]
201         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
202         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
203         all the rounding.
205 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
207         [BZ #7009]
208         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
209         unknown request types for now.
211 2008-11-11  Roland McGrath  <roland@redhat.com>
213         * sysdeps/x86_64/configure: New file.
215         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
216         * configure: Regenerated.
218 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
220         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
221         correct instruction to remove the stack frame.
223 2008-11-03  Michael Matz  <matz@suse.de>
225         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
226         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
228 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
230         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
231         Remove.
233         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
234         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
235         of the thread variable instead of void *.
236         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
237         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
238         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
239         __libc_tsd_define arguments.
240         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
241         __libc_tsd_address arguments.  Remove union hack.
242         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
243         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
244         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
245         Adjust __libc_tsd_{set,get} arguments.
246         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
247         __libc_tsd_define arguments.
248         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
249         arguments.
250         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
251         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
252         (LOCALE): Adjust __libc_tsd_define arguments.
253         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
254         arguments.
255         (LOCALE): Adjust __libc_tsd_define arguments.
256         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
257         arguments.
258         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
259         arguments.
261 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
263         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
264         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
266 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
268         [BZ #6966]
269         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
271 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
272             Ulrich Drepper  <drepper@redhat.com>
274         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
275         definition for GCC 3.1 and later.
277 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
279         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
280         refetch dtv, as it might have changed.
281         * elf/Makefile: Add rules to build and run tst-tls18.
282         * elf/tst-tls18.c: New test.
283         * elf/tst-tlsmod18a.c: New file.
285 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
287         [BZ #6875]
288         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
290 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
292         [BZ #6867]
293         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
295         [BZ #6919]
296         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
297         Fix length of copy operation.
299 2008-10-02  Pierre Habouzit <madcoder@debian.org>
301         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
302         and fix its calling convention.
304 2008-10-07  Andreas Schwab  <schwab@suse.de>
306         [BZ #6942]
307         * resolv/res_send.c (send_vc): Fix last change.
308         (send_dg): Align here as well.
310 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
312         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
313         return value in case rlimit is RLIM_INFINITY.
315         [BZ #6947]
316         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
317         for UL_SETFSIZE.
318         * resource/Makefile (tests): Add bug-ulimit1.
319         * resource/bug-ulimit1.c: New file.
321         [BZ #6974]
322         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
323         without dot.  Properly terminate the string with a null byte.
324         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
326         [BZ #6980]
327         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
328         negative sizees.
329         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
330         negative __size.
332         [BZ #6995]
333         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
335 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
337         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
338         abort if there is no initgroups_dyn function.
340         * resolv/res_send.c (send_dg): On timeout, only return nonzero
341         result if any of the queries really provided an answer.
343 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
345         * po/lt.po: Update from translation team.
347 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
349         * po/id.po: Update from translation team.
351 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
353         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
354         Fix tests for existence of second reply.
356 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
358         * po/id.po: New file.
359         Contributed by the Indonesian translation team.
361 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
363         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
364         initialization.
366 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
368         * elf/Makefile: Add rules to build and run tst-tls17.
369         * elf/tst-tls17.c: New test.
370         * elf/tst-tlsmod17a.c: New file.
371         * elf/tst-tlsmod17b.c: Likewise.
373 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
375         * stdlib/divmod_1.c: Use correct type for dummy variable.
376         * stdlib/mod_1.c: Likewise.
378 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
380         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
382 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
384         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
385         __nonnull order for C++.
386         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
387         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
389 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
391         * stdlib/longlong.h: Update from GCC.
393 2008-10-09  Jakub Jelinek <jakub@redhat.com>
394             David S. Miller  <davem@davemloft.net>
396         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
397         make sure any registers used with 64-bit 'branch-on-register'
398         instructions have their top 32-bits clear.
399         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
400         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
402 2008-09-18  Andreas Schwab  <schwab@suse.de>
404         [BZ #6942]
405         * resolv/res_send.c (send_vc): Fix use of unaligned address.
406         Properly handle partial reads.
408 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
410         * elf/elf.h (STO_MIPS_PLT): New.
411         (R_MIPS_COPY): New.
412         (R_MIPS_JUMP_SLOT): New.
413         (R_MIPS_NUM): Redefine to 128.
414         (DT_MIPS_PLTGOT): New.
415         (DT_MIPS_RWPLT): New.
416         (DT_MIPS_NUM): Redefine to 0x35.
418 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
420         * timezone/africa: Update from tzdata2008f.
421         * timezone/asia: Likewise.
422         * timezone/australasia: Likewise.
423         * timezone/europe: Likewise.
424         * timezone/leapseconds: Likewise.
425         * timezone/northamerica: Likewise.
426         * timezone/southamerica: Likewise.
427         * timezone/zone.tab: Likewise.
429 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
431         * nscd/connections.c: Disable use of paccept for now.
433 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
435         * socket/Versions: Remove paccept export for GLIBC_2.9.
436         * socket/Makefile (routines): Remove paccept.
437         * socket/sys/socket.h: Remove paccept declaration.
439         * po/sv.po: Update from translation team.
441 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
443         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
444         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
446 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
448         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
449         Patch by Olivier Fourdan <ofourdan@redhat.com>.
451 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
453         * sunrpc/rpc/svc.h: Declare svcfd_create.
454         Patch by Michael Solberg <msolberg@redhat.com>.
456 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
457             Ulrich Drepper  <drepper@redhat.com>
459         * malloc/malloc.c (public_vALLOc): Try other arenas in case
460         _int_valloc fails.
461         (public_pVALLOc): Likewise.
463 2008-09-02  Andreas Jaeger  <aj@suse.de>
465         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
466         commit.
468 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
470         [BZ #6860]
471         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
473 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
475         * Makefile (check-data): Check data directory in add-ons.
476         * elf/Makefile (check-data): Likewise.
478 2008-08-18  Roland McGrath  <roland@redhat.com>
480         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
481         * configure: Regenerated.
482         * config.make.in (cflags-cpu): New substituted variable.
483         (with-cpu): Variable removed.
484         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
486 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
488         [BZ #6845]
489         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
490         __signbitl definition and __LONG_DOUBLE_128__ guard from:
491         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
492         redundant.  Functions which call floating point assembler operations
493         should go into a sysdeps powerpc/fpu directory.
495 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
497         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
498         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
500 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
502         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
504         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
505         change related to AT_EXECFN.  We cannot use that string.
506         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
507         _dl_execfn member.
508         * elf/dl-support.c: Remove _dl_execfn variable.
509         (_dl_aux_init): Remove handling of AT_EXECFN.
510         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
511         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
513 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
515         [BZ #6544]
516         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
517         byte gets added to writes and seeks from the end use the length of
518         the buffer and not the currently terminating NUL byte.
520         [BZ #6634]
521         * login/utmp_file.c (getutent_r_file): Take additional parameter.
522         Set to true if locking failed.
523         (getutid_r_file): Adjust caller.
524         (pututline_file): Likewise.  Return NULL in this case.
525         Patch mostly by halesh.s@gmail.com.
527 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
529         [BZ #6589]
530         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
531         Define.
532         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
534 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
536         [BZ #6839]
537         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
538         macro since it is now available in elf/dynamic-link.h.
540 2008-08-12  Roland McGrath  <roland@frob.com>
542         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
543         in case used outside of libc.
544         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
546 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
548         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
549         directly instead of going through dn_comp.
551 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
553         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
554         Fix asm constraints.
556 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
558         [BZ #6790]
559         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
560         (IPV6_PMTUDISC_PROBE): Likewise.
562 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
564         [BZ #6791]
565         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
567 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
568             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
570         [BZ #6817]
571         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
572         Added the members 'vsx' and 'arch_2_06'.
573         (_dl_powerpc_platforms): Add the member 'power7'.
574         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
575         to reflect the changes required by VSX and ISA 2.06.
576         Modify _DL_PLATFORMS_COUNT to reflect the addition of
577         'power7'.
578         Defined PPC_PLATFORM_POWER7.
579         (_dl_string_platform): Add support for POWER7.
580         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
581         capability and ISA 2.06.
583 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
585         [BZ #6824]
586         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
587         macro to detect use of 128 bit long double.
588         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
590 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
592         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
594         [BZ #5794]
595         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
596         parameters.
597         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
598         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
600 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
602         * nscd/connections.c (main_loop_poll): Pass a buffer which is
603         guaranteed to be large enough to read inotify event.  Ignore
604         EAGAIN error.  Better error message.  Add branch predicition.
605         (main_loop_epoll): Likewise.
607 2008-08-02  Roland McGrath  <roland@frob.com>
609         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
610         Add memory clobbers.
612 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
614         * manual/arith.texi: Avoid @strong{Note:}.
615         * manual/creature.texi: Likewise.
616         * manual/filesys.texi: Likewise.
617         * manual/math.texi: Likewise.
618         * manual/memory.texi: Likewise.
619         * manual/resource.texi: Likewise.
620         * manual/syslog.texi: Likewise.
621         * manual/time.texi: Likewise.
623         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
624         to prevent warning.
626 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
628         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
629         new epoll_create1 interface.
630         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
631         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
632         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
634         * include/arpa/nameser.h (NS_GET16): Use const pointer.
635         (NS_GET32): Likewise.
637         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
638         syscalls, too.
640         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
641         use the AT_EXECFN value if it is no absolute path.
642         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
643         __ASSUME_AT_EXECFN.
645         * Versions.def: Add GLIBC_2.9 to libresolv.
646         * include/resolv.h: Remove hidden proto declarations for __ns_*
647         functions.  Add them for __dn_count_labels and __p_secstodate.
648         * include/arpa/nameser.h: Add a number of hidden proto declarations.
649         Define ns_msg_getflags macro here.
650         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
651         and __p_secstodate.
652         * resolv/Versions: Export functions from <arpa/nameser.h> from
653         libresolv in version GLIBC_2.9.
654         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
655         hidden definitions.
656         * resolv/ns_netint.c: Likewise.
657         * resolv/ns_parse.c: Likewise.
658         * resolv/ns_print.c: Likewise.
659         * resolv/ns_samedomain.c: Likewise.
660         * resolv/ns_ttl.c: Likewise.
661         * resolv/arpa/nameser_compat.h: Likewise.
662         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
663         function calls.
664         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
665         instead of ns_get16.
666         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
667         __ns_get32 instead of ns_get16 and ns_get32 respectively.
668         (gaih_getanswer_slice): Likewise.
669         * resolv/Makefile (libresolv-routines): Add ns_date.
670         * resolv/ns_date.c: New file.
672         * elf/Makefile (check-localplt.out): Also check libresolv and
673         libcrypt.
675 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
677         * sysdeps/unix/sysv/linux/kernel-features.h: Define
678         __ASSUME_O_CLOEXEC.
680 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
682         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
683         buffer passed to NSS functions.
685         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
687         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
688         Define.
690         * misc/syslog.c (openlog_internal): Fix compile problem.
692 2008-07-28  Roland McGrath  <roland@redhat.com>
694         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
696 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
698         * io/ftw.c (add_object): Remove inline to avoid warning.
700         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
702         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
703         Use it instead of locally defined resplen2 variable.
704         (res_nsend): Adjust for __libc_res_nsend interface change.
705         (send_vc): Initialize *resplen2 if necessary.  Read length of
706         package into an appropriately aligned variable.  Store converted length
707         in new variable and use it appropriately.
708         Add branch prediction help.
709         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
710         and pass it on to __libc_res_nsend.  Adjust all callers.
711         (__libc_res_nsearch): Likewise.
712         (__libc_res_nqeurydomain): Likewise.
713         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
714         change.
715         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
716         Define resplen2 variable and pass it to __libc_res_nsearch and then
717         to gaih_getanswer.
718         (getanswer_r): In case of incorrect DNS data don't overread buffer.
719         Add branch prediction.
720         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
721         (gaih_getanswer): Don't decode second slice if first one failed due
722         to a too small buffer.  Don't let not found status of second
723         decoder shadow results of the first.
724         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
725         and __libc_res_nquery interface changes
726         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
727         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
728         __libc_res_nsearch, and __libc_res_nsend.
729         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
730         change.
731         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
732         __libc_res_nsearch interface changes.
734 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
736         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
738         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
739         file descriptors with close-on-exec set.
740         (exec_comm_child): Fix the case where the write end of the pipe is
741         STDOUT_FILENO already.  In case it is, clear close-on-exec.
743         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
744         * io/pipe2.c: Likewise.
745         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
746         instead of __ASSUME_PACCEPT.
747         * include/unistd.h: Declare __have_pipe2.
748         * libio/iopopen.c: Implement "e" flag.
749         * libio/Makefile (tests): Add tst-popen1.
750         * libio/tst-popen1.c: New file.
752         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
753         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
755 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
757         [BZ #6771]
758         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
759         success call of _IO_SEEKOFF or calls which failed because the
760         descriptor is for a pipe.
762         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
763         magic number.
765         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
767         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
768         F_SETFD use if we know fopen set the flag.
770         * login/utmp_file.c (setutent_file): Minor optimization in case
771         O_CLOEXEC is available.
773 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
775         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
776         * elf/Makefile: Use pie-ccflag variable.
777         * nscd/Makefile: Likewise.
778         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
780 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
782         [BZ #6724]
783         * Versions.def: Add GLIBC_2.9 version tag for libutil.
784         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
785         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
786         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
787         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
788         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
789         utmp32, utmpx32 and login32.
790         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
791         versions of struct utmp functions to libc and libutil.
792         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
793         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
794         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
795         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
796         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
797         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
798         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
799         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
800         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
801         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
802         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
803         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
804         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
805         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
806         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
807         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
808         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
809         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
810         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
811         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
812         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
813         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
815 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
817         * scripts/gen-as-const.awk: Generate more widely usable code by
818         using 64-bit arithmetic.
820         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
821         the same treatment as narrow output code in last patch.
823         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
825         [BZ #6763]
826         * elf/dl-load.c (local_strdup): Remove inline.
827         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
828         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
829         part of the object.
831         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
833 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
835         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
836         the new syscalls, too.
838         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
839         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
841         [BZ #6698]
842         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
843         parameter for end of buffer.  If temporary copy is too large use
844         malloc.
845         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
846         interface change.
847         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
848         string rewrite when allocating buffer.
850         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
851         syscalls, too.
853         * nscd/connections.c (nscd_init): Clean up fcntl call.
855         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
856         SOCK_NONBLOCK if possible.
858         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
859         SOCK_CLOEXEC if available.
861         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
862         __libc_clntudp_bufcreate_internal.
863         * include/sys/socket.h: Declare __have_sock_cloexec.
864         * socket/Makefile (aux): Add have_sock_cloexec.
865         * socket/have_sock_cloexec.c: New file.
866         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
867         __libc_clntudp_bufcreate.
868         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
869         which takes an additional parameter.  Create socket with non-blocking
870         mode and close-on-exec flag set, if wanted.
871         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
872         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
873         instead of clntudp_create.  The socket has already the close-on-exec
874         flag set if SOCK_CLOEXEC is defined.
876 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
878         * sysdeps/unix/sysv/linux/kernel-features.h: Define
879         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
880         appropriate.
881         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
882         non-blocking mode by using socket, paccept, and inotify_init1.
884         * Versions.def (glibc): Add GLIBC_2.9.
885         * io/Makefile (routines): Add dup3 and pipe2.
886         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
887         * io/dup3.c: New file.
888         * io/pipe2.c: New file.
889         * posix/unistd.h: Declare dup3 and pipe2.
890         * socket/Makefile (routines): Add paccept.
891         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
892         * socket/paccept.c: New file.
893         * socket/sys/socket.h: Declare paccept.
894         * sysdeps/unix/syscalls.list: Add entry for dup3.
895         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
896         epoll_create2 and inotify_init1.
897         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
898         * sysdeps/unix/sysv/linux/paccept.c: New file.
899         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
900         possible.
901         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
902         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
903         inotify_init1, and pipe2 entries.
904         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
905         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
906         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
907         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
908         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
909         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
910         SOCK_NONBLOCK.
911         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
912         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
913         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
914         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
915         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
916         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
917         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
918         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
919         EPOLL_NONBLOCK.  Declare epoll_create2.
920         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
921         EFD_NONBLOCK.
922         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
923         IN_NONBLOCK.  Declare inotify_init1.
924         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
925         SFD_NONBLOCK.
926         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
927         TFD_NONBLOCK.
929         * elf/elf.h: Define AT_EXECFN.
930         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
931         LD_ORIGIN_PATH.
932         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
933         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
934         if __ASSUME_AT_EXECFN is defined.
935         (_dl_aux_init): Handle AT_EXECFN.
936         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
937         for 2.6.27 and up.
938         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
939         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
940         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
941         _dl_execfn if available and avoid compatibility code if
942         __ASSUME_AT_EXECFN is defined.
944         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
945         _dl_discover_osversion only for older kernels.
947 2008-07-22  Roland McGrath  <roland@frob.com>
949         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
951 2008-07-21  Roland McGrath  <roland@frob.com>
953         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
954         returned too much data out of line.
956 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
958         * locale/setlocale.c (setname): Remove inline to avoid compiler
959         warning.
961         [BZ #6712]
962         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
964 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
966         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
967         doesn't manage to write anything, fail.
969         * malloc/hooks.c (__malloc_check_init): Remove printf.
971 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
973         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
975 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
977         * nscd/connections.c (main_loop_poll): Fix handling of read errors
978         from inotify.
979         (main_loop_epoll): Likewise.
981 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
983         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
985         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
986         if DEBUG is defined.
988         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
989         query.  Adjust buffer size computation for padding.
991 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
993         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
994         * stdio-common/tst-setvbuf1.c: New file.
995         * stdio-common/tst-setvbuf1.expect: New file.
997         [BZ #6719]
998         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
999         when selecting fully-buffered stream.
1000         Patch by Wang Xin <wxinee@gmail.com>.
1002 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1004         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1005         (__open_2): New function.
1006         (__open64_2): New alias to __open_2.
1007         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1008         (__openat_2): New function.
1009         (__openat64_2): New alias to __openat_2.
1011 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1013         [BZ #6723]
1014         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1016 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1018         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1019         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1020         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1021         __hurd_dfail.
1022         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1023         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1024         * sysdeps/mach/hurd/send.c (__send): Likewise.
1025         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1026         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1028 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1030         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1031         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1032         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1033         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1034         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1035         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1037 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1039         [BZ #6657]
1040         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1041         of %EY.
1042         Patch by Petr Baudis.
1044 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1046         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1047         Patch by Peter Jones <pjones@redhat.com>.
1049 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1051         [BZ #6654]
1052         * stdlib/canonicalize.c (__realpath): readlink can write too much
1053         into the buffer on platforms without PATH_MAX.
1055 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1057         [BZ #6653]
1058         * posix/tst-regex.c (main): Rename to...
1059         (do_test): ... this. Remove cmdline option processing.
1060         (TIMEOUT): Define.
1061         (TEST_FUNCTION): Define.
1062         (CMDLINE_OPTIONS): Define.
1064 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1066         [BZ #5210]
1067         * configure.in: Add -Werror to -fstack-protector test to catch
1068         unsupported architectures.
1069         Patch by Gilles Esponasse <g.esp@free.fr>.
1071 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1073         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1074         getcontext returns ENOSYS.
1076 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1078         * nscd/connections.c (main_loop_poll): Fix test for read error.
1079         (main_loop_epoll): Likewise.
1081 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1083         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1084         better place so it is not called when nscd is used.
1086         * nscd/connections.c: Also recognize and handle changes to the
1087         resolver configuration file.
1089 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1091         * time/strftime.c: Pass reference to tzset_called around to handle
1092         recursive calls.
1094         [BZ #6612]
1095         * time/strftime.c (__strftime_internal): Call tzset() only
1096         when printing timezone-dependent values.
1097         Based on a patch by Petr Baudis <pasky@suse.cz>.
1099         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1100         unconditionally use second gaih_getanswer_slice result.
1102         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1103         (getaddrinfo): RES must always be non-NULL.
1105 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1107         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1108         cr[34] registers.
1109         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1110         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1111         Likewise.
1112         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1113         register.
1115 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1117         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1118         fields.
1119         * nscd/connections.c (inotify_fd): New variable.
1120         (nscd_init): Try to open an inotify descriptor.
1121         If successful, watch files for databases using inotify instead of
1122         having prune threads stat the files.
1123         (nscd_run_prune): Recognize clear_cache flag being set and call
1124         prune_cache appropriately.
1125         (main_loop_poll): Add inotify descriptor to wait set and handle the
1126         reported changes.
1127         (main_loop_epoll): Likewise.
1128         * nscd/cache.c (prune_cache): Don't stat files for databases if
1129         inotify is used.
1130         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1131         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1133         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1134         fixed-size portion of the record.
1135         * nscd/servicescache.c (cache_addserv): Likewise.
1136         * nscd/pwdcache.c (cache_addpw): Likewise.
1137         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1139 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1141         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1142         out we don't use uninitialized memory.
1144         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1145         the client.
1147 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1149         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1150         ignore T_DNAME messages.
1151         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1153 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1155         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1156         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1158 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1160         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1161         instead of portstr to nscd_getserv_r.  Patch by
1162         Roman Kagan <rkagan@mail.ru>.
1164 2008-05-26  Jim Meyering  <meyering@redhat.com>
1166         Remove more useless "if" tests before "free".
1167         * include/inline-hashtab.h (htab_delete): Likewise.
1168         * libio/freopen.c (freopen): Likewise.
1169         * libio/freopen64.c (freopen64): Likewise.
1170         * locale/programs/ld-collate.c (collate_read): Likewise.
1171         * misc/fstab.c (libc_freeres_fn): Likewise.
1172         * posix/glob.c (globfree): Likewise.
1174 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1176         * string/Makefile (strop-tests): Add memmem.
1177         * string/test-memmem.c: New file.
1178         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1179         (test_init): Size buf1 according to BUF1PAGES.
1181 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1183         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1184         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1185         (CFLAGS-scanf17.c): New.
1186         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1187         * stdio-common/scanf15.c (main): Likewise.
1188         * stdio-common/scanf16.c: New file.
1189         * stdio-common/scanf17.c: New file.
1191 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1193         * resolv/res_send.c (send_dg): If we already have one of two
1194         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1195         use the one answer insted of failing.
1197 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1199         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1200         being executed on PowerPC as the expected result exceeds IBM
1201         long double 128 __LDBL_MAX__.
1203 2008-05-21  Roland McGrath  <roland@redhat.com>
1205         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1207         * Makefile (check-data): Use $(abi-name) before other guesses.
1208         Look in $(add-ons) dirs before scripts/data/.
1209         * elf/Makefile (check-data): Likewise.
1211         * scripts/soversions.awk: Grok ABI line.
1212         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1213         Emit definition for abi-name variable.
1215 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1217         * string/endian.h: Define new fixed-size hto* and *toh macros only
1218         if [__USE_BSD].
1220         * iconvdata/Depend: Add localedata.
1222 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1224         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1226 2008-05-08  David S. Miller  <davem@davemloft.net>
1228         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1229         HIDDEN_JUMPTARGET.
1230         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1231         (__SYSCALL_CLOBBERS): Remove %g* registers.
1232         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1233         (__SYSCALL_CLOBBERS): Likewise.
1234         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1235         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1237 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1239         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1240         (CALL_ERRNO_LOCATION): Define.
1241         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1242         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1243         (CALL_ERRNO_LOCATION): Define.
1244         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1245         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1246         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1248 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1250         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1251         variable.
1253 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1255         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1256         (FIRST_FRAME_POINTER): Define.
1258 2008-05-09  David S. Miller  <davem@davemloft.net>
1260         * sysdeps/sparc/sparc64/backtrace.c: New file.
1262 2008-05-14  David S. Miller  <davem@davemloft.net>
1264         * sysdeps/sparc/machine-gmon.h: New file.
1265         * sysdeps/sparc/sparc-mcount.S: Likewise.
1266         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1267         sysdep_routines in gmon directory.
1269 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1271         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1273 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1275         * resolv/res_query.c (__libc_res_nquery): In case one of two
1276         answer was too short don't try to read that answer's header.
1278         * resolv/res_send.c (send_dg): In case of timeout and there are
1279         two queries and one has been answered, return value indicating
1280         success.
1282 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1284         * nscd/cache.c (cache_add): Take additional parameter specifying
1285         whether this is in response of a cache refill.  Check alignment
1286         of package data.  Revamp waking of pruning thread.
1287         (prune_cache): Small optimization.
1288         * nscd/nscd.h: Adjust cache_add prototypes.
1289         * nscd/aicache.c: Adjust cache_add calls.
1290         * nscd/grpcache.c: Likewise.
1291         * nscd/hstcache.c: Likewise.
1292         * nscd/initgrcache.c: Likewise.
1293         * nscd/pwdcache.c: Likewise.
1294         * nscd/servicescache.c: Likewise.
1295         * nscd/connections.c (restart): Really disable cache use before
1296         exec attempt.  If it fails, reenable cache.
1297         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1298         time to max to be able to notice concurrent cache additions.  Unlock
1299         prune_lock while performing gc.  Afterwards compute wakeup time with
1300         current wakeup_time value in mind.
1302 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1304         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1306         * nscd/mem.c (gc): Correctly determine highest used array element
1307         in mark.
1309         * nscd/mem.c (markrange): Add assert to check entries are all
1310         aligned.  Small cleanup in bitmap use.
1312         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1313         blockoff of type nscd_ssize_t.
1314         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1315         (mempoll_alloc): Record block offset and not address.
1317         * nscd/mem.c (gc): Fix test for stack overuse.
1319         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1320         more asserts.
1322         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1323         entry is available, believe it.
1325         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1326         no answers return NSS_STATUS_NOTFOUND.
1327         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1328         buffer does not have any content.
1330 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1332         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1334         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1335         lookup, don't assign canon unconditionally.
1337 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1339         * string/Makefile (distribute): Add str-two-way.h.
1341 2008-03-29  Eric Blake  <ebb9@byu.net>
1343         Rewrite string searches to O(n) rather than O(n^2).
1344         * string/str-two-way.h: New file.  For linear fixed-allocation
1345         string searching.
1346         * string/memmem.c: New implementation.
1347         * string/strstr.c: New implementation.
1348         * string/strcasestr.c: New implementation.
1350 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1352         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1353         opr.ctx_type.
1354         (calc_first): Initialize constraint field.
1355         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1356         Use search_duplicated_node to avoid loops.  Fix grammar.
1357         (duplicate_node): Merge constraint field for all node types.
1358         (calc_eclosure_iter): Look at constraint field for all node types.
1359         * posix/regex_internal.c (create_cd_newstate): Don't look at
1360         create_cd_newstate.
1362 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1364         [BZ #6428]
1365         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1367         [BZ #6442]
1368         * string/endian.h: Add macros for fixed-size endian conversion.
1369         * bits/byteswap.h: Allow inclusion from <endian.h>.
1370         * sysdeps/i386/bits/byteswap.h: Likewise.
1371         * sysdeps/ia64/bits/byteswap.h: Likewise.
1372         * sysdeps/s390/bits/byteswap.h: Likewise.
1373         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1374         * string/Makefile (tests): Add tst-endian.
1375         * string/tst-endian.c: New file.
1377         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1378         Patch by Reuben Thomas.
1380 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1382         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1384 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1386         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1388         [BZ #6461]
1389         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1390         Add missing braces.
1391         (BODY for __gconv_transform_internal_ascii): Likewise.
1393         [BZ #6472]
1394         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1395         to be treated like link-local addresses.
1396         (match_prefix): Don't treat IPv4 loopback address special when
1397         converting to v4 mapped addressed.
1399         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1400         if necessary.
1401         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1402         * posix/tst-rfc3484-2.c: Likewise.
1403         * posix/tst-rfc3484-3.c: Likewise.
1405         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1406         and SCTP.
1408         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1410         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1412         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1414 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1416         * po/lt.po: New file.  From Lituanian translation team.
1418 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1420         Introduce TLS descriptors for i386 and x86_64.
1421         * include/inline-hashtab.h: New file, copied from 2005's
1422         libiberty, with fix for memory leak imported afterwards by
1423         Glauber de Oliveira Costa.
1424         * elf/tlsdeschtab.h: New file.
1425         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1426         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1427         (CHECK_STATIC_TLS): Move to...
1428         * elf/dynamic-link.h: ... this file.
1429         (TRY_STATIC_TLS): New macro.
1430         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1431         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1432         R_386_TLS_DESC): Define.
1433         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1434         binutils.
1435         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1436         R_X86_64_TLSDESC): Define.
1437         (R_386_NUM, R_X86_64_NUM): Adjust.
1438         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1439         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1440         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1441         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1442         release tlsdesc_table.
1443         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1444         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1445         (elf_machine_rel): Handle R_386_TLS_DESC.
1446         (elf_machine_rela): Likewise.
1447         (elf_machine_lazy_rel): Likewise.
1448         (elf_machine_lazy_rela): Likewise.
1449         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1450         * sysdeps/i386/dl-tlsdesc.S: New file.
1451         * sysdeps/i386/dl-tlsdesc.h: New file.
1452         * sysdeps/i386/tlsdesc.c: New file.
1453         * sysdeps/i386/tlsdesc.sym: New file.
1454         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1455         tlsdesc_table.
1456         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1457         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1458         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1459         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1460         release tlsdesc_table.
1461         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1462         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1463         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1464         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1465         (elf_machine_rela): Likewise.
1466         (elf_machine_lazy_rel): Likewise.
1467         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1468         (__tls_get_addr): Do not declare for non-shared compiles.
1469         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1470         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1471         * sysdeps/x86_64/tlsdesc.c: New file.
1472         * sysdeps/x86_64/tlsdesc.sym: New file.
1473         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1474         tlsdesc_table for both 32- and 64-bit structs.
1476 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1478         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1479         its own function.  This reduces the frame setup costs and more.
1481 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
1483         [BZ #3406]
1484         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
1485         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
1487 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1489         * io/openat.c (__openat_2): Also pass fd to __openat.
1490         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
1491         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
1493         * string/tester.c (test_memcmp): Add a few more tests.
1494         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
1496 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1498         * nscd/cache.c (cache_add): Before returning with failure and this
1499         is the first use of the record, mark it as unusable.
1500         * nscd/aicache.c: Don't touch the dataset after cache_add returns
1501         reporting a failure.
1502         * nscd/grpcache.c: Likewise
1503         * nscd/hstcache.c: Likewise.
1504         * nscd/initgrcache.c: Likewise.
1505         * nscd/pwdcache.c: Likewise.
1506         * nscd/servicescache.c: Likewise.
1508 2008-05-10  Roland McGrath  <roland@redhat.com>
1510         [BZ #6505]
1511         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
1513 2008-05-08  David S. Miller  <davem@davemloft.net>
1515         * misc/truncate64.c (truncate64): Use __truncate not truncate.
1517         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
1518         (__ieee754_y0l): Likewise.
1519         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
1520         (__ieee754_y1l): Likewise.
1521         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
1522         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
1523         frexpl and ldexpl.  math_private.h provides them and the latter
1524         is not even used.
1525         (__log1pl): Use __frexpl.
1527 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1529         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
1530         prototypes.
1531         * include/arpa/nameser_compat.h: Define T_UNSPEC.
1532         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
1533         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
1534         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
1535         af==AF_UNSPEC.
1536         (_nss_nis_gethostbyname4_r): New function.
1537         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
1538         Change to also handle af==AF_UNSPEC.
1539         (get_tablename): New function.  Use it to avoid duplication.
1540         (_nss_nisplus_gethostbyname4_r): New function.
1541         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
1542         available.
1543         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
1544         * nss/nss.h: Define struct gaih_addrtuple.
1545         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
1546         af==AF_UNSPEC.
1547         (_nss_files_gethostbyname4_r): New function.
1548         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
1549         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
1550         calls.
1551         * resolv/res_query.c (__libc_res_nquery): Take two additional
1552         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
1553         look up IPv4 and IPv6.
1554         Change all callers.
1555         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
1556         for an additional query and answer buffer.  Pass to send_vc and
1557         send_dg.
1558         (send_vc): Send possibly two requests and receive two answers.
1559         (send_dg): Likewise.
1560         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
1561         __libc_res_nquery.
1562         (_nss_dns_gethostbyname4_r): New function.
1563         (gaih_getanswer_slice): Likewise.
1564         (gaih_getanswer): Likewise.
1565         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
1566         __libc_res_nquery call.
1567         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
1568         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
1569         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
1570         available.
1572 2008-05-05  David S. Miller  <davem@davemloft.net>
1574         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
1575         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
1577 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1579         Fix termios bit macros.
1580         Move *DLY definitions where they belong, in termios.h.
1581         Add *[0-3] definitions.
1582         Fixes confusion between VT and FF.
1583         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
1584         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
1585         are already defined to avoid collision with termios.h.
1586         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
1587         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
1588         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
1589         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
1590         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
1591         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
1592         VTDLY, VT0, VT1): New macros.
1593         [__USE_GNU] (OLCUC): Change value of macro.
1594         [__USE_XOPEN] (OFILL): New macro.
1595         [__USE_BSD] (CRTSCTS): Change value.
1596         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
1597         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
1598         (B7200, B14400, B28800, B76800): New macros.
1600 2008-05-01  David S. Miller  <davem@davemloft.net>
1602         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
1603         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
1604         (gen-as-const-headers): Add it.
1605         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
1606         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
1607         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
1608         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
1610         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
1611         six system call parameters.
1612         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1614 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
1616         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
1617         RUSAGE_LWP.
1618         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1619         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1621 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
1623         * stdlib/tst-setcontext.c: Include unistd.h.
1625 2008-04-25  David S. Miller  <davem@davemloft.net>
1627         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
1628         Pass "union semun" properly in to sys_ipc, it must be passed
1629         by value, not by reference.
1631 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
1633         * nscd/Makefile (nscd-cflags): Set back to -fpie.
1634         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
1635         * nscd/connections.c (mem_in_flight): Likewise.
1637         * nscd/nscd.h (dbs): Make hidden.
1639         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
1640         Avoid returning -1, return 0 instead.
1642 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
1644         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
1646 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
1648         [BZ #5209]
1649         * sysdeps/unix/sysv/linux/times.c: New file.
1651         [BZ #5381]
1652         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
1653         mem_in_flight_list variables.  Add new parameter to mempool_alloc
1654         prototype.
1655         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
1656         appropriate mem_in_flight element.
1657         (gc): Take allocations which have not yet been committed to the
1658         database into account.
1659         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
1660         Reset mem_in_flight before returning.
1661         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
1662         cue it up in mem_in_flight_list.
1663         * nscd/aicache.c: Adjust mempool_alloc call.
1664         * nscd/grpcache.c: Likewise.
1665         * nscd/hstcache.c: Likewise.
1666         * nscd/initgrcache.c: Likewise.
1667         * nscd/pwdcache.c: Likewise.
1668         * nscd/servicescache.c: Likewise.
1669         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
1670         of -fpie.
1672         * nscd/connections.c (handle_request): Provide better error message
1673         in case SELinux forbids the service.
1675         * version.h (VERSION): Bump to 2.8.90.
1677 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
1679         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
1681 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1683         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
1684         Also use for 32-bit.
1685         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
1686         __nextafter instead of nextafter to avoid local PLT.
1687         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
1688         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1690         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
1692         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
1693         __fe_nomask_env.
1694         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
1695         <fenv_libc.h> instead of <fenv.h>.
1696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1699         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
1701         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
1702         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
1703         function from fegetexcept and make old name weak alias.
1704         * include/fenv.h: Declare __fegetexcept.
1705         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
1706         fegetexcept.
1707         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
1708         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
1709         to fetestexcept.
1710         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
1711         instead of frexpl to avoid local PLT.
1712         * math/s_significandl.c (__significandl): Use __ilogbl instead of
1713         ilogbl to avoid local PLT.
1714         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
1715         instead of ldexpl to avoid local PLT.
1716         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
1717         __roundl not roundl to avoid local PLT.
1718         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
1719         local PLTs.  Use __sincosl instead of separate sinl and cosl
1720         calls.
1721         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1723         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
1724         version for ppc64 to 2.4.21 since without it makecontext will fail.
1726         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
1727         to the ABI in use.
1728         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
1729         .__tls_get_addr.
1730         [__powerpc64__] (TLS_GD): Likewise.
1732 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
1734         [BZ #4997]
1735         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
1736         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
1737         mantissa.
1738         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1739         Likewise.  Also account for when x is an odd number between 2^52
1740         and 2^53-1.
1741         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
1742         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1743         * math/libm-test.inc (lround_test, llround_test): Added test cases to
1744         detect aforementioned erroneous conditions.
1746 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1748         * configure.in: Check for -fno-section-anchors in addition to
1749         -fno-toplevel-reorder.
1751 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1753         * include/features.h (__GLIBC_MINOR__): Bump to 8.
1755         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
1756         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
1757         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
1758         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
1759         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
1760         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
1762 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1764         [BZ #5443]
1765         * time/era.c: Transform __libc_setlocale_lock into rwlock.
1766         * time/alt_digit.c: Likewise.
1767         * wcsmbs/wcsmbsload.c: Likewise.
1769 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
1771         * version.h (VERSION): Bump to 2.8.
1773         * timzeone/asia: Update from tzdata2008b.
1774         * timezone/backward: Likewise.
1775         * timezone/europe: Likewise.
1776         * timezone/northamerica: Likewise.
1777         * timezone/southamerica: Likewise.
1778         * timezone/iso3166.tab: Likewise.
1779         * timezone/leapseconds: Likewise.
1780         * timezone/zone.tab: Likewise.
1781         * timezone/private.h: Update from tzcode2008a.
1782         * timezone/zdump.c: Likewise.
1783         * timezone/zic.c: Likewise.
1785 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
1787         [BZ #5741]
1788         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
1789         Define additonal Data Cache Block instruction macros.
1790         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
1791         Replace dcbst with dcbf and sync with sync/isync.
1793 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
1795         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1796         Always set ELF_RTYPE_CLASS_PLT.
1797         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
1799 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
1801         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
1802         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
1803         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
1804         For ISA 2.01 and later replace mftb with mfspr 268.
1806 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
1808         [BZ #5768]
1809         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
1810         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
1812 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
1814         [BZ #5768]
1815         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
1816         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
1817         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
1818         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
1820 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
1822         * stdlib/tst-makecontext.c (othervar): New variable.
1823         (cf): Test sign extending the argument to long.
1825 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
1827         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
1828         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
1829         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
1830         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
1831         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
1832         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
1833         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
1835 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
1837         * elf/Makefile (tests): Substitute tests-vis-yes here.
1838         (tests-vis-yes): Delete.
1839         (modules-name, modules-vis-yes): Similarly.
1841 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
1843         [BZ #4407]
1844         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
1845         Preserve sign in signgamp when x is zero.
1847 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
1849         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
1850         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
1851         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
1852         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
1853         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
1854         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
1856 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
1858         [BZ #4314]
1859         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
1860         buffers.
1862         [BZ #5209]
1863         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
1864         a reserved error value.
1866         * stdlib/tst-makecontext.c: Change parameter to cf to negative
1867         value to check for correct sign extension.
1869         [BZ #5436]
1870         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
1871         Copy 64-bit parameter values even though this is not required in
1872         the standard.
1874         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
1875         PC save.
1877 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
1879         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
1880         PC save.
1882 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
1884         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
1886 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
1888         [BZ #5998]
1889         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
1890         in line-buffered stream failed.
1891         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
1893 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
1895         [BZ #6024]
1896         * scripts/abi-versions.awk: If the version specified by
1897         --enable-oldest-abi is older than the first version for this
1898         architecture, use the default version.
1900         * locale/programs/ld-collate.c (collate_read): Ignore script lines
1901         as well when ignoring the whole category.
1903 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
1905         [BZ #6042]
1906         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
1907         ETHERTYPE_* definitions.
1908         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
1910 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
1912         * stdlib/mbtowc.c (__no_r_state): Remove.
1913         (mbtowc): New static state variable.  Use it instead of
1914         __no_r_state.
1915         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
1916         (__wctomb_state): New hidden variable.
1917         (wctomb): Use __wctomb_state instead of __no_r_state.
1918         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
1919         (__wctomb_state): New extern decl.
1920         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
1922 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
1924         [BZ #5475]
1925         * resolv/res_init.c: Handle scope IDs in resolv.conf.
1927 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
1929         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
1931 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
1933         * po/nl.po: Update from translation team.
1935 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
1937         [BZ #6007]
1938         * string/strfry.c: Handle empty strings again.
1940 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
1942         [BZ #5443]
1943         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
1944         before looking for translation.
1945         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
1946         * locale/freelocale.c: Likewise.
1947         * locale/newlocale.c: Likewise.
1948         * locale/setlocale.c: Likewise.
1949         Based partially on a patch by ryo@np.css.fujitsu.com.
1951 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
1953         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
1954         acquiring wrlock.  Do conv_tab allocation while holding lock.
1955         * intl/Makefile: Add rules to build and run tst-gettext6.
1956         * intl/tst-gettext6.c: New test.
1957         * intl/tst-gettext6.sh: New file.
1959 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
1961         * po/nl.po: Update from translation team.
1963         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
1964         provided through st_blksize, try the default size before giving up.
1966 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
1968         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
1970         [BZ #5939]
1971         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
1973         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
1974         error message.  POSIX today does not require the messages to be in
1975         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
1977         [BZ #5979]
1978         * sunrpc/auth_unix.c: Unify printed strings.
1979         * sunrpc/clnt_tcp.c: Likewise.
1980         * sunrpc/clnt_udp.c: Likewise.
1981         * sunrpc/clnt_unix.c: Likewise.
1982         * sunrpc/svc_tcp.c: Likewise.
1983         * sunrpc/svc_udp.c: Likewise.
1984         * sunrpc/svc_unix.c: Likewise.
1985         * sunrpc/xdr.c: Likewise.
1986         * sunrpc/xdr_array.c: Likewise.
1987         * sunrpc/xdr_rec.c: Likewise.
1988         * sunrpc/xdr_ref.c: Likewise.
1989         * locale/programs/ld-time.c (time_finish): Unify messages.
1990         * locale/programs/locfile.c (handle_copy): Fix typo.
1991         * nscd/nscd.c (options): Fix typo.
1993         [BZ #5995]
1994         * stdlib/strtod_l.c: Use correct sign for result in one more
1995         underflow case.
1996         Patch by Eric Blake <ebb9@byu.net>.
1998 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2000         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2001         and creat system calls.
2002         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2003         call.
2004         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2005         system calls.
2006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2007         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2008         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2010 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2012         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2013         <linux/limits.h> has defined it.
2014         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2015         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2016         headers.
2017         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2018         it instead of ARG_MAX.
2020 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2022         * posix/gai.conf: Fix comment for scope nullbits.
2023         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2024         default to 128 bits for v4 mapped addresses.
2026 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2028         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2029         ptrace call to get the ieee_instruction_pointer from the kernel.
2030         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2031         ptrace call to set the ieee_instructtion_pointer.
2032         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2033         Add comment that ieee_instruction_pointer is always 0.
2035 2008-03-09  Andreas Jaeger  <aj@suse.de>
2037         [BZ #5857]
2038         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2039         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2040         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2042         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2043         (rint_test): Likewise.
2045 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2047         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2048         call.
2049         (__nisfind_server): Similar for open readColdStartFile call.
2050         Patch partially by Jim Meyering.
2051         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2052         around internal_setent call.
2054         * po/vi.po: New Vietnamese translation.
2056         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2057         ADJ_OFFSET_SS_READ.
2059         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2060         remove CLONE_STOPPED.
2062 2008-02-10  Jim Meyering  <meyering@redhat.com>
2064         Remove useless "if" before "free":
2065         * elf/ldconfig.c (parse_conf_include): Likewise.
2066         * gmon/gmon.c (weak_alias): Likewise.
2067         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2068         * inet/rcmd.c (__validuser2_sa): Likewise.
2069         * intl/bindtextdom.c (set_binding_values): Likewise.
2070         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2071         * libio/genops.c (save_for_backup): Likewise.
2072         * libio/wgenops.c (save_for_wbackup): Likewise.
2073         * locale/programs/ld-collate.c (collate_read): Likewise.
2074         * locale/programs/linereader.c (get_string): Likewise.
2075         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2076         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2077         * resolv/res_debug.c (do_section): Likewise.
2078         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2079         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2080         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2081         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2082         * time/tzset.c (tzset_internal): Likewise.
2084 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2086         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2087         of ASSEMBLER.
2089 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2091         [BZ #5903]
2092         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2093         not stream for output file.  Open output file here.
2094         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2095         and output file name.
2096         (process_fd): Likewise.
2097         (process_file): Likewise.
2098         (main): Adjust callers of changed functions.
2099         * iconv/iconv_prog.h: Adjust prototype.
2101 2008-03-09  Andreas Jaeger  <aj@suse.de>
2103         [BZ #5753]
2104         * sysdeps/ia64/ieee754.h: Use protected namespace
2105         __BIG_ENDIAN/__LITTLE_ENDIAN.
2106         * sysdeps/ieee754/ieee754.h: Likewise.
2107         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2109 2008-03-08  Roland McGrath  <roland@frob.com>
2111         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2112         ignore a signal that came from a machine exception, treat it as a
2113         fatal core-dump signal instead.
2114         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2116         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2117         Clear DF bit in thread state's eflags.
2118         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2120 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2122         [BZ #5774]
2123         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2124         of NAN(...) sequence.
2125         * stdlib/Makefile (tests): Add tst-strtod6.
2126         * stdlib/tst-strtod6.c: New file.
2128         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2130         [BZ #5762]
2131         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2132         putting offending option character in quotes.  Clean up error
2133         messages.
2134         * po/be.po: Adjust msgstr in translation file.
2135         * po/bg.po: Likewise.
2136         * po/ca.po: Likewise.
2137         * po/cs.po: Likewise.
2138         * po/da.po: Likewise.
2139         * po/de.po: Likewise.
2140         * po/es.po: Likewise.
2141         * po/fr.po: Likewise.
2142         * po/hr.po: Likewise.
2143         * po/ko.po: Likewise.
2144         * po/nl.po: Likewise.
2145         * po/rw.po: Likewise.
2146         * po/sk.po: Likewise.
2147         * po/sv.po: Likewise.
2148         * po/tr.po: Likewise.
2149         * po/zh_CN.po: Likewise.
2150         * po/zh_TW.po: Likewise.
2152         [BZ #5760]
2153         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2154         Patch by Roland Bless <roland@bless.de>.
2156         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2157         .o file.
2158         * elf/Makefile (routines): Add dl-sysdep.
2159         (elide-routines.os): Likewise.
2161 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2163         [BZ #5786]
2164         * elf/dl-sysdep.c: Undefine ROUND after use.
2165         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2166         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2167         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2168         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2169         to ...
2170         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2171         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2172         if necessary.
2173         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2175         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2176         _dl_tls_get_addr_soft element.
2177         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2178         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2179         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2180         GLRO.
2181         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2182         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2183         of internal_function.
2185         * stdlib/Makefile (aux): Add tens_in_limb.
2186         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2187         * stdlib/tens_in_limb.c: ...here.  New file.
2189         [BZ #5778]
2190         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2191         __statfs_chown_restricted.
2192         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2193         for _PC_CHOWN_RESTRICTED.
2194         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2195         Implement __statfs_chown_restricted.
2196         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2197         _POSIX_CHOWN_RESTRICTED value to zero.
2198         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2199         defined to zero.
2201         * sysdeps/x86_64/rtld-memset.c: New file.
2203 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2205         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2207         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2208         Barcelona machine.  Make default fall through branch of
2209         __x86_64_preferred_memory_instruction check as the integer code path.
2211 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2213         * sysdeps/x86_64/cacheinfo.c
2214         (__x86_64_preferred_memory_instruction): New variable.
2215         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2217         * sysdeps/x86_64/memset.S: Rewrite.
2219 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2221         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2222         __obstack_printf_chk): New prototypes.
2223         (__vasprintf_chk, __vdprintf_chk,
2224         __obstack_vprintf_chk): Likewise.
2225         Add libc_hidden_proto.
2226         * libio/obprintf.c
2227         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2228         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2229         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2230         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2231         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2232         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2233         __obstack_vprintf_chk): New prototypes.
2234         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2235         obstack_vprintf): New inlines.
2236         * debug/dprintf_chk.c: New file.
2237         * debug/vdprintf_chk.c: New file.
2238         * debug/asprintf_chk.c: New file.
2239         * debug/vasprintf_chk.c: New file.
2240         * debug/obprintf_chk.c: New file.
2241         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2242         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2243         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2244         @@GLIBC_2.8.
2245         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2246         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2247         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2248         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2249         libc_hidden_proto.
2250         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2251         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2252         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2253         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2254         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2255         @@GLIBC_2.8.
2256         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2257         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2258         obstack_vprintf_chk.
2259         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2260         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2261         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2262         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2263         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2264         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2266 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2268         [BZ #5779]
2269         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2270         Patch by Roy Marples <roy@marples.name>.
2272         [BZ #5736]
2273         * malloc/malloc.c: Fix typo in comment.
2275         [BZ #5627]
2276         * locale/iso-639.def: Add Shuswap.
2278 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2280         [BZ #5790]
2281         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2282         overwrite *h_errnop/*errnop values from getanswer_r in case of
2283         failure.
2285 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2287         [BZ #5818]
2288         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2289         (verify_persistent_db): Remove one unnecessary test and add a new one
2290         for bad configuration.
2291         (nscd_init): Improve error reported when persistent database cannot
2292         be reused.
2293         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2294         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2295         .suggested_module and .max_db_size and case config file says the
2296         values are zero.
2297         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2299         [BZ #5854]
2300         * nis/ypclnt.c (yp_order): Fix handling of return value of
2301         do_ypcall_tr call.
2302         Patch by Jeff Moyer <jmoyer@redhat.com>.
2304         * po/fr.po: Update from translation team.
2306 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2307             Carlos O'Donell <carlos@systemhalted.org>
2309         [BZ #5012]
2310         * FAQ.in: Describe why glibc needs to be compiled with
2311         optimization.
2313 2008-02-19  Roland McGrath  <roland@redhat.com>
2315         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2317 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2319         [BZ #5737]
2320         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2321         __USE_MISC is defined.
2323 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2325         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2326         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2327         sys/timerfd.h.
2328         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2329         timerfd_gettime, timerfd_settime.
2330         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2331         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2333 2008-02-08  Roland McGrath  <roland@redhat.com>
2335         * elf/elf.h (NT_PPC_SPE): New macro.
2337 2008-02-06  Roland McGrath  <roland@redhat.com>
2339         * Makerules ($(common-objpfx)sysd-rules):
2340         Depend on $(sysdep-makeconfigs).
2342 2008-01-31  Roland McGrath  <roland@redhat.com>
2344         [BZ #5442]
2345         * configure.in: Use -print-file-name if it yields a directory,
2346         for each of include and include-fixed.
2347         * configure: Regenerated.
2349         * Makeconfig (sysd-rules-targets): New variable.
2350         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2351         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2353 2008-01-30  Roland McGrath  <roland@redhat.com>
2355         * manual/libc.texinfo: Update back-cover text.
2357         * elf/elf.h (NT_386_TLS): New macro.
2359 2008-01-29  Roland McGrath  <roland@redhat.com>
2361         * Makeconfig (sysd-rules-patterns): New variable.
2362         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2363         (check-inhibit-asm): New canned sequence, replaces ...
2364         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2365         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2366         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2367         (CFLAGS-rtld): Variable removed.
2369 2008-01-24  Roland McGrath  <roland@redhat.com>
2371         * configure.in: Let configure fragments set base_os.
2372         * configure: Regenerated.
2374 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2376         * po/ko.po: Update from translation team.
2378 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2380         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2382 2008-01-12  Andreas Jaeger  <aj@suse.de>
2384         [BZ #5040]
2385         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2386         Add EPOLLRDHUP.
2388 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2390         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2391         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2392         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2394 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2396         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2397         * elf/dl-close.c (_dl_close): Check for it.
2398         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2399         (_dl_allocate_static_tls): Likewise.
2400         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2401         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2402         to it.
2403         * elf/tst-tls16.c: New file.
2404         * elf/tst-tlsmod16a.c: New file.
2405         * elf/tst-tlsmod16b.c: New file.
2406         * elf/Makefile: Add rules to build and run tst-tls16.
2408 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2410         [BZ #5628]
2411         * bits/shm.h: Fix comment describing shmid_ds.
2412         * sysdeps/gnu/bits/shm.h: Likewise.
2413         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2414         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2415         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2416         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2417         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2418         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2419         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2420         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2421         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2423         [BZ #5607]
2424         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2425         prototypes.
2426         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2427         additional suffixes.
2428         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2429         Add optional functions mq_timedreceive and mq_timedsend.
2430         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2431         * conform/data/pthread.h-data: Fix prototype of
2432         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2433         * conform/data/semaphore.h-data: Allow time.h definitions.
2434         * conform/data/signal.h-data: Likewise.
2435         * conform/data/stdio.h-data: getw and putw are not required in v6.
2436         * conform/data/stdlib.h-data: Change setstate prototype.
2437         * conform/data/string.h-data: Fix strerror_r prototype.
2438         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2439         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2440         Fix readlink prototype.
2441         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2442         in6addr_loopback.
2443         * inet/netinet/in.h: Cleanup namespace.
2444         * posix/regex.h: Likewise.
2445         * resolv/netdb.h: Likewise.
2446         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2447         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2448         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2449         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2450         of names of in in6_addr.
2451         (default_precedence): Likewise.
2452         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2453         NULL definition.
2455 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2457         * conform/data/fmtmsg.h-data: Add missing allows.
2458         * conform/data/ftw.h-data: Likewise.
2459         * conform/data/inttypes.h-data: Likewise.
2460         * conform/data/math.h-data: Likewise.
2461         * conform/data/signal.h-data: Likewise.
2462         * conform/data/net/if.h-data: Likewise.
2463         * conform/data/netinet/in.h-data: Likewise.
2464         * conform/data/sys/socket.h-data: Likewise.
2466         [BZ #5614]
2467         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2468         (__strtok_r): Simplify.
2469         * string/tester.c (test_strtok_r): Add test case for futile search
2470         with single-character seach string.
2472 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2474         * po/ko.po: Update from translation team.
2476 2008-01-11  Andreas Jaeger  <aj@suse.de>
2478         [BZ #5600]
2479         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
2480         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
2481         kernel header.
2483 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2485         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
2486         native interface lookup in all the relevant places.
2488 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
2489             Ulrich Drepper  <drepper@redhat.com>
2491         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
2492         field.  Use sockaddr_in6 for source_addr.
2493         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
2494         (match_prefix): Likewise.
2495         (get_label): Likewise.
2496         (get_precedence): Likewise.
2497         (rfc3484_sort): Change to use indirect access to results array.
2498         Adjust to use of sockaddr_in6.  Replace service_order test with
2499         simple index comparison.
2500         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
2501         service_order field.  Adjust qsort_t calls.  Access sorted result
2502         array indirectly through order array.
2503         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
2504         * posix/tst-rfc3484-2.c: Likewise.
2505         * posix/tst-rfc3484-3.c: Likewise.
2507 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
2509         [BZ #5541]
2510         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
2511         pollfd structures.
2512         Patch by AndrĂ© Cruz.
2514         [BZ #5545]
2515         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
2516         (clnt_spcreateerror): Likewise.
2518         [BZ #5553]
2519         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
2520         (public_mEMALIGn): Likewise.
2521         Patch mostly by Daniel Jacobowitz.
2523 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
2525         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
2526         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
2527         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
2528         * stdlib/tst-makecontext2.c: New test.
2530 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
2532         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
2533         defined.
2534         (REINIT_PARAMS): Likewise.  Undefine before end of file.
2535         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
2536         transliteration hooks and REINIT_PARAMS afterwards.
2537         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
2538         status.
2539         (REINIT_PARAMS): Define.
2540         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
2541         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
2542         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
2543         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
2544         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
2545         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
2546         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
2547         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
2548         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
2549         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
2550         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
2551         * iconvdata/tst-iconv7.c: New test.
2553 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
2555         * libio/stdio.h (vscanf): Fix definition for loser compilers.
2557 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
2559         [BZ #5112]
2560         * nscd/connections.c (restart): Fix condition.
2562 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2564         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
2565         __ctype_toupper_loc): Add __THROW.
2567 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
2569         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
2570         recognition of interface family.
2572         * posix/getconf.c: Update copyright year.
2573         * nss/getent.c: Likewise.
2574         * iconv/iconvconfig.c: Likewise.
2575         * iconv/iconv_prog.c: Likewise.
2576         * elf/ldconfig.c: Likewise.
2577         * catgets/gencat.c: Likewise.
2578         * csu/version.c: Likewise.
2579         * elf/ldd.bash.in: Likewise.
2580         * elf/sprof.c (print_version): Likewise.
2581         * locale/programs/locale.c: Likewise.
2582         * locale/programs/localedef.c: Likewise.
2583         * nscd/nscd.c (print_version): Likewise.
2584         * debug/xtrace.sh: Likewise.
2585         * malloc/memusage.sh: Likewise.
2586         * malloc/mtrace.pl: Likewise.
2587         * debug/catchsegv.sh: Likewise.
2589 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
2591         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
2592         second lookup.
2594 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
2596         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
2597         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2599 2007-12-17  Roland McGrath  <roland@redhat.com>
2601         * inet/ether_line.c (ether_line): Remove unused variable.
2603 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2605         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
2606         and winp.
2607         * login/openpty.c (openpty): Likewise.
2608         * login/pty.h (openpty, forkpty): Likewise.
2609         * manual/terminal.texi (openpty, forkpty): Likewise.
2611 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
2613         * malloc/malloc.c (public_cALLOc): For arenas other than
2614         main_arena, count all bytes inside the mprotect_size range of the
2615         heap as uninitialized.
2617 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
2619         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
2620         executable stacks.
2622         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
2623         mTRIm for all of them.
2624         (mTRIm): Additionally iterate over all free blocks and use madvise
2625         to free memory for all those blocks which contain at least one
2626         memory page.
2627         * malloc/tst-trim1.c: New file.
2628         * malloc/Makefile (tests): Add tst-trim1.
2630         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
2632 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
2634         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
2635         First cast argument to long
2636         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
2637         Return long.
2638         (__vdso_clock_gettime): Likewise.
2639         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
2640         return long.
2642 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
2644         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
2645         * locale/nl_langinfo_l.c: Real implementation, copied from
2646         nl_langinfo.c.
2647         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
2649 2007-12-01  Jim Meyering  <meyering@redhat.com>
2651         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2652         that would inhibit utf8-optimization of a regexp containing line-
2653         or buffer-anchors, e.g., `^', `$'.
2655 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2657         * time/bug-getdate1.c (do_test): Don't use century values which
2658         aren't valid on 32-bit systems.
2660 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
2662         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
2663         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
2664         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
2665         __strcat_g, __strncat_g): Add __asm__.
2667 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2669         [BZ #5477]
2670         * io/fchmodat.c: Fix typo in stub_warning use.
2671         Patch by Petr Salinger.
2673 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2675         * iconvdata/hp-thai8.c: New file.
2676         * iconvdata/Makefile: Add rules for hp-thai8.c.
2677         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
2678         * iconvdata/gconv-modules: Likewise.
2680         [BZ #5464]
2681         * iconvdata/hp-greek8.c: New file.
2682         * iconvdata/Makefile: Add rules for hp-greek8.c.
2683         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
2684         * iconvdata/gconv-modules: Likewise.
2686         [BZ #5463]
2687         * iconvdata/hp-turkish8.c: New file.
2688         * iconvdata/Makefile: Add rules for hp-turkish8.c.
2689         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
2690         * iconvdata/gconv-modules: Likewise.
2692         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
2693         (shrink_heap): ... this new function.
2694         (heap_trim): Call shrink_heap instead of grow_heap.
2696         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
2697         case don't call alloc_perturb.
2699 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2701         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
2702         possible.
2703         * sysdeps/unix/sysv/linux/kernel-features.h
2704         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
2705         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
2707 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
2709         [BZ #5424]
2710         * stdio-common/vfprintf.c: Do not overflow when adding to done.
2711         * stdio-common/Makefile (tests): Add bug22.
2712         * stdio-common/bug22.c: New file.
2714         [BZ #5451]
2715         * time/getdate.c: Fix filling in default values.
2716         * time/bug-getdate1.c: New file.
2717         * time/Makefile: Add rules to build and run bug-getdate1.
2719         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
2720         * iconvdata/ebcdic-es.c: Likewise.
2721         * iconvdata/ebcdic-es-a.c: Likewise.
2722         * iconvdata/ebcdic-uk.c: Likewise.
2723         * iconvdata/iso8859-16.c: Likewise.
2724         * iconvdata/viscii.c: Likewise.
2725         * iconvdata/iso8859-9e.c: Likewise.
2726         * iconvdata/Makefile: Adjust appropriately.
2728         [BZ #5428]
2729         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
2730         __need_wint_t.
2732 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2734         [BZ #5427]
2735         * iconvdata/hp-roman9.c: New file.
2736         * iconvdata/Makefile: Add rules for hp-roman9.c.
2737         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
2738         * iconvdata/gconv-modules: Likewise.
2740         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
2741         * iconvdata/Makefile: Adjust appropriately.
2743         [BZ #5441]
2744         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
2745         structure, it's allocated with alloca.
2746         * stdio-common/Makefile (tests): Add bug21.
2747         * stdio-common/bug21.c: New file.
2749 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
2751         [BZ #5452]
2752         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
2753         keyword for gcc's braced-groups.
2755 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2757         [BZ #5454]
2758         * inet/ether_line.c: Strip hostname of whitespaces.
2759         * inet/Makefile (tests): Add tst-ether_line.
2760         * inet/tst-ether_line.c: New file.
2762 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
2764         [BZ #5439]
2765         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
2767         [BZ #5435]
2768         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
2770         * stdlib/tst-setcontext.c: Catch the case where the links gets
2771         messed up and we do not reach main again.
2773         * po/ca.po: Update from translation team.
2775 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
2777         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
2778         * posix/regex.h (REG_ENOSYS): Likewise.
2779         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
2781 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
2783         * nscd/nscd.h (MAX_STACK_USE): Define.
2784         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
2785         (gc): Initialize stack_used based on allocation in prune_cache.
2786         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
2787         Clear array before use.
2789         * nscd/aicache.c (addhstaiX): Update statistics counter in case
2790         memory allocation failed.
2791         * nscd/hstcache.c (cache_addhst): Likewise.
2792         * nscd/grpcache.c (cache_addgr): Likewise.
2793         * nscd/servicescache.c (cache_addserv): Likewise.
2794         * nscd/pwdcache.c (cache_addpw): Likewise.
2795         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2797 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
2799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
2800         and creat system calls.
2802         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
2804 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2806         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
2807         Add netiucv/iucv.h.
2808         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
2809         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
2810         protocol.
2811         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
2812         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
2813         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
2815 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2817         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
2818         strncat): Define as macros to avoid compile errors.
2820         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
2821         creat entries.
2823 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
2825         [BZ #5382]
2826         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
2827         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
2828         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
2829         overflow it.
2830         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
2832         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
2833         Return zero in case the thread library is not NPTL.
2835         [BZ #5375]
2836         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
2837         initializing interface list.
2839         [BZ #5378]
2840         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
2841         use result of nss_getgrgid_r if nothing was found.  For other
2842         error return with a failure.
2843         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
2845         * locale/programs/ld-collate.c (collate_read): Fix loop to match
2846         macro name.
2848 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
2850         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
2851         (get_scope): For IPv4 scope, use scopes table.
2852         (fini): Free scopes table if necessary.
2853         (free_scopelist): New function.
2854         (scopecmp): New function.
2855         (gaiconf_init): Also handle scopev4 entries.
2856         * posix/tst-rfc3484.c (do_test): Initialize scopes.
2857         * posix/tst-rfc3484-2.c (do_test): Likewise.
2858         * posix/gai.conf: Document scopev4 defaults.
2859         * posix/Makefile (tests): Add tst-rfc3484-3.
2860         * posix/tst-rfc3484-3.c: New file.
2862         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
2863         Teredo tunnels.
2864         * posix/gai.conf: Update for current default tables.
2866 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
2868         * po/tr.po: Update from translation team.
2870 2007-11-18  Roland McGrath  <roland@frob.com>
2872         * manual/arith.texi (Remainder Functions): Spelling fix.
2873         From Shaun Silk <genix@mysoul.com.au>.
2875         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
2877 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
2879         * po/zh_CN.po: Update from translation team.
2881         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
2882         Add sys/signalfd.h and sys/eventfd.h.
2884 2007-11-15  Bruno Haible  <bruno@clisp.org>
2886         [BZ #5346]
2887         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
2888         union.
2889         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
2890         (DCIGETTEXT): Change the allocation of the 'search' variable so that
2891         it needs only fixed stack space. Delay the initialization of
2892         msgid_len until it is needed.
2894 2007-11-15  Andreas Jaeger  <aj@suse.de>
2896         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
2897         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
2899 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
2901         * po/ko.po: Update from translation team.
2903 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
2905         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
2906         significantly.  The device type is also part of the ifinfomsg data.
2908         * po/sv.po: Update from translation team.
2909         * po/nl.po: Likewise.
2911         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
2912         to wake up in 24 hours.
2914         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
2916 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
2918         * po/cs.po: Update from translation team.
2919         * po/pl.po: Likewise.
2921         * include/ifaddrs.h: Remove in6ai_temporary.
2922         (struct in6addrinfo): Add index element.
2923         Declare __check_native.
2924         * inet/Makefile (aux): Add check_native.
2925         * sysdeps/unix/sysv/linux/check_native.c: New file.
2926         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
2927         IFA_F_TEMPORARY.  Pass back ifa_index.
2928         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
2929         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
2930         call __check_native if necessary.
2931         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
2932         to sort addresses.  Pass information about the results.
2933         * posix/tst-rfc3484.c: Adjust for addition of index field and change
2934         of rfc3484_sort interface.
2935         * posix/tst-rfc3484-2.c: Likewise.
2937         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
2938         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
2939         for _quicksort.
2940         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
2941         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
2942         on as third parameter to compare function and _quicksort.
2943         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
2944         to the compare function.
2945         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
2946         * Versions.def: Add GLIBC_2.8 for libc.
2948         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
2949         * posix/tst-rfc3484-2.c: Likewise.
2951         * include/kernel-features.h: Moved to...
2952         * sysdeps/mach/hurd/kernel-features.h: ...here.
2954 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
2956         * sysdeps/i386/i586/memcpy_chk.S: New file.
2957         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
2958         * sysdeps/i386/i586/memset_chk.S: Likewise.
2960 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
2962         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
2963         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
2964         list of interfaces.  Also store prefix length.
2965         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
2966         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
2967         prefix if source and destination address are in the same subnet.
2968         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
2969         Always look for matching record in in6ai list.
2970         Correct source_addr_len value for IPv6->IPv4 converted records.
2972 2007-11-11  Roland McGrath  <roland@frob.com>
2974         * include/kernel-features.h: New file.
2976 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
2978         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
2979         complications for 64-bit platforms.
2981         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
2982         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
2983         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
2984         open64_2.
2985         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
2986         entries.
2987         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2988         * sysdeps/wordsize-64/alphasort.c: New file.
2989         * sysdeps/wordsize-64/alphasort64.c: New file.
2990         * sysdeps/wordsize-64/fseeko.c: New file.
2991         * sysdeps/wordsize-64/fseeko64.c: New file.
2992         * sysdeps/wordsize-64/ftello.c: New file.
2993         * sysdeps/wordsize-64/ftello64.c: New file.
2994         * sysdeps/wordsize-64/ftw.c: New file.
2995         * sysdeps/wordsize-64/ftw64.c: New file.
2996         * sysdeps/wordsize-64/iofgetpos.c: New file.
2997         * sysdeps/wordsize-64/iofgetpos64.c: New file.
2998         * sysdeps/wordsize-64/iofopen.c: New file.
2999         * sysdeps/wordsize-64/iofopen64.c: New file.
3000         * sysdeps/wordsize-64/iofsetpos.c: New file.
3001         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3002         * sysdeps/wordsize-64/lockf.c: New file.
3003         * sysdeps/wordsize-64/lockf64.c: New file.
3004         * sysdeps/wordsize-64/mkostemp.c: New file.
3005         * sysdeps/wordsize-64/mkostemp64.c: New file.
3006         * sysdeps/wordsize-64/mkstemp.c: New file.
3007         * sysdeps/wordsize-64/mkstemp64.c: New file.
3008         * sysdeps/wordsize-64/scandir.c: New file.
3009         * sysdeps/wordsize-64/scandir64.c: New file.
3010         * sysdeps/wordsize-64/tmpfile.c: New file.
3011         * sysdeps/wordsize-64/tmpfile64.c: New file.
3012         * sysdeps/wordsize-64/versionsort.c: New file.
3013         * sysdeps/wordsize-64/versionsort64.c: New file.
3014         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3015         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3016         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3017         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3018         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3019         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3020         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3021         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3022         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3023         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3024         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3025         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3027         * crypt/sha256-crypt.c: Fix a comment.
3028         * crypt/sha512-crypt.c: Likewise.
3030 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3032         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3034 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3036         [BZ #5277]
3037         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3038         because output buffer is too small break, don't loop.
3039         * iconvdata/Makefile (tests): Add bug-iconv6.
3040         * iconvdata/bug-iconv6.c: New file.
3042 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3044         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3045         with size_t type.
3046         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3047         size_t.  Add casts where needed.
3049         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3050         old headers, don't call avc_has_perm if we don't have the
3051         permission information.
3053 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3055         * elf/rtld.c (dl_main): Use the page size to find the map start.
3057 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3059         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3060         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3062         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3063         when the lookup call failed.
3065         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3066         Add prune_cond and wakeup_time.
3067         (CACHE_PRUNE_INTERNAL): Define.
3068         Update declarations of prune_cache and setup_thread.
3069         * nscd/connections.c (dbs): Update initializers.
3070         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3071         (nscd_init): Default number of threads is now 4.
3072         (invalidate_cache): Take lock before calling prune_cache.
3073         (handle_request): If SELinux forbids the request, say so.
3074         (readylist_cond): Use static initializer.
3075         (nscd_run_prune): New function.  Used only by pruning threads.
3076         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3077         here.
3078         (fd_ready): Update nscd_run reference.
3079         (start_threads): No need to initialize readylist_cond.
3080         Start pruning threads separately.
3081         * nscd/nscd_setup_thread.c: Change return value type to int and always
3082         return 0.
3083         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3084         to int and return nonzero value if we can use the TID address hack.
3085         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3086         the database is later than the new entry's timeout, update the
3087         wakeup time and wake the cleanup thread.
3088         (prune_cache): Return seconds the next entry in the database is still
3089         valid.  Remove locking for pruning here.
3090         * nscd/nscd.conf: Document default number of threads.
3092 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3094         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3095         stack is properly aligned for the target function.
3096         Correct unwind info.
3098         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3099         when using auditing libraries.
3101 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3103         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3104         _nss_dns_getnetbyaddr2_r.
3105         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3106         extra parameter to getanswer_r.
3107         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3108         _nss_dns_getnetbyaddr2_r.
3110         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3111         gethstbynm3_r.
3112         * nscd/gethstbynm2_r.c: Remove.
3113         * nscd/gethstbynm3_r.c: New file.
3114         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3115         __gethostbyaddr_r.
3116         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3117         __gethostbyaddr_r compatibility wrapper.
3118         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3119         determining timeout of entry.
3120         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3121         __gethostbyaddr2_r.
3122         (addhstbyX): Pass reference to variable for TTL to lookup and
3123         cache_addhst.
3124         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3125         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3126         and __nss_next2.  Remove __nss_services_lookup.
3127         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3128         Add compat wrapper.
3129         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3130         __nss_next2.
3131         * nss/getXXent_r.c: Likewise.
3132         * nss/getnssent_r.c: Likewise.
3133         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3134         does not exist in module, try the optional second name.
3135         (__nss_next2): New function.
3136         (__nss_next): Now wrapper around __nss_next2.
3137         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3138         Declare __nss_next2.
3139         Adjust definition of db_lookup_function type.
3140         * nss/service-lookup.c: Define NO_COMPAT.
3141         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3142         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3143         * inet/ether_ntoh.c: Likewise.
3144         * sunrpc/netname.c: Likewise.
3145         * sunrpc/publickey.c: Likewise.
3146         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3147         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3148         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3149         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3150         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3152         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3154         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3156 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3158         [BZ #5204]
3159         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3160         * crypt/sha512c-test.c: Likewise.
3162         [BZ #5225]
3163         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3164         to keep track of end of %[ format string element.
3165         * stdio-common/Makefile (tests): Add bug20.
3166         * stdio-common/bug20.c: New file.
3168         [BZ #5222]
3169         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3170         path elements in counting mode.
3172 2007-10-27  Andreas Jaeger  <aj@suse.de>
3174         [BZ #5040]
3175         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3177         [BZ #3112]
3178         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3179         (__cleanup): Free shared library when exiting.
3180         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3181         (__cleanup): Free shared library when exiting.
3183 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3185         [BZ #2549]
3186         * math/libm-test.inc (check_float_internal): Support
3187         denormalized return.
3189 2007-10-23  Andreas Jaeger  <aj@suse.de>
3191         [BZ #5208]
3192         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3193         __LONG_LONG_PAIR to handle little endian byte order.
3194         Suggested by abhishekrai@google.com
3196 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3198         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3200 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3202         * nscd/cache.c (prune_cache): Move test for modified file outside
3203         of locking.
3205 2007-10-21  Andreas Jaeger  <aj@suse.de>
3207         * manual/texinfo.tex: Update to latest version.
3209         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3211         * manual/arith.texi (Status bit operations): Fix formatting.
3213         * manual/errno.texi (Error Messages): Fix formatting.
3215         * manual/sysinfo.texi (System Parameters): Fix formatting.
3217         * manual/libc.texinfo: Update VERSION and UPDATED.
3219 2007-10-19  Roland McGrath  <roland@redhat.com>
3221         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3223 2007-10-06  David S. Miller  <davem@davemloft.net>
3225         * configure.in: Add sparcv9v2 and sparc64v2.
3226         * scripts/config.sub: Likewise.
3227         * configure: Regenerate.
3228         * elf/elf.h (HWCAP_SPARC_N2): New.
3229         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3230         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3231         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3232         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3233         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3234         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3235         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3237 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3239         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3240         even if the poll result indicates there is data to read.
3241         Patch by Jeff Moyer <jmoyer@redhat.com>.
3243 2007-10-18  Roland McGrath  <roland@redhat.com>
3245         * elf/elf.h (NT_PPC_VMX): New macro.
3247 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3249         * version.h (VERSION): Set to 2.7.90.
3251 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3253         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3254         weak_alias.
3256 2007-10-17  Roland McGrath  <roland@frob.com>
3258         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3259         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3261 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3263         * version.h (VERSION): Bump to 2.7.
3264         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3266         [BZ #5186]
3267         * time/tzset.c (__tz_convert): Don't force testing for a change of
3268         TZ if not called from localtime.  But then also see whether the
3269         file changed, in case __use_tzfile is set.
3271         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3272         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3273         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3274         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3275         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3276         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3277         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3278         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3280 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3282         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3283         and admin selects to be able to replace the gai.conf file, lock
3284         data structures around the qsort call.
3286 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3288         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3289         new memset.
3290         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3291         too high for the improvements.  Implement bzero unconditionally for
3292         use in libc.
3294 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3295             Jakub Jelinek  <jakub@redhat.com>
3297         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3298         even when time_t is 32-bit.
3299         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3300         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3301         always set after the search.
3303 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3305         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3306         unreachable code on 32-bit machines.
3308 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3310         [BZ #5184]
3311         * time/strftime_l.c: Include stdbool.h.
3312         (my_strftime): New wrapper, old function renamed to...
3313         (__strftime_internal): ... new function.  Add tzset_called
3314         argument, pass it down to recursive calls, don't call tzset ()
3315         if already true, set to true after call to tzset ().
3317 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3319         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3320         into account when copying TZ string.
3322 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3324         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3325         num_transition rather than num_transitions - 1.
3327 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3329         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3330         PIC indirect jump.
3332         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3333         a local label rather than HIDDEN_JUMPTARGET.
3335 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3337         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3338         (init_cacheinfo): Initialize it.
3339         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3340         Always define bzero.
3341         Remove non-glibc code.
3342         * sysdeps/x86_64/bzero.S: Make an empty file.
3344 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3346         * sysdeps/x86_64/cacheinfo.c
3347         (__x86_64_preferred_memory_instruction): New.
3348         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3350         * sysdeps/x86_64/memset.S: Rewrite.
3352 2007-10-15  Roland McGrath  <roland@redhat.com>
3354         * po/libc.pot: Regenerated.
3356 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3358         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3359         pointers.
3361         [BZ #3425]
3362         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3363         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3364         address record to T_A/T_AAAA requests.
3366 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3368         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3370         * posix/glob.c: Add some branch prediction throughout.
3372         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3373         read from nscd.
3375         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3376         service_order.
3377         (rfc3484_sort): Make sure that even if qsort doesn't support
3378         stable sorting out sorting here is stable by comparing service_order.
3379         (getaddrinfo): Initialize service_order.
3380         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3381         service_order field to sorting structure.
3382         * posix/tst-rfc3484-2.c (do_test): Likewise.
3384         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3385         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3386         __tzset_parse_tz and updating of daylight, timezone, tzname into
3387         update_vars.
3388         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3389         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3390         happens in __tz_compute.
3391         * time/tzfile.c (__tzfile_read): Also read TZ string.
3392         (find_transition): Fold into __tzfile_compute.
3393         (__tzfile_compute): For times beyond the last transition try to
3394         use the TZ string.
3395         * timezone/tst-timezone.c: Information in daylight and tzname does
3396         change for Asia/Tokyo timezone with more concrete information.
3397         Remove the test.
3399         * include/stdio.h: Add libc_hidden_proto for ftello.
3400         * libio/ftello.c: Add libc_hidden_def.
3402         [BZ #1140]
3403         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3404         on the specified time and not the last entries in the file.  Move
3405         code to determine tzname[] to...
3406         (find_transition): ...here.  Add ugly guess for times before the
3407         first transition.
3409 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3411         [BZ #3195]
3412         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3413         no entry.
3414         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3415         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3416         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3417         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3419         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3420         read mechanism when there are no group members and avoid no-op
3421         read syscall in this case.
3423         [BZ #3242]
3424         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3425         (__readall): If reading failed due to EAGAIN error wait a bit
3426         and possibly try again.
3427         (__readvall): Likewise.
3429 2007-10-13  Bruno Haible  <bruno@clisp.org>
3431         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3432         when we cannot recode the message.
3434 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3436         [BZ #4359]
3437         * libio/__freading.c (__freading): Don't return true for
3438         write-only streams.  For read/write streams, check whether we
3439         performed a read operation already.
3440         * libio/Makefile (tests): Add tst-ext2.
3441         * libio/tst-ext2.c: New file.
3443 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3445         * locale/programs/repertoire.c (repertoire_read): Always free
3446         memory for repertoire file name [Coverity CID 270].
3448         * elf/cache.c (save_aux_cache): Free memory allocated for
3449         temporary file name [Coverity CID 267].
3451 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3453         * misc/Makefile (headers): Add bits/error.h.
3455 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3457         * posix/fnmatch_loop.c: Take rule index returned as part of
3458         findidx return value into account when accessing weights.
3459         * posix/regcomp.c: Likewise.
3460         * posix/regexec.c: Likewise.
3462         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3463         (skip_to): Fix problems with parameter of elifdef/elifndef.
3465 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3467         * iconv/gconv_simple.c: Add some branch prediction.
3469 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3471         * locale/programs/ld-collate.c (collate_read): If ignore_content
3472         and nowtok is tok_define, eat any tok_eol tokens.
3474 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3476         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3477         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3479         * inet/netinet/in.h: Don't include bits/socket.h.
3480         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
3481         macro.
3482         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3484 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
3486         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
3487         and tok_elifndef.
3488         * locale/programs/locfile-kw.gperf: Likewise.
3489         * locale/programs/ld-collate.c: Implement primitive preprocessor.
3491 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
3493         * stdio-common/printf-parse.h: Include string.h and wchar.h.
3494         (__find_specwc): Change into __extern_always_inline function.
3495         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
3496         (__parse_one_specmb): Remove ps argument.
3497         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
3498         Adjust __find_specmb and __parse_one_specmb callers.
3499         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
3500         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
3501         Removed.
3502         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
3503         caller.
3505 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
3507         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
3508         with some Pentium Ds.
3510 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
3512         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
3513         __read not read.
3514         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
3515         __write not write.
3517 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3519         [BZ #181]
3520         * locale/C-time.c: Set week_1stday data to 19971201.
3521         * locale/programs/ld-time.c (time_finish): Default for
3522         first_workday is Monday.
3524         [BZ #2633]
3525         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
3527         [BZ #5103]
3528         * posix/glob.c (glob): Recognize patterns starting \/.
3529         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
3530         (main): Add test for pattern starting \/.
3532         * misc/error.h: Use __const instead of const.
3533         * misc/bits/error.h: Likewise.
3535 2007-10-07  Andreas Jaeger  <aj@suse.de>
3537         * include/bits/error.h: New file.
3539         * misc/bits/error.h (error_at_line): Fix prototype.
3541 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
3543         [BZ #3924]
3544         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
3545         more little bugs in creating the stack frame when pltexit has to
3546         be called.
3548         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
3549         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
3551         [BZ #4407]
3552         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
3553         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
3554         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
3555         * math/libm-test.inc: Add test for this case.
3557         [BZ #5010]
3558         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
3559         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
3560         map service succeeded.
3561         (svc_is_mapped): New function.
3562         (svc_unregister): Use it before trying to unmap service.
3564 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
3566         * timezone/zic.c: Update from tzcode2007h.
3568         [BZ #5063]
3569         * timezone/africa: Update from tzdata2007h.
3570         * timezone/antarctica: Likewise.
3571         * timezone/asia: Likewise.
3572         * timezone/australasia: Likewise.
3573         * timezone/europe: Likewise.
3574         * timezone/leapseconds: Likewise.
3575         * timezone/northamerica: Likewise.
3576         * timezone/southamerica: Likewise.
3577         * timzeone/zone.tab: Likewise.
3579         [BZ #5104]
3580         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
3582         [BZ #5113]
3583         * string/bits/string2.h (__strdup): Cast parameters to calloc to
3584         avoid warning with -Wconversion.
3585         (__strndup): Likewise.
3586         Half the patch by Christian Iseli <christian.iseli@licr.org>.
3588         [BZ #5112]
3589         * nscd/connections.c (restart): Don't resync if database is
3590         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
3592         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
3593         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
3595         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
3596         evetnfd_read, eventfd_write.
3597         * sysdeps/unix/sysv/linux/eventfd.c: New file.
3598         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
3599         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
3600         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
3601         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
3602         eventfd_write for GLIBC_2.7.
3604         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
3605         * sysdeps/unix/sysv/linux/signalfd.c: New file.
3606         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
3607         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
3609 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
3611         * stdlib/msort.c: Include stdint.h.
3612         (struct msort_param): New type.
3613         (msort_with_tmp): Use struct msort_param pointer for unchanging
3614         parameters.  Add optimized handling for several common sizes
3615         and indirect sorting mode.
3616         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
3617         sorting.
3618         Suggested by Belazougui Djamel .
3620         * stdlib/Makefile (tests): Add tst-qsort2.
3621         * stdlib/tst-qsort2.c: New test.
3623 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
3625         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
3626         for dup2 in case another thread races with the current one.  Retry
3627         in this case.
3629         * misc/error.h: Remove support for use outside of libc.  We have to
3630         include <features.h> now.  Include <bits/error.h> if possible.
3631         * misc/bits/error.h: New file.
3633 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
3635         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
3636         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
3637         __extern_always_inline functions unconditionally, drop macros.
3639         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
3640         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
3641         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
3643         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
3644         add __artificial__ attribute.
3646 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
3648         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
3649         backward to forward direction.
3651         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
3653         [BZ #645]
3654         * locale/programs/ld-collate.c (collate_finish): Compare against last
3655         used section which is known to have rules defined.
3656         (collate_read): After order_start, correctly record order of sections
3657         and queue sections up.
3659 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
3661         [BZ #5071]
3662         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
3663         the same number of pages.
3664         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
3666         * locale/programs/ld-collate.c (collate_read): After initial copy
3667         statement, continue in state 0.
3669         * include/stdio_ext.h (__fsetlocking): Define as macro.
3671 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
3673         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
3674         of section order.
3676         * po/pt_BR.po: Fix typo.
3678 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
3680         * iconvdata/Makefile (modules): Add ISO8859-9E.
3681         (distribute): Add iso8859-9e.c.
3682         (gen-8bit-gap-modules): Add iso8859-9e.
3683         * iconvdata/iso8859-9e.c: New file.
3684         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
3685         * iconvdata/TESTS: Likewise.
3686         * iconvdata/tst-tables.sh: Likewise.
3688         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3690         * locale/iso-639.def: Add several new entries.
3692 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3694         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
3695         void * pointers instead of struct link_map **.
3696         (_dl_scope_free): Change argument type to void *.
3697         * include/link.h (struct link_map): Change type of l_reldeps
3698         to struct link_map_reldeps, move l_reldepsact into that
3699         struct too.
3700         * elf/dl-deps.c: Include atomic.h.
3701         (_dl_map_object_deps): Only change l->l_initfini when it is
3702         fully populated, use _dl_scope_free for freeing it.  Optimize
3703         removal of libs from reldeps by using l_reserved flag, when
3704         some removal is needed, allocate a new list instead of
3705         reallocating and free the old with _dl_scope_free.  Adjust
3706         for l_reldeps and l_reldepsact changes.
3707         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
3708         searching in l_initfini and l_reldeps without holding dl_load_lock.
3709         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
3710         l_reldepsact changes.
3711         * elf/dl-close.c (_dl_close_worker): Likewise.
3712         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
3714 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
3716         * iconvdata/Makefile (modules): Add KOI8-RU.
3717         (distribute): Add koi8-ru.c.
3718         (gen-8bit-gap-modules): Add koi8-ru.
3719         * iconvdata/koi8-ru.c: New file.
3720         * iconvdata/gconv-modules: Add entries for KOI8-RU.
3721         * iconvdata/TESTS: Likewise.
3722         * iconvdata/tst-tables.sh: Likewise.
3724         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3726 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
3728         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
3729         with __warning__/__error__ attributes.
3730         (__warnattr): Define.
3731         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
3732         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
3733         __warnattr.
3734         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
3735         of __*_chk if compile time detectable overflow is found.
3736         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
3737         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
3738         with __warnattr.
3739         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
3740         instead of __*_chk if compile time detectable overflow is found.
3741         (__gets_alias): Rename to...
3742         (__gets_warn): ... this.  Add __warnattr.
3743         (gets): Call __gets_warn instead of __gets_alias.
3744         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
3745         aliases with __warnattr.
3746         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
3747         time detectable overflow is found.
3748         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
3749         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
3750         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
3751         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
3752         __getdomainname_chk_warn): New aliases with __warnattr.
3753         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
3754         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
3755         __*_chk_warn instead of __*_chk if compile time detectable overflow
3756         is found.
3757         (__getgroups_chk): Rename argument to __listlen from listlen.
3758         (__getwd_alias): Rename to...
3759         (__getwd_warn): ... this.  Add __warnattr.
3760         (getwd): Call __getwd_warn instead of __getwd_alias.
3761         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
3762         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
3763         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
3764         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
3765         __wcsnrtombs_chk_warn): New aliases with __warnattr.
3766         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
3767         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
3768         compile time detectable overflow is found.
3769         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
3770         to use __*_chk or not.
3771         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
3772         in comparisons which function should be called and in __*_chk*
3773         arguments.  Call __*_chk_warn instead of __*_chk if compile time
3774         detectable overflow is found.
3775         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
3776         __*_chk argument.
3777         * debug/tst-chk1.c (do_test): Add a few more tests.
3779 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
3781         [BZ #5058]
3782         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
3783         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
3784         (_nl_unload_domain): Finalize conversions_lock.
3785         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
3786         handling table of known conversions.
3788 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3790         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
3791         close_not_cancel_no_status instead of close.
3793 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
3795         [BZ #5028]
3796         * posix/regcomp.c (lookup_collation_sequence_value): Check that
3797         nrules != 0 for multibyte chars.
3799 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
3801         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
3802         Provide better error message in case the type is unknown.
3804         [BZ #4963]
3805         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
3806         * string/stratcliff.c: Make usable to test wide char functions.
3807         * wcsmbs/wcsatcliff.c: New file.
3808         * wcsmbs/Makefiel (tests): Add wcsatcliff.
3810         [BZ #4972]
3811         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
3812         (distribute): Add mac-centraleurope.c.
3813         (gen-8bit-gap-modules): Add mac-centraleurope.
3814         * iconvdata/mac-centraleurope.c: New file.
3815         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
3816         * iconvdata/TESTS: Likewise.
3817         * iconvdata/tst-tables.sh: Likewise.
3819         [BZ #5043]
3820         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
3822 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
3824         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
3825         from __x86_64_core_cache_size_half.
3826         (init_cacheinfo): Compute shared cache size for AMD processors with
3827         shared L3 correctly.
3828         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
3829         name change.
3830         Patch in large parts by Evandro Menezes.
3832 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
3834         * elf/dl-lookup.c (add_dependency): Handle failing memory
3835         allocation for dependency list.  Remove unnecessary check.
3837         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
3838         open/close when determining source addresses.
3840         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
3841         sha512-crypt, and sha512.
3842         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
3843         (distribute): Add sha256.h and sha512.h.
3844         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
3845         and call the appropriate code.
3846         * crypt/sha256-crypt.c: New file.
3847         * crypt/sha256.c: New file.
3848         * crypt/sha256.h: New file.
3849         * crypt/sha256c-test.c: New file.
3850         * crypt/sha256test.c: New file.
3851         * crypt/sha512-crypt.c: New file.
3852         * crypt/sha512.c: New file.
3853         * crypt/sha512.h: New file.
3854         * crypt/sha512c-test.c: New file.
3855         * crypt/sha512test.c: New file.
3857 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
3859         * misc/bits/syslog.h (syslog): Remove extraneous argument from
3860         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
3861         __syslog_chk.
3863 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
3865         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
3866         %as in fscanf format strings.
3868         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
3869         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3870         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
3871         Likewise.
3872         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
3873         Likewise.
3875         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
3876         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
3877         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
3878         * elf/dl-sym.c (do_sym): Likewise.
3879         * include/link.h (struct link_map): Add l_serial field.
3880         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
3881         * elf/dl-lookup.c (add_dependency): Add flags argument.
3882         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
3883         flags, use THREAD_GSCOPE_RESET_FLAG before and
3884         THREAD_GSCOPE_SET_FLAG after
3885         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
3886         Don't dereference map until it has been found on some list.
3887         If map->l_serial changed, return -1.
3889 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
3891         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
3892         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
3893         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
3894         libc_hidden_proto.
3895         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
3896         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
3897         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
3898         add libc_hidden_proto.
3899         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
3900         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
3901         conformance requested.
3902         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
3903         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
3904         conformance requested.
3905         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
3906         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
3907         conformance requested.
3908         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
3909         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
3910         ISO C99 or POSIX conformance requested.
3911         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
3912         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
3913         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
3914         and __isoc99_vsscanf@@GLIBC_2.7.
3915         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
3916         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
3917         (tests): Add scanf14.
3918         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
3919         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
3920         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
3921         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
3922         CFLAGS-isoc99_scanf.c): Add $(exceptions).
3923         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
3924         from using internal headers.
3925         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
3926         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
3927         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
3928         and __isoc99_vswscanf@@GLIBC_2.7.
3929         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
3930         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
3931         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
3932         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
3933         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
3934         * stdio-common/isoc99_scanf.c: New file.
3935         * stdio-common/isoc99_vsscanf.c: New file.
3936         * stdio-common/isoc99_vscanf.c: New file.
3937         * stdio-common/isoc99_vfscanf.c: New file.
3938         * stdio-common/isoc99_fscanf.c: New file.
3939         * stdio-common/isoc99_sscanf.c: New file.
3940         * wcsmbs/isoc99_fwscanf.c: New file.
3941         * wcsmbs/isoc99_vswscanf.c: New file.
3942         * wcsmbs/isoc99_swscanf.c: New file.
3943         * wcsmbs/isoc99_wscanf.c: New file.
3944         * wcsmbs/isoc99_vwscanf.c: New file.
3945         * wcsmbs/isoc99_vfwscanf.c: New file.
3946         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
3947         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
3948         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
3949         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
3950         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
3951         * stdio-common/scanf14.c: New test.
3952         * stdio-common/scanf15.c: New test.
3953         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
3954         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
3955         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
3956         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
3957         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
3958         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
3959         __nldbl___isoc99_scanf@@GLIBC_2.7,
3960         __nldbl___isoc99_fscanf@@GLIBC_2.7,
3961         __nldbl___isoc99_sscanf@@GLIBC_2.7,
3962         __nldbl___isoc99_vscanf@@GLIBC_2.7,
3963         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
3964         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
3965         __nldbl___isoc99_wscanf@@GLIBC_2.7,
3966         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
3967         __nldbl___isoc99_swscanf@@GLIBC_2.7,
3968         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
3969         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
3970         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
3971         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
3972         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
3973         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
3974         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
3975         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
3976         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
3977         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
3978         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
3979         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
3980         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
3981         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
3982         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
3983         functions.
3984         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
3985         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
3986         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
3987         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
3988         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
3989         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
3990         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
3991         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
3992         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
3993         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
3994         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
3995         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
3997         * stdio-common/Makefile (tests): Add scanf13.
3998         (scanf13-ENV): New.
3999         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4000         m modifier followed by l.
4001         (STRING_ARG): Add width argument.
4002         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4003         <case L_('C')>: Handle %mlc and %mC.
4004         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4005         arguments.
4006         * stdio-common/scanf13.c: New test.
4008         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4009         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4011 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4013         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4014         type and __THROW marker of splice, vmsplice, and tee.
4015         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4016         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4017         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4018         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4019         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4020         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4021         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4022         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4023         as cancellation points.
4025 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4027         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4028         parse more than three parts of the version number.
4030 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4032         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4033         modifier.  Patch by Jakub Jelinek.
4035 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4037         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4038         call_fallocate in misc subdir.
4039         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4040         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4041         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4042         instead of __fallocate64.
4043         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4045 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4047         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4048         * rt/Makefile (headers): Add bits/mqueue2.h.
4049         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4050         optimizing with GCC and __va_arg_pack_len is defined.
4051         * rt/bits/mqueue2.h: New file.
4052         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4053         (mq_open): New strong_alias.
4054         (__mq_open_2): New function.
4055         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4056         (mq_open): New strong_alias.
4057         (__mq_open_2): New function.
4058         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4059         * Versions.def (librt): Add GLIBC_2.7 version.
4060         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4061         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4063         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4064         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4065         is defined rather than when not C++.
4066         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4067         __openat64_alias): New redirects.
4068         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4069         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4070         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4071         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4072         functions instead of function-like macros.
4074 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4076         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4077         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4078         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4080 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4082         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4083         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4085 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4087         * inet/tst-network.c: Increment ERRORS for failing tests.
4089 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4091         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4092         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4093         implement as __extern_always_inline function.
4094         (vsyslog): Define as __extern_always_inline function unconditionally.
4095         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4096         When __va_arg_pack is defined, implement as __extern_always_inline
4097         functions.
4098         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4099         __extern_always_inline functions unconditionally.
4100         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4101         bits/stdio2.h will be included.
4102         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4103         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4104         implement as __extern_always_inline functions.
4105         (vswprintf, vwprintf, vfwprintf): Define as
4106         __extern_always_inline functions unconditionally.
4107         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4109 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4111         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4112         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4113         attribute.
4114         * include/features.h (__USE_EXTERN_INLINES): Define only when
4115         __extern_inline is defined.
4116         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4117         is defined instead of when not __cplusplus.
4118         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4119         is defined instead of when not __cplusplus.
4120         * socket/sys/socket.h: Include bits/socket2.h when
4121         __extern_always_inline is defined instead of when not __cplusplus.
4122         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4123         is defined instead of when not __cplusplus.
4124         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4125         is defined instead of when not __cplusplus.
4126         * string/string.h: Include bits/string3.h when __extern_always_inline
4127         is defined instead of when not __cplusplus.
4128         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4129         is defined instead of when not __cplusplus.
4130         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4131         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4132         is not defined.
4133         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4134         defined __extern_always_inline instead of !defined __cplusplus.
4135         * libio/bits/stdio-ldbl.h: Likewise.
4136         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4137         * misc/bits/syslog.h (syslog): Don't define for C++.
4138         (vsyslog): Use __extern_always_inline function for C++ instead of
4139         a macro.
4140         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4141         whenever that macro is defined.
4142         (vprintf): Don't provide the inline for C++.
4143         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4144         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4145         define the macros for C++.
4146         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4147         __extern_always_inline functions for C++.
4148         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4149         stat64, lstat64, fstat64, fstatat64): Don't define if not
4150         __USE_EXTERN_INLINES.
4151         * wcsmbs/bits/wchar2.h: Fix #error message.
4152         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4153         (vswprintf, vwprintf, vfwprintf): Define using
4154         __extern_always_inline functions for C++.
4155         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4156         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4157         strncpy, strcat, strncat): Define as __extern_always_inline
4158         functions instead of macros for C++.
4159         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4160         defined __extern_inline.
4161         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4162         to __extern_inline whenever that macro is defined.
4163         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4164         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4165         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4166         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4167         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4168         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4169         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4170         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4171         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4172         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4173         prototypes.  Only provide __extern_inline routines if
4174         __USE_EXTERN_INLINES.
4175         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4176         tests.
4177         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4178         For now avoid some *printf tests in C++.  Skip all testing
4179         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4180         is not.
4181         * debug/tst-chk4.cc: New file.
4182         * debug/tst-chk5.cc: New file.
4183         * debug/tst-chk6.cc: New file.
4184         * debug/tst-lfschk4.cc: New file.
4185         * debug/tst-lfschk5.cc: New file.
4186         * debug/tst-lfschk6.cc: New file.
4187         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4188         prototypes in C++.
4189         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4190         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4191         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4193 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4195         * po/cs.po: Update from translation team.
4197 2007-09-11  Roland McGrath  <roland@redhat.com>
4199         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4200         compiling.
4202 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4204         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4206 2007-09-05  Roland McGrath  <roland@redhat.com>
4208         * manual/signal.texi (Signaling Another Process): Typo fix.
4209         From Karl Berry <karl@freefriends.org>.
4211 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4213         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4214         zero if not defined.
4215         (make_request): Recognize optimistic addresses and treat them like
4216         deprecated addresses.
4217         Reported by Neil Horman <nhorman@redhat.com>.
4219 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4221         * nscd/connections.c (send_ro_fd): Also transfer file size.
4222         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4223         file size don't call fstat.
4225         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4226         ahead and map the file.  This should always be correct and we can
4227         catch problems later.
4229 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4231         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4232         prototypes.
4233         (__fread_alias, __fread_unlocked_alias): New aliases.
4234         (fread): New extern inline.
4235         (fread_unlocked): Likewise.  Undef macro before definition of
4236         the inline function.
4237         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4238         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4239         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4240         and __fread_unlocked_chk@@GLIBC_2.7.
4241         * debug/fread_chk.c: New file.
4242         * debug/fread_u_chk.c: New file.
4243         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4245 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4247         * sysdeps/unix/sysv/linux/syscalls.list
4248         (personality): Change caller to EXTRA.
4250 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4252         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4253         to keep gcc quiet.
4254         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4256         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4257         NDEBUG is defined.
4259         * Makerules: Use -p option with mkdir.
4261         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4262         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4263         (_xdr_directory_obj): Likewise.
4264         (xdr_entry_obj): Likewise.
4265         (xdr_group_obj): Likewise.
4266         (xdr_link_obj): Likewise.
4267         (xdr_table_obj): Likewise.
4268         (_xdr_nis_result): Likewise.
4269         (_xdr_ns_request): Likewise.
4270         (_xdr_ib_request): Likewise.
4271         (_xdr_nis_taglist): Likewise.
4272         (xdr_cback_data): Likewise.
4273         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4274         (xdr_ypresp_maplist): Likewise.
4276         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4278         * posix/regex_internal.h: Prevent some declarations and definitions
4279         to be seen when used in tests.
4281         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4282         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4284         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4286         * config.make.in (datarootdir): Add to shut up configure.
4288         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4289         associativity for fully-associative caches.
4291         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4292         requests.  Fill on more associativity values for L2.
4293         Patch mostly by Evandro Menezes.
4295 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4297         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4298         (_libc_vdso_platform_setup): Avoid using exported variable by using
4299         alias.
4301         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4303         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4304         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4305         defined.
4307 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4309         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4310         align stack for call if pltexit is to be used.
4312         [BZ #3924]
4313         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4314         align for function call in case pltexit has to be called later.
4316         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4317         implicit atomic operation when storing function pointer.
4318         (_dl_runtime_profile): Likewise.
4320 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4322         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4323         NIS_NOTFOUND.
4325 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4327         [BZ #4566]
4328         * string/strtok.c: Fix typo in comment.
4330         [BZ #4582]
4331         * debug/segfault.c: Fix typos in comments.
4333         [BZ #4588]
4334         * stdio-common/tempnam.c: Fix comment, it is not checked that
4335         TMPDIR points to a writable directory.
4337         [BZ #4726]
4338         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4339         memory allocated for the name server address.
4341         [BZ #4946]
4342         * nscd/connections.c (handle_request): Using sendfile always
4343         requires that mmap is used for the database.
4344         Patch by Petr Baudis <pasky@suse.cz>.
4346         [BZ #4905]
4347         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4348         suddenly has two or more addresses, ignore it and remove the old
4349         entry.
4351         [BZ #4814]
4352         * resolv/res_hconf.c: Prepare for compiling outside libc.
4353         * nscd/res_hconf.c: New file.
4354         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4355         the new file.
4356         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4357         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4359         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4361         [BZ #4925]
4362         * debug/pcprofiledump.c: Turn on internationalization by calling
4363         setlocale.  Patch mostly by Benno Schulenberg.
4365         [BZ #4936]
4366         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4367         the state.
4368         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4369         * iconvdata/bug-iconv5.c: New file.
4371 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4373         [BZ #4896]
4374         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4375         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4376         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4377         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4378         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4379         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4380         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4381         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4383 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4385         [BZ #4937]
4386         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4387         lookup loop.  Suggested by John Reiser.
4389 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4391         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4393 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4395         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4396         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4397         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4398         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4399         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4400         to...
4401         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4403 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4405         * po/nl.po: Update from translation team.
4407 2007-08-16  Andreas Jaeger  <aj@suse.de>
4409         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4410         Reported by Peter Festner <peter.festner@ewetel.net>.
4412 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4414         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4416 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4418         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4419         to check for undefined symbols.
4421         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4422         If the syscall fails, set errno to the actual returned error number
4423         rather than EINVAL.
4424         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4425         arguments are incorrect, set errno to EINVAL, if the syscall
4426         fails, set errno to the actual returned error number.
4428         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4429         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4431         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4432         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4433         file.
4434         (ASI_PNF, ASI_BLK_P): Don't define.
4435         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4436         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4437         file.
4438         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4439         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4440         file.
4442 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4444         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4445         FE_UNDERFLOW on Niagara CPUs.
4447         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4448         exceptions.
4450 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4452         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4453         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4454         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4455         flush should be used or not inside of the function.
4456         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4458         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4459         __thread_start): Use HIDDEN_JUMPTARGET.
4460         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4461         __thread_start): Likewise.
4462         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4464         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4465         Add libc_hidden_proto.
4466         (STRTOF): Add libc_hidden_proto.
4467         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4468         (strtold_l, wcstold_l): Use them as second argument for
4469         long_double_symbol.
4471 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4473         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4475 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4477         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4479 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4481         * po/bg.po: New file.  From the translation team.
4483 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4485         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
4486         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
4487         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
4488         when each feature was introduced.
4490         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
4491         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
4492         (CHECK_HASH): New macro.
4493         (PREPARE_VERSION): Use it.
4495         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
4496         prototype if not __ASSUME_PSELECT.
4497         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
4498         prototype if not __ASSUME_PPOLL.
4500         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
4502         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
4503         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
4504         is defined.
4506 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
4508         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4509         (_libc_vdso_platform_setup): If vDSO is not available point
4510         __vdso_gettimeofday to the vsyscall.
4511         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
4512         __vdso_gettimeofday instead of vsyscall.
4514 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4516         * nscd/servicescache.c: Include kernel-features.h.
4517         * nscd/gai.c: Likewise.
4518         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
4519         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
4520         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
4521         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
4522         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
4523         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
4524         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
4525         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
4526         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4528 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4530         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
4531         and _dl_get_origin defines anymore.
4533         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
4534         Build fix for systems which might lack POSIX timer support.
4536         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4537         (_libc_vdso_platform_setup): Mangle function pointers before storing
4538         them.
4539         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
4540         Demangle vdso pointer before use.
4541         (INTERNAL_VSYSCALL): Likewise.
4543         * elf/cache.c (primes): Mark as const.
4544         Noted by Roland McGrath.
4546 2007-08-01  Andreas Jaeger  <aj@suse.de>
4547             Jakub Jelinek  <jakub@redhat.com>
4549         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
4550         (options): Add option.
4551         (parse_opt): Handle option.
4552         (manual_link): Adjust process_file caller.  Call implicit_soname.
4553         (search_dir): Formatting.  Use and populate auxiliary cache.
4554         (main): Load and save auxiliary cache.
4555         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
4556         stat64 from fstat64 to caller.
4557         (implicit_soname): New function.
4558         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
4559         leave *soname as NULL.
4560         * elf/cache.c: Include libgen.h.
4561         (print_entry, print_cache, compare, save_cache, add_to_cache):
4562         Formatting and cleanups.
4563         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
4564         aux_cache_file): New structures.
4565         (AUX_CACHEMAGIC): Define.
4566         (primes): New array.
4567         (aux_hash_size, aux_hash): New variables.
4568         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
4569         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
4570         load_aux_cache, save_aux_cache): New functions.
4571         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
4572         (init_aux_cache, search_aux_cache, add_to_aux_cache,
4573         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
4574         (process_file): Adjust prototype.
4576 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
4578         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
4579         with __need_size_t.
4581 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4583         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
4584         r_found_version structure as second parameter.
4585         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
4586         (_dl_vdso_vsym): Change type of second parameter accordingly.
4587         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
4588         (_libc_vdso_platform_setup): Adjust.
4589         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4590         (_libc_vdso_platform_setup): Likewise.
4592         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
4593         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
4594         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
4595         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
4596         * csu/libc-start.c: Pretty printing.
4597         Use VDSO_SETUP if defined.
4598         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
4599         and let generic code call into _libc_vdso_platform_setup.
4600         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
4601         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
4602         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
4603         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
4604         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
4605         for GLIBC_PRIVATE.
4606         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
4607         (sysdep_rountines): Add dl-vdso.
4609         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
4610         of routines.
4612         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
4613         attribute_hidden to __vdso_gettimeofday prototype.
4615 2007-08-12  Roland McGrath  <roland@redhat.com>
4617         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
4618         From: Karl Berry <karl@freefriends.org>.
4620 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
4622         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
4623         an atime update for the files we read.
4625 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4627         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
4629         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
4630         instead of mkstemp.
4632         * misc/Makefile (routines): Add mkostemp and mkostemp64.
4633         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
4634         * misc/mkostemp.c: New file.
4635         * misc/mkostemp64.c: New file.
4636         * stdlib/stdlib.h: Declare the new functions.
4637         * sysdeps/posix/tempname.c: Add new parameter which is added to
4638         the flags for open.  Remove __GT_BIGFILE handling.
4639         * stdio-common/tempname.c: Likewise.
4640         * include/stdio.h: Adjust __gen_tempname prototype.
4641         Renumber __GT_* constants.
4642         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
4643         * misc/mkdtemp.c: Likewise.
4644         * misc/mkstemp.c: Likewise.
4645         * misc/mkstemp64.c: Likewise.
4646         * misc/mktemp.c: Likewise.
4647         * stdio-common/tempnam.c: Likewise.
4648         * stdio-common/tmpfile.c: Likewise.
4649         * stdio-common/tmpfile64.c: Likewise.
4650         * stdio-common/tmpnam.c: Likewise.
4651         * stdio-common/tmpnam_r.c: Likewise.
4653 2007-08-10  Roland McGrath  <roland@frob.com>
4655         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
4656         New macros.
4657         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
4658         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4660 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4662         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
4663         possible.
4664         * nss/nss_files/files-alias.c (internal_setent): Likewise.
4665         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
4666         * nss/nss_files/files-have_o_cloexec.c: New file.
4668         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
4669         available.
4671 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
4673         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
4674         ___new_wcstold_l): New weak aliases.
4675         (strtold_l, wcstold_l): Use them as second argument for
4676         long_double_symbol.
4678 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
4680         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
4681         register in test for error.
4683         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
4684         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
4686         * po/sv.po: Update from translation team.
4688 2007-08-06  Roland McGrath  <roland@redhat.com>
4690         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
4691         Remove __strto*_l inlines.
4692         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
4693         * stdlib/strtod.c: Add libc_hidden_def.
4694         * stdlib/strtod_l.c: Likewise.
4695         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
4696         for __new_strtold and __new_wcstold.
4697         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
4698         __STRTOF, STRTOF.
4699         * stdlib/strtol.c: Add libc_hidden_def.
4700         * stdlib/strtol_l.c: Likewise.
4701         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
4702         strtoq.
4704         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
4706         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
4707         * scripts/data/localplt-generic.data: ... here.
4708         * elf/Makefile (check-data): Get generic file if no other.
4709         ($(objpfx)check-localplt.out): Make target unconditional.
4711         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
4712         Use ElfW(Nhdr).
4714 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
4716         * po/zh_CN.po: Updated translation from translation team.
4718 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
4720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
4721         Don't use CGOTSETUP and CGOTRESTORE macros.
4723 2007-08-04  Roland McGrath  <roland@redhat.com>
4725         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
4727 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
4729         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
4730         __extension__ around the whole statement expression.
4732 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
4734         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
4735         elements during initialization.
4737         * po/pl.po: Updated translation from translation team.
4738         * po/tr.po: Likewise.
4739         * po/nl.po: Likewise.
4741 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
4743         * rt/aio.h: Add __nonnull attributes.
4745 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4747         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
4748         * stdlib/Makefile (tests): Add tst-strtod5.
4749         (tst-strtod5-ENV): New.
4750         * stdlib/tst-strtod5.c: New file.
4752         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
4753         failed.
4754         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
4755         on failure.
4757         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
4758         allocated.
4760 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4762         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
4763         numbers.
4765 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
4767         * io/Makefile (aux): Add have_o_cloexec.
4768         * include/fcntl.h: Declare __have_o_cloexec.
4769         * io/have_o_cloexec.c: New file.
4770         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
4771         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
4772         fcntl call if not necessary.
4773         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
4774         of local variable.
4776         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
4777         Avoid memset, add explicit initialization.
4778         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
4779         to the end and change into zero-sized array.
4780         Move lock member to fill a hole on 64-bit platforms.
4782         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
4783         inline functions.
4784         * include/stdlib.h: Add __strto*_internal prototypes here.
4785         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
4786         inline functions.
4787         * include/wchar.h: Add __wcsto*_internal prototypes.
4788         * sysdeps/generic/inttypes.h: No need to protect the declaration
4789         of the __strto*_internal and __wcsto*_internal members here.
4791         * rt/mqueue.h: Change const to __const and add nonnull attributes.
4793 2007-08-02  Roland McGrath  <roland@redhat.com>
4795         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
4796         $(inst_bindir)/getconf if possible.
4798         * posix/Makefile ($(objpfx)getconf.speclist): New target.
4799         (generated): Add it.
4800         ($(inst_libexecdir)/getconf): Use it.
4802 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
4804         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
4805         /proc is faster and sufficient.  /sys is still needed for
4806         __get_nprocs_conf.
4808 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
4810         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
4811         syscall as __fallocate64.
4812         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
4813         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
4815 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
4817         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
4818         value.
4820         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
4821         if off_t is different rank from size_t.
4823         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
4824         uw_frame_state_for): Avoid type punning warnings.
4825         * sysdeps/generic/unwind-dw2-fde-glibc.c
4826         (_Unwind_IteratePhdrCallback): Likewise.
4827         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
4828         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
4829         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
4830         pointers.
4832 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
4834         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
4835         total processors using sysfs.
4836         (__get_nprocs): Use sysfs to determine which processors are online.
4838 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
4840         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
4841         syscall arguments count.
4843         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
4845 2007-07-30  Roland McGrath  <roland@redhat.com>
4847         * manual/libc.texinfo: Update copyrights, formatting magic, and
4848         @dircategory.  From Karl Berry <karl@freefriends.org>.
4850 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
4852         [BZ #4860]
4853         * io/Makefile (headers): Add bits/fcntl2.h.
4855         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
4856         using gcc builtin.
4857         (__CPU_EQUAL_S): Likewise.
4859         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
4860         (tests): Add tst-cpuset.
4861         * posix/sched_cpualloc.c: New file.
4862         * posix/sched_cpufree.c: New file.
4863         * posix/tst-cpuset.c: New file.
4864         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
4865         GLIBC_2.7.
4866         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
4867         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
4868         macros.  Define CPU_*_S macros.
4870 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
4872         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
4873         entry.
4875         [BZ #4858]
4876         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
4877         #.0g and value rounded to 1.0.
4878         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
4880 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
4882         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
4883         for int_frac_digits and frac_digits.
4885         * login/logout.c (logout): Avoid aliasing violation.
4886         * login/logwtmp.c (logwtmp): Likewise.
4888         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
4890         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
4891         to avoid warning.
4892         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
4893         warning.
4894         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
4895         warning.
4896         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
4897         to avoid warnings.
4899         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
4900         void **.
4901         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
4903         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
4904         char * to avoid warning.
4905         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
4907         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
4909         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
4910         allocate_arrays): Cast second argument to charmap_find_symbol
4911         to char * to avoid warnings.
4913         * locale/programs/repertoire.c (repertoire_new_char): Change
4914         from_nr, to_nr and cnt to unsigned long, adjust printf format
4915         string.
4917         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
4918         Cast second argument to new_element to char * to avoid warnings.
4920         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
4922         * intl/gettextP.h (struct loaded_domain): Change plural to const
4923         struct expression *.
4924         * intl/plural-eval.c (plural_eval): Change first argument to
4925         const struct expression *.
4926         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
4927         argument to const struct expression **.
4928         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
4929         prototypes.
4930         * intl/loadmsgcat (_nl_unload_domain): Cast away const
4931         in call to __gettext_free_exp.
4933         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
4934         unitialized wstring/wpattern var warnings.
4936         * posix/runtests.c (struct a_test): Make data field const char *.
4938         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
4939         vars if not LDBL_MANT_DIG >= 106.
4941         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
4943         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
4944         __find_specmb to avoid warning.
4946         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
4948         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
4949         to avoid warnings.
4951         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
4952         initializer.
4954         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
4955         tv var when it will be actually used.
4957         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
4958         to avoid warnings.
4960         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
4961         char array resp. pointer.
4962         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
4963         char array.
4964         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
4965         to const unsigned char **.
4966         (ucs4_to_cns11643): Change second argument to unsigned char *.
4967         * iconvdata/euc-tw.c (BODY): Change endp type to
4968         const unsigned char *.
4969         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
4970         to unsigned char *.
4971         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
4972         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
4973         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
4974         types to unsigned char pointers/arrays instead of char.
4975         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
4976         to unsigned char *.
4977         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
4978         * iconvdata/jis0212.h: Include assert.h.
4979         (ucs4_to_jisx0212): Change second argument to unsigned char *.
4980         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
4981         of trying to handle that.
4982         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
4983         shut up a warning.
4984         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
4985         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
4986         two dimensional const unsigned char arrays.
4987         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
4988         Initialize endp to inptr to shut up a warning.
4990 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
4992         [BZ #4772]
4993         * time/strptime_l.c (__strptime_internal): Silently ignore
4994         strftime modifiers and field width in recursive calls.
4996         * include/time.h (enum ptime_locale_status): Remove.
4997         (__strptime_internal): Remove decided and era_cnt arguments,
4998         add statep argument.
4999         * time/strptime_l.c (__strptime_internal): Remove decided
5000         and era_cnt arguments, add statep argument.  Don't recompute
5001         any fields in recursive calls, only update caller's tm
5002         and state, if recursive call fails, don't change tm nor
5003         any state.
5004         (get_alt_number): Adjust.
5005         (recursive): Adjust caller.
5006         (strptime): Likewise.
5007         * time/strptime.c (strptime): Likewise.
5009 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5011         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5012         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5013         if from and to charsets are the same.
5014         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5015         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5016         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5018 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5020         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5021         Don't define wint_t when __need_mbstate_t unless it
5022         is necessary.
5023         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5024         in the typedef if possible.
5025         * wctype/wctype.h (wint_t): Define by including
5026         wchar.h with __need_wint_t instead of including stddef.h
5027         with __need_wint_t and as fallback definining it ourselves.
5028         * iconv/gconv.h (__need_wint_t): Define before including
5029         wchar.h.
5030         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5031         or _GLIBCPP_USE_WCHAR_T.
5032         (__need_wchar_t): Don't define
5033         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5034         (__need_wint_t): Don't define before including stddef.h,
5035         define before including wchar.h only if _LIBC or
5036         _GLIBCPP_USE_WCHAR_T.
5037         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5038         * sysdeps/mach/hurd/_G_config.h: Likewise.
5039         * sysdeps/generic/_G_config.h: Likewise.
5040         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5041         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5042         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5043         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5045 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5047         * sysdeps/posix/posix_fallocate64.c: Undefine
5048         __posix_fallocate64_l64 before alias handling.
5049         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5050         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5051         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5052         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5054         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5056 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5058         * locale/programs/ld-collate.c (atwc): New variable.
5059         (add_to_tablewc): New toplevel function, moved from collate_output.
5060         (collate_output): Remove add_to_tablewc nested function.
5062         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5063         (name_insert): New function.
5064         (write_output): Remove hash_table and hash_size vars and name_insert
5065         nested function.
5067 2007-07-24  Roland McGrath  <roland@redhat.com>
5069         * Makerules (install-others-programs-nosubdir): New target.
5070         (install-no-libc.a-nosubdir): Depend on it.
5072         * iconv/Makefile (install-others-programs): Set this instead of
5073         install-others.
5074         * login/Makefile (install-others-programs): Likewise.
5075         * posix/Makefile (install-others-programs): Likewise.
5077         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5078         dependencies.
5080 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5082         * io/Makefile (tests): Add tst-posix_fallocate.
5083         * io/tst-posix_fallocate.c: New file.
5085         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5086         __ASSUME_FALLOCATE.
5088 2007-07-22  Roland McGrath  <roland@frob.com>
5090         * hurd/getdport.c: Add missing copyright year update.
5092         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5093         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5095 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5097         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5099         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5100         O_CLOEXEC is needed.
5101         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5102         Avoid additional fcntl to set O_CLOEXEC if not needed.
5103         * nis/nss_compat/compat-initgroups.c: Likewise.
5104         * nis/nss_compat/compat-pwd.c: Likewise.
5105         * nis/nss_compat/compat-spwd.c: Likewise.
5107 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5109         [BZ #3665]
5110         * manual/errno.texi: Change ECANCELED value to 119.
5112         [BZ #4610]
5113         * mach/lock-intern.h: Include <sys/cdefs.h>.
5115         [BZ #4178]
5116         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5117         reading A.
5119         [BZ #4126]
5120         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5121         to __sigsuspend.
5123         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5125 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5127         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5128         `__ASSEMBLER__'.
5129         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5131 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5133         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5134         descriptor received from nscd.
5136         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5138         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5139         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5140         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5141         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5142         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5143         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5145 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5147         [BZ #4816]
5148         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5150         [BZ #4813]
5151         * login/forkpty.c (forkpty): Close master and slave fds on
5152         fork failure.  Patch by
5153         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5155 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5157         * include/features.h (__USE_ISOC95): New define.
5158         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5159         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5160         for -std=iso9899:199409.
5161         * CONFORMANCE: Remove comments about unsupported AMD1.
5163 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5165         * sysdeps/ia64/sched_cpucount.c: New file.
5166         * sysdeps/powerpc/sched_cpucount.c: New file.
5168         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5169         __BEGIN_DECLS/__END_DECLS around the prototype.
5170         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5171         pointer to const cpu_set_t.
5173         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5174         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5175         __need_size_t and include stddef.h.
5176         * sysvipc/sys/msg.h: Likewise.
5177         * posix/sched.h: Likewise.
5178         * hurd/hurd/signal.h (__need_size_t): Define.
5180         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5181         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5182         no longer defines wint_t or wchar_t.
5184         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5185         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5186         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5187         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5188         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5189         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5190         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5191         * debug/printf_chk.c (__printf_chk): Likewise.
5192         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5193         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5195         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5196         Define.
5198         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5199         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5201 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5203         [BZ #4792]
5204         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5205         * malloc/malloc.h (realloc): Likewise.
5207         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5208         if one of proc_file_chain streams has that fileno.
5209         * stdio-common/Makefile (tests): Add tst-popen2.
5210         * stdio-common/tst-popen2.c: New test.
5212 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5214         * elf/ldconfig.c: Allow GPLv2 or any later version.
5215         * elf/readlib.c: Likewise.
5216         * elf/chroot_canon.c: Likewise.
5217         * elf/cache.c: Likewise.
5218         * nscd/mem.c: Likewise.
5219         * nscd/getpwuid_r.c: Likewise.
5220         * nscd/grpcache.c: Likewise.
5221         * nscd/aicache.c: Likewise.
5222         * nscd/getsrvbynm_r.c: Likewise.
5223         * nscd/nscd.c: Likewise.
5224         * nscd/servicescache.c: Likewise.
5225         * nscd/getsrvbypt_r.c: Likewise.
5226         * nscd/initgrcache.c: Likewise.
5227         * nscd/gethstbyad_r.c: Likewise.
5228         * nscd/gethstbynm2_r.c: Likewise.
5229         * nscd/getgrnam_r.c: Likewise.
5230         * nscd/nscd_setup_thread.c: Likewise.
5231         * nscd/getpwnam_r.c: Likewise.
5232         * nscd/gai.c: Likewise.
5233         * nscd/connections.c: Likewise.
5234         * nscd/dbg_log.c: Likewise.
5235         * nscd/cache.c: Likewise.
5236         * nscd/hstcache.c: Likewise.
5237         * nscd/nscd_conf.c: Likewise.
5238         * nscd/getgrgid_r.c: Likewise.
5239         * nscd/pwdcache.c: Likewise.
5240         * catgets/gencat.c: Likewise.
5241         * locale/programs/linereader.h: Likewise.
5242         * locale/programs/locarchive.c: Likewise.
5243         * locale/programs/ld-paper.c: Likewise.
5244         * locale/programs/locfile-kw.h: Likewise.
5245         * locale/programs/ld-address.c: Likewise.
5246         * locale/programs/xmalloc.c: Likewise.
5247         * locale/programs/ld-time.c: Likewise.
5248         * locale/programs/localedef.c: Likewise.
5249         * locale/programs/simple-hash.c: Likewise.
5250         * locale/programs/xstrdup.c: Likewise.
5251         * locale/programs/ld-numeric.c: Likewise.
5252         * locale/programs/locfile-kw.gperf: Likewise.
5253         * locale/programs/ld-collate.c: Likewise.
5254         * locale/programs/charmap-kw.gperf: Likewise.
5255         * locale/programs/charmap.h: Likewise.
5256         * locale/programs/charmap-kw.h: Likewise.
5257         * locale/programs/config.h: Likewise.
5258         * locale/programs/locfile.c: Likewise.
5259         * locale/programs/ld-ctype.c: Likewise.
5260         * locale/programs/charmap.c: Likewise.
5261         * locale/programs/ld-messages.c: Likewise.
5262         * locale/programs/repertoire.h: Likewise.
5263         * locale/programs/locale.c: Likewise.
5264         * locale/programs/ld-name.c: Likewise.
5265         * locale/programs/linereader.c: Likewise.
5266         * locale/programs/locfile.h: Likewise.
5267         * locale/programs/3level.h: Likewise.
5268         * locale/programs/ld-monetary.c: Likewise.
5269         * locale/programs/ld-measurement.c: Likewise.
5270         * locale/programs/charmap-dir.c: Likewise.
5271         * locale/programs/ld-identification.c: Likewise.
5272         * locale/programs/localedef.h: Likewise.
5273         * locale/programs/charmap-dir.h: Likewise.
5274         * locale/programs/repertoire.c: Likewise.
5275         * locale/programs/simple-hash.h: Likewise.
5276         * locale/programs/ld-telephone.c: Likewise.
5277         * locale/programs/locale-spec.c: Likewise.
5278         * locale/programs/locfile-token.h: Likewise.
5279         * posix/getconf.c: Likewise.
5280         * iconv/dummy-repertoire.c: Likewise.
5281         * iconv/iconv_charmap.c: Likewise.
5282         * iconv/iconvconfig.c: Likewise.
5283         * iconv/iconv_prog.c: Likewise.
5284         * malloc/memusagestat.c: Likewise.
5285         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5287 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5289         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5290         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5291         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5292         check for the first argument.
5294 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5296         [BZ #4775]
5297         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5298         (__tgmath_real_type): Fix if expr is const int or other const
5299         qualified integral type.
5300         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5301         expressions and handle const qualified arguments.
5302         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5303         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5304         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5305         statement expressions.
5306         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5307         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5308         (__TGMATH_UNARY_IMAG): Define.
5309         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5310         * math/Makefile (tests): Add test-tgmath2.
5311         (CFLAGS-test-tgmath2.c): Add.
5312         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5313         count_cfloat, count_cldouble): New variables.
5314         (NCCALLS): Define.
5315         (main): Check number of complex calls as well.
5316         (F(compile_test)): Add complex tests and tests with const qualified
5317         arguments.
5318         (y, z, ccount): Define.
5319         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5320         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5321         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5322         F(cproj)): New functions.
5323         * math/test-tgmath2.c: New test.
5325 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5327         [BZ #4776]
5328         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5329         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5330         instead output ".".
5331         * dlfcn/Makefile (distribute): Add glreflib3.c.
5332         (module-names): Add glreflib3.
5333         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5334         glreflib1.so.
5335         (LDFLAGS_glreflib3.so): New.
5336         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5337         glreflib1.so.
5338         * dlfcn/glreflib3.c: New file.
5340         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5341         returned -1, return NULL.
5342         * intl/explodename.c (_nl_explode_name): Return -1 if
5343         _nl_normalize_codeset failed.
5345 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5347         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5348         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5349         and avoid branch misspredicts for > 31 bytes memset case.
5350         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5351         Remove toc ref to __cache_line_size.
5353         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5354         to get ISA-V2.0 branch hints.
5355         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5356         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5357         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5358         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5359         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5360         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5361         Remove toc ref to __cache_line_size.
5363         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5364         Include math_ldbl_opt.h.
5366 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5368         [BZ #4773]
5369         * time/strptime_l.c (__strptime_internal): Implement greedy
5370         matching of weekday and month names.
5372 2007-07-09  Roland McGrath  <roland@redhat.com>
5374         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5375         (ELF_NOTE_ABI): Use it.
5376         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5378 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5380         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5381         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5383 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5385         [BZ #4745]
5386         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5387         in loop to look for conversion specifier to avoid testing of
5388         wrong errno value.
5389         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5390         * stdio-common/bug18.c: New file.
5391         * stdio-common/bug18a.c: New file.
5392         * stdio-common/bug19.c: New file.
5393         * stdio-common/bug19a.c: New file.
5395 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5397         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5398         running awk script.
5400 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5402         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5403         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5404         Return NULL if mmap failed instead of asserting it does not.
5405         (calloc): Check for integer overflow.
5407         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5408         than LONG_MAX / 10.
5410 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5412         [BZ #4702]
5413         * nis/nss-default.c: Include errno.h.
5414         (init): Preserve errno.
5416 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5418         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5420 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5422         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5424 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5426         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5428 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5430         * sysdeps/s390/dl-procinfo.c: New file.
5431         * sysdeps/s390/dl-procinfo.h: New file.
5432         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5434 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5436         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5437         in PT_NOTE segments with multiple notes.
5438         * elf/readelflib.c (process_elf_file): Likewise.
5440 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5442         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5443         ISO C compliant.
5445 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5447         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5449 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5451         * include/link.h: Don't include rtld-lowlevel.h.
5452         (struct link_map): Remove l_scope_lock.
5453         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5454         (_dl_scope_free_list): New field (variable) in _rtld_global.
5455         (DL_LOOKUP_SCOPE_LOCK): Remove.
5456         (_dl_scope_free): New prototype.
5457         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5458         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5459         (_dl_profile_fixup): Likewise.
5460         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5461         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5462         THREAD_GSCOPE_RESET_FLAG around it.
5463         * elf/dl-close.c (_dl_close_worker): Don't use
5464         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5465         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5466         scopes were queued or if l_scope_mem has been abandoned.
5467         * elf/dl-open.c (_dl_scope_free): New function.
5468         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5469         * elf/dl-support.c (_dl_scope_free_list): New variable.
5470         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5471         Remove DL_LOOKUP_SCOPE_LOCK handling.
5472         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5473         handling.
5474         * elf/dl-object.c (_dl_new_object): Don't use
5475         __rtld_mrlock_initialize.
5477 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5479         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
5480         to fill in holes
5481         (rtld_global_ro): Likewise.
5483 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5485         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
5486         Move PT_LOAD checking to...
5487         (_dl_addr_inside_object): ... here, new function.
5488         * elf/dl-sym.c (do_sym): If not l_contiguous,
5489         call _dl_addr_inside_object.
5490         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5491         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
5492         * elf/dl-open.c (dl_open_worker): Likewise.
5493         (_dl_addr_inside_object): New function if IS_IN_rtld.
5494         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
5495         holes are present or are PROT_NONE protected.
5496         * include/link.h (struct link_map): Add l_contiguous field.
5497         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
5499 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5500             Tomas Janousek  <tjanouse@redhat.com>
5501             Ulrich Drepper  <drepper@redhat.com>
5503         [BZ #4647]
5504         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
5505         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
5506         socket.
5507         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
5508         unused member a bitmap.
5509         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
5510         servers are configured.
5512 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5514         * elf/rtld.c (dl_main): Don't call init_tls more than once.
5516 2007-06-17  Andreas Schwab  <schwab@suse.de>
5518         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
5520 2007-06-16  Andreas Jaeger  <aj@suse.de>
5522         [BZ #4125]
5523         * sysdeps/unix/sysv/linux/sys/ptrace.h
5524         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
5525         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
5526         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
5527         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
5528         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
5529         Define.
5530         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
5531         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
5532         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
5533         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
5535 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
5537         [BZ #4599]
5538         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
5539         determining whether there are IPv4/IPv6 addresses, ignore loopback
5540         addresses.
5542 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
5544         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
5545         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
5546         as the return type.  Change type of "r" variable to CMPtype.
5547         * soft-fp/eqsf2.c (__eqsf2): Likewise.
5548         * soft-fp/eqtf2.c (__eqtf2): Likewise.
5549         * soft-fp/gedf2.c (__gedf2): Likewise.
5550         * soft-fp/gesf2.c (__gesf2): Likewise.
5551         * soft-fp/getf2.c (__getf2): Likewise.
5552         * soft-fp/ledf2.c (__ledf2): Likewise.
5553         * soft-fp/lesf2.c (__lesf2): Likewise.
5554         * soft-fp/letf2.c (__letf2): Likewise.
5555         * soft-fp/unorddf2 (__unorddf2): Likewise.
5556         * soft-fp/unordsf2 (__unordsf2): Likewise.
5557         * soft-fp/unordtf2 (__unordtf2): Likewise.
5559 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
5561         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
5562         make sure gcc doesn't mess around with this.
5564 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5566         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
5568 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
5570         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
5571         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
5572         at most once per _dl_close_worker.
5574 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5576         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
5577         __sched_cpucount as const.
5578         * posix/sched_cpucount.c: Adjust.
5580         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
5581         instruction for counting bits.
5582         * sysdeps/x86_64/sched_cpucount.c: New file.
5584 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
5586         * configure.in: Avoid variable named BASH.
5587         * config.make.in: Likewise.
5588         Patch in part by Mike Frysinger.
5590 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
5592         [BZ #4586]
5593         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
5594         pseudo-zeros as zero.
5595         * sysdeps/x86_64/ldbl2mpn.c: New file.
5596         * sysdeps/ia64/ldbl2mpn.c: New file.
5598 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5600         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
5601         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
5602         Remove unreachable code at the end.
5604 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5606         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
5607         ldbl-128ibm in comment.
5608         (fpclassifyl): Correct classification of denormals.
5609         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
5610         return value for MIN denormal. Rewrite using long double math too
5611         correctly handle denormals and canonicalize the results.
5613 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
5615         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5616         (__mpn_construct_long_double): Fix conversion where result ought
5617         to be smaller than __LDBL_MIN__, or the low double should be
5618         denormal.  Fix decision where to negate low double - honor round
5619         to even rules.
5620         * stdio-common/tst-sprintf2.c: Include string.h.
5621         (COMPARE_LDBL): Define.
5622         (TEST): Also test whether a string hexadecimal float representation
5623         can be parsed back to the number.
5624         (main): Add a couple of further tests.
5626 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5628         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5629         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
5630         is non-zero, but smaller than 2 * __DBL_MIN__.
5631         * stdio-common/tst-sprintf2.c: New test.
5632         * stdio-common/Makefile (tests): Add tst-sprintf2.
5634         * math/test-misc.c (main): Don't run last batch of tests with
5635         IBM long double format.
5637 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5639         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
5640         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
5641         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
5642         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
5643         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5644         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
5645         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
5646         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
5647         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
5648         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
5650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
5651         New file.
5652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
5653         New file.
5654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
5655         New file.
5656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
5657         New file.
5658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
5659         New file.
5660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
5661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
5662         New file.
5663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
5664         New file.
5665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
5666         New file.
5667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
5668         New file.
5669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
5670         New file.
5672 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5674         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
5675         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
5676         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
5677         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
5678         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
5679         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
5680         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
5681         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
5683 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
5685         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
5686         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5687         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
5688         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5689         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
5690         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5691         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
5692         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5694 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5696         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
5697         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
5698         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
5699         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
5701 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
5703         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
5704         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
5706 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
5708         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
5709         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
5710         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
5711         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
5713 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
5715         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
5716         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
5718 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
5720         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
5721         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
5723         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
5724         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
5725         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
5726         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
5728 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
5730         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
5731         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
5732         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
5733         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
5735 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
5737         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
5738         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
5739         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
5740         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5741         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
5742         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5744 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
5746         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
5747         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
5748         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
5749         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
5751 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
5753         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
5754         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
5755         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
5756         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
5757         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
5758         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
5759         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
5760         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
5761         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
5762         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
5763         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
5764         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
5765         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
5766         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
5767         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
5768         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
5770 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
5772         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
5773         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
5775 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5777         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
5778         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
5780 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5782         * sysdeps/powerpc/powerpc32/970/Implies: New file.
5783         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
5784         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
5785         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
5786         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
5787         * sysdeps/powerpc/powerpc64/970/Implies: New file.
5788         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
5789         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
5790         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
5791         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
5793 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5795         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
5797 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
5799         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
5800         branch miss-predicts. Ensure that cache line crossing does not impact
5801         dispatch grouping.
5803 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
5805         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
5806         "../../powerpc32/power4/memcopy.h".
5807         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
5808         "../../powerpc32/power4/wordcopy.c".
5810 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
5812         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
5813         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
5814         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
5815         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
5816         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
5817         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
5819 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
5821         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
5823 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
5825         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
5826         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
5827         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
5828         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
5829         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
5830         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
5831         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
5832         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
5834 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
5836         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
5838 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
5840         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
5841         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
5842         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
5843         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
5844         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
5845         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
5846         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
5848 2007-05-29  Roland McGrath  <roland@redhat.com>
5850         * po/Makefile (po-sed-cmd): New variable.
5851         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
5853 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
5855         * crypt/md5-crypt.c: Fix comment.
5857         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
5858         of crashing.  When this is the case or if the reply is malformed,
5859         don't try to close the new file descriptor since it does not
5860         exist.
5861         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
5863 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
5865         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
5866         if __NR_utimensat is not defined.
5868 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
5870         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
5872 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
5874         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
5875         (open): Fix comment typos.  Don't call __open_2 if flags
5876         is a compile time constant without O_CREAT.
5877         (__open64_2): Add nonnull attribute.
5878         (open64): Fix comment typos.  Don't call __open64_2 if flags
5879         is a compile time constant without O_CREAT.
5880         (__openat_2): Add nonnull attribute, fix nonnull attribute
5881         on redirect.
5882         (openat): Fix comment typos.  Don't call __openat_2 if flags
5883         is a compile time constant without O_CREAT.
5884         (__openat64_2): Add nonnull attribute, fix nonnull attribute
5885         on redirect.
5886         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
5887         is a compile time constant without O_CREAT.
5889 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
5891         * Makerules (sysd-rules): Define PTW for ptw-* files.
5892         * Versions: Define GLIBC_2.7 for libc.
5893         * include/stdio.h: Declare __fortify_fail.
5894         * debug/fortify_fail.c: New file.
5895         * debug/Makefile (routines): Add fortify_fail.
5896         * debug/chk_fail.c: Use __fortify_fail.
5897         * debug/stack_chk_fail.c: Likewise.
5898         * io/Versions: Export __open_2, __open64_2, __openat_2, and
5899         __openat64_2 for GLIBC_2.7.
5900         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
5901         * io/open.c: Define *_2 variant of function which checks for O_CREAT
5902         and fails if necessary.
5903         * io/open64.c: Likewise.
5904         * io/openat.c: Likewise.
5905         * io/openat64.c: Likewise.
5906         * sysdeps/unix/sysv/linux/open64.c: Likewise.
5907         * sysdeps/unix/sysv/linux/openat.c: Likewise.
5908         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
5909         * io/bits/fcntl2.h: New file.
5910         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
5911         __openat64_2.
5912         * include/bits/fcntl2.h: New file.
5913         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
5914         Add open_2.
5915         * sysdeps/unix/sysv/linux/open_2.c: New file.
5917 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
5919         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
5920         as second parameter to handle_intel.
5922         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
5923         the entry.
5925         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
5926         handling to ...
5927         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
5928         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
5929         cacheinfo.
5930         * sysdeps/x86_64/memcpy.S: Complete rewrite.
5931         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
5932         Patch by Evandro Menezes <evandro.menezes@amd.com>.
5934         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
5936 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
5938         [BZ #4525]
5939         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
5940         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
5941         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
5943         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
5945         [BZ #4514]
5946         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
5947         reinitialize workend at the start of each do_positional format spec
5948         loop, free workstart before do_positional loops.
5949         (printf_unknown): Fix size of work_buffer.
5950         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
5952         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
5953         (public_sET_STATe): If ms->version < 3, put all chunks into
5954         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
5955         chunks.
5957         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
5958         * malloc/hooks.c: Likewise.
5959         * malloc/arena.c: Likewise.
5960         * malloc/malloc.c (do_check_malloc_state): Don't assert
5961         n_mmaps is not greater than n_mmaps_max.  This removes the need
5962         for the previous change.
5964         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
5965         2007-05-07 commit.
5967 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
5969         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
5970         Define for kernel >= 2.6.22.
5972 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
5974         * elf/dl-close.c (_dl_close_worker): When removing object from
5975         global scope, wait for all lookups to finish afterwards.
5976         * elf/dl-open.c (add_to_global): When global scope array must
5977         grow, allocate a new one and free old array only after all
5978         lookups finish.
5979         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
5980         (_dl_lookup_symbol_x): Likewise.
5981         * elf/dl-support.c: Define _dl_wait_lookup_done.
5982         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
5983         _dl_wait_lookup_done.
5985         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
5986         not overlapping with arena.
5988         * malloc/mcheck.c (reallochook): If size==0, free the block.
5990         * rt/tst-shm.c: Use fstat64 instead of fstat.
5992         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
5993         __NR_sync_file_range is not defined.
5995 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
5997         Dummy files to prevent stub versions from being used.
5998         * sysdeps/x86_64/fpu/k_cosl.c: New file.
5999         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6000         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6001         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6003         * version.h (VERSION): Set to 2.6.90.
6005 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6007         * version.h (VERSION): Define to 2.6.
6008         * include/features.h (__GLIBC_MINOR__): Define to 6.
6010         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6012         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6013         sizes.
6015 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6017         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6018         number of mmaps.  n_mmaps_max is the target.
6019         * malloc/hooks.c: Likewise.
6020         * malloc/arena.c: Likewise.
6022 2007-05-12  Andreas Jaeger  <aj@suse.de>
6024         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6025         getpid.
6027 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6029         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6030         adding new variables.
6032         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6033         optimize.  Completely extend global scope array before making the
6034         new entries visible.
6036 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6038         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6039         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6040         tst-getcpu.
6042         * include/link.h: Move l_version and l_nversion members around to
6043         fill gaps.
6045         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6047         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6048         (__sched_setaffinity_new): If syscall was successful and
6049         RESET_VGETCPU_CACHE is defined, use it before returning.
6050         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6052         * io/sys/stat.h: Make sure struct timespec is defined for
6053         __USE_ATFILE.
6055         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6056         UTIME_OMIT.
6057         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6058         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6059         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6060         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6061         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6062         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6063         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6064         * io/sys/stat.h: Declare utimensat, futimens.
6065         * io/utimensat.c: New file.
6066         * io/futimens.c: New file.
6067         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6068         * sysdeps/unix/sysv/linux/futimens.c: New file.
6069         * io/Makefile (routines): Add utimensat, futimens.
6070         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6071         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6072         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6073         available.
6075         * include/sys/cdefs.h: Redefine __nonnull so that test for
6076         incorrect parameters in the libc code itself are not omitted.
6078 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6080         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6081         exception in addition to inexact when asked to raise only FE_INEXACT.
6083         [BZ #3427]
6084         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6085         in *envp.
6087 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6089         [BZ #4403]
6090         * string/strfry.c (strfry): Make result more random.
6092 2007-05-07  Richard Henderson  <rth@redhat.com>
6094         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6095         if __NO_LONG_DOUBLE_MATH.
6096         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6097         available in the compiler, add .arch directive to the assembly.
6099 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6101         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6102         compat_symbol to GLIBC_2_1.
6103         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6104         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6105         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6106         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6107         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6108         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6109         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6110         libc, not libm.
6111         (__isnanl): New compat_symbol.
6113 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6114             Jakub Jelinek  <jakub@redhat.com>
6116         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6117         (new_heap): Initialize mprotect_size.
6118         (grow_heap): When growing, only mprotect from mprotect_size till
6119         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6120         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6122 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6123             Peter Bergner  <bergner@us.ibm.com>
6125         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6126         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6127         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6128         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6129         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6130         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6131         Call __fe_mask_env() if all FP exceptions disabled.
6132         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6133         from old FPSCR to new fenv to propagate DFP rounding modes.
6134         Call __fe_mask_env() if FP exceptions previously enabled.
6135         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6136         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6137         transitioning from all exceptions disabled to any exception enabled
6138         or visa versa.
6139         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6140         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6141         when transitioning from all exceptions disabled to any exception
6142         enabled or visa versa.
6143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6150 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6152         [BZ #4465]
6153         * posix/unistd.h: Remove __THROW from fdatasync.
6155 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6157         [BZ #4465]
6158         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6160 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6162         * stdio-common/vfprintf.c (process_string_arg): Optimize
6163         ridiculous precision in wide char code printing multi-byte string.
6164         Reported by Jim Meyering <jim@meyering.net>.
6166         [BZ #4131]
6167         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6168         boundaries to work around systems with overlapping binary loading.
6169         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6171 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6173         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6174         __mbsnrtowcs after last change.
6176         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6177         (get_ident): Likewise.
6179 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6181         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6182         with setting the sticky bit.
6183         * math/test-misc.c (main): Add more truncation tests.
6185 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6187         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6188         double in the function declaration.
6189         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6190         double in the function declaration.
6191         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6192         float in the function declaration.
6193         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6194         float in the function declaration.
6196         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6197         denormal operands.  Do not generate FP_EX_DENORM exception.
6198         (FP_UNPACK_RAW_EP): Ditto.
6199         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6200         undefined _FP_UNPACK_RAW_E.
6201         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6202         undefined _FP_UNPACK_RAW_EP.
6203         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6204         undefined _FP_PACK_RAW_E.
6205         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6206         undefined _FP_PACK_RAW_EP.
6208         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6209         _FP_FRAC_COPY_2.
6210         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6211         _FP_FRAC_COPY_4.
6213 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6214             Jakub Jelinek  <jakub@redhat.com>
6216         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6217         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6218         this case.
6219         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6221 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6223         * math/test-misc.c (main): Add tests for rounding long double
6224         values close to smallest double denormalized value to double.
6226 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6228         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6229         condition for truncating to 0.  Set sticky bit for such
6230         truncation.
6232 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6234         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6235         fixed length array for ignore.
6237 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6239         [BZ #4438]
6240         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6241         stack for large precisions.
6242         * stdio-common/test-vfprintf.c (main): Add test for large
6243         precision.
6245 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6247         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6248         for exponent 0.
6249         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6251         [BZ #4439]
6252         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6253         account in the size check.
6254         * resolv/tst-inet_ntop.c: New test.
6255         * resolv/Makefile (tests): Add tst-inet_ntop.
6257 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6258             Jakub Jelinek  <jakub@redhat.com>
6260         [BZ #4349]
6261         * malloc/malloc.c: Keep separate list for first blocks on the bin
6262         lists with a given size.  This helps skipping over list elements
6263         we know won't fit in two places.
6264         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6266 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6268         [BZ #4102]
6269         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6270         label to Teredo tunnel addresses 2001://32.
6272 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6274         * locale/programs/ld-collate.c (collate_read): Allow order_start
6275         after copy.
6277         * locale/programs/ld-collate.c (collate_read): Fix printing of
6278         error message.
6280         [BZ #3213]
6281         * locale/C-translit.h.in: Add entry for U2044.
6283         [BZ #4342]
6284         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6285         hexa-decimal floats without exponent.
6286         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6288 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6290         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6291         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6292         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6293         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6294         GLIBC_2.6.
6295         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6296         Add sched_getcpu.
6298 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6300         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6301         of 0 after the out_fail label.
6303 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6305         [BZ #4406]
6306         * iconv/gconv_charset.h (strip): Allow ':'.
6307         * iconv/iconv_open.c (iconv_open): Adjust comment.
6309 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6311         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6312         version.
6314 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6316         [BZ #4381]
6317         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6318         alignment of buffer and tmp_buffer.
6319         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6320         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6321         alignment of buffer.
6322         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6323         bigger than INT_MAX.
6324         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6325         h_errnop arguments.  Fail if buflen is too small.
6326         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6328 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6330         [BZ #4405]
6331         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6332         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6334 2007-04-22  Roland McGrath  <roland@redhat.com>
6336         * elf/elf.h (NT_PRXFPREG): New macro.
6338 2007-04-19  Andreas Jaeger  <aj@suse.de>
6340         [BZ #3905]
6341         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6342         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6343         Added.
6345 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6347         * include/sys/mman.h: Mark madvise hidden.
6348         * misc/madvise.c: Add libc_hidden_def.
6350 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6352         * nis/nis_domain_of.c (__nis_domain_of): New function.
6353         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6354         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6355         * nis/nis_call.c (rec_dirsearch): Likewise.
6356         (first_shoot): Likewise.  Remove search_parent_first argument.
6357         (struct nis_server_cache): Rename search_parent_first field
6358         to search_parent.
6359         (nis_server_cache_search, nis_server_cache_add): Rename
6360         search_parent_first argument to search_parent.
6361         (__nisfind_server): Likewise.  If search_parent, call
6362         __nis_domain_of.
6364 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6366         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6368 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6370         [BZ #4368]
6371         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6373 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6375         [BZ #4364]
6376         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6378 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6380         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6381         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6382         current number of locales in SUPPORTED.
6383         (create_archive): Initialize serial.
6384         (enlarge_archive): Preserve aliases rather than duplicating
6385         their locrecs.
6387 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6389         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6390         after _IO_un_link, not before it.
6392         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6393         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6394         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6396 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6398         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6399         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6400         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6401         Remove __THROW.
6402         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6403         _IO_file_xsgetn_maybe_mmap): Likewise.
6404         * libio/oldfileops.c (old_do_write): Likewise.
6405         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6406         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6407         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6408         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6409         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6410         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6411         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6412         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6413         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6414         _IO_file_underflow, _IO_file_underflow_mmap,
6415         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6416         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6417         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6418         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6419         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6420         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6421         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6422         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6423         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6424         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6425         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6426         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6427         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6428         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6429         _IO_adjust_column_internal, _IO_default_uflow_internal,
6430         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6431         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6432         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6433         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6434         _IO_file_close_it_internal, _IO_file_underflow_internal,
6435         _IO_file_overflow_internal, _IO_file_attach_internal,
6436         _IO_file_fopen_internal, _IO_file_sync_internal,
6437         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6438         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6439         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6440         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6441         _IO_seekpos_unlocked): Likewise.
6442         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6443         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6445 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6447         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6448         argument in xmalloc size computation.
6450 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6452         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6453         math_opt_barrier and math_force_eval macros.
6455 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6457         [BZ #3306]
6458         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6459         * sysdeps/i386/fpu/math_private.h: New file.
6460         * sysdeps/x86_64/fpu/math_private.h: New file.
6461         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6462         math_force_eval macros.  Use "+m" constraint on asm rather than
6463         "=m" and "m".
6464         * math/s_nextafter.c (__nextafter): Likewise.
6465         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6466         Likewise.
6467         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6468         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6469         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6470         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
6471         math_opt_barrier and math_force_eval macros.
6472         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
6473         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
6474         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
6475         (__nexttoward): Use math_opt_barrier and
6476         math_force_eval macros.  Use "+m" constraint on asm rather than
6477         "=m" and "m".  Only use asm to force double result if
6478         FLT_EVAL_METHOD is 2.
6479         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
6480         (__nexttowardf): Use math_opt_barrier and
6481         math_force_eval macros.  Use "+m" constraint on asm rather than
6482         "=m" and "m".  Only use asm to force double result if
6483         FLT_EVAL_METHOD is not 0.
6484         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
6485         (__nexttowardf): Use math_opt_barrier and
6486         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6487         x to float using asm.
6488         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
6489         (__nldbl_nexttowardf): Use math_opt_barrier and
6490         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6491         x to float using asm.
6492         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
6493         (__nexttowardf): Use math_opt_barrier and math_force_eval
6494         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
6495         * math/bug-nextafter.c (zero, inf): New variables.
6496         (main): Add new tests.
6497         * math/bug-nexttoward.c (zero, inf): New variables.
6498         (main): Add new tests.
6500 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6502         [BZ #3427]
6503         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
6504         exceptions both in SW and MXCSR.
6505         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
6506         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
6507         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6508         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6509         in MXCSR if SSE is available.
6510         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
6511         and ldsodefs.h.
6512         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
6513         Fix comment typo.
6514         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
6515         Return 0 rather than 1.
6516         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
6517         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
6518         * math/test-fenv.c (feholdexcept_tests): New function.
6519         (main): Call it.
6521 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
6523         [BZ #3427]
6524         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6525         in SW.
6527 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6529         [BZ #4344]
6530         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
6531         Reported by David Anderson <davea42@earthlink.net>.
6533 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
6535         * posix/sys/wait.h: Remove unnecessary forward declaration.
6537 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
6539         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
6540         with obj->do_servers after first_shoot.
6542 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
6544         * posix/Makefile (routines): Add sched_cpucount.
6545         (tests): Add tst-cpucount.
6546         * posix/sched_cpucount.c: New file.
6547         * posix/tst-cpucount.c: New file.
6548         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
6549         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
6550         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
6551         * posix/sched.h: Define CPU_COUNT.
6553 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6555         * posix/fnmatch.c (STRUCT): Define.
6556         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
6557         * posix/fnmatch_loop.c (struct STRUCT): New type.
6558         (FCT): Add ends argument.  If ends != NULL and normal * is
6559         seen in the pattern, store current pattern and string pointers
6560         and return.  Adjust recursive calls.
6561         (EXT): Adjust FCT callers.
6562         (STRUCT): Undef at the end of the file.
6563         * posix/Makefile (tests): Add tst-fnmatch2.
6564         * posix/tst-fnmatch2.c: New test.
6566 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6568         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
6569         and 1 on failure.
6571         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
6572         Change last argument to unsigned int.
6574 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
6576         * scripts/check-local-headers.sh: Filter out sys/capability.h.
6578 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6580         * config.h.in (HAVE_LIBCAP): Add.
6581         * nscd/selinux.h: Include sys/capability.h rather than non-existent
6582         sys/capabilities.h.
6583         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
6584         free_caps.  Cast away const from 4th cap_set_flag argument.
6586 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
6588         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
6589         GLIBC_2.6.
6590         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6591         Add sync_file_range.
6592         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6594 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
6596         * sysdeps/powerpc/bits/atomic.h
6597         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
6598         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
6599         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6600         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
6601         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6602         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
6603         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
6604         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6605         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6606         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6607         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
6608         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6609         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6610         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6611         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6612         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
6613         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6614         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
6615         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6616         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
6618 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6620         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6621         (__cache_line_size): Define the variable here.  Add
6622         attribute_hidden, remove weak_extern.
6623         (__libc_start_main): Set __cache_line_size
6624         unconditionally.
6625         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
6626         (__cache_line_size): Define the variable here.  Add
6627         attribute_hidden, remove weak_extern.
6628         (DL_PLATFORM_AUXV): Set __cache_line_size
6629         unconditionally.
6630         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
6631         weak_extern, add attribute_hidden.
6632         (__elf_machine_runtime_setup): Assume __cache_line_size is always
6633         defined in ld.so.
6634         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
6635         definition.
6636         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
6638 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
6640         [BZ #4276]
6641         * timezone/africa: Update from tzdata2007d.
6642         * timezone/asia: Likewise.
6643         * timezone/australasia: Likewise.
6644         * timezone/backward: Likewise.
6645         * timezone/europe: Likewise.
6646         * timezone/iso3166.tab: Likewise.
6647         * timezone/leapseconds: Likewise.
6648         * timezone/northamerica: Likewise.
6649         * timezone/southamerica: Likewise.
6650         * timezone/zone.tab: Likewise.
6652         * timezone/private.h: Update from tzcode2007d.
6653         * timezone/zdump.c: Likewise.
6654         * timezone/zic.c: Likewise.
6656 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
6658         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
6659         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
6660         variables.
6661         (nis_server_cache_search, nis_server_cache_add): New functions.
6662         (__nisfind_server): Use them.  Add dbp and flags argument, if
6663         call __nisbind_create.
6664         (__nisbind_create): Add server_used and current_ep arguments,
6665         only call __nis_findfastest if server_used is ~0.
6666         (__do_niscall2, __prepare_niscall): Adjust callers.
6667         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
6668         ckey_cache_euid, ckey_cache_lock): New variables.
6669         (get_ckey): New function.
6670         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
6671         __pmap_getnisport.  Save __pmap_getnisport result in
6672         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
6673         key.
6674         * nis/nis_lookup.c (nis_lookup): Likewise.
6675         * nis/nis_table.c (nis_list): Likewise.
6676         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
6677         prototypes.
6679         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
6680         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
6681         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
6682         _nss_nisplus_getservbyport_r): Likewise.
6683         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
6684         _nss_nisplus_getnetbyaddr_r): Likewise.
6685         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
6686         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
6687         _nss_nisplus_getntohost_r): Likewise.
6688         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
6689         _nss_nisplus_getrpcbynumber_r): Likewise.
6691 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6693         * configure.in (libc_cv_gnu89_inline): Only do compile test.
6694         * configure: Rebuilt.
6696         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
6697         bit-fields.
6698         * soft-fp/extended.h (_FP_UNION_E): Likewise.
6700 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
6702         [BZ #2831]
6703         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
6704         bit-fields.
6706 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
6708         * nscd/gai.c: Include alloca.h.
6709         (__libc_use_alloca): Define.
6711 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
6713         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
6714         smaller scopes.
6715         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
6716         (DL_DST_REQUIRED): Adjust user.
6718         * include/dlfcn.h (struct link_map): New forward decl.
6720         * inet/getnameinfo.c: Include stddef.h.
6721         (getnameinfo): Use offsetof.
6723         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
6725         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
6727         * string/strerror_l.c: Include stdlib.h.
6729         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
6730         * config.make.in (gnu89-inline-CFLAGS): New variable.
6731         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
6732         -std=gnu99.
6733         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
6734         * argp/argp.h: Use it.
6735         * bits/mathinline.h: Likewise.
6736         * bits/sigset.h: Likewise.
6737         * bits/string.h: Likewise.
6738         * ctype/ctype.h: Likewise.
6739         * hurd/hurd.h: Likewise.
6740         * hurd/hurd/fd.h: Likewise.
6741         * hurd/hurd/port.h: Likewise.
6742         * hurd/hurd/signal.h: Likewise.
6743         * hurd/hurd/threadvar.h: Likewise.
6744         * hurd/hurd/userlink.h: Likewise.
6745         * io/sys/stat.h: Likewise.
6746         * libio/bits/stdio.h: Likewise.
6747         * libio/bits/stdio2.h: Likewise.
6748         * mach/lock-intern.h: Likewise.
6749         * mach/mach/mig_support.h: Likewise.
6750         * math/bits/cmathcalls.h: Likewise.
6751         * posix/bits/unistd.h: Likewise.
6752         * socket/bits/socket2.h: Likewise.
6753         * stdlib/bits/stdlib.h: Likewise.
6754         * stdlib/stdlib.h: Likewise.
6755         * string/argz.h: Likewise.
6756         * string/bits/string2.h: Likewise.
6757         * string/bits/string3.h: Likewise.
6758         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
6759         * sysdeps/generic/inttypes.h: Likewise.
6760         * sysdeps/generic/machine-lock.h: Likewise.
6761         * sysdeps/generic/machine-sp.h: Likewise.
6762         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
6763         * sysdeps/i386/i486/bits/string.h: Likewise.
6764         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
6765         * sysdeps/mach/alpha/machine-lock.h: Likewise.
6766         * sysdeps/mach/alpha/machine-sp.h: Likewise.
6767         * sysdeps/mach/i386/machine-lock.h: Likewise.
6768         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
6769         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
6770         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
6771         * sysdeps/s390/bits/string.h: Likewise.
6772         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
6773         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
6774         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6775         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
6776         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6777         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
6778         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
6779         * wcsmbs/bits/wchar2.h: Likewise.
6780         * wcsmbs/wchar.h: Likewise.
6781         * stdlib/gmp.h: Likewise.  Include <features.h> to get
6782         __extern_inline definition.
6784 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
6786         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
6787         NULL.
6789         [BZ #3919]
6790         * math/libm-test.inc (log_test): Test -Inf and NaN.
6791         (log10_test, log1p_test, log2_test): Test -Inf.
6792         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
6793         FE_INVALID when argument is qNaN.
6794         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
6795         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
6796         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
6797         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
6798         andb $1, %ah with testb $1, %ah, don't test for parity, instead
6799         testb $4, %ah and jump if non-zero.
6800         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
6801         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
6803         [BZ #4101]
6804         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
6805         ancestors with the same depths.
6806         Patch by Niels Moeller <nisse@lysator.liu.se>.
6807         (filter_doc): Don't crash if argp is NULL.
6808         * argp/Makefile (tests): Add tst-argp2.
6809         * argp/tst-argp2.c: New test.
6811         [BZ #4130]
6812         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
6813         open_not_cancel_2.
6814         (updwtmp_file): Likewise.
6816         [BZ #4181]
6817         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
6818         (inet6_opt_append): Don't check extlen is big enough if extbuf
6819         is NULL.
6820         (inet6_opt_finish): Likewise.
6821         * inet/Makefile (tests): Add test-inet6_opt.
6822         * inet/test-inet6_opt.c: New test.
6824         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
6825         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
6826         NLMSG_ERR.  Instead use a page sized buffer.
6827         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
6828         buffer.
6830 2007-03-14  Richard Henderson  <rth@redhat.com>
6832         * sysdeps/alpha/fpu/s_llround.c: New file.
6833         * sysdeps/alpha/fpu/s_llroundf.c: New file.
6834         * sysdeps/alpha/fpu/s_lround.c: New file.
6835         * sysdeps/alpha/fpu/s_lroundf.c: New file.
6836         * sysdeps/alpha/fpu/s_round.c: New file.
6837         * sysdeps/alpha/fpu/s_roundf.c: New file.
6838         * sysdeps/alpha/fpu/s_trunc.c: New file.
6839         * sysdeps/alpha/fpu/s_truncf.c: New file.
6841         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
6842         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
6843         * sysdeps/alpha/fpu/s_floor.c: Likewise.
6844         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
6845         * sysdeps/alpha/fpu/s_rint.c: Likewise.
6846         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
6848         * sysdeps/alpha/fpu/s_fmax.S: New file.
6849         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
6850         * sysdeps/alpha/fpu/s_fmin.S: New file.
6851         * sysdeps/alpha/fpu/s_fminf.S: New file.
6852         * sysdeps/alpha/fpu/s_isnan.c: New file.
6853         * sysdeps/alpha/fpu/s_isnanf.c: New file.
6854         * sysdeps/alpha/fpu/s_llrint.c: New file.
6855         * sysdeps/alpha/fpu/s_llrintf.c: New file.
6856         * sysdeps/alpha/fpu/s_lrint.c: New file.
6857         * sysdeps/alpha/fpu/s_lrintf.c: New file.
6858         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
6859         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
6861         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
6862         (__fdimf, fdimf, __fdim, fdim): Remove.
6863         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
6864         (__isnanf, __isnan, __isnanl): New.
6866 2007-03-13  Richard Henderson  <rth@redhat.com>
6868         * sysdeps/ieee754/ldbl-128/Makefile: New file.
6870 2007-03-13  Richard Henderson  <rth@redhat.com>
6872         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
6873         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
6874         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
6875         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
6876         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
6877         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
6879 2007-03-13  Richard Henderson  <rth@redhat.com>
6881         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
6882         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
6883         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
6884         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
6885         Move to dl-auxv.h; initialize instead of extern weak.
6886         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
6887         weak symbol.
6888         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
6889         Extern instead of initialized.
6891 2007-03-13  Richard Henderson  <rth@redhat.com>
6893         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
6894         __sigsuspend_nocancel.
6896 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
6898         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
6899         172.16/12 address range.
6901 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
6903         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
6904         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
6905         message.
6907 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
6909         [BZ #4069]
6910         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
6911         earlier.
6912         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
6914         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
6915         for x qNaN and y either +-inf or non-integer value.
6916         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
6917         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6918         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
6920 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
6922         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
6923         from sysdep_headers.
6925 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
6927         * time/tzfile.c (find_transition): Instead of a linear search try to
6928         guess the transition index, use a linear search if the result is at
6929         most 10 transitions away from the guess or binary search otherwise.
6931 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
6933         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
6934         memory reallocation.
6936 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
6938         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
6939         and fix some typos.
6940         Optimize use of TOLOWER.
6942         [BZ #3325]
6943         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
6944         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
6945         * sysdeps/i386/fpu/e_fmod.S: Likewise.
6947         [BZ #3458]
6948         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
6949         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
6951         [BZ #4076]
6952         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
6953         (open_dir_stream): Likewise.
6954         * io/Makefile (tests): Add bug-ftw5.
6955         * io/bug-ftw5.c: New file.
6957         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
6958         * nscd/servicescache.c (cache_addserv): Likewise.
6960         * nscd/grpcache.c (cache_addgr): In case a record changed on
6961         refresh, adjust key_copy.
6963         [BZ #4074]
6964         * nscd/pwdcache.c (cache_addpw): In case a record changed on
6965         refresh, adjust key_copy.
6967         [BZ #4070]
6968         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
6969         special cases.
6970         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
6972 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
6974         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
6975         optimization.
6977         * stdio-common/vfscanf.c: Small cleanups throughout.
6979 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
6981         [BZ #3325]
6982         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
6983         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
6984         * sysdeps/i386/fpu/e_fmod.S: Likewise.
6985         Patch by Jared Casper <jaredcasper@gmail.com>.
6987         * sysdeps/unix/closedir.c: Outside libc don't use locking.
6988         * sysdeps/unix/opendir.c: Likewise.
6989         * sysdeps/unix/readdir.c: Likewise.
6991         [BZ #2211]
6992         * stdio-common/vfscanf.c: Handle localized digits etc for floating
6993         point numbers.
6994         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
6996         * stdio-common/vfscanf.c: Fix problems in width accounting.
6997         * stdio-common/tst-sscanf.c (double_tests): New tests.
6998         (main): Hook them up.
7000         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7001         More simplifications of floating-point reader.
7003         * stdio-common/Makefile (tests): Add tst-swscanf.
7004         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7005         testing.
7006         * stdio-common/tst-swscanf.c: New file.
7008 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7010         [BZ #2633]
7011         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7012         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7013         Remove using for __jmp_buf_tag.
7014         * locale/locale.h (struct lconv): Also define in std namespace.
7015         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7017         [BZ #3842]
7018         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7019         using __libc_enable_secure.
7021         [BZ #3818]
7022         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7024         [BZ #3745]
7025         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7026         of names for ellipsises.
7028         [BZ #3348]
7029         * malloc/memusage.sh: Cleanups.
7030         * debug/xtrace.sh: Quoting and trap changes.
7032 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7034         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7036         * locale/iso-3166.def: Update entry for Serbia.
7037         * locale/iso-4217.def: Define RSD, remove CSD.
7039         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7040         and 64-bit operations.
7042         [BZ #4040]
7043         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7044         16-bit operations.
7046         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7047         of writev.
7049 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7051         [BZ #3991]
7052         * assert/assert.h (assert): Simplify.
7053         (assert_perror): Likewise.
7054         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7056         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7057         reqdata.
7059         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7060         change: don't pass NULL in place of an integer.
7062 2007-02-02  Bruno Haible  <bruno@clisp.org>
7064         [BZ #3954]
7065         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7066         Add mapping for U+327E.
7067         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7068         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7069         mapping of 0xD9 0xE8.
7070         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7071         mapping of U+327E.
7072         Reported by Jungshik Shin <jungshik@google.com>.
7074         [BZ #3955]
7075         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7076         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7077         Reported by Jungshik Shin <jungshik@google.com>.
7079 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7081         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7082         byte variants.
7084         [BZ #4040]
7085         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7086         byte variants.  Patch mostly be tom@tommay.net.
7088 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7090         [BZ #3996]
7091         * posix/glob.c (attribute_hidden): Define if not defined.
7092         (glob): Unescape dirname, filename or username when needed and not
7093         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7094         is NULL.  Handle unescaped [ in pattern without closing ].
7095         Don't pass GLOB_CHECK down to recursive glob for directories.
7096         (__glob_pattern_type): New function.
7097         (__glob_pattern_p): Implement using __glob_pattern_type.
7098         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7099         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7100         Remove unreachable code.
7101         * posix/globtest.sh: Add a couple of new tests.
7103 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7105         * po/ru.po: Update from translation team.
7107 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7109         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7110         to the list of i486+ CPUs.
7111         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7113 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7115         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7116         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7117         references.
7119 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7121         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7123         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7124         * resolv/res_mkquery.c: Define __res_nopt.
7125         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7126         try adding EDNS0 record.
7127         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7128         EDNS0 record was send make sure we don't try it again.
7129         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7130         * include/resolv.h: Declare __res_nopt.
7132 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7134         [BZ #3944]
7135         * time/strptime_l.c (__strptime_internal): Set have_mon for
7136         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7137         have been computed from tm_yday and tm_year.  Don't crash
7138         in day_of_the_week or day_of_the_year if not have_mon
7139         and tm_mon contains bogus value.
7140         * time/Makefile (tests): Add tst-strptime3.
7141         * time/tst-strptime3.c: New test.
7143 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7145         [BZ #3957]
7146         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7147         bit for RE_HAT_LISTS_NOT_NEWLINE.
7148         (build_charclass_op): Remove bogus comment.
7149         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7150         * posix/bug-regex27.c: New test.
7151         * posix/bug-regex28.c: New test.
7153 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7155         * po/sv.po: Update from translation team.
7157 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7159         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7161 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7163         * include/locale.h (__uselocale): Add libc_hidden_proto.
7164         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7166         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7167         gettimeofday.
7169 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7171         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7172         returning.
7173         (PTR_DEMANGLE): Real definition now that it's not the same as
7174         PRT_MANGLE anymore.
7175         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7177         * string/strerror_l.c: New file.
7178         * string/Makefile (routines): Add strerror_l.
7179         * string/string.h: Declare strerror_l.
7180         * string/Versions: Export strerror_l for GLIBC_2.6.
7182 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7184         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7185         as parameter.  Construct request record.  Try sending request
7186         before the first poll use, it usually succeeds.  Adjust all
7187         callers.
7188         * nscd/nscd-client.h: Define MAXKEYLEN.
7189         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7191 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7193         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7194         from return value.
7195         * nscd/nscd_helper.c: Include string.h.
7196         (__nscd_cache_search): Remove const qualifier from return value.
7197         On strict alignment architectures check hash entry and data head
7198         alignment.
7199         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7200         mmapped data during GC cycle contains garbage.  If
7201         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7202         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7203         dropped to 0.
7204         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7205         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7206         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7207         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7208         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7210 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7212         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7214 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7216         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7217         names not numbers in cfi_*.
7219 2007-01-26  Andreas Jaeger  <aj@suse.de>
7221         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7222         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7223         Correct values of PER_HPUX and PER_OSF4.
7225 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7227         * elf/dl-minimal.c: Undefine _itoa first.
7228         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7229         * malloc/mtrace.c: Revert last change.
7230         * posix/wordexp.c: Likewise.
7232 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7234         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7235         and __geode__ to the list of i486+ CPUs.
7236         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7238 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7240         * stdio-common/_itoa.c: Include <limits.h>.
7241         * stdio-common/_itowa.c: Likewise.
7243 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7245         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7246         platforms.
7247         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7248         64-bit platforms.
7249         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7250         possible.
7251         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7252         if possible.
7254         [BZ #3902]
7255         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7256         * stdio-common/Makefile (tests): Add bug17.
7257         * stdio-common/bug17.c: New file.
7259 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7261         * iconvdata/brf.c: New file.
7262         * iconvdata/testdata/BRF: New file.
7263         * iconvdata/testdata/BRF..UTF8: New file.
7264         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7265         * iconvdata/Makefile: Add rules to build BRF.
7266         * iconvdata/TESTS: Add BRF entry.
7267         * iconvdata/gconv-modules: Likewise.
7268         * iconvdata/tst-tables.sh: Likewise.
7270 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7272         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7273         type `long long int', not `long int'.
7274         (wcstoq): Likewise.
7276 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7278         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7279         of values on 64-bit platforms which are too large.
7281 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7282             Joe Kerian  <jkerian@us.us.ibm.com>
7284         [BZ #2749]
7285         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7286         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7287         (__copysignl): Use signbit() for comparison.
7288         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7289         SET_LDOUBLE_WORDS64.
7291         [BZ #2423, #2749]
7292         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7293         (__ceill): Remove calls to fegetround(), fesetround().
7294         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7295         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7296         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7298 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7300         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7302         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7304 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7306         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7307         demangle pointer.
7308         * csu/libc-start.c: Likewise.
7310 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7312         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7313         really work anyway.
7315 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7317         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7318         users.
7319         (handle_request): Remove unnecessary tests.
7321         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7323 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7325         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7326         workbits in semi-raw fraction.
7328         * math/test-misc.c: Add new tests.
7330 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7332         * math/basic-test.c: Include test-skeleton.c.
7333         (TEST_TRUNC): Define.
7334         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7335         (main): Rename to ...
7336         (do_test): ...this.  Run new tests.
7337         (TEST_FUNCTION): Define.
7339 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7340             Joe Kerian  <jkerian@us.us.ibm.com>
7342         [BZ #2749]
7343         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7344         handling for high words.
7345         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7346         and overflow for infinity.
7348 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7350         * nscd/connections.c (handle_request): Add a __builtin_expect.
7352         * nscd/connections.c (serv2db): Change type into structure which
7353         also says whether this is a request for data.  Renamed to
7354         servinfo.  All users changed.
7355         (handle_request): Much simpler test whether we should search the cache.
7357         * nscd/connections.c (handle_request): Fix thinko in selinux test
7358         invocation.
7360         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7361         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7362         it before getting dl_load_lock and then relock.
7363         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7364         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7365         case we unlocked the scope.
7366         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7367         _dl_lookup_symbol_x in case we locked the scope.
7368         (_dl_profile_fixup): Likewise.
7369         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7370         set DL_LOOKUP_SCOPE_LOCK.
7372 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7374         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7375         CFLAGS-getsrvbynpt_r.c.
7376         * nscd/getsrvbynm_r.c: New file.
7377         * nscd/getsrvbypt_r.c: New file.
7378         * nscd/nscd_getserv_r.c: New file.
7379         * nscd/servicescache.c: New file.
7380         * nscd/Makefile (routines): Add nscd_getserv_r.
7381         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7382         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7383         CFLAGS-getsrvbypt_r.c.
7384         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7385         table.  Add entries for services database.
7386         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7387         services database.
7388         (dbs): Add .reset_res and servdb initialization.
7389         (serv2db): Add entries for services database.
7390         (verify_persistent_db): Accept dbnr == servdb.
7391         (invalidate_cache): Rewrite database name recognition to use a table.
7392         Call res_init() if .reset_res is set for database.
7393         (handle_request): Add code to handle services database.
7394         * nscd/gai.c: Don't define __getservbyname_r.
7395         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7396         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7397         (serv_response_header): Define.
7398         (struct datahead): Add serv_response_header member.
7399         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7400         using table.
7401         * nscd/nscd.conf: Add entries for services database.
7402         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7403         Declare serv_iov_disabled.
7404         Declare addservbyname, readdservbyname, addservbyport, and
7405         readdservbyport.
7406         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7407         (find_db): Fix error message.
7408         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7409         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7410         * nscd/selinux.c (perms): Add entries for services database.
7411         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7412         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7414         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7415         * nscd/hstcache.c: Likewise.
7416         * nscd/pwdcache.c: Likewise.
7418         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7419         computation of keylen.
7421         * include/string.h: Only redefine strndupa if this is really for
7422         libc code.
7424 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7426         * nscd/nscd_gethst_r.c: Minor cleanups.
7428         * nscd/connections.c (handle_request): Check selinux permissions
7429         for all non-admin commands.
7431         * sysdeps/i386/i486/bits/atomic.h: Define
7432         atomic_compare_and_exchange_val_acq,
7433         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7434         using __sync_* built-ins for gcc >= 4.1.
7435         * sysdeps/x86_64/bits/atomic.h: Likewise.
7437         [BZ #3840]
7438         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7439         and .oS.d files.
7441 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7443         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7444         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7445         (do_test): Check errno and exit(0) if ENOSYS.
7447 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7449         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7450         thousands separators.
7451         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7452         * stdlib/tst-strtod4.c: New test.
7454         [BZ #3855]
7455         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7456         hexadecimal digit should accept just the initial 0.
7457         * stdlib/tst-strtod2.c (tests): New variable.
7458         (do_test): Run several tests rather than just one.
7460 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7462         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7463         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7465 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7467         * io/fts.c: Make sure fts_cur is always valid after return from
7468         fts_read.
7469         Patch by Miloslav Trmac <mitr@redhat.com>.
7471 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
7473         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
7474         (R_MIPS_NUM): Bump by 1.
7476 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
7478         * posix/execvp.c: Include alloca.h.
7479         (allocate_scripts_argv): Renamed to...
7480         (scripts_argv): ... this.  Don't allocate buffer here nor count
7481         arguments.
7482         (execvp): Use alloca if possible.
7483         * posix/Makefile: Add rules to build and run tst-vfork3 test.
7484         * posix/tst-vfork3.c: New test.
7486 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
7488         * string/Makefile (tst-strxfrm2-ENV): Define.
7489         * stdlib/Makefile (tst-strtod3-ENV): Define.
7491 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
7493         * posix/getconf.c: Update copyright year.
7494         * nss/getent.c: Likewise.
7495         * iconv/iconvconfig.c: Likewise.
7496         * iconv/iconv_prog.c: Likewise.
7497         * elf/ldconfig.c: Likewise.
7498         * catgets/gencat.c: Likewise.
7499         * csu/version.c: Likewise.
7500         * elf/ldd.bash.in: Likewise.
7501         * elf/sprof.c (print_version): Likewise.
7502         * locale/programs/locale.c: Likewise.
7503         * locale/programs/localedef.c: Likewise.
7504         * nscd/nscd.c (print_version): Likewise.
7505         * debug/xtrace.sh: Likewise.
7506         * malloc/memusage.sh: Likewise.
7507         * malloc/mtrace.pl: Likewise.
7508         * debug/catchsegv.sh: Likewise.
7510 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
7512         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
7513         attempts.
7515 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
7517         * posix/wordexp.c: Remove some unnecessary tests.
7519 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
7521         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
7522         blacklist the group till after we look it up.
7524 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
7526         * include/atomic.h (atomic_forced_read): New macro.
7528 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7530         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
7532 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
7534         * nss/getXXbyYY_r.c: Include atomic.h.
7535         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
7536         add atomic_write_barrier () in between.
7538         * stdlib/Makefile (tests): Add tst-makecontext.
7539         * stdlib/tst-makecontext.c: New test.
7541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7542         (__makecontext): Don't realign uc_mcontext.uc_regs.
7544 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
7546         * elf/dl-support.c: Include dl-procinfo.h.
7547         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
7548         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
7549         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
7550         Define.
7551         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
7552         hardcoded constants.
7553         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
7554         PPC_PLATFORM_* macros for array designators.
7556 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
7558         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
7559         names to the beginning.
7560         (_dl_powerpc_platforms): Add "power6x".
7561         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
7562         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
7563         (_DL_PLATFORMS_COUNT): Increase.
7564         (_dl_string_platform): Handle power6x case.
7565         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
7566         PPC_FEATURE_POWER6_EXT): Define.
7567         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
7569 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
7571         [BZ #3747]
7572         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
7573         [-2^31 .. 2^31) range.
7574         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
7575         targets.
7576         * stdlib/tst-rand48-2.c: New test.
7577         * stdlib/Makefile (tests): Add tst-rand48-2.
7579 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
7581         * misc/tst-pselect.c (do_test): Fix sigblock argument.
7583 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
7585         * misc/tst-pselect.c (do_test): Make sure the helper process is
7586         terminating when the test is aborted.
7588 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
7590         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
7591         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
7592         Handle relatime mount option.
7594         [BZ #2337]
7595         * libio/Makefile (tests): Add tst-setvbuf1.
7596         * libio/tst-setvbuf1.c: New file.
7598 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
7600         [BZ #2337]
7601         * libio/genops.c (__uflow): Fix a typo.
7602         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
7603         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
7604         the narrow buffer size.
7606 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
7608         [BZ #2337]
7609         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
7610         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
7611         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
7612         in _flags.
7613         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
7614         _IO_wstr_finish): Likewise.
7615         * libio/wmemstream.c (open_wmemstream): Likewise.
7616         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
7617         even for wide streams.
7619 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
7621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
7622         kernel-features.h.
7624 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
7626         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
7627         separators also if no non-zero digits found.
7628         * stdlib/Makefile (tests): Add tst-strtod3.
7630 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
7632         [BZ #3632]
7633         * include/features.h: Fix comment about default value for
7634         _POSIX_C_SOURCE.
7636         [BZ #3664]
7637         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
7638         empty parsed strings.
7639         * stdlib/Makefile (tests): Add tst-strtod2.
7640         * stdlib/tst-strtod2.c: New file.
7642         [BZ #3673]
7643         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
7644         computation.
7645         * stdlib/Makefile (tests): Add tst-atof2.
7646         * stdlib/tst-atof2.c: New file.
7648         [BZ #3674]
7649         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
7650         correctly if removing trailing zero of hex-float.
7651         * stdlib/Makefile (tests): Add tst-atof1.
7652         * stdlib/tst-atof1.c: New file.
7654 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
7656         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
7657         Start searching for next comma at p rather than rest.
7658         * misc/Makefile (tests): Add tst-mntent2.
7659         * misc/tst-mntent2.c: New test.
7661         * misc/getusershell.c (initshells): Check for integer overflows.
7662         Make strings buffer one bigger as fgets always succeeds when second
7663         argument is 1.  Don't use calloc for shells array.  Disallow
7664         / as shell.
7666 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
7668         * malloc/memusage.c: Handle realloc with new size of zero and
7669         non-NULL pointer correctly.
7670         (me): Really write first record twice.
7671         (struct entry): Make format bi-arch safe.
7672         (dest): Write out more realloc statistics.
7673         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
7675 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
7677         * nis/nis_subr.c (nis_getnames): Revert last change.
7679 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
7681         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
7682         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
7683         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
7684         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
7685         ENOTTY.
7686         * io/Makefile: Add rules to build and run tst-ttyname_r test.
7687         * io/tst-ttyname_r.c: New test.
7689 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7691         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
7693 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
7695         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
7696         jump table entries.
7698 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7700         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
7701         `clone' function to ensure proper unwinding stop of gdb.
7702         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
7704 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
7706         * nscd/nscd.init: Remove obsolete and commented-out -S option
7707         handling.
7709 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
7711         [BZ #3514]
7712         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
7714         [BZ #3515]
7715         * manual/string.texi (strtok): Remove duplicate paragraph.
7717 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7719         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
7720         libgcc not supporting `rflags' unwinding (register # >= 17).
7722 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
7724         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
7725         succeeded.
7727 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
7728             Jakub Jelinek  <jakub@redhat.com>
7729             Jan Kratochvil  <jan.kratochvil@redhat.com>
7731         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
7732         unwind information.
7733         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
7734         'restore_rt' even in the 'signal' directory.
7735         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
7737 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
7739         [BZ #3559]
7740         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
7741         malloc crashed.  Don't allocate memory unnecessarily in each
7742         loop.
7744 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
7746         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
7748 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
7750         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
7752 2006-11-18  Bruno Haible  <bruno@clisp.org>
7754         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
7755         __sysconf only after having tried to call getgroups32.
7757 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
7759         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
7760         addresses for IPv4 queries if they can be mapped.
7762 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
7764         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
7765         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
7766         (signmask): Add .size directive.
7767         (othermask): Add .type directive.
7769 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
7771         * po/nl.po: Update from translation team.
7773         * timezone/zdump.c: Redo fix for BZ #3137.
7775 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
7777         * nss/nss_files/files-alias.c (get_next_alias): Set line back
7778         to first_unused after parsing :include: file.
7780 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
7782         * timezone/africa: Update from tzdata2006o.
7783         * timezone/antarctica: Likewise.
7784         * timezone/asia: Likewise.
7785         * timezone/australasia: Likewise.
7786         * timezone/backward: Likewise.
7787         * timezone/europe: Likewise.
7788         * timezone/iso3166.tab: Likewise.
7789         * timezone/northamerica: Likewise.
7790         * timezone/southamerica: Likewise.
7791         * timezone/zone.tab: Likewise.
7793         * time/tzfile.c (__tzfile_read): Extend to handle new file format
7794         on machines with 64-bit time_t.
7796         * timezone/checktab.awk: Update from tzcode2006o.
7797         * timezone/ialloc.c: Likewise.
7798         * timezone/private.h: Likewise.
7799         * timezone/scheck.c: Likewise.
7800         * timezone/tzfile.h: Likewise.
7801         * timezone/tzselect.ksh: Likewise.
7802         * timezone/zdump.c: Likewise.
7803         * timezone/zic.c: Likewise.
7805         [BZ #3483]
7806         * elf/ldconfig.c (main): Call setlocale and textdomain.
7807         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
7809         [BZ #3480]
7810         * manual/argp.texi: Fix typos.
7811         * manual/charset.texi: Likewise.
7812         * manual/errno.texi: Likewise.
7813         * manual/filesys.texi: Likewise.
7814         * manual/lang.texi: Likewise.
7815         * manual/maint.texi: Likewise.
7816         * manual/memory.texi: Likewise.
7817         * manual/message.texi: Likewise.
7818         * manual/resource.texi: Likewise.
7819         * manual/search.texi: Likewise.
7820         * manual/signal.texi: Likewise.
7821         * manual/startup.texi: Likewise.
7822         * manual/stdio.texi: Likewise.
7823         * manual/sysinfo.texi: Likewise.
7824         * manual/syslog.texi: Likewise.
7825         * manual/time.texi: Likewise.
7826         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7828         [BZ #3465]
7829         * sunrpc/clnt_raw.c: Minimal message improvements.
7830         * sunrpc/pm_getmaps.c: Likewise.
7831         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7832         * nis/nis_print_group_entry.c: Likewise.
7833         * locale/programs/repertoire.c: Likewise.
7834         * locale/programs/charmap.c: Likewise.
7835         * malloc/memusage.sh: Likewise.
7836         * elf/dl-deps.c: Likewise.
7837         * locale/programs/ld-collate.c: Likewise.
7838         * libio/vswprintf.c: Likewise.
7839         * malloc/memusagestat.c: Likewise.
7840         * sunrpc/auth_unix.c: Likewise.
7841         * sunrpc/rpc_main.c: Likewise.
7842         * nscd/cache.c: Likewise.
7843         * locale/programs/repertoire.c: Unify output messages.
7844         * locale/programs/charmap.c: Likewise.
7845         * locale/programs/ld-ctype.c: Likewise.
7846         * locale/programs/ld-monetary.c: Likewise.
7847         * locale/programs/ld-numeric.c: Likewise.
7848         * locale/programs/ld-time.c: Likewise.
7849         * elf/ldconfig.c: Likewise.
7850         * nscd/selinux.c: Likewise.
7851         * elf/cache.c: Likewise.
7852         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
7854         [BZ #3451]
7855         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
7856         change atomic.
7857         (ceil): Likewise.
7859 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
7861         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
7862         if N is one bigger than return value.
7863         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
7864         and l1 last arguments, if buf is defined, verify the return value
7865         equals to strlen (buf) and verify no byte beyond passed length
7866         is modified.
7868 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
7870         * po/sv.po: Update from translation team.
7872 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
7874         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
7875         noinline attribute.
7877 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
7879         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
7880         noinline attribute.
7882         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
7883         Use __new_sys_siglist instead of _sys_siglist_internal as
7884         second macro argument.
7885         (_old_sys_siglist): Use declare_symbol_alias macro instead of
7886         strong_alias.
7888 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
7890         [BZ #3493]
7891         * posix/unistd.h (sysconf): Remove const attribute.
7893         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
7894         temporary or deprecated addresses.
7895         Patch by Sridhar Samudrala <sri@us.ibm.com>.
7897         * string/Makefile (tests): Add tst-strxfrm2.
7898         * string/tst-strxfrm2.c: New file.
7900 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
7902         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
7903         rather than r->r_brk.
7905 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
7907         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
7908         optimization even if needed > n.
7910         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
7911         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
7912         return false, otherwise return true.
7913         (cache_rpath): Return decompose_rpath return value.
7915 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
7917         * include/libc-symbols.h (declare_symbol): Rename to...
7918         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
7919         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
7920         .size directive.
7921         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
7922         changes.
7923         * sysdeps/gnu/siglist.c: Likewise.
7925 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
7927         * sysdeps/powerpc/fpu/bits/mathinline.h
7928         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
7929         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
7931 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
7933         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
7934         Update handling of cache descriptor 0x49 for new models.
7935         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
7936         Likewise.
7938 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
7940         * malloc/memusage.c (dest): Reset not_me back to false after
7941         printing statistics.
7943 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
7945         * configure.in: Work around ld --help change and avoid -z relro
7946         test completely if the architecture doesn't care about security.
7948 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
7950         * po/sv.po: Update from translation team.
7952 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
7954         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
7955         generate compatibility version.
7957 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
7959         * configure.in: Relax -z relro requirement a bit.
7961         * po/sv.po: Update from translation team.
7963 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
7965         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
7966         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
7967         * elf/dl-close.c (_dl_close_worker): Likewise.
7968         * elf/dl-open.c (_dl_open_worker): Likewise.
7969         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
7971 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
7973         * configure.in: Require assembler support for visibility, compiler
7974         support for visibility and aliases, linker support for various -z
7975         options.
7976         * Makeconfig: Remove conditional code which now is unnecessary.
7977         * config.h.in: Likewise.
7978         * config.make.in: Likewise.
7979         * dlfcn/Makefile: Likewise.
7980         * elf/Makefile: Likewise.
7981         * elf/dl-load.c: Likewise.
7982         * elf/rtld.c: Likewise.
7983         * include/libc-symbols.h: Likewise.
7984         * include/stdio.h: Likewise.
7985         * io/Makefile: Likewise.
7986         * io/fstat.c: Likewise.
7987         * io/fstat64.c: Likewise.
7988         * io/fstatat.c: Likewise.
7989         * io/fstatat64.c: Likewise.
7990         * io/lstat.c: Likewise.
7991         * io/lstat64.c: Likewise.
7992         * io/mknod.c: Likewise.
7993         * io/mknodat.c: Likewise.
7994         * io/stat.c: Likewise.
7995         * io/stat64.c: Likewise.
7996         * libio/stdio.c: Likewise.
7997         * nscd/Makefile: Likewise.
7998         * stdlib/Makefile: Likewise.
7999         * stdlib/atexit.c: Likewise.
8000         * sysdeps/generic/ldsodefs.h: Likewise.
8001         * sysdeps/i386/dl-machine.h: Likewise.
8002         * sysdeps/i386/sysdep.h: Likewise.
8003         * sysdeps/i386/i686/memcmp.S: Likewise.
8004         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8005         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8006         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8008         * Makerules: USE_TLS support is now default.
8009         * tls.make.c: Likewise.
8010         * csu/Versions: Likewise.
8011         * csu/libc-start.c: Likewise.
8012         * csu/libc-tls.c: Likewise.
8013         * csu/version.c: Likewise.
8014         * dlfcn/dlinfo.c: Likewise.
8015         * elf/dl-addr.c: Likewise.
8016         * elf/dl-cache.c: Likewise.
8017         * elf/dl-close.c: Likewise.
8018         * elf/dl-iteratephdr.c: Likewise.
8019         * elf/dl-load.c: Likewise.
8020         * elf/dl-lookup.c: Likewise.
8021         * elf/dl-object.c: Likewise.
8022         * elf/dl-open.c: Likewise.
8023         * elf/dl-reloc.c: Likewise.
8024         * elf/dl-support.c: Likewise.
8025         * elf/dl-sym.c: Likewise.
8026         * elf/dl-sysdep.c: Likewise.
8027         * elf/dl-tls.c: Likewise.
8028         * elf/ldconfig.c: Likewise.
8029         * elf/rtld.c: Likewise.
8030         * elf/tst-tls-dlinfo.c: Likewise.
8031         * elf/tst-tls1.c: Likewise.
8032         * elf/tst-tls10.h: Likewise.
8033         * elf/tst-tls14.c: Likewise.
8034         * elf/tst-tls2.c: Likewise.
8035         * elf/tst-tls3.c: Likewise.
8036         * elf/tst-tls4.c: Likewise.
8037         * elf/tst-tls5.c: Likewise.
8038         * elf/tst-tls6.c: Likewise.
8039         * elf/tst-tls7.c: Likewise.
8040         * elf/tst-tls8.c: Likewise.
8041         * elf/tst-tls9.c: Likewise.
8042         * elf/tst-tlsmod1.c: Likewise.
8043         * elf/tst-tlsmod13.c: Likewise.
8044         * elf/tst-tlsmod13a.c: Likewise.
8045         * elf/tst-tlsmod14a.c: Likewise.
8046         * elf/tst-tlsmod2.c: Likewise.
8047         * elf/tst-tlsmod3.c: Likewise.
8048         * elf/tst-tlsmod4.c: Likewise.
8049         * elf/tst-tlsmod5.c: Likewise.
8050         * elf/tst-tlsmod6.c: Likewise.
8051         * include/errno.h: Likewise.
8052         * include/link.h: Likewise.
8053         * include/tls.h: Likewise.
8054         * locale/global-locale.c: Likewise.
8055         * locale/localeinfo.h: Likewise.
8056         * malloc/arena.c: Likewise.
8057         * malloc/hooks.c: Likewise.
8058         * malloc/malloc.c: Likewise.
8059         * resolv/Versions: Likewise.
8060         * sysdeps/alpha/dl-machine.h: Likewise.
8061         * sysdeps/alpha/libc-tls.c: Likewise.
8062         * sysdeps/generic/ldsodefs.h: Likewise.
8063         * sysdeps/generic/tls.h: Likewise.
8064         * sysdeps/i386/dl-machine.h: Likewise.
8065         * sysdeps/ia64/dl-machine.h: Likewise.
8066         * sysdeps/ia64/libc-tls.c: Likewise.
8067         * sysdeps/mach/hurd/fork.c: Likewise.
8068         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8069         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8070         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8071         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8072         * sysdeps/s390/libc-tls.c: Likewise.
8073         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8074         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8075         * sysdeps/sh/dl-machine.h: Likewise.
8076         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8077         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8078         * sysdeps/x86_64/dl-machine.h: Likewise.
8080         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8081         split out locking and parameter checking.
8082         (_dl_close): Call _dl_close_worker after locking and checking.
8083         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8084         _dl_close.
8085         * elf/Makefile: Add rules to build and run tst-thrlock.
8086         * elf/tst-thrlock.c:  New file.
8088         [BZ #3426]
8089         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8090         reality.
8092         [BZ #3429]
8093         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8094         we are sure we do not need it anymore for _dl_close.  Also move
8095         the asserts inside the lock region.
8096         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8098 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8100         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8101         argument.
8102         (_dl_lookup_symbol_x): Adjust caller.
8104         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8105         _ns_global_scope.
8106         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8108         * elf/dl-libc.c: Revert l_scope name changes.
8109         * elf/dl-load.c: Likewise.
8110         * elf/dl-object.c: Likewise.
8111         * elf/rtld.c: Likewise.
8112         * elf/dl-close.c (_dl_close): Likewise.
8113         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8114         always use __rtld_mrlock_{change,done}.  Always free old scope list
8115         here if not l_scope_mem.
8116         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8117         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8118         the lookup and __rtld_mrlock_unlock it after the lookup.
8119         * elf/dl-sym.c: Likewise.
8120         * include/link.h (struct r_scoperec): Remove.
8121         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8122         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8124 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8126         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8128 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8130         * configure.in: Disable building profile libraries by default.
8132 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8134         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8135         as signed longs, check for x_base + pos overflow.
8136         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8137         * sunrpc/tst-xdrmem2.c: New test.
8139 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8141         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8142         _dl_lookup_symbol_x code.
8144 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8146         * elf/dl-runtime.c: Include sysdep-cancel.h.
8147         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8148         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8149         instead of catomic_* macros.
8150         * elf/dl-sym.c: Include sysdep-cancel.h.
8151         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8152         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8153         * elf/dl-close.c: Include sysdep-cancel.h.
8154         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8155         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8156         * elf/dl-open.c: Include sysdep-cancel.h.
8157         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8158         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8160 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8162         [BZ #3313]
8163         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8164         fastbin rather than end of fastbin array.
8166 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8168         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8169         body macro.
8170         * sysdeps/x86_64/bits/atomic.h
8171         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8172         (catomic_decrement): Use correct body macro.
8174 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8176         * include/atomic.h: Add a unique prefix to all local variables
8177         in macros.
8178         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8180 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8182         [BZ #3369]
8183         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8184         and 7.
8186 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8188         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8190 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8192         [BZ #3313]
8193         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8194         determine highest fast bin to consolidate, always look into all of
8195         them.
8196         (do_check_malloc_state): Only require for empty bins for large
8197         sizes in main arena.
8199         * libio/stdio.h: Add more __wur attributes.
8201         * elf/dl-minimal.c (realloc): Optimize last patch.
8203 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8205         [BZ #3352]
8206         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8207         and use memcpy() if it does.
8209 2006-11-12  Andreas Jaeger  <aj@suse.de>
8211         [BZ #2510]
8212         * manual/search.texi (Hash Search Function): Clarify.
8213         (Array Search Function): Clarify.
8215 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8217         [BZ #2830]
8218         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8219         shifting.
8220         * math/atest-exp2.c (read_mpn_hex): Likewise.
8221         * math/atest-sincos.c (main): Likewise.
8223 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8225         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8226         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8227         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8228         version GLIBC_2.6.
8229         * Versions.def: Add GLIBC_2.6 for libc.
8231         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8233         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8235 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8237         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8239         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8241         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8242         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8244 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8246         * include/atomic.c: Define catomic_* operations.
8247         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8248         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8249         * malloc/memusage.c: Likewise.
8250         * gmon/mcount.c: Likewise.
8251         * elf/dl-close.c: Likewise.
8252         * elf/dl-open.c: Likewise.
8253         * elf/dl-profile.c: Likewise.
8254         * elf/dl-sym.c: Likewise.
8255         * elf/dl-runtime.c: Likewise.
8256         * elf/dl-fptr.c: Likewise.
8257         * resolv/res_libc.c: Likewise.
8259 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8261         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8262         components which lack them.
8264         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8265         at least one entry consisting of the parameter concatenated with
8266         the domain.
8268 2006-10-10  Roland McGrath  <roland@frob.com>
8270         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8271         * sysdeps/mach/hurd/futimes.c: Likewise.
8272         * sysdeps/mach/hurd/lutimes.c: Likewise.
8274 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8275             Jakub Jelinek  <jakub@redhat.com>
8277         Implement reference counting of scope records.
8278         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8279         from the list in objects which remain.  Always allocate new scope
8280         record.
8281         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8282         don't resize, allocate a new one.
8283         * elf/dl-runtime.c: Update reference counters before using a scope
8284         array.
8285         * elf/dl-sym.c: Likewise.
8286         * elf/dl-libc.c: Adjust for l_scope name change.
8287         * elf/dl-load.c: Likewise.
8288         * elf/dl-object.c: Likewise.
8289         * elf/rtld.c: Likewise.
8290         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8291         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8292         Add l_scoperec_lock.
8293         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8294         * sysdeps/generic/rtld-lowlevel.h: New file.
8296         * include/atomic.h: Rename atomic_and to atomic_and_val and
8297         atomic_or to atomic_or_val.  Define new macros atomic_and and
8298         atomic_or which do not return values.
8299         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8300         Various cleanups.
8301         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8303         * po/sv.po: Update from translation team.
8305 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8307         * Versions.def: Add GLIBC_2.6 to libpthread.
8309         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8310         (versioned_symbol): Likewise.
8311         (compat_symbol): Likewise.
8313         * po/tr.po: Update from translation team.
8315 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8317         * nis/Banner: Removed.  It's been integral part forever and the
8318         author info is incomplete anyway.
8319         * libio/Banner: Likewise.
8321         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8322         code, make sure the nis_freeresult call doesn't crash and that the
8323         result is reported correctly.
8325 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8327         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8328         when callback is NULL.
8330         * nis/Versions (libnss_nisplus): Add
8331         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8332         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8333         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8334         _nss_create_tablename): Rename to...
8335         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8336         ... these.  No longer static.
8337         (internal_setgrent): Adjust users.
8338         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8339         Don't use locking around _nss_grp_create_tablename call.
8340         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8342 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8344         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8346 2006-10-06  Andreas Jaeger  <aj@suse.de>
8348         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8350 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8352         * po/pl.po: Update from translation team.
8354         * nscd/nscd.c (main): Fix typo in message.
8355         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8357 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8359         [BZ #3291]
8360         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8361         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8362         (__sigprocmask): Define.
8364 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8366         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8367         used.
8369 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8371         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8372         in oldtotal and newtotal calculation.
8373         * nscd/nscd-client.h (struct mapped_database): Add datasize
8374         field.
8375         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8376         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8377         increased.
8378         (__nscd_cache_search): Add checks to make sure we never reference
8379         data beyond the current mapping.
8381 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8383         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8384         variables const to avoid compiler warnings.
8386         * io/fts.c (fts_close): Remove redundant checks.
8387         (fts_build): Likewise.
8388         (fts_palloc): Likewise.
8390         * manual/message.texi (Advanced gettext functions,
8391         Using gettextized software): Fix typos.
8393 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8395         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8396         explain why there are no leaks.
8398 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8400         * libio/wmemstream.c: Include <wchar.h>.
8401         * libio/bug-wmemstream1.c: Likewise.
8402         * libio/tst-wmemstream1.c: Likewise.
8403         * libio/tst-wmemstream2.c: Likewise.
8405         * version.h (RELEASE): Bump to 2.5.
8406         * README: Regenerated.
8408         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8410         [BZ #3273]
8411         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8412         found no group members.
8413         Patch by Petr Baudis.
8415 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8417         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8418         assert bootstrap_map.l_tls_modid is zero.
8419         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8420         if USE___THREAD.
8422 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8424         * libio/stdio.h: Move open_wmemstream prototype to ...
8425         * wcsmbs/wchar.h: ... here.
8427 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8429         [BZ #3252]
8430         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8431         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8432         __{,l}chown to handle the rest.
8433         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8434         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8435         __{,l}chown to handle the rest.
8436         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8437         i386/fchownat.c.
8438         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8439         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8441         [BZ #3253]
8442         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8443         time, rather allocate increasingly bigger arrays of pointers, if
8444         possible with alloca, if too large with malloc.
8446 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8448         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8450         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8452 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8454         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8455         home addresses.
8456         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8457         IFA_F_HOMEADDRESS flag for interfaces.
8458         * include/ifaddrs.h (struct in6addrinfo): Define
8459         in6ai_homeaddress.
8461 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8463         [BZ #3225]
8464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8465         PTR_DEMANGLE3): Define.
8466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8467         PTR_DEMANGLE3): Likewise.
8468         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8469         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
8470         Likewise.
8471         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
8473 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
8475         * po/libc.pot: Regenerated.
8476         * po/be.po: Updated.
8477         * po/ca.po: Likewise.
8478         * po/cs.po: Likewise.
8479         * po/da.po: Likewise.
8480         * po/de.po: Likewise.
8481         * po/el.po: Likewise.
8482         * po/en_GB.po: Likewise.
8483         * po/es.po: Likewise.
8484         * po/fi.po: Likewise.
8485         * po/fr.po: Likewise.
8486         * po/gl.po: Likewise.
8487         * po/hr.po: Likewise.
8488         * po/hu.po: Likewise.
8489         * po/ja.po: Likewise.
8490         * po/ko.po: Likewise.
8491         * po/nb.po: Likewise.
8492         * po/nl.po: Likewise.
8493         * po/pl.po: Likewise.
8494         * po/pt_BR.po: Likewise.
8495         * po/ru.po: Likewise.
8496         * po/rw.po: Likewise.
8497         * po/sk.po: Likewise.
8498         * po/sv.po: Likewise.
8499         * po/tr.po: Likewise.
8500         * po/zh_CN.po: Likewise.
8501         * po/zh_TW.po: Likewise.
8503         [BZ #3137]
8504         * iconv/iconv_prog.c (main): Fix spelling in error message.
8505         * iconv/iconvconfig.c (main): Likewise.
8506         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
8507         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
8508         * locale/programs/localedef.c (main): Likewise.
8509         * locale/programs/repertoire.c (repertoire_read): Likewise.
8510         * timezone/zdump.c (main): Likewise.
8511         * nscd/connections.c (handle_request): Fix spelling in log message.
8512         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
8514 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
8516         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
8517         interfaces.
8519 2006-09-20  Andreas Jaeger  <aj@suse.de>
8521         * math/libm-test.inc (lrint_test_upward): Fix typo.
8523 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
8525         [BZ #2592]
8526         * math/libm-test.inc (lrint_test_tonearest): New function.
8527         (lrint_test_towardzero): New function.
8528         (lrint_test_downward): New function.
8529         (lrint_test_upward): New function.
8530         (main): Run these new tests.
8531         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
8532         of values near to 0.
8533         (two52): Use double not long double.
8534         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
8535         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
8536         (two23): Use float not double.
8537         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
8538         (two23): Use float not double.
8539         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
8540         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
8541         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
8542         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
8544 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8546         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
8547         Cast sp to unsigned long to avoid compiler warning.
8548         Use __makecontext_ret function instead of a trampoline on the stack.
8549         (__makecontext_ret): New function.
8550         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
8552 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
8554         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
8555         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
8556         bits.
8558 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
8560         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
8561         sure no reference to the unloaded map's search list remains in the
8562         dependency's scope.
8564 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8566         * elf/Makefile: Add rules to build and run unload7 test.
8567         * elf/unload7.c: New test.
8568         * elf/unload7mod1.c: New file.
8569         * elf/unload7mod2.c: New file.
8571 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
8573         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
8574         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
8575         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8576         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
8577         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8578         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
8579         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8580         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
8581         PTRACE_GETEVENTMSG): Likewise.
8582         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
8583         values.
8585 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
8587         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
8588         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8589         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
8590         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
8592 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8594         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
8595         write '\0' to the fd.
8596         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
8597         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
8598         Change regs to unsigned long pointer from unsigned int, fix fscr
8599         offset.
8601 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8603         * io/Makefile (CFLAGS-fstatat.c): Set.
8604         (CFLAGS-fstatat64.c): Likewise.
8605         (CFLAGS-mknodat.c): Likewise.
8607         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
8608         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
8609         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
8610         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
8612 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8613             Steven Munroe  <sjmunroe@us.ibm.com>
8615         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
8616         names to the beginning.  Rename "cell" to "cellbe".
8617         (_dl_powerpc_platforms): New.
8618         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8619         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
8620         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
8621         (_DL_HWCAP_PLATFORM): Define to new mask.
8622         (_dl_platform_string, _dl_string_platform): New functions.
8623         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
8624         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
8626 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
8628         [BZ #2526]
8629         * README.libm: Fix a thinko in sqrt algorithm description.
8631         [BZ #3143]
8632         * manual/string.texi (argz_delete): Fix prototype.
8633         Patch by <alpt@freaknet.org>.
8635 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
8637         [BZ #3138]
8638         * io/test-lfs.c (do_prepare): Give name_len type size_t.
8639         * io/tst-fcntl.c (do_prepare): Likewise.
8640         * posix/tst-exec.c (do_prepare): Likewise.
8641         * posix/tst-preadwrite.c (do_prepare): Likewise.
8642         * posix/tst-spawn.c (do_prepare): Likewise.
8643         * posix/tst-truncate.c (do_prepare): Likewise.
8644         * rt/tst-aio.c (do_prepare): Likewise.
8645         * rt/tst-aio64.c (do_prepare): Likewise.
8646         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
8647         size_t.
8649 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
8651         [BZ #2821]
8652         * time/mktime.c (guess_time_tm): Fix overflow detection.
8653         * time/Makefile (tests): Add bug-mktime1.
8654         * time/bug-mktime1.c: New file.
8656         [BZ #3189, #3188]
8657         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
8658         (mremap): Likewise.
8660 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
8662         [BZ #1006]
8663         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8664         Ensure relocation doesn't clobber any bits outside of the
8665         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
8666         R_SPARC_HI22 and R_SPARC_H44.
8668         [BZ #2775]
8669         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
8670         (long) (MINSIZE + nb - old_size) is positive.
8672         * malloc/arena.c (grow_heap): When growing bail even if new_size
8673         is negative.
8675         [BZ #3155]
8676         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
8677         stack below r1.
8679 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8681         * posix/regex_internal.c (re_string_reconstruct): Handle
8682         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8683         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8684         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8685         re_string_context_at.
8686         * posix/Makefile: Add rules to build and run bug-regex26 test.
8687         * posix/bug-regex26.c: New test.
8689         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
8690         rather than col_sym_free.  Move seqp declaration earlier.
8692         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
8694 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
8696         * nscd/initgrcache.c (addinitgroupsX): Move any_success
8697         decl before first goto out.
8699 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8701         * Makerules (shlib.lds): If have-hash-style, put .hash section
8702         at the end of the RO segment.
8704 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
8706         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
8707         style hash table format is used.
8709 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8711         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
8712         randomization rather than before.
8713         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
8715 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
8717         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
8719         * malloc/malloc.c (_int_malloc): Use full list insert and not
8720         shortcut which assumes the list is empty for large requests
8721         too.
8723         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
8725 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
8727         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
8728         and offout arguments to the prototype.
8729         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
8730         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
8731         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
8732         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
8733         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
8734         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
8735         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
8736         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
8738 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
8740         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
8742         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
8743         dlopen parameters.
8745 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
8747         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
8748         only if herrno is NETDB_INTERNAL.  Handle errors other than
8749         ERANGE outside of the loops, handle TRY_AGAIN.
8751         * locale/programs/ld-ctype.c (translit_flatten): Issue error
8752         if other's ctype category was missing.
8753         * locale/programs/ld-collate.c (collate_read): Return if
8754         copy_locale's collate category is missing.
8756 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
8758         [BZ #2684]
8759         * malloc/malloc.c (public_rEALLOc): Try harder by using other
8760         arenas if allocation failed.
8761         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
8763 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
8765         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
8766         waste bins[0..1].
8767         (malloc_state): Reduce bins size by 2.
8768         (_int_malloc): Fix test for large enough buffer for early termination.
8769         When no unsorted block matches perfectly and an exiting block has
8770         to be split, use full list insert and not shortcut which assumes
8771         the list is empty.
8773         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
8774         failure.
8776 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
8778         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
8779         do anything.
8781         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
8782         symbol require exact match (these are PLTs).
8783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
8784         (_dl_ppc64_addr_sym_match): Likewise.
8786         [BZ #2683]
8787         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
8788         If symbol has a value use it.
8789         * elf/tst-dladdr1.c: New file.
8790         * elf/Makefile: Add rules to build and run tst-addr1.
8792 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
8794         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
8795         keeps failing and heap growth or new heap creation isn't
8796         successful either.
8797         * malloc/tst-malloc.c (main): Add new tests.
8799 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
8801         [BZ #2734]
8802         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
8803         as in the x86-64 code to use bswap.
8805 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
8807         [BZ #2680]
8808         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
8809         __USE_UNIX98.
8810         * posix/bits/unistd.h: Likewise.
8812 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
8814         [BZ #2751]
8815         * string/strchr.c: Add cast to avoid warning.
8817 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
8819         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
8820         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
8821         limit is needed to avoid the exploding of the address space
8822         requirement for secondary heaps.
8823         * malloc/arena.c (HEAP_MAX_SIZE): Define using
8824         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
8826 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
8828         [BZ #3018]
8829         * Makerules (depfiles): Handle extra-test-objs the same as
8830         extra-objs.
8831         (common-mostlyclean): Likewise.
8832         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
8833         instead.
8834         * elf/Makefile (extra-objs): Likewise.
8835         * stdlib/Makefile (extra-objs): Likewise.
8837 2006-08-14  Eric Blake  <ebb9@byu.net>
8839         [BZ #3044]
8840         * misc/error.h: Assume C89 or better.
8841         * misc/error.c: Likewise.
8843 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
8845         [BZ #3040]
8846         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
8847         __ASSUME_ATFCTS is defined.
8849 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
8851         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
8852         to sort in each call.
8854         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
8855         is empty simply return and use next service.
8856         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
8858         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
8859         tells us when not finding a charmap file is an error.
8860         * locale/programs/charmap.h: Adjust charmap_read prototype.
8861         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
8862         cannot find a charmap.
8863         * locale/programs/localedef.c (main): Adjust charmap_read call.
8865 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
8867         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
8868         sysdeps/posix/pause.c implementation instead.
8870 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
8872         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
8873         to EPERM.
8875 2006-08-13  Andreas Schwab  <schwab@suse.de>
8877         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
8878         Don't clobber caller's LRSAVE.
8879         (_dl_prof_resolve): Likewise.
8881 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
8883         [BZ #1996]
8884         * libio/memstream.c (open_memstream): Allocate initial buffer with
8885         calloc.
8886         * libio/wmemstream.c (open_wmemstream): Likewise.
8887         * libio/strops.c: Pretty printing.
8888         (_IO_str_overflow): Clear uninitialized part of the new buffer.
8889         (enlarge_userbuf): New function.
8890         (_IO_str_seekoff): Call it if seek position is larger than current
8891         buffer.
8892         * libio/wstrops.c: Likewise.
8893         * libio/vasprintf.c: Add comment as to why we do not have to use
8894         calloc instead of malloc to allocate initial buffer.
8895         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
8896         * libio/bug-memstream1.c: New file.
8897         * libio/bug-wmemstream1.c: New file.
8899 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
8901         * libio/wstrops.c: Remove dead macro definitions and comments.
8902         * libio/strops.c: Likewise.
8904         [BZ #2764]
8905         * login/utmpname.c (__utmpname): Remove unnecessary test.
8907 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
8909         [BZ #2832]
8910         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
8911         0s from integers.
8913 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
8915         [BZ #2987]
8916         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
8917         for CPU clocks.
8918         * sysdeps/unix/clock_settime.c: Add support for platform-specific
8919         setting of CPU clocks.
8921 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8923         [BZ #2841]
8924         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
8925         since C99 requires the result to promote to 'int' when uint_least8_t
8926         and uint_least16_t promote to 'int'.
8928 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8930         [BZ #3013]
8931         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
8932         lenght of one output field, correct bitmask creation.
8933         * locale/programs/ld-time.c: Add alignment.
8935         [BZ #2997]
8936         * misc/error.c: Add space between program name and message if file
8937         name is missing.
8939 2006-08-03  Eric Blake  <ebb9@byu.net>
8941         [BZ #2998]
8942         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
8944 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
8946         * malloc/memusagestat.c: Silence warnings.
8948         * malloc/malloc.c: Dynamically size mmap treshold if the program
8949         frees mmaped blocks.
8950         Patch by Valerie Henson and Arjan van de Ven.
8952 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
8954         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
8955         __USE_GNU.
8957         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
8958         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
8959         (DEF): Don't put the var into .gnu.linkonce.r.* section.
8960         Only provide var definitions in strtol_l (or for *ull*
8961         in strtoll_l).
8963         * stdio-common/bug16.c (tests): New array.
8964         (do_tests): Allow the first hexadecimal digit
8965         to be 1, 2, 4 or 8.  Do 3 additional tests.
8967         * sysdeps/s390/fpu/libm-test-ulps: Update.
8969         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
8970         fchownat syscall if available.
8971         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
8972         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
8973         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
8975 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
8977         * nis/nis_xdr.c: Avoid some function calls.
8979 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
8980             Ulrich Drepper  <drepper@redhat.com>
8982         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
8983         short cut if only one name component is stripped away.
8985 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
8987         * nis/nis_call.c: Minor cleanups throughout.
8988         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
8989         (first_shoot): Add search_parent_first parameter.  Only if it is set
8990         search parent server first.
8991         If directory for table found through cold start cache is not the same
8992         as referenced in the cache, don't use it.
8993         (__nisfind_server): Take additional parameter.  Pass it on to
8994         first_shoot.
8995         (__prepare_niscall): Adjust __nisfind_server call.
8996         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
8997         * nis/nis_table.c: Adjust __nisfind_server call.
8998         * nis/nis_lookup.c: Likewise.
8999         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9001 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9003         [BZ #2182]
9004         * math/s_cacosh.c: Return values from positive branch.
9005         * math/s_cacoshf.c: Likewise.
9006         * math/s_cacoshl.c: Likewise.
9008         [BZ #2883]
9009         * sysvipc/sys/msg.h: Change return value to ssize_t.
9010         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9011         * sysvipc/msgrcv.c: Likewise.
9012         * include/sys/msg.h: Likewise.
9014         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9015         test introduced in patch for bz #661.
9016         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9017         element for NEWGROUPS.
9019         [BZ #2908]
9020         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9021         'f', use '1' as leading digit not '\1'.
9022         * stdio-common/Makefile (tests): Add bug16.
9023         * stdio-common/bug16.c: New file.
9025         [BZ #2914]
9026         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9027         and don't try to open it.  The patch introducing the macro
9028         contained a bug and used the same file name as the new file
9029         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9030         this out completely.
9032         [BZ #2926]
9033         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9034         Patch by Jerry James <Jerry.James@usu.edu>.
9036         * rt/Makefile (tests): Add tst-clock2.
9037         * rt/tst-clock2.c: New file.
9039         [BZ #2978]
9040         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9041         function and its parameters and pass it to new thread.
9042         (__gai_notify): Add support for alternative waiting for completion.
9043         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9044         waiting for completion.
9045         * resolv/getaddrinfo_a.c: Likewise.
9046         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9047         waiting for completion is used.
9048         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9049         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9050         * resolv/gai_error.c: Likewise.
9051         * resolv/gai_sigqueue.c: Likewise.
9053 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9055         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9056         errno to EBADF and return MACH_PORT_NULL.
9058 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9060         [BZ #2980]
9061         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9063 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9065         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9066         walk them instead of the symbol table.
9068 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9070         [BZ #2098]
9071         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9072         status of NSS calls, not the number of returned entries.
9074         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9075         request_key, keyctl.
9077 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9079         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9081 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9083         * elf/tst-auditmod1.c: Fix typo in #error.
9085 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9087         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9089         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9091 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9093         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9094         that the directory is empty even on non-POSIX filesystems.
9096 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9098         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9100         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9101         the backend NSS module.  If backend setgrent call failed, don't have
9102         internal_setgrent fail.  Just remember this until it is needed.
9103         * nis/nss_compat/compat-pwd.c: Likewise.
9104         * nis/nss_compat/compat-spwd.c: Likewise.
9106 2006-07-30  Roland McGrath  <roland@redhat.com>
9108         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9109         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9110         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9111         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9113         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9114         (nanosleep_not_cancel): New macro.
9115         (sigsuspend_not_cancel): new macro.
9116         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9117         (do_sigsuspend): Define as inline.
9118         (__sigsuspend): Always use do_sigsuspend.
9119         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9120         * include/signal.h: Declare __sigsuspend_nocancel.
9121         * sysdeps/posix/pause.c
9122         [! NO_CANCELLATION] (__pause_nocancel): New function.
9124         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9125         * include/time.h (__nanosleep_nocancel): Likewise.
9127 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9129         * locale/programs/localedef.c (add_to_readlist): Rename local
9130         variables to avoid confusion.
9132         * locale/programs/charmap.c (charmap_read): Emit error message if
9133         charmap couldn't be found or read.
9135 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9137         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9138         __ASSUME_FUTEX_LOCK_PI.
9139         * include/time.h: Declare __nanosleep_nocancel.
9140         * include/unistd.h: Declare __pause_nocancel.
9142         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9143         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9144         get the __stack_chk_fail_local definition when it's needed.
9146 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9148         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9149         * dlfcn/bug-atexit3.c: New file.
9150         * dlfcn/bug-atexit3-lib.cc: New file.
9152         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9153         used when the namespace is not the base namespace.
9155 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9157         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9158         (__new_exitfn): Bump it in every successful call.
9159         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9160         more exit handlers, call them right away.
9161         * stdlib/exit.h: Declare __new_exitfn_called.
9163 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9165         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9166         calling registered handler.
9168         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9169         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9170         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9171         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9172         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9173         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9174         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9175         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9177 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9179         * elf/dl-lookup.c (dl_new_hash): New functions.
9180         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9181         value here.  Compute new-style hash value.  Pass new hash value
9182         and reference to variable with the old value to do_lookup_x.
9183         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9184         old-style hash table.
9185         (_dl_debug_bindings): Pass new hash value and reference to variable
9186         with the old value to do_lookup_x.
9187         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9188         new-style hash value and change old-style hash value parameter to
9189         be a reference.  Reoganize functions to determine whether
9190         new-style hash table is available.  Only fall back on old-style
9191         table.  If old-style hash value is needed, compute it here.
9192         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9193         entry.
9194         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9195         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9196         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9197         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9198         * Makeconfig: If linker supports --hash-style option add it to all
9199         linker command lines to build DSOs.
9200         * config.make.in: Define have-hash-style.
9201         * configure.in: Test whether linker supports --hash-style option.
9203         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9204         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9206 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9208         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9209         auditing.
9211         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9212         RPATH of main map twice.
9214 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9216         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9217         look further, return original strings.
9218         (_nl_find_msg): Do not return found translation if the conversion
9219         failed.  Either signal the string is unusable or that something went
9220         wrong and the original should be used.
9222 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9224         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9226 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9228         [BZ #2766]
9229         * misc/insremque.c (insque): Handle prev == NULL.
9230         * misc/Makefile (tests): Add tst-insremque.
9231         * misc/tst-insremque.c: New test.
9233 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9235         [BZ #2792]
9236         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9237         conflict with DL_DST_REQUIRED.
9239 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9241         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9242         match what Solaris does.
9244 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9246         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9247         local_setegid instead of seteuid and setegid.
9248         * sysdeps/generic/local-setxid.h: New file.
9249         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9251         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9253         * string/Makefile (tests): Add bug-envz1.
9254         * string/bug-envz1.c: New file.
9256 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9258         * posix/regex_internal.c (re_string_skip_chars): If no character has
9259         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9260         to the byte which couldn't be converted.
9261         (re_string_reconstruct): Don't clear valid_raw_len before calling
9262         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9263         tip_context using re_string_context_at.
9264         * posix/Makefile: Add rules to build and run bug-regex25 test.
9265         * posix/bug-regex25.c: New test.
9267 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9269         [BZ #2703]
9270         * string/envz.c (envz_strip): Correct erroneously reversed src
9271         and dest parameters to memmove() invocation.
9273 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9275         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9276         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9277         to make sure the database has been already invalidated.
9278         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9279         after the cache has been invalidated.  Use pthread_mutex_lock rather
9280         than pthread_mutex_trylock if fd != -1.
9281         * nscd/connections.c (invalidate_cache): Add fd argument, write
9282         response to fd if not calling prune_cache, pass fd to prune_cache.
9283         (handle_request): Adjust invalidate_cache caller.
9284         (nscd_run): Pass -1 as fd to prune_cache.
9286 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9288         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9289         the correct place.
9291 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9293         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9294         * nscd/cache.c (prune_cache): Take prunelock before starting the
9295         work.  Just return in case it is already taken.
9296         * nscd/connections.c (dbs): Initialize .prunelock.
9298 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9300         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9301         copying.  No need to allocate new array for group members.  Just
9302         move the pointers and update the size.
9304         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9305         Avoid memory leak in case realloc fails.  Simplification for
9306         better code generation.
9308         Avoid deprecation warning because of libc_hidden_proto for
9309         inet6_option_alloc.
9310         * inet/inet6_option.c (option_alloc): Renamed from
9311         inet6_option_alloc.  Made static.
9312         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9313         (inet6_option_append): Call option_alloc.
9314         * include/netinet/in.h: Remove libc_hidden_proto for
9315         inet6_option_alloc.
9317         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9318         for cleanup when cb!=NULL [Coverity CID 233].
9320 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9322         [BZ #2693]
9323         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9324         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9325         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9326         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9327         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9328         and inet6_rth_getaddr.
9329         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9330         array.
9331         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9332         Mark inet6_option_* interfaces as deprecated.
9333         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9334         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9335         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9336         inet6_rth_segments, and inet6_rth_getaddr.
9337         * inet/inet6_opt.c: New file.
9338         * inet/inet6_rth.c: New file.
9340         * inet/netinet/icmp6.h: Pretty printing.
9342         [BZ #2683]
9343         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9345 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9347         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9348         doing it all here.  When server does not know the answer do not
9349         fail immediate, try parent first.
9351         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9352         overflow test.
9354 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9356         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9357         from __do_niscall.
9358         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9359         and exported.
9360         (__follow_path): New function.  Split out from nis_list.
9361         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9362         _xdr_nis_result.
9363         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9364         _xdr_nis_result.
9365         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9366         and __follow_path.
9367         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9368         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9369         from libnsl for version GLIBC_PRIVATE.
9370         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9371         Remove entry parameter from _nss_nisplus_parse_pwent and
9372         _nss_nisplus_parse_grent.
9373         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9374         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9375         again.  Rewrite getpwent handling to not use nis_first_entry and
9376         nis_next_entry.  Roll out own niscall handling.
9377         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9379         * sunrpc/xdr_rec.c: Fix typo in comment.
9381 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9383         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9384         handling.
9386         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9387         to allocate memory for my_pollfd.  Better initialization of
9388         cb_is_running.  Use TEMP_FAILURE_RETRY.
9390         * malloc/memusage.sh (memusageso): Add quotes.
9391         (memusagestat): Likewise.
9392         * debug/xtrace.sh (pcprofileso): Likewise.
9393         (pcprofiledump): Likewise.
9394         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9395         replacement.
9396         * malloc/Makefile ($(objpfx)memusage): Likewise.
9398         * nis/nis_callback.c (__nis_create_callback): Calls to
9399         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9400         asprintf call fails.
9402         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9403         no uninitialized memory is passed to sendto.
9405 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9407         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9408         of snprintf+strdup.  Handle OOM.
9409         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9410         cb->serv together.  Remove now obsolete free calls.
9411         (__nis_destroy_callback): Remove now obsolete free call.
9413 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9415         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9416         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9417         and ULA respectively). Set precedence for IPv4 address to 10 as
9418         defined in RFC3484 for preferring IPv6.
9419         * posix/gai.conf: Update to match the new default tables.
9421 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9423         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9424         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9425         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9426         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9428         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9429         Removed.
9430         (init_nss_interface): Remove initialization of these variables.
9432 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9434         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9435         nis_free_directory forward to avoid duplication.
9437 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9439         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9440         rec_dirsearch returning NULL.
9441         (first_shoot): Handle __nis_finddirectory returning NULL.
9442         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9444         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9445         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9447 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9449         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9450         pid changed.
9452 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9454         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9456         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9457         * nscd/nscd_getgr_r.c: Likewise.
9459         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9461         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9462         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9464         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9466         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9468         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
9470         * include/rpc/auth.h: Mark xdr_des_block_internal and
9471         xdr_opaque_auth_internal as hidden.
9473         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9474         hidden.
9476         * include/rpc/xdr.h: Mark all _internal functions as hidden.
9478         * misc/getusershell.c (okshells): Don't use static initializers,
9479         do it dynamically.
9481         * stdlib/fmtmsg.c (keywords): Change type of len element to
9482         uint32_t to not waste space on 64bit machines.
9484         * locale/setlocale.c: Change _nl_category_names into a string.
9485         Add new _nl_category_name_idxs.  Change all users.
9486         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
9487         Declare _nl_category_name_idxs.
9488         * locale/findlocale.c: Adjust for _nl_category_names change.
9489         * locale/loadlocale.c: Likewise.
9490         * locale/newlocale.c: Likewise.
9491         * intl/dcigettext.c: Likewise.
9493         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
9494         (add_alias2): ...here.  New function.
9495         (__gconv_read_conf): Simplify builtin alias handling.
9496         (builtin_aliases): Convert to string to avoid relocations.
9497         * iconv/gconv_builtin.h: Add comment about correct formatting.
9499 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
9501         * resolv/res_debug.c (loc_ntoa): Make error const.
9503 2006-05-14  Andreas Schwab  <schwab@suse.de>
9505         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
9507 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
9509         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
9510         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
9511         sizeof (cpu_set_t).
9513 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
9515         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
9517         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
9519         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
9520         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
9522         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
9523         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
9525         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
9526         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
9527         xdr_cback_data.
9529         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
9530         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9531         xdr_ypupdate_args.
9533         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
9534         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
9536         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
9537         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
9539         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
9540         * include/rpcsvc/nis_callback.h: New file.
9542         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
9543         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
9545         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9546         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9548         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
9549         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
9551         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9552         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9554         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
9555         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9556         xdr_ypdelete_args.
9558         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
9559         __BEGIN_DECLS and __END_DECLS, the header is not installed.
9561         * nis/nis_error.c: Remove table of strings.  Use position
9562         independent mechanism.
9563         * nis/nis_error.h: New file.
9565 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
9567         * locale/programs/ld-time.c (time_finish): If wide era name or
9568         format aren't provided, set both wname and wformat to L"".
9570 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9572         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
9573         results if the call was succesful.
9575         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
9577         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
9578         as hidden.
9580 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
9582         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
9584 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9586         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
9587         caller makes sure this is not the case.
9588         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
9590 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
9592         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
9593         calls.
9595         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
9596         [Coverity CID 229, 230]
9598         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
9599         DGETTEXT calls.
9600         (hol_help): Likewise.  [Coverity CID 226, 227]
9602         * string/argz-replace.c (__argz_replace): Unconditionally call
9603         free on SRC.  [Coverity CID 225]
9605         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
9606         the return value of __nis_default_owner and __nis_default_group,
9607         it has been especially allocated.  [Coverity CID 224]
9609         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
9610         searchgroup and searchowner.  Significantly simplified.
9611         (__nis_default_owner): Remove duplication.  Do not locally copy the
9612         string before duplicating it.
9613         (__nis_default_group): Likewise.
9615         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
9616         we must clear the variable before calling __nisfind_server.
9618         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
9619         nis_getnames.  [Coverity CID 223]
9621         * locale/programs/locfile.c (locfile_read): Use alloca instead of
9622         xmalloc to allocate local repertoire name.  [Coverity CID 222]
9624         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
9625         allocate memory for the input to add_bytes.  [Coverity CID 221]
9627         * posix/wordexp.c (w_addword): Free word if realloc fails and it
9628         was allocated here.  [Coverity CID 219, 220]
9630         * posix/getconf.c (print_all): Free confstr data after printing.
9631         [Coverity CID 218]
9633         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
9634         list allocation fails.  [Coverity CID 215]
9636         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
9637         [Coverity CID 213]
9639         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
9640         string is NULL.  [Coverity CID 212]
9641         * argp/Makefile: Add rules to build and run bug-argp1.
9642         * argp/bug-argp1.c: New file.
9644         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
9645         end of string.
9646         * stdlib/canonicalize.c (__realpath): Likewise.
9648         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
9649         pointer.  [Coverity CID 206]
9651         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
9652         in statically linked code.
9653         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
9654         statically built code, be prepared to have no link map.
9655         [Coverity CID 205]
9657         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
9658         dgettext calls. [Coverity CID 204]
9660         * argp/argp-help.c (struct uparams): Remove valid member.  Change
9661         the one user.
9662         (uparam_names): Reduce size.  Avoid relative relocations.
9663         Moved to read-only segment.
9664         (fill_in_uparams): Update for new layout.
9666         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
9667         assumed to always be != NULL. [Coverity CID 202]
9669         * argp/argp-help.c (hol_entry_help): Remove some dead code
9670         [Coverity CID 200].
9672         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
9673         away a few more unconditional yperr2nss calls.
9674         (_nss_nis_getservbyname_r): Likewise.
9676 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
9678         * sysdeps/generic/ldsodefs.h: Remove support for non-core
9679         architectures.
9681         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
9682         that unused memory passed to sendto is nevertheless initialized.
9684         [BZ #2499]
9685         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
9686         possibly unaligned memory accesses.
9688         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
9689         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
9690         and __putlong respectively.  Correct buffer overflow check for
9691         NS_NOTIFY_OP.
9693         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
9695         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
9696         (send_dg): Rewrite error handling to be more compact and avoid
9697         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
9699         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
9701         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
9702         instead of ns_get16.
9703         (res_queriesmatch): Likewise.  Minor optimization.
9705         [BZ #2499]
9706         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
9707         __libc_res_nsend might reallocate the buffer for the answer.  In
9708         this case we have to reload the HP pointer.
9710 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9712         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
9713         some branch prediction hints.
9715         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
9716         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9717         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9718         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9719         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9720         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9721         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9722         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9724 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9726         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
9727         by a GOT relocation to make Scrt1.o position independent.
9728         * sysdeps/s390/s390-64/elf/start.S: Likewise.
9730         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
9731         six system call parameters.
9732         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
9734 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9736         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
9737         malloc&bzero.
9739         * sunrpc/svc_udp.c (BZERO): Remove definition.
9740         (CALLOC): Define.
9741         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
9743         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
9744         (des_SPtrans): Use uint32_t type.
9745         (des_skb): Likewise.
9747         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
9749 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
9751         [BZ #2509]
9752         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
9753         on 32-bit arches.
9755 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9757         * locale/programs/ld-address.c (address_finish): Fix one more
9758         place where the iso639 array might be accessed beyond the limits.
9760 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
9762         * nis/nis_table.c (nis_list): Avoid clearing res twice before
9763         filling it for the first time.
9765         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
9766         Adjust all callers.
9767         Free res object content before returning.
9769         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
9771         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
9772         client->cl_auth.
9774         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
9775         cleanup for initial thread, just the free call on TVP.
9777         * nscd/gai.c (__getline): Define.
9780 See ChangeLog.16 for earlier changes.