Update
[glibc.git] / ChangeLog
blob2cb9f7e3b56a5387e6cf1c87c7d00ff5d9d81dd9
1 2009-02-04  Andreas Jaeger  <aj@suse.de>
3         * FAQ.in: Remove reference to my mips page.
5 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
7         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
9 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
11         [BZ #9793]
12         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
13         *OUTBUFSTART unless the whole output fit into the buffer.
14         * iconv/Makefile (tests): Add tst-iconv4.
15         * iconv/tst-iconv4.c: New file.
17 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
19         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
20         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
22 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
24         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
25         newer linker scripts.
27 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
29         [BZ #7040]
30         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
31         inotify_rm_watch should have type int.
33 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
35         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
36         Make aligned_restore_vmx a local symbol.
37         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
38         Likewise.
40 2009-01-30  Andreas Jaeger  <aj@suse.de>
42         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
43         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
44         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
45         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
46         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
47         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
48         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
50 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
52         [BZ #9726]
53         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
54         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
56 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
58         [BZ #9726]
59         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
60         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
61         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
62         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
64 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
66         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
67         memcpy instead of memcmp.
68         (_dl_setup_pointer_guard): Likewise.
70 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
72         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
73         manipulated brk, use malloc_printerr.
74         * misc/sbrk.c (__sbrk): Better error handling for nonsense
75         requests.
77 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
79         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
80         rindex): For C++ add inlines so that they can be recognized as
81         builtins.
82         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
84 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
85             Jakub Jelinek  <jakub@redhat.com>
87         * string/string.h: Define correct C++ prototypes for gcc 4.4.
88         * wcsmbs/wchar.h: Likewise.
90 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
92         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
93         (stackinfo_sub_sp): Define.
95 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
97         [BZ #9750]
98         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
99         * include/alloca.h (alloca_account): Define.
100         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
101         (stackinfo_sub_sp): Define.
103         * nscd/connections.c (nscd_init): If database file access fails
104         check whether this is due to permission problems and bail in that
105         case.
107         [BZ #9741]
108         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
109         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
111 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
113         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
114         Add "t" to clobber list.
115         (INTERNAL_SYSCALL_NCS): Likewise.
117 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
119         * nss/getent.c (print_networks): Don't print comma between aliases.
121 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
123         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
125         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
126         the hash table.
127         * misc/Makefile (tests): Add bug-hsearch1.
128         * misc/bug-hsearch1.c: New file.
130 2009-01-22  Roland McGrath  <roland@redhat.com>
132         * Makeconfig (%.v.i): Strip trailing # comments,
133         not only whole-line comments.
135 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
137         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
138         one parameter.  If non-NULL use it to initialize return value.
139         (_dl_setup_pointer_guard): New function.
140         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
141         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
142         * elf/rtld.c (security_init): Pass _dl_random to
143         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
144         pointer_chk_guard.
145         * elf/dl-sysdep.c (_dl_random): New variable.
146         (_dl_sysdep_start): Handle AT_RANDOM.
147         (_dl_show_auxv): Likewise.
148         * elf/dl-support.c (_dl_random): New variable.
149         (_dl_aux_init): Handle AT_RANDOM.
150         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
151         to _dl_setup_stack_chk_guard.
153         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
155 2009-01-10  Roland McGrath  <roland@redhat.com>
157         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
159 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
161         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
163         [BZ #9706]
164         * nss/nss_files/files-parse.c (strtou32): New function.
165         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
166         across 32-bit and 64-bit platforms.
167         (INT_FIELD_MAYBE_NULL): Likewise.
169 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
171         [BZ #9720]
172         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
173         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
174         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
175         Likewise.
177 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
179         [BZ #697]
180         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
181         being NULL also if there are no backreferences.
182         * posix/rxspencer/tests: Add testcases.
184 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
186         [BZ #9697]
187         * posix/bug-regex17.c: Add testcases.
188         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
189         handling.
191 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
193         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
194         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
195         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
196         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
197         for elf subdir.
198         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
199         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
200         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
201         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
202         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
203         * sysdeps/unix/sysv/linux/s390/Versions: New file.
205 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
207         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
208         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
209         re_string_skip_chars, re_string_reconstruct): Likewise.
210         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
212 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
214         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
215         adjust the buffer alignment.
217 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
219         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
220         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
221         net/route.h.
223         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
224         flavor to description only when flavor is not NULL.
226         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
227         mutex after SIGIO/SIGURG lookup loop.
229 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
231         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
233 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
235         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
236         handling.
238 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
240         * sysdeps/unix/sysv/linux/kernel-features.h
241         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
243         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
244         if no output is written.
246         * version.h: Bump to 2.10 development.
248         * posix/getconf.c: Update copyright year.
249         * nss/getent.c: Likewise.
250         * iconv/iconvconfig.c: Likewise.
251         * iconv/iconv_prog.c: Likewise.
252         * elf/ldconfig.c: Likewise.
253         * catgets/gencat.c: Likewise.
254         * csu/version.c: Likewise.
255         * elf/ldd.bash.in: Likewise.
256         * elf/sprof.c (print_version): Likewise.
257         * locale/programs/locale.c: Likewise.
258         * locale/programs/localedef.c: Likewise.
259         * nscd/nscd.c (print_version): Likewise.
260         * debug/xtrace.sh: Likewise.
261         * malloc/memusage.sh: Likewise.
262         * malloc/mtrace.pl: Likewise.
263         * debug/catchsegv.sh: Likewise.
265 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
267         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
268         script.
270 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
272         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
273         gethostbyname4_r function call succeeded, just leave the loop.
275         [BZ #9694]
276         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
277         very end.
278         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
279         * wctype/Makefile (tests): Add bug-wctypeh.
280         * wctype/bug-wctypeh.c: New file.
282         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
283         LOCALDOMAIN is defined.
284         * nscd/nscd_getai.c (__nscd_getai): Likewise.
286         * sysdeps/x86_64/bits/select.h: New file.
288         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
290 2008-12-21  Bruno Haible  <bruno@clisp.org>
292         [BZ #9677]
293         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
294         if no output is written.
296 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
298         * login/utmp_file.c (pututline_file): Replace call to dup2 with
299         libc internal symbol __dup2 to avoid access through the PLT.
301 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
303         [BZ #6545]
304         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
305         available only for __USE_GNU.
307         * inet/Makefile (tests): Add tst-getni2.
308         * inet/tst-getni2.c: New file.
310         [BZ #7080]
311         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
312         NULL when NI_NAMEREQD is set.
313         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
314         * inet/Makefile (tests): Add tst-getni1.
315         * inet/tst-getni1.c: New file.
317 2008-12-03  Petr Baudis  <pasky@suse.cz>
319         [BZ #7067]
320         * nscd/connections.c (invalidate_cache): Use prune_run_lock
321         instead of prune_lock.
322         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
323         * nscd/nscd.h (database_dyn): Add prune_run_cache.
325 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
327         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
328         use.
330         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
331         handling.
333         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
334         after reading name server list.
336         [BZ #7058]
337         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
338         handling for host name aliases.
340 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
342         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
343         instead of doing things manually.
345 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
347         * posix/regex_internal.h (build_wcs_upper_buffer):
348         Return type is reg_error_t.
350 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
352         * posix/globtest.sh: Use mktemp to create temporary file and
353         directory.
355         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
356         sets correctly.
357         (__CPU_CLR_S): Likewise.
358         (__CPU_ISSET_S): Likewise.
360 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
361             Ulrich Drepper  <drepper@redhat.com>
363         * scripts/firstversion.awk: Use custom comparison function to compare
364         version numbers.
365         * scripts/versions.awk: Use sort invocation which can handle
366         multi-digit sub-version numbers.
368 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
370         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
371         * locale/iso-639.def: Add Chhattisgarhi entry.
373 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
375         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
376         ESRCH return value.
377         (_nss_dns_gethostbyname4_r): Likewise.
378         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
379         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
380         gethostbyname4_r, we don't have a separate IPv6 status, so copy
381         the no_data variable.
383         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
384         information at the correct index.
386         * socket/sys/socket.h: Declare accept4.
387         * socket/accept4.c: New file.
388         * sysdeps/unix/sysv/linux/accept4.c: New file.
389         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
390         * socket/Makefile (routines): Add accept4.
391         * socket/Versions: Export accept4 with version GLIBC_2.10.
392         * socket/paccept.c: Removed.
393         * sysdeps/unix/sysv/linux/paccept.c: Removed.
394         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
395         * Versions.def: Define GLIBC_2.10 for libc.
396         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
398         * nscd/connections.c: Use accept4.
400         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
402 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
404         * resolv/res_send.c (send_dg): Create sockets with non-blocking
405         flag already set.
407         * stdlib/setenv.c (unsetenv): Don't search environment if it does
408         not exist.
409         * stdlib/Makefile (tests): Add tst-unsetenv1.
410         * stdlib/tst-unsetenv1.c: New file.
412 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
414         * login/utmp_file.c (file_writable): New variable.
415         (setutent_file): Don't try to open file for writing.
416         (pututline_file): Before writing, make descriptor writable if
417         necessary.
419 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
421         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
422         to IPv4 or IPv6 if an interface has been found.
424 2008-11-26  Roland McGrath  <roland@redhat.com>
426         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
427         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
429         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
430         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
431         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
433         * elf/elf.h (NT_386_IOPERM): New macro.
434         (NT_PPC_VSX): New macro.
436 2008-11-25  Roland McGrath  <roland@redhat.com>
438         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
439         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
440         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
441         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
442         Subdirectories moved to ports repository.
443         * configure.in (base_machine): Remove alpha case.
445 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
447         * sysdeps/mach/strerror_l.c: New file.
449 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
451         [BZ #6411]
452         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
453         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
454         magic numbers.
455         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
456         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
457         (relax_fenv_state): Same as above.
458         (FPSCR_29): Reserve bit in ISA 2.05.
459         (FPSCR_NI): Provide define for compat.
460         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
461         magic numbers.
462         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
463         magic numbers.
464         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
465         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
466         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
467         access to hwcap to account for hwcap size increase to uint64_t.
468         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
469         Likewise.
470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
471         (*setcontext): Likewise.
472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
473         New file.
474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
475         New file.
476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
477         (*setcontext): dynamically select mtfsf insn based on
478         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
479         increase to uint64_t.
480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
481         (*swapcontext): dynamically select mtfsf insn based on
482         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
483         increase to uint64_t.
484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
485         New file.
486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
487         New file.
488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
489         (*setcontext): dynamically select mtfsf insn based on
490         PPC_FEATURE_HAS_DFP.
491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
492         (*swapcontext): dynamically select mtfsf insn based on
493         PPC_FEATURE_HAS_DFP.
495 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
497         * version.h: Bump for 2.9 release.
498         * include/features.h (__GLIBC_MINOR__): Bump to 9.
500         [BZ #7029]
501         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
502         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
503         all the rounding.
505 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
507         [BZ #7009]
508         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
509         unknown request types for now.
511 2008-11-11  Roland McGrath  <roland@redhat.com>
513         * sysdeps/x86_64/configure: New file.
515         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
516         * configure: Regenerated.
518 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
520         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
521         correct instruction to remove the stack frame.
523 2008-11-03  Michael Matz  <matz@suse.de>
525         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
526         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
528 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
530         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
531         Remove.
533         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
534         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
535         of the thread variable instead of void *.
536         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
537         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
538         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
539         __libc_tsd_define arguments.
540         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
541         __libc_tsd_address arguments.  Remove union hack.
542         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
543         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
544         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
545         Adjust __libc_tsd_{set,get} arguments.
546         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
547         __libc_tsd_define arguments.
548         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
549         arguments.
550         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
551         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
552         (LOCALE): Adjust __libc_tsd_define arguments.
553         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
554         arguments.
555         (LOCALE): Adjust __libc_tsd_define arguments.
556         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
557         arguments.
558         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
559         arguments.
561 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
563         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
564         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
566 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
568         [BZ #6966]
569         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
571 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
572             Ulrich Drepper  <drepper@redhat.com>
574         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
575         definition for GCC 3.1 and later.
577 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
579         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
580         refetch dtv, as it might have changed.
581         * elf/Makefile: Add rules to build and run tst-tls18.
582         * elf/tst-tls18.c: New test.
583         * elf/tst-tlsmod18a.c: New file.
585 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
587         [BZ #6875]
588         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
590 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
592         [BZ #6867]
593         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
595         [BZ #6919]
596         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
597         Fix length of copy operation.
599 2008-10-02  Pierre Habouzit <madcoder@debian.org>
601         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
602         and fix its calling convention.
604 2008-10-07  Andreas Schwab  <schwab@suse.de>
606         [BZ #6942]
607         * resolv/res_send.c (send_vc): Fix last change.
608         (send_dg): Align here as well.
610 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
612         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
613         return value in case rlimit is RLIM_INFINITY.
615         [BZ #6947]
616         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
617         for UL_SETFSIZE.
618         * resource/Makefile (tests): Add bug-ulimit1.
619         * resource/bug-ulimit1.c: New file.
621         [BZ #6974]
622         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
623         without dot.  Properly terminate the string with a null byte.
624         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
626         [BZ #6980]
627         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
628         negative sizees.
629         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
630         negative __size.
632         [BZ #6995]
633         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
635 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
637         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
638         abort if there is no initgroups_dyn function.
640         * resolv/res_send.c (send_dg): On timeout, only return nonzero
641         result if any of the queries really provided an answer.
643 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
645         * po/lt.po: Update from translation team.
647 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
649         * po/id.po: Update from translation team.
651 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
653         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
654         Fix tests for existence of second reply.
656 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
658         * po/id.po: New file.
659         Contributed by the Indonesian translation team.
661 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
663         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
664         initialization.
666 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
668         * elf/Makefile: Add rules to build and run tst-tls17.
669         * elf/tst-tls17.c: New test.
670         * elf/tst-tlsmod17a.c: New file.
671         * elf/tst-tlsmod17b.c: Likewise.
673 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
675         * stdlib/divmod_1.c: Use correct type for dummy variable.
676         * stdlib/mod_1.c: Likewise.
678 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
680         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
682 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
684         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
685         __nonnull order for C++.
686         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
687         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
689 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
691         * stdlib/longlong.h: Update from GCC.
693 2008-10-09  Jakub Jelinek <jakub@redhat.com>
694             David S. Miller  <davem@davemloft.net>
696         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
697         make sure any registers used with 64-bit 'branch-on-register'
698         instructions have their top 32-bits clear.
699         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
700         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
702 2008-09-18  Andreas Schwab  <schwab@suse.de>
704         [BZ #6942]
705         * resolv/res_send.c (send_vc): Fix use of unaligned address.
706         Properly handle partial reads.
708 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
710         * elf/elf.h (STO_MIPS_PLT): New.
711         (R_MIPS_COPY): New.
712         (R_MIPS_JUMP_SLOT): New.
713         (R_MIPS_NUM): Redefine to 128.
714         (DT_MIPS_PLTGOT): New.
715         (DT_MIPS_RWPLT): New.
716         (DT_MIPS_NUM): Redefine to 0x35.
718 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
720         * timezone/africa: Update from tzdata2008f.
721         * timezone/asia: Likewise.
722         * timezone/australasia: Likewise.
723         * timezone/europe: Likewise.
724         * timezone/leapseconds: Likewise.
725         * timezone/northamerica: Likewise.
726         * timezone/southamerica: Likewise.
727         * timezone/zone.tab: Likewise.
729 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
731         * nscd/connections.c: Disable use of paccept for now.
733 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
735         * socket/Versions: Remove paccept export for GLIBC_2.9.
736         * socket/Makefile (routines): Remove paccept.
737         * socket/sys/socket.h: Remove paccept declaration.
739         * po/sv.po: Update from translation team.
741 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
743         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
744         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
746 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
748         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
749         Patch by Olivier Fourdan <ofourdan@redhat.com>.
751 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
753         * sunrpc/rpc/svc.h: Declare svcfd_create.
754         Patch by Michael Solberg <msolberg@redhat.com>.
756 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
757             Ulrich Drepper  <drepper@redhat.com>
759         * malloc/malloc.c (public_vALLOc): Try other arenas in case
760         _int_valloc fails.
761         (public_pVALLOc): Likewise.
763 2008-09-02  Andreas Jaeger  <aj@suse.de>
765         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
766         commit.
768 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
770         [BZ #6860]
771         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
773 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
775         * Makefile (check-data): Check data directory in add-ons.
776         * elf/Makefile (check-data): Likewise.
778 2008-08-18  Roland McGrath  <roland@redhat.com>
780         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
781         * configure: Regenerated.
782         * config.make.in (cflags-cpu): New substituted variable.
783         (with-cpu): Variable removed.
784         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
786 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
788         [BZ #6845]
789         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
790         __signbitl definition and __LONG_DOUBLE_128__ guard from:
791         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
792         redundant.  Functions which call floating point assembler operations
793         should go into a sysdeps powerpc/fpu directory.
795 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
797         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
798         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
800 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
802         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
804         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
805         change related to AT_EXECFN.  We cannot use that string.
806         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
807         _dl_execfn member.
808         * elf/dl-support.c: Remove _dl_execfn variable.
809         (_dl_aux_init): Remove handling of AT_EXECFN.
810         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
811         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
813 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
815         [BZ #6544]
816         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
817         byte gets added to writes and seeks from the end use the length of
818         the buffer and not the currently terminating NUL byte.
820         [BZ #6634]
821         * login/utmp_file.c (getutent_r_file): Take additional parameter.
822         Set to true if locking failed.
823         (getutid_r_file): Adjust caller.
824         (pututline_file): Likewise.  Return NULL in this case.
825         Patch mostly by halesh.s@gmail.com.
827 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
829         [BZ #6589]
830         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
831         Define.
832         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
834 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
836         [BZ #6839]
837         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
838         macro since it is now available in elf/dynamic-link.h.
840 2008-08-12  Roland McGrath  <roland@frob.com>
842         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
843         in case used outside of libc.
844         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
846 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
848         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
849         directly instead of going through dn_comp.
851 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
853         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
854         Fix asm constraints.
856 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
858         [BZ #6790]
859         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
860         (IPV6_PMTUDISC_PROBE): Likewise.
862 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
864         [BZ #6791]
865         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
867 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
868             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
870         [BZ #6817]
871         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
872         Added the members 'vsx' and 'arch_2_06'.
873         (_dl_powerpc_platforms): Add the member 'power7'.
874         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
875         to reflect the changes required by VSX and ISA 2.06.
876         Modify _DL_PLATFORMS_COUNT to reflect the addition of
877         'power7'.
878         Defined PPC_PLATFORM_POWER7.
879         (_dl_string_platform): Add support for POWER7.
880         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
881         capability and ISA 2.06.
883 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
885         [BZ #6824]
886         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
887         macro to detect use of 128 bit long double.
888         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
890 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
892         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
894         [BZ #5794]
895         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
896         parameters.
897         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
898         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
900 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
902         * nscd/connections.c (main_loop_poll): Pass a buffer which is
903         guaranteed to be large enough to read inotify event.  Ignore
904         EAGAIN error.  Better error message.  Add branch predicition.
905         (main_loop_epoll): Likewise.
907 2008-08-02  Roland McGrath  <roland@frob.com>
909         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
910         Add memory clobbers.
912 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
914         * manual/arith.texi: Avoid @strong{Note:}.
915         * manual/creature.texi: Likewise.
916         * manual/filesys.texi: Likewise.
917         * manual/math.texi: Likewise.
918         * manual/memory.texi: Likewise.
919         * manual/resource.texi: Likewise.
920         * manual/syslog.texi: Likewise.
921         * manual/time.texi: Likewise.
923         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
924         to prevent warning.
926 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
928         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
929         new epoll_create1 interface.
930         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
931         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
932         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
934         * include/arpa/nameser.h (NS_GET16): Use const pointer.
935         (NS_GET32): Likewise.
937         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
938         syscalls, too.
940         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
941         use the AT_EXECFN value if it is no absolute path.
942         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
943         __ASSUME_AT_EXECFN.
945         * Versions.def: Add GLIBC_2.9 to libresolv.
946         * include/resolv.h: Remove hidden proto declarations for __ns_*
947         functions.  Add them for __dn_count_labels and __p_secstodate.
948         * include/arpa/nameser.h: Add a number of hidden proto declarations.
949         Define ns_msg_getflags macro here.
950         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
951         and __p_secstodate.
952         * resolv/Versions: Export functions from <arpa/nameser.h> from
953         libresolv in version GLIBC_2.9.
954         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
955         hidden definitions.
956         * resolv/ns_netint.c: Likewise.
957         * resolv/ns_parse.c: Likewise.
958         * resolv/ns_print.c: Likewise.
959         * resolv/ns_samedomain.c: Likewise.
960         * resolv/ns_ttl.c: Likewise.
961         * resolv/arpa/nameser_compat.h: Likewise.
962         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
963         function calls.
964         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
965         instead of ns_get16.
966         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
967         __ns_get32 instead of ns_get16 and ns_get32 respectively.
968         (gaih_getanswer_slice): Likewise.
969         * resolv/Makefile (libresolv-routines): Add ns_date.
970         * resolv/ns_date.c: New file.
972         * elf/Makefile (check-localplt.out): Also check libresolv and
973         libcrypt.
975 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
977         * sysdeps/unix/sysv/linux/kernel-features.h: Define
978         __ASSUME_O_CLOEXEC.
980 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
982         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
983         buffer passed to NSS functions.
985         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
987         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
988         Define.
990         * misc/syslog.c (openlog_internal): Fix compile problem.
992 2008-07-28  Roland McGrath  <roland@redhat.com>
994         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
996 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
998         * io/ftw.c (add_object): Remove inline to avoid warning.
1000         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1002         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1003         Use it instead of locally defined resplen2 variable.
1004         (res_nsend): Adjust for __libc_res_nsend interface change.
1005         (send_vc): Initialize *resplen2 if necessary.  Read length of
1006         package into an appropriately aligned variable.  Store converted length
1007         in new variable and use it appropriately.
1008         Add branch prediction help.
1009         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1010         and pass it on to __libc_res_nsend.  Adjust all callers.
1011         (__libc_res_nsearch): Likewise.
1012         (__libc_res_nqeurydomain): Likewise.
1013         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1014         change.
1015         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1016         Define resplen2 variable and pass it to __libc_res_nsearch and then
1017         to gaih_getanswer.
1018         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1019         Add branch prediction.
1020         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1021         (gaih_getanswer): Don't decode second slice if first one failed due
1022         to a too small buffer.  Don't let not found status of second
1023         decoder shadow results of the first.
1024         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1025         and __libc_res_nquery interface changes
1026         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1027         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1028         __libc_res_nsearch, and __libc_res_nsend.
1029         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1030         change.
1031         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1032         __libc_res_nsearch interface changes.
1034 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1036         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1038         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1039         file descriptors with close-on-exec set.
1040         (exec_comm_child): Fix the case where the write end of the pipe is
1041         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1043         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1044         * io/pipe2.c: Likewise.
1045         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1046         instead of __ASSUME_PACCEPT.
1047         * include/unistd.h: Declare __have_pipe2.
1048         * libio/iopopen.c: Implement "e" flag.
1049         * libio/Makefile (tests): Add tst-popen1.
1050         * libio/tst-popen1.c: New file.
1052         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1053         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1055 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1057         [BZ #6771]
1058         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1059         success call of _IO_SEEKOFF or calls which failed because the
1060         descriptor is for a pipe.
1062         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1063         magic number.
1065         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1067         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1068         F_SETFD use if we know fopen set the flag.
1070         * login/utmp_file.c (setutent_file): Minor optimization in case
1071         O_CLOEXEC is available.
1073 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1075         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1076         * elf/Makefile: Use pie-ccflag variable.
1077         * nscd/Makefile: Likewise.
1078         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1080 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1082         [BZ #6724]
1083         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1084         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1085         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1086         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1087         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1088         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1089         utmp32, utmpx32 and login32.
1090         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1091         versions of struct utmp functions to libc and libutil.
1092         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1093         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1094         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1095         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1096         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1097         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1098         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1099         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1100         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1101         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1102         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1103         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1104         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1105         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1106         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1107         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1108         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1109         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1110         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1111         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1112         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1113         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1115 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1117         * scripts/gen-as-const.awk: Generate more widely usable code by
1118         using 64-bit arithmetic.
1120         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1121         the same treatment as narrow output code in last patch.
1123         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1125         [BZ #6763]
1126         * elf/dl-load.c (local_strdup): Remove inline.
1127         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1128         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1129         part of the object.
1131         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1133 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1135         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1136         the new syscalls, too.
1138         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1139         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1141         [BZ #6698]
1142         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1143         parameter for end of buffer.  If temporary copy is too large use
1144         malloc.
1145         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1146         interface change.
1147         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1148         string rewrite when allocating buffer.
1150         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1151         syscalls, too.
1153         * nscd/connections.c (nscd_init): Clean up fcntl call.
1155         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1156         SOCK_NONBLOCK if possible.
1158         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1159         SOCK_CLOEXEC if available.
1161         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1162         __libc_clntudp_bufcreate_internal.
1163         * include/sys/socket.h: Declare __have_sock_cloexec.
1164         * socket/Makefile (aux): Add have_sock_cloexec.
1165         * socket/have_sock_cloexec.c: New file.
1166         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1167         __libc_clntudp_bufcreate.
1168         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1169         which takes an additional parameter.  Create socket with non-blocking
1170         mode and close-on-exec flag set, if wanted.
1171         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1172         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1173         instead of clntudp_create.  The socket has already the close-on-exec
1174         flag set if SOCK_CLOEXEC is defined.
1176 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1178         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1179         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1180         appropriate.
1181         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1182         non-blocking mode by using socket, paccept, and inotify_init1.
1184         * Versions.def (glibc): Add GLIBC_2.9.
1185         * io/Makefile (routines): Add dup3 and pipe2.
1186         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1187         * io/dup3.c: New file.
1188         * io/pipe2.c: New file.
1189         * posix/unistd.h: Declare dup3 and pipe2.
1190         * socket/Makefile (routines): Add paccept.
1191         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1192         * socket/paccept.c: New file.
1193         * socket/sys/socket.h: Declare paccept.
1194         * sysdeps/unix/syscalls.list: Add entry for dup3.
1195         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1196         epoll_create2 and inotify_init1.
1197         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1198         * sysdeps/unix/sysv/linux/paccept.c: New file.
1199         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1200         possible.
1201         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1202         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1203         inotify_init1, and pipe2 entries.
1204         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1205         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1206         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1207         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1208         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1209         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1210         SOCK_NONBLOCK.
1211         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1212         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1213         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1214         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1215         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1216         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1217         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1218         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1219         EPOLL_NONBLOCK.  Declare epoll_create2.
1220         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1221         EFD_NONBLOCK.
1222         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1223         IN_NONBLOCK.  Declare inotify_init1.
1224         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1225         SFD_NONBLOCK.
1226         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1227         TFD_NONBLOCK.
1229         * elf/elf.h: Define AT_EXECFN.
1230         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1231         LD_ORIGIN_PATH.
1232         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1233         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1234         if __ASSUME_AT_EXECFN is defined.
1235         (_dl_aux_init): Handle AT_EXECFN.
1236         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1237         for 2.6.27 and up.
1238         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1239         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1240         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1241         _dl_execfn if available and avoid compatibility code if
1242         __ASSUME_AT_EXECFN is defined.
1244         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1245         _dl_discover_osversion only for older kernels.
1247 2008-07-22  Roland McGrath  <roland@frob.com>
1249         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1251 2008-07-21  Roland McGrath  <roland@frob.com>
1253         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1254         returned too much data out of line.
1256 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1258         * locale/setlocale.c (setname): Remove inline to avoid compiler
1259         warning.
1261         [BZ #6712]
1262         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1264 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1266         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1267         doesn't manage to write anything, fail.
1269         * malloc/hooks.c (__malloc_check_init): Remove printf.
1271 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1273         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1275 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1277         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1278         from inotify.
1279         (main_loop_epoll): Likewise.
1281 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1283         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1285         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1286         if DEBUG is defined.
1288         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1289         query.  Adjust buffer size computation for padding.
1291 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1293         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1294         * stdio-common/tst-setvbuf1.c: New file.
1295         * stdio-common/tst-setvbuf1.expect: New file.
1297         [BZ #6719]
1298         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1299         when selecting fully-buffered stream.
1300         Patch by Wang Xin <wxinee@gmail.com>.
1302 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1304         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1305         (__open_2): New function.
1306         (__open64_2): New alias to __open_2.
1307         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1308         (__openat_2): New function.
1309         (__openat64_2): New alias to __openat_2.
1311 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1313         [BZ #6723]
1314         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1316 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1318         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1319         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1320         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1321         __hurd_dfail.
1322         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1323         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1324         * sysdeps/mach/hurd/send.c (__send): Likewise.
1325         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1326         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1328 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1330         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1331         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1332         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1333         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1334         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1335         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1337 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1339         [BZ #6657]
1340         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1341         of %EY.
1342         Patch by Petr Baudis.
1344 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1346         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1347         Patch by Peter Jones <pjones@redhat.com>.
1349 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1351         [BZ #6654]
1352         * stdlib/canonicalize.c (__realpath): readlink can write too much
1353         into the buffer on platforms without PATH_MAX.
1355 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1357         [BZ #6653]
1358         * posix/tst-regex.c (main): Rename to...
1359         (do_test): ... this. Remove cmdline option processing.
1360         (TIMEOUT): Define.
1361         (TEST_FUNCTION): Define.
1362         (CMDLINE_OPTIONS): Define.
1364 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1366         [BZ #5210]
1367         * configure.in: Add -Werror to -fstack-protector test to catch
1368         unsupported architectures.
1369         Patch by Gilles Esponasse <g.esp@free.fr>.
1371 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1373         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1374         getcontext returns ENOSYS.
1376 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1378         * nscd/connections.c (main_loop_poll): Fix test for read error.
1379         (main_loop_epoll): Likewise.
1381 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1383         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1384         better place so it is not called when nscd is used.
1386         * nscd/connections.c: Also recognize and handle changes to the
1387         resolver configuration file.
1389 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1391         * time/strftime.c: Pass reference to tzset_called around to handle
1392         recursive calls.
1394         [BZ #6612]
1395         * time/strftime.c (__strftime_internal): Call tzset() only
1396         when printing timezone-dependent values.
1397         Based on a patch by Petr Baudis <pasky@suse.cz>.
1399         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1400         unconditionally use second gaih_getanswer_slice result.
1402         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1403         (getaddrinfo): RES must always be non-NULL.
1405 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1407         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1408         cr[34] registers.
1409         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1410         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1411         Likewise.
1412         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1413         register.
1415 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1417         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1418         fields.
1419         * nscd/connections.c (inotify_fd): New variable.
1420         (nscd_init): Try to open an inotify descriptor.
1421         If successful, watch files for databases using inotify instead of
1422         having prune threads stat the files.
1423         (nscd_run_prune): Recognize clear_cache flag being set and call
1424         prune_cache appropriately.
1425         (main_loop_poll): Add inotify descriptor to wait set and handle the
1426         reported changes.
1427         (main_loop_epoll): Likewise.
1428         * nscd/cache.c (prune_cache): Don't stat files for databases if
1429         inotify is used.
1430         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1431         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1433         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1434         fixed-size portion of the record.
1435         * nscd/servicescache.c (cache_addserv): Likewise.
1436         * nscd/pwdcache.c (cache_addpw): Likewise.
1437         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1439 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1441         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1442         out we don't use uninitialized memory.
1444         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1445         the client.
1447 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1449         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1450         ignore T_DNAME messages.
1451         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1453 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1455         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1456         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1458 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1460         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1461         instead of portstr to nscd_getserv_r.  Patch by
1462         Roman Kagan <rkagan@mail.ru>.
1464 2008-05-26  Jim Meyering  <meyering@redhat.com>
1466         Remove more useless "if" tests before "free".
1467         * include/inline-hashtab.h (htab_delete): Likewise.
1468         * libio/freopen.c (freopen): Likewise.
1469         * libio/freopen64.c (freopen64): Likewise.
1470         * locale/programs/ld-collate.c (collate_read): Likewise.
1471         * misc/fstab.c (libc_freeres_fn): Likewise.
1472         * posix/glob.c (globfree): Likewise.
1474 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1476         * string/Makefile (strop-tests): Add memmem.
1477         * string/test-memmem.c: New file.
1478         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1479         (test_init): Size buf1 according to BUF1PAGES.
1481 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1483         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1484         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1485         (CFLAGS-scanf17.c): New.
1486         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1487         * stdio-common/scanf15.c (main): Likewise.
1488         * stdio-common/scanf16.c: New file.
1489         * stdio-common/scanf17.c: New file.
1491 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1493         * resolv/res_send.c (send_dg): If we already have one of two
1494         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1495         use the one answer insted of failing.
1497 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1499         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1500         being executed on PowerPC as the expected result exceeds IBM
1501         long double 128 __LDBL_MAX__.
1503 2008-05-21  Roland McGrath  <roland@redhat.com>
1505         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1507         * Makefile (check-data): Use $(abi-name) before other guesses.
1508         Look in $(add-ons) dirs before scripts/data/.
1509         * elf/Makefile (check-data): Likewise.
1511         * scripts/soversions.awk: Grok ABI line.
1512         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1513         Emit definition for abi-name variable.
1515 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1517         * string/endian.h: Define new fixed-size hto* and *toh macros only
1518         if [__USE_BSD].
1520         * iconvdata/Depend: Add localedata.
1522 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1524         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1526 2008-05-08  David S. Miller  <davem@davemloft.net>
1528         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1529         HIDDEN_JUMPTARGET.
1530         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1531         (__SYSCALL_CLOBBERS): Remove %g* registers.
1532         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1533         (__SYSCALL_CLOBBERS): Likewise.
1534         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1535         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1537 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1539         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1540         (CALL_ERRNO_LOCATION): Define.
1541         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1542         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1543         (CALL_ERRNO_LOCATION): Define.
1544         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1545         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1546         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1548 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1550         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1551         variable.
1553 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1555         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1556         (FIRST_FRAME_POINTER): Define.
1558 2008-05-09  David S. Miller  <davem@davemloft.net>
1560         * sysdeps/sparc/sparc64/backtrace.c: New file.
1562 2008-05-14  David S. Miller  <davem@davemloft.net>
1564         * sysdeps/sparc/machine-gmon.h: New file.
1565         * sysdeps/sparc/sparc-mcount.S: Likewise.
1566         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1567         sysdep_routines in gmon directory.
1569 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1571         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1573 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1575         * resolv/res_query.c (__libc_res_nquery): In case one of two
1576         answer was too short don't try to read that answer's header.
1578         * resolv/res_send.c (send_dg): In case of timeout and there are
1579         two queries and one has been answered, return value indicating
1580         success.
1582 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1584         * nscd/cache.c (cache_add): Take additional parameter specifying
1585         whether this is in response of a cache refill.  Check alignment
1586         of package data.  Revamp waking of pruning thread.
1587         (prune_cache): Small optimization.
1588         * nscd/nscd.h: Adjust cache_add prototypes.
1589         * nscd/aicache.c: Adjust cache_add calls.
1590         * nscd/grpcache.c: Likewise.
1591         * nscd/hstcache.c: Likewise.
1592         * nscd/initgrcache.c: Likewise.
1593         * nscd/pwdcache.c: Likewise.
1594         * nscd/servicescache.c: Likewise.
1595         * nscd/connections.c (restart): Really disable cache use before
1596         exec attempt.  If it fails, reenable cache.
1597         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1598         time to max to be able to notice concurrent cache additions.  Unlock
1599         prune_lock while performing gc.  Afterwards compute wakeup time with
1600         current wakeup_time value in mind.
1602 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1604         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1606         * nscd/mem.c (gc): Correctly determine highest used array element
1607         in mark.
1609         * nscd/mem.c (markrange): Add assert to check entries are all
1610         aligned.  Small cleanup in bitmap use.
1612         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1613         blockoff of type nscd_ssize_t.
1614         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1615         (mempoll_alloc): Record block offset and not address.
1617         * nscd/mem.c (gc): Fix test for stack overuse.
1619         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1620         more asserts.
1622         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1623         entry is available, believe it.
1625         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1626         no answers return NSS_STATUS_NOTFOUND.
1627         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1628         buffer does not have any content.
1630 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1632         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1634         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1635         lookup, don't assign canon unconditionally.
1637 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1639         * string/Makefile (distribute): Add str-two-way.h.
1641 2008-03-29  Eric Blake  <ebb9@byu.net>
1643         Rewrite string searches to O(n) rather than O(n^2).
1644         * string/str-two-way.h: New file.  For linear fixed-allocation
1645         string searching.
1646         * string/memmem.c: New implementation.
1647         * string/strstr.c: New implementation.
1648         * string/strcasestr.c: New implementation.
1650 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1652         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1653         opr.ctx_type.
1654         (calc_first): Initialize constraint field.
1655         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1656         Use search_duplicated_node to avoid loops.  Fix grammar.
1657         (duplicate_node): Merge constraint field for all node types.
1658         (calc_eclosure_iter): Look at constraint field for all node types.
1659         * posix/regex_internal.c (create_cd_newstate): Don't look at
1660         create_cd_newstate.
1662 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1664         [BZ #6428]
1665         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1667         [BZ #6442]
1668         * string/endian.h: Add macros for fixed-size endian conversion.
1669         * bits/byteswap.h: Allow inclusion from <endian.h>.
1670         * sysdeps/i386/bits/byteswap.h: Likewise.
1671         * sysdeps/ia64/bits/byteswap.h: Likewise.
1672         * sysdeps/s390/bits/byteswap.h: Likewise.
1673         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1674         * string/Makefile (tests): Add tst-endian.
1675         * string/tst-endian.c: New file.
1677         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1678         Patch by Reuben Thomas.
1680 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1682         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1684 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1686         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1688         [BZ #6461]
1689         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1690         Add missing braces.
1691         (BODY for __gconv_transform_internal_ascii): Likewise.
1693         [BZ #6472]
1694         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1695         to be treated like link-local addresses.
1696         (match_prefix): Don't treat IPv4 loopback address special when
1697         converting to v4 mapped addressed.
1699         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1700         if necessary.
1701         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1702         * posix/tst-rfc3484-2.c: Likewise.
1703         * posix/tst-rfc3484-3.c: Likewise.
1705         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1706         and SCTP.
1708         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1710         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1712         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1714 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1716         * po/lt.po: New file.  From Lituanian translation team.
1718 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1720         Introduce TLS descriptors for i386 and x86_64.
1721         * include/inline-hashtab.h: New file, copied from 2005's
1722         libiberty, with fix for memory leak imported afterwards by
1723         Glauber de Oliveira Costa.
1724         * elf/tlsdeschtab.h: New file.
1725         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1726         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1727         (CHECK_STATIC_TLS): Move to...
1728         * elf/dynamic-link.h: ... this file.
1729         (TRY_STATIC_TLS): New macro.
1730         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1731         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1732         R_386_TLS_DESC): Define.
1733         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1734         binutils.
1735         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1736         R_X86_64_TLSDESC): Define.
1737         (R_386_NUM, R_X86_64_NUM): Adjust.
1738         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1739         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1740         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1741         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1742         release tlsdesc_table.
1743         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1744         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1745         (elf_machine_rel): Handle R_386_TLS_DESC.
1746         (elf_machine_rela): Likewise.
1747         (elf_machine_lazy_rel): Likewise.
1748         (elf_machine_lazy_rela): Likewise.
1749         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1750         * sysdeps/i386/dl-tlsdesc.S: New file.
1751         * sysdeps/i386/dl-tlsdesc.h: New file.
1752         * sysdeps/i386/tlsdesc.c: New file.
1753         * sysdeps/i386/tlsdesc.sym: New file.
1754         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1755         tlsdesc_table.
1756         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1757         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1758         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1759         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1760         release tlsdesc_table.
1761         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1762         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1763         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1764         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1765         (elf_machine_rela): Likewise.
1766         (elf_machine_lazy_rel): Likewise.
1767         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1768         (__tls_get_addr): Do not declare for non-shared compiles.
1769         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1770         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1771         * sysdeps/x86_64/tlsdesc.c: New file.
1772         * sysdeps/x86_64/tlsdesc.sym: New file.
1773         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1774         tlsdesc_table for both 32- and 64-bit structs.
1776 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1778         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1779         its own function.  This reduces the frame setup costs and more.
1781 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
1783         [BZ #3406]
1784         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
1785         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
1787 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1789         * io/openat.c (__openat_2): Also pass fd to __openat.
1790         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
1791         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
1793         * string/tester.c (test_memcmp): Add a few more tests.
1794         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
1796 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1798         * nscd/cache.c (cache_add): Before returning with failure and this
1799         is the first use of the record, mark it as unusable.
1800         * nscd/aicache.c: Don't touch the dataset after cache_add returns
1801         reporting a failure.
1802         * nscd/grpcache.c: Likewise
1803         * nscd/hstcache.c: Likewise.
1804         * nscd/initgrcache.c: Likewise.
1805         * nscd/pwdcache.c: Likewise.
1806         * nscd/servicescache.c: Likewise.
1808 2008-05-10  Roland McGrath  <roland@redhat.com>
1810         [BZ #6505]
1811         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
1813 2008-05-08  David S. Miller  <davem@davemloft.net>
1815         * misc/truncate64.c (truncate64): Use __truncate not truncate.
1817         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
1818         (__ieee754_y0l): Likewise.
1819         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
1820         (__ieee754_y1l): Likewise.
1821         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
1822         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
1823         frexpl and ldexpl.  math_private.h provides them and the latter
1824         is not even used.
1825         (__log1pl): Use __frexpl.
1827 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1829         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
1830         prototypes.
1831         * include/arpa/nameser_compat.h: Define T_UNSPEC.
1832         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
1833         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
1834         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
1835         af==AF_UNSPEC.
1836         (_nss_nis_gethostbyname4_r): New function.
1837         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
1838         Change to also handle af==AF_UNSPEC.
1839         (get_tablename): New function.  Use it to avoid duplication.
1840         (_nss_nisplus_gethostbyname4_r): New function.
1841         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
1842         available.
1843         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
1844         * nss/nss.h: Define struct gaih_addrtuple.
1845         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
1846         af==AF_UNSPEC.
1847         (_nss_files_gethostbyname4_r): New function.
1848         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
1849         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
1850         calls.
1851         * resolv/res_query.c (__libc_res_nquery): Take two additional
1852         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
1853         look up IPv4 and IPv6.
1854         Change all callers.
1855         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
1856         for an additional query and answer buffer.  Pass to send_vc and
1857         send_dg.
1858         (send_vc): Send possibly two requests and receive two answers.
1859         (send_dg): Likewise.
1860         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
1861         __libc_res_nquery.
1862         (_nss_dns_gethostbyname4_r): New function.
1863         (gaih_getanswer_slice): Likewise.
1864         (gaih_getanswer): Likewise.
1865         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
1866         __libc_res_nquery call.
1867         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
1868         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
1869         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
1870         available.
1872 2008-05-05  David S. Miller  <davem@davemloft.net>
1874         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
1875         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
1877 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1879         Fix termios bit macros.
1880         Move *DLY definitions where they belong, in termios.h.
1881         Add *[0-3] definitions.
1882         Fixes confusion between VT and FF.
1883         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
1884         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
1885         are already defined to avoid collision with termios.h.
1886         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
1887         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
1888         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
1889         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
1890         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
1891         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
1892         VTDLY, VT0, VT1): New macros.
1893         [__USE_GNU] (OLCUC): Change value of macro.
1894         [__USE_XOPEN] (OFILL): New macro.
1895         [__USE_BSD] (CRTSCTS): Change value.
1896         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
1897         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
1898         (B7200, B14400, B28800, B76800): New macros.
1900 2008-05-01  David S. Miller  <davem@davemloft.net>
1902         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
1903         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
1904         (gen-as-const-headers): Add it.
1905         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
1906         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
1907         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
1908         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
1910         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
1911         six system call parameters.
1912         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1914 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
1916         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
1917         RUSAGE_LWP.
1918         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1919         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1921 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
1923         * stdlib/tst-setcontext.c: Include unistd.h.
1925 2008-04-25  David S. Miller  <davem@davemloft.net>
1927         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
1928         Pass "union semun" properly in to sys_ipc, it must be passed
1929         by value, not by reference.
1931 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
1933         * nscd/Makefile (nscd-cflags): Set back to -fpie.
1934         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
1935         * nscd/connections.c (mem_in_flight): Likewise.
1937         * nscd/nscd.h (dbs): Make hidden.
1939         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
1940         Avoid returning -1, return 0 instead.
1942 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
1944         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
1946 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
1948         [BZ #5209]
1949         * sysdeps/unix/sysv/linux/times.c: New file.
1951         [BZ #5381]
1952         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
1953         mem_in_flight_list variables.  Add new parameter to mempool_alloc
1954         prototype.
1955         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
1956         appropriate mem_in_flight element.
1957         (gc): Take allocations which have not yet been committed to the
1958         database into account.
1959         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
1960         Reset mem_in_flight before returning.
1961         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
1962         cue it up in mem_in_flight_list.
1963         * nscd/aicache.c: Adjust mempool_alloc call.
1964         * nscd/grpcache.c: Likewise.
1965         * nscd/hstcache.c: Likewise.
1966         * nscd/initgrcache.c: Likewise.
1967         * nscd/pwdcache.c: Likewise.
1968         * nscd/servicescache.c: Likewise.
1969         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
1970         of -fpie.
1972         * nscd/connections.c (handle_request): Provide better error message
1973         in case SELinux forbids the service.
1975         * version.h (VERSION): Bump to 2.8.90.
1977 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
1979         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
1981 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1983         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
1984         Also use for 32-bit.
1985         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
1986         __nextafter instead of nextafter to avoid local PLT.
1987         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
1988         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1990         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
1992         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
1993         __fe_nomask_env.
1994         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
1995         <fenv_libc.h> instead of <fenv.h>.
1996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1999         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2001         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2002         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2003         function from fegetexcept and make old name weak alias.
2004         * include/fenv.h: Declare __fegetexcept.
2005         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2006         fegetexcept.
2007         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2008         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2009         to fetestexcept.
2010         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2011         instead of frexpl to avoid local PLT.
2012         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2013         ilogbl to avoid local PLT.
2014         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2015         instead of ldexpl to avoid local PLT.
2016         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2017         __roundl not roundl to avoid local PLT.
2018         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2019         local PLTs.  Use __sincosl instead of separate sinl and cosl
2020         calls.
2021         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2023         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2024         version for ppc64 to 2.4.21 since without it makecontext will fail.
2026         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2027         to the ABI in use.
2028         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2029         .__tls_get_addr.
2030         [__powerpc64__] (TLS_GD): Likewise.
2032 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2034         [BZ #4997]
2035         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2036         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2037         mantissa.
2038         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2039         Likewise.  Also account for when x is an odd number between 2^52
2040         and 2^53-1.
2041         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2042         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2043         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2044         detect aforementioned erroneous conditions.
2046 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2048         * configure.in: Check for -fno-section-anchors in addition to
2049         -fno-toplevel-reorder.
2051 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2053         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2055         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2056         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2057         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2058         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2059         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2060         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2062 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2064         [BZ #5443]
2065         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2066         * time/alt_digit.c: Likewise.
2067         * wcsmbs/wcsmbsload.c: Likewise.
2069 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2071         * version.h (VERSION): Bump to 2.8.
2073         * timzeone/asia: Update from tzdata2008b.
2074         * timezone/backward: Likewise.
2075         * timezone/europe: Likewise.
2076         * timezone/northamerica: Likewise.
2077         * timezone/southamerica: Likewise.
2078         * timezone/iso3166.tab: Likewise.
2079         * timezone/leapseconds: Likewise.
2080         * timezone/zone.tab: Likewise.
2081         * timezone/private.h: Update from tzcode2008a.
2082         * timezone/zdump.c: Likewise.
2083         * timezone/zic.c: Likewise.
2085 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2087         [BZ #5741]
2088         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2089         Define additonal Data Cache Block instruction macros.
2090         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2091         Replace dcbst with dcbf and sync with sync/isync.
2093 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2095         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2096         Always set ELF_RTYPE_CLASS_PLT.
2097         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2099 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2101         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2102         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2103         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2104         For ISA 2.01 and later replace mftb with mfspr 268.
2106 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2108         [BZ #5768]
2109         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2110         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2112 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2114         [BZ #5768]
2115         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2116         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2117         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2118         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2120 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2122         * stdlib/tst-makecontext.c (othervar): New variable.
2123         (cf): Test sign extending the argument to long.
2125 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2127         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2128         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2129         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2130         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2131         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2132         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2133         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2135 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2137         * elf/Makefile (tests): Substitute tests-vis-yes here.
2138         (tests-vis-yes): Delete.
2139         (modules-name, modules-vis-yes): Similarly.
2141 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2143         [BZ #4407]
2144         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2145         Preserve sign in signgamp when x is zero.
2147 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2149         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2150         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2151         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2152         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2153         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2154         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2156 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2158         [BZ #4314]
2159         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2160         buffers.
2162         [BZ #5209]
2163         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2164         a reserved error value.
2166         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2167         value to check for correct sign extension.
2169         [BZ #5436]
2170         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2171         Copy 64-bit parameter values even though this is not required in
2172         the standard.
2174         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2175         PC save.
2177 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2179         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2180         PC save.
2182 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2184         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2186 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2188         [BZ #5998]
2189         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2190         in line-buffered stream failed.
2191         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2193 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2195         [BZ #6024]
2196         * scripts/abi-versions.awk: If the version specified by
2197         --enable-oldest-abi is older than the first version for this
2198         architecture, use the default version.
2200         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2201         as well when ignoring the whole category.
2203 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2205         [BZ #6042]
2206         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2207         ETHERTYPE_* definitions.
2208         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2210 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2212         * stdlib/mbtowc.c (__no_r_state): Remove.
2213         (mbtowc): New static state variable.  Use it instead of
2214         __no_r_state.
2215         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2216         (__wctomb_state): New hidden variable.
2217         (wctomb): Use __wctomb_state instead of __no_r_state.
2218         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2219         (__wctomb_state): New extern decl.
2220         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2222 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2224         [BZ #5475]
2225         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2227 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2229         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2231 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2233         * po/nl.po: Update from translation team.
2235 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2237         [BZ #6007]
2238         * string/strfry.c: Handle empty strings again.
2240 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2242         [BZ #5443]
2243         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2244         before looking for translation.
2245         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2246         * locale/freelocale.c: Likewise.
2247         * locale/newlocale.c: Likewise.
2248         * locale/setlocale.c: Likewise.
2249         Based partially on a patch by ryo@np.css.fujitsu.com.
2251 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2253         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2254         acquiring wrlock.  Do conv_tab allocation while holding lock.
2255         * intl/Makefile: Add rules to build and run tst-gettext6.
2256         * intl/tst-gettext6.c: New test.
2257         * intl/tst-gettext6.sh: New file.
2259 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2261         * po/nl.po: Update from translation team.
2263         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2264         provided through st_blksize, try the default size before giving up.
2266 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2268         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2270         [BZ #5939]
2271         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2273         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2274         error message.  POSIX today does not require the messages to be in
2275         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2277         [BZ #5979]
2278         * sunrpc/auth_unix.c: Unify printed strings.
2279         * sunrpc/clnt_tcp.c: Likewise.
2280         * sunrpc/clnt_udp.c: Likewise.
2281         * sunrpc/clnt_unix.c: Likewise.
2282         * sunrpc/svc_tcp.c: Likewise.
2283         * sunrpc/svc_udp.c: Likewise.
2284         * sunrpc/svc_unix.c: Likewise.
2285         * sunrpc/xdr.c: Likewise.
2286         * sunrpc/xdr_array.c: Likewise.
2287         * sunrpc/xdr_rec.c: Likewise.
2288         * sunrpc/xdr_ref.c: Likewise.
2289         * locale/programs/ld-time.c (time_finish): Unify messages.
2290         * locale/programs/locfile.c (handle_copy): Fix typo.
2291         * nscd/nscd.c (options): Fix typo.
2293         [BZ #5995]
2294         * stdlib/strtod_l.c: Use correct sign for result in one more
2295         underflow case.
2296         Patch by Eric Blake <ebb9@byu.net>.
2298 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2300         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2301         and creat system calls.
2302         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2303         call.
2304         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2305         system calls.
2306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2307         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2308         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2310 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2312         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2313         <linux/limits.h> has defined it.
2314         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2315         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2316         headers.
2317         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2318         it instead of ARG_MAX.
2320 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2322         * posix/gai.conf: Fix comment for scope nullbits.
2323         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2324         default to 128 bits for v4 mapped addresses.
2326 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2328         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2329         ptrace call to get the ieee_instruction_pointer from the kernel.
2330         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2331         ptrace call to set the ieee_instructtion_pointer.
2332         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2333         Add comment that ieee_instruction_pointer is always 0.
2335 2008-03-09  Andreas Jaeger  <aj@suse.de>
2337         [BZ #5857]
2338         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2339         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2340         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2342         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2343         (rint_test): Likewise.
2345 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2347         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2348         call.
2349         (__nisfind_server): Similar for open readColdStartFile call.
2350         Patch partially by Jim Meyering.
2351         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2352         around internal_setent call.
2354         * po/vi.po: New Vietnamese translation.
2356         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2357         ADJ_OFFSET_SS_READ.
2359         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2360         remove CLONE_STOPPED.
2362 2008-02-10  Jim Meyering  <meyering@redhat.com>
2364         Remove useless "if" before "free":
2365         * elf/ldconfig.c (parse_conf_include): Likewise.
2366         * gmon/gmon.c (weak_alias): Likewise.
2367         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2368         * inet/rcmd.c (__validuser2_sa): Likewise.
2369         * intl/bindtextdom.c (set_binding_values): Likewise.
2370         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2371         * libio/genops.c (save_for_backup): Likewise.
2372         * libio/wgenops.c (save_for_wbackup): Likewise.
2373         * locale/programs/ld-collate.c (collate_read): Likewise.
2374         * locale/programs/linereader.c (get_string): Likewise.
2375         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2376         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2377         * resolv/res_debug.c (do_section): Likewise.
2378         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2379         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2380         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2381         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2382         * time/tzset.c (tzset_internal): Likewise.
2384 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2386         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2387         of ASSEMBLER.
2389 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2391         [BZ #5903]
2392         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2393         not stream for output file.  Open output file here.
2394         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2395         and output file name.
2396         (process_fd): Likewise.
2397         (process_file): Likewise.
2398         (main): Adjust callers of changed functions.
2399         * iconv/iconv_prog.h: Adjust prototype.
2401 2008-03-09  Andreas Jaeger  <aj@suse.de>
2403         [BZ #5753]
2404         * sysdeps/ia64/ieee754.h: Use protected namespace
2405         __BIG_ENDIAN/__LITTLE_ENDIAN.
2406         * sysdeps/ieee754/ieee754.h: Likewise.
2407         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2409 2008-03-08  Roland McGrath  <roland@frob.com>
2411         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2412         ignore a signal that came from a machine exception, treat it as a
2413         fatal core-dump signal instead.
2414         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2416         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2417         Clear DF bit in thread state's eflags.
2418         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2420 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2422         [BZ #5774]
2423         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2424         of NAN(...) sequence.
2425         * stdlib/Makefile (tests): Add tst-strtod6.
2426         * stdlib/tst-strtod6.c: New file.
2428         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2430         [BZ #5762]
2431         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2432         putting offending option character in quotes.  Clean up error
2433         messages.
2434         * po/be.po: Adjust msgstr in translation file.
2435         * po/bg.po: Likewise.
2436         * po/ca.po: Likewise.
2437         * po/cs.po: Likewise.
2438         * po/da.po: Likewise.
2439         * po/de.po: Likewise.
2440         * po/es.po: Likewise.
2441         * po/fr.po: Likewise.
2442         * po/hr.po: Likewise.
2443         * po/ko.po: Likewise.
2444         * po/nl.po: Likewise.
2445         * po/rw.po: Likewise.
2446         * po/sk.po: Likewise.
2447         * po/sv.po: Likewise.
2448         * po/tr.po: Likewise.
2449         * po/zh_CN.po: Likewise.
2450         * po/zh_TW.po: Likewise.
2452         [BZ #5760]
2453         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2454         Patch by Roland Bless <roland@bless.de>.
2456         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2457         .o file.
2458         * elf/Makefile (routines): Add dl-sysdep.
2459         (elide-routines.os): Likewise.
2461 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2463         [BZ #5786]
2464         * elf/dl-sysdep.c: Undefine ROUND after use.
2465         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2466         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2467         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2468         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2469         to ...
2470         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2471         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2472         if necessary.
2473         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2475         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2476         _dl_tls_get_addr_soft element.
2477         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2478         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2479         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2480         GLRO.
2481         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2482         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2483         of internal_function.
2485         * stdlib/Makefile (aux): Add tens_in_limb.
2486         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2487         * stdlib/tens_in_limb.c: ...here.  New file.
2489         [BZ #5778]
2490         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2491         __statfs_chown_restricted.
2492         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2493         for _PC_CHOWN_RESTRICTED.
2494         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2495         Implement __statfs_chown_restricted.
2496         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2497         _POSIX_CHOWN_RESTRICTED value to zero.
2498         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2499         defined to zero.
2501         * sysdeps/x86_64/rtld-memset.c: New file.
2503 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2505         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2507         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2508         Barcelona machine.  Make default fall through branch of
2509         __x86_64_preferred_memory_instruction check as the integer code path.
2511 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2513         * sysdeps/x86_64/cacheinfo.c
2514         (__x86_64_preferred_memory_instruction): New variable.
2515         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2517         * sysdeps/x86_64/memset.S: Rewrite.
2519 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2521         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2522         __obstack_printf_chk): New prototypes.
2523         (__vasprintf_chk, __vdprintf_chk,
2524         __obstack_vprintf_chk): Likewise.
2525         Add libc_hidden_proto.
2526         * libio/obprintf.c
2527         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2528         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2529         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2530         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2531         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2532         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2533         __obstack_vprintf_chk): New prototypes.
2534         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2535         obstack_vprintf): New inlines.
2536         * debug/dprintf_chk.c: New file.
2537         * debug/vdprintf_chk.c: New file.
2538         * debug/asprintf_chk.c: New file.
2539         * debug/vasprintf_chk.c: New file.
2540         * debug/obprintf_chk.c: New file.
2541         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2542         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2543         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2544         @@GLIBC_2.8.
2545         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2546         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2547         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2548         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2549         libc_hidden_proto.
2550         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2551         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2552         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2553         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2554         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2555         @@GLIBC_2.8.
2556         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2557         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2558         obstack_vprintf_chk.
2559         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2560         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2561         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2562         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2563         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2564         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2566 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2568         [BZ #5779]
2569         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2570         Patch by Roy Marples <roy@marples.name>.
2572         [BZ #5736]
2573         * malloc/malloc.c: Fix typo in comment.
2575         [BZ #5627]
2576         * locale/iso-639.def: Add Shuswap.
2578 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2580         [BZ #5790]
2581         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2582         overwrite *h_errnop/*errnop values from getanswer_r in case of
2583         failure.
2585 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2587         [BZ #5818]
2588         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2589         (verify_persistent_db): Remove one unnecessary test and add a new one
2590         for bad configuration.
2591         (nscd_init): Improve error reported when persistent database cannot
2592         be reused.
2593         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2594         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2595         .suggested_module and .max_db_size and case config file says the
2596         values are zero.
2597         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2599         [BZ #5854]
2600         * nis/ypclnt.c (yp_order): Fix handling of return value of
2601         do_ypcall_tr call.
2602         Patch by Jeff Moyer <jmoyer@redhat.com>.
2604         * po/fr.po: Update from translation team.
2606 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2607             Carlos O'Donell <carlos@systemhalted.org>
2609         [BZ #5012]
2610         * FAQ.in: Describe why glibc needs to be compiled with
2611         optimization.
2613 2008-02-19  Roland McGrath  <roland@redhat.com>
2615         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2617 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2619         [BZ #5737]
2620         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2621         __USE_MISC is defined.
2623 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2625         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2626         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2627         sys/timerfd.h.
2628         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2629         timerfd_gettime, timerfd_settime.
2630         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2631         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2633 2008-02-08  Roland McGrath  <roland@redhat.com>
2635         * elf/elf.h (NT_PPC_SPE): New macro.
2637 2008-02-06  Roland McGrath  <roland@redhat.com>
2639         * Makerules ($(common-objpfx)sysd-rules):
2640         Depend on $(sysdep-makeconfigs).
2642 2008-01-31  Roland McGrath  <roland@redhat.com>
2644         [BZ #5442]
2645         * configure.in: Use -print-file-name if it yields a directory,
2646         for each of include and include-fixed.
2647         * configure: Regenerated.
2649         * Makeconfig (sysd-rules-targets): New variable.
2650         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2651         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2653 2008-01-30  Roland McGrath  <roland@redhat.com>
2655         * manual/libc.texinfo: Update back-cover text.
2657         * elf/elf.h (NT_386_TLS): New macro.
2659 2008-01-29  Roland McGrath  <roland@redhat.com>
2661         * Makeconfig (sysd-rules-patterns): New variable.
2662         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2663         (check-inhibit-asm): New canned sequence, replaces ...
2664         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2665         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2666         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2667         (CFLAGS-rtld): Variable removed.
2669 2008-01-24  Roland McGrath  <roland@redhat.com>
2671         * configure.in: Let configure fragments set base_os.
2672         * configure: Regenerated.
2674 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2676         * po/ko.po: Update from translation team.
2678 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2680         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2682 2008-01-12  Andreas Jaeger  <aj@suse.de>
2684         [BZ #5040]
2685         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2686         Add EPOLLRDHUP.
2688 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2690         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2691         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2692         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2694 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2696         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2697         * elf/dl-close.c (_dl_close): Check for it.
2698         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2699         (_dl_allocate_static_tls): Likewise.
2700         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2701         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2702         to it.
2703         * elf/tst-tls16.c: New file.
2704         * elf/tst-tlsmod16a.c: New file.
2705         * elf/tst-tlsmod16b.c: New file.
2706         * elf/Makefile: Add rules to build and run tst-tls16.
2708 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2710         [BZ #5628]
2711         * bits/shm.h: Fix comment describing shmid_ds.
2712         * sysdeps/gnu/bits/shm.h: Likewise.
2713         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2714         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2715         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2716         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2717         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2718         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2719         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2720         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2721         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2723         [BZ #5607]
2724         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2725         prototypes.
2726         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2727         additional suffixes.
2728         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2729         Add optional functions mq_timedreceive and mq_timedsend.
2730         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2731         * conform/data/pthread.h-data: Fix prototype of
2732         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2733         * conform/data/semaphore.h-data: Allow time.h definitions.
2734         * conform/data/signal.h-data: Likewise.
2735         * conform/data/stdio.h-data: getw and putw are not required in v6.
2736         * conform/data/stdlib.h-data: Change setstate prototype.
2737         * conform/data/string.h-data: Fix strerror_r prototype.
2738         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2739         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2740         Fix readlink prototype.
2741         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2742         in6addr_loopback.
2743         * inet/netinet/in.h: Cleanup namespace.
2744         * posix/regex.h: Likewise.
2745         * resolv/netdb.h: Likewise.
2746         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2747         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2748         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2749         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2750         of names of in in6_addr.
2751         (default_precedence): Likewise.
2752         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2753         NULL definition.
2755 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2757         * conform/data/fmtmsg.h-data: Add missing allows.
2758         * conform/data/ftw.h-data: Likewise.
2759         * conform/data/inttypes.h-data: Likewise.
2760         * conform/data/math.h-data: Likewise.
2761         * conform/data/signal.h-data: Likewise.
2762         * conform/data/net/if.h-data: Likewise.
2763         * conform/data/netinet/in.h-data: Likewise.
2764         * conform/data/sys/socket.h-data: Likewise.
2766         [BZ #5614]
2767         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2768         (__strtok_r): Simplify.
2769         * string/tester.c (test_strtok_r): Add test case for futile search
2770         with single-character seach string.
2772 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2774         * po/ko.po: Update from translation team.
2776 2008-01-11  Andreas Jaeger  <aj@suse.de>
2778         [BZ #5600]
2779         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
2780         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
2781         kernel header.
2783 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2785         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
2786         native interface lookup in all the relevant places.
2788 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
2789             Ulrich Drepper  <drepper@redhat.com>
2791         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
2792         field.  Use sockaddr_in6 for source_addr.
2793         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
2794         (match_prefix): Likewise.
2795         (get_label): Likewise.
2796         (get_precedence): Likewise.
2797         (rfc3484_sort): Change to use indirect access to results array.
2798         Adjust to use of sockaddr_in6.  Replace service_order test with
2799         simple index comparison.
2800         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
2801         service_order field.  Adjust qsort_t calls.  Access sorted result
2802         array indirectly through order array.
2803         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
2804         * posix/tst-rfc3484-2.c: Likewise.
2805         * posix/tst-rfc3484-3.c: Likewise.
2807 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
2809         [BZ #5541]
2810         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
2811         pollfd structures.
2812         Patch by André Cruz.
2814         [BZ #5545]
2815         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
2816         (clnt_spcreateerror): Likewise.
2818         [BZ #5553]
2819         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
2820         (public_mEMALIGn): Likewise.
2821         Patch mostly by Daniel Jacobowitz.
2823 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
2825         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
2826         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
2827         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
2828         * stdlib/tst-makecontext2.c: New test.
2830 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
2832         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
2833         defined.
2834         (REINIT_PARAMS): Likewise.  Undefine before end of file.
2835         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
2836         transliteration hooks and REINIT_PARAMS afterwards.
2837         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
2838         status.
2839         (REINIT_PARAMS): Define.
2840         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
2841         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
2842         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
2843         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
2844         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
2845         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
2846         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
2847         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
2848         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
2849         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
2850         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
2851         * iconvdata/tst-iconv7.c: New test.
2853 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
2855         * libio/stdio.h (vscanf): Fix definition for loser compilers.
2857 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
2859         [BZ #5112]
2860         * nscd/connections.c (restart): Fix condition.
2862 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2864         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
2865         __ctype_toupper_loc): Add __THROW.
2867 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
2869         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
2870         recognition of interface family.
2872         * posix/getconf.c: Update copyright year.
2873         * nss/getent.c: Likewise.
2874         * iconv/iconvconfig.c: Likewise.
2875         * iconv/iconv_prog.c: Likewise.
2876         * elf/ldconfig.c: Likewise.
2877         * catgets/gencat.c: Likewise.
2878         * csu/version.c: Likewise.
2879         * elf/ldd.bash.in: Likewise.
2880         * elf/sprof.c (print_version): Likewise.
2881         * locale/programs/locale.c: Likewise.
2882         * locale/programs/localedef.c: Likewise.
2883         * nscd/nscd.c (print_version): Likewise.
2884         * debug/xtrace.sh: Likewise.
2885         * malloc/memusage.sh: Likewise.
2886         * malloc/mtrace.pl: Likewise.
2887         * debug/catchsegv.sh: Likewise.
2889 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
2891         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
2892         second lookup.
2894 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
2896         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
2897         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2899 2007-12-17  Roland McGrath  <roland@redhat.com>
2901         * inet/ether_line.c (ether_line): Remove unused variable.
2903 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2905         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
2906         and winp.
2907         * login/openpty.c (openpty): Likewise.
2908         * login/pty.h (openpty, forkpty): Likewise.
2909         * manual/terminal.texi (openpty, forkpty): Likewise.
2911 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
2913         * malloc/malloc.c (public_cALLOc): For arenas other than
2914         main_arena, count all bytes inside the mprotect_size range of the
2915         heap as uninitialized.
2917 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
2919         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
2920         executable stacks.
2922         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
2923         mTRIm for all of them.
2924         (mTRIm): Additionally iterate over all free blocks and use madvise
2925         to free memory for all those blocks which contain at least one
2926         memory page.
2927         * malloc/tst-trim1.c: New file.
2928         * malloc/Makefile (tests): Add tst-trim1.
2930         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
2932 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
2934         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
2935         First cast argument to long
2936         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
2937         Return long.
2938         (__vdso_clock_gettime): Likewise.
2939         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
2940         return long.
2942 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
2944         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
2945         * locale/nl_langinfo_l.c: Real implementation, copied from
2946         nl_langinfo.c.
2947         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
2949 2007-12-01  Jim Meyering  <meyering@redhat.com>
2951         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2952         that would inhibit utf8-optimization of a regexp containing line-
2953         or buffer-anchors, e.g., `^', `$'.
2955 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2957         * time/bug-getdate1.c (do_test): Don't use century values which
2958         aren't valid on 32-bit systems.
2960 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
2962         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
2963         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
2964         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
2965         __strcat_g, __strncat_g): Add __asm__.
2967 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2969         [BZ #5477]
2970         * io/fchmodat.c: Fix typo in stub_warning use.
2971         Patch by Petr Salinger.
2973 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2975         * iconvdata/hp-thai8.c: New file.
2976         * iconvdata/Makefile: Add rules for hp-thai8.c.
2977         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
2978         * iconvdata/gconv-modules: Likewise.
2980         [BZ #5464]
2981         * iconvdata/hp-greek8.c: New file.
2982         * iconvdata/Makefile: Add rules for hp-greek8.c.
2983         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
2984         * iconvdata/gconv-modules: Likewise.
2986         [BZ #5463]
2987         * iconvdata/hp-turkish8.c: New file.
2988         * iconvdata/Makefile: Add rules for hp-turkish8.c.
2989         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
2990         * iconvdata/gconv-modules: Likewise.
2992         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
2993         (shrink_heap): ... this new function.
2994         (heap_trim): Call shrink_heap instead of grow_heap.
2996         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
2997         case don't call alloc_perturb.
2999 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3001         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3002         possible.
3003         * sysdeps/unix/sysv/linux/kernel-features.h
3004         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3005         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3007 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3009         [BZ #5424]
3010         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3011         * stdio-common/Makefile (tests): Add bug22.
3012         * stdio-common/bug22.c: New file.
3014         [BZ #5451]
3015         * time/getdate.c: Fix filling in default values.
3016         * time/bug-getdate1.c: New file.
3017         * time/Makefile: Add rules to build and run bug-getdate1.
3019         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3020         * iconvdata/ebcdic-es.c: Likewise.
3021         * iconvdata/ebcdic-es-a.c: Likewise.
3022         * iconvdata/ebcdic-uk.c: Likewise.
3023         * iconvdata/iso8859-16.c: Likewise.
3024         * iconvdata/viscii.c: Likewise.
3025         * iconvdata/iso8859-9e.c: Likewise.
3026         * iconvdata/Makefile: Adjust appropriately.
3028         [BZ #5428]
3029         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3030         __need_wint_t.
3032 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3034         [BZ #5427]
3035         * iconvdata/hp-roman9.c: New file.
3036         * iconvdata/Makefile: Add rules for hp-roman9.c.
3037         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3038         * iconvdata/gconv-modules: Likewise.
3040         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3041         * iconvdata/Makefile: Adjust appropriately.
3043         [BZ #5441]
3044         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3045         structure, it's allocated with alloca.
3046         * stdio-common/Makefile (tests): Add bug21.
3047         * stdio-common/bug21.c: New file.
3049 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3051         [BZ #5452]
3052         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3053         keyword for gcc's braced-groups.
3055 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3057         [BZ #5454]
3058         * inet/ether_line.c: Strip hostname of whitespaces.
3059         * inet/Makefile (tests): Add tst-ether_line.
3060         * inet/tst-ether_line.c: New file.
3062 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3064         [BZ #5439]
3065         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3067         [BZ #5435]
3068         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3070         * stdlib/tst-setcontext.c: Catch the case where the links gets
3071         messed up and we do not reach main again.
3073         * po/ca.po: Update from translation team.
3075 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3077         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3078         * posix/regex.h (REG_ENOSYS): Likewise.
3079         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3081 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3083         * nscd/nscd.h (MAX_STACK_USE): Define.
3084         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3085         (gc): Initialize stack_used based on allocation in prune_cache.
3086         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3087         Clear array before use.
3089         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3090         memory allocation failed.
3091         * nscd/hstcache.c (cache_addhst): Likewise.
3092         * nscd/grpcache.c (cache_addgr): Likewise.
3093         * nscd/servicescache.c (cache_addserv): Likewise.
3094         * nscd/pwdcache.c (cache_addpw): Likewise.
3095         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3097 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3100         and creat system calls.
3102         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3104 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3106         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3107         Add netiucv/iucv.h.
3108         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3109         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3110         protocol.
3111         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3112         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3113         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3115 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3117         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3118         strncat): Define as macros to avoid compile errors.
3120         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3121         creat entries.
3123 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3125         [BZ #5382]
3126         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3127         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3128         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3129         overflow it.
3130         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3132         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3133         Return zero in case the thread library is not NPTL.
3135         [BZ #5375]
3136         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3137         initializing interface list.
3139         [BZ #5378]
3140         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3141         use result of nss_getgrgid_r if nothing was found.  For other
3142         error return with a failure.
3143         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3145         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3146         macro name.
3148 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3150         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3151         (get_scope): For IPv4 scope, use scopes table.
3152         (fini): Free scopes table if necessary.
3153         (free_scopelist): New function.
3154         (scopecmp): New function.
3155         (gaiconf_init): Also handle scopev4 entries.
3156         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3157         * posix/tst-rfc3484-2.c (do_test): Likewise.
3158         * posix/gai.conf: Document scopev4 defaults.
3159         * posix/Makefile (tests): Add tst-rfc3484-3.
3160         * posix/tst-rfc3484-3.c: New file.
3162         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3163         Teredo tunnels.
3164         * posix/gai.conf: Update for current default tables.
3166 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3168         * po/tr.po: Update from translation team.
3170 2007-11-18  Roland McGrath  <roland@frob.com>
3172         * manual/arith.texi (Remainder Functions): Spelling fix.
3173         From Shaun Silk <genix@mysoul.com.au>.
3175         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3177 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3179         * po/zh_CN.po: Update from translation team.
3181         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3182         Add sys/signalfd.h and sys/eventfd.h.
3184 2007-11-15  Bruno Haible  <bruno@clisp.org>
3186         [BZ #5346]
3187         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3188         union.
3189         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3190         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3191         it needs only fixed stack space. Delay the initialization of
3192         msgid_len until it is needed.
3194 2007-11-15  Andreas Jaeger  <aj@suse.de>
3196         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3197         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3199 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3201         * po/ko.po: Update from translation team.
3203 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3205         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3206         significantly.  The device type is also part of the ifinfomsg data.
3208         * po/sv.po: Update from translation team.
3209         * po/nl.po: Likewise.
3211         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3212         to wake up in 24 hours.
3214         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3216 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3218         * po/cs.po: Update from translation team.
3219         * po/pl.po: Likewise.
3221         * include/ifaddrs.h: Remove in6ai_temporary.
3222         (struct in6addrinfo): Add index element.
3223         Declare __check_native.
3224         * inet/Makefile (aux): Add check_native.
3225         * sysdeps/unix/sysv/linux/check_native.c: New file.
3226         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3227         IFA_F_TEMPORARY.  Pass back ifa_index.
3228         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3229         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3230         call __check_native if necessary.
3231         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3232         to sort addresses.  Pass information about the results.
3233         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3234         of rfc3484_sort interface.
3235         * posix/tst-rfc3484-2.c: Likewise.
3237         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3238         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3239         for _quicksort.
3240         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3241         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3242         on as third parameter to compare function and _quicksort.
3243         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3244         to the compare function.
3245         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3246         * Versions.def: Add GLIBC_2.8 for libc.
3248         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3249         * posix/tst-rfc3484-2.c: Likewise.
3251         * include/kernel-features.h: Moved to...
3252         * sysdeps/mach/hurd/kernel-features.h: ...here.
3254 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3256         * sysdeps/i386/i586/memcpy_chk.S: New file.
3257         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3258         * sysdeps/i386/i586/memset_chk.S: Likewise.
3260 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3262         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3263         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3264         list of interfaces.  Also store prefix length.
3265         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3266         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3267         prefix if source and destination address are in the same subnet.
3268         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3269         Always look for matching record in in6ai list.
3270         Correct source_addr_len value for IPv6->IPv4 converted records.
3272 2007-11-11  Roland McGrath  <roland@frob.com>
3274         * include/kernel-features.h: New file.
3276 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3278         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3279         complications for 64-bit platforms.
3281         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3282         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3283         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3284         open64_2.
3285         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3286         entries.
3287         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3288         * sysdeps/wordsize-64/alphasort.c: New file.
3289         * sysdeps/wordsize-64/alphasort64.c: New file.
3290         * sysdeps/wordsize-64/fseeko.c: New file.
3291         * sysdeps/wordsize-64/fseeko64.c: New file.
3292         * sysdeps/wordsize-64/ftello.c: New file.
3293         * sysdeps/wordsize-64/ftello64.c: New file.
3294         * sysdeps/wordsize-64/ftw.c: New file.
3295         * sysdeps/wordsize-64/ftw64.c: New file.
3296         * sysdeps/wordsize-64/iofgetpos.c: New file.
3297         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3298         * sysdeps/wordsize-64/iofopen.c: New file.
3299         * sysdeps/wordsize-64/iofopen64.c: New file.
3300         * sysdeps/wordsize-64/iofsetpos.c: New file.
3301         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3302         * sysdeps/wordsize-64/lockf.c: New file.
3303         * sysdeps/wordsize-64/lockf64.c: New file.
3304         * sysdeps/wordsize-64/mkostemp.c: New file.
3305         * sysdeps/wordsize-64/mkostemp64.c: New file.
3306         * sysdeps/wordsize-64/mkstemp.c: New file.
3307         * sysdeps/wordsize-64/mkstemp64.c: New file.
3308         * sysdeps/wordsize-64/scandir.c: New file.
3309         * sysdeps/wordsize-64/scandir64.c: New file.
3310         * sysdeps/wordsize-64/tmpfile.c: New file.
3311         * sysdeps/wordsize-64/tmpfile64.c: New file.
3312         * sysdeps/wordsize-64/versionsort.c: New file.
3313         * sysdeps/wordsize-64/versionsort64.c: New file.
3314         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3315         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3316         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3317         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3318         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3319         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3320         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3321         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3322         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3323         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3324         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3325         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3327         * crypt/sha256-crypt.c: Fix a comment.
3328         * crypt/sha512-crypt.c: Likewise.
3330 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3332         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3334 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3336         [BZ #5277]
3337         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3338         because output buffer is too small break, don't loop.
3339         * iconvdata/Makefile (tests): Add bug-iconv6.
3340         * iconvdata/bug-iconv6.c: New file.
3342 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3344         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3345         with size_t type.
3346         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3347         size_t.  Add casts where needed.
3349         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3350         old headers, don't call avc_has_perm if we don't have the
3351         permission information.
3353 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3355         * elf/rtld.c (dl_main): Use the page size to find the map start.
3357 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3359         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3360         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3362         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3363         when the lookup call failed.
3365         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3366         Add prune_cond and wakeup_time.
3367         (CACHE_PRUNE_INTERNAL): Define.
3368         Update declarations of prune_cache and setup_thread.
3369         * nscd/connections.c (dbs): Update initializers.
3370         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3371         (nscd_init): Default number of threads is now 4.
3372         (invalidate_cache): Take lock before calling prune_cache.
3373         (handle_request): If SELinux forbids the request, say so.
3374         (readylist_cond): Use static initializer.
3375         (nscd_run_prune): New function.  Used only by pruning threads.
3376         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3377         here.
3378         (fd_ready): Update nscd_run reference.
3379         (start_threads): No need to initialize readylist_cond.
3380         Start pruning threads separately.
3381         * nscd/nscd_setup_thread.c: Change return value type to int and always
3382         return 0.
3383         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3384         to int and return nonzero value if we can use the TID address hack.
3385         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3386         the database is later than the new entry's timeout, update the
3387         wakeup time and wake the cleanup thread.
3388         (prune_cache): Return seconds the next entry in the database is still
3389         valid.  Remove locking for pruning here.
3390         * nscd/nscd.conf: Document default number of threads.
3392 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3394         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3395         stack is properly aligned for the target function.
3396         Correct unwind info.
3398         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3399         when using auditing libraries.
3401 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3403         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3404         _nss_dns_getnetbyaddr2_r.
3405         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3406         extra parameter to getanswer_r.
3407         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3408         _nss_dns_getnetbyaddr2_r.
3410         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3411         gethstbynm3_r.
3412         * nscd/gethstbynm2_r.c: Remove.
3413         * nscd/gethstbynm3_r.c: New file.
3414         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3415         __gethostbyaddr_r.
3416         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3417         __gethostbyaddr_r compatibility wrapper.
3418         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3419         determining timeout of entry.
3420         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3421         __gethostbyaddr2_r.
3422         (addhstbyX): Pass reference to variable for TTL to lookup and
3423         cache_addhst.
3424         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3425         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3426         and __nss_next2.  Remove __nss_services_lookup.
3427         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3428         Add compat wrapper.
3429         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3430         __nss_next2.
3431         * nss/getXXent_r.c: Likewise.
3432         * nss/getnssent_r.c: Likewise.
3433         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3434         does not exist in module, try the optional second name.
3435         (__nss_next2): New function.
3436         (__nss_next): Now wrapper around __nss_next2.
3437         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3438         Declare __nss_next2.
3439         Adjust definition of db_lookup_function type.
3440         * nss/service-lookup.c: Define NO_COMPAT.
3441         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3442         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3443         * inet/ether_ntoh.c: Likewise.
3444         * sunrpc/netname.c: Likewise.
3445         * sunrpc/publickey.c: Likewise.
3446         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3447         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3448         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3449         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3450         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3452         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3454         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3456 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3458         [BZ #5204]
3459         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3460         * crypt/sha512c-test.c: Likewise.
3462         [BZ #5225]
3463         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3464         to keep track of end of %[ format string element.
3465         * stdio-common/Makefile (tests): Add bug20.
3466         * stdio-common/bug20.c: New file.
3468         [BZ #5222]
3469         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3470         path elements in counting mode.
3472 2007-10-27  Andreas Jaeger  <aj@suse.de>
3474         [BZ #5040]
3475         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3477         [BZ #3112]
3478         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3479         (__cleanup): Free shared library when exiting.
3480         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3481         (__cleanup): Free shared library when exiting.
3483 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3485         [BZ #2549]
3486         * math/libm-test.inc (check_float_internal): Support
3487         denormalized return.
3489 2007-10-23  Andreas Jaeger  <aj@suse.de>
3491         [BZ #5208]
3492         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3493         __LONG_LONG_PAIR to handle little endian byte order.
3494         Suggested by abhishekrai@google.com
3496 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3498         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3500 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3502         * nscd/cache.c (prune_cache): Move test for modified file outside
3503         of locking.
3505 2007-10-21  Andreas Jaeger  <aj@suse.de>
3507         * manual/texinfo.tex: Update to latest version.
3509         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3511         * manual/arith.texi (Status bit operations): Fix formatting.
3513         * manual/errno.texi (Error Messages): Fix formatting.
3515         * manual/sysinfo.texi (System Parameters): Fix formatting.
3517         * manual/libc.texinfo: Update VERSION and UPDATED.
3519 2007-10-19  Roland McGrath  <roland@redhat.com>
3521         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3523 2007-10-06  David S. Miller  <davem@davemloft.net>
3525         * configure.in: Add sparcv9v2 and sparc64v2.
3526         * scripts/config.sub: Likewise.
3527         * configure: Regenerate.
3528         * elf/elf.h (HWCAP_SPARC_N2): New.
3529         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3530         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3531         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3532         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3533         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3534         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3535         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3537 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3539         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3540         even if the poll result indicates there is data to read.
3541         Patch by Jeff Moyer <jmoyer@redhat.com>.
3543 2007-10-18  Roland McGrath  <roland@redhat.com>
3545         * elf/elf.h (NT_PPC_VMX): New macro.
3547 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3549         * version.h (VERSION): Set to 2.7.90.
3551 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3553         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3554         weak_alias.
3556 2007-10-17  Roland McGrath  <roland@frob.com>
3558         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3559         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3561 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3563         * version.h (VERSION): Bump to 2.7.
3564         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3566         [BZ #5186]
3567         * time/tzset.c (__tz_convert): Don't force testing for a change of
3568         TZ if not called from localtime.  But then also see whether the
3569         file changed, in case __use_tzfile is set.
3571         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3572         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3573         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3574         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3575         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3576         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3577         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3578         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3580 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3582         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3583         and admin selects to be able to replace the gai.conf file, lock
3584         data structures around the qsort call.
3586 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3588         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3589         new memset.
3590         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3591         too high for the improvements.  Implement bzero unconditionally for
3592         use in libc.
3594 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3595             Jakub Jelinek  <jakub@redhat.com>
3597         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3598         even when time_t is 32-bit.
3599         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3600         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3601         always set after the search.
3603 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3605         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3606         unreachable code on 32-bit machines.
3608 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3610         [BZ #5184]
3611         * time/strftime_l.c: Include stdbool.h.
3612         (my_strftime): New wrapper, old function renamed to...
3613         (__strftime_internal): ... new function.  Add tzset_called
3614         argument, pass it down to recursive calls, don't call tzset ()
3615         if already true, set to true after call to tzset ().
3617 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3619         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3620         into account when copying TZ string.
3622 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3624         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3625         num_transition rather than num_transitions - 1.
3627 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3629         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3630         PIC indirect jump.
3632         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3633         a local label rather than HIDDEN_JUMPTARGET.
3635 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3637         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3638         (init_cacheinfo): Initialize it.
3639         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3640         Always define bzero.
3641         Remove non-glibc code.
3642         * sysdeps/x86_64/bzero.S: Make an empty file.
3644 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3646         * sysdeps/x86_64/cacheinfo.c
3647         (__x86_64_preferred_memory_instruction): New.
3648         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3650         * sysdeps/x86_64/memset.S: Rewrite.
3652 2007-10-15  Roland McGrath  <roland@redhat.com>
3654         * po/libc.pot: Regenerated.
3656 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3658         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3659         pointers.
3661         [BZ #3425]
3662         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3663         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3664         address record to T_A/T_AAAA requests.
3666 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3668         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3670         * posix/glob.c: Add some branch prediction throughout.
3672         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3673         read from nscd.
3675         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3676         service_order.
3677         (rfc3484_sort): Make sure that even if qsort doesn't support
3678         stable sorting out sorting here is stable by comparing service_order.
3679         (getaddrinfo): Initialize service_order.
3680         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3681         service_order field to sorting structure.
3682         * posix/tst-rfc3484-2.c (do_test): Likewise.
3684         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3685         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3686         __tzset_parse_tz and updating of daylight, timezone, tzname into
3687         update_vars.
3688         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3689         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3690         happens in __tz_compute.
3691         * time/tzfile.c (__tzfile_read): Also read TZ string.
3692         (find_transition): Fold into __tzfile_compute.
3693         (__tzfile_compute): For times beyond the last transition try to
3694         use the TZ string.
3695         * timezone/tst-timezone.c: Information in daylight and tzname does
3696         change for Asia/Tokyo timezone with more concrete information.
3697         Remove the test.
3699         * include/stdio.h: Add libc_hidden_proto for ftello.
3700         * libio/ftello.c: Add libc_hidden_def.
3702         [BZ #1140]
3703         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3704         on the specified time and not the last entries in the file.  Move
3705         code to determine tzname[] to...
3706         (find_transition): ...here.  Add ugly guess for times before the
3707         first transition.
3709 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3711         [BZ #3195]
3712         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3713         no entry.
3714         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3715         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3716         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3717         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3719         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3720         read mechanism when there are no group members and avoid no-op
3721         read syscall in this case.
3723         [BZ #3242]
3724         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3725         (__readall): If reading failed due to EAGAIN error wait a bit
3726         and possibly try again.
3727         (__readvall): Likewise.
3729 2007-10-13  Bruno Haible  <bruno@clisp.org>
3731         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3732         when we cannot recode the message.
3734 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3736         [BZ #4359]
3737         * libio/__freading.c (__freading): Don't return true for
3738         write-only streams.  For read/write streams, check whether we
3739         performed a read operation already.
3740         * libio/Makefile (tests): Add tst-ext2.
3741         * libio/tst-ext2.c: New file.
3743 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3745         * locale/programs/repertoire.c (repertoire_read): Always free
3746         memory for repertoire file name [Coverity CID 270].
3748         * elf/cache.c (save_aux_cache): Free memory allocated for
3749         temporary file name [Coverity CID 267].
3751 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3753         * misc/Makefile (headers): Add bits/error.h.
3755 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3757         * posix/fnmatch_loop.c: Take rule index returned as part of
3758         findidx return value into account when accessing weights.
3759         * posix/regcomp.c: Likewise.
3760         * posix/regexec.c: Likewise.
3762         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3763         (skip_to): Fix problems with parameter of elifdef/elifndef.
3765 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3767         * iconv/gconv_simple.c: Add some branch prediction.
3769 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3771         * locale/programs/ld-collate.c (collate_read): If ignore_content
3772         and nowtok is tok_define, eat any tok_eol tokens.
3774 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3776         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3777         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3779         * inet/netinet/in.h: Don't include bits/socket.h.
3780         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
3781         macro.
3782         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3784 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
3786         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
3787         and tok_elifndef.
3788         * locale/programs/locfile-kw.gperf: Likewise.
3789         * locale/programs/ld-collate.c: Implement primitive preprocessor.
3791 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
3793         * stdio-common/printf-parse.h: Include string.h and wchar.h.
3794         (__find_specwc): Change into __extern_always_inline function.
3795         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
3796         (__parse_one_specmb): Remove ps argument.
3797         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
3798         Adjust __find_specmb and __parse_one_specmb callers.
3799         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
3800         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
3801         Removed.
3802         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
3803         caller.
3805 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
3807         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
3808         with some Pentium Ds.
3810 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
3812         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
3813         __read not read.
3814         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
3815         __write not write.
3817 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3819         [BZ #181]
3820         * locale/C-time.c: Set week_1stday data to 19971201.
3821         * locale/programs/ld-time.c (time_finish): Default for
3822         first_workday is Monday.
3824         [BZ #2633]
3825         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
3827         [BZ #5103]
3828         * posix/glob.c (glob): Recognize patterns starting \/.
3829         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
3830         (main): Add test for pattern starting \/.
3832         * misc/error.h: Use __const instead of const.
3833         * misc/bits/error.h: Likewise.
3835 2007-10-07  Andreas Jaeger  <aj@suse.de>
3837         * include/bits/error.h: New file.
3839         * misc/bits/error.h (error_at_line): Fix prototype.
3841 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
3843         [BZ #3924]
3844         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
3845         more little bugs in creating the stack frame when pltexit has to
3846         be called.
3848         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
3849         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
3851         [BZ #4407]
3852         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
3853         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
3854         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
3855         * math/libm-test.inc: Add test for this case.
3857         [BZ #5010]
3858         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
3859         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
3860         map service succeeded.
3861         (svc_is_mapped): New function.
3862         (svc_unregister): Use it before trying to unmap service.
3864 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
3866         * timezone/zic.c: Update from tzcode2007h.
3868         [BZ #5063]
3869         * timezone/africa: Update from tzdata2007h.
3870         * timezone/antarctica: Likewise.
3871         * timezone/asia: Likewise.
3872         * timezone/australasia: Likewise.
3873         * timezone/europe: Likewise.
3874         * timezone/leapseconds: Likewise.
3875         * timezone/northamerica: Likewise.
3876         * timezone/southamerica: Likewise.
3877         * timzeone/zone.tab: Likewise.
3879         [BZ #5104]
3880         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
3882         [BZ #5113]
3883         * string/bits/string2.h (__strdup): Cast parameters to calloc to
3884         avoid warning with -Wconversion.
3885         (__strndup): Likewise.
3886         Half the patch by Christian Iseli <christian.iseli@licr.org>.
3888         [BZ #5112]
3889         * nscd/connections.c (restart): Don't resync if database is
3890         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
3892         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
3893         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
3895         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
3896         evetnfd_read, eventfd_write.
3897         * sysdeps/unix/sysv/linux/eventfd.c: New file.
3898         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
3899         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
3900         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
3901         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
3902         eventfd_write for GLIBC_2.7.
3904         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
3905         * sysdeps/unix/sysv/linux/signalfd.c: New file.
3906         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
3907         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
3909 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
3911         * stdlib/msort.c: Include stdint.h.
3912         (struct msort_param): New type.
3913         (msort_with_tmp): Use struct msort_param pointer for unchanging
3914         parameters.  Add optimized handling for several common sizes
3915         and indirect sorting mode.
3916         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
3917         sorting.
3918         Suggested by Belazougui Djamel .
3920         * stdlib/Makefile (tests): Add tst-qsort2.
3921         * stdlib/tst-qsort2.c: New test.
3923 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
3925         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
3926         for dup2 in case another thread races with the current one.  Retry
3927         in this case.
3929         * misc/error.h: Remove support for use outside of libc.  We have to
3930         include <features.h> now.  Include <bits/error.h> if possible.
3931         * misc/bits/error.h: New file.
3933 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
3935         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
3936         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
3937         __extern_always_inline functions unconditionally, drop macros.
3939         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
3940         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
3941         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
3943         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
3944         add __artificial__ attribute.
3946 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
3948         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
3949         backward to forward direction.
3951         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
3953         [BZ #645]
3954         * locale/programs/ld-collate.c (collate_finish): Compare against last
3955         used section which is known to have rules defined.
3956         (collate_read): After order_start, correctly record order of sections
3957         and queue sections up.
3959 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
3961         [BZ #5071]
3962         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
3963         the same number of pages.
3964         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
3966         * locale/programs/ld-collate.c (collate_read): After initial copy
3967         statement, continue in state 0.
3969         * include/stdio_ext.h (__fsetlocking): Define as macro.
3971 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
3973         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
3974         of section order.
3976         * po/pt_BR.po: Fix typo.
3978 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
3980         * iconvdata/Makefile (modules): Add ISO8859-9E.
3981         (distribute): Add iso8859-9e.c.
3982         (gen-8bit-gap-modules): Add iso8859-9e.
3983         * iconvdata/iso8859-9e.c: New file.
3984         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
3985         * iconvdata/TESTS: Likewise.
3986         * iconvdata/tst-tables.sh: Likewise.
3988         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3990         * locale/iso-639.def: Add several new entries.
3992 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3994         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
3995         void * pointers instead of struct link_map **.
3996         (_dl_scope_free): Change argument type to void *.
3997         * include/link.h (struct link_map): Change type of l_reldeps
3998         to struct link_map_reldeps, move l_reldepsact into that
3999         struct too.
4000         * elf/dl-deps.c: Include atomic.h.
4001         (_dl_map_object_deps): Only change l->l_initfini when it is
4002         fully populated, use _dl_scope_free for freeing it.  Optimize
4003         removal of libs from reldeps by using l_reserved flag, when
4004         some removal is needed, allocate a new list instead of
4005         reallocating and free the old with _dl_scope_free.  Adjust
4006         for l_reldeps and l_reldepsact changes.
4007         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4008         searching in l_initfini and l_reldeps without holding dl_load_lock.
4009         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4010         l_reldepsact changes.
4011         * elf/dl-close.c (_dl_close_worker): Likewise.
4012         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4014 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4016         * iconvdata/Makefile (modules): Add KOI8-RU.
4017         (distribute): Add koi8-ru.c.
4018         (gen-8bit-gap-modules): Add koi8-ru.
4019         * iconvdata/koi8-ru.c: New file.
4020         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4021         * iconvdata/TESTS: Likewise.
4022         * iconvdata/tst-tables.sh: Likewise.
4024         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4026 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4028         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4029         with __warning__/__error__ attributes.
4030         (__warnattr): Define.
4031         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4032         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4033         __warnattr.
4034         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4035         of __*_chk if compile time detectable overflow is found.
4036         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4037         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4038         with __warnattr.
4039         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4040         instead of __*_chk if compile time detectable overflow is found.
4041         (__gets_alias): Rename to...
4042         (__gets_warn): ... this.  Add __warnattr.
4043         (gets): Call __gets_warn instead of __gets_alias.
4044         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4045         aliases with __warnattr.
4046         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4047         time detectable overflow is found.
4048         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4049         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4050         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4051         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4052         __getdomainname_chk_warn): New aliases with __warnattr.
4053         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4054         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4055         __*_chk_warn instead of __*_chk if compile time detectable overflow
4056         is found.
4057         (__getgroups_chk): Rename argument to __listlen from listlen.
4058         (__getwd_alias): Rename to...
4059         (__getwd_warn): ... this.  Add __warnattr.
4060         (getwd): Call __getwd_warn instead of __getwd_alias.
4061         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4062         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4063         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4064         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4065         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4066         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4067         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4068         compile time detectable overflow is found.
4069         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4070         to use __*_chk or not.
4071         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4072         in comparisons which function should be called and in __*_chk*
4073         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4074         detectable overflow is found.
4075         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4076         __*_chk argument.
4077         * debug/tst-chk1.c (do_test): Add a few more tests.
4079 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4081         [BZ #5058]
4082         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4083         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4084         (_nl_unload_domain): Finalize conversions_lock.
4085         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4086         handling table of known conversions.
4088 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4090         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4091         close_not_cancel_no_status instead of close.
4093 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4095         [BZ #5028]
4096         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4097         nrules != 0 for multibyte chars.
4099 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4101         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4102         Provide better error message in case the type is unknown.
4104         [BZ #4963]
4105         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4106         * string/stratcliff.c: Make usable to test wide char functions.
4107         * wcsmbs/wcsatcliff.c: New file.
4108         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4110         [BZ #4972]
4111         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4112         (distribute): Add mac-centraleurope.c.
4113         (gen-8bit-gap-modules): Add mac-centraleurope.
4114         * iconvdata/mac-centraleurope.c: New file.
4115         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4116         * iconvdata/TESTS: Likewise.
4117         * iconvdata/tst-tables.sh: Likewise.
4119         [BZ #5043]
4120         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4122 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4124         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4125         from __x86_64_core_cache_size_half.
4126         (init_cacheinfo): Compute shared cache size for AMD processors with
4127         shared L3 correctly.
4128         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4129         name change.
4130         Patch in large parts by Evandro Menezes.
4132 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4134         * elf/dl-lookup.c (add_dependency): Handle failing memory
4135         allocation for dependency list.  Remove unnecessary check.
4137         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4138         open/close when determining source addresses.
4140         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4141         sha512-crypt, and sha512.
4142         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4143         (distribute): Add sha256.h and sha512.h.
4144         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4145         and call the appropriate code.
4146         * crypt/sha256-crypt.c: New file.
4147         * crypt/sha256.c: New file.
4148         * crypt/sha256.h: New file.
4149         * crypt/sha256c-test.c: New file.
4150         * crypt/sha256test.c: New file.
4151         * crypt/sha512-crypt.c: New file.
4152         * crypt/sha512.c: New file.
4153         * crypt/sha512.h: New file.
4154         * crypt/sha512c-test.c: New file.
4155         * crypt/sha512test.c: New file.
4157 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4159         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4160         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4161         __syslog_chk.
4163 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4165         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4166         %as in fscanf format strings.
4168         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4169         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4170         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4171         Likewise.
4172         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4173         Likewise.
4175         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4176         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4177         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4178         * elf/dl-sym.c (do_sym): Likewise.
4179         * include/link.h (struct link_map): Add l_serial field.
4180         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4181         * elf/dl-lookup.c (add_dependency): Add flags argument.
4182         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4183         flags, use THREAD_GSCOPE_RESET_FLAG before and
4184         THREAD_GSCOPE_SET_FLAG after
4185         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4186         Don't dereference map until it has been found on some list.
4187         If map->l_serial changed, return -1.
4189 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4191         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4192         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4193         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4194         libc_hidden_proto.
4195         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4196         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4197         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4198         add libc_hidden_proto.
4199         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4200         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4201         conformance requested.
4202         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4203         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4204         conformance requested.
4205         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4206         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4207         conformance requested.
4208         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4209         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4210         ISO C99 or POSIX conformance requested.
4211         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4212         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4213         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4214         and __isoc99_vsscanf@@GLIBC_2.7.
4215         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4216         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4217         (tests): Add scanf14.
4218         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4219         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4220         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4221         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4222         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4223         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4224         from using internal headers.
4225         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4226         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4227         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4228         and __isoc99_vswscanf@@GLIBC_2.7.
4229         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4230         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4231         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4232         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4233         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4234         * stdio-common/isoc99_scanf.c: New file.
4235         * stdio-common/isoc99_vsscanf.c: New file.
4236         * stdio-common/isoc99_vscanf.c: New file.
4237         * stdio-common/isoc99_vfscanf.c: New file.
4238         * stdio-common/isoc99_fscanf.c: New file.
4239         * stdio-common/isoc99_sscanf.c: New file.
4240         * wcsmbs/isoc99_fwscanf.c: New file.
4241         * wcsmbs/isoc99_vswscanf.c: New file.
4242         * wcsmbs/isoc99_swscanf.c: New file.
4243         * wcsmbs/isoc99_wscanf.c: New file.
4244         * wcsmbs/isoc99_vwscanf.c: New file.
4245         * wcsmbs/isoc99_vfwscanf.c: New file.
4246         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4247         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4248         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4249         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4250         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4251         * stdio-common/scanf14.c: New test.
4252         * stdio-common/scanf15.c: New test.
4253         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4254         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4255         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4256         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4257         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4258         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4259         __nldbl___isoc99_scanf@@GLIBC_2.7,
4260         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4261         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4262         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4263         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4264         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4265         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4266         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4267         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4268         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4269         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4270         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4271         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4272         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4273         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4274         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4275         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4276         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4277         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4278         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4279         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4280         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4281         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4282         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4283         functions.
4284         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4285         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4286         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4287         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4288         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4289         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4290         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4291         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4292         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4293         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4294         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4295         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4297         * stdio-common/Makefile (tests): Add scanf13.
4298         (scanf13-ENV): New.
4299         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4300         m modifier followed by l.
4301         (STRING_ARG): Add width argument.
4302         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4303         <case L_('C')>: Handle %mlc and %mC.
4304         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4305         arguments.
4306         * stdio-common/scanf13.c: New test.
4308         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4309         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4311 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4313         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4314         type and __THROW marker of splice, vmsplice, and tee.
4315         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4316         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4317         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4318         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4319         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4320         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4321         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4322         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4323         as cancellation points.
4325 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4327         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4328         parse more than three parts of the version number.
4330 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4332         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4333         modifier.  Patch by Jakub Jelinek.
4335 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4337         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4338         call_fallocate in misc subdir.
4339         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4340         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4341         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4342         instead of __fallocate64.
4343         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4345 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4347         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4348         * rt/Makefile (headers): Add bits/mqueue2.h.
4349         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4350         optimizing with GCC and __va_arg_pack_len is defined.
4351         * rt/bits/mqueue2.h: New file.
4352         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4353         (mq_open): New strong_alias.
4354         (__mq_open_2): New function.
4355         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4356         (mq_open): New strong_alias.
4357         (__mq_open_2): New function.
4358         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4359         * Versions.def (librt): Add GLIBC_2.7 version.
4360         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4361         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4363         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4364         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4365         is defined rather than when not C++.
4366         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4367         __openat64_alias): New redirects.
4368         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4369         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4370         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4371         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4372         functions instead of function-like macros.
4374 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4376         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4377         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4378         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4380 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4382         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4383         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4385 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4387         * inet/tst-network.c: Increment ERRORS for failing tests.
4389 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4391         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4392         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4393         implement as __extern_always_inline function.
4394         (vsyslog): Define as __extern_always_inline function unconditionally.
4395         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4396         When __va_arg_pack is defined, implement as __extern_always_inline
4397         functions.
4398         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4399         __extern_always_inline functions unconditionally.
4400         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4401         bits/stdio2.h will be included.
4402         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4403         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4404         implement as __extern_always_inline functions.
4405         (vswprintf, vwprintf, vfwprintf): Define as
4406         __extern_always_inline functions unconditionally.
4407         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4409 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4411         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4412         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4413         attribute.
4414         * include/features.h (__USE_EXTERN_INLINES): Define only when
4415         __extern_inline is defined.
4416         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4417         is defined instead of when not __cplusplus.
4418         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4419         is defined instead of when not __cplusplus.
4420         * socket/sys/socket.h: Include bits/socket2.h when
4421         __extern_always_inline is defined instead of when not __cplusplus.
4422         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4423         is defined instead of when not __cplusplus.
4424         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4425         is defined instead of when not __cplusplus.
4426         * string/string.h: Include bits/string3.h when __extern_always_inline
4427         is defined instead of when not __cplusplus.
4428         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4429         is defined instead of when not __cplusplus.
4430         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4431         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4432         is not defined.
4433         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4434         defined __extern_always_inline instead of !defined __cplusplus.
4435         * libio/bits/stdio-ldbl.h: Likewise.
4436         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4437         * misc/bits/syslog.h (syslog): Don't define for C++.
4438         (vsyslog): Use __extern_always_inline function for C++ instead of
4439         a macro.
4440         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4441         whenever that macro is defined.
4442         (vprintf): Don't provide the inline for C++.
4443         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4444         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4445         define the macros for C++.
4446         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4447         __extern_always_inline functions for C++.
4448         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4449         stat64, lstat64, fstat64, fstatat64): Don't define if not
4450         __USE_EXTERN_INLINES.
4451         * wcsmbs/bits/wchar2.h: Fix #error message.
4452         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4453         (vswprintf, vwprintf, vfwprintf): Define using
4454         __extern_always_inline functions for C++.
4455         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4456         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4457         strncpy, strcat, strncat): Define as __extern_always_inline
4458         functions instead of macros for C++.
4459         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4460         defined __extern_inline.
4461         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4462         to __extern_inline whenever that macro is defined.
4463         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4464         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4465         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4466         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4467         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4468         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4469         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4470         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4471         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4472         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4473         prototypes.  Only provide __extern_inline routines if
4474         __USE_EXTERN_INLINES.
4475         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4476         tests.
4477         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4478         For now avoid some *printf tests in C++.  Skip all testing
4479         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4480         is not.
4481         * debug/tst-chk4.cc: New file.
4482         * debug/tst-chk5.cc: New file.
4483         * debug/tst-chk6.cc: New file.
4484         * debug/tst-lfschk4.cc: New file.
4485         * debug/tst-lfschk5.cc: New file.
4486         * debug/tst-lfschk6.cc: New file.
4487         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4488         prototypes in C++.
4489         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4490         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4491         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4493 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4495         * po/cs.po: Update from translation team.
4497 2007-09-11  Roland McGrath  <roland@redhat.com>
4499         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4500         compiling.
4502 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4504         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4506 2007-09-05  Roland McGrath  <roland@redhat.com>
4508         * manual/signal.texi (Signaling Another Process): Typo fix.
4509         From Karl Berry <karl@freefriends.org>.
4511 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4513         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4514         zero if not defined.
4515         (make_request): Recognize optimistic addresses and treat them like
4516         deprecated addresses.
4517         Reported by Neil Horman <nhorman@redhat.com>.
4519 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4521         * nscd/connections.c (send_ro_fd): Also transfer file size.
4522         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4523         file size don't call fstat.
4525         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4526         ahead and map the file.  This should always be correct and we can
4527         catch problems later.
4529 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4531         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4532         prototypes.
4533         (__fread_alias, __fread_unlocked_alias): New aliases.
4534         (fread): New extern inline.
4535         (fread_unlocked): Likewise.  Undef macro before definition of
4536         the inline function.
4537         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4538         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4539         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4540         and __fread_unlocked_chk@@GLIBC_2.7.
4541         * debug/fread_chk.c: New file.
4542         * debug/fread_u_chk.c: New file.
4543         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4545 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4547         * sysdeps/unix/sysv/linux/syscalls.list
4548         (personality): Change caller to EXTRA.
4550 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4552         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4553         to keep gcc quiet.
4554         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4556         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4557         NDEBUG is defined.
4559         * Makerules: Use -p option with mkdir.
4561         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4562         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4563         (_xdr_directory_obj): Likewise.
4564         (xdr_entry_obj): Likewise.
4565         (xdr_group_obj): Likewise.
4566         (xdr_link_obj): Likewise.
4567         (xdr_table_obj): Likewise.
4568         (_xdr_nis_result): Likewise.
4569         (_xdr_ns_request): Likewise.
4570         (_xdr_ib_request): Likewise.
4571         (_xdr_nis_taglist): Likewise.
4572         (xdr_cback_data): Likewise.
4573         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4574         (xdr_ypresp_maplist): Likewise.
4576         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4578         * posix/regex_internal.h: Prevent some declarations and definitions
4579         to be seen when used in tests.
4581         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4582         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4584         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4586         * config.make.in (datarootdir): Add to shut up configure.
4588         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4589         associativity for fully-associative caches.
4591         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4592         requests.  Fill on more associativity values for L2.
4593         Patch mostly by Evandro Menezes.
4595 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4597         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4598         (_libc_vdso_platform_setup): Avoid using exported variable by using
4599         alias.
4601         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4603         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4604         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4605         defined.
4607 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4609         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4610         align stack for call if pltexit is to be used.
4612         [BZ #3924]
4613         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4614         align for function call in case pltexit has to be called later.
4616         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4617         implicit atomic operation when storing function pointer.
4618         (_dl_runtime_profile): Likewise.
4620 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4622         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4623         NIS_NOTFOUND.
4625 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4627         [BZ #4566]
4628         * string/strtok.c: Fix typo in comment.
4630         [BZ #4582]
4631         * debug/segfault.c: Fix typos in comments.
4633         [BZ #4588]
4634         * stdio-common/tempnam.c: Fix comment, it is not checked that
4635         TMPDIR points to a writable directory.
4637         [BZ #4726]
4638         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4639         memory allocated for the name server address.
4641         [BZ #4946]
4642         * nscd/connections.c (handle_request): Using sendfile always
4643         requires that mmap is used for the database.
4644         Patch by Petr Baudis <pasky@suse.cz>.
4646         [BZ #4905]
4647         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4648         suddenly has two or more addresses, ignore it and remove the old
4649         entry.
4651         [BZ #4814]
4652         * resolv/res_hconf.c: Prepare for compiling outside libc.
4653         * nscd/res_hconf.c: New file.
4654         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4655         the new file.
4656         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4657         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4659         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4661         [BZ #4925]
4662         * debug/pcprofiledump.c: Turn on internationalization by calling
4663         setlocale.  Patch mostly by Benno Schulenberg.
4665         [BZ #4936]
4666         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4667         the state.
4668         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4669         * iconvdata/bug-iconv5.c: New file.
4671 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4673         [BZ #4896]
4674         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4675         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4676         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4677         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4678         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4679         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4680         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4681         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4683 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4685         [BZ #4937]
4686         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4687         lookup loop.  Suggested by John Reiser.
4689 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4691         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4693 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4695         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4696         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4697         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4698         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4699         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4700         to...
4701         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4703 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4705         * po/nl.po: Update from translation team.
4707 2007-08-16  Andreas Jaeger  <aj@suse.de>
4709         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4710         Reported by Peter Festner <peter.festner@ewetel.net>.
4712 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4714         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4716 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4718         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4719         to check for undefined symbols.
4721         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4722         If the syscall fails, set errno to the actual returned error number
4723         rather than EINVAL.
4724         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4725         arguments are incorrect, set errno to EINVAL, if the syscall
4726         fails, set errno to the actual returned error number.
4728         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4729         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4731         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4732         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4733         file.
4734         (ASI_PNF, ASI_BLK_P): Don't define.
4735         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4736         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4737         file.
4738         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4739         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4740         file.
4742 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4744         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4745         FE_UNDERFLOW on Niagara CPUs.
4747         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4748         exceptions.
4750 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4752         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4753         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4754         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4755         flush should be used or not inside of the function.
4756         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4758         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4759         __thread_start): Use HIDDEN_JUMPTARGET.
4760         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4761         __thread_start): Likewise.
4762         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4764         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4765         Add libc_hidden_proto.
4766         (STRTOF): Add libc_hidden_proto.
4767         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4768         (strtold_l, wcstold_l): Use them as second argument for
4769         long_double_symbol.
4771 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4773         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4775 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4777         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4779 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4781         * po/bg.po: New file.  From the translation team.
4783 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4785         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
4786         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
4787         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
4788         when each feature was introduced.
4790         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
4791         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
4792         (CHECK_HASH): New macro.
4793         (PREPARE_VERSION): Use it.
4795         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
4796         prototype if not __ASSUME_PSELECT.
4797         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
4798         prototype if not __ASSUME_PPOLL.
4800         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
4802         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
4803         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
4804         is defined.
4806 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
4808         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4809         (_libc_vdso_platform_setup): If vDSO is not available point
4810         __vdso_gettimeofday to the vsyscall.
4811         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
4812         __vdso_gettimeofday instead of vsyscall.
4814 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4816         * nscd/servicescache.c: Include kernel-features.h.
4817         * nscd/gai.c: Likewise.
4818         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
4819         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
4820         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
4821         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
4822         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
4823         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
4824         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
4825         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
4826         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4828 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4830         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
4831         and _dl_get_origin defines anymore.
4833         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
4834         Build fix for systems which might lack POSIX timer support.
4836         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4837         (_libc_vdso_platform_setup): Mangle function pointers before storing
4838         them.
4839         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
4840         Demangle vdso pointer before use.
4841         (INTERNAL_VSYSCALL): Likewise.
4843         * elf/cache.c (primes): Mark as const.
4844         Noted by Roland McGrath.
4846 2007-08-01  Andreas Jaeger  <aj@suse.de>
4847             Jakub Jelinek  <jakub@redhat.com>
4849         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
4850         (options): Add option.
4851         (parse_opt): Handle option.
4852         (manual_link): Adjust process_file caller.  Call implicit_soname.
4853         (search_dir): Formatting.  Use and populate auxiliary cache.
4854         (main): Load and save auxiliary cache.
4855         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
4856         stat64 from fstat64 to caller.
4857         (implicit_soname): New function.
4858         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
4859         leave *soname as NULL.
4860         * elf/cache.c: Include libgen.h.
4861         (print_entry, print_cache, compare, save_cache, add_to_cache):
4862         Formatting and cleanups.
4863         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
4864         aux_cache_file): New structures.
4865         (AUX_CACHEMAGIC): Define.
4866         (primes): New array.
4867         (aux_hash_size, aux_hash): New variables.
4868         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
4869         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
4870         load_aux_cache, save_aux_cache): New functions.
4871         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
4872         (init_aux_cache, search_aux_cache, add_to_aux_cache,
4873         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
4874         (process_file): Adjust prototype.
4876 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
4878         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
4879         with __need_size_t.
4881 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4883         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
4884         r_found_version structure as second parameter.
4885         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
4886         (_dl_vdso_vsym): Change type of second parameter accordingly.
4887         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
4888         (_libc_vdso_platform_setup): Adjust.
4889         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4890         (_libc_vdso_platform_setup): Likewise.
4892         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
4893         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
4894         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
4895         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
4896         * csu/libc-start.c: Pretty printing.
4897         Use VDSO_SETUP if defined.
4898         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
4899         and let generic code call into _libc_vdso_platform_setup.
4900         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
4901         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
4902         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
4903         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
4904         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
4905         for GLIBC_PRIVATE.
4906         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
4907         (sysdep_rountines): Add dl-vdso.
4909         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
4910         of routines.
4912         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
4913         attribute_hidden to __vdso_gettimeofday prototype.
4915 2007-08-12  Roland McGrath  <roland@redhat.com>
4917         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
4918         From: Karl Berry <karl@freefriends.org>.
4920 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
4922         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
4923         an atime update for the files we read.
4925 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4927         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
4929         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
4930         instead of mkstemp.
4932         * misc/Makefile (routines): Add mkostemp and mkostemp64.
4933         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
4934         * misc/mkostemp.c: New file.
4935         * misc/mkostemp64.c: New file.
4936         * stdlib/stdlib.h: Declare the new functions.
4937         * sysdeps/posix/tempname.c: Add new parameter which is added to
4938         the flags for open.  Remove __GT_BIGFILE handling.
4939         * stdio-common/tempname.c: Likewise.
4940         * include/stdio.h: Adjust __gen_tempname prototype.
4941         Renumber __GT_* constants.
4942         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
4943         * misc/mkdtemp.c: Likewise.
4944         * misc/mkstemp.c: Likewise.
4945         * misc/mkstemp64.c: Likewise.
4946         * misc/mktemp.c: Likewise.
4947         * stdio-common/tempnam.c: Likewise.
4948         * stdio-common/tmpfile.c: Likewise.
4949         * stdio-common/tmpfile64.c: Likewise.
4950         * stdio-common/tmpnam.c: Likewise.
4951         * stdio-common/tmpnam_r.c: Likewise.
4953 2007-08-10  Roland McGrath  <roland@frob.com>
4955         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
4956         New macros.
4957         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
4958         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4960 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4962         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
4963         possible.
4964         * nss/nss_files/files-alias.c (internal_setent): Likewise.
4965         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
4966         * nss/nss_files/files-have_o_cloexec.c: New file.
4968         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
4969         available.
4971 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
4973         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
4974         ___new_wcstold_l): New weak aliases.
4975         (strtold_l, wcstold_l): Use them as second argument for
4976         long_double_symbol.
4978 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
4980         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
4981         register in test for error.
4983         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
4984         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
4986         * po/sv.po: Update from translation team.
4988 2007-08-06  Roland McGrath  <roland@redhat.com>
4990         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
4991         Remove __strto*_l inlines.
4992         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
4993         * stdlib/strtod.c: Add libc_hidden_def.
4994         * stdlib/strtod_l.c: Likewise.
4995         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
4996         for __new_strtold and __new_wcstold.
4997         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
4998         __STRTOF, STRTOF.
4999         * stdlib/strtol.c: Add libc_hidden_def.
5000         * stdlib/strtol_l.c: Likewise.
5001         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5002         strtoq.
5004         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5006         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5007         * scripts/data/localplt-generic.data: ... here.
5008         * elf/Makefile (check-data): Get generic file if no other.
5009         ($(objpfx)check-localplt.out): Make target unconditional.
5011         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5012         Use ElfW(Nhdr).
5014 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5016         * po/zh_CN.po: Updated translation from translation team.
5018 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5021         Don't use CGOTSETUP and CGOTRESTORE macros.
5023 2007-08-04  Roland McGrath  <roland@redhat.com>
5025         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5027 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5029         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5030         __extension__ around the whole statement expression.
5032 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5034         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5035         elements during initialization.
5037         * po/pl.po: Updated translation from translation team.
5038         * po/tr.po: Likewise.
5039         * po/nl.po: Likewise.
5041 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5043         * rt/aio.h: Add __nonnull attributes.
5045 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5047         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5048         * stdlib/Makefile (tests): Add tst-strtod5.
5049         (tst-strtod5-ENV): New.
5050         * stdlib/tst-strtod5.c: New file.
5052         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5053         failed.
5054         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5055         on failure.
5057         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5058         allocated.
5060 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5062         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5063         numbers.
5065 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5067         * io/Makefile (aux): Add have_o_cloexec.
5068         * include/fcntl.h: Declare __have_o_cloexec.
5069         * io/have_o_cloexec.c: New file.
5070         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5071         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5072         fcntl call if not necessary.
5073         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5074         of local variable.
5076         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5077         Avoid memset, add explicit initialization.
5078         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5079         to the end and change into zero-sized array.
5080         Move lock member to fill a hole on 64-bit platforms.
5082         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5083         inline functions.
5084         * include/stdlib.h: Add __strto*_internal prototypes here.
5085         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5086         inline functions.
5087         * include/wchar.h: Add __wcsto*_internal prototypes.
5088         * sysdeps/generic/inttypes.h: No need to protect the declaration
5089         of the __strto*_internal and __wcsto*_internal members here.
5091         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5093 2007-08-02  Roland McGrath  <roland@redhat.com>
5095         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5096         $(inst_bindir)/getconf if possible.
5098         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5099         (generated): Add it.
5100         ($(inst_libexecdir)/getconf): Use it.
5102 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5104         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5105         /proc is faster and sufficient.  /sys is still needed for
5106         __get_nprocs_conf.
5108 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5110         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5111         syscall as __fallocate64.
5112         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5113         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5115 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5117         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5118         value.
5120         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5121         if off_t is different rank from size_t.
5123         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5124         uw_frame_state_for): Avoid type punning warnings.
5125         * sysdeps/generic/unwind-dw2-fde-glibc.c
5126         (_Unwind_IteratePhdrCallback): Likewise.
5127         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5128         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5129         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5130         pointers.
5132 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5134         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5135         total processors using sysfs.
5136         (__get_nprocs): Use sysfs to determine which processors are online.
5138 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5140         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5141         syscall arguments count.
5143         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5145 2007-07-30  Roland McGrath  <roland@redhat.com>
5147         * manual/libc.texinfo: Update copyrights, formatting magic, and
5148         @dircategory.  From Karl Berry <karl@freefriends.org>.
5150 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5152         [BZ #4860]
5153         * io/Makefile (headers): Add bits/fcntl2.h.
5155         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5156         using gcc builtin.
5157         (__CPU_EQUAL_S): Likewise.
5159         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5160         (tests): Add tst-cpuset.
5161         * posix/sched_cpualloc.c: New file.
5162         * posix/sched_cpufree.c: New file.
5163         * posix/tst-cpuset.c: New file.
5164         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5165         GLIBC_2.7.
5166         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5167         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5168         macros.  Define CPU_*_S macros.
5170 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5172         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5173         entry.
5175         [BZ #4858]
5176         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5177         #.0g and value rounded to 1.0.
5178         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5180 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5182         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5183         for int_frac_digits and frac_digits.
5185         * login/logout.c (logout): Avoid aliasing violation.
5186         * login/logwtmp.c (logwtmp): Likewise.
5188         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5190         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5191         to avoid warning.
5192         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5193         warning.
5194         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5195         warning.
5196         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5197         to avoid warnings.
5199         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5200         void **.
5201         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5203         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5204         char * to avoid warning.
5205         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5207         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5209         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5210         allocate_arrays): Cast second argument to charmap_find_symbol
5211         to char * to avoid warnings.
5213         * locale/programs/repertoire.c (repertoire_new_char): Change
5214         from_nr, to_nr and cnt to unsigned long, adjust printf format
5215         string.
5217         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5218         Cast second argument to new_element to char * to avoid warnings.
5220         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5222         * intl/gettextP.h (struct loaded_domain): Change plural to const
5223         struct expression *.
5224         * intl/plural-eval.c (plural_eval): Change first argument to
5225         const struct expression *.
5226         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5227         argument to const struct expression **.
5228         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5229         prototypes.
5230         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5231         in call to __gettext_free_exp.
5233         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5234         unitialized wstring/wpattern var warnings.
5236         * posix/runtests.c (struct a_test): Make data field const char *.
5238         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5239         vars if not LDBL_MANT_DIG >= 106.
5241         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5243         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5244         __find_specmb to avoid warning.
5246         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5248         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5249         to avoid warnings.
5251         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5252         initializer.
5254         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5255         tv var when it will be actually used.
5257         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5258         to avoid warnings.
5260         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5261         char array resp. pointer.
5262         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5263         char array.
5264         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5265         to const unsigned char **.
5266         (ucs4_to_cns11643): Change second argument to unsigned char *.
5267         * iconvdata/euc-tw.c (BODY): Change endp type to
5268         const unsigned char *.
5269         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5270         to unsigned char *.
5271         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5272         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5273         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5274         types to unsigned char pointers/arrays instead of char.
5275         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5276         to unsigned char *.
5277         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5278         * iconvdata/jis0212.h: Include assert.h.
5279         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5280         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5281         of trying to handle that.
5282         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5283         shut up a warning.
5284         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5285         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5286         two dimensional const unsigned char arrays.
5287         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5288         Initialize endp to inptr to shut up a warning.
5290 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5292         [BZ #4772]
5293         * time/strptime_l.c (__strptime_internal): Silently ignore
5294         strftime modifiers and field width in recursive calls.
5296         * include/time.h (enum ptime_locale_status): Remove.
5297         (__strptime_internal): Remove decided and era_cnt arguments,
5298         add statep argument.
5299         * time/strptime_l.c (__strptime_internal): Remove decided
5300         and era_cnt arguments, add statep argument.  Don't recompute
5301         any fields in recursive calls, only update caller's tm
5302         and state, if recursive call fails, don't change tm nor
5303         any state.
5304         (get_alt_number): Adjust.
5305         (recursive): Adjust caller.
5306         (strptime): Likewise.
5307         * time/strptime.c (strptime): Likewise.
5309 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5311         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5312         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5313         if from and to charsets are the same.
5314         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5315         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5316         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5318 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5320         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5321         Don't define wint_t when __need_mbstate_t unless it
5322         is necessary.
5323         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5324         in the typedef if possible.
5325         * wctype/wctype.h (wint_t): Define by including
5326         wchar.h with __need_wint_t instead of including stddef.h
5327         with __need_wint_t and as fallback definining it ourselves.
5328         * iconv/gconv.h (__need_wint_t): Define before including
5329         wchar.h.
5330         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5331         or _GLIBCPP_USE_WCHAR_T.
5332         (__need_wchar_t): Don't define
5333         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5334         (__need_wint_t): Don't define before including stddef.h,
5335         define before including wchar.h only if _LIBC or
5336         _GLIBCPP_USE_WCHAR_T.
5337         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5338         * sysdeps/mach/hurd/_G_config.h: Likewise.
5339         * sysdeps/generic/_G_config.h: Likewise.
5340         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5341         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5342         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5343         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5345 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5347         * sysdeps/posix/posix_fallocate64.c: Undefine
5348         __posix_fallocate64_l64 before alias handling.
5349         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5350         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5351         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5352         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5354         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5356 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5358         * locale/programs/ld-collate.c (atwc): New variable.
5359         (add_to_tablewc): New toplevel function, moved from collate_output.
5360         (collate_output): Remove add_to_tablewc nested function.
5362         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5363         (name_insert): New function.
5364         (write_output): Remove hash_table and hash_size vars and name_insert
5365         nested function.
5367 2007-07-24  Roland McGrath  <roland@redhat.com>
5369         * Makerules (install-others-programs-nosubdir): New target.
5370         (install-no-libc.a-nosubdir): Depend on it.
5372         * iconv/Makefile (install-others-programs): Set this instead of
5373         install-others.
5374         * login/Makefile (install-others-programs): Likewise.
5375         * posix/Makefile (install-others-programs): Likewise.
5377         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5378         dependencies.
5380 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5382         * io/Makefile (tests): Add tst-posix_fallocate.
5383         * io/tst-posix_fallocate.c: New file.
5385         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5386         __ASSUME_FALLOCATE.
5388 2007-07-22  Roland McGrath  <roland@frob.com>
5390         * hurd/getdport.c: Add missing copyright year update.
5392         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5393         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5395 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5397         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5399         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5400         O_CLOEXEC is needed.
5401         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5402         Avoid additional fcntl to set O_CLOEXEC if not needed.
5403         * nis/nss_compat/compat-initgroups.c: Likewise.
5404         * nis/nss_compat/compat-pwd.c: Likewise.
5405         * nis/nss_compat/compat-spwd.c: Likewise.
5407 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5409         [BZ #3665]
5410         * manual/errno.texi: Change ECANCELED value to 119.
5412         [BZ #4610]
5413         * mach/lock-intern.h: Include <sys/cdefs.h>.
5415         [BZ #4178]
5416         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5417         reading A.
5419         [BZ #4126]
5420         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5421         to __sigsuspend.
5423         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5425 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5427         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5428         `__ASSEMBLER__'.
5429         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5431 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5433         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5434         descriptor received from nscd.
5436         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5438         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5439         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5440         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5441         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5442         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5443         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5445 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5447         [BZ #4816]
5448         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5450         [BZ #4813]
5451         * login/forkpty.c (forkpty): Close master and slave fds on
5452         fork failure.  Patch by
5453         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5455 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5457         * include/features.h (__USE_ISOC95): New define.
5458         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5459         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5460         for -std=iso9899:199409.
5461         * CONFORMANCE: Remove comments about unsupported AMD1.
5463 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5465         * sysdeps/ia64/sched_cpucount.c: New file.
5466         * sysdeps/powerpc/sched_cpucount.c: New file.
5468         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5469         __BEGIN_DECLS/__END_DECLS around the prototype.
5470         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5471         pointer to const cpu_set_t.
5473         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5474         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5475         __need_size_t and include stddef.h.
5476         * sysvipc/sys/msg.h: Likewise.
5477         * posix/sched.h: Likewise.
5478         * hurd/hurd/signal.h (__need_size_t): Define.
5480         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5481         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5482         no longer defines wint_t or wchar_t.
5484         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5485         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5486         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5487         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5488         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5489         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5490         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5491         * debug/printf_chk.c (__printf_chk): Likewise.
5492         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5493         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5495         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5496         Define.
5498         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5499         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5501 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5503         [BZ #4792]
5504         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5505         * malloc/malloc.h (realloc): Likewise.
5507         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5508         if one of proc_file_chain streams has that fileno.
5509         * stdio-common/Makefile (tests): Add tst-popen2.
5510         * stdio-common/tst-popen2.c: New test.
5512 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5514         * elf/ldconfig.c: Allow GPLv2 or any later version.
5515         * elf/readlib.c: Likewise.
5516         * elf/chroot_canon.c: Likewise.
5517         * elf/cache.c: Likewise.
5518         * nscd/mem.c: Likewise.
5519         * nscd/getpwuid_r.c: Likewise.
5520         * nscd/grpcache.c: Likewise.
5521         * nscd/aicache.c: Likewise.
5522         * nscd/getsrvbynm_r.c: Likewise.
5523         * nscd/nscd.c: Likewise.
5524         * nscd/servicescache.c: Likewise.
5525         * nscd/getsrvbypt_r.c: Likewise.
5526         * nscd/initgrcache.c: Likewise.
5527         * nscd/gethstbyad_r.c: Likewise.
5528         * nscd/gethstbynm2_r.c: Likewise.
5529         * nscd/getgrnam_r.c: Likewise.
5530         * nscd/nscd_setup_thread.c: Likewise.
5531         * nscd/getpwnam_r.c: Likewise.
5532         * nscd/gai.c: Likewise.
5533         * nscd/connections.c: Likewise.
5534         * nscd/dbg_log.c: Likewise.
5535         * nscd/cache.c: Likewise.
5536         * nscd/hstcache.c: Likewise.
5537         * nscd/nscd_conf.c: Likewise.
5538         * nscd/getgrgid_r.c: Likewise.
5539         * nscd/pwdcache.c: Likewise.
5540         * catgets/gencat.c: Likewise.
5541         * locale/programs/linereader.h: Likewise.
5542         * locale/programs/locarchive.c: Likewise.
5543         * locale/programs/ld-paper.c: Likewise.
5544         * locale/programs/locfile-kw.h: Likewise.
5545         * locale/programs/ld-address.c: Likewise.
5546         * locale/programs/xmalloc.c: Likewise.
5547         * locale/programs/ld-time.c: Likewise.
5548         * locale/programs/localedef.c: Likewise.
5549         * locale/programs/simple-hash.c: Likewise.
5550         * locale/programs/xstrdup.c: Likewise.
5551         * locale/programs/ld-numeric.c: Likewise.
5552         * locale/programs/locfile-kw.gperf: Likewise.
5553         * locale/programs/ld-collate.c: Likewise.
5554         * locale/programs/charmap-kw.gperf: Likewise.
5555         * locale/programs/charmap.h: Likewise.
5556         * locale/programs/charmap-kw.h: Likewise.
5557         * locale/programs/config.h: Likewise.
5558         * locale/programs/locfile.c: Likewise.
5559         * locale/programs/ld-ctype.c: Likewise.
5560         * locale/programs/charmap.c: Likewise.
5561         * locale/programs/ld-messages.c: Likewise.
5562         * locale/programs/repertoire.h: Likewise.
5563         * locale/programs/locale.c: Likewise.
5564         * locale/programs/ld-name.c: Likewise.
5565         * locale/programs/linereader.c: Likewise.
5566         * locale/programs/locfile.h: Likewise.
5567         * locale/programs/3level.h: Likewise.
5568         * locale/programs/ld-monetary.c: Likewise.
5569         * locale/programs/ld-measurement.c: Likewise.
5570         * locale/programs/charmap-dir.c: Likewise.
5571         * locale/programs/ld-identification.c: Likewise.
5572         * locale/programs/localedef.h: Likewise.
5573         * locale/programs/charmap-dir.h: Likewise.
5574         * locale/programs/repertoire.c: Likewise.
5575         * locale/programs/simple-hash.h: Likewise.
5576         * locale/programs/ld-telephone.c: Likewise.
5577         * locale/programs/locale-spec.c: Likewise.
5578         * locale/programs/locfile-token.h: Likewise.
5579         * posix/getconf.c: Likewise.
5580         * iconv/dummy-repertoire.c: Likewise.
5581         * iconv/iconv_charmap.c: Likewise.
5582         * iconv/iconvconfig.c: Likewise.
5583         * iconv/iconv_prog.c: Likewise.
5584         * malloc/memusagestat.c: Likewise.
5585         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5587 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5589         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5590         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5591         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5592         check for the first argument.
5594 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5596         [BZ #4775]
5597         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5598         (__tgmath_real_type): Fix if expr is const int or other const
5599         qualified integral type.
5600         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5601         expressions and handle const qualified arguments.
5602         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5603         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5604         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5605         statement expressions.
5606         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5607         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5608         (__TGMATH_UNARY_IMAG): Define.
5609         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5610         * math/Makefile (tests): Add test-tgmath2.
5611         (CFLAGS-test-tgmath2.c): Add.
5612         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5613         count_cfloat, count_cldouble): New variables.
5614         (NCCALLS): Define.
5615         (main): Check number of complex calls as well.
5616         (F(compile_test)): Add complex tests and tests with const qualified
5617         arguments.
5618         (y, z, ccount): Define.
5619         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5620         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5621         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5622         F(cproj)): New functions.
5623         * math/test-tgmath2.c: New test.
5625 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5627         [BZ #4776]
5628         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5629         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5630         instead output ".".
5631         * dlfcn/Makefile (distribute): Add glreflib3.c.
5632         (module-names): Add glreflib3.
5633         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5634         glreflib1.so.
5635         (LDFLAGS_glreflib3.so): New.
5636         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5637         glreflib1.so.
5638         * dlfcn/glreflib3.c: New file.
5640         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5641         returned -1, return NULL.
5642         * intl/explodename.c (_nl_explode_name): Return -1 if
5643         _nl_normalize_codeset failed.
5645 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5647         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5648         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5649         and avoid branch misspredicts for > 31 bytes memset case.
5650         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5651         Remove toc ref to __cache_line_size.
5653         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5654         to get ISA-V2.0 branch hints.
5655         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5656         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5657         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5658         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5659         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5660         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5661         Remove toc ref to __cache_line_size.
5663         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5664         Include math_ldbl_opt.h.
5666 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5668         [BZ #4773]
5669         * time/strptime_l.c (__strptime_internal): Implement greedy
5670         matching of weekday and month names.
5672 2007-07-09  Roland McGrath  <roland@redhat.com>
5674         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5675         (ELF_NOTE_ABI): Use it.
5676         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5678 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5680         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5681         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5683 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5685         [BZ #4745]
5686         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5687         in loop to look for conversion specifier to avoid testing of
5688         wrong errno value.
5689         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5690         * stdio-common/bug18.c: New file.
5691         * stdio-common/bug18a.c: New file.
5692         * stdio-common/bug19.c: New file.
5693         * stdio-common/bug19a.c: New file.
5695 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5697         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5698         running awk script.
5700 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5702         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5703         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5704         Return NULL if mmap failed instead of asserting it does not.
5705         (calloc): Check for integer overflow.
5707         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5708         than LONG_MAX / 10.
5710 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5712         [BZ #4702]
5713         * nis/nss-default.c: Include errno.h.
5714         (init): Preserve errno.
5716 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5718         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5720 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5722         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5724 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5726         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5728 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5730         * sysdeps/s390/dl-procinfo.c: New file.
5731         * sysdeps/s390/dl-procinfo.h: New file.
5732         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5734 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5736         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5737         in PT_NOTE segments with multiple notes.
5738         * elf/readelflib.c (process_elf_file): Likewise.
5740 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5742         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5743         ISO C compliant.
5745 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5747         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5749 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5751         * include/link.h: Don't include rtld-lowlevel.h.
5752         (struct link_map): Remove l_scope_lock.
5753         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5754         (_dl_scope_free_list): New field (variable) in _rtld_global.
5755         (DL_LOOKUP_SCOPE_LOCK): Remove.
5756         (_dl_scope_free): New prototype.
5757         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5758         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5759         (_dl_profile_fixup): Likewise.
5760         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5761         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5762         THREAD_GSCOPE_RESET_FLAG around it.
5763         * elf/dl-close.c (_dl_close_worker): Don't use
5764         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5765         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5766         scopes were queued or if l_scope_mem has been abandoned.
5767         * elf/dl-open.c (_dl_scope_free): New function.
5768         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5769         * elf/dl-support.c (_dl_scope_free_list): New variable.
5770         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5771         Remove DL_LOOKUP_SCOPE_LOCK handling.
5772         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5773         handling.
5774         * elf/dl-object.c (_dl_new_object): Don't use
5775         __rtld_mrlock_initialize.
5777 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5779         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
5780         to fill in holes
5781         (rtld_global_ro): Likewise.
5783 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5785         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
5786         Move PT_LOAD checking to...
5787         (_dl_addr_inside_object): ... here, new function.
5788         * elf/dl-sym.c (do_sym): If not l_contiguous,
5789         call _dl_addr_inside_object.
5790         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5791         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
5792         * elf/dl-open.c (dl_open_worker): Likewise.
5793         (_dl_addr_inside_object): New function if IS_IN_rtld.
5794         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
5795         holes are present or are PROT_NONE protected.
5796         * include/link.h (struct link_map): Add l_contiguous field.
5797         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
5799 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5800             Tomas Janousek  <tjanouse@redhat.com>
5801             Ulrich Drepper  <drepper@redhat.com>
5803         [BZ #4647]
5804         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
5805         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
5806         socket.
5807         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
5808         unused member a bitmap.
5809         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
5810         servers are configured.
5812 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5814         * elf/rtld.c (dl_main): Don't call init_tls more than once.
5816 2007-06-17  Andreas Schwab  <schwab@suse.de>
5818         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
5820 2007-06-16  Andreas Jaeger  <aj@suse.de>
5822         [BZ #4125]
5823         * sysdeps/unix/sysv/linux/sys/ptrace.h
5824         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
5825         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
5826         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
5827         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
5828         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
5829         Define.
5830         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
5831         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
5832         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
5833         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
5835 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
5837         [BZ #4599]
5838         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
5839         determining whether there are IPv4/IPv6 addresses, ignore loopback
5840         addresses.
5842 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
5844         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
5845         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
5846         as the return type.  Change type of "r" variable to CMPtype.
5847         * soft-fp/eqsf2.c (__eqsf2): Likewise.
5848         * soft-fp/eqtf2.c (__eqtf2): Likewise.
5849         * soft-fp/gedf2.c (__gedf2): Likewise.
5850         * soft-fp/gesf2.c (__gesf2): Likewise.
5851         * soft-fp/getf2.c (__getf2): Likewise.
5852         * soft-fp/ledf2.c (__ledf2): Likewise.
5853         * soft-fp/lesf2.c (__lesf2): Likewise.
5854         * soft-fp/letf2.c (__letf2): Likewise.
5855         * soft-fp/unorddf2 (__unorddf2): Likewise.
5856         * soft-fp/unordsf2 (__unordsf2): Likewise.
5857         * soft-fp/unordtf2 (__unordtf2): Likewise.
5859 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
5861         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
5862         make sure gcc doesn't mess around with this.
5864 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5866         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
5868 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
5870         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
5871         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
5872         at most once per _dl_close_worker.
5874 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5876         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
5877         __sched_cpucount as const.
5878         * posix/sched_cpucount.c: Adjust.
5880         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
5881         instruction for counting bits.
5882         * sysdeps/x86_64/sched_cpucount.c: New file.
5884 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
5886         * configure.in: Avoid variable named BASH.
5887         * config.make.in: Likewise.
5888         Patch in part by Mike Frysinger.
5890 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
5892         [BZ #4586]
5893         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
5894         pseudo-zeros as zero.
5895         * sysdeps/x86_64/ldbl2mpn.c: New file.
5896         * sysdeps/ia64/ldbl2mpn.c: New file.
5898 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5900         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
5901         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
5902         Remove unreachable code at the end.
5904 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5906         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
5907         ldbl-128ibm in comment.
5908         (fpclassifyl): Correct classification of denormals.
5909         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
5910         return value for MIN denormal. Rewrite using long double math too
5911         correctly handle denormals and canonicalize the results.
5913 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
5915         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5916         (__mpn_construct_long_double): Fix conversion where result ought
5917         to be smaller than __LDBL_MIN__, or the low double should be
5918         denormal.  Fix decision where to negate low double - honor round
5919         to even rules.
5920         * stdio-common/tst-sprintf2.c: Include string.h.
5921         (COMPARE_LDBL): Define.
5922         (TEST): Also test whether a string hexadecimal float representation
5923         can be parsed back to the number.
5924         (main): Add a couple of further tests.
5926 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5928         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5929         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
5930         is non-zero, but smaller than 2 * __DBL_MIN__.
5931         * stdio-common/tst-sprintf2.c: New test.
5932         * stdio-common/Makefile (tests): Add tst-sprintf2.
5934         * math/test-misc.c (main): Don't run last batch of tests with
5935         IBM long double format.
5937 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5939         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
5940         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
5941         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
5942         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
5943         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5944         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
5945         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
5946         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
5947         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
5948         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
5950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
5951         New file.
5952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
5953         New file.
5954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
5955         New file.
5956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
5957         New file.
5958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
5959         New file.
5960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
5961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
5962         New file.
5963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
5964         New file.
5965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
5966         New file.
5967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
5968         New file.
5969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
5970         New file.
5972 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5974         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
5975         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
5976         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
5977         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
5978         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
5979         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
5980         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
5981         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
5983 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
5985         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
5986         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5987         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
5988         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5989         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
5990         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5991         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
5992         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5994 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5996         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
5997         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
5998         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
5999         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6001 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6003         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6004         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6006 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6008         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6009         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6010         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6011         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6013 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6015         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6016         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6018 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6020         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6021         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6023         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6024         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6025         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6026         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6028 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6030         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6031         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6032         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6033         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6035 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6037         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6038         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6039         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6040         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6041         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6042         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6044 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6046         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6047         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6048         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6049         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6051 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6053         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6054         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6055         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6056         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6057         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6058         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6059         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6060         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6061         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6062         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6063         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6064         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6065         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6066         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6067         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6068         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6070 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6072         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6073         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6075 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6077         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6078         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6080 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6082         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6083         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6084         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6085         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6086         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6087         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6088         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6089         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6090         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6091         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6093 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6095         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6097 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6099         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6100         branch miss-predicts. Ensure that cache line crossing does not impact
6101         dispatch grouping.
6103 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6105         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6106         "../../powerpc32/power4/memcopy.h".
6107         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6108         "../../powerpc32/power4/wordcopy.c".
6110 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6112         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6113         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6114         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6115         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6116         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6117         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6119 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6121         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6123 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6125         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6126         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6127         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6128         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6129         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6130         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6131         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6132         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6134 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6136         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6138 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6140         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6141         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6142         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6143         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6144         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6145         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6146         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6148 2007-05-29  Roland McGrath  <roland@redhat.com>
6150         * po/Makefile (po-sed-cmd): New variable.
6151         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6153 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6155         * crypt/md5-crypt.c: Fix comment.
6157         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6158         of crashing.  When this is the case or if the reply is malformed,
6159         don't try to close the new file descriptor since it does not
6160         exist.
6161         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6163 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6165         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6166         if __NR_utimensat is not defined.
6168 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6170         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6172 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6174         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6175         (open): Fix comment typos.  Don't call __open_2 if flags
6176         is a compile time constant without O_CREAT.
6177         (__open64_2): Add nonnull attribute.
6178         (open64): Fix comment typos.  Don't call __open64_2 if flags
6179         is a compile time constant without O_CREAT.
6180         (__openat_2): Add nonnull attribute, fix nonnull attribute
6181         on redirect.
6182         (openat): Fix comment typos.  Don't call __openat_2 if flags
6183         is a compile time constant without O_CREAT.
6184         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6185         on redirect.
6186         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6187         is a compile time constant without O_CREAT.
6189 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6191         * Makerules (sysd-rules): Define PTW for ptw-* files.
6192         * Versions: Define GLIBC_2.7 for libc.
6193         * include/stdio.h: Declare __fortify_fail.
6194         * debug/fortify_fail.c: New file.
6195         * debug/Makefile (routines): Add fortify_fail.
6196         * debug/chk_fail.c: Use __fortify_fail.
6197         * debug/stack_chk_fail.c: Likewise.
6198         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6199         __openat64_2 for GLIBC_2.7.
6200         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6201         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6202         and fails if necessary.
6203         * io/open64.c: Likewise.
6204         * io/openat.c: Likewise.
6205         * io/openat64.c: Likewise.
6206         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6207         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6208         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6209         * io/bits/fcntl2.h: New file.
6210         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6211         __openat64_2.
6212         * include/bits/fcntl2.h: New file.
6213         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6214         Add open_2.
6215         * sysdeps/unix/sysv/linux/open_2.c: New file.
6217 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6219         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6220         as second parameter to handle_intel.
6222         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6223         the entry.
6225         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6226         handling to ...
6227         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6228         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6229         cacheinfo.
6230         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6231         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6232         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6234         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6236 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6238         [BZ #4525]
6239         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6240         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6241         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6243         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6245         [BZ #4514]
6246         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6247         reinitialize workend at the start of each do_positional format spec
6248         loop, free workstart before do_positional loops.
6249         (printf_unknown): Fix size of work_buffer.
6250         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6252         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6253         (public_sET_STATe): If ms->version < 3, put all chunks into
6254         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6255         chunks.
6257         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6258         * malloc/hooks.c: Likewise.
6259         * malloc/arena.c: Likewise.
6260         * malloc/malloc.c (do_check_malloc_state): Don't assert
6261         n_mmaps is not greater than n_mmaps_max.  This removes the need
6262         for the previous change.
6264         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6265         2007-05-07 commit.
6267 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6269         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6270         Define for kernel >= 2.6.22.
6272 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6274         * elf/dl-close.c (_dl_close_worker): When removing object from
6275         global scope, wait for all lookups to finish afterwards.
6276         * elf/dl-open.c (add_to_global): When global scope array must
6277         grow, allocate a new one and free old array only after all
6278         lookups finish.
6279         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6280         (_dl_lookup_symbol_x): Likewise.
6281         * elf/dl-support.c: Define _dl_wait_lookup_done.
6282         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6283         _dl_wait_lookup_done.
6285         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6286         not overlapping with arena.
6288         * malloc/mcheck.c (reallochook): If size==0, free the block.
6290         * rt/tst-shm.c: Use fstat64 instead of fstat.
6292         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6293         __NR_sync_file_range is not defined.
6295 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6297         Dummy files to prevent stub versions from being used.
6298         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6299         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6300         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6301         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6303         * version.h (VERSION): Set to 2.6.90.
6305 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6307         * version.h (VERSION): Define to 2.6.
6308         * include/features.h (__GLIBC_MINOR__): Define to 6.
6310         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6312         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6313         sizes.
6315 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6317         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6318         number of mmaps.  n_mmaps_max is the target.
6319         * malloc/hooks.c: Likewise.
6320         * malloc/arena.c: Likewise.
6322 2007-05-12  Andreas Jaeger  <aj@suse.de>
6324         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6325         getpid.
6327 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6329         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6330         adding new variables.
6332         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6333         optimize.  Completely extend global scope array before making the
6334         new entries visible.
6336 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6338         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6339         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6340         tst-getcpu.
6342         * include/link.h: Move l_version and l_nversion members around to
6343         fill gaps.
6345         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6347         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6348         (__sched_setaffinity_new): If syscall was successful and
6349         RESET_VGETCPU_CACHE is defined, use it before returning.
6350         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6352         * io/sys/stat.h: Make sure struct timespec is defined for
6353         __USE_ATFILE.
6355         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6356         UTIME_OMIT.
6357         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6358         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6359         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6360         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6361         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6362         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6363         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6364         * io/sys/stat.h: Declare utimensat, futimens.
6365         * io/utimensat.c: New file.
6366         * io/futimens.c: New file.
6367         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6368         * sysdeps/unix/sysv/linux/futimens.c: New file.
6369         * io/Makefile (routines): Add utimensat, futimens.
6370         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6371         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6372         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6373         available.
6375         * include/sys/cdefs.h: Redefine __nonnull so that test for
6376         incorrect parameters in the libc code itself are not omitted.
6378 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6380         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6381         exception in addition to inexact when asked to raise only FE_INEXACT.
6383         [BZ #3427]
6384         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6385         in *envp.
6387 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6389         [BZ #4403]
6390         * string/strfry.c (strfry): Make result more random.
6392 2007-05-07  Richard Henderson  <rth@redhat.com>
6394         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6395         if __NO_LONG_DOUBLE_MATH.
6396         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6397         available in the compiler, add .arch directive to the assembly.
6399 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6401         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6402         compat_symbol to GLIBC_2_1.
6403         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6404         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6405         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6406         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6407         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6408         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6409         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6410         libc, not libm.
6411         (__isnanl): New compat_symbol.
6413 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6414             Jakub Jelinek  <jakub@redhat.com>
6416         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6417         (new_heap): Initialize mprotect_size.
6418         (grow_heap): When growing, only mprotect from mprotect_size till
6419         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6420         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6422 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6423             Peter Bergner  <bergner@us.ibm.com>
6425         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6426         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6427         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6428         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6429         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6430         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6431         Call __fe_mask_env() if all FP exceptions disabled.
6432         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6433         from old FPSCR to new fenv to propagate DFP rounding modes.
6434         Call __fe_mask_env() if FP exceptions previously enabled.
6435         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6436         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6437         transitioning from all exceptions disabled to any exception enabled
6438         or visa versa.
6439         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6440         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6441         when transitioning from all exceptions disabled to any exception
6442         enabled or visa versa.
6443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6450 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6452         [BZ #4465]
6453         * posix/unistd.h: Remove __THROW from fdatasync.
6455 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6457         [BZ #4465]
6458         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6460 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6462         * stdio-common/vfprintf.c (process_string_arg): Optimize
6463         ridiculous precision in wide char code printing multi-byte string.
6464         Reported by Jim Meyering <jim@meyering.net>.
6466         [BZ #4131]
6467         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6468         boundaries to work around systems with overlapping binary loading.
6469         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6471 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6473         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6474         __mbsnrtowcs after last change.
6476         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6477         (get_ident): Likewise.
6479 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6481         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6482         with setting the sticky bit.
6483         * math/test-misc.c (main): Add more truncation tests.
6485 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6487         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6488         double in the function declaration.
6489         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6490         double in the function declaration.
6491         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6492         float in the function declaration.
6493         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6494         float in the function declaration.
6496         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6497         denormal operands.  Do not generate FP_EX_DENORM exception.
6498         (FP_UNPACK_RAW_EP): Ditto.
6499         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6500         undefined _FP_UNPACK_RAW_E.
6501         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6502         undefined _FP_UNPACK_RAW_EP.
6503         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6504         undefined _FP_PACK_RAW_E.
6505         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6506         undefined _FP_PACK_RAW_EP.
6508         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6509         _FP_FRAC_COPY_2.
6510         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6511         _FP_FRAC_COPY_4.
6513 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6514             Jakub Jelinek  <jakub@redhat.com>
6516         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6517         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6518         this case.
6519         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6521 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6523         * math/test-misc.c (main): Add tests for rounding long double
6524         values close to smallest double denormalized value to double.
6526 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6528         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6529         condition for truncating to 0.  Set sticky bit for such
6530         truncation.
6532 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6534         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6535         fixed length array for ignore.
6537 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6539         [BZ #4438]
6540         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6541         stack for large precisions.
6542         * stdio-common/test-vfprintf.c (main): Add test for large
6543         precision.
6545 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6547         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6548         for exponent 0.
6549         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6551         [BZ #4439]
6552         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6553         account in the size check.
6554         * resolv/tst-inet_ntop.c: New test.
6555         * resolv/Makefile (tests): Add tst-inet_ntop.
6557 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6558             Jakub Jelinek  <jakub@redhat.com>
6560         [BZ #4349]
6561         * malloc/malloc.c: Keep separate list for first blocks on the bin
6562         lists with a given size.  This helps skipping over list elements
6563         we know won't fit in two places.
6564         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6566 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6568         [BZ #4102]
6569         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6570         label to Teredo tunnel addresses 2001://32.
6572 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6574         * locale/programs/ld-collate.c (collate_read): Allow order_start
6575         after copy.
6577         * locale/programs/ld-collate.c (collate_read): Fix printing of
6578         error message.
6580         [BZ #3213]
6581         * locale/C-translit.h.in: Add entry for U2044.
6583         [BZ #4342]
6584         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6585         hexa-decimal floats without exponent.
6586         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6588 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6590         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6591         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6592         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6593         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6594         GLIBC_2.6.
6595         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6596         Add sched_getcpu.
6598 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6600         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6601         of 0 after the out_fail label.
6603 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6605         [BZ #4406]
6606         * iconv/gconv_charset.h (strip): Allow ':'.
6607         * iconv/iconv_open.c (iconv_open): Adjust comment.
6609 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6611         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6612         version.
6614 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6616         [BZ #4381]
6617         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6618         alignment of buffer and tmp_buffer.
6619         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6620         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6621         alignment of buffer.
6622         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6623         bigger than INT_MAX.
6624         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6625         h_errnop arguments.  Fail if buflen is too small.
6626         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6628 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6630         [BZ #4405]
6631         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6632         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6634 2007-04-22  Roland McGrath  <roland@redhat.com>
6636         * elf/elf.h (NT_PRXFPREG): New macro.
6638 2007-04-19  Andreas Jaeger  <aj@suse.de>
6640         [BZ #3905]
6641         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6642         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6643         Added.
6645 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6647         * include/sys/mman.h: Mark madvise hidden.
6648         * misc/madvise.c: Add libc_hidden_def.
6650 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6652         * nis/nis_domain_of.c (__nis_domain_of): New function.
6653         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6654         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6655         * nis/nis_call.c (rec_dirsearch): Likewise.
6656         (first_shoot): Likewise.  Remove search_parent_first argument.
6657         (struct nis_server_cache): Rename search_parent_first field
6658         to search_parent.
6659         (nis_server_cache_search, nis_server_cache_add): Rename
6660         search_parent_first argument to search_parent.
6661         (__nisfind_server): Likewise.  If search_parent, call
6662         __nis_domain_of.
6664 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6666         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6668 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6670         [BZ #4368]
6671         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6673 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6675         [BZ #4364]
6676         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6678 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6680         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6681         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6682         current number of locales in SUPPORTED.
6683         (create_archive): Initialize serial.
6684         (enlarge_archive): Preserve aliases rather than duplicating
6685         their locrecs.
6687 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6689         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6690         after _IO_un_link, not before it.
6692         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6693         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6694         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6696 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6698         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6699         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6700         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6701         Remove __THROW.
6702         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6703         _IO_file_xsgetn_maybe_mmap): Likewise.
6704         * libio/oldfileops.c (old_do_write): Likewise.
6705         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6706         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6707         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6708         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6709         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6710         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6711         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6712         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6713         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6714         _IO_file_underflow, _IO_file_underflow_mmap,
6715         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6716         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6717         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6718         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6719         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6720         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6721         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6722         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6723         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6724         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6725         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6726         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6727         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6728         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6729         _IO_adjust_column_internal, _IO_default_uflow_internal,
6730         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6731         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6732         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6733         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6734         _IO_file_close_it_internal, _IO_file_underflow_internal,
6735         _IO_file_overflow_internal, _IO_file_attach_internal,
6736         _IO_file_fopen_internal, _IO_file_sync_internal,
6737         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6738         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6739         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6740         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6741         _IO_seekpos_unlocked): Likewise.
6742         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6743         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6745 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6747         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6748         argument in xmalloc size computation.
6750 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6752         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6753         math_opt_barrier and math_force_eval macros.
6755 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6757         [BZ #3306]
6758         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6759         * sysdeps/i386/fpu/math_private.h: New file.
6760         * sysdeps/x86_64/fpu/math_private.h: New file.
6761         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6762         math_force_eval macros.  Use "+m" constraint on asm rather than
6763         "=m" and "m".
6764         * math/s_nextafter.c (__nextafter): Likewise.
6765         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6766         Likewise.
6767         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6768         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6769         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6770         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
6771         math_opt_barrier and math_force_eval macros.
6772         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
6773         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
6774         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
6775         (__nexttoward): Use math_opt_barrier and
6776         math_force_eval macros.  Use "+m" constraint on asm rather than
6777         "=m" and "m".  Only use asm to force double result if
6778         FLT_EVAL_METHOD is 2.
6779         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
6780         (__nexttowardf): Use math_opt_barrier and
6781         math_force_eval macros.  Use "+m" constraint on asm rather than
6782         "=m" and "m".  Only use asm to force double result if
6783         FLT_EVAL_METHOD is not 0.
6784         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
6785         (__nexttowardf): Use math_opt_barrier and
6786         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6787         x to float using asm.
6788         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
6789         (__nldbl_nexttowardf): Use math_opt_barrier and
6790         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6791         x to float using asm.
6792         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
6793         (__nexttowardf): Use math_opt_barrier and math_force_eval
6794         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
6795         * math/bug-nextafter.c (zero, inf): New variables.
6796         (main): Add new tests.
6797         * math/bug-nexttoward.c (zero, inf): New variables.
6798         (main): Add new tests.
6800 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6802         [BZ #3427]
6803         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
6804         exceptions both in SW and MXCSR.
6805         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
6806         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
6807         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6808         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6809         in MXCSR if SSE is available.
6810         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
6811         and ldsodefs.h.
6812         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
6813         Fix comment typo.
6814         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
6815         Return 0 rather than 1.
6816         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
6817         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
6818         * math/test-fenv.c (feholdexcept_tests): New function.
6819         (main): Call it.
6821 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
6823         [BZ #3427]
6824         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6825         in SW.
6827 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6829         [BZ #4344]
6830         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
6831         Reported by David Anderson <davea42@earthlink.net>.
6833 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
6835         * posix/sys/wait.h: Remove unnecessary forward declaration.
6837 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
6839         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
6840         with obj->do_servers after first_shoot.
6842 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
6844         * posix/Makefile (routines): Add sched_cpucount.
6845         (tests): Add tst-cpucount.
6846         * posix/sched_cpucount.c: New file.
6847         * posix/tst-cpucount.c: New file.
6848         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
6849         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
6850         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
6851         * posix/sched.h: Define CPU_COUNT.
6853 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6855         * posix/fnmatch.c (STRUCT): Define.
6856         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
6857         * posix/fnmatch_loop.c (struct STRUCT): New type.
6858         (FCT): Add ends argument.  If ends != NULL and normal * is
6859         seen in the pattern, store current pattern and string pointers
6860         and return.  Adjust recursive calls.
6861         (EXT): Adjust FCT callers.
6862         (STRUCT): Undef at the end of the file.
6863         * posix/Makefile (tests): Add tst-fnmatch2.
6864         * posix/tst-fnmatch2.c: New test.
6866 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6868         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
6869         and 1 on failure.
6871         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
6872         Change last argument to unsigned int.
6874 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
6876         * scripts/check-local-headers.sh: Filter out sys/capability.h.
6878 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6880         * config.h.in (HAVE_LIBCAP): Add.
6881         * nscd/selinux.h: Include sys/capability.h rather than non-existent
6882         sys/capabilities.h.
6883         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
6884         free_caps.  Cast away const from 4th cap_set_flag argument.
6886 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
6888         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
6889         GLIBC_2.6.
6890         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6891         Add sync_file_range.
6892         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6894 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
6896         * sysdeps/powerpc/bits/atomic.h
6897         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
6898         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
6899         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6900         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
6901         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6902         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
6903         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
6904         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6905         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6906         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6907         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
6908         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6909         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6910         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6911         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6912         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
6913         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6914         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
6915         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6916         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
6918 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6920         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6921         (__cache_line_size): Define the variable here.  Add
6922         attribute_hidden, remove weak_extern.
6923         (__libc_start_main): Set __cache_line_size
6924         unconditionally.
6925         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
6926         (__cache_line_size): Define the variable here.  Add
6927         attribute_hidden, remove weak_extern.
6928         (DL_PLATFORM_AUXV): Set __cache_line_size
6929         unconditionally.
6930         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
6931         weak_extern, add attribute_hidden.
6932         (__elf_machine_runtime_setup): Assume __cache_line_size is always
6933         defined in ld.so.
6934         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
6935         definition.
6936         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
6938 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
6940         [BZ #4276]
6941         * timezone/africa: Update from tzdata2007d.
6942         * timezone/asia: Likewise.
6943         * timezone/australasia: Likewise.
6944         * timezone/backward: Likewise.
6945         * timezone/europe: Likewise.
6946         * timezone/iso3166.tab: Likewise.
6947         * timezone/leapseconds: Likewise.
6948         * timezone/northamerica: Likewise.
6949         * timezone/southamerica: Likewise.
6950         * timezone/zone.tab: Likewise.
6952         * timezone/private.h: Update from tzcode2007d.
6953         * timezone/zdump.c: Likewise.
6954         * timezone/zic.c: Likewise.
6956 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
6958         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
6959         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
6960         variables.
6961         (nis_server_cache_search, nis_server_cache_add): New functions.
6962         (__nisfind_server): Use them.  Add dbp and flags argument, if
6963         call __nisbind_create.
6964         (__nisbind_create): Add server_used and current_ep arguments,
6965         only call __nis_findfastest if server_used is ~0.
6966         (__do_niscall2, __prepare_niscall): Adjust callers.
6967         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
6968         ckey_cache_euid, ckey_cache_lock): New variables.
6969         (get_ckey): New function.
6970         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
6971         __pmap_getnisport.  Save __pmap_getnisport result in
6972         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
6973         key.
6974         * nis/nis_lookup.c (nis_lookup): Likewise.
6975         * nis/nis_table.c (nis_list): Likewise.
6976         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
6977         prototypes.
6979         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
6980         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
6981         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
6982         _nss_nisplus_getservbyport_r): Likewise.
6983         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
6984         _nss_nisplus_getnetbyaddr_r): Likewise.
6985         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
6986         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
6987         _nss_nisplus_getntohost_r): Likewise.
6988         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
6989         _nss_nisplus_getrpcbynumber_r): Likewise.
6991 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6993         * configure.in (libc_cv_gnu89_inline): Only do compile test.
6994         * configure: Rebuilt.
6996         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
6997         bit-fields.
6998         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7000 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7002         [BZ #2831]
7003         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7004         bit-fields.
7006 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7008         * nscd/gai.c: Include alloca.h.
7009         (__libc_use_alloca): Define.
7011 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7013         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7014         smaller scopes.
7015         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7016         (DL_DST_REQUIRED): Adjust user.
7018         * include/dlfcn.h (struct link_map): New forward decl.
7020         * inet/getnameinfo.c: Include stddef.h.
7021         (getnameinfo): Use offsetof.
7023         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7025         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7027         * string/strerror_l.c: Include stdlib.h.
7029         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7030         * config.make.in (gnu89-inline-CFLAGS): New variable.
7031         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7032         -std=gnu99.
7033         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7034         * argp/argp.h: Use it.
7035         * bits/mathinline.h: Likewise.
7036         * bits/sigset.h: Likewise.
7037         * bits/string.h: Likewise.
7038         * ctype/ctype.h: Likewise.
7039         * hurd/hurd.h: Likewise.
7040         * hurd/hurd/fd.h: Likewise.
7041         * hurd/hurd/port.h: Likewise.
7042         * hurd/hurd/signal.h: Likewise.
7043         * hurd/hurd/threadvar.h: Likewise.
7044         * hurd/hurd/userlink.h: Likewise.
7045         * io/sys/stat.h: Likewise.
7046         * libio/bits/stdio.h: Likewise.
7047         * libio/bits/stdio2.h: Likewise.
7048         * mach/lock-intern.h: Likewise.
7049         * mach/mach/mig_support.h: Likewise.
7050         * math/bits/cmathcalls.h: Likewise.
7051         * posix/bits/unistd.h: Likewise.
7052         * socket/bits/socket2.h: Likewise.
7053         * stdlib/bits/stdlib.h: Likewise.
7054         * stdlib/stdlib.h: Likewise.
7055         * string/argz.h: Likewise.
7056         * string/bits/string2.h: Likewise.
7057         * string/bits/string3.h: Likewise.
7058         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7059         * sysdeps/generic/inttypes.h: Likewise.
7060         * sysdeps/generic/machine-lock.h: Likewise.
7061         * sysdeps/generic/machine-sp.h: Likewise.
7062         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7063         * sysdeps/i386/i486/bits/string.h: Likewise.
7064         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7065         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7066         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7067         * sysdeps/mach/i386/machine-lock.h: Likewise.
7068         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7069         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7070         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7071         * sysdeps/s390/bits/string.h: Likewise.
7072         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7073         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7074         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7075         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7076         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7077         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7078         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7079         * wcsmbs/bits/wchar2.h: Likewise.
7080         * wcsmbs/wchar.h: Likewise.
7081         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7082         __extern_inline definition.
7084 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7086         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7087         NULL.
7089         [BZ #3919]
7090         * math/libm-test.inc (log_test): Test -Inf and NaN.
7091         (log10_test, log1p_test, log2_test): Test -Inf.
7092         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7093         FE_INVALID when argument is qNaN.
7094         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7095         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7096         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7097         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7098         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7099         testb $4, %ah and jump if non-zero.
7100         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7101         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7103         [BZ #4101]
7104         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7105         ancestors with the same depths.
7106         Patch by Niels Moeller <nisse@lysator.liu.se>.
7107         (filter_doc): Don't crash if argp is NULL.
7108         * argp/Makefile (tests): Add tst-argp2.
7109         * argp/tst-argp2.c: New test.
7111         [BZ #4130]
7112         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7113         open_not_cancel_2.
7114         (updwtmp_file): Likewise.
7116         [BZ #4181]
7117         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7118         (inet6_opt_append): Don't check extlen is big enough if extbuf
7119         is NULL.
7120         (inet6_opt_finish): Likewise.
7121         * inet/Makefile (tests): Add test-inet6_opt.
7122         * inet/test-inet6_opt.c: New test.
7124         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7125         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7126         NLMSG_ERR.  Instead use a page sized buffer.
7127         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7128         buffer.
7130 2007-03-14  Richard Henderson  <rth@redhat.com>
7132         * sysdeps/alpha/fpu/s_llround.c: New file.
7133         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7134         * sysdeps/alpha/fpu/s_lround.c: New file.
7135         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7136         * sysdeps/alpha/fpu/s_round.c: New file.
7137         * sysdeps/alpha/fpu/s_roundf.c: New file.
7138         * sysdeps/alpha/fpu/s_trunc.c: New file.
7139         * sysdeps/alpha/fpu/s_truncf.c: New file.
7141         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7142         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7143         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7144         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7145         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7146         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7148         * sysdeps/alpha/fpu/s_fmax.S: New file.
7149         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7150         * sysdeps/alpha/fpu/s_fmin.S: New file.
7151         * sysdeps/alpha/fpu/s_fminf.S: New file.
7152         * sysdeps/alpha/fpu/s_isnan.c: New file.
7153         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7154         * sysdeps/alpha/fpu/s_llrint.c: New file.
7155         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7156         * sysdeps/alpha/fpu/s_lrint.c: New file.
7157         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7158         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7159         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7161         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7162         (__fdimf, fdimf, __fdim, fdim): Remove.
7163         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7164         (__isnanf, __isnan, __isnanl): New.
7166 2007-03-13  Richard Henderson  <rth@redhat.com>
7168         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7170 2007-03-13  Richard Henderson  <rth@redhat.com>
7172         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7173         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7174         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7175         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7176         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7177         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7179 2007-03-13  Richard Henderson  <rth@redhat.com>
7181         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7182         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7183         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7184         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7185         Move to dl-auxv.h; initialize instead of extern weak.
7186         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7187         weak symbol.
7188         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7189         Extern instead of initialized.
7191 2007-03-13  Richard Henderson  <rth@redhat.com>
7193         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7194         __sigsuspend_nocancel.
7196 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7198         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7199         172.16/12 address range.
7201 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7203         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7204         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7205         message.
7207 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7209         [BZ #4069]
7210         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7211         earlier.
7212         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7214         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7215         for x qNaN and y either +-inf or non-integer value.
7216         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7217         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7218         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7220 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7222         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7223         from sysdep_headers.
7225 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7227         * time/tzfile.c (find_transition): Instead of a linear search try to
7228         guess the transition index, use a linear search if the result is at
7229         most 10 transitions away from the guess or binary search otherwise.
7231 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7233         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7234         memory reallocation.
7236 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7238         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7239         and fix some typos.
7240         Optimize use of TOLOWER.
7242         [BZ #3325]
7243         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7244         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7245         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7247         [BZ #3458]
7248         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7249         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7251         [BZ #4076]
7252         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7253         (open_dir_stream): Likewise.
7254         * io/Makefile (tests): Add bug-ftw5.
7255         * io/bug-ftw5.c: New file.
7257         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7258         * nscd/servicescache.c (cache_addserv): Likewise.
7260         * nscd/grpcache.c (cache_addgr): In case a record changed on
7261         refresh, adjust key_copy.
7263         [BZ #4074]
7264         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7265         refresh, adjust key_copy.
7267         [BZ #4070]
7268         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7269         special cases.
7270         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7272 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7274         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7275         optimization.
7277         * stdio-common/vfscanf.c: Small cleanups throughout.
7279 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7281         [BZ #3325]
7282         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7283         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7284         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7285         Patch by Jared Casper <jaredcasper@gmail.com>.
7287         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7288         * sysdeps/unix/opendir.c: Likewise.
7289         * sysdeps/unix/readdir.c: Likewise.
7291         [BZ #2211]
7292         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7293         point numbers.
7294         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7296         * stdio-common/vfscanf.c: Fix problems in width accounting.
7297         * stdio-common/tst-sscanf.c (double_tests): New tests.
7298         (main): Hook them up.
7300         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7301         More simplifications of floating-point reader.
7303         * stdio-common/Makefile (tests): Add tst-swscanf.
7304         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7305         testing.
7306         * stdio-common/tst-swscanf.c: New file.
7308 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7310         [BZ #2633]
7311         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7312         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7313         Remove using for __jmp_buf_tag.
7314         * locale/locale.h (struct lconv): Also define in std namespace.
7315         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7317         [BZ #3842]
7318         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7319         using __libc_enable_secure.
7321         [BZ #3818]
7322         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7324         [BZ #3745]
7325         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7326         of names for ellipsises.
7328         [BZ #3348]
7329         * malloc/memusage.sh: Cleanups.
7330         * debug/xtrace.sh: Quoting and trap changes.
7332 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7334         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7336         * locale/iso-3166.def: Update entry for Serbia.
7337         * locale/iso-4217.def: Define RSD, remove CSD.
7339         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7340         and 64-bit operations.
7342         [BZ #4040]
7343         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7344         16-bit operations.
7346         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7347         of writev.
7349 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7351         [BZ #3991]
7352         * assert/assert.h (assert): Simplify.
7353         (assert_perror): Likewise.
7354         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7356         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7357         reqdata.
7359         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7360         change: don't pass NULL in place of an integer.
7362 2007-02-02  Bruno Haible  <bruno@clisp.org>
7364         [BZ #3954]
7365         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7366         Add mapping for U+327E.
7367         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7368         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7369         mapping of 0xD9 0xE8.
7370         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7371         mapping of U+327E.
7372         Reported by Jungshik Shin <jungshik@google.com>.
7374         [BZ #3955]
7375         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7376         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7377         Reported by Jungshik Shin <jungshik@google.com>.
7379 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7381         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7382         byte variants.
7384         [BZ #4040]
7385         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7386         byte variants.  Patch mostly be tom@tommay.net.
7388 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7390         [BZ #3996]
7391         * posix/glob.c (attribute_hidden): Define if not defined.
7392         (glob): Unescape dirname, filename or username when needed and not
7393         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7394         is NULL.  Handle unescaped [ in pattern without closing ].
7395         Don't pass GLOB_CHECK down to recursive glob for directories.
7396         (__glob_pattern_type): New function.
7397         (__glob_pattern_p): Implement using __glob_pattern_type.
7398         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7399         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7400         Remove unreachable code.
7401         * posix/globtest.sh: Add a couple of new tests.
7403 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7405         * po/ru.po: Update from translation team.
7407 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7409         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7410         to the list of i486+ CPUs.
7411         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7413 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7415         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7416         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7417         references.
7419 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7421         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7423         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7424         * resolv/res_mkquery.c: Define __res_nopt.
7425         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7426         try adding EDNS0 record.
7427         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7428         EDNS0 record was send make sure we don't try it again.
7429         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7430         * include/resolv.h: Declare __res_nopt.
7432 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7434         [BZ #3944]
7435         * time/strptime_l.c (__strptime_internal): Set have_mon for
7436         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7437         have been computed from tm_yday and tm_year.  Don't crash
7438         in day_of_the_week or day_of_the_year if not have_mon
7439         and tm_mon contains bogus value.
7440         * time/Makefile (tests): Add tst-strptime3.
7441         * time/tst-strptime3.c: New test.
7443 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7445         [BZ #3957]
7446         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7447         bit for RE_HAT_LISTS_NOT_NEWLINE.
7448         (build_charclass_op): Remove bogus comment.
7449         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7450         * posix/bug-regex27.c: New test.
7451         * posix/bug-regex28.c: New test.
7453 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7455         * po/sv.po: Update from translation team.
7457 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7459         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7461 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7463         * include/locale.h (__uselocale): Add libc_hidden_proto.
7464         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7466         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7467         gettimeofday.
7469 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7471         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7472         returning.
7473         (PTR_DEMANGLE): Real definition now that it's not the same as
7474         PRT_MANGLE anymore.
7475         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7477         * string/strerror_l.c: New file.
7478         * string/Makefile (routines): Add strerror_l.
7479         * string/string.h: Declare strerror_l.
7480         * string/Versions: Export strerror_l for GLIBC_2.6.
7482 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7484         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7485         as parameter.  Construct request record.  Try sending request
7486         before the first poll use, it usually succeeds.  Adjust all
7487         callers.
7488         * nscd/nscd-client.h: Define MAXKEYLEN.
7489         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7491 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7493         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7494         from return value.
7495         * nscd/nscd_helper.c: Include string.h.
7496         (__nscd_cache_search): Remove const qualifier from return value.
7497         On strict alignment architectures check hash entry and data head
7498         alignment.
7499         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7500         mmapped data during GC cycle contains garbage.  If
7501         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7502         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7503         dropped to 0.
7504         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7505         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7506         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7507         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7508         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7510 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7512         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7514 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7516         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7517         names not numbers in cfi_*.
7519 2007-01-26  Andreas Jaeger  <aj@suse.de>
7521         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7522         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7523         Correct values of PER_HPUX and PER_OSF4.
7525 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7527         * elf/dl-minimal.c: Undefine _itoa first.
7528         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7529         * malloc/mtrace.c: Revert last change.
7530         * posix/wordexp.c: Likewise.
7532 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7534         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7535         and __geode__ to the list of i486+ CPUs.
7536         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7538 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7540         * stdio-common/_itoa.c: Include <limits.h>.
7541         * stdio-common/_itowa.c: Likewise.
7543 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7545         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7546         platforms.
7547         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7548         64-bit platforms.
7549         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7550         possible.
7551         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7552         if possible.
7554         [BZ #3902]
7555         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7556         * stdio-common/Makefile (tests): Add bug17.
7557         * stdio-common/bug17.c: New file.
7559 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7561         * iconvdata/brf.c: New file.
7562         * iconvdata/testdata/BRF: New file.
7563         * iconvdata/testdata/BRF..UTF8: New file.
7564         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7565         * iconvdata/Makefile: Add rules to build BRF.
7566         * iconvdata/TESTS: Add BRF entry.
7567         * iconvdata/gconv-modules: Likewise.
7568         * iconvdata/tst-tables.sh: Likewise.
7570 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7572         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7573         type `long long int', not `long int'.
7574         (wcstoq): Likewise.
7576 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7578         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7579         of values on 64-bit platforms which are too large.
7581 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7582             Joe Kerian  <jkerian@us.us.ibm.com>
7584         [BZ #2749]
7585         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7586         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7587         (__copysignl): Use signbit() for comparison.
7588         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7589         SET_LDOUBLE_WORDS64.
7591         [BZ #2423, #2749]
7592         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7593         (__ceill): Remove calls to fegetround(), fesetround().
7594         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7595         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7596         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7598 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7600         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7602         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7604 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7606         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7607         demangle pointer.
7608         * csu/libc-start.c: Likewise.
7610 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7612         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7613         really work anyway.
7615 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7617         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7618         users.
7619         (handle_request): Remove unnecessary tests.
7621         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7623 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7625         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7626         workbits in semi-raw fraction.
7628         * math/test-misc.c: Add new tests.
7630 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7632         * math/basic-test.c: Include test-skeleton.c.
7633         (TEST_TRUNC): Define.
7634         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7635         (main): Rename to ...
7636         (do_test): ...this.  Run new tests.
7637         (TEST_FUNCTION): Define.
7639 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7640             Joe Kerian  <jkerian@us.us.ibm.com>
7642         [BZ #2749]
7643         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7644         handling for high words.
7645         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7646         and overflow for infinity.
7648 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7650         * nscd/connections.c (handle_request): Add a __builtin_expect.
7652         * nscd/connections.c (serv2db): Change type into structure which
7653         also says whether this is a request for data.  Renamed to
7654         servinfo.  All users changed.
7655         (handle_request): Much simpler test whether we should search the cache.
7657         * nscd/connections.c (handle_request): Fix thinko in selinux test
7658         invocation.
7660         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7661         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7662         it before getting dl_load_lock and then relock.
7663         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7664         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7665         case we unlocked the scope.
7666         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7667         _dl_lookup_symbol_x in case we locked the scope.
7668         (_dl_profile_fixup): Likewise.
7669         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7670         set DL_LOOKUP_SCOPE_LOCK.
7672 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7674         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7675         CFLAGS-getsrvbynpt_r.c.
7676         * nscd/getsrvbynm_r.c: New file.
7677         * nscd/getsrvbypt_r.c: New file.
7678         * nscd/nscd_getserv_r.c: New file.
7679         * nscd/servicescache.c: New file.
7680         * nscd/Makefile (routines): Add nscd_getserv_r.
7681         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7682         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7683         CFLAGS-getsrvbypt_r.c.
7684         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7685         table.  Add entries for services database.
7686         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7687         services database.
7688         (dbs): Add .reset_res and servdb initialization.
7689         (serv2db): Add entries for services database.
7690         (verify_persistent_db): Accept dbnr == servdb.
7691         (invalidate_cache): Rewrite database name recognition to use a table.
7692         Call res_init() if .reset_res is set for database.
7693         (handle_request): Add code to handle services database.
7694         * nscd/gai.c: Don't define __getservbyname_r.
7695         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7696         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7697         (serv_response_header): Define.
7698         (struct datahead): Add serv_response_header member.
7699         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7700         using table.
7701         * nscd/nscd.conf: Add entries for services database.
7702         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7703         Declare serv_iov_disabled.
7704         Declare addservbyname, readdservbyname, addservbyport, and
7705         readdservbyport.
7706         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7707         (find_db): Fix error message.
7708         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7709         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7710         * nscd/selinux.c (perms): Add entries for services database.
7711         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7712         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7714         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7715         * nscd/hstcache.c: Likewise.
7716         * nscd/pwdcache.c: Likewise.
7718         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7719         computation of keylen.
7721         * include/string.h: Only redefine strndupa if this is really for
7722         libc code.
7724 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7726         * nscd/nscd_gethst_r.c: Minor cleanups.
7728         * nscd/connections.c (handle_request): Check selinux permissions
7729         for all non-admin commands.
7731         * sysdeps/i386/i486/bits/atomic.h: Define
7732         atomic_compare_and_exchange_val_acq,
7733         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7734         using __sync_* built-ins for gcc >= 4.1.
7735         * sysdeps/x86_64/bits/atomic.h: Likewise.
7737         [BZ #3840]
7738         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7739         and .oS.d files.
7741 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7743         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7744         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7745         (do_test): Check errno and exit(0) if ENOSYS.
7747 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7749         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7750         thousands separators.
7751         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7752         * stdlib/tst-strtod4.c: New test.
7754         [BZ #3855]
7755         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7756         hexadecimal digit should accept just the initial 0.
7757         * stdlib/tst-strtod2.c (tests): New variable.
7758         (do_test): Run several tests rather than just one.
7760 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7762         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7763         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7765 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7767         * io/fts.c: Make sure fts_cur is always valid after return from
7768         fts_read.
7769         Patch by Miloslav Trmac <mitr@redhat.com>.
7771 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
7773         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
7774         (R_MIPS_NUM): Bump by 1.
7776 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
7778         * posix/execvp.c: Include alloca.h.
7779         (allocate_scripts_argv): Renamed to...
7780         (scripts_argv): ... this.  Don't allocate buffer here nor count
7781         arguments.
7782         (execvp): Use alloca if possible.
7783         * posix/Makefile: Add rules to build and run tst-vfork3 test.
7784         * posix/tst-vfork3.c: New test.
7786 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
7788         * string/Makefile (tst-strxfrm2-ENV): Define.
7789         * stdlib/Makefile (tst-strtod3-ENV): Define.
7791 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
7793         * posix/getconf.c: Update copyright year.
7794         * nss/getent.c: Likewise.
7795         * iconv/iconvconfig.c: Likewise.
7796         * iconv/iconv_prog.c: Likewise.
7797         * elf/ldconfig.c: Likewise.
7798         * catgets/gencat.c: Likewise.
7799         * csu/version.c: Likewise.
7800         * elf/ldd.bash.in: Likewise.
7801         * elf/sprof.c (print_version): Likewise.
7802         * locale/programs/locale.c: Likewise.
7803         * locale/programs/localedef.c: Likewise.
7804         * nscd/nscd.c (print_version): Likewise.
7805         * debug/xtrace.sh: Likewise.
7806         * malloc/memusage.sh: Likewise.
7807         * malloc/mtrace.pl: Likewise.
7808         * debug/catchsegv.sh: Likewise.
7810 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
7812         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
7813         attempts.
7815 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
7817         * posix/wordexp.c: Remove some unnecessary tests.
7819 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
7821         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
7822         blacklist the group till after we look it up.
7824 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
7826         * include/atomic.h (atomic_forced_read): New macro.
7828 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7830         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
7832 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
7834         * nss/getXXbyYY_r.c: Include atomic.h.
7835         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
7836         add atomic_write_barrier () in between.
7838         * stdlib/Makefile (tests): Add tst-makecontext.
7839         * stdlib/tst-makecontext.c: New test.
7841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7842         (__makecontext): Don't realign uc_mcontext.uc_regs.
7844 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
7846         * elf/dl-support.c: Include dl-procinfo.h.
7847         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
7848         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
7849         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
7850         Define.
7851         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
7852         hardcoded constants.
7853         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
7854         PPC_PLATFORM_* macros for array designators.
7856 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
7858         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
7859         names to the beginning.
7860         (_dl_powerpc_platforms): Add "power6x".
7861         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
7862         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
7863         (_DL_PLATFORMS_COUNT): Increase.
7864         (_dl_string_platform): Handle power6x case.
7865         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
7866         PPC_FEATURE_POWER6_EXT): Define.
7867         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
7869 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
7871         [BZ #3747]
7872         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
7873         [-2^31 .. 2^31) range.
7874         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
7875         targets.
7876         * stdlib/tst-rand48-2.c: New test.
7877         * stdlib/Makefile (tests): Add tst-rand48-2.
7879 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
7881         * misc/tst-pselect.c (do_test): Fix sigblock argument.
7883 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
7885         * misc/tst-pselect.c (do_test): Make sure the helper process is
7886         terminating when the test is aborted.
7888 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
7890         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
7891         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
7892         Handle relatime mount option.
7894         [BZ #2337]
7895         * libio/Makefile (tests): Add tst-setvbuf1.
7896         * libio/tst-setvbuf1.c: New file.
7898 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
7900         [BZ #2337]
7901         * libio/genops.c (__uflow): Fix a typo.
7902         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
7903         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
7904         the narrow buffer size.
7906 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
7908         [BZ #2337]
7909         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
7910         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
7911         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
7912         in _flags.
7913         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
7914         _IO_wstr_finish): Likewise.
7915         * libio/wmemstream.c (open_wmemstream): Likewise.
7916         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
7917         even for wide streams.
7919 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
7921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
7922         kernel-features.h.
7924 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
7926         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
7927         separators also if no non-zero digits found.
7928         * stdlib/Makefile (tests): Add tst-strtod3.
7930 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
7932         [BZ #3632]
7933         * include/features.h: Fix comment about default value for
7934         _POSIX_C_SOURCE.
7936         [BZ #3664]
7937         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
7938         empty parsed strings.
7939         * stdlib/Makefile (tests): Add tst-strtod2.
7940         * stdlib/tst-strtod2.c: New file.
7942         [BZ #3673]
7943         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
7944         computation.
7945         * stdlib/Makefile (tests): Add tst-atof2.
7946         * stdlib/tst-atof2.c: New file.
7948         [BZ #3674]
7949         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
7950         correctly if removing trailing zero of hex-float.
7951         * stdlib/Makefile (tests): Add tst-atof1.
7952         * stdlib/tst-atof1.c: New file.
7954 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
7956         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
7957         Start searching for next comma at p rather than rest.
7958         * misc/Makefile (tests): Add tst-mntent2.
7959         * misc/tst-mntent2.c: New test.
7961         * misc/getusershell.c (initshells): Check for integer overflows.
7962         Make strings buffer one bigger as fgets always succeeds when second
7963         argument is 1.  Don't use calloc for shells array.  Disallow
7964         / as shell.
7966 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
7968         * malloc/memusage.c: Handle realloc with new size of zero and
7969         non-NULL pointer correctly.
7970         (me): Really write first record twice.
7971         (struct entry): Make format bi-arch safe.
7972         (dest): Write out more realloc statistics.
7973         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
7975 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
7977         * nis/nis_subr.c (nis_getnames): Revert last change.
7979 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
7981         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
7982         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
7983         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
7984         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
7985         ENOTTY.
7986         * io/Makefile: Add rules to build and run tst-ttyname_r test.
7987         * io/tst-ttyname_r.c: New test.
7989 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7991         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
7993 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
7995         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
7996         jump table entries.
7998 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8000         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8001         `clone' function to ensure proper unwinding stop of gdb.
8002         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8004 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8006         * nscd/nscd.init: Remove obsolete and commented-out -S option
8007         handling.
8009 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8011         [BZ #3514]
8012         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8014         [BZ #3515]
8015         * manual/string.texi (strtok): Remove duplicate paragraph.
8017 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8019         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8020         libgcc not supporting `rflags' unwinding (register # >= 17).
8022 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8024         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8025         succeeded.
8027 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8028             Jakub Jelinek  <jakub@redhat.com>
8029             Jan Kratochvil  <jan.kratochvil@redhat.com>
8031         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8032         unwind information.
8033         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8034         'restore_rt' even in the 'signal' directory.
8035         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8037 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8039         [BZ #3559]
8040         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8041         malloc crashed.  Don't allocate memory unnecessarily in each
8042         loop.
8044 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8046         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8048 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8050         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8052 2006-11-18  Bruno Haible  <bruno@clisp.org>
8054         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8055         __sysconf only after having tried to call getgroups32.
8057 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8059         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8060         addresses for IPv4 queries if they can be mapped.
8062 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8064         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8065         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8066         (signmask): Add .size directive.
8067         (othermask): Add .type directive.
8069 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8071         * po/nl.po: Update from translation team.
8073         * timezone/zdump.c: Redo fix for BZ #3137.
8075 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8077         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8078         to first_unused after parsing :include: file.
8080 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8082         * timezone/africa: Update from tzdata2006o.
8083         * timezone/antarctica: Likewise.
8084         * timezone/asia: Likewise.
8085         * timezone/australasia: Likewise.
8086         * timezone/backward: Likewise.
8087         * timezone/europe: Likewise.
8088         * timezone/iso3166.tab: Likewise.
8089         * timezone/northamerica: Likewise.
8090         * timezone/southamerica: Likewise.
8091         * timezone/zone.tab: Likewise.
8093         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8094         on machines with 64-bit time_t.
8096         * timezone/checktab.awk: Update from tzcode2006o.
8097         * timezone/ialloc.c: Likewise.
8098         * timezone/private.h: Likewise.
8099         * timezone/scheck.c: Likewise.
8100         * timezone/tzfile.h: Likewise.
8101         * timezone/tzselect.ksh: Likewise.
8102         * timezone/zdump.c: Likewise.
8103         * timezone/zic.c: Likewise.
8105         [BZ #3483]
8106         * elf/ldconfig.c (main): Call setlocale and textdomain.
8107         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8109         [BZ #3480]
8110         * manual/argp.texi: Fix typos.
8111         * manual/charset.texi: Likewise.
8112         * manual/errno.texi: Likewise.
8113         * manual/filesys.texi: Likewise.
8114         * manual/lang.texi: Likewise.
8115         * manual/maint.texi: Likewise.
8116         * manual/memory.texi: Likewise.
8117         * manual/message.texi: Likewise.
8118         * manual/resource.texi: Likewise.
8119         * manual/search.texi: Likewise.
8120         * manual/signal.texi: Likewise.
8121         * manual/startup.texi: Likewise.
8122         * manual/stdio.texi: Likewise.
8123         * manual/sysinfo.texi: Likewise.
8124         * manual/syslog.texi: Likewise.
8125         * manual/time.texi: Likewise.
8126         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8128         [BZ #3465]
8129         * sunrpc/clnt_raw.c: Minimal message improvements.
8130         * sunrpc/pm_getmaps.c: Likewise.
8131         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8132         * nis/nis_print_group_entry.c: Likewise.
8133         * locale/programs/repertoire.c: Likewise.
8134         * locale/programs/charmap.c: Likewise.
8135         * malloc/memusage.sh: Likewise.
8136         * elf/dl-deps.c: Likewise.
8137         * locale/programs/ld-collate.c: Likewise.
8138         * libio/vswprintf.c: Likewise.
8139         * malloc/memusagestat.c: Likewise.
8140         * sunrpc/auth_unix.c: Likewise.
8141         * sunrpc/rpc_main.c: Likewise.
8142         * nscd/cache.c: Likewise.
8143         * locale/programs/repertoire.c: Unify output messages.
8144         * locale/programs/charmap.c: Likewise.
8145         * locale/programs/ld-ctype.c: Likewise.
8146         * locale/programs/ld-monetary.c: Likewise.
8147         * locale/programs/ld-numeric.c: Likewise.
8148         * locale/programs/ld-time.c: Likewise.
8149         * elf/ldconfig.c: Likewise.
8150         * nscd/selinux.c: Likewise.
8151         * elf/cache.c: Likewise.
8152         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8154         [BZ #3451]
8155         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8156         change atomic.
8157         (ceil): Likewise.
8159 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8161         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8162         if N is one bigger than return value.
8163         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8164         and l1 last arguments, if buf is defined, verify the return value
8165         equals to strlen (buf) and verify no byte beyond passed length
8166         is modified.
8168 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8170         * po/sv.po: Update from translation team.
8172 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8174         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8175         noinline attribute.
8177 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8179         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8180         noinline attribute.
8182         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8183         Use __new_sys_siglist instead of _sys_siglist_internal as
8184         second macro argument.
8185         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8186         strong_alias.
8188 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8190         [BZ #3493]
8191         * posix/unistd.h (sysconf): Remove const attribute.
8193         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8194         temporary or deprecated addresses.
8195         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8197         * string/Makefile (tests): Add tst-strxfrm2.
8198         * string/tst-strxfrm2.c: New file.
8200 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8202         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8203         rather than r->r_brk.
8205 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8207         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8208         optimization even if needed > n.
8210         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8211         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8212         return false, otherwise return true.
8213         (cache_rpath): Return decompose_rpath return value.
8215 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8217         * include/libc-symbols.h (declare_symbol): Rename to...
8218         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8219         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8220         .size directive.
8221         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8222         changes.
8223         * sysdeps/gnu/siglist.c: Likewise.
8225 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8227         * sysdeps/powerpc/fpu/bits/mathinline.h
8228         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8229         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8231 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8233         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8234         Update handling of cache descriptor 0x49 for new models.
8235         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8236         Likewise.
8238 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8240         * malloc/memusage.c (dest): Reset not_me back to false after
8241         printing statistics.
8243 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8245         * configure.in: Work around ld --help change and avoid -z relro
8246         test completely if the architecture doesn't care about security.
8248 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8250         * po/sv.po: Update from translation team.
8252 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8254         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8255         generate compatibility version.
8257 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8259         * configure.in: Relax -z relro requirement a bit.
8261         * po/sv.po: Update from translation team.
8263 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8265         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8266         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8267         * elf/dl-close.c (_dl_close_worker): Likewise.
8268         * elf/dl-open.c (_dl_open_worker): Likewise.
8269         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8271 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8273         * configure.in: Require assembler support for visibility, compiler
8274         support for visibility and aliases, linker support for various -z
8275         options.
8276         * Makeconfig: Remove conditional code which now is unnecessary.
8277         * config.h.in: Likewise.
8278         * config.make.in: Likewise.
8279         * dlfcn/Makefile: Likewise.
8280         * elf/Makefile: Likewise.
8281         * elf/dl-load.c: Likewise.
8282         * elf/rtld.c: Likewise.
8283         * include/libc-symbols.h: Likewise.
8284         * include/stdio.h: Likewise.
8285         * io/Makefile: Likewise.
8286         * io/fstat.c: Likewise.
8287         * io/fstat64.c: Likewise.
8288         * io/fstatat.c: Likewise.
8289         * io/fstatat64.c: Likewise.
8290         * io/lstat.c: Likewise.
8291         * io/lstat64.c: Likewise.
8292         * io/mknod.c: Likewise.
8293         * io/mknodat.c: Likewise.
8294         * io/stat.c: Likewise.
8295         * io/stat64.c: Likewise.
8296         * libio/stdio.c: Likewise.
8297         * nscd/Makefile: Likewise.
8298         * stdlib/Makefile: Likewise.
8299         * stdlib/atexit.c: Likewise.
8300         * sysdeps/generic/ldsodefs.h: Likewise.
8301         * sysdeps/i386/dl-machine.h: Likewise.
8302         * sysdeps/i386/sysdep.h: Likewise.
8303         * sysdeps/i386/i686/memcmp.S: Likewise.
8304         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8305         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8306         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8308         * Makerules: USE_TLS support is now default.
8309         * tls.make.c: Likewise.
8310         * csu/Versions: Likewise.
8311         * csu/libc-start.c: Likewise.
8312         * csu/libc-tls.c: Likewise.
8313         * csu/version.c: Likewise.
8314         * dlfcn/dlinfo.c: Likewise.
8315         * elf/dl-addr.c: Likewise.
8316         * elf/dl-cache.c: Likewise.
8317         * elf/dl-close.c: Likewise.
8318         * elf/dl-iteratephdr.c: Likewise.
8319         * elf/dl-load.c: Likewise.
8320         * elf/dl-lookup.c: Likewise.
8321         * elf/dl-object.c: Likewise.
8322         * elf/dl-open.c: Likewise.
8323         * elf/dl-reloc.c: Likewise.
8324         * elf/dl-support.c: Likewise.
8325         * elf/dl-sym.c: Likewise.
8326         * elf/dl-sysdep.c: Likewise.
8327         * elf/dl-tls.c: Likewise.
8328         * elf/ldconfig.c: Likewise.
8329         * elf/rtld.c: Likewise.
8330         * elf/tst-tls-dlinfo.c: Likewise.
8331         * elf/tst-tls1.c: Likewise.
8332         * elf/tst-tls10.h: Likewise.
8333         * elf/tst-tls14.c: Likewise.
8334         * elf/tst-tls2.c: Likewise.
8335         * elf/tst-tls3.c: Likewise.
8336         * elf/tst-tls4.c: Likewise.
8337         * elf/tst-tls5.c: Likewise.
8338         * elf/tst-tls6.c: Likewise.
8339         * elf/tst-tls7.c: Likewise.
8340         * elf/tst-tls8.c: Likewise.
8341         * elf/tst-tls9.c: Likewise.
8342         * elf/tst-tlsmod1.c: Likewise.
8343         * elf/tst-tlsmod13.c: Likewise.
8344         * elf/tst-tlsmod13a.c: Likewise.
8345         * elf/tst-tlsmod14a.c: Likewise.
8346         * elf/tst-tlsmod2.c: Likewise.
8347         * elf/tst-tlsmod3.c: Likewise.
8348         * elf/tst-tlsmod4.c: Likewise.
8349         * elf/tst-tlsmod5.c: Likewise.
8350         * elf/tst-tlsmod6.c: Likewise.
8351         * include/errno.h: Likewise.
8352         * include/link.h: Likewise.
8353         * include/tls.h: Likewise.
8354         * locale/global-locale.c: Likewise.
8355         * locale/localeinfo.h: Likewise.
8356         * malloc/arena.c: Likewise.
8357         * malloc/hooks.c: Likewise.
8358         * malloc/malloc.c: Likewise.
8359         * resolv/Versions: Likewise.
8360         * sysdeps/alpha/dl-machine.h: Likewise.
8361         * sysdeps/alpha/libc-tls.c: Likewise.
8362         * sysdeps/generic/ldsodefs.h: Likewise.
8363         * sysdeps/generic/tls.h: Likewise.
8364         * sysdeps/i386/dl-machine.h: Likewise.
8365         * sysdeps/ia64/dl-machine.h: Likewise.
8366         * sysdeps/ia64/libc-tls.c: Likewise.
8367         * sysdeps/mach/hurd/fork.c: Likewise.
8368         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8369         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8370         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8371         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8372         * sysdeps/s390/libc-tls.c: Likewise.
8373         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8374         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8375         * sysdeps/sh/dl-machine.h: Likewise.
8376         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8377         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8378         * sysdeps/x86_64/dl-machine.h: Likewise.
8380         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8381         split out locking and parameter checking.
8382         (_dl_close): Call _dl_close_worker after locking and checking.
8383         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8384         _dl_close.
8385         * elf/Makefile: Add rules to build and run tst-thrlock.
8386         * elf/tst-thrlock.c:  New file.
8388         [BZ #3426]
8389         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8390         reality.
8392         [BZ #3429]
8393         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8394         we are sure we do not need it anymore for _dl_close.  Also move
8395         the asserts inside the lock region.
8396         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8398 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8400         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8401         argument.
8402         (_dl_lookup_symbol_x): Adjust caller.
8404         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8405         _ns_global_scope.
8406         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8408         * elf/dl-libc.c: Revert l_scope name changes.
8409         * elf/dl-load.c: Likewise.
8410         * elf/dl-object.c: Likewise.
8411         * elf/rtld.c: Likewise.
8412         * elf/dl-close.c (_dl_close): Likewise.
8413         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8414         always use __rtld_mrlock_{change,done}.  Always free old scope list
8415         here if not l_scope_mem.
8416         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8417         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8418         the lookup and __rtld_mrlock_unlock it after the lookup.
8419         * elf/dl-sym.c: Likewise.
8420         * include/link.h (struct r_scoperec): Remove.
8421         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8422         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8424 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8426         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8428 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8430         * configure.in: Disable building profile libraries by default.
8432 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8434         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8435         as signed longs, check for x_base + pos overflow.
8436         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8437         * sunrpc/tst-xdrmem2.c: New test.
8439 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8441         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8442         _dl_lookup_symbol_x code.
8444 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8446         * elf/dl-runtime.c: Include sysdep-cancel.h.
8447         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8448         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8449         instead of catomic_* macros.
8450         * elf/dl-sym.c: Include sysdep-cancel.h.
8451         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8452         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8453         * elf/dl-close.c: Include sysdep-cancel.h.
8454         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8455         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8456         * elf/dl-open.c: Include sysdep-cancel.h.
8457         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8458         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8460 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8462         [BZ #3313]
8463         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8464         fastbin rather than end of fastbin array.
8466 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8468         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8469         body macro.
8470         * sysdeps/x86_64/bits/atomic.h
8471         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8472         (catomic_decrement): Use correct body macro.
8474 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8476         * include/atomic.h: Add a unique prefix to all local variables
8477         in macros.
8478         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8480 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8482         [BZ #3369]
8483         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8484         and 7.
8486 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8488         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8490 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8492         [BZ #3313]
8493         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8494         determine highest fast bin to consolidate, always look into all of
8495         them.
8496         (do_check_malloc_state): Only require for empty bins for large
8497         sizes in main arena.
8499         * libio/stdio.h: Add more __wur attributes.
8501         * elf/dl-minimal.c (realloc): Optimize last patch.
8503 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8505         [BZ #3352]
8506         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8507         and use memcpy() if it does.
8509 2006-11-12  Andreas Jaeger  <aj@suse.de>
8511         [BZ #2510]
8512         * manual/search.texi (Hash Search Function): Clarify.
8513         (Array Search Function): Clarify.
8515 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8517         [BZ #2830]
8518         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8519         shifting.
8520         * math/atest-exp2.c (read_mpn_hex): Likewise.
8521         * math/atest-sincos.c (main): Likewise.
8523 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8525         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8526         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8527         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8528         version GLIBC_2.6.
8529         * Versions.def: Add GLIBC_2.6 for libc.
8531         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8533         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8535 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8537         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8539         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8541         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8542         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8544 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8546         * include/atomic.c: Define catomic_* operations.
8547         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8548         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8549         * malloc/memusage.c: Likewise.
8550         * gmon/mcount.c: Likewise.
8551         * elf/dl-close.c: Likewise.
8552         * elf/dl-open.c: Likewise.
8553         * elf/dl-profile.c: Likewise.
8554         * elf/dl-sym.c: Likewise.
8555         * elf/dl-runtime.c: Likewise.
8556         * elf/dl-fptr.c: Likewise.
8557         * resolv/res_libc.c: Likewise.
8559 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8561         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8562         components which lack them.
8564         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8565         at least one entry consisting of the parameter concatenated with
8566         the domain.
8568 2006-10-10  Roland McGrath  <roland@frob.com>
8570         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8571         * sysdeps/mach/hurd/futimes.c: Likewise.
8572         * sysdeps/mach/hurd/lutimes.c: Likewise.
8574 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8575             Jakub Jelinek  <jakub@redhat.com>
8577         Implement reference counting of scope records.
8578         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8579         from the list in objects which remain.  Always allocate new scope
8580         record.
8581         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8582         don't resize, allocate a new one.
8583         * elf/dl-runtime.c: Update reference counters before using a scope
8584         array.
8585         * elf/dl-sym.c: Likewise.
8586         * elf/dl-libc.c: Adjust for l_scope name change.
8587         * elf/dl-load.c: Likewise.
8588         * elf/dl-object.c: Likewise.
8589         * elf/rtld.c: Likewise.
8590         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8591         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8592         Add l_scoperec_lock.
8593         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8594         * sysdeps/generic/rtld-lowlevel.h: New file.
8596         * include/atomic.h: Rename atomic_and to atomic_and_val and
8597         atomic_or to atomic_or_val.  Define new macros atomic_and and
8598         atomic_or which do not return values.
8599         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8600         Various cleanups.
8601         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8603         * po/sv.po: Update from translation team.
8605 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8607         * Versions.def: Add GLIBC_2.6 to libpthread.
8609         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8610         (versioned_symbol): Likewise.
8611         (compat_symbol): Likewise.
8613         * po/tr.po: Update from translation team.
8615 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8617         * nis/Banner: Removed.  It's been integral part forever and the
8618         author info is incomplete anyway.
8619         * libio/Banner: Likewise.
8621         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8622         code, make sure the nis_freeresult call doesn't crash and that the
8623         result is reported correctly.
8625 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8627         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8628         when callback is NULL.
8630         * nis/Versions (libnss_nisplus): Add
8631         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8632         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8633         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8634         _nss_create_tablename): Rename to...
8635         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8636         ... these.  No longer static.
8637         (internal_setgrent): Adjust users.
8638         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8639         Don't use locking around _nss_grp_create_tablename call.
8640         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8642 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8644         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8646 2006-10-06  Andreas Jaeger  <aj@suse.de>
8648         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8650 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8652         * po/pl.po: Update from translation team.
8654         * nscd/nscd.c (main): Fix typo in message.
8655         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8657 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8659         [BZ #3291]
8660         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8661         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8662         (__sigprocmask): Define.
8664 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8666         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8667         used.
8669 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8671         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8672         in oldtotal and newtotal calculation.
8673         * nscd/nscd-client.h (struct mapped_database): Add datasize
8674         field.
8675         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8676         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8677         increased.
8678         (__nscd_cache_search): Add checks to make sure we never reference
8679         data beyond the current mapping.
8681 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8683         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8684         variables const to avoid compiler warnings.
8686         * io/fts.c (fts_close): Remove redundant checks.
8687         (fts_build): Likewise.
8688         (fts_palloc): Likewise.
8690         * manual/message.texi (Advanced gettext functions,
8691         Using gettextized software): Fix typos.
8693 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8695         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8696         explain why there are no leaks.
8698 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8700         * libio/wmemstream.c: Include <wchar.h>.
8701         * libio/bug-wmemstream1.c: Likewise.
8702         * libio/tst-wmemstream1.c: Likewise.
8703         * libio/tst-wmemstream2.c: Likewise.
8705         * version.h (RELEASE): Bump to 2.5.
8706         * README: Regenerated.
8708         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8710         [BZ #3273]
8711         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8712         found no group members.
8713         Patch by Petr Baudis.
8715 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8717         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8718         assert bootstrap_map.l_tls_modid is zero.
8719         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8720         if USE___THREAD.
8722 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8724         * libio/stdio.h: Move open_wmemstream prototype to ...
8725         * wcsmbs/wchar.h: ... here.
8727 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8729         [BZ #3252]
8730         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8731         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8732         __{,l}chown to handle the rest.
8733         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8734         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8735         __{,l}chown to handle the rest.
8736         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8737         i386/fchownat.c.
8738         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8739         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8741         [BZ #3253]
8742         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8743         time, rather allocate increasingly bigger arrays of pointers, if
8744         possible with alloca, if too large with malloc.
8746 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8748         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8750         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8752 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8754         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8755         home addresses.
8756         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8757         IFA_F_HOMEADDRESS flag for interfaces.
8758         * include/ifaddrs.h (struct in6addrinfo): Define
8759         in6ai_homeaddress.
8761 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8763         [BZ #3225]
8764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8765         PTR_DEMANGLE3): Define.
8766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8767         PTR_DEMANGLE3): Likewise.
8768         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8769         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
8770         Likewise.
8771         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
8773 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
8775         * po/libc.pot: Regenerated.
8776         * po/be.po: Updated.
8777         * po/ca.po: Likewise.
8778         * po/cs.po: Likewise.
8779         * po/da.po: Likewise.
8780         * po/de.po: Likewise.
8781         * po/el.po: Likewise.
8782         * po/en_GB.po: Likewise.
8783         * po/es.po: Likewise.
8784         * po/fi.po: Likewise.
8785         * po/fr.po: Likewise.
8786         * po/gl.po: Likewise.
8787         * po/hr.po: Likewise.
8788         * po/hu.po: Likewise.
8789         * po/ja.po: Likewise.
8790         * po/ko.po: Likewise.
8791         * po/nb.po: Likewise.
8792         * po/nl.po: Likewise.
8793         * po/pl.po: Likewise.
8794         * po/pt_BR.po: Likewise.
8795         * po/ru.po: Likewise.
8796         * po/rw.po: Likewise.
8797         * po/sk.po: Likewise.
8798         * po/sv.po: Likewise.
8799         * po/tr.po: Likewise.
8800         * po/zh_CN.po: Likewise.
8801         * po/zh_TW.po: Likewise.
8803         [BZ #3137]
8804         * iconv/iconv_prog.c (main): Fix spelling in error message.
8805         * iconv/iconvconfig.c (main): Likewise.
8806         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
8807         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
8808         * locale/programs/localedef.c (main): Likewise.
8809         * locale/programs/repertoire.c (repertoire_read): Likewise.
8810         * timezone/zdump.c (main): Likewise.
8811         * nscd/connections.c (handle_request): Fix spelling in log message.
8812         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
8814 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
8816         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
8817         interfaces.
8819 2006-09-20  Andreas Jaeger  <aj@suse.de>
8821         * math/libm-test.inc (lrint_test_upward): Fix typo.
8823 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
8825         [BZ #2592]
8826         * math/libm-test.inc (lrint_test_tonearest): New function.
8827         (lrint_test_towardzero): New function.
8828         (lrint_test_downward): New function.
8829         (lrint_test_upward): New function.
8830         (main): Run these new tests.
8831         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
8832         of values near to 0.
8833         (two52): Use double not long double.
8834         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
8835         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
8836         (two23): Use float not double.
8837         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
8838         (two23): Use float not double.
8839         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
8840         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
8841         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
8842         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
8844 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8846         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
8847         Cast sp to unsigned long to avoid compiler warning.
8848         Use __makecontext_ret function instead of a trampoline on the stack.
8849         (__makecontext_ret): New function.
8850         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
8852 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
8854         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
8855         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
8856         bits.
8858 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
8860         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
8861         sure no reference to the unloaded map's search list remains in the
8862         dependency's scope.
8864 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8866         * elf/Makefile: Add rules to build and run unload7 test.
8867         * elf/unload7.c: New test.
8868         * elf/unload7mod1.c: New file.
8869         * elf/unload7mod2.c: New file.
8871 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
8873         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
8874         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
8875         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8876         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
8877         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8878         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
8879         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8880         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
8881         PTRACE_GETEVENTMSG): Likewise.
8882         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
8883         values.
8885 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
8887         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
8888         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8889         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
8890         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
8892 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8894         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
8895         write '\0' to the fd.
8896         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
8897         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
8898         Change regs to unsigned long pointer from unsigned int, fix fscr
8899         offset.
8901 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8903         * io/Makefile (CFLAGS-fstatat.c): Set.
8904         (CFLAGS-fstatat64.c): Likewise.
8905         (CFLAGS-mknodat.c): Likewise.
8907         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
8908         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
8909         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
8910         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
8912 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8913             Steven Munroe  <sjmunroe@us.ibm.com>
8915         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
8916         names to the beginning.  Rename "cell" to "cellbe".
8917         (_dl_powerpc_platforms): New.
8918         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8919         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
8920         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
8921         (_DL_HWCAP_PLATFORM): Define to new mask.
8922         (_dl_platform_string, _dl_string_platform): New functions.
8923         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
8924         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
8926 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
8928         [BZ #2526]
8929         * README.libm: Fix a thinko in sqrt algorithm description.
8931         [BZ #3143]
8932         * manual/string.texi (argz_delete): Fix prototype.
8933         Patch by <alpt@freaknet.org>.
8935 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
8937         [BZ #3138]
8938         * io/test-lfs.c (do_prepare): Give name_len type size_t.
8939         * io/tst-fcntl.c (do_prepare): Likewise.
8940         * posix/tst-exec.c (do_prepare): Likewise.
8941         * posix/tst-preadwrite.c (do_prepare): Likewise.
8942         * posix/tst-spawn.c (do_prepare): Likewise.
8943         * posix/tst-truncate.c (do_prepare): Likewise.
8944         * rt/tst-aio.c (do_prepare): Likewise.
8945         * rt/tst-aio64.c (do_prepare): Likewise.
8946         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
8947         size_t.
8949 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
8951         [BZ #2821]
8952         * time/mktime.c (guess_time_tm): Fix overflow detection.
8953         * time/Makefile (tests): Add bug-mktime1.
8954         * time/bug-mktime1.c: New file.
8956         [BZ #3189, #3188]
8957         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
8958         (mremap): Likewise.
8960 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
8962         [BZ #1006]
8963         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8964         Ensure relocation doesn't clobber any bits outside of the
8965         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
8966         R_SPARC_HI22 and R_SPARC_H44.
8968         [BZ #2775]
8969         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
8970         (long) (MINSIZE + nb - old_size) is positive.
8972         * malloc/arena.c (grow_heap): When growing bail even if new_size
8973         is negative.
8975         [BZ #3155]
8976         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
8977         stack below r1.
8979 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8981         * posix/regex_internal.c (re_string_reconstruct): Handle
8982         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8983         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8984         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8985         re_string_context_at.
8986         * posix/Makefile: Add rules to build and run bug-regex26 test.
8987         * posix/bug-regex26.c: New test.
8989         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
8990         rather than col_sym_free.  Move seqp declaration earlier.
8992         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
8994 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
8996         * nscd/initgrcache.c (addinitgroupsX): Move any_success
8997         decl before first goto out.
8999 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9001         * Makerules (shlib.lds): If have-hash-style, put .hash section
9002         at the end of the RO segment.
9004 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9006         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9007         style hash table format is used.
9009 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9011         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9012         randomization rather than before.
9013         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9015 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9017         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9019         * malloc/malloc.c (_int_malloc): Use full list insert and not
9020         shortcut which assumes the list is empty for large requests
9021         too.
9023         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9025 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9027         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9028         and offout arguments to the prototype.
9029         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9030         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9031         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9032         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9033         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9034         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9035         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9036         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9038 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9040         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9042         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9043         dlopen parameters.
9045 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9047         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9048         only if herrno is NETDB_INTERNAL.  Handle errors other than
9049         ERANGE outside of the loops, handle TRY_AGAIN.
9051         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9052         if other's ctype category was missing.
9053         * locale/programs/ld-collate.c (collate_read): Return if
9054         copy_locale's collate category is missing.
9056 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9058         [BZ #2684]
9059         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9060         arenas if allocation failed.
9061         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9063 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9065         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9066         waste bins[0..1].
9067         (malloc_state): Reduce bins size by 2.
9068         (_int_malloc): Fix test for large enough buffer for early termination.
9069         When no unsorted block matches perfectly and an exiting block has
9070         to be split, use full list insert and not shortcut which assumes
9071         the list is empty.
9073         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9074         failure.
9076 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9078         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9079         do anything.
9081         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9082         symbol require exact match (these are PLTs).
9083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9084         (_dl_ppc64_addr_sym_match): Likewise.
9086         [BZ #2683]
9087         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9088         If symbol has a value use it.
9089         * elf/tst-dladdr1.c: New file.
9090         * elf/Makefile: Add rules to build and run tst-addr1.
9092 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9094         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9095         keeps failing and heap growth or new heap creation isn't
9096         successful either.
9097         * malloc/tst-malloc.c (main): Add new tests.
9099 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9101         [BZ #2734]
9102         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9103         as in the x86-64 code to use bswap.
9105 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9107         [BZ #2680]
9108         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9109         __USE_UNIX98.
9110         * posix/bits/unistd.h: Likewise.
9112 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9114         [BZ #2751]
9115         * string/strchr.c: Add cast to avoid warning.
9117 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9119         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9120         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9121         limit is needed to avoid the exploding of the address space
9122         requirement for secondary heaps.
9123         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9124         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9126 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9128         [BZ #3018]
9129         * Makerules (depfiles): Handle extra-test-objs the same as
9130         extra-objs.
9131         (common-mostlyclean): Likewise.
9132         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9133         instead.
9134         * elf/Makefile (extra-objs): Likewise.
9135         * stdlib/Makefile (extra-objs): Likewise.
9137 2006-08-14  Eric Blake  <ebb9@byu.net>
9139         [BZ #3044]
9140         * misc/error.h: Assume C89 or better.
9141         * misc/error.c: Likewise.
9143 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9145         [BZ #3040]
9146         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9147         __ASSUME_ATFCTS is defined.
9149 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9151         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9152         to sort in each call.
9154         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9155         is empty simply return and use next service.
9156         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9158         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9159         tells us when not finding a charmap file is an error.
9160         * locale/programs/charmap.h: Adjust charmap_read prototype.
9161         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9162         cannot find a charmap.
9163         * locale/programs/localedef.c (main): Adjust charmap_read call.
9165 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9167         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9168         sysdeps/posix/pause.c implementation instead.
9170 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9172         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9173         to EPERM.
9175 2006-08-13  Andreas Schwab  <schwab@suse.de>
9177         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9178         Don't clobber caller's LRSAVE.
9179         (_dl_prof_resolve): Likewise.
9181 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9183         [BZ #1996]
9184         * libio/memstream.c (open_memstream): Allocate initial buffer with
9185         calloc.
9186         * libio/wmemstream.c (open_wmemstream): Likewise.
9187         * libio/strops.c: Pretty printing.
9188         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9189         (enlarge_userbuf): New function.
9190         (_IO_str_seekoff): Call it if seek position is larger than current
9191         buffer.
9192         * libio/wstrops.c: Likewise.
9193         * libio/vasprintf.c: Add comment as to why we do not have to use
9194         calloc instead of malloc to allocate initial buffer.
9195         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9196         * libio/bug-memstream1.c: New file.
9197         * libio/bug-wmemstream1.c: New file.
9199 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9201         * libio/wstrops.c: Remove dead macro definitions and comments.
9202         * libio/strops.c: Likewise.
9204         [BZ #2764]
9205         * login/utmpname.c (__utmpname): Remove unnecessary test.
9207 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9209         [BZ #2832]
9210         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9211         0s from integers.
9213 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9215         [BZ #2987]
9216         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9217         for CPU clocks.
9218         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9219         setting of CPU clocks.
9221 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9223         [BZ #2841]
9224         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9225         since C99 requires the result to promote to 'int' when uint_least8_t
9226         and uint_least16_t promote to 'int'.
9228 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9230         [BZ #3013]
9231         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9232         lenght of one output field, correct bitmask creation.
9233         * locale/programs/ld-time.c: Add alignment.
9235         [BZ #2997]
9236         * misc/error.c: Add space between program name and message if file
9237         name is missing.
9239 2006-08-03  Eric Blake  <ebb9@byu.net>
9241         [BZ #2998]
9242         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9244 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9246         * malloc/memusagestat.c: Silence warnings.
9248         * malloc/malloc.c: Dynamically size mmap treshold if the program
9249         frees mmaped blocks.
9250         Patch by Valerie Henson and Arjan van de Ven.
9252 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9254         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9255         __USE_GNU.
9257         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9258         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9259         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9260         Only provide var definitions in strtol_l (or for *ull*
9261         in strtoll_l).
9263         * stdio-common/bug16.c (tests): New array.
9264         (do_tests): Allow the first hexadecimal digit
9265         to be 1, 2, 4 or 8.  Do 3 additional tests.
9267         * sysdeps/s390/fpu/libm-test-ulps: Update.
9269         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9270         fchownat syscall if available.
9271         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9272         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9273         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9275 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9277         * nis/nis_xdr.c: Avoid some function calls.
9279 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9280             Ulrich Drepper  <drepper@redhat.com>
9282         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9283         short cut if only one name component is stripped away.
9285 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9287         * nis/nis_call.c: Minor cleanups throughout.
9288         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9289         (first_shoot): Add search_parent_first parameter.  Only if it is set
9290         search parent server first.
9291         If directory for table found through cold start cache is not the same
9292         as referenced in the cache, don't use it.
9293         (__nisfind_server): Take additional parameter.  Pass it on to
9294         first_shoot.
9295         (__prepare_niscall): Adjust __nisfind_server call.
9296         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9297         * nis/nis_table.c: Adjust __nisfind_server call.
9298         * nis/nis_lookup.c: Likewise.
9299         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9301 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9303         [BZ #2182]
9304         * math/s_cacosh.c: Return values from positive branch.
9305         * math/s_cacoshf.c: Likewise.
9306         * math/s_cacoshl.c: Likewise.
9308         [BZ #2883]
9309         * sysvipc/sys/msg.h: Change return value to ssize_t.
9310         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9311         * sysvipc/msgrcv.c: Likewise.
9312         * include/sys/msg.h: Likewise.
9314         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9315         test introduced in patch for bz #661.
9316         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9317         element for NEWGROUPS.
9319         [BZ #2908]
9320         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9321         'f', use '1' as leading digit not '\1'.
9322         * stdio-common/Makefile (tests): Add bug16.
9323         * stdio-common/bug16.c: New file.
9325         [BZ #2914]
9326         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9327         and don't try to open it.  The patch introducing the macro
9328         contained a bug and used the same file name as the new file
9329         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9330         this out completely.
9332         [BZ #2926]
9333         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9334         Patch by Jerry James <Jerry.James@usu.edu>.
9336         * rt/Makefile (tests): Add tst-clock2.
9337         * rt/tst-clock2.c: New file.
9339         [BZ #2978]
9340         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9341         function and its parameters and pass it to new thread.
9342         (__gai_notify): Add support for alternative waiting for completion.
9343         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9344         waiting for completion.
9345         * resolv/getaddrinfo_a.c: Likewise.
9346         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9347         waiting for completion is used.
9348         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9349         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9350         * resolv/gai_error.c: Likewise.
9351         * resolv/gai_sigqueue.c: Likewise.
9353 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9355         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9356         errno to EBADF and return MACH_PORT_NULL.
9358 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9360         [BZ #2980]
9361         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9363 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9365         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9366         walk them instead of the symbol table.
9368 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9370         [BZ #2098]
9371         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9372         status of NSS calls, not the number of returned entries.
9374         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9375         request_key, keyctl.
9377 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9379         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9381 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9383         * elf/tst-auditmod1.c: Fix typo in #error.
9385 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9387         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9389         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9391 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9393         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9394         that the directory is empty even on non-POSIX filesystems.
9396 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9398         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9400         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9401         the backend NSS module.  If backend setgrent call failed, don't have
9402         internal_setgrent fail.  Just remember this until it is needed.
9403         * nis/nss_compat/compat-pwd.c: Likewise.
9404         * nis/nss_compat/compat-spwd.c: Likewise.
9406 2006-07-30  Roland McGrath  <roland@redhat.com>
9408         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9409         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9410         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9411         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9413         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9414         (nanosleep_not_cancel): New macro.
9415         (sigsuspend_not_cancel): new macro.
9416         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9417         (do_sigsuspend): Define as inline.
9418         (__sigsuspend): Always use do_sigsuspend.
9419         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9420         * include/signal.h: Declare __sigsuspend_nocancel.
9421         * sysdeps/posix/pause.c
9422         [! NO_CANCELLATION] (__pause_nocancel): New function.
9424         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9425         * include/time.h (__nanosleep_nocancel): Likewise.
9427 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9429         * locale/programs/localedef.c (add_to_readlist): Rename local
9430         variables to avoid confusion.
9432         * locale/programs/charmap.c (charmap_read): Emit error message if
9433         charmap couldn't be found or read.
9435 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9437         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9438         __ASSUME_FUTEX_LOCK_PI.
9439         * include/time.h: Declare __nanosleep_nocancel.
9440         * include/unistd.h: Declare __pause_nocancel.
9442         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9443         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9444         get the __stack_chk_fail_local definition when it's needed.
9446 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9448         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9449         * dlfcn/bug-atexit3.c: New file.
9450         * dlfcn/bug-atexit3-lib.cc: New file.
9452         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9453         used when the namespace is not the base namespace.
9455 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9457         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9458         (__new_exitfn): Bump it in every successful call.
9459         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9460         more exit handlers, call them right away.
9461         * stdlib/exit.h: Declare __new_exitfn_called.
9463 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9465         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9466         calling registered handler.
9468         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9469         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9470         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9471         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9472         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9473         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9474         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9475         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9477 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9479         * elf/dl-lookup.c (dl_new_hash): New functions.
9480         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9481         value here.  Compute new-style hash value.  Pass new hash value
9482         and reference to variable with the old value to do_lookup_x.
9483         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9484         old-style hash table.
9485         (_dl_debug_bindings): Pass new hash value and reference to variable
9486         with the old value to do_lookup_x.
9487         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9488         new-style hash value and change old-style hash value parameter to
9489         be a reference.  Reoganize functions to determine whether
9490         new-style hash table is available.  Only fall back on old-style
9491         table.  If old-style hash value is needed, compute it here.
9492         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9493         entry.
9494         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9495         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9496         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9497         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9498         * Makeconfig: If linker supports --hash-style option add it to all
9499         linker command lines to build DSOs.
9500         * config.make.in: Define have-hash-style.
9501         * configure.in: Test whether linker supports --hash-style option.
9503         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9504         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9506 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9508         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9509         auditing.
9511         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9512         RPATH of main map twice.
9514 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9516         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9517         look further, return original strings.
9518         (_nl_find_msg): Do not return found translation if the conversion
9519         failed.  Either signal the string is unusable or that something went
9520         wrong and the original should be used.
9522 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9524         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9526 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9528         [BZ #2766]
9529         * misc/insremque.c (insque): Handle prev == NULL.
9530         * misc/Makefile (tests): Add tst-insremque.
9531         * misc/tst-insremque.c: New test.
9533 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9535         [BZ #2792]
9536         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9537         conflict with DL_DST_REQUIRED.
9539 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9541         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9542         match what Solaris does.
9544 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9546         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9547         local_setegid instead of seteuid and setegid.
9548         * sysdeps/generic/local-setxid.h: New file.
9549         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9551         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9553         * string/Makefile (tests): Add bug-envz1.
9554         * string/bug-envz1.c: New file.
9556 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9558         * posix/regex_internal.c (re_string_skip_chars): If no character has
9559         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9560         to the byte which couldn't be converted.
9561         (re_string_reconstruct): Don't clear valid_raw_len before calling
9562         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9563         tip_context using re_string_context_at.
9564         * posix/Makefile: Add rules to build and run bug-regex25 test.
9565         * posix/bug-regex25.c: New test.
9567 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9569         [BZ #2703]
9570         * string/envz.c (envz_strip): Correct erroneously reversed src
9571         and dest parameters to memmove() invocation.
9573 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9575         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9576         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9577         to make sure the database has been already invalidated.
9578         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9579         after the cache has been invalidated.  Use pthread_mutex_lock rather
9580         than pthread_mutex_trylock if fd != -1.
9581         * nscd/connections.c (invalidate_cache): Add fd argument, write
9582         response to fd if not calling prune_cache, pass fd to prune_cache.
9583         (handle_request): Adjust invalidate_cache caller.
9584         (nscd_run): Pass -1 as fd to prune_cache.
9586 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9588         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9589         the correct place.
9591 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9593         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9594         * nscd/cache.c (prune_cache): Take prunelock before starting the
9595         work.  Just return in case it is already taken.
9596         * nscd/connections.c (dbs): Initialize .prunelock.
9598 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9600         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9601         copying.  No need to allocate new array for group members.  Just
9602         move the pointers and update the size.
9604         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9605         Avoid memory leak in case realloc fails.  Simplification for
9606         better code generation.
9608         Avoid deprecation warning because of libc_hidden_proto for
9609         inet6_option_alloc.
9610         * inet/inet6_option.c (option_alloc): Renamed from
9611         inet6_option_alloc.  Made static.
9612         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9613         (inet6_option_append): Call option_alloc.
9614         * include/netinet/in.h: Remove libc_hidden_proto for
9615         inet6_option_alloc.
9617         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9618         for cleanup when cb!=NULL [Coverity CID 233].
9620 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9622         [BZ #2693]
9623         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9624         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9625         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9626         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9627         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9628         and inet6_rth_getaddr.
9629         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9630         array.
9631         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9632         Mark inet6_option_* interfaces as deprecated.
9633         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9634         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9635         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9636         inet6_rth_segments, and inet6_rth_getaddr.
9637         * inet/inet6_opt.c: New file.
9638         * inet/inet6_rth.c: New file.
9640         * inet/netinet/icmp6.h: Pretty printing.
9642         [BZ #2683]
9643         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9645 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9647         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9648         doing it all here.  When server does not know the answer do not
9649         fail immediate, try parent first.
9651         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9652         overflow test.
9654 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9656         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9657         from __do_niscall.
9658         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9659         and exported.
9660         (__follow_path): New function.  Split out from nis_list.
9661         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9662         _xdr_nis_result.
9663         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9664         _xdr_nis_result.
9665         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9666         and __follow_path.
9667         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9668         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9669         from libnsl for version GLIBC_PRIVATE.
9670         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9671         Remove entry parameter from _nss_nisplus_parse_pwent and
9672         _nss_nisplus_parse_grent.
9673         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9674         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9675         again.  Rewrite getpwent handling to not use nis_first_entry and
9676         nis_next_entry.  Roll out own niscall handling.
9677         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9679         * sunrpc/xdr_rec.c: Fix typo in comment.
9681 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9683         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9684         handling.
9686         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9687         to allocate memory for my_pollfd.  Better initialization of
9688         cb_is_running.  Use TEMP_FAILURE_RETRY.
9690         * malloc/memusage.sh (memusageso): Add quotes.
9691         (memusagestat): Likewise.
9692         * debug/xtrace.sh (pcprofileso): Likewise.
9693         (pcprofiledump): Likewise.
9694         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9695         replacement.
9696         * malloc/Makefile ($(objpfx)memusage): Likewise.
9698         * nis/nis_callback.c (__nis_create_callback): Calls to
9699         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9700         asprintf call fails.
9702         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9703         no uninitialized memory is passed to sendto.
9705 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9707         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9708         of snprintf+strdup.  Handle OOM.
9709         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9710         cb->serv together.  Remove now obsolete free calls.
9711         (__nis_destroy_callback): Remove now obsolete free call.
9713 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9715         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9716         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9717         and ULA respectively). Set precedence for IPv4 address to 10 as
9718         defined in RFC3484 for preferring IPv6.
9719         * posix/gai.conf: Update to match the new default tables.
9721 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9723         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9724         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9725         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9726         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9728         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9729         Removed.
9730         (init_nss_interface): Remove initialization of these variables.
9732 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9734         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9735         nis_free_directory forward to avoid duplication.
9737 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9739         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9740         rec_dirsearch returning NULL.
9741         (first_shoot): Handle __nis_finddirectory returning NULL.
9742         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9744         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9745         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9747 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9749         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9750         pid changed.
9752 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9754         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9756         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9757         * nscd/nscd_getgr_r.c: Likewise.
9759         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9761         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9762         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9764         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9766         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9768         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
9770         * include/rpc/auth.h: Mark xdr_des_block_internal and
9771         xdr_opaque_auth_internal as hidden.
9773         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9774         hidden.
9776         * include/rpc/xdr.h: Mark all _internal functions as hidden.
9778         * misc/getusershell.c (okshells): Don't use static initializers,
9779         do it dynamically.
9781         * stdlib/fmtmsg.c (keywords): Change type of len element to
9782         uint32_t to not waste space on 64bit machines.
9784         * locale/setlocale.c: Change _nl_category_names into a string.
9785         Add new _nl_category_name_idxs.  Change all users.
9786         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
9787         Declare _nl_category_name_idxs.
9788         * locale/findlocale.c: Adjust for _nl_category_names change.
9789         * locale/loadlocale.c: Likewise.
9790         * locale/newlocale.c: Likewise.
9791         * intl/dcigettext.c: Likewise.
9793         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
9794         (add_alias2): ...here.  New function.
9795         (__gconv_read_conf): Simplify builtin alias handling.
9796         (builtin_aliases): Convert to string to avoid relocations.
9797         * iconv/gconv_builtin.h: Add comment about correct formatting.
9799 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
9801         * resolv/res_debug.c (loc_ntoa): Make error const.
9803 2006-05-14  Andreas Schwab  <schwab@suse.de>
9805         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
9807 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
9809         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
9810         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
9811         sizeof (cpu_set_t).
9813 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
9815         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
9817         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
9819         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
9820         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
9822         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
9823         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
9825         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
9826         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
9827         xdr_cback_data.
9829         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
9830         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9831         xdr_ypupdate_args.
9833         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
9834         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
9836         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
9837         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
9839         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
9840         * include/rpcsvc/nis_callback.h: New file.
9842         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
9843         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
9845         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9846         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9848         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
9849         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
9851         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9852         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9854         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
9855         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9856         xdr_ypdelete_args.
9858         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
9859         __BEGIN_DECLS and __END_DECLS, the header is not installed.
9861         * nis/nis_error.c: Remove table of strings.  Use position
9862         independent mechanism.
9863         * nis/nis_error.h: New file.
9865 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
9867         * locale/programs/ld-time.c (time_finish): If wide era name or
9868         format aren't provided, set both wname and wformat to L"".
9870 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9872         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
9873         results if the call was succesful.
9875         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
9877         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
9878         as hidden.
9880 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
9882         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
9884 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9886         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
9887         caller makes sure this is not the case.
9888         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
9890 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
9892         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
9893         calls.
9895         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
9896         [Coverity CID 229, 230]
9898         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
9899         DGETTEXT calls.
9900         (hol_help): Likewise.  [Coverity CID 226, 227]
9902         * string/argz-replace.c (__argz_replace): Unconditionally call
9903         free on SRC.  [Coverity CID 225]
9905         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
9906         the return value of __nis_default_owner and __nis_default_group,
9907         it has been especially allocated.  [Coverity CID 224]
9909         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
9910         searchgroup and searchowner.  Significantly simplified.
9911         (__nis_default_owner): Remove duplication.  Do not locally copy the
9912         string before duplicating it.
9913         (__nis_default_group): Likewise.
9915         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
9916         we must clear the variable before calling __nisfind_server.
9918         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
9919         nis_getnames.  [Coverity CID 223]
9921         * locale/programs/locfile.c (locfile_read): Use alloca instead of
9922         xmalloc to allocate local repertoire name.  [Coverity CID 222]
9924         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
9925         allocate memory for the input to add_bytes.  [Coverity CID 221]
9927         * posix/wordexp.c (w_addword): Free word if realloc fails and it
9928         was allocated here.  [Coverity CID 219, 220]
9930         * posix/getconf.c (print_all): Free confstr data after printing.
9931         [Coverity CID 218]
9933         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
9934         list allocation fails.  [Coverity CID 215]
9936         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
9937         [Coverity CID 213]
9939         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
9940         string is NULL.  [Coverity CID 212]
9941         * argp/Makefile: Add rules to build and run bug-argp1.
9942         * argp/bug-argp1.c: New file.
9944         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
9945         end of string.
9946         * stdlib/canonicalize.c (__realpath): Likewise.
9948         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
9949         pointer.  [Coverity CID 206]
9951         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
9952         in statically linked code.
9953         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
9954         statically built code, be prepared to have no link map.
9955         [Coverity CID 205]
9957         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
9958         dgettext calls. [Coverity CID 204]
9960         * argp/argp-help.c (struct uparams): Remove valid member.  Change
9961         the one user.
9962         (uparam_names): Reduce size.  Avoid relative relocations.
9963         Moved to read-only segment.
9964         (fill_in_uparams): Update for new layout.
9966         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
9967         assumed to always be != NULL. [Coverity CID 202]
9969         * argp/argp-help.c (hol_entry_help): Remove some dead code
9970         [Coverity CID 200].
9972         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
9973         away a few more unconditional yperr2nss calls.
9974         (_nss_nis_getservbyname_r): Likewise.
9976 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
9978         * sysdeps/generic/ldsodefs.h: Remove support for non-core
9979         architectures.
9981         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
9982         that unused memory passed to sendto is nevertheless initialized.
9984         [BZ #2499]
9985         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
9986         possibly unaligned memory accesses.
9988         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
9989         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
9990         and __putlong respectively.  Correct buffer overflow check for
9991         NS_NOTIFY_OP.
9993         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
9995         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
9996         (send_dg): Rewrite error handling to be more compact and avoid
9997         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
9999         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10001         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10002         instead of ns_get16.
10003         (res_queriesmatch): Likewise.  Minor optimization.
10005         [BZ #2499]
10006         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10007         __libc_res_nsend might reallocate the buffer for the answer.  In
10008         this case we have to reload the HP pointer.
10010 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10012         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10013         some branch prediction hints.
10015         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10016         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10017         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10018         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10019         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10020         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10021         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10022         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10024 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10026         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10027         by a GOT relocation to make Scrt1.o position independent.
10028         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10030         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10031         six system call parameters.
10032         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10034 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10036         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10037         malloc&bzero.
10039         * sunrpc/svc_udp.c (BZERO): Remove definition.
10040         (CALLOC): Define.
10041         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10043         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10044         (des_SPtrans): Use uint32_t type.
10045         (des_skb): Likewise.
10047         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10049 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10051         [BZ #2509]
10052         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10053         on 32-bit arches.
10055 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10057         * locale/programs/ld-address.c (address_finish): Fix one more
10058         place where the iso639 array might be accessed beyond the limits.
10060 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10062         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10063         filling it for the first time.
10065         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10066         Adjust all callers.
10067         Free res object content before returning.
10069         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10071         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10072         client->cl_auth.
10074         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10075         cleanup for initial thread, just the free call on TVP.
10077         * nscd/gai.c (__getline): Define.
10080 See ChangeLog.16 for earlier changes.