__tls_get_addr for SH.
[glibc/history.git] / ChangeLog
blob663d0dd5f303d704f35a3733af4f05ad406be11b
1 2009-04-14  Roland McGrath  <roland@redhat.com>
3         * elf/elf.h: Add various missing ARM constants, to match binutils.
5 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
7         Optimizations from GMP.
8         * sysdeps/x86_64/add_n.S: New file.
9         * sysdeps/x86_64/addmul_1.S: New file.
10         * sysdeps/x86_64/lshift.S: New file.
11         * sysdeps/x86_64/mul_1.S: New file.
12         * sysdeps/x86_64/rshift.S: New file.
13         * sysdeps/x86_64/sub_n.S: New file.
14         * sysdeps/x86_64/submul_1.S: New file.
16 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
18         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
19         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
20         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
21         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
23 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
25         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
26         preadv/pwritev.
28 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
30         * sysdeps/x86-64/strrchr.S: New file.
32 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
34         * stdio-common/printf.h (struct printf_info): Add user element.
35         New types printf_arginfo_size_function, printf_va_arg_function.
36         Declare register_printf_specifier, register_printf_modifier,
37         register_printf_type.
38         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
39         (union printf_arg): Add pa_user element.
40         Adjust __printf_arginfo_table type.
41         Add __printf_va_arg_table, __printf_modifier_table,
42         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
43         declarations.
44         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
45         If registered arginfo call failed try normal specifier.
46         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
47         function.
48         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
49         * stdio-common/Versions: Export register_printf_modifier,
50         register_printf_type, and register_printf_specifier for GLIBC_2.10.
51         * stdio-common/reg-modifier.c: New file.
52         * stdio-common/reg-type.c: New file.
53         * stdio-common/reg-printf.c (__register_printf_specifier): New
54         function.  Mostly the old __register_printf_function function but
55         uses locking and type of third parameter changed.
56         (__register_printf_function): Implement using
57         __register_printf_specifier.
58         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
59         calls to arginfo functions.  Allocate enough memory for user-defined
60         types.  Call new va_arg functions to get user-defined types.
61         Try installed handlers even for existing format specifiers first.
63 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
65         * sysdeps/x86_64/rawmemchr.S: New file.
67         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
68         Simplified code and possible copy problem fixed.
70         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
71         function if it is not defined.  Add some necessary casts.
72         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
74         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
75         have preadv/pwritev in 2.6.30.
77 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
79         * malloc/malloc.c (malloc_info): New function.
80         * malloc/malloc.h: Declare it.
81         * malloc/Versions: Export malloc_info for GLIBC_2.10.
83         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
84         to avoid PLT slot.
86         * malloc/malloc.c (_int_realloc): Add parameter with old block
87         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
88         Adjust all callers.
89         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
91 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
93         * sysdeps/x86_64/strchrnul.S: New file.
95         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
96         depending libcrypt on -lfreebl3.
98         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
99         preadv/pwritev in 2.6.30.
101         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
102         instead of __strcasecmp.
104         * string/stratcliff.c (do_test): Add memchr tests..
105         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
106         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
107         first read quad word.
109 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
111         * string/strverscmp.c (__strverscmp): Fix last cleanups.
112         * string/tst-svc.input: Add new test case.
113         * string/tst-svc.expect: Adjust.
114         * string/Makefile: Don't ignore tst-svc error.
116         * sysdeps/x86_64/memchr.S: New file.
118         * resolv/resolv.h (RES_SNGLKUP): Define.
119         * resolv/res_init.c (res_setoptions): Recognize single-request option.
120         * resolv/res_send.c (send_dg): If we sent two requests at once and
121         only get one reply before timeout switch to mode where we send the
122         second request only after the first answer has been received.
124 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
126         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
127         * sysdeps/x86_64/strchr.S: Likewise.
129 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
131         * configure.in: We need to test for the compiler earlier.
133         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
134         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
135         GLIBC_2.10.
136         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
137         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
138         and pwritev.
139         * misc/preadv.c: New file.
140         * misc/preadv64.c: New file.
141         * misc/pwritev.c: New file.
142         * misc/pwritev64.c: New file.
143         * sysdeps/posx/preadv.c: New file.
144         * sysdeps/posx/preadv64.c: New file.
145         * sysdeps/posx/pwritev.c: New file.
146         * sysdeps/posx/pwritev64.c: New file.
147         * sysdeps/unix/sysv/linux/preadv.c: New file.
148         * sysdeps/unix/sysv/linux/preadv64.c: New file.
149         * sysdeps/unix/sysv/linux/pwritev.c: New file.
150         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
151         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
152         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
154         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
155         compatibility code.
156         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
158         * sysdeps/unix/sysv/linux/kernel-features.h: Define
159         __ASSUME_COMPLETE_READV_WRITEV.
160         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
161         with modern kernels.
162         * sysdeps/unix/sysv/linux/writev.c: Likewise.
164         * sysdeps/posix/readv.c: Since read is a cancellation point we have
165         to free a possible malloced buffer in case of cancellation.
166         * sysdeps/posix/writev.c: Likewise for write.
168 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
170         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
172         * configure.in: Recognize --enable-nss-crypt.
173         * config.make.in: Add nss-crypt entry.
174         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
175         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
176         and include path for NSS directory to compiler for md5-crypt,
177         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
178         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
179         function implementation, use NSS.  Introduce wrappers around the
180         hash function calls.  Little code size optimization.
181         * crypt/sha256-crypt.c: Likewise.
182         * crypt/sha512-crypt.c: Likewise.
183         * scripts/check-local-headers.sh: Ignore nss3 directory.
185         * configure.in: Rename pic_default to libc_cv_pic_default.
186         * config.make.in: Likewise.
188 2009-04-01  Roland McGrath  <roland@redhat.com>
190         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
191         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
192         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
193         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
194         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
195         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
196         (R_SPARC_NUM): Update.
197         From Dave Miller <davem@davemloft.net>.
199 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
201         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
203 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
205         * elf/dl-open.c: Keep track of used name spaces and only iterate over
206         those which are used.
207         * elf/dl-addr.c: Likewise.
208         * elf/dl-caller.c: Likewise.
209         * elf/dl-fini.c: Likewise.
210         * elf/dl-iteratephdr.c: Likewise.
211         * elf/dl-libc.c: Likewise.
212         * elf/dl-load.c: Likewise.
213         * elf/dl-support.c: Likewise.
214         * elf/dl-sym.c: Likewise.
215         * elf/rtld.c: Likewise.
216         * sysdeps/generic/ldsodefs.h: Likewise.
218         * elf/dl-load.c: Remove support for systems without MAP_ANON.
219         * elf/dl-minimal.c: Likewise.
220         * elf/dl-misc.c: Likewise.
221         * elf/rtld.c: Likewise.
222         * sysdeps/generic/ldsodefs.h: Likewise.
224 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
226         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
227         Avoid reuse of complex expression.
229         * po/fr.po: Update from translation team.
231 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
233         * include/dirent.h: Yet more changes to match sort function type
234         change.
235         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
236         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
237         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
239 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
241         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
243 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
245         * nscd/connections.c (restart): Try to preserve the process name
246         by reading the /proc/self/exe symlink and using the return name.
247         Patch by Jeff Bastian <jbastian@redhat.com>.
249 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
251         [BZ #9733]
252         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
253         if we are not loading a new audit library.
254         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
255         Only use profiling trampoline for auditing if we are not relocating
256         an audit library.
257         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
258         * elf/rtld.c: Likewise.
259         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
261         * elf/rtld.c (dl_main): Extend help message for --audit option.
263         [BZ #9759]
264         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
265         alphasort64, versionsort, and versionsort64 to POSIX 2008.
266         * dirent/alphasort.c: Adjust implementation to type change.
267         * dirent/alphasort64.c: Likewise.
268         * dirent/scandir.c: Likewise.
269         * dirent/versionsort.c: Likewise.
270         * dirent/versionsort64.c: Likewise.
271         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
272         declaration.
273         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
274         declaration.
276         [BZ #9880]
277         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
278         correctly.  Set segleft member in output as required.
279         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
280         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
282         [BZ #9881]
283         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
284         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
285         * inet/Makefile (tests): Add tst-inet6_rth.
286         * inet/tst-inet6_rth.c: New file.
288         [BZ #5807]
289         * string/strlen.c (strlen): Fix omission in the expression to test
290         for NUL bytes.
292 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
294         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
296         * elf/dl-runtime.c (reloc_offset): Define.
297         (reloc_index): Define.
298         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
299         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
300         computing index from reloc_offset.
301         (_dl_call_pltexit): Likewise.
302         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
303         the relocation index to _dl_fixup.
304         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
305         _dl_call_pltexit.
306         * sysdeps/x86_64/dl-runtime.c: New file.
308         [BZ #9893]
309         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
310         alignment of La_x86_64_regs.  Store xmm parameters.
311         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
313         [BZ #9913]
314         * string/strverscmp.c (__strverscmp): Fix case of different digits
315         in fractional part of string.
316         Patch by Jingyu Liu <jyliu@fortinet.com>.
317         * string/Makefile (tests): Add tst-svc2.
318         * string/tst-svc2.c: New file.
320         * string/strverscmp.c (__strverscmp): Optimize size of tables.
322         * locale/iso-639.def: Add Min Nan.
324 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
326         [BZ #9948]
327         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
329 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
331         * elf/dl-sysdep.c (auxvars): Compress data structure.
333         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
334         STT_GNU_IFUNC handling.
335         (elf_machine_rela): Likewise.
337 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
339         * config.h.in (USE_MULTIARCH): Define.
340         * configure.in: Handle --enable-multi-arch.
341         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
342         (_dl_fixup_profile): Likewise.
343         * elf/do-lookup.c (dl_lookup_x): Likewise.
344         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
345         * elf/elf.h (STT_GNU_IFUNC): Define.
346         * include/libc-symbols.h (libc_ifunc): Define.
347         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
348         framework in init-arch.h to get CPUID values.
349         * sysdeps/x86_64/multiarch/Makefile: New file.
350         * sysdeps/x86_64/multiarch/init-arch.c: New file.
351         * sysdeps/x86_64/multiarch/init-arch.h: New file.
352         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
354         * config.make.in (experimental-malloc): Define.
355         * configure.in: Handle --enable-experimental-malloc.
356         * malloc/Makefile: Handle experimental-malloc flag.
357         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
358         * malloc/arena.c: Likewise.
359         * malloc/hooks.c: Likewise.
360         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
362 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
364         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
365         prediction.  A few size optimizations.
367 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
369         * time/tzset.c: Optimize a bit for size.
371 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
373         * include/stdio.h (fmemopen): Add libc_hidden_proto.
374         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
376         * elf/sprof.c: Avoid warning about multi-line comment.
378 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
380         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
381         DST name.
382         * time/tst-posixtz.c: Add tests for quoted timezone names.
384 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
386         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
387         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
388         200809L instead of 200112L.
389         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
390         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
392         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
393         instead of __quick_exit_funcs to __run_exit_handlers.
394         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
395         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
396         (__cxa_at_quick_exit): Remove attribute_hidden.
397         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
398         to __run_exit_handlers.
399         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
400         attribute_hidden.
402 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
404         * po/id.po: Update from translation team.
406 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
409         .machine push; .machine "power6" and .machine pop around mtfsf
410         insns outside of _ARCH_PWR6 define.
411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
413         Likewise.
414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
415         Likewise.
416         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
417         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
418         relax_fenv_state): Likewise.
420 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
422         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
423         cxa_at_quick_exit.
424         (static-only-routines): Add at_quick_exit.
425         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
426         GLIBC_2.10.
427         * stdlib/quick_exit.c: New file.
428         * stdlib/at_quick_exit.c: New file.
429         * stdlib/cxa_at_quick_exit.c: New file.
430         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
431         it appropriately.
432         (__internal_atexit): New function.
433         (__new_exitfn): Now takes parameter to point to the list to use.
434         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
435         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
436         (exit): ...here.  Just call __run_exit_handlers appropriately.
437         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
438         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
439         * stdlib/on_exit.c: Adjust call to __new_exitfn.
440         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
442         * po/id.po: Update from translation team.
444 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
446         * po/ru.po: Update from translation team.
448 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
450         * po/nl.po: Update from translation team.
452 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
454         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
455         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
456         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
457         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
458         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
459         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
460         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
462         * po/pl.po: Update from translation team.
464 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
466         [BZ #7083]
467         * sysdeps/unix/sysv/linux/fallocate.c: New file.
468         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
469         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
470         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
471         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
472         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
473         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
474         for GLIBC_2.10.
475         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
476         Add fallocate and fallocate64.
478         * io/fcntl.h: Pretty printing.
480 2009-03-02  Richard Guenther  <rguenther@suse.de>
482         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
483         attribute also for non-C99 inline semantics variant.
485 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
487         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
488         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
489         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
490         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
492         Likewise.
493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
494         Likewise.
496 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
498         * po/cs.po: Update from translation team.
500 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
502         * po/bg.po: Update from translation team.
503         * po/sv.po: Likewise.
504         * po/fi.po: Likewise.
505         * po/vi.po: Likewise.
507 2009-02-27  Roland McGrath  <roland@redhat.com>
509         * Makeconfig (%.v.i): Depend on Makeconfig.
510         Exclude % lines from initial #-comment removal.
512 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
514         * po/ko.po: Update from translation team.
516 2009-02-26  Roland McGrath  <roland@redhat.com>
518         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
519         avoids unused warning.
521 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
522             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
524         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
525         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
526         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
527         and asm/user.h.  Include asm/ptrace.h.
528         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
529         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
530         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
531         Undefine.
532         (start_thread): Don't undefine.
533         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
534         Define.
536 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
538         * wctype/wctype.h: The *_l functions are in POSIX 2008.
539         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
540         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
541         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
542         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
543         200112L to 200809L.
544         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
545         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
546         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
547         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
548         _SC_THREAD_ROBUST_PRIO_PROTECT.
549         * posix/unistd.h: fexecve is in POSIX 2008.
550         * time/time.h: strftime_l is in POSIX 2008.
551         * io/sys/stat.h: futimens is in POSIX 2008.
552         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
553         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
554         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
555         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
556         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
557         open_memstream, and vdprintf are in POSIX 2008.
559 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
561         * include/features.h: Define macros for XPG7/POSIX 2008.
562         * ctype/ctype.h: The *_l functions are in POSIX 2008.
563         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
564         POSIX 2008.
565         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
566         * locale/xlocale.h: Define locale_t type.
567         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
568         in POSIX 2008.  Don't define locale_t here.
569         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
570         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
571         UTIME_OMIT only with __USE_ATFILE.
572         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
573         * stdio-common/psiginfo.c: New file.
574         * stdio-common/psiginfo-data.h: New file.
575         * stdio-common/psiginfo-define.h: New file.
576         * stdio-common/Makefile (routines): Add psiginfo.
577         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
578         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
579         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
580         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
581         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
582         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
583         * io/sys/stat.h: Move mknodat definition into same conditional as
584         mknod.
585         * time/sys/time.h: futimesat is not among the functions accepted
586         into the POSIX standard.
588         * include/features.h: If no feature selection given and we select
589         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
590         * posix/Versions: Export __posix_getopt.
591         * posix/getopt.c (_getopt_initialize): Take additional parameter.
592         Use it to alternatively initialize __posixly_correct.
593         (_getopt_internal_r): Take addition parameter.  Pass on to
594         _getopt_initialize.
595         (_getopt_internal): Take addition parameter.  Pass on to
596         _getopt_internal_r.
597         (getopt): Pass additional zero to _getopt_internal.
598         (__posix_getopt): New function.
599         * posix/getopt.h: Add redirection for getopt.
600         * posix/getopt1.c (getopt_long): Pass additional zero to
601         _getopt_internal.
602         (getopt_long_only): Likewise.
603         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
604         (_getopt_long_only_r): Likewise.
605         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
606         _getopt_internal_r.
608 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
610         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
611         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
612         * sysdeps/posix/sysconf.c (__sysconf): Handle
613         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
614         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
616 2009-02-24  Roland McGrath  <roland@redhat.com>
618         [BZ #9895]
619         * README.template: Reworded not to use substituted version number.
620         Renamed to ...
621         * README: ... here (no longer generated).
622         * Makefile (README): Target removed.
624 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
626         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
627         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
628         instead.
630         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
632         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
634 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
636         * po/bg.po: Update from translation team.
638 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
640         * stdlib/monetary.h: Uglify function parameter names.
641         * sunrpc/rpc/pmap_clnt.h: Likewise.
642         * sunrpc/rpc/svc.h: Likewise.
643         * sunrpc/rpc/xdr.h: Likewise.
644         * sunrpc/rpc/clnt.h: Likewise.
645         * resolv/netdb.h: Likewise.
646         * resolv/arpa/nameser.h: Likewise.
647         * resolv/resolv.h: Likewise.
648         * argp/argp.h: Likewise.
649         * locale/langinfo.h: Likewise.
650         * io/sys/stat.h: Likewise.
651         * posix/spawn.h: Likewise.
652         * nis/rpcsvc/nislib.h: Likewise.
653         * malloc/obstack.h: Likewise.
654         * sysdeps/ia64/bits/link.h: Likewise.
655         * sysdeps/i386/bits/link.h: Likewise.
656         * sysdeps/s390/bits/link.h: Likewise.
657         * sysdeps/powerpc/bits/link.h: Likewise.
658         * sysdeps/x86_64/bits/link.h: Likewise.
659         * sysdeps/sparc/bits/link.h: Likewise.
660         * sysdeps/sh/bits/link.h: Likewise.
661         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
662         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
663         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
664         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
666 2008-12-01  Fredrik Unger  <fred@tree.se>
668         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
669         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
670         _FP_UNPACK_RAW_2, fix up first argument.
672 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
674         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
675         (GET_NPROCS_PARSER): Change parameters and use next_line.
676         (__get_nprocs): Rewrite to not use stdio routines.
677         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
678         Change parameters and use next_line.
680 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
682         [BZ #5381]
683         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
684         Change mempool_alloc prototype.
685         * nscd/mem.c (gc): Don't handle mem_in_flight.
686         (mempool_alloc): Third parameter now only indicates whether this is the
687         first call (to allocate data) or not.  If it is, get db rdlock.
688         Release it on error.  Don't handle mem_in_flight.
689         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
690         Adjust third parameter of mempool_alloc calls.
691         Nothing to do here in case mempool_alloc fails.
692         Avoid local variable shadowing parameter.  No need to get db rdlock
693         before calling cache_add.
694         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
695         no mem_in_flight array anymore.
696         * nscd/connections.c: Remove definition and handling of mem_in_flight.
697         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
698         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
699         in case mempool_alloc fails. No need to get db rdlock before calling
700         cache_add.
701         * nscd/hstcache.c (cache_addhst): Likewise.
702         * nscd/initgrcache.c (addinitgroupsX): Likewise.
703         * nscd/servicescache.c (cache_addserv): Likewise.
704         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
706 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
708         * po/lt.po: Update from translation team.
710 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
712         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
713         defined, allow additional data to be added using the optional
714         MORE_ELF_HEADER_DATA macro.
715         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
716         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
718 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
720         * include/atomic.h: Define catomic_and if not already defined.
721         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
722         * sysdeps/i386/i486/bits/atomic.h: Likewise.
724 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
726         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
727         Change all callers.
728         (_int_realloc): Likewise.  Third argument is now padded size
729         All _int_* functions are now static.
731         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
732         * malloc/arena.c: Likewise.
733         * include/malloc.h: Remove now unnecessary declarations of the _int_*
734         functions.
736         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
737         easily.
739         * malloc/malloc.c: Add branch prediction for use of the hooks.
741         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
743 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
745         [BZ #7095]
746         * bits/confname.h: Add SUSv7 macros for getconf environments.
747         * bits/environments.h: Likewise.
748         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
749         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
750         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
751         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
752         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
753         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
754         * posix/getconf.c: Likewise.
755         * posix/sysconf.c: Likewise.
756         * sysdeps/posix/sysconf.c: Likewise.
757         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
758         environments.
760 2009-01-16  Petr Baudis  <pasky@suse.cz>
762         [BZ #9753]
763         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
764         even if we currently have zero nscount.
766 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
768         [BZ #9781]
769         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
770         the input line is too long.
772         * po/Makefile (libc.pot): Add f_print as function taking c-format
773         parameter.
775         * debug/xtrace.sh: Unify translatable messages.
776         * elf/ldd.bash.in: Likewise.
777         * elf/sprof.c: Likewise.
778         * locale/programs/locale.c: Likewise.
779         * malloc/memusage.sh: Likewise.
780         * nss/getent.c: Likewise.
782 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
784         * debug/pcprofiledump.c (print_version,
785         argp_program_version_hook): New function.
786         * elf/ldconfig.c (more_help): New function.
787         (argp): Use it.
788         * elf/sln.c (usage): New function.
789         (main): Support --help and --version.
790         * malloc/memusagestat.c (print_version): New function.
791         (argp_program_version_hook): New variable.
792         * nscd/nscd.c (more_help): New function.
793         (argp): Use it.
794         * posix/getconf.c (main): Send --version output to stdout.
795         Support --help.
796         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
797         arguments.  All callers changed.
798         (print_version): New function.
799         (parseargs): Support --help and --version.
800         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
801         changed.
802         (print_version): New function.
803         (main): Use getopt_long.  Support --help and --version.
804         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
805         --version.
807 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
809         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
810         (update_data): Fix handling of wrapping back
811         to the beginning of the buffer.
813         [BZ #9823]
814         * stdio-common/psignal.c (psignal): Fix test for empty string.
816 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
818         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
819         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
820         move _null_auth to .rodata.
822         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
823         value of 24.
825         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
827         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
828         today than when the original code was written.  Use larger
829         buffers.  This also makes it unnecessary to have stat information,
830         if this causes extra efforts.
831         (__opendir): In case O_DIRECTORY works, don't call fstat just for
832         __alloc_dir.
834 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
836         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
837         is set.
838         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
839         * sysdeps/sh/sh4/__longjmp.S: Likewise.
840         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
841         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
842         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
843         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
845 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
847         * po/ru.po: Update from translation team.
849 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
851         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
852         Add _tid slot to maintain consistency with kernel.
854 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
856         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
857         incomplete characters at end of input buffer.
858         * libio/Makefile (tests): Add tst-fgetwc.
859         * libio/tst-fgetwc.c: New file.
860         * libio/tst-fgetwc.input: New file.
862 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
864         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
866 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
868         [BZ #9793]
869         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
870         *OUTBUFSTART unless the whole output fit into the buffer.
871         * iconv/Makefile (tests): Add tst-iconv4.
872         * iconv/tst-iconv4.c: New file.
874 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
876         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
877         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
879 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
881         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
882         newer linker scripts.
884 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
886         [BZ #7040]
887         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
888         inotify_rm_watch should have type int.
890 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
892         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
893         Make aligned_restore_vmx a local symbol.
894         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
895         Likewise.
897 2009-01-30  Andreas Jaeger  <aj@suse.de>
899         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
900         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
901         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
902         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
903         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
904         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
905         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
907 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
909         [BZ #9726]
910         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
911         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
913 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
915         [BZ #9726]
916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
917         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
919         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
921 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
923         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
924         memcpy instead of memcmp.
925         (_dl_setup_pointer_guard): Likewise.
927 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
929         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
930         manipulated brk, use malloc_printerr.
931         * misc/sbrk.c (__sbrk): Better error handling for nonsense
932         requests.
934 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
936         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
937         rindex): For C++ add inlines so that they can be recognized as
938         builtins.
939         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
941 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
942             Jakub Jelinek  <jakub@redhat.com>
944         * string/string.h: Define correct C++ prototypes for gcc 4.4.
945         * wcsmbs/wchar.h: Likewise.
947 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
949         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
950         (stackinfo_sub_sp): Define.
952 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
954         [BZ #9750]
955         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
956         * include/alloca.h (alloca_account): Define.
957         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
958         (stackinfo_sub_sp): Define.
960         * nscd/connections.c (nscd_init): If database file access fails
961         check whether this is due to permission problems and bail in that
962         case.
964         [BZ #9741]
965         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
966         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
968 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
970         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
971         Add "t" to clobber list.
972         (INTERNAL_SYSCALL_NCS): Likewise.
974 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
976         * nss/getent.c (print_networks): Don't print comma between aliases.
978 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
980         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
982         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
983         the hash table.
984         * misc/Makefile (tests): Add bug-hsearch1.
985         * misc/bug-hsearch1.c: New file.
987 2009-01-22  Roland McGrath  <roland@redhat.com>
989         * Makeconfig (%.v.i): Strip trailing # comments,
990         not only whole-line comments.
992 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
994         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
995         one parameter.  If non-NULL use it to initialize return value.
996         (_dl_setup_pointer_guard): New function.
997         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
998         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
999         * elf/rtld.c (security_init): Pass _dl_random to
1000         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
1001         pointer_chk_guard.
1002         * elf/dl-sysdep.c (_dl_random): New variable.
1003         (_dl_sysdep_start): Handle AT_RANDOM.
1004         (_dl_show_auxv): Likewise.
1005         * elf/dl-support.c (_dl_random): New variable.
1006         (_dl_aux_init): Handle AT_RANDOM.
1007         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
1008         to _dl_setup_stack_chk_guard.
1010         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
1012 2009-01-10  Roland McGrath  <roland@redhat.com>
1014         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
1016 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
1018         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
1020         [BZ #9706]
1021         * nss/nss_files/files-parse.c (strtou32): New function.
1022         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
1023         across 32-bit and 64-bit platforms.
1024         (INT_FIELD_MAYBE_NULL): Likewise.
1026 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
1028         [BZ #9720]
1029         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
1030         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
1031         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
1032         Likewise.
1034 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
1036         [BZ #697]
1037         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1038         being NULL also if there are no backreferences.
1039         * posix/rxspencer/tests: Add testcases.
1041 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
1043         [BZ #9697]
1044         * posix/bug-regex17.c: Add testcases.
1045         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1046         handling.
1048 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1050         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
1051         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
1052         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
1053         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
1054         for elf subdir.
1055         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
1056         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
1057         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
1058         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
1059         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1060         * sysdeps/unix/sysv/linux/s390/Versions: New file.
1062 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
1064         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1065         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1066         re_string_skip_chars, re_string_reconstruct): Likewise.
1067         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1069 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
1071         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
1072         adjust the buffer alignment.
1074 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1076         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
1077         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
1078         net/route.h.
1080         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
1081         flavor to description only when flavor is not NULL.
1083         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
1084         mutex after SIGIO/SIGURG lookup loop.
1086 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1088         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
1090 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
1092         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
1093         handling.
1095 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
1097         * sysdeps/unix/sysv/linux/kernel-features.h
1098         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
1100         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
1101         if no output is written.
1103         * version.h: Bump to 2.10 development.
1105         * posix/getconf.c: Update copyright year.
1106         * nss/getent.c: Likewise.
1107         * iconv/iconvconfig.c: Likewise.
1108         * iconv/iconv_prog.c: Likewise.
1109         * elf/ldconfig.c: Likewise.
1110         * catgets/gencat.c: Likewise.
1111         * csu/version.c: Likewise.
1112         * elf/ldd.bash.in: Likewise.
1113         * elf/sprof.c (print_version): Likewise.
1114         * locale/programs/locale.c: Likewise.
1115         * locale/programs/localedef.c: Likewise.
1116         * nscd/nscd.c (print_version): Likewise.
1117         * debug/xtrace.sh: Likewise.
1118         * malloc/memusage.sh: Likewise.
1119         * malloc/mtrace.pl: Likewise.
1120         * debug/catchsegv.sh: Likewise.
1122 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
1124         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
1125         script.
1127 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
1129         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
1130         gethostbyname4_r function call succeeded, just leave the loop.
1132         [BZ #9694]
1133         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
1134         very end.
1135         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
1136         * wctype/Makefile (tests): Add bug-wctypeh.
1137         * wctype/bug-wctypeh.c: New file.
1139         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
1140         LOCALDOMAIN is defined.
1141         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1143         * sysdeps/x86_64/bits/select.h: New file.
1145         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
1147 2008-12-21  Bruno Haible  <bruno@clisp.org>
1149         [BZ #9677]
1150         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
1151         if no output is written.
1153 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
1155         * login/utmp_file.c (pututline_file): Replace call to dup2 with
1156         libc internal symbol __dup2 to avoid access through the PLT.
1158 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
1160         [BZ #6545]
1161         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
1162         available only for __USE_GNU.
1164         * inet/Makefile (tests): Add tst-getni2.
1165         * inet/tst-getni2.c: New file.
1167         [BZ #7080]
1168         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
1169         NULL when NI_NAMEREQD is set.
1170         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
1171         * inet/Makefile (tests): Add tst-getni1.
1172         * inet/tst-getni1.c: New file.
1174 2008-12-03  Petr Baudis  <pasky@suse.cz>
1176         [BZ #7067]
1177         * nscd/connections.c (invalidate_cache): Use prune_run_lock
1178         instead of prune_lock.
1179         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
1180         * nscd/nscd.h (database_dyn): Add prune_run_cache.
1182 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
1184         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
1185         use.
1187         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
1188         handling.
1190         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
1191         after reading name server list.
1193         [BZ #7058]
1194         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
1195         handling for host name aliases.
1197 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
1199         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
1200         instead of doing things manually.
1202 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
1204         * posix/regex_internal.h (build_wcs_upper_buffer):
1205         Return type is reg_error_t.
1207 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
1209         * posix/globtest.sh: Use mktemp to create temporary file and
1210         directory.
1212         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
1213         sets correctly.
1214         (__CPU_CLR_S): Likewise.
1215         (__CPU_ISSET_S): Likewise.
1217 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
1218             Ulrich Drepper  <drepper@redhat.com>
1220         * scripts/firstversion.awk: Use custom comparison function to compare
1221         version numbers.
1222         * scripts/versions.awk: Use sort invocation which can handle
1223         multi-digit sub-version numbers.
1225 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
1227         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
1228         * locale/iso-639.def: Add Chhattisgarhi entry.
1230 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
1232         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
1233         ESRCH return value.
1234         (_nss_dns_gethostbyname4_r): Likewise.
1235         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
1236         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
1237         gethostbyname4_r, we don't have a separate IPv6 status, so copy
1238         the no_data variable.
1240         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
1241         information at the correct index.
1243         * socket/sys/socket.h: Declare accept4.
1244         * socket/accept4.c: New file.
1245         * sysdeps/unix/sysv/linux/accept4.c: New file.
1246         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
1247         * socket/Makefile (routines): Add accept4.
1248         * socket/Versions: Export accept4 with version GLIBC_2.10.
1249         * socket/paccept.c: Removed.
1250         * sysdeps/unix/sysv/linux/paccept.c: Removed.
1251         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
1252         * Versions.def: Define GLIBC_2.10 for libc.
1253         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
1255         * nscd/connections.c: Use accept4.
1257         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
1259 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
1261         * resolv/res_send.c (send_dg): Create sockets with non-blocking
1262         flag already set.
1264         * stdlib/setenv.c (unsetenv): Don't search environment if it does
1265         not exist.
1266         * stdlib/Makefile (tests): Add tst-unsetenv1.
1267         * stdlib/tst-unsetenv1.c: New file.
1269 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
1271         * login/utmp_file.c (file_writable): New variable.
1272         (setutent_file): Don't try to open file for writing.
1273         (pututline_file): Before writing, make descriptor writable if
1274         necessary.
1276 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
1278         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
1279         to IPv4 or IPv6 if an interface has been found.
1281 2008-11-26  Roland McGrath  <roland@redhat.com>
1283         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
1284         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
1286         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
1287         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
1288         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
1290         * elf/elf.h (NT_386_IOPERM): New macro.
1291         (NT_PPC_VSX): New macro.
1293 2008-11-25  Roland McGrath  <roland@redhat.com>
1295         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
1296         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
1297         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
1298         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
1299         Subdirectories moved to ports repository.
1300         * configure.in (base_machine): Remove alpha case.
1302 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
1304         * sysdeps/mach/strerror_l.c: New file.
1306 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
1308         [BZ #6411]
1309         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
1310         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
1311         magic numbers.
1312         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
1313         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
1314         (relax_fenv_state): Same as above.
1315         (FPSCR_29): Reserve bit in ISA 2.05.
1316         (FPSCR_NI): Provide define for compat.
1317         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
1318         magic numbers.
1319         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
1320         magic numbers.
1321         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
1322         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
1323         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
1324         access to hwcap to account for hwcap size increase to uint64_t.
1325         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
1326         Likewise.
1327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1328         (*setcontext): Likewise.
1329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1330         New file.
1331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1332         New file.
1333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1334         (*setcontext): dynamically select mtfsf insn based on
1335         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
1336         increase to uint64_t.
1337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1338         (*swapcontext): dynamically select mtfsf insn based on
1339         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
1340         increase to uint64_t.
1341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1342         New file.
1343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1344         New file.
1345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1346         (*setcontext): dynamically select mtfsf insn based on
1347         PPC_FEATURE_HAS_DFP.
1348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1349         (*swapcontext): dynamically select mtfsf insn based on
1350         PPC_FEATURE_HAS_DFP.
1352 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
1354         * version.h: Bump for 2.9 release.
1355         * include/features.h (__GLIBC_MINOR__): Bump to 9.
1357         [BZ #7029]
1358         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
1359         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
1360         all the rounding.
1362 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
1364         [BZ #7009]
1365         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
1366         unknown request types for now.
1368 2008-11-11  Roland McGrath  <roland@redhat.com>
1370         * sysdeps/x86_64/configure: New file.
1372         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
1373         * configure: Regenerated.
1375 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1377         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
1378         correct instruction to remove the stack frame.
1380 2008-11-03  Michael Matz  <matz@suse.de>
1382         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
1383         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
1385 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
1387         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
1388         Remove.
1390         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
1391         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
1392         of the thread variable instead of void *.
1393         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
1394         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
1395         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1396         __libc_tsd_define arguments.
1397         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
1398         __libc_tsd_address arguments.  Remove union hack.
1399         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
1400         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
1401         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
1402         Adjust __libc_tsd_{set,get} arguments.
1403         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1404         __libc_tsd_define arguments.
1405         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
1406         arguments.
1407         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1408         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
1409         (LOCALE): Adjust __libc_tsd_define arguments.
1410         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
1411         arguments.
1412         (LOCALE): Adjust __libc_tsd_define arguments.
1413         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
1414         arguments.
1415         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
1416         arguments.
1418 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
1420         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
1421         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1423 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
1425         [BZ #6966]
1426         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
1428 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
1429             Ulrich Drepper  <drepper@redhat.com>
1431         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
1432         definition for GCC 3.1 and later.
1434 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
1436         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
1437         refetch dtv, as it might have changed.
1438         * elf/Makefile: Add rules to build and run tst-tls18.
1439         * elf/tst-tls18.c: New test.
1440         * elf/tst-tlsmod18a.c: New file.
1442 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
1444         [BZ #6875]
1445         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
1447 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1449         [BZ #6867]
1450         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
1452         [BZ #6919]
1453         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
1454         Fix length of copy operation.
1456 2008-10-02  Pierre Habouzit <madcoder@debian.org>
1458         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
1459         and fix its calling convention.
1461 2008-10-07  Andreas Schwab  <schwab@suse.de>
1463         [BZ #6942]
1464         * resolv/res_send.c (send_vc): Fix last change.
1465         (send_dg): Align here as well.
1467 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1469         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
1470         return value in case rlimit is RLIM_INFINITY.
1472         [BZ #6947]
1473         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
1474         for UL_SETFSIZE.
1475         * resource/Makefile (tests): Add bug-ulimit1.
1476         * resource/bug-ulimit1.c: New file.
1478         [BZ #6974]
1479         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
1480         without dot.  Properly terminate the string with a null byte.
1481         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
1483         [BZ #6980]
1484         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
1485         negative sizees.
1486         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
1487         negative __size.
1489         [BZ #6995]
1490         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
1492 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
1494         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
1495         abort if there is no initgroups_dyn function.
1497         * resolv/res_send.c (send_dg): On timeout, only return nonzero
1498         result if any of the queries really provided an answer.
1500 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
1502         * po/lt.po: Update from translation team.
1504 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
1506         * po/id.po: Update from translation team.
1508 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
1510         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
1511         Fix tests for existence of second reply.
1513 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
1515         * po/id.po: New file.
1516         Contributed by the Indonesian translation team.
1518 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
1520         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
1521         initialization.
1523 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
1525         * elf/Makefile: Add rules to build and run tst-tls17.
1526         * elf/tst-tls17.c: New test.
1527         * elf/tst-tlsmod17a.c: New file.
1528         * elf/tst-tlsmod17b.c: Likewise.
1530 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
1532         * stdlib/divmod_1.c: Use correct type for dummy variable.
1533         * stdlib/mod_1.c: Likewise.
1535 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
1537         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
1539 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
1541         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
1542         __nonnull order for C++.
1543         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
1544         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
1546 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
1548         * stdlib/longlong.h: Update from GCC.
1550 2008-10-09  Jakub Jelinek <jakub@redhat.com>
1551             David S. Miller  <davem@davemloft.net>
1553         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
1554         make sure any registers used with 64-bit 'branch-on-register'
1555         instructions have their top 32-bits clear.
1556         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
1557         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
1559 2008-09-18  Andreas Schwab  <schwab@suse.de>
1561         [BZ #6942]
1562         * resolv/res_send.c (send_vc): Fix use of unaligned address.
1563         Properly handle partial reads.
1565 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1567         * elf/elf.h (STO_MIPS_PLT): New.
1568         (R_MIPS_COPY): New.
1569         (R_MIPS_JUMP_SLOT): New.
1570         (R_MIPS_NUM): Redefine to 128.
1571         (DT_MIPS_PLTGOT): New.
1572         (DT_MIPS_RWPLT): New.
1573         (DT_MIPS_NUM): Redefine to 0x35.
1575 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
1577         * timezone/africa: Update from tzdata2008f.
1578         * timezone/asia: Likewise.
1579         * timezone/australasia: Likewise.
1580         * timezone/europe: Likewise.
1581         * timezone/leapseconds: Likewise.
1582         * timezone/northamerica: Likewise.
1583         * timezone/southamerica: Likewise.
1584         * timezone/zone.tab: Likewise.
1586 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
1588         * nscd/connections.c: Disable use of paccept for now.
1590 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
1592         * socket/Versions: Remove paccept export for GLIBC_2.9.
1593         * socket/Makefile (routines): Remove paccept.
1594         * socket/sys/socket.h: Remove paccept declaration.
1596         * po/sv.po: Update from translation team.
1598 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
1600         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
1601         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1603 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
1605         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
1606         Patch by Olivier Fourdan <ofourdan@redhat.com>.
1608 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
1610         * sunrpc/rpc/svc.h: Declare svcfd_create.
1611         Patch by Michael Solberg <msolberg@redhat.com>.
1613 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
1614             Ulrich Drepper  <drepper@redhat.com>
1616         * malloc/malloc.c (public_vALLOc): Try other arenas in case
1617         _int_valloc fails.
1618         (public_pVALLOc): Likewise.
1620 2008-09-02  Andreas Jaeger  <aj@suse.de>
1622         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
1623         commit.
1625 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1627         [BZ #6860]
1628         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1630 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1632         * Makefile (check-data): Check data directory in add-ons.
1633         * elf/Makefile (check-data): Likewise.
1635 2008-08-18  Roland McGrath  <roland@redhat.com>
1637         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1638         * configure: Regenerated.
1639         * config.make.in (cflags-cpu): New substituted variable.
1640         (with-cpu): Variable removed.
1641         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1643 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1645         [BZ #6845]
1646         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1647         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1648         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1649         redundant.  Functions which call floating point assembler operations
1650         should go into a sysdeps powerpc/fpu directory.
1652 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1654         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1655         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1657 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1659         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1661         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1662         change related to AT_EXECFN.  We cannot use that string.
1663         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1664         _dl_execfn member.
1665         * elf/dl-support.c: Remove _dl_execfn variable.
1666         (_dl_aux_init): Remove handling of AT_EXECFN.
1667         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1668         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1670 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1672         [BZ #6544]
1673         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1674         byte gets added to writes and seeks from the end use the length of
1675         the buffer and not the currently terminating NUL byte.
1677         [BZ #6634]
1678         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1679         Set to true if locking failed.
1680         (getutid_r_file): Adjust caller.
1681         (pututline_file): Likewise.  Return NULL in this case.
1682         Patch mostly by halesh.s@gmail.com.
1684 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1686         [BZ #6589]
1687         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1688         Define.
1689         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1691 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1693         [BZ #6839]
1694         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1695         macro since it is now available in elf/dynamic-link.h.
1697 2008-08-12  Roland McGrath  <roland@frob.com>
1699         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1700         in case used outside of libc.
1701         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1703 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1705         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1706         directly instead of going through dn_comp.
1708 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1710         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1711         Fix asm constraints.
1713 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1715         [BZ #6790]
1716         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1717         (IPV6_PMTUDISC_PROBE): Likewise.
1719 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1721         [BZ #6791]
1722         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1724 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1725             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1727         [BZ #6817]
1728         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1729         Added the members 'vsx' and 'arch_2_06'.
1730         (_dl_powerpc_platforms): Add the member 'power7'.
1731         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1732         to reflect the changes required by VSX and ISA 2.06.
1733         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1734         'power7'.
1735         Defined PPC_PLATFORM_POWER7.
1736         (_dl_string_platform): Add support for POWER7.
1737         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1738         capability and ISA 2.06.
1740 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1742         [BZ #6824]
1743         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1744         macro to detect use of 128 bit long double.
1745         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1747 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1749         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1751         [BZ #5794]
1752         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1753         parameters.
1754         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1755         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1757 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1759         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1760         guaranteed to be large enough to read inotify event.  Ignore
1761         EAGAIN error.  Better error message.  Add branch predicition.
1762         (main_loop_epoll): Likewise.
1764 2008-08-02  Roland McGrath  <roland@frob.com>
1766         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1767         Add memory clobbers.
1769 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1771         * manual/arith.texi: Avoid @strong{Note:}.
1772         * manual/creature.texi: Likewise.
1773         * manual/filesys.texi: Likewise.
1774         * manual/math.texi: Likewise.
1775         * manual/memory.texi: Likewise.
1776         * manual/resource.texi: Likewise.
1777         * manual/syslog.texi: Likewise.
1778         * manual/time.texi: Likewise.
1780         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1781         to prevent warning.
1783 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1785         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1786         new epoll_create1 interface.
1787         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1788         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1789         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1791         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1792         (NS_GET32): Likewise.
1794         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1795         syscalls, too.
1797         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1798         use the AT_EXECFN value if it is no absolute path.
1799         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1800         __ASSUME_AT_EXECFN.
1802         * Versions.def: Add GLIBC_2.9 to libresolv.
1803         * include/resolv.h: Remove hidden proto declarations for __ns_*
1804         functions.  Add them for __dn_count_labels and __p_secstodate.
1805         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1806         Define ns_msg_getflags macro here.
1807         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1808         and __p_secstodate.
1809         * resolv/Versions: Export functions from <arpa/nameser.h> from
1810         libresolv in version GLIBC_2.9.
1811         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1812         hidden definitions.
1813         * resolv/ns_netint.c: Likewise.
1814         * resolv/ns_parse.c: Likewise.
1815         * resolv/ns_print.c: Likewise.
1816         * resolv/ns_samedomain.c: Likewise.
1817         * resolv/ns_ttl.c: Likewise.
1818         * resolv/arpa/nameser_compat.h: Likewise.
1819         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1820         function calls.
1821         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1822         instead of ns_get16.
1823         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1824         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1825         (gaih_getanswer_slice): Likewise.
1826         * resolv/Makefile (libresolv-routines): Add ns_date.
1827         * resolv/ns_date.c: New file.
1829         * elf/Makefile (check-localplt.out): Also check libresolv and
1830         libcrypt.
1832 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1834         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1835         __ASSUME_O_CLOEXEC.
1837 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1839         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1840         buffer passed to NSS functions.
1842         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1844         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1845         Define.
1847         * misc/syslog.c (openlog_internal): Fix compile problem.
1849 2008-07-28  Roland McGrath  <roland@redhat.com>
1851         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1853 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1855         * io/ftw.c (add_object): Remove inline to avoid warning.
1857         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1859         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1860         Use it instead of locally defined resplen2 variable.
1861         (res_nsend): Adjust for __libc_res_nsend interface change.
1862         (send_vc): Initialize *resplen2 if necessary.  Read length of
1863         package into an appropriately aligned variable.  Store converted length
1864         in new variable and use it appropriately.
1865         Add branch prediction help.
1866         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1867         and pass it on to __libc_res_nsend.  Adjust all callers.
1868         (__libc_res_nsearch): Likewise.
1869         (__libc_res_nqeurydomain): Likewise.
1870         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1871         change.
1872         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1873         Define resplen2 variable and pass it to __libc_res_nsearch and then
1874         to gaih_getanswer.
1875         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1876         Add branch prediction.
1877         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1878         (gaih_getanswer): Don't decode second slice if first one failed due
1879         to a too small buffer.  Don't let not found status of second
1880         decoder shadow results of the first.
1881         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1882         and __libc_res_nquery interface changes
1883         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1884         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1885         __libc_res_nsearch, and __libc_res_nsend.
1886         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1887         change.
1888         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1889         __libc_res_nsearch interface changes.
1891 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1893         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1895         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1896         file descriptors with close-on-exec set.
1897         (exec_comm_child): Fix the case where the write end of the pipe is
1898         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1900         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1901         * io/pipe2.c: Likewise.
1902         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1903         instead of __ASSUME_PACCEPT.
1904         * include/unistd.h: Declare __have_pipe2.
1905         * libio/iopopen.c: Implement "e" flag.
1906         * libio/Makefile (tests): Add tst-popen1.
1907         * libio/tst-popen1.c: New file.
1909         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1910         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1912 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1914         [BZ #6771]
1915         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1916         success call of _IO_SEEKOFF or calls which failed because the
1917         descriptor is for a pipe.
1919         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1920         magic number.
1922         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1924         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1925         F_SETFD use if we know fopen set the flag.
1927         * login/utmp_file.c (setutent_file): Minor optimization in case
1928         O_CLOEXEC is available.
1930 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1932         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1933         * elf/Makefile: Use pie-ccflag variable.
1934         * nscd/Makefile: Likewise.
1935         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1937 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1939         [BZ #6724]
1940         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1941         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1942         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1943         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1944         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1945         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1946         utmp32, utmpx32 and login32.
1947         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1948         versions of struct utmp functions to libc and libutil.
1949         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1950         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1951         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1952         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1953         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1954         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1955         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1956         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1957         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1958         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1959         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1960         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1961         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1962         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1963         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1964         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1965         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1966         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1967         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1968         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1969         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1970         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1972 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1974         * scripts/gen-as-const.awk: Generate more widely usable code by
1975         using 64-bit arithmetic.
1977         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1978         the same treatment as narrow output code in last patch.
1980         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1982         [BZ #6763]
1983         * elf/dl-load.c (local_strdup): Remove inline.
1984         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1985         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1986         part of the object.
1988         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1990 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1992         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1993         the new syscalls, too.
1995         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1996         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1998         [BZ #6698]
1999         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
2000         parameter for end of buffer.  If temporary copy is too large use
2001         malloc.
2002         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
2003         interface change.
2004         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
2005         string rewrite when allocating buffer.
2007         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
2008         syscalls, too.
2010         * nscd/connections.c (nscd_init): Clean up fcntl call.
2012         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
2013         SOCK_NONBLOCK if possible.
2015         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
2016         SOCK_CLOEXEC if available.
2018         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
2019         __libc_clntudp_bufcreate_internal.
2020         * include/sys/socket.h: Declare __have_sock_cloexec.
2021         * socket/Makefile (aux): Add have_sock_cloexec.
2022         * socket/have_sock_cloexec.c: New file.
2023         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
2024         __libc_clntudp_bufcreate.
2025         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
2026         which takes an additional parameter.  Create socket with non-blocking
2027         mode and close-on-exec flag set, if wanted.
2028         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
2029         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
2030         instead of clntudp_create.  The socket has already the close-on-exec
2031         flag set if SOCK_CLOEXEC is defined.
2033 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
2035         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2036         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
2037         appropriate.
2038         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
2039         non-blocking mode by using socket, paccept, and inotify_init1.
2041         * Versions.def (glibc): Add GLIBC_2.9.
2042         * io/Makefile (routines): Add dup3 and pipe2.
2043         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
2044         * io/dup3.c: New file.
2045         * io/pipe2.c: New file.
2046         * posix/unistd.h: Declare dup3 and pipe2.
2047         * socket/Makefile (routines): Add paccept.
2048         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
2049         * socket/paccept.c: New file.
2050         * socket/sys/socket.h: Declare paccept.
2051         * sysdeps/unix/syscalls.list: Add entry for dup3.
2052         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
2053         epoll_create2 and inotify_init1.
2054         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
2055         * sysdeps/unix/sysv/linux/paccept.c: New file.
2056         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
2057         possible.
2058         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
2059         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
2060         inotify_init1, and pipe2 entries.
2061         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
2062         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
2063         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
2064         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
2065         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
2066         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
2067         SOCK_NONBLOCK.
2068         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
2069         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
2070         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
2071         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
2072         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
2073         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
2074         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
2075         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
2076         EPOLL_NONBLOCK.  Declare epoll_create2.
2077         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
2078         EFD_NONBLOCK.
2079         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
2080         IN_NONBLOCK.  Declare inotify_init1.
2081         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
2082         SFD_NONBLOCK.
2083         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
2084         TFD_NONBLOCK.
2086         * elf/elf.h: Define AT_EXECFN.
2087         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
2088         LD_ORIGIN_PATH.
2089         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
2090         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
2091         if __ASSUME_AT_EXECFN is defined.
2092         (_dl_aux_init): Handle AT_EXECFN.
2093         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
2094         for 2.6.27 and up.
2095         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
2096         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
2097         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
2098         _dl_execfn if available and avoid compatibility code if
2099         __ASSUME_AT_EXECFN is defined.
2101         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
2102         _dl_discover_osversion only for older kernels.
2104 2008-07-22  Roland McGrath  <roland@frob.com>
2106         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
2108 2008-07-21  Roland McGrath  <roland@frob.com>
2110         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
2111         returned too much data out of line.
2113 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
2115         * locale/setlocale.c (setname): Remove inline to avoid compiler
2116         warning.
2118         [BZ #6712]
2119         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
2121 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
2123         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
2124         doesn't manage to write anything, fail.
2126         * malloc/hooks.c (__malloc_check_init): Remove printf.
2128 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2130         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
2132 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
2134         * nscd/connections.c (main_loop_poll): Fix handling of read errors
2135         from inotify.
2136         (main_loop_epoll): Likewise.
2138 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
2140         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
2142         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
2143         if DEBUG is defined.
2145         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
2146         query.  Adjust buffer size computation for padding.
2148 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2150         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
2151         * stdio-common/tst-setvbuf1.c: New file.
2152         * stdio-common/tst-setvbuf1.expect: New file.
2154         [BZ #6719]
2155         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
2156         when selecting fully-buffered stream.
2157         Patch by Wang Xin <wxinee@gmail.com>.
2159 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2161         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
2162         (__open_2): New function.
2163         (__open64_2): New alias to __open_2.
2164         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
2165         (__openat_2): New function.
2166         (__openat64_2): New alias to __openat_2.
2168 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
2170         [BZ #6723]
2171         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2173 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2175         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
2176         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
2177         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
2178         __hurd_dfail.
2179         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2180         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2181         * sysdeps/mach/hurd/send.c (__send): Likewise.
2182         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
2183         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
2185 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2187         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
2188         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2189         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2190         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
2191         * hurd/get-host.c (_hurd_get_host_config): Likewise.
2192         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
2194 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2196         [BZ #6657]
2197         * time/strptime_l.c: Don't clear s.era_cnt after successful match
2198         of %EY.
2199         Patch by Petr Baudis.
2201 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
2203         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
2204         Patch by Peter Jones <pjones@redhat.com>.
2206 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2208         [BZ #6654]
2209         * stdlib/canonicalize.c (__realpath): readlink can write too much
2210         into the buffer on platforms without PATH_MAX.
2212 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
2214         [BZ #6653]
2215         * posix/tst-regex.c (main): Rename to...
2216         (do_test): ... this. Remove cmdline option processing.
2217         (TIMEOUT): Define.
2218         (TEST_FUNCTION): Define.
2219         (CMDLINE_OPTIONS): Define.
2221 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2223         [BZ #5210]
2224         * configure.in: Add -Werror to -fstack-protector test to catch
2225         unsupported architectures.
2226         Patch by Gilles Esponasse <g.esp@free.fr>.
2228 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
2230         * stdlib/tst-setcontext.c: Set back_in_main before exit if
2231         getcontext returns ENOSYS.
2233 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
2235         * nscd/connections.c (main_loop_poll): Fix test for read error.
2236         (main_loop_epoll): Likewise.
2238 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
2240         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
2241         better place so it is not called when nscd is used.
2243         * nscd/connections.c: Also recognize and handle changes to the
2244         resolver configuration file.
2246 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2248         * time/strftime.c: Pass reference to tzset_called around to handle
2249         recursive calls.
2251         [BZ #6612]
2252         * time/strftime.c (__strftime_internal): Call tzset() only
2253         when printing timezone-dependent values.
2254         Based on a patch by Petr Baudis <pasky@suse.cz>.
2256         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
2257         unconditionally use second gaih_getanswer_slice result.
2259         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
2260         (getaddrinfo): RES must always be non-NULL.
2262 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
2264         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
2265         cr[34] registers.
2266         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2267         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2268         Likewise.
2269         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
2270         register.
2272 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2274         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
2275         fields.
2276         * nscd/connections.c (inotify_fd): New variable.
2277         (nscd_init): Try to open an inotify descriptor.
2278         If successful, watch files for databases using inotify instead of
2279         having prune threads stat the files.
2280         (nscd_run_prune): Recognize clear_cache flag being set and call
2281         prune_cache appropriately.
2282         (main_loop_poll): Add inotify descriptor to wait set and handle the
2283         reported changes.
2284         (main_loop_epoll): Likewise.
2285         * nscd/cache.c (prune_cache): Don't stat files for databases if
2286         inotify is used.
2287         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
2288         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2290         * nscd/grpcache.c (cache_addgr): Correctly compute size of
2291         fixed-size portion of the record.
2292         * nscd/servicescache.c (cache_addserv): Likewise.
2293         * nscd/pwdcache.c (cache_addpw): Likewise.
2294         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2296 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
2298         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
2299         out we don't use uninitialized memory.
2301         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
2302         the client.
2304 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
2306         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
2307         ignore T_DNAME messages.
2308         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
2310 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
2312         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
2313         Avoid segfault if first GETC returns eof/'\0'/'\n'.
2315 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
2317         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
2318         instead of portstr to nscd_getserv_r.  Patch by
2319         Roman Kagan <rkagan@mail.ru>.
2321 2008-05-26  Jim Meyering  <meyering@redhat.com>
2323         Remove more useless "if" tests before "free".
2324         * include/inline-hashtab.h (htab_delete): Likewise.
2325         * libio/freopen.c (freopen): Likewise.
2326         * libio/freopen64.c (freopen64): Likewise.
2327         * locale/programs/ld-collate.c (collate_read): Likewise.
2328         * misc/fstab.c (libc_freeres_fn): Likewise.
2329         * posix/glob.c (globfree): Likewise.
2331 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2333         * string/Makefile (strop-tests): Add memmem.
2334         * string/test-memmem.c: New file.
2335         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
2336         (test_init): Size buf1 according to BUF1PAGES.
2338 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
2340         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
2341         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
2342         (CFLAGS-scanf17.c): New.
2343         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
2344         * stdio-common/scanf15.c (main): Likewise.
2345         * stdio-common/scanf16.c: New file.
2346         * stdio-common/scanf17.c: New file.
2348 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2350         * resolv/res_send.c (send_dg): If we already have one of two
2351         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
2352         use the one answer insted of failing.
2354 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
2356         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
2357         being executed on PowerPC as the expected result exceeds IBM
2358         long double 128 __LDBL_MAX__.
2360 2008-05-21  Roland McGrath  <roland@redhat.com>
2362         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
2364         * Makefile (check-data): Use $(abi-name) before other guesses.
2365         Look in $(add-ons) dirs before scripts/data/.
2366         * elf/Makefile (check-data): Likewise.
2368         * scripts/soversions.awk: Grok ABI line.
2369         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
2370         Emit definition for abi-name variable.
2372 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2374         * string/endian.h: Define new fixed-size hto* and *toh macros only
2375         if [__USE_BSD].
2377         * iconvdata/Depend: Add localedata.
2379 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2381         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
2383 2008-05-08  David S. Miller  <davem@davemloft.net>
2385         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
2386         HIDDEN_JUMPTARGET.
2387         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2388         (__SYSCALL_CLOBBERS): Remove %g* registers.
2389         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2390         (__SYSCALL_CLOBBERS): Likewise.
2391         * scripts/data/localplt-sparc-linux-gnu.data: New file.
2392         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2394 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
2396         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2397         (CALL_ERRNO_LOCATION): Define.
2398         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2399         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2400         (CALL_ERRNO_LOCATION): Define.
2401         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2402         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
2403         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2405 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
2407         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
2408         variable.
2410 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
2412         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
2413         (FIRST_FRAME_POINTER): Define.
2415 2008-05-09  David S. Miller  <davem@davemloft.net>
2417         * sysdeps/sparc/sparc64/backtrace.c: New file.
2419 2008-05-14  David S. Miller  <davem@davemloft.net>
2421         * sysdeps/sparc/machine-gmon.h: New file.
2422         * sysdeps/sparc/sparc-mcount.S: Likewise.
2423         * sysdeps/sparc/Makefile: Add sparc-mcount target to
2424         sysdep_routines in gmon directory.
2426 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
2428         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2430 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
2432         * resolv/res_query.c (__libc_res_nquery): In case one of two
2433         answer was too short don't try to read that answer's header.
2435         * resolv/res_send.c (send_dg): In case of timeout and there are
2436         two queries and one has been answered, return value indicating
2437         success.
2439 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
2441         * nscd/cache.c (cache_add): Take additional parameter specifying
2442         whether this is in response of a cache refill.  Check alignment
2443         of package data.  Revamp waking of pruning thread.
2444         (prune_cache): Small optimization.
2445         * nscd/nscd.h: Adjust cache_add prototypes.
2446         * nscd/aicache.c: Adjust cache_add calls.
2447         * nscd/grpcache.c: Likewise.
2448         * nscd/hstcache.c: Likewise.
2449         * nscd/initgrcache.c: Likewise.
2450         * nscd/pwdcache.c: Likewise.
2451         * nscd/servicescache.c: Likewise.
2452         * nscd/connections.c (restart): Really disable cache use before
2453         exec attempt.  If it fails, reenable cache.
2454         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
2455         time to max to be able to notice concurrent cache additions.  Unlock
2456         prune_lock while performing gc.  Afterwards compute wakeup time with
2457         current wakeup_time value in mind.
2459 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
2461         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
2463         * nscd/mem.c (gc): Correctly determine highest used array element
2464         in mark.
2466         * nscd/mem.c (markrange): Add assert to check entries are all
2467         aligned.  Small cleanup in bitmap use.
2469         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
2470         blockoff of type nscd_ssize_t.
2471         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
2472         (mempoll_alloc): Record block offset and not address.
2474         * nscd/mem.c (gc): Fix test for stack overuse.
2476         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
2477         more asserts.
2479         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
2480         entry is available, believe it.
2482         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
2483         no answers return NSS_STATUS_NOTFOUND.
2484         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
2485         buffer does not have any content.
2487 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2489         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
2491         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
2492         lookup, don't assign canon unconditionally.
2494 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2496         * string/Makefile (distribute): Add str-two-way.h.
2498 2008-03-29  Eric Blake  <ebb9@byu.net>
2500         Rewrite string searches to O(n) rather than O(n^2).
2501         * string/str-two-way.h: New file.  For linear fixed-allocation
2502         string searching.
2503         * string/memmem.c: New implementation.
2504         * string/strstr.c: New implementation.
2505         * string/strcasestr.c: New implementation.
2507 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
2509         * posix/regcomp.c (optimize_utf8): Add a note on why we test
2510         opr.ctx_type.
2511         (calc_first): Initialize constraint field.
2512         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2513         Use search_duplicated_node to avoid loops.  Fix grammar.
2514         (duplicate_node): Merge constraint field for all node types.
2515         (calc_eclosure_iter): Look at constraint field for all node types.
2516         * posix/regex_internal.c (create_cd_newstate): Don't look at
2517         create_cd_newstate.
2519 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2521         [BZ #6428]
2522         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
2524         [BZ #6442]
2525         * string/endian.h: Add macros for fixed-size endian conversion.
2526         * bits/byteswap.h: Allow inclusion from <endian.h>.
2527         * sysdeps/i386/bits/byteswap.h: Likewise.
2528         * sysdeps/ia64/bits/byteswap.h: Likewise.
2529         * sysdeps/s390/bits/byteswap.h: Likewise.
2530         * sysdeps/x86_64/bits/byteswap.h: Likewise.
2531         * string/Makefile (tests): Add tst-endian.
2532         * string/tst-endian.c: New file.
2534         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
2535         Patch by Reuben Thomas.
2537 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
2539         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
2541 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2543         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
2545         [BZ #6461]
2546         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
2547         Add missing braces.
2548         (BODY for __gconv_transform_internal_ascii): Likewise.
2550         [BZ #6472]
2551         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
2552         to be treated like link-local addresses.
2553         (match_prefix): Don't treat IPv4 loopback address special when
2554         converting to v4 mapped addressed.
2556         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
2557         if necessary.
2558         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
2559         * posix/tst-rfc3484-2.c: Likewise.
2560         * posix/tst-rfc3484-3.c: Likewise.
2562         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
2563         and SCTP.
2565         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
2567         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
2569         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
2571 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
2573         * po/lt.po: New file.  From Lituanian translation team.
2575 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
2577         Introduce TLS descriptors for i386 and x86_64.
2578         * include/inline-hashtab.h: New file, copied from 2005's
2579         libiberty, with fix for memory leak imported afterwards by
2580         Glauber de Oliveira Costa.
2581         * elf/tlsdeschtab.h: New file.
2582         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
2583         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
2584         (CHECK_STATIC_TLS): Move to...
2585         * elf/dynamic-link.h: ... this file.
2586         (TRY_STATIC_TLS): New macro.
2587         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
2588         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
2589         R_386_TLS_DESC): Define.
2590         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
2591         binutils.
2592         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
2593         R_X86_64_TLSDESC): Define.
2594         (R_386_NUM, R_X86_64_NUM): Adjust.
2595         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
2596         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2597         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2598         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2599         release tlsdesc_table.
2600         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
2601         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
2602         (elf_machine_rel): Handle R_386_TLS_DESC.
2603         (elf_machine_rela): Likewise.
2604         (elf_machine_lazy_rel): Likewise.
2605         (elf_machine_lazy_rela): Likewise.
2606         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
2607         * sysdeps/i386/dl-tlsdesc.S: New file.
2608         * sysdeps/i386/dl-tlsdesc.h: New file.
2609         * sysdeps/i386/tlsdesc.c: New file.
2610         * sysdeps/i386/tlsdesc.sym: New file.
2611         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
2612         tlsdesc_table.
2613         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
2614         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2615         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2616         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2617         release tlsdesc_table.
2618         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
2619         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
2620         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
2621         (elf_machine_rel): Handle R_X86_64_TLSDESC.
2622         (elf_machine_rela): Likewise.
2623         (elf_machine_lazy_rel): Likewise.
2624         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
2625         (__tls_get_addr): Do not declare for non-shared compiles.
2626         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2627         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2628         * sysdeps/x86_64/tlsdesc.c: New file.
2629         * sysdeps/x86_64/tlsdesc.sym: New file.
2630         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2631         tlsdesc_table for both 32- and 64-bit structs.
2633 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2635         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2636         its own function.  This reduces the frame setup costs and more.
2638 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2640         [BZ #3406]
2641         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2642         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2644 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2646         * io/openat.c (__openat_2): Also pass fd to __openat.
2647         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2648         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2650         * string/tester.c (test_memcmp): Add a few more tests.
2651         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2653 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2655         * nscd/cache.c (cache_add): Before returning with failure and this
2656         is the first use of the record, mark it as unusable.
2657         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2658         reporting a failure.
2659         * nscd/grpcache.c: Likewise
2660         * nscd/hstcache.c: Likewise.
2661         * nscd/initgrcache.c: Likewise.
2662         * nscd/pwdcache.c: Likewise.
2663         * nscd/servicescache.c: Likewise.
2665 2008-05-10  Roland McGrath  <roland@redhat.com>
2667         [BZ #6505]
2668         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2670 2008-05-08  David S. Miller  <davem@davemloft.net>
2672         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2674         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2675         (__ieee754_y0l): Likewise.
2676         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2677         (__ieee754_y1l): Likewise.
2678         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2679         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2680         frexpl and ldexpl.  math_private.h provides them and the latter
2681         is not even used.
2682         (__log1pl): Use __frexpl.
2684 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2686         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2687         prototypes.
2688         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2689         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2690         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2691         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2692         af==AF_UNSPEC.
2693         (_nss_nis_gethostbyname4_r): New function.
2694         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2695         Change to also handle af==AF_UNSPEC.
2696         (get_tablename): New function.  Use it to avoid duplication.
2697         (_nss_nisplus_gethostbyname4_r): New function.
2698         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2699         available.
2700         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2701         * nss/nss.h: Define struct gaih_addrtuple.
2702         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2703         af==AF_UNSPEC.
2704         (_nss_files_gethostbyname4_r): New function.
2705         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2706         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2707         calls.
2708         * resolv/res_query.c (__libc_res_nquery): Take two additional
2709         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2710         look up IPv4 and IPv6.
2711         Change all callers.
2712         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2713         for an additional query and answer buffer.  Pass to send_vc and
2714         send_dg.
2715         (send_vc): Send possibly two requests and receive two answers.
2716         (send_dg): Likewise.
2717         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2718         __libc_res_nquery.
2719         (_nss_dns_gethostbyname4_r): New function.
2720         (gaih_getanswer_slice): Likewise.
2721         (gaih_getanswer): Likewise.
2722         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2723         __libc_res_nquery call.
2724         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2725         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2726         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2727         available.
2729 2008-05-05  David S. Miller  <davem@davemloft.net>
2731         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2732         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2734 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2736         Fix termios bit macros.
2737         Move *DLY definitions where they belong, in termios.h.
2738         Add *[0-3] definitions.
2739         Fixes confusion between VT and FF.
2740         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2741         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2742         are already defined to avoid collision with termios.h.
2743         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2744         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2745         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2746         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2747         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2748         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2749         VTDLY, VT0, VT1): New macros.
2750         [__USE_GNU] (OLCUC): Change value of macro.
2751         [__USE_XOPEN] (OFILL): New macro.
2752         [__USE_BSD] (CRTSCTS): Change value.
2753         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2754         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2755         (B7200, B14400, B28800, B76800): New macros.
2757 2008-05-01  David S. Miller  <davem@davemloft.net>
2759         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2760         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2761         (gen-as-const-headers): Add it.
2762         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2763         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2764         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2765         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2767         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2768         six system call parameters.
2769         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2771 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2773         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2774         RUSAGE_LWP.
2775         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2776         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2778 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2780         * stdlib/tst-setcontext.c: Include unistd.h.
2782 2008-04-25  David S. Miller  <davem@davemloft.net>
2784         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2785         Pass "union semun" properly in to sys_ipc, it must be passed
2786         by value, not by reference.
2788 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2790         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2791         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2792         * nscd/connections.c (mem_in_flight): Likewise.
2794         * nscd/nscd.h (dbs): Make hidden.
2796         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2797         Avoid returning -1, return 0 instead.
2799 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2801         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2803 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2805         [BZ #5209]
2806         * sysdeps/unix/sysv/linux/times.c: New file.
2808         [BZ #5381]
2809         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2810         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2811         prototype.
2812         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2813         appropriate mem_in_flight element.
2814         (gc): Take allocations which have not yet been committed to the
2815         database into account.
2816         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2817         Reset mem_in_flight before returning.
2818         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2819         cue it up in mem_in_flight_list.
2820         * nscd/aicache.c: Adjust mempool_alloc call.
2821         * nscd/grpcache.c: Likewise.
2822         * nscd/hstcache.c: Likewise.
2823         * nscd/initgrcache.c: Likewise.
2824         * nscd/pwdcache.c: Likewise.
2825         * nscd/servicescache.c: Likewise.
2826         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2827         of -fpie.
2829         * nscd/connections.c (handle_request): Provide better error message
2830         in case SELinux forbids the service.
2832         * version.h (VERSION): Bump to 2.8.90.
2834 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2836         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2838 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2840         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2841         Also use for 32-bit.
2842         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2843         __nextafter instead of nextafter to avoid local PLT.
2844         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2845         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2847         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2849         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2850         __fe_nomask_env.
2851         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2852         <fenv_libc.h> instead of <fenv.h>.
2853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2856         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2858         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2859         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2860         function from fegetexcept and make old name weak alias.
2861         * include/fenv.h: Declare __fegetexcept.
2862         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2863         fegetexcept.
2864         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2865         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2866         to fetestexcept.
2867         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2868         instead of frexpl to avoid local PLT.
2869         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2870         ilogbl to avoid local PLT.
2871         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2872         instead of ldexpl to avoid local PLT.
2873         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2874         __roundl not roundl to avoid local PLT.
2875         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2876         local PLTs.  Use __sincosl instead of separate sinl and cosl
2877         calls.
2878         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2880         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2881         version for ppc64 to 2.4.21 since without it makecontext will fail.
2883         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2884         to the ABI in use.
2885         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2886         .__tls_get_addr.
2887         [__powerpc64__] (TLS_GD): Likewise.
2889 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2891         [BZ #4997]
2892         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2893         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2894         mantissa.
2895         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2896         Likewise.  Also account for when x is an odd number between 2^52
2897         and 2^53-1.
2898         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2899         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2900         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2901         detect aforementioned erroneous conditions.
2903 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2905         * configure.in: Check for -fno-section-anchors in addition to
2906         -fno-toplevel-reorder.
2908 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2910         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2912         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2913         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2914         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2915         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2916         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2917         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2919 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2921         [BZ #5443]
2922         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2923         * time/alt_digit.c: Likewise.
2924         * wcsmbs/wcsmbsload.c: Likewise.
2926 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2928         * version.h (VERSION): Bump to 2.8.
2930         * timzeone/asia: Update from tzdata2008b.
2931         * timezone/backward: Likewise.
2932         * timezone/europe: Likewise.
2933         * timezone/northamerica: Likewise.
2934         * timezone/southamerica: Likewise.
2935         * timezone/iso3166.tab: Likewise.
2936         * timezone/leapseconds: Likewise.
2937         * timezone/zone.tab: Likewise.
2938         * timezone/private.h: Update from tzcode2008a.
2939         * timezone/zdump.c: Likewise.
2940         * timezone/zic.c: Likewise.
2942 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2944         [BZ #5741]
2945         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2946         Define additonal Data Cache Block instruction macros.
2947         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2948         Replace dcbst with dcbf and sync with sync/isync.
2950 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2952         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2953         Always set ELF_RTYPE_CLASS_PLT.
2954         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2956 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2958         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2959         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2960         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2961         For ISA 2.01 and later replace mftb with mfspr 268.
2963 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2965         [BZ #5768]
2966         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2967         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2969 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2971         [BZ #5768]
2972         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2973         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2974         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2975         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2977 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2979         * stdlib/tst-makecontext.c (othervar): New variable.
2980         (cf): Test sign extending the argument to long.
2982 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2984         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2985         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2986         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2987         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2988         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2989         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2990         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2992 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2994         * elf/Makefile (tests): Substitute tests-vis-yes here.
2995         (tests-vis-yes): Delete.
2996         (modules-name, modules-vis-yes): Similarly.
2998 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
3000         [BZ #4407]
3001         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
3002         Preserve sign in signgamp when x is zero.
3004 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
3006         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
3007         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
3008         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
3009         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
3010         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
3011         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
3013 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3015         [BZ #4314]
3016         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
3017         buffers.
3019         [BZ #5209]
3020         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
3021         a reserved error value.
3023         * stdlib/tst-makecontext.c: Change parameter to cf to negative
3024         value to check for correct sign extension.
3026         [BZ #5436]
3027         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3028         Copy 64-bit parameter values even though this is not required in
3029         the standard.
3031         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
3032         PC save.
3034 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
3036         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
3037         PC save.
3039 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
3041         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
3043 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3045         [BZ #5998]
3046         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
3047         in line-buffered stream failed.
3048         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3050 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
3052         [BZ #6024]
3053         * scripts/abi-versions.awk: If the version specified by
3054         --enable-oldest-abi is older than the first version for this
3055         architecture, use the default version.
3057         * locale/programs/ld-collate.c (collate_read): Ignore script lines
3058         as well when ignoring the whole category.
3060 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3062         [BZ #6042]
3063         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
3064         ETHERTYPE_* definitions.
3065         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
3067 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3069         * stdlib/mbtowc.c (__no_r_state): Remove.
3070         (mbtowc): New static state variable.  Use it instead of
3071         __no_r_state.
3072         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
3073         (__wctomb_state): New hidden variable.
3074         (wctomb): Use __wctomb_state instead of __no_r_state.
3075         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
3076         (__wctomb_state): New extern decl.
3077         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
3079 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3081         [BZ #5475]
3082         * resolv/res_init.c: Handle scope IDs in resolv.conf.
3084 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3086         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
3088 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
3090         * po/nl.po: Update from translation team.
3092 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
3094         [BZ #6007]
3095         * string/strfry.c: Handle empty strings again.
3097 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3099         [BZ #5443]
3100         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
3101         before looking for translation.
3102         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
3103         * locale/freelocale.c: Likewise.
3104         * locale/newlocale.c: Likewise.
3105         * locale/setlocale.c: Likewise.
3106         Based partially on a patch by ryo@np.css.fujitsu.com.
3108 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
3110         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
3111         acquiring wrlock.  Do conv_tab allocation while holding lock.
3112         * intl/Makefile: Add rules to build and run tst-gettext6.
3113         * intl/tst-gettext6.c: New test.
3114         * intl/tst-gettext6.sh: New file.
3116 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3118         * po/nl.po: Update from translation team.
3120         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
3121         provided through st_blksize, try the default size before giving up.
3123 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
3125         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
3127         [BZ #5939]
3128         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
3130         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
3131         error message.  POSIX today does not require the messages to be in
3132         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
3134         [BZ #5979]
3135         * sunrpc/auth_unix.c: Unify printed strings.
3136         * sunrpc/clnt_tcp.c: Likewise.
3137         * sunrpc/clnt_udp.c: Likewise.
3138         * sunrpc/clnt_unix.c: Likewise.
3139         * sunrpc/svc_tcp.c: Likewise.
3140         * sunrpc/svc_udp.c: Likewise.
3141         * sunrpc/svc_unix.c: Likewise.
3142         * sunrpc/xdr.c: Likewise.
3143         * sunrpc/xdr_array.c: Likewise.
3144         * sunrpc/xdr_rec.c: Likewise.
3145         * sunrpc/xdr_ref.c: Likewise.
3146         * locale/programs/ld-time.c (time_finish): Unify messages.
3147         * locale/programs/locfile.c (handle_copy): Fix typo.
3148         * nscd/nscd.c (options): Fix typo.
3150         [BZ #5995]
3151         * stdlib/strtod_l.c: Use correct sign for result in one more
3152         underflow case.
3153         Patch by Eric Blake <ebb9@byu.net>.
3155 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
3157         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
3158         and creat system calls.
3159         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
3160         call.
3161         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
3162         system calls.
3163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3164         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3165         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3167 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
3169         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
3170         <linux/limits.h> has defined it.
3171         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
3172         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
3173         headers.
3174         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
3175         it instead of ARG_MAX.
3177 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
3179         * posix/gai.conf: Fix comment for scope nullbits.
3180         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
3181         default to 128 bits for v4 mapped addresses.
3183 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3185         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
3186         ptrace call to get the ieee_instruction_pointer from the kernel.
3187         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
3188         ptrace call to set the ieee_instructtion_pointer.
3189         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
3190         Add comment that ieee_instruction_pointer is always 0.
3192 2008-03-09  Andreas Jaeger  <aj@suse.de>
3194         [BZ #5857]
3195         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
3196         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
3197         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
3199         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
3200         (rint_test): Likewise.
3202 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
3204         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
3205         call.
3206         (__nisfind_server): Similar for open readColdStartFile call.
3207         Patch partially by Jim Meyering.
3208         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
3209         around internal_setent call.
3211         * po/vi.po: New Vietnamese translation.
3213         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
3214         ADJ_OFFSET_SS_READ.
3216         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
3217         remove CLONE_STOPPED.
3219 2008-02-10  Jim Meyering  <meyering@redhat.com>
3221         Remove useless "if" before "free":
3222         * elf/ldconfig.c (parse_conf_include): Likewise.
3223         * gmon/gmon.c (weak_alias): Likewise.
3224         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
3225         * inet/rcmd.c (__validuser2_sa): Likewise.
3226         * intl/bindtextdom.c (set_binding_values): Likewise.
3227         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
3228         * libio/genops.c (save_for_backup): Likewise.
3229         * libio/wgenops.c (save_for_wbackup): Likewise.
3230         * locale/programs/ld-collate.c (collate_read): Likewise.
3231         * locale/programs/linereader.c (get_string): Likewise.
3232         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
3233         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
3234         * resolv/res_debug.c (do_section): Likewise.
3235         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
3236         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
3237         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3238         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
3239         * time/tzset.c (tzset_internal): Likewise.
3241 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
3243         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
3244         of ASSEMBLER.
3246 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
3248         [BZ #5903]
3249         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
3250         not stream for output file.  Open output file here.
3251         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
3252         and output file name.
3253         (process_fd): Likewise.
3254         (process_file): Likewise.
3255         (main): Adjust callers of changed functions.
3256         * iconv/iconv_prog.h: Adjust prototype.
3258 2008-03-09  Andreas Jaeger  <aj@suse.de>
3260         [BZ #5753]
3261         * sysdeps/ia64/ieee754.h: Use protected namespace
3262         __BIG_ENDIAN/__LITTLE_ENDIAN.
3263         * sysdeps/ieee754/ieee754.h: Likewise.
3264         Patch by Aurelien Jarno <aurelien@aurel32.net>.
3266 2008-03-08  Roland McGrath  <roland@frob.com>
3268         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
3269         ignore a signal that came from a machine exception, treat it as a
3270         fatal core-dump signal instead.
3271         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3273         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3274         Clear DF bit in thread state's eflags.
3275         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3277 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
3279         [BZ #5774]
3280         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
3281         of NAN(...) sequence.
3282         * stdlib/Makefile (tests): Add tst-strtod6.
3283         * stdlib/tst-strtod6.c: New file.
3285         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
3287         [BZ #5762]
3288         * posix/getopt.c (_getopt_internal_r): Clarify error message by
3289         putting offending option character in quotes.  Clean up error
3290         messages.
3291         * po/be.po: Adjust msgstr in translation file.
3292         * po/bg.po: Likewise.
3293         * po/ca.po: Likewise.
3294         * po/cs.po: Likewise.
3295         * po/da.po: Likewise.
3296         * po/de.po: Likewise.
3297         * po/es.po: Likewise.
3298         * po/fr.po: Likewise.
3299         * po/hr.po: Likewise.
3300         * po/ko.po: Likewise.
3301         * po/nl.po: Likewise.
3302         * po/rw.po: Likewise.
3303         * po/sk.po: Likewise.
3304         * po/sv.po: Likewise.
3305         * po/tr.po: Likewise.
3306         * po/zh_CN.po: Likewise.
3307         * po/zh_TW.po: Likewise.
3309         [BZ #5760]
3310         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
3311         Patch by Roland Bless <roland@bless.de>.
3313         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
3314         .o file.
3315         * elf/Makefile (routines): Add dl-sysdep.
3316         (elide-routines.os): Likewise.
3318 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
3320         [BZ #5786]
3321         * elf/dl-sysdep.c: Undefine ROUND after use.
3322         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
3323         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
3324         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
3325         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
3326         to ...
3327         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
3328         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
3329         if necessary.
3330         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
3332         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
3333         _dl_tls_get_addr_soft element.
3334         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
3335         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
3336         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
3337         GLRO.
3338         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3339         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
3340         of internal_function.
3342         * stdlib/Makefile (aux): Add tens_in_limb.
3343         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
3344         * stdlib/tens_in_limb.c: ...here.  New file.
3346         [BZ #5778]
3347         * sysdeps/unix/sysv/linux/pathconf.h: Declare
3348         __statfs_chown_restricted.
3349         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
3350         for _PC_CHOWN_RESTRICTED.
3351         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
3352         Implement __statfs_chown_restricted.
3353         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
3354         _POSIX_CHOWN_RESTRICTED value to zero.
3355         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
3356         defined to zero.
3358         * sysdeps/x86_64/rtld-memset.c: New file.
3360 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
3362         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
3364         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
3365         Barcelona machine.  Make default fall through branch of
3366         __x86_64_preferred_memory_instruction check as the integer code path.
3368 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3370         * sysdeps/x86_64/cacheinfo.c
3371         (__x86_64_preferred_memory_instruction): New variable.
3372         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3374         * sysdeps/x86_64/memset.S: Rewrite.
3376 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
3378         * include/stdio.h (__asprintf_chk, __dprintf_chk,
3379         __obstack_printf_chk): New prototypes.
3380         (__vasprintf_chk, __vdprintf_chk,
3381         __obstack_vprintf_chk): Likewise.
3382         Add libc_hidden_proto.
3383         * libio/obprintf.c
3384         (_IO_obstack_jumps): No longer static, add attribute_hidden.
3385         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
3386         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3387         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
3388         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
3389         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3390         __obstack_vprintf_chk): New prototypes.
3391         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
3392         obstack_vprintf): New inlines.
3393         * debug/dprintf_chk.c: New file.
3394         * debug/vdprintf_chk.c: New file.
3395         * debug/asprintf_chk.c: New file.
3396         * debug/vasprintf_chk.c: New file.
3397         * debug/obprintf_chk.c: New file.
3398         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
3399         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
3400         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
3401         @@GLIBC_2.8.
3402         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
3403         vdprintf_chk and obprintf_chk, set CFLAGS for them.
3404         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
3405         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
3406         libc_hidden_proto.
3407         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
3408         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
3409         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
3410         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
3411         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
3412         @@GLIBC_2.8.
3413         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
3414         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
3415         obstack_vprintf_chk.
3416         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
3417         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
3418         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
3419         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
3420         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
3421         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
3423 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
3425         [BZ #5779]
3426         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
3427         Patch by Roy Marples <roy@marples.name>.
3429         [BZ #5736]
3430         * malloc/malloc.c: Fix typo in comment.
3432         [BZ #5627]
3433         * locale/iso-639.def: Add Shuswap.
3435 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
3437         [BZ #5790]
3438         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
3439         overwrite *h_errnop/*errnop values from getanswer_r in case of
3440         failure.
3442 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
3444         [BZ #5818]
3445         * nscd/connections.c (dbs): Add initializers for .suggested_module.
3446         (verify_persistent_db): Remove one unnecessary test and add a new one
3447         for bad configuration.
3448         (nscd_init): Improve error reported when persistent database cannot
3449         be reused.
3450         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
3451         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
3452         .suggested_module and .max_db_size and case config file says the
3453         values are zero.
3454         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
3456         [BZ #5854]
3457         * nis/ypclnt.c (yp_order): Fix handling of return value of
3458         do_ypcall_tr call.
3459         Patch by Jeff Moyer <jmoyer@redhat.com>.
3461         * po/fr.po: Update from translation team.
3463 2008-02-22  Andreas Jaeger  <aj@suse.de>,
3464             Carlos O'Donell <carlos@systemhalted.org>
3466         [BZ #5012]
3467         * FAQ.in: Describe why glibc needs to be compiled with
3468         optimization.
3470 2008-02-19  Roland McGrath  <roland@redhat.com>
3472         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
3474 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
3476         [BZ #5737]
3477         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
3478         __USE_MISC is defined.
3480 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
3482         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
3483         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
3484         sys/timerfd.h.
3485         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
3486         timerfd_gettime, timerfd_settime.
3487         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
3488         timerfd_gettime, timerfd_settime for GLIBC_2.8.
3490 2008-02-08  Roland McGrath  <roland@redhat.com>
3492         * elf/elf.h (NT_PPC_SPE): New macro.
3494 2008-02-06  Roland McGrath  <roland@redhat.com>
3496         * Makerules ($(common-objpfx)sysd-rules):
3497         Depend on $(sysdep-makeconfigs).
3499 2008-01-31  Roland McGrath  <roland@redhat.com>
3501         [BZ #5442]
3502         * configure.in: Use -print-file-name if it yields a directory,
3503         for each of include and include-fixed.
3504         * configure: Regenerated.
3506         * Makeconfig (sysd-rules-targets): New variable.
3507         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
3508         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
3510 2008-01-30  Roland McGrath  <roland@redhat.com>
3512         * manual/libc.texinfo: Update back-cover text.
3514         * elf/elf.h (NT_386_TLS): New macro.
3516 2008-01-29  Roland McGrath  <roland@redhat.com>
3518         * Makeconfig (sysd-rules-patterns): New variable.
3519         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
3520         (check-inhibit-asm): New canned sequence, replaces ...
3521         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
3522         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
3523         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
3524         (CFLAGS-rtld): Variable removed.
3526 2008-01-24  Roland McGrath  <roland@redhat.com>
3528         * configure.in: Let configure fragments set base_os.
3529         * configure: Regenerated.
3531 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
3533         * po/ko.po: Update from translation team.
3535 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3537         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
3539 2008-01-12  Andreas Jaeger  <aj@suse.de>
3541         [BZ #5040]
3542         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
3543         Add EPOLLRDHUP.
3545 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3547         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
3548         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
3549         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
3551 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
3553         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
3554         * elf/dl-close.c (_dl_close): Check for it.
3555         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
3556         (_dl_allocate_static_tls): Likewise.
3557         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
3558         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
3559         to it.
3560         * elf/tst-tls16.c: New file.
3561         * elf/tst-tlsmod16a.c: New file.
3562         * elf/tst-tlsmod16b.c: New file.
3563         * elf/Makefile: Add rules to build and run tst-tls16.
3565 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
3567         [BZ #5628]
3568         * bits/shm.h: Fix comment describing shmid_ds.
3569         * sysdeps/gnu/bits/shm.h: Likewise.
3570         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
3571         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3572         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
3573         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3574         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3575         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3576         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3577         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
3578         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
3580         [BZ #5607]
3581         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
3582         prototypes.
3583         * conform/data/limits.h-data: Adjust limits changed in v6 and add
3584         additional suffixes.
3585         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
3586         Add optional functions mq_timedreceive and mq_timedsend.
3587         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
3588         * conform/data/pthread.h-data: Fix prototype of
3589         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
3590         * conform/data/semaphore.h-data: Allow time.h definitions.
3591         * conform/data/signal.h-data: Likewise.
3592         * conform/data/stdio.h-data: getw and putw are not required in v6.
3593         * conform/data/stdlib.h-data: Change setstate prototype.
3594         * conform/data/string.h-data: Fix strerror_r prototype.
3595         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
3596         * conform/data/unistd.h-data: pthread_atfork not required in v6.
3597         Fix readlink prototype.
3598         * conform/data/netinet/in.h-data: Add const to in6addr_any and
3599         in6addr_loopback.
3600         * inet/netinet/in.h: Cleanup namespace.
3601         * posix/regex.h: Likewise.
3602         * resolv/netdb.h: Likewise.
3603         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3604         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3605         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3606         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
3607         of names of in in6_addr.
3608         (default_precedence): Likewise.
3609         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
3610         NULL definition.
3612 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
3614         * conform/data/fmtmsg.h-data: Add missing allows.
3615         * conform/data/ftw.h-data: Likewise.
3616         * conform/data/inttypes.h-data: Likewise.
3617         * conform/data/math.h-data: Likewise.
3618         * conform/data/signal.h-data: Likewise.
3619         * conform/data/net/if.h-data: Likewise.
3620         * conform/data/netinet/in.h-data: Likewise.
3621         * conform/data/sys/socket.h-data: Likewise.
3623         [BZ #5614]
3624         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
3625         (__strtok_r): Simplify.
3626         * string/tester.c (test_strtok_r): Add test case for futile search
3627         with single-character seach string.
3629 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3631         * po/ko.po: Update from translation team.
3633 2008-01-11  Andreas Jaeger  <aj@suse.de>
3635         [BZ #5600]
3636         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3637         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3638         kernel header.
3640 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3642         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3643         native interface lookup in all the relevant places.
3645 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3646             Ulrich Drepper  <drepper@redhat.com>
3648         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3649         field.  Use sockaddr_in6 for source_addr.
3650         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3651         (match_prefix): Likewise.
3652         (get_label): Likewise.
3653         (get_precedence): Likewise.
3654         (rfc3484_sort): Change to use indirect access to results array.
3655         Adjust to use of sockaddr_in6.  Replace service_order test with
3656         simple index comparison.
3657         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3658         service_order field.  Adjust qsort_t calls.  Access sorted result
3659         array indirectly through order array.
3660         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3661         * posix/tst-rfc3484-2.c: Likewise.
3662         * posix/tst-rfc3484-3.c: Likewise.
3664 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3666         [BZ #5541]
3667         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3668         pollfd structures.
3669         Patch by André Cruz.
3671         [BZ #5545]
3672         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3673         (clnt_spcreateerror): Likewise.
3675         [BZ #5553]
3676         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3677         (public_mEMALIGn): Likewise.
3678         Patch mostly by Daniel Jacobowitz.
3680 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3682         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3683         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3684         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3685         * stdlib/tst-makecontext2.c: New test.
3687 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3689         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3690         defined.
3691         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3692         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3693         transliteration hooks and REINIT_PARAMS afterwards.
3694         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3695         status.
3696         (REINIT_PARAMS): Define.
3697         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3698         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3699         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3700         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3701         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3702         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3703         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3704         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3705         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3706         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3707         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3708         * iconvdata/tst-iconv7.c: New test.
3710 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3712         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3714 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3716         [BZ #5112]
3717         * nscd/connections.c (restart): Fix condition.
3719 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3721         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3722         __ctype_toupper_loc): Add __THROW.
3724 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3726         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3727         recognition of interface family.
3729         * posix/getconf.c: Update copyright year.
3730         * nss/getent.c: Likewise.
3731         * iconv/iconvconfig.c: Likewise.
3732         * iconv/iconv_prog.c: Likewise.
3733         * elf/ldconfig.c: Likewise.
3734         * catgets/gencat.c: Likewise.
3735         * csu/version.c: Likewise.
3736         * elf/ldd.bash.in: Likewise.
3737         * elf/sprof.c (print_version): Likewise.
3738         * locale/programs/locale.c: Likewise.
3739         * locale/programs/localedef.c: Likewise.
3740         * nscd/nscd.c (print_version): Likewise.
3741         * debug/xtrace.sh: Likewise.
3742         * malloc/memusage.sh: Likewise.
3743         * malloc/mtrace.pl: Likewise.
3744         * debug/catchsegv.sh: Likewise.
3746 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3748         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3749         second lookup.
3751 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3753         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3754         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3756 2007-12-17  Roland McGrath  <roland@redhat.com>
3758         * inet/ether_line.c (ether_line): Remove unused variable.
3760 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3762         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3763         and winp.
3764         * login/openpty.c (openpty): Likewise.
3765         * login/pty.h (openpty, forkpty): Likewise.
3766         * manual/terminal.texi (openpty, forkpty): Likewise.
3768 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3770         * malloc/malloc.c (public_cALLOc): For arenas other than
3771         main_arena, count all bytes inside the mprotect_size range of the
3772         heap as uninitialized.
3774 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3776         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3777         executable stacks.
3779         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3780         mTRIm for all of them.
3781         (mTRIm): Additionally iterate over all free blocks and use madvise
3782         to free memory for all those blocks which contain at least one
3783         memory page.
3784         * malloc/tst-trim1.c: New file.
3785         * malloc/Makefile (tests): Add tst-trim1.
3787         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3789 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3791         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3792         First cast argument to long
3793         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3794         Return long.
3795         (__vdso_clock_gettime): Likewise.
3796         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3797         return long.
3799 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3801         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3802         * locale/nl_langinfo_l.c: Real implementation, copied from
3803         nl_langinfo.c.
3804         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3806 2007-12-01  Jim Meyering  <meyering@redhat.com>
3808         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3809         that would inhibit utf8-optimization of a regexp containing line-
3810         or buffer-anchors, e.g., `^', `$'.
3812 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3814         * time/bug-getdate1.c (do_test): Don't use century values which
3815         aren't valid on 32-bit systems.
3817 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3819         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3820         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3821         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3822         __strcat_g, __strncat_g): Add __asm__.
3824 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3826         [BZ #5477]
3827         * io/fchmodat.c: Fix typo in stub_warning use.
3828         Patch by Petr Salinger.
3830 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3832         * iconvdata/hp-thai8.c: New file.
3833         * iconvdata/Makefile: Add rules for hp-thai8.c.
3834         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3835         * iconvdata/gconv-modules: Likewise.
3837         [BZ #5464]
3838         * iconvdata/hp-greek8.c: New file.
3839         * iconvdata/Makefile: Add rules for hp-greek8.c.
3840         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3841         * iconvdata/gconv-modules: Likewise.
3843         [BZ #5463]
3844         * iconvdata/hp-turkish8.c: New file.
3845         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3846         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3847         * iconvdata/gconv-modules: Likewise.
3849         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3850         (shrink_heap): ... this new function.
3851         (heap_trim): Call shrink_heap instead of grow_heap.
3853         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3854         case don't call alloc_perturb.
3856 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3858         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3859         possible.
3860         * sysdeps/unix/sysv/linux/kernel-features.h
3861         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3862         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3864 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3866         [BZ #5424]
3867         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3868         * stdio-common/Makefile (tests): Add bug22.
3869         * stdio-common/bug22.c: New file.
3871         [BZ #5451]
3872         * time/getdate.c: Fix filling in default values.
3873         * time/bug-getdate1.c: New file.
3874         * time/Makefile: Add rules to build and run bug-getdate1.
3876         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3877         * iconvdata/ebcdic-es.c: Likewise.
3878         * iconvdata/ebcdic-es-a.c: Likewise.
3879         * iconvdata/ebcdic-uk.c: Likewise.
3880         * iconvdata/iso8859-16.c: Likewise.
3881         * iconvdata/viscii.c: Likewise.
3882         * iconvdata/iso8859-9e.c: Likewise.
3883         * iconvdata/Makefile: Adjust appropriately.
3885         [BZ #5428]
3886         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3887         __need_wint_t.
3889 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3891         [BZ #5427]
3892         * iconvdata/hp-roman9.c: New file.
3893         * iconvdata/Makefile: Add rules for hp-roman9.c.
3894         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3895         * iconvdata/gconv-modules: Likewise.
3897         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3898         * iconvdata/Makefile: Adjust appropriately.
3900         [BZ #5441]
3901         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3902         structure, it's allocated with alloca.
3903         * stdio-common/Makefile (tests): Add bug21.
3904         * stdio-common/bug21.c: New file.
3906 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3908         [BZ #5452]
3909         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3910         keyword for gcc's braced-groups.
3912 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3914         [BZ #5454]
3915         * inet/ether_line.c: Strip hostname of whitespaces.
3916         * inet/Makefile (tests): Add tst-ether_line.
3917         * inet/tst-ether_line.c: New file.
3919 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3921         [BZ #5439]
3922         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3924         [BZ #5435]
3925         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3927         * stdlib/tst-setcontext.c: Catch the case where the links gets
3928         messed up and we do not reach main again.
3930         * po/ca.po: Update from translation team.
3932 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3934         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3935         * posix/regex.h (REG_ENOSYS): Likewise.
3936         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3938 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3940         * nscd/nscd.h (MAX_STACK_USE): Define.
3941         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3942         (gc): Initialize stack_used based on allocation in prune_cache.
3943         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3944         Clear array before use.
3946         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3947         memory allocation failed.
3948         * nscd/hstcache.c (cache_addhst): Likewise.
3949         * nscd/grpcache.c (cache_addgr): Likewise.
3950         * nscd/servicescache.c (cache_addserv): Likewise.
3951         * nscd/pwdcache.c (cache_addpw): Likewise.
3952         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3954 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3957         and creat system calls.
3959         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3961 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3963         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3964         Add netiucv/iucv.h.
3965         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3966         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3967         protocol.
3968         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3969         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3970         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3972 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3974         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3975         strncat): Define as macros to avoid compile errors.
3977         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3978         creat entries.
3980 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3982         [BZ #5382]
3983         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3984         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3985         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3986         overflow it.
3987         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3989         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3990         Return zero in case the thread library is not NPTL.
3992         [BZ #5375]
3993         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3994         initializing interface list.
3996         [BZ #5378]
3997         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3998         use result of nss_getgrgid_r if nothing was found.  For other
3999         error return with a failure.
4000         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4002         * locale/programs/ld-collate.c (collate_read): Fix loop to match
4003         macro name.
4005 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4007         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
4008         (get_scope): For IPv4 scope, use scopes table.
4009         (fini): Free scopes table if necessary.
4010         (free_scopelist): New function.
4011         (scopecmp): New function.
4012         (gaiconf_init): Also handle scopev4 entries.
4013         * posix/tst-rfc3484.c (do_test): Initialize scopes.
4014         * posix/tst-rfc3484-2.c (do_test): Likewise.
4015         * posix/gai.conf: Document scopev4 defaults.
4016         * posix/Makefile (tests): Add tst-rfc3484-3.
4017         * posix/tst-rfc3484-3.c: New file.
4019         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
4020         Teredo tunnels.
4021         * posix/gai.conf: Update for current default tables.
4023 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4025         * po/tr.po: Update from translation team.
4027 2007-11-18  Roland McGrath  <roland@frob.com>
4029         * manual/arith.texi (Remainder Functions): Spelling fix.
4030         From Shaun Silk <genix@mysoul.com.au>.
4032         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
4034 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
4036         * po/zh_CN.po: Update from translation team.
4038         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4039         Add sys/signalfd.h and sys/eventfd.h.
4041 2007-11-15  Bruno Haible  <bruno@clisp.org>
4043         [BZ #5346]
4044         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
4045         union.
4046         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
4047         (DCIGETTEXT): Change the allocation of the 'search' variable so that
4048         it needs only fixed stack space. Delay the initialization of
4049         msgid_len until it is needed.
4051 2007-11-15  Andreas Jaeger  <aj@suse.de>
4053         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
4054         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
4056 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
4058         * po/ko.po: Update from translation team.
4060 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
4062         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
4063         significantly.  The device type is also part of the ifinfomsg data.
4065         * po/sv.po: Update from translation team.
4066         * po/nl.po: Likewise.
4068         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
4069         to wake up in 24 hours.
4071         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
4073 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
4075         * po/cs.po: Update from translation team.
4076         * po/pl.po: Likewise.
4078         * include/ifaddrs.h: Remove in6ai_temporary.
4079         (struct in6addrinfo): Add index element.
4080         Declare __check_native.
4081         * inet/Makefile (aux): Add check_native.
4082         * sysdeps/unix/sysv/linux/check_native.c: New file.
4083         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
4084         IFA_F_TEMPORARY.  Pass back ifa_index.
4085         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
4086         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
4087         call __check_native if necessary.
4088         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
4089         to sort addresses.  Pass information about the results.
4090         * posix/tst-rfc3484.c: Adjust for addition of index field and change
4091         of rfc3484_sort interface.
4092         * posix/tst-rfc3484-2.c: Likewise.
4094         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
4095         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
4096         for _quicksort.
4097         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
4098         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
4099         on as third parameter to compare function and _quicksort.
4100         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
4101         to the compare function.
4102         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
4103         * Versions.def: Add GLIBC_2.8 for libc.
4105         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
4106         * posix/tst-rfc3484-2.c: Likewise.
4108         * include/kernel-features.h: Moved to...
4109         * sysdeps/mach/hurd/kernel-features.h: ...here.
4111 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
4113         * sysdeps/i386/i586/memcpy_chk.S: New file.
4114         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
4115         * sysdeps/i386/i586/memset_chk.S: Likewise.
4117 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
4119         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
4120         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
4121         list of interfaces.  Also store prefix length.
4122         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
4123         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
4124         prefix if source and destination address are in the same subnet.
4125         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
4126         Always look for matching record in in6ai list.
4127         Correct source_addr_len value for IPv6->IPv4 converted records.
4129 2007-11-11  Roland McGrath  <roland@frob.com>
4131         * include/kernel-features.h: New file.
4133 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
4135         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
4136         complications for 64-bit platforms.
4138         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
4139         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
4140         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
4141         open64_2.
4142         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
4143         entries.
4144         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4145         * sysdeps/wordsize-64/alphasort.c: New file.
4146         * sysdeps/wordsize-64/alphasort64.c: New file.
4147         * sysdeps/wordsize-64/fseeko.c: New file.
4148         * sysdeps/wordsize-64/fseeko64.c: New file.
4149         * sysdeps/wordsize-64/ftello.c: New file.
4150         * sysdeps/wordsize-64/ftello64.c: New file.
4151         * sysdeps/wordsize-64/ftw.c: New file.
4152         * sysdeps/wordsize-64/ftw64.c: New file.
4153         * sysdeps/wordsize-64/iofgetpos.c: New file.
4154         * sysdeps/wordsize-64/iofgetpos64.c: New file.
4155         * sysdeps/wordsize-64/iofopen.c: New file.
4156         * sysdeps/wordsize-64/iofopen64.c: New file.
4157         * sysdeps/wordsize-64/iofsetpos.c: New file.
4158         * sysdeps/wordsize-64/iofsetpos64.c: New file.
4159         * sysdeps/wordsize-64/lockf.c: New file.
4160         * sysdeps/wordsize-64/lockf64.c: New file.
4161         * sysdeps/wordsize-64/mkostemp.c: New file.
4162         * sysdeps/wordsize-64/mkostemp64.c: New file.
4163         * sysdeps/wordsize-64/mkstemp.c: New file.
4164         * sysdeps/wordsize-64/mkstemp64.c: New file.
4165         * sysdeps/wordsize-64/scandir.c: New file.
4166         * sysdeps/wordsize-64/scandir64.c: New file.
4167         * sysdeps/wordsize-64/tmpfile.c: New file.
4168         * sysdeps/wordsize-64/tmpfile64.c: New file.
4169         * sysdeps/wordsize-64/versionsort.c: New file.
4170         * sysdeps/wordsize-64/versionsort64.c: New file.
4171         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
4172         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
4173         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
4174         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
4175         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
4176         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
4177         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
4178         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
4179         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
4180         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
4181         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
4182         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
4184         * crypt/sha256-crypt.c: Fix a comment.
4185         * crypt/sha512-crypt.c: Likewise.
4187 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
4189         * sysdeps/x86_64/memset.S: Add sfence after movnti.
4191 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
4193         [BZ #5277]
4194         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
4195         because output buffer is too small break, don't loop.
4196         * iconvdata/Makefile (tests): Add bug-iconv6.
4197         * iconvdata/bug-iconv6.c: New file.
4199 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
4201         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
4202         with size_t type.
4203         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
4204         size_t.  Add casts where needed.
4206         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
4207         old headers, don't call avc_has_perm if we don't have the
4208         permission information.
4210 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
4212         * elf/rtld.c (dl_main): Use the page size to find the map start.
4214 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
4216         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
4217         Patch by Szymon Siwek <sls@poczta.wp.pl>.
4219         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
4220         when the lookup call failed.
4222         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
4223         Add prune_cond and wakeup_time.
4224         (CACHE_PRUNE_INTERNAL): Define.
4225         Update declarations of prune_cache and setup_thread.
4226         * nscd/connections.c (dbs): Update initializers.
4227         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
4228         (nscd_init): Default number of threads is now 4.
4229         (invalidate_cache): Take lock before calling prune_cache.
4230         (handle_request): If SELinux forbids the request, say so.
4231         (readylist_cond): Use static initializer.
4232         (nscd_run_prune): New function.  Used only by pruning threads.
4233         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
4234         here.
4235         (fd_ready): Update nscd_run reference.
4236         (start_threads): No need to initialize readylist_cond.
4237         Start pruning threads separately.
4238         * nscd/nscd_setup_thread.c: Change return value type to int and always
4239         return 0.
4240         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
4241         to int and return nonzero value if we can use the TID address hack.
4242         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
4243         the database is later than the new entry's timeout, update the
4244         wakeup time and wake the cleanup thread.
4245         (prune_cache): Return seconds the next entry in the database is still
4246         valid.  Remove locking for pruning here.
4247         * nscd/nscd.conf: Document default number of threads.
4249 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
4251         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
4252         stack is properly aligned for the target function.
4253         Correct unwind info.
4255         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
4256         when using auditing libraries.
4258 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
4260         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
4261         _nss_dns_getnetbyaddr2_r.
4262         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
4263         extra parameter to getanswer_r.
4264         (_nss_dns_getnetbyaddr_r): Now a wrapper around
4265         _nss_dns_getnetbyaddr2_r.
4267         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
4268         gethstbynm3_r.
4269         * nscd/gethstbynm2_r.c: Remove.
4270         * nscd/gethstbynm3_r.c: New file.
4271         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
4272         __gethostbyaddr_r.
4273         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
4274         __gethostbyaddr_r compatibility wrapper.
4275         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
4276         determining timeout of entry.
4277         (lookup): Take new parameter and pass it to __gethostbyname3_r and
4278         __gethostbyaddr2_r.
4279         (addhstbyX): Pass reference to variable for TTL to lookup and
4280         cache_addhst.
4281         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
4282         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
4283         and __nss_next2.  Remove __nss_services_lookup.
4284         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
4285         Add compat wrapper.
4286         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
4287         __nss_next2.
4288         * nss/getXXent_r.c: Likewise.
4289         * nss/getnssent_r.c: Likewise.
4290         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
4291         does not exist in module, try the optional second name.
4292         (__nss_next2): New function.
4293         (__nss_next): Now wrapper around __nss_next2.
4294         * nss/nsswitch.h: Adjust __nss_lookup prototype.
4295         Declare __nss_next2.
4296         Adjust definition of db_lookup_function type.
4297         * nss/service-lookup.c: Define NO_COMPAT.
4298         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
4299         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
4300         * inet/ether_ntoh.c: Likewise.
4301         * sunrpc/netname.c: Likewise.
4302         * sunrpc/publickey.c: Likewise.
4303         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
4304         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
4305         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4306         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4307         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4309         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
4311         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
4313 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
4315         [BZ #5204]
4316         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
4317         * crypt/sha512c-test.c: Likewise.
4319         [BZ #5225]
4320         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
4321         to keep track of end of %[ format string element.
4322         * stdio-common/Makefile (tests): Add bug20.
4323         * stdio-common/bug20.c: New file.
4325         [BZ #5222]
4326         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
4327         path elements in counting mode.
4329 2007-10-27  Andreas Jaeger  <aj@suse.de>
4331         [BZ #5040]
4332         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
4334         [BZ #3112]
4335         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
4336         (__cleanup): Free shared library when exiting.
4337         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
4338         (__cleanup): Free shared library when exiting.
4340 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
4342         [BZ #2549]
4343         * math/libm-test.inc (check_float_internal): Support
4344         denormalized return.
4346 2007-10-23  Andreas Jaeger  <aj@suse.de>
4348         [BZ #5208]
4349         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
4350         __LONG_LONG_PAIR to handle little endian byte order.
4351         Suggested by abhishekrai@google.com
4353 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
4355         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
4357 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
4359         * nscd/cache.c (prune_cache): Move test for modified file outside
4360         of locking.
4362 2007-10-21  Andreas Jaeger  <aj@suse.de>
4364         * manual/texinfo.tex: Update to latest version.
4366         * manual/sysinfo.texi (System Parameters): Fix Formatting.
4368         * manual/arith.texi (Status bit operations): Fix formatting.
4370         * manual/errno.texi (Error Messages): Fix formatting.
4372         * manual/sysinfo.texi (System Parameters): Fix formatting.
4374         * manual/libc.texinfo: Update VERSION and UPDATED.
4376 2007-10-19  Roland McGrath  <roland@redhat.com>
4378         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
4380 2007-10-06  David S. Miller  <davem@davemloft.net>
4382         * configure.in: Add sparcv9v2 and sparc64v2.
4383         * scripts/config.sub: Likewise.
4384         * configure: Regenerate.
4385         * elf/elf.h (HWCAP_SPARC_N2): New.
4386         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
4387         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
4388         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
4389         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
4390         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
4391         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
4392         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
4394 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
4396         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
4397         even if the poll result indicates there is data to read.
4398         Patch by Jeff Moyer <jmoyer@redhat.com>.
4400 2007-10-18  Roland McGrath  <roland@redhat.com>
4402         * elf/elf.h (NT_PPC_VMX): New macro.
4404 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4406         * version.h (VERSION): Set to 2.7.90.
4408 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4410         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
4411         weak_alias.
4413 2007-10-17  Roland McGrath  <roland@frob.com>
4415         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
4416         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
4418 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4420         * version.h (VERSION): Bump to 2.7.
4421         * include/features.h (__GLIBC_MINOR__): Bump to 7.
4423         [BZ #5186]
4424         * time/tzset.c (__tz_convert): Don't force testing for a change of
4425         TZ if not called from localtime.  But then also see whether the
4426         file changed, in case __use_tzfile is set.
4428         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
4429         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4430         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4431         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4432         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4433         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4434         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
4435         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4437 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4439         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
4440         and admin selects to be able to replace the gai.conf file, lock
4441         data structures around the qsort call.
4443 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4445         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
4446         new memset.
4447         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
4448         too high for the improvements.  Implement bzero unconditionally for
4449         use in libc.
4451 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4452             Jakub Jelinek  <jakub@redhat.com>
4454         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
4455         even when time_t is 32-bit.
4456         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
4457         timezone data read by __tzfile_default.  Ensure __tzname[0] is
4458         always set after the search.
4460 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4462         * time/tzfile.c (__tzfile_read): Help the compiler recognize
4463         unreachable code on 32-bit machines.
4465 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4467         [BZ #5184]
4468         * time/strftime_l.c: Include stdbool.h.
4469         (my_strftime): New wrapper, old function renamed to...
4470         (__strftime_internal): ... new function.  Add tzset_called
4471         argument, pass it down to recursive calls, don't call tzset ()
4472         if already true, set to true after call to tzset ().
4474 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4476         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
4477         into account when copying TZ string.
4479 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4481         * time/tzfile.c (__tzfile_compute): For use_last case set i to
4482         num_transition rather than num_transitions - 1.
4484 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4486         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
4487         PIC indirect jump.
4489         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
4490         a local label rather than HIDDEN_JUMPTARGET.
4492 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4494         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
4495         (init_cacheinfo): Initialize it.
4496         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
4497         Always define bzero.
4498         Remove non-glibc code.
4499         * sysdeps/x86_64/bzero.S: Make an empty file.
4501 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4503         * sysdeps/x86_64/cacheinfo.c
4504         (__x86_64_preferred_memory_instruction): New.
4505         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
4507         * sysdeps/x86_64/memset.S: Rewrite.
4509 2007-10-15  Roland McGrath  <roland@redhat.com>
4511         * po/libc.pot: Regenerated.
4513 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4515         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
4516         pointers.
4518         [BZ #3425]
4519         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
4520         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
4521         address record to T_A/T_AAAA requests.
4523 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4525         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
4527         * posix/glob.c: Add some branch prediction throughout.
4529         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
4530         read from nscd.
4532         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
4533         service_order.
4534         (rfc3484_sort): Make sure that even if qsort doesn't support
4535         stable sorting out sorting here is stable by comparing service_order.
4536         (getaddrinfo): Initialize service_order.
4537         * posix/tst-rfc3484.c (do_test): Adjust for addition of
4538         service_order field to sorting structure.
4539         * posix/tst-rfc3484-2.c (do_test): Likewise.
4541         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
4542         * time/tzset.c (tzset_internal): Break TZ string parsing out into
4543         __tzset_parse_tz and updating of daylight, timezone, tzname into
4544         update_vars.
4545         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
4546         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
4547         happens in __tz_compute.
4548         * time/tzfile.c (__tzfile_read): Also read TZ string.
4549         (find_transition): Fold into __tzfile_compute.
4550         (__tzfile_compute): For times beyond the last transition try to
4551         use the TZ string.
4552         * timezone/tst-timezone.c: Information in daylight and tzname does
4553         change for Asia/Tokyo timezone with more concrete information.
4554         Remove the test.
4556         * include/stdio.h: Add libc_hidden_proto for ftello.
4557         * libio/ftello.c: Add libc_hidden_def.
4559         [BZ #1140]
4560         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
4561         on the specified time and not the last entries in the file.  Move
4562         code to determine tzname[] to...
4563         (find_transition): ...here.  Add ugly guess for times before the
4564         first transition.
4566 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4568         [BZ #3195]
4569         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
4570         no entry.
4571         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
4572         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4573         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4574         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4576         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
4577         read mechanism when there are no group members and avoid no-op
4578         read syscall in this case.
4580         [BZ #3242]
4581         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
4582         (__readall): If reading failed due to EAGAIN error wait a bit
4583         and possibly try again.
4584         (__readvall): Likewise.
4586 2007-10-13  Bruno Haible  <bruno@clisp.org>
4588         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
4589         when we cannot recode the message.
4591 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4593         [BZ #4359]
4594         * libio/__freading.c (__freading): Don't return true for
4595         write-only streams.  For read/write streams, check whether we
4596         performed a read operation already.
4597         * libio/Makefile (tests): Add tst-ext2.
4598         * libio/tst-ext2.c: New file.
4600 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4602         * locale/programs/repertoire.c (repertoire_read): Always free
4603         memory for repertoire file name [Coverity CID 270].
4605         * elf/cache.c (save_aux_cache): Free memory allocated for
4606         temporary file name [Coverity CID 267].
4608 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4610         * misc/Makefile (headers): Add bits/error.h.
4612 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4614         * posix/fnmatch_loop.c: Take rule index returned as part of
4615         findidx return value into account when accessing weights.
4616         * posix/regcomp.c: Likewise.
4617         * posix/regexec.c: Likewise.
4619         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
4620         (skip_to): Fix problems with parameter of elifdef/elifndef.
4622 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
4624         * iconv/gconv_simple.c: Add some branch prediction.
4626 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4628         * locale/programs/ld-collate.c (collate_read): If ignore_content
4629         and nowtok is tok_define, eat any tok_eol tokens.
4631 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4633         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4634         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4636         * inet/netinet/in.h: Don't include bits/socket.h.
4637         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4638         macro.
4639         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4641 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4643         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4644         and tok_elifndef.
4645         * locale/programs/locfile-kw.gperf: Likewise.
4646         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4648 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4650         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4651         (__find_specwc): Change into __extern_always_inline function.
4652         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4653         (__parse_one_specmb): Remove ps argument.
4654         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4655         Adjust __find_specmb and __parse_one_specmb callers.
4656         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4657         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4658         Removed.
4659         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4660         caller.
4662 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4664         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4665         with some Pentium Ds.
4667 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4669         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4670         __read not read.
4671         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4672         __write not write.
4674 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4676         [BZ #181]
4677         * locale/C-time.c: Set week_1stday data to 19971201.
4678         * locale/programs/ld-time.c (time_finish): Default for
4679         first_workday is Monday.
4681         [BZ #2633]
4682         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4684         [BZ #5103]
4685         * posix/glob.c (glob): Recognize patterns starting \/.
4686         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4687         (main): Add test for pattern starting \/.
4689         * misc/error.h: Use __const instead of const.
4690         * misc/bits/error.h: Likewise.
4692 2007-10-07  Andreas Jaeger  <aj@suse.de>
4694         * include/bits/error.h: New file.
4696         * misc/bits/error.h (error_at_line): Fix prototype.
4698 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4700         [BZ #3924]
4701         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4702         more little bugs in creating the stack frame when pltexit has to
4703         be called.
4705         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4706         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4708         [BZ #4407]
4709         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4710         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4711         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4712         * math/libm-test.inc: Add test for this case.
4714         [BZ #5010]
4715         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4716         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4717         map service succeeded.
4718         (svc_is_mapped): New function.
4719         (svc_unregister): Use it before trying to unmap service.
4721 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4723         * timezone/zic.c: Update from tzcode2007h.
4725         [BZ #5063]
4726         * timezone/africa: Update from tzdata2007h.
4727         * timezone/antarctica: Likewise.
4728         * timezone/asia: Likewise.
4729         * timezone/australasia: Likewise.
4730         * timezone/europe: Likewise.
4731         * timezone/leapseconds: Likewise.
4732         * timezone/northamerica: Likewise.
4733         * timezone/southamerica: Likewise.
4734         * timzeone/zone.tab: Likewise.
4736         [BZ #5104]
4737         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4739         [BZ #5113]
4740         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4741         avoid warning with -Wconversion.
4742         (__strndup): Likewise.
4743         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4745         [BZ #5112]
4746         * nscd/connections.c (restart): Don't resync if database is
4747         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4749         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4750         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4752         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4753         evetnfd_read, eventfd_write.
4754         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4755         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4756         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4757         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4758         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4759         eventfd_write for GLIBC_2.7.
4761         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4762         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4763         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4764         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4766 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4768         * stdlib/msort.c: Include stdint.h.
4769         (struct msort_param): New type.
4770         (msort_with_tmp): Use struct msort_param pointer for unchanging
4771         parameters.  Add optimized handling for several common sizes
4772         and indirect sorting mode.
4773         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4774         sorting.
4775         Suggested by Belazougui Djamel .
4777         * stdlib/Makefile (tests): Add tst-qsort2.
4778         * stdlib/tst-qsort2.c: New test.
4780 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4782         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4783         for dup2 in case another thread races with the current one.  Retry
4784         in this case.
4786         * misc/error.h: Remove support for use outside of libc.  We have to
4787         include <features.h> now.  Include <bits/error.h> if possible.
4788         * misc/bits/error.h: New file.
4790 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4792         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4793         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4794         __extern_always_inline functions unconditionally, drop macros.
4796         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4797         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4798         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4800         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4801         add __artificial__ attribute.
4803 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4805         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4806         backward to forward direction.
4808         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4810         [BZ #645]
4811         * locale/programs/ld-collate.c (collate_finish): Compare against last
4812         used section which is known to have rules defined.
4813         (collate_read): After order_start, correctly record order of sections
4814         and queue sections up.
4816 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4818         [BZ #5071]
4819         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4820         the same number of pages.
4821         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4823         * locale/programs/ld-collate.c (collate_read): After initial copy
4824         statement, continue in state 0.
4826         * include/stdio_ext.h (__fsetlocking): Define as macro.
4828 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4830         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4831         of section order.
4833         * po/pt_BR.po: Fix typo.
4835 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4837         * iconvdata/Makefile (modules): Add ISO8859-9E.
4838         (distribute): Add iso8859-9e.c.
4839         (gen-8bit-gap-modules): Add iso8859-9e.
4840         * iconvdata/iso8859-9e.c: New file.
4841         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4842         * iconvdata/TESTS: Likewise.
4843         * iconvdata/tst-tables.sh: Likewise.
4845         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4847         * locale/iso-639.def: Add several new entries.
4849 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4851         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4852         void * pointers instead of struct link_map **.
4853         (_dl_scope_free): Change argument type to void *.
4854         * include/link.h (struct link_map): Change type of l_reldeps
4855         to struct link_map_reldeps, move l_reldepsact into that
4856         struct too.
4857         * elf/dl-deps.c: Include atomic.h.
4858         (_dl_map_object_deps): Only change l->l_initfini when it is
4859         fully populated, use _dl_scope_free for freeing it.  Optimize
4860         removal of libs from reldeps by using l_reserved flag, when
4861         some removal is needed, allocate a new list instead of
4862         reallocating and free the old with _dl_scope_free.  Adjust
4863         for l_reldeps and l_reldepsact changes.
4864         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4865         searching in l_initfini and l_reldeps without holding dl_load_lock.
4866         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4867         l_reldepsact changes.
4868         * elf/dl-close.c (_dl_close_worker): Likewise.
4869         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4871 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4873         * iconvdata/Makefile (modules): Add KOI8-RU.
4874         (distribute): Add koi8-ru.c.
4875         (gen-8bit-gap-modules): Add koi8-ru.
4876         * iconvdata/koi8-ru.c: New file.
4877         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4878         * iconvdata/TESTS: Likewise.
4879         * iconvdata/tst-tables.sh: Likewise.
4881         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4883 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4885         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4886         with __warning__/__error__ attributes.
4887         (__warnattr): Define.
4888         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4889         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4890         __warnattr.
4891         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4892         of __*_chk if compile time detectable overflow is found.
4893         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4894         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4895         with __warnattr.
4896         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4897         instead of __*_chk if compile time detectable overflow is found.
4898         (__gets_alias): Rename to...
4899         (__gets_warn): ... this.  Add __warnattr.
4900         (gets): Call __gets_warn instead of __gets_alias.
4901         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4902         aliases with __warnattr.
4903         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4904         time detectable overflow is found.
4905         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4906         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4907         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4908         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4909         __getdomainname_chk_warn): New aliases with __warnattr.
4910         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4911         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4912         __*_chk_warn instead of __*_chk if compile time detectable overflow
4913         is found.
4914         (__getgroups_chk): Rename argument to __listlen from listlen.
4915         (__getwd_alias): Rename to...
4916         (__getwd_warn): ... this.  Add __warnattr.
4917         (getwd): Call __getwd_warn instead of __getwd_alias.
4918         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4919         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4920         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4921         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4922         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4923         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4924         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4925         compile time detectable overflow is found.
4926         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4927         to use __*_chk or not.
4928         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4929         in comparisons which function should be called and in __*_chk*
4930         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4931         detectable overflow is found.
4932         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4933         __*_chk argument.
4934         * debug/tst-chk1.c (do_test): Add a few more tests.
4936 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4938         [BZ #5058]
4939         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4940         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4941         (_nl_unload_domain): Finalize conversions_lock.
4942         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4943         handling table of known conversions.
4945 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4947         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4948         close_not_cancel_no_status instead of close.
4950 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4952         [BZ #5028]
4953         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4954         nrules != 0 for multibyte chars.
4956 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4958         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4959         Provide better error message in case the type is unknown.
4961         [BZ #4963]
4962         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4963         * string/stratcliff.c: Make usable to test wide char functions.
4964         * wcsmbs/wcsatcliff.c: New file.
4965         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4967         [BZ #4972]
4968         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4969         (distribute): Add mac-centraleurope.c.
4970         (gen-8bit-gap-modules): Add mac-centraleurope.
4971         * iconvdata/mac-centraleurope.c: New file.
4972         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4973         * iconvdata/TESTS: Likewise.
4974         * iconvdata/tst-tables.sh: Likewise.
4976         [BZ #5043]
4977         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4979 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4981         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4982         from __x86_64_core_cache_size_half.
4983         (init_cacheinfo): Compute shared cache size for AMD processors with
4984         shared L3 correctly.
4985         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4986         name change.
4987         Patch in large parts by Evandro Menezes.
4989 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4991         * elf/dl-lookup.c (add_dependency): Handle failing memory
4992         allocation for dependency list.  Remove unnecessary check.
4994         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4995         open/close when determining source addresses.
4997         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4998         sha512-crypt, and sha512.
4999         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
5000         (distribute): Add sha256.h and sha512.h.
5001         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
5002         and call the appropriate code.
5003         * crypt/sha256-crypt.c: New file.
5004         * crypt/sha256.c: New file.
5005         * crypt/sha256.h: New file.
5006         * crypt/sha256c-test.c: New file.
5007         * crypt/sha256test.c: New file.
5008         * crypt/sha512-crypt.c: New file.
5009         * crypt/sha512.c: New file.
5010         * crypt/sha512.h: New file.
5011         * crypt/sha512c-test.c: New file.
5012         * crypt/sha512test.c: New file.
5014 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
5016         * misc/bits/syslog.h (syslog): Remove extraneous argument from
5017         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
5018         __syslog_chk.
5020 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
5022         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
5023         %as in fscanf format strings.
5025         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
5026         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5027         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5028         Likewise.
5029         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5030         Likewise.
5032         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
5033         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
5034         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
5035         * elf/dl-sym.c (do_sym): Likewise.
5036         * include/link.h (struct link_map): Add l_serial field.
5037         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
5038         * elf/dl-lookup.c (add_dependency): Add flags argument.
5039         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
5040         flags, use THREAD_GSCOPE_RESET_FLAG before and
5041         THREAD_GSCOPE_SET_FLAG after
5042         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
5043         Don't dereference map until it has been found on some list.
5044         If map->l_serial changed, return -1.
5046 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
5048         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
5049         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
5050         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
5051         libc_hidden_proto.
5052         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
5053         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
5054         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
5055         add libc_hidden_proto.
5056         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5057         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5058         conformance requested.
5059         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
5060         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5061         conformance requested.
5062         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5063         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
5064         conformance requested.
5065         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
5066         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
5067         ISO C99 or POSIX conformance requested.
5068         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
5069         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
5070         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
5071         and __isoc99_vsscanf@@GLIBC_2.7.
5072         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
5073         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
5074         (tests): Add scanf14.
5075         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
5076         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
5077         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
5078         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
5079         CFLAGS-isoc99_scanf.c): Add $(exceptions).
5080         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
5081         from using internal headers.
5082         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
5083         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
5084         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
5085         and __isoc99_vswscanf@@GLIBC_2.7.
5086         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
5087         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
5088         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
5089         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
5090         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
5091         * stdio-common/isoc99_scanf.c: New file.
5092         * stdio-common/isoc99_vsscanf.c: New file.
5093         * stdio-common/isoc99_vscanf.c: New file.
5094         * stdio-common/isoc99_vfscanf.c: New file.
5095         * stdio-common/isoc99_fscanf.c: New file.
5096         * stdio-common/isoc99_sscanf.c: New file.
5097         * wcsmbs/isoc99_fwscanf.c: New file.
5098         * wcsmbs/isoc99_vswscanf.c: New file.
5099         * wcsmbs/isoc99_swscanf.c: New file.
5100         * wcsmbs/isoc99_wscanf.c: New file.
5101         * wcsmbs/isoc99_vwscanf.c: New file.
5102         * wcsmbs/isoc99_vfwscanf.c: New file.
5103         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
5104         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
5105         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
5106         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
5107         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
5108         * stdio-common/scanf14.c: New test.
5109         * stdio-common/scanf15.c: New test.
5110         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
5111         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
5112         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
5113         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
5114         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
5115         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
5116         __nldbl___isoc99_scanf@@GLIBC_2.7,
5117         __nldbl___isoc99_fscanf@@GLIBC_2.7,
5118         __nldbl___isoc99_sscanf@@GLIBC_2.7,
5119         __nldbl___isoc99_vscanf@@GLIBC_2.7,
5120         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
5121         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
5122         __nldbl___isoc99_wscanf@@GLIBC_2.7,
5123         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
5124         __nldbl___isoc99_swscanf@@GLIBC_2.7,
5125         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
5126         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
5127         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
5128         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
5129         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
5130         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
5131         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
5132         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
5133         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5134         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
5135         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
5136         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
5137         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
5138         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
5139         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
5140         functions.
5141         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
5142         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
5143         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
5144         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
5145         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
5146         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
5147         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
5148         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
5149         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
5150         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
5151         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
5152         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
5154         * stdio-common/Makefile (tests): Add scanf13.
5155         (scanf13-ENV): New.
5156         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
5157         m modifier followed by l.
5158         (STRING_ARG): Add width argument.
5159         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
5160         <case L_('C')>: Handle %mlc and %mC.
5161         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
5162         arguments.
5163         * stdio-common/scanf13.c: New test.
5165         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
5166         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
5168 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
5170         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
5171         type and __THROW marker of splice, vmsplice, and tee.
5172         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5173         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5174         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5175         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5176         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5177         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5178         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5179         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
5180         as cancellation points.
5182 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
5184         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
5185         parse more than three parts of the version number.
5187 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
5189         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
5190         modifier.  Patch by Jakub Jelinek.
5192 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
5194         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
5195         call_fallocate in misc subdir.
5196         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
5197         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
5198         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
5199         instead of __fallocate64.
5200         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
5202 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
5204         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
5205         * rt/Makefile (headers): Add bits/mqueue2.h.
5206         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
5207         optimizing with GCC and __va_arg_pack_len is defined.
5208         * rt/bits/mqueue2.h: New file.
5209         * rt/mq_open.c (__mq_open): Renamed from mq_open.
5210         (mq_open): New strong_alias.
5211         (__mq_open_2): New function.
5212         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
5213         (mq_open): New strong_alias.
5214         (__mq_open_2): New function.
5215         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
5216         * Versions.def (librt): Add GLIBC_2.7 version.
5217         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
5218         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
5220         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
5221         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
5222         is defined rather than when not C++.
5223         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
5224         __openat64_alias): New redirects.
5225         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
5226         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
5227         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
5228         (open, open64, openat, openat64): Rewrite as __extern_always_inline
5229         functions instead of function-like macros.
5231 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5233         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
5234         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
5235         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
5237 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
5239         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
5240         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
5242 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
5244         * inet/tst-network.c: Increment ERRORS for failing tests.
5246 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
5248         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
5249         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
5250         implement as __extern_always_inline function.
5251         (vsyslog): Define as __extern_always_inline function unconditionally.
5252         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
5253         When __va_arg_pack is defined, implement as __extern_always_inline
5254         functions.
5255         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5256         __extern_always_inline functions unconditionally.
5257         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
5258         bits/stdio2.h will be included.
5259         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
5260         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
5261         implement as __extern_always_inline functions.
5262         (vswprintf, vwprintf, vfwprintf): Define as
5263         __extern_always_inline functions unconditionally.
5264         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
5266 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
5268         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
5269         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
5270         attribute.
5271         * include/features.h (__USE_EXTERN_INLINES): Define only when
5272         __extern_inline is defined.
5273         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
5274         is defined instead of when not __cplusplus.
5275         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
5276         is defined instead of when not __cplusplus.
5277         * socket/sys/socket.h: Include bits/socket2.h when
5278         __extern_always_inline is defined instead of when not __cplusplus.
5279         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
5280         is defined instead of when not __cplusplus.
5281         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
5282         is defined instead of when not __cplusplus.
5283         * string/string.h: Include bits/string3.h when __extern_always_inline
5284         is defined instead of when not __cplusplus.
5285         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
5286         is defined instead of when not __cplusplus.
5287         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
5288         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
5289         is not defined.
5290         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
5291         defined __extern_always_inline instead of !defined __cplusplus.
5292         * libio/bits/stdio-ldbl.h: Likewise.
5293         * wcsmbs/bits/wchar-ldbl.h: Likewise.
5294         * misc/bits/syslog.h (syslog): Don't define for C++.
5295         (vsyslog): Use __extern_always_inline function for C++ instead of
5296         a macro.
5297         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
5298         whenever that macro is defined.
5299         (vprintf): Don't provide the inline for C++.
5300         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
5301         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
5302         define the macros for C++.
5303         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5304         __extern_always_inline functions for C++.
5305         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
5306         stat64, lstat64, fstat64, fstatat64): Don't define if not
5307         __USE_EXTERN_INLINES.
5308         * wcsmbs/bits/wchar2.h: Fix #error message.
5309         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
5310         (vswprintf, vwprintf, vfwprintf): Define using
5311         __extern_always_inline functions for C++.
5312         * string/bits/string3.h: Don't #undef macros if __cplusplus.
5313         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
5314         strncpy, strcat, strncat): Define as __extern_always_inline
5315         functions instead of macros for C++.
5316         * math/bits/cmathcalls.h: Guard __extern_inline routines with
5317         defined __extern_inline.
5318         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
5319         to __extern_inline whenever that macro is defined.
5320         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5321         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5322         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
5323         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
5324         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5325         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5326         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5327         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5328         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
5329         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
5330         prototypes.  Only provide __extern_inline routines if
5331         __USE_EXTERN_INLINES.
5332         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
5333         tests.
5334         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
5335         For now avoid some *printf tests in C++.  Skip all testing
5336         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
5337         is not.
5338         * debug/tst-chk4.cc: New file.
5339         * debug/tst-chk5.cc: New file.
5340         * debug/tst-chk6.cc: New file.
5341         * debug/tst-lfschk4.cc: New file.
5342         * debug/tst-lfschk5.cc: New file.
5343         * debug/tst-lfschk6.cc: New file.
5344         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
5345         prototypes in C++.
5346         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
5347         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
5348         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
5350 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
5352         * po/cs.po: Update from translation team.
5354 2007-09-11  Roland McGrath  <roland@redhat.com>
5356         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
5357         compiling.
5359 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5361         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
5363 2007-09-05  Roland McGrath  <roland@redhat.com>
5365         * manual/signal.texi (Signaling Another Process): Typo fix.
5366         From Karl Berry <karl@freefriends.org>.
5368 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
5370         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
5371         zero if not defined.
5372         (make_request): Recognize optimistic addresses and treat them like
5373         deprecated addresses.
5374         Reported by Neil Horman <nhorman@redhat.com>.
5376 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
5378         * nscd/connections.c (send_ro_fd): Also transfer file size.
5379         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
5380         file size don't call fstat.
5382         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
5383         ahead and map the file.  This should always be correct and we can
5384         catch problems later.
5386 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
5388         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
5389         prototypes.
5390         (__fread_alias, __fread_unlocked_alias): New aliases.
5391         (fread): New extern inline.
5392         (fread_unlocked): Likewise.  Undef macro before definition of
5393         the inline function.
5394         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
5395         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
5396         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
5397         and __fread_unlocked_chk@@GLIBC_2.7.
5398         * debug/fread_chk.c: New file.
5399         * debug/fread_u_chk.c: New file.
5400         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
5402 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
5404         * sysdeps/unix/sysv/linux/syscalls.list
5405         (personality): Change caller to EXTRA.
5407 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
5409         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
5410         to keep gcc quiet.
5411         * iconvdata/iso-2022-cn.c (BODY): Likewise.
5413         * locale/programs/ld-collate.c (collate_output): Avoid warning if
5414         NDEBUG is defined.
5416         * Makerules: Use -p option with mkdir.
5418         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
5419         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
5420         (_xdr_directory_obj): Likewise.
5421         (xdr_entry_obj): Likewise.
5422         (xdr_group_obj): Likewise.
5423         (xdr_link_obj): Likewise.
5424         (xdr_table_obj): Likewise.
5425         (_xdr_nis_result): Likewise.
5426         (_xdr_ns_request): Likewise.
5427         (_xdr_ib_request): Likewise.
5428         (_xdr_nis_taglist): Likewise.
5429         (xdr_cback_data): Likewise.
5430         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
5431         (xdr_ypresp_maplist): Likewise.
5433         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
5435         * posix/regex_internal.h: Prevent some declarations and definitions
5436         to be seen when used in tests.
5438         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
5439         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
5441         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
5443         * config.make.in (datarootdir): Add to shut up configure.
5445         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
5446         associativity for fully-associative caches.
5448         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
5449         requests.  Fill on more associativity values for L2.
5450         Patch mostly by Evandro Menezes.
5452 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
5454         * sysdeps/unix/sysv/linux/x86_64/init-first.c
5455         (_libc_vdso_platform_setup): Avoid using exported variable by using
5456         alias.
5458         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
5460         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
5461         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
5462         defined.
5464 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
5466         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
5467         align stack for call if pltexit is to be used.
5469         [BZ #3924]
5470         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
5471         align for function call in case pltexit has to be called later.
5473         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
5474         implicit atomic operation when storing function pointer.
5475         (_dl_runtime_profile): Likewise.
5477 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5479         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
5480         NIS_NOTFOUND.
5482 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5484         [BZ #4566]
5485         * string/strtok.c: Fix typo in comment.
5487         [BZ #4582]
5488         * debug/segfault.c: Fix typos in comments.
5490         [BZ #4588]
5491         * stdio-common/tempnam.c: Fix comment, it is not checked that
5492         TMPDIR points to a writable directory.
5494         [BZ #4726]
5495         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
5496         memory allocated for the name server address.
5498         [BZ #4946]
5499         * nscd/connections.c (handle_request): Using sendfile always
5500         requires that mmap is used for the database.
5501         Patch by Petr Baudis <pasky@suse.cz>.
5503         [BZ #4905]
5504         * nscd/hstcache.c (cache_addhst): When reloading an entry which
5505         suddenly has two or more addresses, ignore it and remove the old
5506         entry.
5508         [BZ #4814]
5509         * resolv/res_hconf.c: Prepare for compiling outside libc.
5510         * nscd/res_hconf.c: New file.
5511         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
5512         the new file.
5513         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
5514         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
5516         * nscd/hstcache.c (cache_addhst): Minimal optimization.
5518         [BZ #4925]
5519         * debug/pcprofiledump.c: Turn on internationalization by calling
5520         setlocale.  Patch mostly by Benno Schulenberg.
5522         [BZ #4936]
5523         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
5524         the state.
5525         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
5526         * iconvdata/bug-iconv5.c: New file.
5528 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
5530         [BZ #4896]
5531         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
5532         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
5533         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
5534         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
5535         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
5536         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
5537         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
5538         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
5540 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5542         [BZ #4937]
5543         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
5544         lookup loop.  Suggested by John Reiser.
5546 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
5548         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
5550 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
5552         * csu/libc-start.c: Don't handle VDSO_SETUP here.
5553         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
5554         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
5555         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
5556         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
5557         to...
5558         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
5560 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
5562         * po/nl.po: Update from translation team.
5564 2007-08-16  Andreas Jaeger  <aj@suse.de>
5566         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
5567         Reported by Peter Festner <peter.festner@ewetel.net>.
5569 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5571         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
5573 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
5575         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
5576         to check for undefined symbols.
5578         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
5579         If the syscall fails, set errno to the actual returned error number
5580         rather than EINVAL.
5581         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
5582         arguments are incorrect, set errno to EINVAL, if the syscall
5583         fails, set errno to the actual returned error number.
5585         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
5586         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
5588         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
5589         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
5590         file.
5591         (ASI_PNF, ASI_BLK_P): Don't define.
5592         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
5593         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
5594         file.
5595         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
5596         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
5597         file.
5599 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
5601         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
5602         FE_UNDERFLOW on Niagara CPUs.
5604         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
5605         exceptions.
5607 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
5609         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
5610         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
5611         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
5612         flush should be used or not inside of the function.
5613         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
5615         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
5616         __thread_start): Use HIDDEN_JUMPTARGET.
5617         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
5618         __thread_start): Likewise.
5619         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
5621         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
5622         Add libc_hidden_proto.
5623         (STRTOF): Add libc_hidden_proto.
5624         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
5625         (strtold_l, wcstold_l): Use them as second argument for
5626         long_double_symbol.
5628 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5630         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5632 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5634         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5636 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5638         * po/bg.po: New file.  From the translation team.
5640 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5642         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5643         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5644         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5645         when each feature was introduced.
5647         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5648         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5649         (CHECK_HASH): New macro.
5650         (PREPARE_VERSION): Use it.
5652         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5653         prototype if not __ASSUME_PSELECT.
5654         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5655         prototype if not __ASSUME_PPOLL.
5657         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5659         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5660         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5661         is defined.
5663 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5665         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5666         (_libc_vdso_platform_setup): If vDSO is not available point
5667         __vdso_gettimeofday to the vsyscall.
5668         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5669         __vdso_gettimeofday instead of vsyscall.
5671 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5673         * nscd/servicescache.c: Include kernel-features.h.
5674         * nscd/gai.c: Likewise.
5675         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5676         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5677         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5678         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5679         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5680         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5681         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5682         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5683         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5685 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5687         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5688         and _dl_get_origin defines anymore.
5690         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5691         Build fix for systems which might lack POSIX timer support.
5693         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5694         (_libc_vdso_platform_setup): Mangle function pointers before storing
5695         them.
5696         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5697         Demangle vdso pointer before use.
5698         (INTERNAL_VSYSCALL): Likewise.
5700         * elf/cache.c (primes): Mark as const.
5701         Noted by Roland McGrath.
5703 2007-08-01  Andreas Jaeger  <aj@suse.de>
5704             Jakub Jelinek  <jakub@redhat.com>
5706         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5707         (options): Add option.
5708         (parse_opt): Handle option.
5709         (manual_link): Adjust process_file caller.  Call implicit_soname.
5710         (search_dir): Formatting.  Use and populate auxiliary cache.
5711         (main): Load and save auxiliary cache.
5712         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5713         stat64 from fstat64 to caller.
5714         (implicit_soname): New function.
5715         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5716         leave *soname as NULL.
5717         * elf/cache.c: Include libgen.h.
5718         (print_entry, print_cache, compare, save_cache, add_to_cache):
5719         Formatting and cleanups.
5720         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5721         aux_cache_file): New structures.
5722         (AUX_CACHEMAGIC): Define.
5723         (primes): New array.
5724         (aux_hash_size, aux_hash): New variables.
5725         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5726         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5727         load_aux_cache, save_aux_cache): New functions.
5728         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5729         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5730         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5731         (process_file): Adjust prototype.
5733 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5735         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5736         with __need_size_t.
5738 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5740         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5741         r_found_version structure as second parameter.
5742         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5743         (_dl_vdso_vsym): Change type of second parameter accordingly.
5744         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5745         (_libc_vdso_platform_setup): Adjust.
5746         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5747         (_libc_vdso_platform_setup): Likewise.
5749         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5750         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5751         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5752         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5753         * csu/libc-start.c: Pretty printing.
5754         Use VDSO_SETUP if defined.
5755         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5756         and let generic code call into _libc_vdso_platform_setup.
5757         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5758         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5759         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5760         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5761         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5762         for GLIBC_PRIVATE.
5763         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5764         (sysdep_rountines): Add dl-vdso.
5766         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5767         of routines.
5769         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5770         attribute_hidden to __vdso_gettimeofday prototype.
5772 2007-08-12  Roland McGrath  <roland@redhat.com>
5774         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5775         From: Karl Berry <karl@freefriends.org>.
5777 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5779         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5780         an atime update for the files we read.
5782 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5784         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5786         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5787         instead of mkstemp.
5789         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5790         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5791         * misc/mkostemp.c: New file.
5792         * misc/mkostemp64.c: New file.
5793         * stdlib/stdlib.h: Declare the new functions.
5794         * sysdeps/posix/tempname.c: Add new parameter which is added to
5795         the flags for open.  Remove __GT_BIGFILE handling.
5796         * stdio-common/tempname.c: Likewise.
5797         * include/stdio.h: Adjust __gen_tempname prototype.
5798         Renumber __GT_* constants.
5799         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5800         * misc/mkdtemp.c: Likewise.
5801         * misc/mkstemp.c: Likewise.
5802         * misc/mkstemp64.c: Likewise.
5803         * misc/mktemp.c: Likewise.
5804         * stdio-common/tempnam.c: Likewise.
5805         * stdio-common/tmpfile.c: Likewise.
5806         * stdio-common/tmpfile64.c: Likewise.
5807         * stdio-common/tmpnam.c: Likewise.
5808         * stdio-common/tmpnam_r.c: Likewise.
5810 2007-08-10  Roland McGrath  <roland@frob.com>
5812         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5813         New macros.
5814         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5815         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5817 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5819         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5820         possible.
5821         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5822         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5823         * nss/nss_files/files-have_o_cloexec.c: New file.
5825         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5826         available.
5828 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5830         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5831         ___new_wcstold_l): New weak aliases.
5832         (strtold_l, wcstold_l): Use them as second argument for
5833         long_double_symbol.
5835 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5837         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5838         register in test for error.
5840         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5841         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5843         * po/sv.po: Update from translation team.
5845 2007-08-06  Roland McGrath  <roland@redhat.com>
5847         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5848         Remove __strto*_l inlines.
5849         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5850         * stdlib/strtod.c: Add libc_hidden_def.
5851         * stdlib/strtod_l.c: Likewise.
5852         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5853         for __new_strtold and __new_wcstold.
5854         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5855         __STRTOF, STRTOF.
5856         * stdlib/strtol.c: Add libc_hidden_def.
5857         * stdlib/strtol_l.c: Likewise.
5858         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5859         strtoq.
5861         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5863         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5864         * scripts/data/localplt-generic.data: ... here.
5865         * elf/Makefile (check-data): Get generic file if no other.
5866         ($(objpfx)check-localplt.out): Make target unconditional.
5868         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5869         Use ElfW(Nhdr).
5871 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5873         * po/zh_CN.po: Updated translation from translation team.
5875 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5878         Don't use CGOTSETUP and CGOTRESTORE macros.
5880 2007-08-04  Roland McGrath  <roland@redhat.com>
5882         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5884 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5886         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5887         __extension__ around the whole statement expression.
5889 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5891         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5892         elements during initialization.
5894         * po/pl.po: Updated translation from translation team.
5895         * po/tr.po: Likewise.
5896         * po/nl.po: Likewise.
5898 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5900         * rt/aio.h: Add __nonnull attributes.
5902 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5904         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5905         * stdlib/Makefile (tests): Add tst-strtod5.
5906         (tst-strtod5-ENV): New.
5907         * stdlib/tst-strtod5.c: New file.
5909         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5910         failed.
5911         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5912         on failure.
5914         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5915         allocated.
5917 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5919         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5920         numbers.
5922 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5924         * io/Makefile (aux): Add have_o_cloexec.
5925         * include/fcntl.h: Declare __have_o_cloexec.
5926         * io/have_o_cloexec.c: New file.
5927         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5928         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5929         fcntl call if not necessary.
5930         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5931         of local variable.
5933         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5934         Avoid memset, add explicit initialization.
5935         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5936         to the end and change into zero-sized array.
5937         Move lock member to fill a hole on 64-bit platforms.
5939         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5940         inline functions.
5941         * include/stdlib.h: Add __strto*_internal prototypes here.
5942         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5943         inline functions.
5944         * include/wchar.h: Add __wcsto*_internal prototypes.
5945         * sysdeps/generic/inttypes.h: No need to protect the declaration
5946         of the __strto*_internal and __wcsto*_internal members here.
5948         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5950 2007-08-02  Roland McGrath  <roland@redhat.com>
5952         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5953         $(inst_bindir)/getconf if possible.
5955         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5956         (generated): Add it.
5957         ($(inst_libexecdir)/getconf): Use it.
5959 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5961         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5962         /proc is faster and sufficient.  /sys is still needed for
5963         __get_nprocs_conf.
5965 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5967         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5968         syscall as __fallocate64.
5969         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5970         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5972 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5974         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5975         value.
5977         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5978         if off_t is different rank from size_t.
5980         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5981         uw_frame_state_for): Avoid type punning warnings.
5982         * sysdeps/generic/unwind-dw2-fde-glibc.c
5983         (_Unwind_IteratePhdrCallback): Likewise.
5984         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5985         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5986         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5987         pointers.
5989 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5991         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5992         total processors using sysfs.
5993         (__get_nprocs): Use sysfs to determine which processors are online.
5995 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5997         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5998         syscall arguments count.
6000         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
6002 2007-07-30  Roland McGrath  <roland@redhat.com>
6004         * manual/libc.texinfo: Update copyrights, formatting magic, and
6005         @dircategory.  From Karl Berry <karl@freefriends.org>.
6007 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
6009         [BZ #4860]
6010         * io/Makefile (headers): Add bits/fcntl2.h.
6012         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
6013         using gcc builtin.
6014         (__CPU_EQUAL_S): Likewise.
6016         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
6017         (tests): Add tst-cpuset.
6018         * posix/sched_cpualloc.c: New file.
6019         * posix/sched_cpufree.c: New file.
6020         * posix/tst-cpuset.c: New file.
6021         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
6022         GLIBC_2.7.
6023         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
6024         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
6025         macros.  Define CPU_*_S macros.
6027 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6029         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
6030         entry.
6032         [BZ #4858]
6033         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
6034         #.0g and value rounded to 1.0.
6035         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
6037 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
6039         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
6040         for int_frac_digits and frac_digits.
6042         * login/logout.c (logout): Avoid aliasing violation.
6043         * login/logwtmp.c (logwtmp): Likewise.
6045         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
6047         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
6048         to avoid warning.
6049         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
6050         warning.
6051         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
6052         warning.
6053         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
6054         to avoid warnings.
6056         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
6057         void **.
6058         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
6060         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
6061         char * to avoid warning.
6062         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
6064         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
6066         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
6067         allocate_arrays): Cast second argument to charmap_find_symbol
6068         to char * to avoid warnings.
6070         * locale/programs/repertoire.c (repertoire_new_char): Change
6071         from_nr, to_nr and cnt to unsigned long, adjust printf format
6072         string.
6074         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
6075         Cast second argument to new_element to char * to avoid warnings.
6077         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
6079         * intl/gettextP.h (struct loaded_domain): Change plural to const
6080         struct expression *.
6081         * intl/plural-eval.c (plural_eval): Change first argument to
6082         const struct expression *.
6083         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
6084         argument to const struct expression **.
6085         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
6086         prototypes.
6087         * intl/loadmsgcat (_nl_unload_domain): Cast away const
6088         in call to __gettext_free_exp.
6090         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
6091         unitialized wstring/wpattern var warnings.
6093         * posix/runtests.c (struct a_test): Make data field const char *.
6095         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
6096         vars if not LDBL_MANT_DIG >= 106.
6098         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
6100         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
6101         __find_specmb to avoid warning.
6103         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
6105         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
6106         to avoid warnings.
6108         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
6109         initializer.
6111         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
6112         tv var when it will be actually used.
6114         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
6115         to avoid warnings.
6117         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
6118         char array resp. pointer.
6119         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
6120         char array.
6121         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
6122         to const unsigned char **.
6123         (ucs4_to_cns11643): Change second argument to unsigned char *.
6124         * iconvdata/euc-tw.c (BODY): Change endp type to
6125         const unsigned char *.
6126         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
6127         to unsigned char *.
6128         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
6129         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
6130         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
6131         types to unsigned char pointers/arrays instead of char.
6132         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
6133         to unsigned char *.
6134         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
6135         * iconvdata/jis0212.h: Include assert.h.
6136         (ucs4_to_jisx0212): Change second argument to unsigned char *.
6137         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
6138         of trying to handle that.
6139         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
6140         shut up a warning.
6141         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
6142         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
6143         two dimensional const unsigned char arrays.
6144         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
6145         Initialize endp to inptr to shut up a warning.
6147 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6149         [BZ #4772]
6150         * time/strptime_l.c (__strptime_internal): Silently ignore
6151         strftime modifiers and field width in recursive calls.
6153         * include/time.h (enum ptime_locale_status): Remove.
6154         (__strptime_internal): Remove decided and era_cnt arguments,
6155         add statep argument.
6156         * time/strptime_l.c (__strptime_internal): Remove decided
6157         and era_cnt arguments, add statep argument.  Don't recompute
6158         any fields in recursive calls, only update caller's tm
6159         and state, if recursive call fails, don't change tm nor
6160         any state.
6161         (get_alt_number): Adjust.
6162         (recursive): Adjust caller.
6163         (strptime): Likewise.
6164         * time/strptime.c (strptime): Likewise.
6166 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
6168         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
6169         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
6170         if from and to charsets are the same.
6171         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
6172         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
6173         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
6175 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6177         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
6178         Don't define wint_t when __need_mbstate_t unless it
6179         is necessary.
6180         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
6181         in the typedef if possible.
6182         * wctype/wctype.h (wint_t): Define by including
6183         wchar.h with __need_wint_t instead of including stddef.h
6184         with __need_wint_t and as fallback definining it ourselves.
6185         * iconv/gconv.h (__need_wint_t): Define before including
6186         wchar.h.
6187         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
6188         or _GLIBCPP_USE_WCHAR_T.
6189         (__need_wchar_t): Don't define
6190         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6191         (__need_wint_t): Don't define before including stddef.h,
6192         define before including wchar.h only if _LIBC or
6193         _GLIBCPP_USE_WCHAR_T.
6194         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6195         * sysdeps/mach/hurd/_G_config.h: Likewise.
6196         * sysdeps/generic/_G_config.h: Likewise.
6197         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
6198         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
6199         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
6200         if _LIBC or _GLIBCPP_USE_WCHAR_T.
6202 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6204         * sysdeps/posix/posix_fallocate64.c: Undefine
6205         __posix_fallocate64_l64 before alias handling.
6206         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
6207         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
6208         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
6209         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
6211         * io/tst-posix_fallocate.c: Include <fcntl.h>.
6213 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
6215         * locale/programs/ld-collate.c (atwc): New variable.
6216         (add_to_tablewc): New toplevel function, moved from collate_output.
6217         (collate_output): Remove add_to_tablewc nested function.
6219         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
6220         (name_insert): New function.
6221         (write_output): Remove hash_table and hash_size vars and name_insert
6222         nested function.
6224 2007-07-24  Roland McGrath  <roland@redhat.com>
6226         * Makerules (install-others-programs-nosubdir): New target.
6227         (install-no-libc.a-nosubdir): Depend on it.
6229         * iconv/Makefile (install-others-programs): Set this instead of
6230         install-others.
6231         * login/Makefile (install-others-programs): Likewise.
6232         * posix/Makefile (install-others-programs): Likewise.
6234         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
6235         dependencies.
6237 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
6239         * io/Makefile (tests): Add tst-posix_fallocate.
6240         * io/tst-posix_fallocate.c: New file.
6242         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6243         __ASSUME_FALLOCATE.
6245 2007-07-22  Roland McGrath  <roland@frob.com>
6247         * hurd/getdport.c: Add missing copyright year update.
6249         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
6250         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
6252 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
6254         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
6256         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
6257         O_CLOEXEC is needed.
6258         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
6259         Avoid additional fcntl to set O_CLOEXEC if not needed.
6260         * nis/nss_compat/compat-initgroups.c: Likewise.
6261         * nis/nss_compat/compat-pwd.c: Likewise.
6262         * nis/nss_compat/compat-spwd.c: Likewise.
6264 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6266         [BZ #3665]
6267         * manual/errno.texi: Change ECANCELED value to 119.
6269         [BZ #4610]
6270         * mach/lock-intern.h: Include <sys/cdefs.h>.
6272         [BZ #4178]
6273         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
6274         reading A.
6276         [BZ #4126]
6277         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
6278         to __sigsuspend.
6280         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
6282 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
6284         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
6285         `__ASSEMBLER__'.
6286         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6288 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
6290         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
6291         descriptor received from nscd.
6293         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
6295         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
6296         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6297         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6298         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6299         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6300         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6302 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6304         [BZ #4816]
6305         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
6307         [BZ #4813]
6308         * login/forkpty.c (forkpty): Close master and slave fds on
6309         fork failure.  Patch by
6310         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
6312 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
6314         * include/features.h (__USE_ISOC95): New define.
6315         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
6316         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
6317         for -std=iso9899:199409.
6318         * CONFORMANCE: Remove comments about unsupported AMD1.
6320 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6322         * sysdeps/ia64/sched_cpucount.c: New file.
6323         * sysdeps/powerpc/sched_cpucount.c: New file.
6325         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
6326         __BEGIN_DECLS/__END_DECLS around the prototype.
6327         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
6328         pointer to const cpu_set_t.
6330         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
6331         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
6332         __need_size_t and include stddef.h.
6333         * sysvipc/sys/msg.h: Likewise.
6334         * posix/sched.h: Likewise.
6335         * hurd/hurd/signal.h (__need_size_t): Define.
6337         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
6338         neither does signal.h in pedantic ISO C namespaces.  stdio.h
6339         no longer defines wint_t or wchar_t.
6341         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
6342         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
6343         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
6344         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
6345         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
6346         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
6347         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
6348         * debug/printf_chk.c (__printf_chk): Likewise.
6349         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
6350         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
6352         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
6353         Define.
6355         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
6356         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
6358 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
6360         [BZ #4792]
6361         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
6362         * malloc/malloc.h (realloc): Likewise.
6364         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
6365         if one of proc_file_chain streams has that fileno.
6366         * stdio-common/Makefile (tests): Add tst-popen2.
6367         * stdio-common/tst-popen2.c: New test.
6369 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
6371         * elf/ldconfig.c: Allow GPLv2 or any later version.
6372         * elf/readlib.c: Likewise.
6373         * elf/chroot_canon.c: Likewise.
6374         * elf/cache.c: Likewise.
6375         * nscd/mem.c: Likewise.
6376         * nscd/getpwuid_r.c: Likewise.
6377         * nscd/grpcache.c: Likewise.
6378         * nscd/aicache.c: Likewise.
6379         * nscd/getsrvbynm_r.c: Likewise.
6380         * nscd/nscd.c: Likewise.
6381         * nscd/servicescache.c: Likewise.
6382         * nscd/getsrvbypt_r.c: Likewise.
6383         * nscd/initgrcache.c: Likewise.
6384         * nscd/gethstbyad_r.c: Likewise.
6385         * nscd/gethstbynm2_r.c: Likewise.
6386         * nscd/getgrnam_r.c: Likewise.
6387         * nscd/nscd_setup_thread.c: Likewise.
6388         * nscd/getpwnam_r.c: Likewise.
6389         * nscd/gai.c: Likewise.
6390         * nscd/connections.c: Likewise.
6391         * nscd/dbg_log.c: Likewise.
6392         * nscd/cache.c: Likewise.
6393         * nscd/hstcache.c: Likewise.
6394         * nscd/nscd_conf.c: Likewise.
6395         * nscd/getgrgid_r.c: Likewise.
6396         * nscd/pwdcache.c: Likewise.
6397         * catgets/gencat.c: Likewise.
6398         * locale/programs/linereader.h: Likewise.
6399         * locale/programs/locarchive.c: Likewise.
6400         * locale/programs/ld-paper.c: Likewise.
6401         * locale/programs/locfile-kw.h: Likewise.
6402         * locale/programs/ld-address.c: Likewise.
6403         * locale/programs/xmalloc.c: Likewise.
6404         * locale/programs/ld-time.c: Likewise.
6405         * locale/programs/localedef.c: Likewise.
6406         * locale/programs/simple-hash.c: Likewise.
6407         * locale/programs/xstrdup.c: Likewise.
6408         * locale/programs/ld-numeric.c: Likewise.
6409         * locale/programs/locfile-kw.gperf: Likewise.
6410         * locale/programs/ld-collate.c: Likewise.
6411         * locale/programs/charmap-kw.gperf: Likewise.
6412         * locale/programs/charmap.h: Likewise.
6413         * locale/programs/charmap-kw.h: Likewise.
6414         * locale/programs/config.h: Likewise.
6415         * locale/programs/locfile.c: Likewise.
6416         * locale/programs/ld-ctype.c: Likewise.
6417         * locale/programs/charmap.c: Likewise.
6418         * locale/programs/ld-messages.c: Likewise.
6419         * locale/programs/repertoire.h: Likewise.
6420         * locale/programs/locale.c: Likewise.
6421         * locale/programs/ld-name.c: Likewise.
6422         * locale/programs/linereader.c: Likewise.
6423         * locale/programs/locfile.h: Likewise.
6424         * locale/programs/3level.h: Likewise.
6425         * locale/programs/ld-monetary.c: Likewise.
6426         * locale/programs/ld-measurement.c: Likewise.
6427         * locale/programs/charmap-dir.c: Likewise.
6428         * locale/programs/ld-identification.c: Likewise.
6429         * locale/programs/localedef.h: Likewise.
6430         * locale/programs/charmap-dir.h: Likewise.
6431         * locale/programs/repertoire.c: Likewise.
6432         * locale/programs/simple-hash.h: Likewise.
6433         * locale/programs/ld-telephone.c: Likewise.
6434         * locale/programs/locale-spec.c: Likewise.
6435         * locale/programs/locfile-token.h: Likewise.
6436         * posix/getconf.c: Likewise.
6437         * iconv/dummy-repertoire.c: Likewise.
6438         * iconv/iconv_charmap.c: Likewise.
6439         * iconv/iconvconfig.c: Likewise.
6440         * iconv/iconv_prog.c: Likewise.
6441         * malloc/memusagestat.c: Likewise.
6442         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
6444 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6446         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
6447         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
6448         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
6449         check for the first argument.
6451 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
6453         [BZ #4775]
6454         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
6455         (__tgmath_real_type): Fix if expr is const int or other const
6456         qualified integral type.
6457         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
6458         expressions and handle const qualified arguments.
6459         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
6460         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
6461         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
6462         statement expressions.
6463         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
6464         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
6465         (__TGMATH_UNARY_IMAG): Define.
6466         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
6467         * math/Makefile (tests): Add test-tgmath2.
6468         (CFLAGS-test-tgmath2.c): Add.
6469         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
6470         count_cfloat, count_cldouble): New variables.
6471         (NCCALLS): Define.
6472         (main): Check number of complex calls as well.
6473         (F(compile_test)): Add complex tests and tests with const qualified
6474         arguments.
6475         (y, z, ccount): Define.
6476         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
6477         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
6478         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
6479         F(cproj)): New functions.
6480         * math/test-tgmath2.c: New test.
6482 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
6484         [BZ #4776]
6485         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
6486         RPATH etc. as "/" rather than "", don't segfault on empty paths,
6487         instead output ".".
6488         * dlfcn/Makefile (distribute): Add glreflib3.c.
6489         (module-names): Add glreflib3.
6490         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
6491         glreflib1.so.
6492         (LDFLAGS_glreflib3.so): New.
6493         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
6494         glreflib1.so.
6495         * dlfcn/glreflib3.c: New file.
6497         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
6498         returned -1, return NULL.
6499         * intl/explodename.c (_nl_explode_name): Return -1 if
6500         _nl_normalize_codeset failed.
6502 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
6504         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
6505         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
6506         and avoid branch misspredicts for > 31 bytes memset case.
6507         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6508         Remove toc ref to __cache_line_size.
6510         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
6511         to get ISA-V2.0 branch hints.
6512         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
6513         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
6514         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6515         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
6516         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6517         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
6518         Remove toc ref to __cache_line_size.
6520         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
6521         Include math_ldbl_opt.h.
6523 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
6525         [BZ #4773]
6526         * time/strptime_l.c (__strptime_internal): Implement greedy
6527         matching of weekday and month names.
6529 2007-07-09  Roland McGrath  <roland@redhat.com>
6531         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
6532         (ELF_NOTE_ABI): Use it.
6533         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
6535 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
6537         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
6538         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6540 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
6542         [BZ #4745]
6543         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
6544         in loop to look for conversion specifier to avoid testing of
6545         wrong errno value.
6546         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
6547         * stdio-common/bug18.c: New file.
6548         * stdio-common/bug18a.c: New file.
6549         * stdio-common/bug19.c: New file.
6550         * stdio-common/bug19a.c: New file.
6552 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
6554         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
6555         running awk script.
6557 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
6559         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
6560         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
6561         Return NULL if mmap failed instead of asserting it does not.
6562         (calloc): Check for integer overflow.
6564         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
6565         than LONG_MAX / 10.
6567 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
6569         [BZ #4702]
6570         * nis/nss-default.c: Include errno.h.
6571         (init): Preserve errno.
6573 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
6575         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
6577 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
6579         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
6581 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6583         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
6585 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6587         * sysdeps/s390/dl-procinfo.c: New file.
6588         * sysdeps/s390/dl-procinfo.h: New file.
6589         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
6591 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
6593         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
6594         in PT_NOTE segments with multiple notes.
6595         * elf/readelflib.c (process_elf_file): Likewise.
6597 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
6599         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
6600         ISO C compliant.
6602 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6604         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
6606 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
6608         * include/link.h: Don't include rtld-lowlevel.h.
6609         (struct link_map): Remove l_scope_lock.
6610         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
6611         (_dl_scope_free_list): New field (variable) in _rtld_global.
6612         (DL_LOOKUP_SCOPE_LOCK): Remove.
6613         (_dl_scope_free): New prototype.
6614         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
6615         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
6616         (_dl_profile_fixup): Likewise.
6617         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
6618         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
6619         THREAD_GSCOPE_RESET_FLAG around it.
6620         * elf/dl-close.c (_dl_close_worker): Don't use
6621         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
6622         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
6623         scopes were queued or if l_scope_mem has been abandoned.
6624         * elf/dl-open.c (_dl_scope_free): New function.
6625         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
6626         * elf/dl-support.c (_dl_scope_free_list): New variable.
6627         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6628         Remove DL_LOOKUP_SCOPE_LOCK handling.
6629         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6630         handling.
6631         * elf/dl-object.c (_dl_new_object): Don't use
6632         __rtld_mrlock_initialize.
6634 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6636         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6637         to fill in holes
6638         (rtld_global_ro): Likewise.
6640 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6642         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6643         Move PT_LOAD checking to...
6644         (_dl_addr_inside_object): ... here, new function.
6645         * elf/dl-sym.c (do_sym): If not l_contiguous,
6646         call _dl_addr_inside_object.
6647         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6648         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6649         * elf/dl-open.c (dl_open_worker): Likewise.
6650         (_dl_addr_inside_object): New function if IS_IN_rtld.
6651         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6652         holes are present or are PROT_NONE protected.
6653         * include/link.h (struct link_map): Add l_contiguous field.
6654         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6656 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6657             Tomas Janousek  <tjanouse@redhat.com>
6658             Ulrich Drepper  <drepper@redhat.com>
6660         [BZ #4647]
6661         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6662         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6663         socket.
6664         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6665         unused member a bitmap.
6666         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6667         servers are configured.
6669 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6671         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6673 2007-06-17  Andreas Schwab  <schwab@suse.de>
6675         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6677 2007-06-16  Andreas Jaeger  <aj@suse.de>
6679         [BZ #4125]
6680         * sysdeps/unix/sysv/linux/sys/ptrace.h
6681         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6682         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6683         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6684         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6685         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6686         Define.
6687         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6688         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6689         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6690         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6692 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6694         [BZ #4599]
6695         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6696         determining whether there are IPv4/IPv6 addresses, ignore loopback
6697         addresses.
6699 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6701         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6702         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6703         as the return type.  Change type of "r" variable to CMPtype.
6704         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6705         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6706         * soft-fp/gedf2.c (__gedf2): Likewise.
6707         * soft-fp/gesf2.c (__gesf2): Likewise.
6708         * soft-fp/getf2.c (__getf2): Likewise.
6709         * soft-fp/ledf2.c (__ledf2): Likewise.
6710         * soft-fp/lesf2.c (__lesf2): Likewise.
6711         * soft-fp/letf2.c (__letf2): Likewise.
6712         * soft-fp/unorddf2 (__unorddf2): Likewise.
6713         * soft-fp/unordsf2 (__unordsf2): Likewise.
6714         * soft-fp/unordtf2 (__unordtf2): Likewise.
6716 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6718         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6719         make sure gcc doesn't mess around with this.
6721 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6723         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6725 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6727         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6728         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6729         at most once per _dl_close_worker.
6731 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6733         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6734         __sched_cpucount as const.
6735         * posix/sched_cpucount.c: Adjust.
6737         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6738         instruction for counting bits.
6739         * sysdeps/x86_64/sched_cpucount.c: New file.
6741 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6743         * configure.in: Avoid variable named BASH.
6744         * config.make.in: Likewise.
6745         Patch in part by Mike Frysinger.
6747 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6749         [BZ #4586]
6750         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6751         pseudo-zeros as zero.
6752         * sysdeps/x86_64/ldbl2mpn.c: New file.
6753         * sysdeps/ia64/ldbl2mpn.c: New file.
6755 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6757         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6758         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6759         Remove unreachable code at the end.
6761 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6763         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6764         ldbl-128ibm in comment.
6765         (fpclassifyl): Correct classification of denormals.
6766         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6767         return value for MIN denormal. Rewrite using long double math too
6768         correctly handle denormals and canonicalize the results.
6770 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6772         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6773         (__mpn_construct_long_double): Fix conversion where result ought
6774         to be smaller than __LDBL_MIN__, or the low double should be
6775         denormal.  Fix decision where to negate low double - honor round
6776         to even rules.
6777         * stdio-common/tst-sprintf2.c: Include string.h.
6778         (COMPARE_LDBL): Define.
6779         (TEST): Also test whether a string hexadecimal float representation
6780         can be parsed back to the number.
6781         (main): Add a couple of further tests.
6783 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6785         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6786         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6787         is non-zero, but smaller than 2 * __DBL_MIN__.
6788         * stdio-common/tst-sprintf2.c: New test.
6789         * stdio-common/Makefile (tests): Add tst-sprintf2.
6791         * math/test-misc.c (main): Don't run last batch of tests with
6792         IBM long double format.
6794 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6796         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6797         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6798         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6799         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6800         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6801         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6802         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6803         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6804         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6805         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6808         New file.
6809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6810         New file.
6811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6812         New file.
6813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6814         New file.
6815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6816         New file.
6817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6819         New file.
6820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6821         New file.
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6823         New file.
6824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6825         New file.
6826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6827         New file.
6829 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6831         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6832         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6833         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6834         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6835         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6836         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6837         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6838         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6840 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6842         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6843         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6844         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6845         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6846         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6847         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6848         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6849         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6851 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6853         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6854         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6855         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6856         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6858 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6860         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6861         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6863 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6865         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6866         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6867         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6868         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6870 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6872         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6873         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6875 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6877         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6878         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6880         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6881         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6882         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6883         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6885 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6887         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6888         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6889         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6890         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6892 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6894         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6895         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6896         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6897         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6898         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6899         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6901 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6903         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6904         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6905         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6906         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6908 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6910         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6911         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6912         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6913         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6914         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6915         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6916         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6917         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6918         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6919         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6920         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6921         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6922         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6923         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6924         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6925         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6927 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6929         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6930         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6932 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6934         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6935         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6937 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6939         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6940         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6941         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6942         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6943         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6944         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6945         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6946         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6947         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6948         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6950 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6952         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6954 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6956         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6957         branch miss-predicts. Ensure that cache line crossing does not impact
6958         dispatch grouping.
6960 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6962         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6963         "../../powerpc32/power4/memcopy.h".
6964         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6965         "../../powerpc32/power4/wordcopy.c".
6967 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6969         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6970         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6971         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6972         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6973         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6974         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6976 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6978         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6980 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6982         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6983         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6984         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6985         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6986         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6987         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6988         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6989         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6991 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6993         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6995 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6997         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6998         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6999         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
7000         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
7001         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
7002         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
7003         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
7005 2007-05-29  Roland McGrath  <roland@redhat.com>
7007         * po/Makefile (po-sed-cmd): New variable.
7008         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
7010 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
7012         * crypt/md5-crypt.c: Fix comment.
7014         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
7015         of crashing.  When this is the case or if the reply is malformed,
7016         don't try to close the new file descriptor since it does not
7017         exist.
7018         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
7020 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
7022         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
7023         if __NR_utimensat is not defined.
7025 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
7027         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
7029 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
7031         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
7032         (open): Fix comment typos.  Don't call __open_2 if flags
7033         is a compile time constant without O_CREAT.
7034         (__open64_2): Add nonnull attribute.
7035         (open64): Fix comment typos.  Don't call __open64_2 if flags
7036         is a compile time constant without O_CREAT.
7037         (__openat_2): Add nonnull attribute, fix nonnull attribute
7038         on redirect.
7039         (openat): Fix comment typos.  Don't call __openat_2 if flags
7040         is a compile time constant without O_CREAT.
7041         (__openat64_2): Add nonnull attribute, fix nonnull attribute
7042         on redirect.
7043         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
7044         is a compile time constant without O_CREAT.
7046 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
7048         * Makerules (sysd-rules): Define PTW for ptw-* files.
7049         * Versions: Define GLIBC_2.7 for libc.
7050         * include/stdio.h: Declare __fortify_fail.
7051         * debug/fortify_fail.c: New file.
7052         * debug/Makefile (routines): Add fortify_fail.
7053         * debug/chk_fail.c: Use __fortify_fail.
7054         * debug/stack_chk_fail.c: Likewise.
7055         * io/Versions: Export __open_2, __open64_2, __openat_2, and
7056         __openat64_2 for GLIBC_2.7.
7057         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
7058         * io/open.c: Define *_2 variant of function which checks for O_CREAT
7059         and fails if necessary.
7060         * io/open64.c: Likewise.
7061         * io/openat.c: Likewise.
7062         * io/openat64.c: Likewise.
7063         * sysdeps/unix/sysv/linux/open64.c: Likewise.
7064         * sysdeps/unix/sysv/linux/openat.c: Likewise.
7065         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
7066         * io/bits/fcntl2.h: New file.
7067         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
7068         __openat64_2.
7069         * include/bits/fcntl2.h: New file.
7070         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7071         Add open_2.
7072         * sysdeps/unix/sysv/linux/open_2.c: New file.
7074 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
7076         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
7077         as second parameter to handle_intel.
7079         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
7080         the entry.
7082         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
7083         handling to ...
7084         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
7085         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
7086         cacheinfo.
7087         * sysdeps/x86_64/memcpy.S: Complete rewrite.
7088         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
7089         Patch by Evandro Menezes <evandro.menezes@amd.com>.
7091         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
7093 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
7095         [BZ #4525]
7096         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
7097         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
7098         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
7100         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
7102         [BZ #4514]
7103         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
7104         reinitialize workend at the start of each do_positional format spec
7105         loop, free workstart before do_positional loops.
7106         (printf_unknown): Fix size of work_buffer.
7107         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
7109         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
7110         (public_sET_STATe): If ms->version < 3, put all chunks into
7111         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
7112         chunks.
7114         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
7115         * malloc/hooks.c: Likewise.
7116         * malloc/arena.c: Likewise.
7117         * malloc/malloc.c (do_check_malloc_state): Don't assert
7118         n_mmaps is not greater than n_mmaps_max.  This removes the need
7119         for the previous change.
7121         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
7122         2007-05-07 commit.
7124 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
7126         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
7127         Define for kernel >= 2.6.22.
7129 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
7131         * elf/dl-close.c (_dl_close_worker): When removing object from
7132         global scope, wait for all lookups to finish afterwards.
7133         * elf/dl-open.c (add_to_global): When global scope array must
7134         grow, allocate a new one and free old array only after all
7135         lookups finish.
7136         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
7137         (_dl_lookup_symbol_x): Likewise.
7138         * elf/dl-support.c: Define _dl_wait_lookup_done.
7139         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
7140         _dl_wait_lookup_done.
7142         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
7143         not overlapping with arena.
7145         * malloc/mcheck.c (reallochook): If size==0, free the block.
7147         * rt/tst-shm.c: Use fstat64 instead of fstat.
7149         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
7150         __NR_sync_file_range is not defined.
7152 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
7154         Dummy files to prevent stub versions from being used.
7155         * sysdeps/x86_64/fpu/k_cosl.c: New file.
7156         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
7157         * sysdeps/x86_64/fpu/k_sinl.c: New file.
7158         * sysdeps/x86_64/fpu/k_tanl.c: New file.
7160         * version.h (VERSION): Set to 2.6.90.
7162 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
7164         * version.h (VERSION): Define to 2.6.
7165         * include/features.h (__GLIBC_MINOR__): Define to 6.
7167         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
7169         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
7170         sizes.
7172 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
7174         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
7175         number of mmaps.  n_mmaps_max is the target.
7176         * malloc/hooks.c: Likewise.
7177         * malloc/arena.c: Likewise.
7179 2007-05-12  Andreas Jaeger  <aj@suse.de>
7181         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
7182         getpid.
7184 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
7186         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
7187         adding new variables.
7189         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
7190         optimize.  Completely extend global scope array before making the
7191         new entries visible.
7193 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
7195         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
7196         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
7197         tst-getcpu.
7199         * include/link.h: Move l_version and l_nversion members around to
7200         fill gaps.
7202         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
7204         * sysdeps/unix/sysv/linux/sched_setaffinity.c
7205         (__sched_setaffinity_new): If syscall was successful and
7206         RESET_VGETCPU_CACHE is defined, use it before returning.
7207         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
7209         * io/sys/stat.h: Make sure struct timespec is defined for
7210         __USE_ATFILE.
7212         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
7213         UTIME_OMIT.
7214         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7215         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7216         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7217         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7218         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7219         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7220         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
7221         * io/sys/stat.h: Declare utimensat, futimens.
7222         * io/utimensat.c: New file.
7223         * io/futimens.c: New file.
7224         * sysdeps/unix/sysv/linux/utimensat.c: New file.
7225         * sysdeps/unix/sysv/linux/futimens.c: New file.
7226         * io/Makefile (routines): Add utimensat, futimens.
7227         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
7228         * sysdeps/unix/sysv/linux/lutimes.c: New file.
7229         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
7230         available.
7232         * include/sys/cdefs.h: Redefine __nonnull so that test for
7233         incorrect parameters in the libc code itself are not omitted.
7235 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
7237         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
7238         exception in addition to inexact when asked to raise only FE_INEXACT.
7240         [BZ #3427]
7241         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
7242         in *envp.
7244 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7246         [BZ #4403]
7247         * string/strfry.c (strfry): Make result more random.
7249 2007-05-07  Richard Henderson  <rth@redhat.com>
7251         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
7252         if __NO_LONG_DOUBLE_MATH.
7253         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
7254         available in the compiler, add .arch directive to the assembly.
7256 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
7258         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
7259         compat_symbol to GLIBC_2_1.
7260         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
7261         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
7262         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
7263         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
7264         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
7265         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
7266         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
7267         libc, not libm.
7268         (__isnanl): New compat_symbol.
7270 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7271             Jakub Jelinek  <jakub@redhat.com>
7273         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
7274         (new_heap): Initialize mprotect_size.
7275         (grow_heap): When growing, only mprotect from mprotect_size till
7276         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
7277         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
7279 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
7280             Peter Bergner  <bergner@us.ibm.com>
7282         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
7283         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
7284         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
7285         * sysdeps/powerpc/fpu/fe_mask.c: New file.
7286         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
7287         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
7288         Call __fe_mask_env() if all FP exceptions disabled.
7289         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
7290         from old FPSCR to new fenv to propagate DFP rounding modes.
7291         Call __fe_mask_env() if FP exceptions previously enabled.
7292         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
7293         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
7294         transitioning from all exceptions disabled to any exception enabled
7295         or visa versa.
7296         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
7297         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
7298         when transitioning from all exceptions disabled to any exception
7299         enabled or visa versa.
7300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
7301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
7302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
7303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
7304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
7305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
7307 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7309         [BZ #4465]
7310         * posix/unistd.h: Remove __THROW from fdatasync.
7312 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
7314         [BZ #4465]
7315         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
7317 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7319         * stdio-common/vfprintf.c (process_string_arg): Optimize
7320         ridiculous precision in wide char code printing multi-byte string.
7321         Reported by Jim Meyering <jim@meyering.net>.
7323         [BZ #4131]
7324         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
7325         boundaries to work around systems with overlapping binary loading.
7326         Based on a patch by Suzuki <suzuki@in.ibm.com>.
7328 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
7330         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
7331         __mbsnrtowcs after last change.
7333         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
7334         (get_ident): Likewise.
7336 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7338         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
7339         with setting the sticky bit.
7340         * math/test-misc.c (main): Add more truncation tests.
7342 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
7344         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
7345         double in the function declaration.
7346         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
7347         double in the function declaration.
7348         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7349         float in the function declaration.
7350         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7351         float in the function declaration.
7353         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
7354         denormal operands.  Do not generate FP_EX_DENORM exception.
7355         (FP_UNPACK_RAW_EP): Ditto.
7356         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
7357         undefined _FP_UNPACK_RAW_E.
7358         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
7359         undefined _FP_UNPACK_RAW_EP.
7360         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
7361         undefined _FP_PACK_RAW_E.
7362         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
7363         undefined _FP_PACK_RAW_EP.
7365         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
7366         _FP_FRAC_COPY_2.
7367         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
7368         _FP_FRAC_COPY_4.
7370 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
7371             Jakub Jelinek  <jakub@redhat.com>
7373         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
7374         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
7375         this case.
7376         * soft-fp/op-common.h (FP_TRUNC): Ditto.
7378 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7380         * math/test-misc.c (main): Add tests for rounding long double
7381         values close to smallest double denormalized value to double.
7383 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
7385         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
7386         condition for truncating to 0.  Set sticky bit for such
7387         truncation.
7389 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
7391         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
7392         fixed length array for ignore.
7394 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7396         [BZ #4438]
7397         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
7398         stack for large precisions.
7399         * stdio-common/test-vfprintf.c (main): Add test for large
7400         precision.
7402 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
7404         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
7405         for exponent 0.
7406         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
7408         [BZ #4439]
7409         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
7410         account in the size check.
7411         * resolv/tst-inet_ntop.c: New test.
7412         * resolv/Makefile (tests): Add tst-inet_ntop.
7414 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7415             Jakub Jelinek  <jakub@redhat.com>
7417         [BZ #4349]
7418         * malloc/malloc.c: Keep separate list for first blocks on the bin
7419         lists with a given size.  This helps skipping over list elements
7420         we know won't fit in two places.
7421         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
7423 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
7425         [BZ #4102]
7426         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
7427         label to Teredo tunnel addresses 2001://32.
7429 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
7431         * locale/programs/ld-collate.c (collate_read): Allow order_start
7432         after copy.
7434         * locale/programs/ld-collate.c (collate_read): Fix printing of
7435         error message.
7437         [BZ #3213]
7438         * locale/C-translit.h.in: Add entry for U2044.
7440         [BZ #4342]
7441         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
7442         hexa-decimal floats without exponent.
7443         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
7445 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7447         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
7448         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
7449         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
7450         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
7451         GLIBC_2.6.
7452         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
7453         Add sched_getcpu.
7455 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7457         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
7458         of 0 after the out_fail label.
7460 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7462         [BZ #4406]
7463         * iconv/gconv_charset.h (strip): Allow ':'.
7464         * iconv/iconv_open.c (iconv_open): Adjust comment.
7466 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7468         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
7469         version.
7471 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7473         [BZ #4381]
7474         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
7475         alignment of buffer and tmp_buffer.
7476         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
7477         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
7478         alignment of buffer.
7479         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
7480         bigger than INT_MAX.
7481         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
7482         h_errnop arguments.  Fail if buflen is too small.
7483         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
7485 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7487         [BZ #4405]
7488         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
7489         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
7491 2007-04-22  Roland McGrath  <roland@redhat.com>
7493         * elf/elf.h (NT_PRXFPREG): New macro.
7495 2007-04-19  Andreas Jaeger  <aj@suse.de>
7497         [BZ #3905]
7498         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
7499         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
7500         Added.
7502 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
7504         * include/sys/mman.h: Mark madvise hidden.
7505         * misc/madvise.c: Add libc_hidden_def.
7507 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
7509         * nis/nis_domain_of.c (__nis_domain_of): New function.
7510         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
7511         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
7512         * nis/nis_call.c (rec_dirsearch): Likewise.
7513         (first_shoot): Likewise.  Remove search_parent_first argument.
7514         (struct nis_server_cache): Rename search_parent_first field
7515         to search_parent.
7516         (nis_server_cache_search, nis_server_cache_add): Rename
7517         search_parent_first argument to search_parent.
7518         (__nisfind_server): Likewise.  If search_parent, call
7519         __nis_domain_of.
7521 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
7523         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
7525 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
7527         [BZ #4368]
7528         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
7530 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
7532         [BZ #4364]
7533         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
7535 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
7537         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
7538         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
7539         current number of locales in SUPPORTED.
7540         (create_archive): Initialize serial.
7541         (enlarge_archive): Preserve aliases rather than duplicating
7542         their locrecs.
7544 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7546         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
7547         after _IO_un_link, not before it.
7549         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
7550         special case handling when wcp == wstartp + 1.  Fix a comment typo.
7551         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
7553 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
7555         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
7556         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
7557         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
7558         Remove __THROW.
7559         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
7560         _IO_file_xsgetn_maybe_mmap): Likewise.
7561         * libio/oldfileops.c (old_do_write): Likewise.
7562         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
7563         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
7564         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
7565         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
7566         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
7567         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
7568         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
7569         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
7570         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
7571         _IO_file_underflow, _IO_file_underflow_mmap,
7572         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
7573         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
7574         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
7575         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
7576         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
7577         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
7578         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
7579         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
7580         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
7581         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
7582         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
7583         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
7584         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
7585         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
7586         _IO_adjust_column_internal, _IO_default_uflow_internal,
7587         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
7588         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
7589         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
7590         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
7591         _IO_file_close_it_internal, _IO_file_underflow_internal,
7592         _IO_file_overflow_internal, _IO_file_attach_internal,
7593         _IO_file_fopen_internal, _IO_file_sync_internal,
7594         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
7595         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
7596         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
7597         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
7598         _IO_seekpos_unlocked): Likewise.
7599         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
7600         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
7602 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
7604         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
7605         argument in xmalloc size computation.
7607 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7609         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
7610         math_opt_barrier and math_force_eval macros.
7612 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7614         [BZ #3306]
7615         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
7616         * sysdeps/i386/fpu/math_private.h: New file.
7617         * sysdeps/x86_64/fpu/math_private.h: New file.
7618         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
7619         math_force_eval macros.  Use "+m" constraint on asm rather than
7620         "=m" and "m".
7621         * math/s_nextafter.c (__nextafter): Likewise.
7622         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
7623         Likewise.
7624         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7625         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7626         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7627         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7628         math_opt_barrier and math_force_eval macros.
7629         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7630         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7631         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7632         (__nexttoward): Use math_opt_barrier and
7633         math_force_eval macros.  Use "+m" constraint on asm rather than
7634         "=m" and "m".  Only use asm to force double result if
7635         FLT_EVAL_METHOD is 2.
7636         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7637         (__nexttowardf): Use math_opt_barrier and
7638         math_force_eval macros.  Use "+m" constraint on asm rather than
7639         "=m" and "m".  Only use asm to force double result if
7640         FLT_EVAL_METHOD is not 0.
7641         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7642         (__nexttowardf): Use math_opt_barrier and
7643         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7644         x to float using asm.
7645         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7646         (__nldbl_nexttowardf): Use math_opt_barrier and
7647         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7648         x to float using asm.
7649         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7650         (__nexttowardf): Use math_opt_barrier and math_force_eval
7651         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7652         * math/bug-nextafter.c (zero, inf): New variables.
7653         (main): Add new tests.
7654         * math/bug-nexttoward.c (zero, inf): New variables.
7655         (main): Add new tests.
7657 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7659         [BZ #3427]
7660         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7661         exceptions both in SW and MXCSR.
7662         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7663         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7664         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7665         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7666         in MXCSR if SSE is available.
7667         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7668         and ldsodefs.h.
7669         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7670         Fix comment typo.
7671         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7672         Return 0 rather than 1.
7673         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7674         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7675         * math/test-fenv.c (feholdexcept_tests): New function.
7676         (main): Call it.
7678 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7680         [BZ #3427]
7681         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7682         in SW.
7684 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7686         [BZ #4344]
7687         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7688         Reported by David Anderson <davea42@earthlink.net>.
7690 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7692         * posix/sys/wait.h: Remove unnecessary forward declaration.
7694 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7696         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7697         with obj->do_servers after first_shoot.
7699 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7701         * posix/Makefile (routines): Add sched_cpucount.
7702         (tests): Add tst-cpucount.
7703         * posix/sched_cpucount.c: New file.
7704         * posix/tst-cpucount.c: New file.
7705         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7706         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7707         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7708         * posix/sched.h: Define CPU_COUNT.
7710 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7712         * posix/fnmatch.c (STRUCT): Define.
7713         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7714         * posix/fnmatch_loop.c (struct STRUCT): New type.
7715         (FCT): Add ends argument.  If ends != NULL and normal * is
7716         seen in the pattern, store current pattern and string pointers
7717         and return.  Adjust recursive calls.
7718         (EXT): Adjust FCT callers.
7719         (STRUCT): Undef at the end of the file.
7720         * posix/Makefile (tests): Add tst-fnmatch2.
7721         * posix/tst-fnmatch2.c: New test.
7723 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7725         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7726         and 1 on failure.
7728         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7729         Change last argument to unsigned int.
7731 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7733         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7735 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7737         * config.h.in (HAVE_LIBCAP): Add.
7738         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7739         sys/capabilities.h.
7740         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7741         free_caps.  Cast away const from 4th cap_set_flag argument.
7743 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7745         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7746         GLIBC_2.6.
7747         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7748         Add sync_file_range.
7749         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7751 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7753         * sysdeps/powerpc/bits/atomic.h
7754         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7755         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7756         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7757         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7758         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7759         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7760         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7761         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7762         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7763         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7764         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7765         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7766         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7767         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7768         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7769         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7770         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7771         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7772         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7773         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7775 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7777         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7778         (__cache_line_size): Define the variable here.  Add
7779         attribute_hidden, remove weak_extern.
7780         (__libc_start_main): Set __cache_line_size
7781         unconditionally.
7782         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7783         (__cache_line_size): Define the variable here.  Add
7784         attribute_hidden, remove weak_extern.
7785         (DL_PLATFORM_AUXV): Set __cache_line_size
7786         unconditionally.
7787         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7788         weak_extern, add attribute_hidden.
7789         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7790         defined in ld.so.
7791         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7792         definition.
7793         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7795 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7797         [BZ #4276]
7798         * timezone/africa: Update from tzdata2007d.
7799         * timezone/asia: Likewise.
7800         * timezone/australasia: Likewise.
7801         * timezone/backward: Likewise.
7802         * timezone/europe: Likewise.
7803         * timezone/iso3166.tab: Likewise.
7804         * timezone/leapseconds: Likewise.
7805         * timezone/northamerica: Likewise.
7806         * timezone/southamerica: Likewise.
7807         * timezone/zone.tab: Likewise.
7809         * timezone/private.h: Update from tzcode2007d.
7810         * timezone/zdump.c: Likewise.
7811         * timezone/zic.c: Likewise.
7813 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7815         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7816         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7817         variables.
7818         (nis_server_cache_search, nis_server_cache_add): New functions.
7819         (__nisfind_server): Use them.  Add dbp and flags argument, if
7820         call __nisbind_create.
7821         (__nisbind_create): Add server_used and current_ep arguments,
7822         only call __nis_findfastest if server_used is ~0.
7823         (__do_niscall2, __prepare_niscall): Adjust callers.
7824         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7825         ckey_cache_euid, ckey_cache_lock): New variables.
7826         (get_ckey): New function.
7827         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7828         __pmap_getnisport.  Save __pmap_getnisport result in
7829         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7830         key.
7831         * nis/nis_lookup.c (nis_lookup): Likewise.
7832         * nis/nis_table.c (nis_list): Likewise.
7833         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7834         prototypes.
7836         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7837         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7838         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7839         _nss_nisplus_getservbyport_r): Likewise.
7840         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7841         _nss_nisplus_getnetbyaddr_r): Likewise.
7842         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7843         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7844         _nss_nisplus_getntohost_r): Likewise.
7845         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7846         _nss_nisplus_getrpcbynumber_r): Likewise.
7848 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7850         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7851         * configure: Rebuilt.
7853         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7854         bit-fields.
7855         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7857 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7859         [BZ #2831]
7860         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7861         bit-fields.
7863 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7865         * nscd/gai.c: Include alloca.h.
7866         (__libc_use_alloca): Define.
7868 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7870         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7871         smaller scopes.
7872         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7873         (DL_DST_REQUIRED): Adjust user.
7875         * include/dlfcn.h (struct link_map): New forward decl.
7877         * inet/getnameinfo.c: Include stddef.h.
7878         (getnameinfo): Use offsetof.
7880         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7882         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7884         * string/strerror_l.c: Include stdlib.h.
7886         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7887         * config.make.in (gnu89-inline-CFLAGS): New variable.
7888         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7889         -std=gnu99.
7890         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7891         * argp/argp.h: Use it.
7892         * bits/mathinline.h: Likewise.
7893         * bits/sigset.h: Likewise.
7894         * bits/string.h: Likewise.
7895         * ctype/ctype.h: Likewise.
7896         * hurd/hurd.h: Likewise.
7897         * hurd/hurd/fd.h: Likewise.
7898         * hurd/hurd/port.h: Likewise.
7899         * hurd/hurd/signal.h: Likewise.
7900         * hurd/hurd/threadvar.h: Likewise.
7901         * hurd/hurd/userlink.h: Likewise.
7902         * io/sys/stat.h: Likewise.
7903         * libio/bits/stdio.h: Likewise.
7904         * libio/bits/stdio2.h: Likewise.
7905         * mach/lock-intern.h: Likewise.
7906         * mach/mach/mig_support.h: Likewise.
7907         * math/bits/cmathcalls.h: Likewise.
7908         * posix/bits/unistd.h: Likewise.
7909         * socket/bits/socket2.h: Likewise.
7910         * stdlib/bits/stdlib.h: Likewise.
7911         * stdlib/stdlib.h: Likewise.
7912         * string/argz.h: Likewise.
7913         * string/bits/string2.h: Likewise.
7914         * string/bits/string3.h: Likewise.
7915         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7916         * sysdeps/generic/inttypes.h: Likewise.
7917         * sysdeps/generic/machine-lock.h: Likewise.
7918         * sysdeps/generic/machine-sp.h: Likewise.
7919         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7920         * sysdeps/i386/i486/bits/string.h: Likewise.
7921         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7922         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7923         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7924         * sysdeps/mach/i386/machine-lock.h: Likewise.
7925         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7926         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7927         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7928         * sysdeps/s390/bits/string.h: Likewise.
7929         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7930         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7931         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7932         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7933         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7934         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7935         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7936         * wcsmbs/bits/wchar2.h: Likewise.
7937         * wcsmbs/wchar.h: Likewise.
7938         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7939         __extern_inline definition.
7941 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7943         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7944         NULL.
7946         [BZ #3919]
7947         * math/libm-test.inc (log_test): Test -Inf and NaN.
7948         (log10_test, log1p_test, log2_test): Test -Inf.
7949         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7950         FE_INVALID when argument is qNaN.
7951         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7952         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7953         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7954         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7955         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7956         testb $4, %ah and jump if non-zero.
7957         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7958         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7960         [BZ #4101]
7961         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7962         ancestors with the same depths.
7963         Patch by Niels Moeller <nisse@lysator.liu.se>.
7964         (filter_doc): Don't crash if argp is NULL.
7965         * argp/Makefile (tests): Add tst-argp2.
7966         * argp/tst-argp2.c: New test.
7968         [BZ #4130]
7969         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7970         open_not_cancel_2.
7971         (updwtmp_file): Likewise.
7973         [BZ #4181]
7974         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7975         (inet6_opt_append): Don't check extlen is big enough if extbuf
7976         is NULL.
7977         (inet6_opt_finish): Likewise.
7978         * inet/Makefile (tests): Add test-inet6_opt.
7979         * inet/test-inet6_opt.c: New test.
7981         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7982         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7983         NLMSG_ERR.  Instead use a page sized buffer.
7984         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7985         buffer.
7987 2007-03-14  Richard Henderson  <rth@redhat.com>
7989         * sysdeps/alpha/fpu/s_llround.c: New file.
7990         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7991         * sysdeps/alpha/fpu/s_lround.c: New file.
7992         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7993         * sysdeps/alpha/fpu/s_round.c: New file.
7994         * sysdeps/alpha/fpu/s_roundf.c: New file.
7995         * sysdeps/alpha/fpu/s_trunc.c: New file.
7996         * sysdeps/alpha/fpu/s_truncf.c: New file.
7998         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7999         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
8000         * sysdeps/alpha/fpu/s_floor.c: Likewise.
8001         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
8002         * sysdeps/alpha/fpu/s_rint.c: Likewise.
8003         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
8005         * sysdeps/alpha/fpu/s_fmax.S: New file.
8006         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
8007         * sysdeps/alpha/fpu/s_fmin.S: New file.
8008         * sysdeps/alpha/fpu/s_fminf.S: New file.
8009         * sysdeps/alpha/fpu/s_isnan.c: New file.
8010         * sysdeps/alpha/fpu/s_isnanf.c: New file.
8011         * sysdeps/alpha/fpu/s_llrint.c: New file.
8012         * sysdeps/alpha/fpu/s_llrintf.c: New file.
8013         * sysdeps/alpha/fpu/s_lrint.c: New file.
8014         * sysdeps/alpha/fpu/s_lrintf.c: New file.
8015         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
8016         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
8018         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
8019         (__fdimf, fdimf, __fdim, fdim): Remove.
8020         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
8021         (__isnanf, __isnan, __isnanl): New.
8023 2007-03-13  Richard Henderson  <rth@redhat.com>
8025         * sysdeps/ieee754/ldbl-128/Makefile: New file.
8027 2007-03-13  Richard Henderson  <rth@redhat.com>
8029         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
8030         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
8031         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
8032         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
8033         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
8034         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
8036 2007-03-13  Richard Henderson  <rth@redhat.com>
8038         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
8039         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
8040         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
8041         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
8042         Move to dl-auxv.h; initialize instead of extern weak.
8043         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
8044         weak symbol.
8045         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
8046         Extern instead of initialized.
8048 2007-03-13  Richard Henderson  <rth@redhat.com>
8050         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
8051         __sigsuspend_nocancel.
8053 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
8055         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
8056         172.16/12 address range.
8058 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
8060         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
8061         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
8062         message.
8064 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
8066         [BZ #4069]
8067         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
8068         earlier.
8069         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
8071         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
8072         for x qNaN and y either +-inf or non-integer value.
8073         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
8074         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8075         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
8077 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
8079         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
8080         from sysdep_headers.
8082 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
8084         * time/tzfile.c (find_transition): Instead of a linear search try to
8085         guess the transition index, use a linear search if the result is at
8086         most 10 transitions away from the guess or binary search otherwise.
8088 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
8090         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
8091         memory reallocation.
8093 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
8095         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
8096         and fix some typos.
8097         Optimize use of TOLOWER.
8099         [BZ #3325]
8100         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
8101         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8102         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8104         [BZ #3458]
8105         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
8106         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
8108         [BZ #4076]
8109         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
8110         (open_dir_stream): Likewise.
8111         * io/Makefile (tests): Add bug-ftw5.
8112         * io/bug-ftw5.c: New file.
8114         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
8115         * nscd/servicescache.c (cache_addserv): Likewise.
8117         * nscd/grpcache.c (cache_addgr): In case a record changed on
8118         refresh, adjust key_copy.
8120         [BZ #4074]
8121         * nscd/pwdcache.c (cache_addpw): In case a record changed on
8122         refresh, adjust key_copy.
8124         [BZ #4070]
8125         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
8126         special cases.
8127         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
8129 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
8131         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
8132         optimization.
8134         * stdio-common/vfscanf.c: Small cleanups throughout.
8136 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
8138         [BZ #3325]
8139         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
8140         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8141         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8142         Patch by Jared Casper <jaredcasper@gmail.com>.
8144         * sysdeps/unix/closedir.c: Outside libc don't use locking.
8145         * sysdeps/unix/opendir.c: Likewise.
8146         * sysdeps/unix/readdir.c: Likewise.
8148         [BZ #2211]
8149         * stdio-common/vfscanf.c: Handle localized digits etc for floating
8150         point numbers.
8151         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
8153         * stdio-common/vfscanf.c: Fix problems in width accounting.
8154         * stdio-common/tst-sscanf.c (double_tests): New tests.
8155         (main): Hook them up.
8157         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
8158         More simplifications of floating-point reader.
8160         * stdio-common/Makefile (tests): Add tst-swscanf.
8161         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
8162         testing.
8163         * stdio-common/tst-swscanf.c: New file.
8165 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
8167         [BZ #2633]
8168         * libio/stdio.h: Define struct _IO_FILE in global namespace.
8169         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
8170         Remove using for __jmp_buf_tag.
8171         * locale/locale.h (struct lconv): Also define in std namespace.
8172         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
8174         [BZ #3842]
8175         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
8176         using __libc_enable_secure.
8178         [BZ #3818]
8179         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
8181         [BZ #3745]
8182         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
8183         of names for ellipsises.
8185         [BZ #3348]
8186         * malloc/memusage.sh: Cleanups.
8187         * debug/xtrace.sh: Quoting and trap changes.
8189 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
8191         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
8193         * locale/iso-3166.def: Update entry for Serbia.
8194         * locale/iso-4217.def: Define RSD, remove CSD.
8196         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
8197         and 64-bit operations.
8199         [BZ #4040]
8200         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
8201         16-bit operations.
8203         * nscd/nscd.c (parse_opt): One more conversion to use send instead
8204         of writev.
8206 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
8208         [BZ #3991]
8209         * assert/assert.h (assert): Simplify.
8210         (assert_perror): Likewise.
8211         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
8213         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
8214         reqdata.
8216         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
8217         change: don't pass NULL in place of an integer.
8219 2007-02-02  Bruno Haible  <bruno@clisp.org>
8221         [BZ #3954]
8222         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
8223         Add mapping for U+327E.
8224         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
8225         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8226         mapping of 0xD9 0xE8.
8227         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
8228         mapping of U+327E.
8229         Reported by Jungshik Shin <jungshik@google.com>.
8231         [BZ #3955]
8232         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8233         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
8234         Reported by Jungshik Shin <jungshik@google.com>.
8236 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
8238         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
8239         byte variants.
8241         [BZ #4040]
8242         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
8243         byte variants.  Patch mostly be tom@tommay.net.
8245 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8247         [BZ #3996]
8248         * posix/glob.c (attribute_hidden): Define if not defined.
8249         (glob): Unescape dirname, filename or username when needed and not
8250         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8251         is NULL.  Handle unescaped [ in pattern without closing ].
8252         Don't pass GLOB_CHECK down to recursive glob for directories.
8253         (__glob_pattern_type): New function.
8254         (__glob_pattern_p): Implement using __glob_pattern_type.
8255         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8256         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8257         Remove unreachable code.
8258         * posix/globtest.sh: Add a couple of new tests.
8260 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
8262         * po/ru.po: Update from translation team.
8264 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
8266         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
8267         to the list of i486+ CPUs.
8268         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8270 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
8272         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
8273         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
8274         references.
8276 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
8278         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
8280         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
8281         * resolv/res_mkquery.c: Define __res_nopt.
8282         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
8283         try adding EDNS0 record.
8284         * resolv/res_send.c (send_dg): If request failed with FORMERR and
8285         EDNS0 record was send make sure we don't try it again.
8286         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
8287         * include/resolv.h: Declare __res_nopt.
8289 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
8291         [BZ #3944]
8292         * time/strptime_l.c (__strptime_internal): Set have_mon for
8293         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
8294         have been computed from tm_yday and tm_year.  Don't crash
8295         in day_of_the_week or day_of_the_year if not have_mon
8296         and tm_mon contains bogus value.
8297         * time/Makefile (tests): Add tst-strptime3.
8298         * time/tst-strptime3.c: New test.
8300 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8302         [BZ #3957]
8303         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8304         bit for RE_HAT_LISTS_NOT_NEWLINE.
8305         (build_charclass_op): Remove bogus comment.
8306         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
8307         * posix/bug-regex27.c: New test.
8308         * posix/bug-regex28.c: New test.
8310 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
8312         * po/sv.po: Update from translation team.
8314 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
8316         * nscd/nscd_helper.c (open_socket): Minor size optimization.
8318 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
8320         * include/locale.h (__uselocale): Add libc_hidden_proto.
8321         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
8323         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
8324         gettimeofday.
8326 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
8328         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
8329         returning.
8330         (PTR_DEMANGLE): Real definition now that it's not the same as
8331         PRT_MANGLE anymore.
8332         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8334         * string/strerror_l.c: New file.
8335         * string/Makefile (routines): Add strerror_l.
8336         * string/string.h: Declare strerror_l.
8337         * string/Versions: Export strerror_l for GLIBC_2.6.
8339 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
8341         * nscd/nscd_helper.c (open_socket): Now takes request type and key
8342         as parameter.  Construct request record.  Try sending request
8343         before the first poll use, it usually succeeds.  Adjust all
8344         callers.
8345         * nscd/nscd-client.h: Define MAXKEYLEN.
8346         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
8348 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
8350         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
8351         from return value.
8352         * nscd/nscd_helper.c: Include string.h.
8353         (__nscd_cache_search): Remove const qualifier from return value.
8354         On strict alignment architectures check hash entry and data head
8355         alignment.
8356         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
8357         mmapped data during GC cycle contains garbage.  If
8358         __nscd_drop_map_ref fails, decrement mapped->counter when returning
8359         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
8360         dropped to 0.
8361         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
8362         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
8363         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8364         * nscd/nscd_getai.c (__nscd_getai): Likewise.
8365         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8367 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
8369         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
8371 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
8373         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
8374         names not numbers in cfi_*.
8376 2007-01-26  Andreas Jaeger  <aj@suse.de>
8378         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
8379         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
8380         Correct values of PER_HPUX and PER_OSF4.
8382 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
8384         * elf/dl-minimal.c: Undefine _itoa first.
8385         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
8386         * malloc/mtrace.c: Revert last change.
8387         * posix/wordexp.c: Likewise.
8389 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
8391         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
8392         and __geode__ to the list of i486+ CPUs.
8393         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8395 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
8397         * stdio-common/_itoa.c: Include <limits.h>.
8398         * stdio-common/_itowa.c: Likewise.
8400 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
8402         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
8403         platforms.
8404         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
8405         64-bit platforms.
8406         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
8407         possible.
8408         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
8409         if possible.
8411         [BZ #3902]
8412         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
8413         * stdio-common/Makefile (tests): Add bug17.
8414         * stdio-common/bug17.c: New file.
8416 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
8418         * iconvdata/brf.c: New file.
8419         * iconvdata/testdata/BRF: New file.
8420         * iconvdata/testdata/BRF..UTF8: New file.
8421         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8422         * iconvdata/Makefile: Add rules to build BRF.
8423         * iconvdata/TESTS: Add BRF entry.
8424         * iconvdata/gconv-modules: Likewise.
8425         * iconvdata/tst-tables.sh: Likewise.
8427 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
8429         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
8430         type `long long int', not `long int'.
8431         (wcstoq): Likewise.
8433 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
8435         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
8436         of values on 64-bit platforms which are too large.
8438 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
8439             Joe Kerian  <jkerian@us.us.ibm.com>
8441         [BZ #2749]
8442         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
8443         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
8444         (__copysignl): Use signbit() for comparison.
8445         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
8446         SET_LDOUBLE_WORDS64.
8448         [BZ #2423, #2749]
8449         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
8450         (__ceill): Remove calls to fegetround(), fesetround().
8451         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
8452         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
8453         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
8455 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
8457         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
8459         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
8461 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
8463         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
8464         demangle pointer.
8465         * csu/libc-start.c: Likewise.
8467 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
8469         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
8470         really work anyway.
8472 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8474         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
8475         users.
8476         (handle_request): Remove unnecessary tests.
8478         * nscd/cache.c (cache_add): Record the failure to add to the cache.
8480 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
8482         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
8483         workbits in semi-raw fraction.
8485         * math/test-misc.c: Add new tests.
8487 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
8489         * math/basic-test.c: Include test-skeleton.c.
8490         (TEST_TRUNC): Define.
8491         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
8492         (main): Rename to ...
8493         (do_test): ...this.  Run new tests.
8494         (TEST_FUNCTION): Define.
8496 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
8497             Joe Kerian  <jkerian@us.us.ibm.com>
8499         [BZ #2749]
8500         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
8501         handling for high words.
8502         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
8503         and overflow for infinity.
8505 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8507         * nscd/connections.c (handle_request): Add a __builtin_expect.
8509         * nscd/connections.c (serv2db): Change type into structure which
8510         also says whether this is a request for data.  Renamed to
8511         servinfo.  All users changed.
8512         (handle_request): Much simpler test whether we should search the cache.
8514         * nscd/connections.c (handle_request): Fix thinko in selinux test
8515         invocation.
8517         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
8518         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
8519         it before getting dl_load_lock and then relock.
8520         (_dl_lookup_symbol_x): Pass flags to add_dependency.
8521         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
8522         case we unlocked the scope.
8523         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
8524         _dl_lookup_symbol_x in case we locked the scope.
8525         (_dl_profile_fixup): Likewise.
8526         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
8527         set DL_LOOKUP_SCOPE_LOCK.
8529 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
8531         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
8532         CFLAGS-getsrvbynpt_r.c.
8533         * nscd/getsrvbynm_r.c: New file.
8534         * nscd/getsrvbypt_r.c: New file.
8535         * nscd/nscd_getserv_r.c: New file.
8536         * nscd/servicescache.c: New file.
8537         * nscd/Makefile (routines): Add nscd_getserv_r.
8538         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
8539         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
8540         CFLAGS-getsrvbypt_r.c.
8541         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
8542         table.  Add entries for services database.
8543         * nscd/connections.c (serv2str): Mark as const.  Add entries for
8544         services database.
8545         (dbs): Add .reset_res and servdb initialization.
8546         (serv2db): Add entries for services database.
8547         (verify_persistent_db): Accept dbnr == servdb.
8548         (invalidate_cache): Rewrite database name recognition to use a table.
8549         Call res_init() if .reset_res is set for database.
8550         (handle_request): Add code to handle services database.
8551         * nscd/gai.c: Don't define __getservbyname_r.
8552         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
8553         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
8554         (serv_response_header): Define.
8555         (struct datahead): Add serv_response_header member.
8556         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
8557         using table.
8558         * nscd/nscd.conf: Add entries for services database.
8559         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
8560         Declare serv_iov_disabled.
8561         Declare addservbyname, readdservbyname, addservbyport, and
8562         readdservbyport.
8563         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
8564         (find_db): Fix error message.
8565         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
8566         __nscd_getservbyname_r, and __nscd_getservbyport_r.
8567         * nscd/selinux.c (perms): Add entries for services database.
8568         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
8569         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
8571         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
8572         * nscd/hstcache.c: Likewise.
8573         * nscd/pwdcache.c: Likewise.
8575         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
8576         computation of keylen.
8578         * include/string.h: Only redefine strndupa if this is really for
8579         libc code.
8581 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
8583         * nscd/nscd_gethst_r.c: Minor cleanups.
8585         * nscd/connections.c (handle_request): Check selinux permissions
8586         for all non-admin commands.
8588         * sysdeps/i386/i486/bits/atomic.h: Define
8589         atomic_compare_and_exchange_val_acq,
8590         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
8591         using __sync_* built-ins for gcc >= 4.1.
8592         * sysdeps/x86_64/bits/atomic.h: Likewise.
8594         [BZ #3840]
8595         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
8596         and .oS.d files.
8598 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
8600         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
8601         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
8602         (do_test): Check errno and exit(0) if ENOSYS.
8604 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8606         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
8607         thousands separators.
8608         * stdlib/Makefile: Add rules to build and run tst-strtod4.
8609         * stdlib/tst-strtod4.c: New test.
8611         [BZ #3855]
8612         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
8613         hexadecimal digit should accept just the initial 0.
8614         * stdlib/tst-strtod2.c (tests): New variable.
8615         (do_test): Run several tests rather than just one.
8617 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8619         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
8620         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
8622 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
8624         * io/fts.c: Make sure fts_cur is always valid after return from
8625         fts_read.
8626         Patch by Miloslav Trmac <mitr@redhat.com>.
8628 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8630         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8631         (R_MIPS_NUM): Bump by 1.
8633 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8635         * posix/execvp.c: Include alloca.h.
8636         (allocate_scripts_argv): Renamed to...
8637         (scripts_argv): ... this.  Don't allocate buffer here nor count
8638         arguments.
8639         (execvp): Use alloca if possible.
8640         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8641         * posix/tst-vfork3.c: New test.
8643 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8645         * string/Makefile (tst-strxfrm2-ENV): Define.
8646         * stdlib/Makefile (tst-strtod3-ENV): Define.
8648 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8650         * posix/getconf.c: Update copyright year.
8651         * nss/getent.c: Likewise.
8652         * iconv/iconvconfig.c: Likewise.
8653         * iconv/iconv_prog.c: Likewise.
8654         * elf/ldconfig.c: Likewise.
8655         * catgets/gencat.c: Likewise.
8656         * csu/version.c: Likewise.
8657         * elf/ldd.bash.in: Likewise.
8658         * elf/sprof.c (print_version): Likewise.
8659         * locale/programs/locale.c: Likewise.
8660         * locale/programs/localedef.c: Likewise.
8661         * nscd/nscd.c (print_version): Likewise.
8662         * debug/xtrace.sh: Likewise.
8663         * malloc/memusage.sh: Likewise.
8664         * malloc/mtrace.pl: Likewise.
8665         * debug/catchsegv.sh: Likewise.
8667 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8669         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8670         attempts.
8672 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8674         * posix/wordexp.c: Remove some unnecessary tests.
8676 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8678         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8679         blacklist the group till after we look it up.
8681 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8683         * include/atomic.h (atomic_forced_read): New macro.
8685 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8687         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8689 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8691         * nss/getXXbyYY_r.c: Include atomic.h.
8692         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8693         add atomic_write_barrier () in between.
8695         * stdlib/Makefile (tests): Add tst-makecontext.
8696         * stdlib/tst-makecontext.c: New test.
8698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8699         (__makecontext): Don't realign uc_mcontext.uc_regs.
8701 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8703         * elf/dl-support.c: Include dl-procinfo.h.
8704         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8705         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8706         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8707         Define.
8708         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8709         hardcoded constants.
8710         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8711         PPC_PLATFORM_* macros for array designators.
8713 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8715         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8716         names to the beginning.
8717         (_dl_powerpc_platforms): Add "power6x".
8718         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8719         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8720         (_DL_PLATFORMS_COUNT): Increase.
8721         (_dl_string_platform): Handle power6x case.
8722         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8723         PPC_FEATURE_POWER6_EXT): Define.
8724         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8726 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8728         [BZ #3747]
8729         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8730         [-2^31 .. 2^31) range.
8731         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8732         targets.
8733         * stdlib/tst-rand48-2.c: New test.
8734         * stdlib/Makefile (tests): Add tst-rand48-2.
8736 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8738         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8740 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8742         * misc/tst-pselect.c (do_test): Make sure the helper process is
8743         terminating when the test is aborted.
8745 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8747         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8748         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8749         Handle relatime mount option.
8751         [BZ #2337]
8752         * libio/Makefile (tests): Add tst-setvbuf1.
8753         * libio/tst-setvbuf1.c: New file.
8755 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8757         [BZ #2337]
8758         * libio/genops.c (__uflow): Fix a typo.
8759         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8760         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8761         the narrow buffer size.
8763 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8765         [BZ #2337]
8766         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8767         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8768         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8769         in _flags.
8770         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8771         _IO_wstr_finish): Likewise.
8772         * libio/wmemstream.c (open_wmemstream): Likewise.
8773         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8774         even for wide streams.
8776 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8779         kernel-features.h.
8781 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8783         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8784         separators also if no non-zero digits found.
8785         * stdlib/Makefile (tests): Add tst-strtod3.
8787 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8789         [BZ #3632]
8790         * include/features.h: Fix comment about default value for
8791         _POSIX_C_SOURCE.
8793         [BZ #3664]
8794         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8795         empty parsed strings.
8796         * stdlib/Makefile (tests): Add tst-strtod2.
8797         * stdlib/tst-strtod2.c: New file.
8799         [BZ #3673]
8800         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8801         computation.
8802         * stdlib/Makefile (tests): Add tst-atof2.
8803         * stdlib/tst-atof2.c: New file.
8805         [BZ #3674]
8806         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8807         correctly if removing trailing zero of hex-float.
8808         * stdlib/Makefile (tests): Add tst-atof1.
8809         * stdlib/tst-atof1.c: New file.
8811 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8813         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8814         Start searching for next comma at p rather than rest.
8815         * misc/Makefile (tests): Add tst-mntent2.
8816         * misc/tst-mntent2.c: New test.
8818         * misc/getusershell.c (initshells): Check for integer overflows.
8819         Make strings buffer one bigger as fgets always succeeds when second
8820         argument is 1.  Don't use calloc for shells array.  Disallow
8821         / as shell.
8823 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8825         * malloc/memusage.c: Handle realloc with new size of zero and
8826         non-NULL pointer correctly.
8827         (me): Really write first record twice.
8828         (struct entry): Make format bi-arch safe.
8829         (dest): Write out more realloc statistics.
8830         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8832 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8834         * nis/nis_subr.c (nis_getnames): Revert last change.
8836 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8838         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8839         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8840         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8841         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8842         ENOTTY.
8843         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8844         * io/tst-ttyname_r.c: New test.
8846 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8848         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8850 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8852         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8853         jump table entries.
8855 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8857         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8858         `clone' function to ensure proper unwinding stop of gdb.
8859         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8861 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8863         * nscd/nscd.init: Remove obsolete and commented-out -S option
8864         handling.
8866 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8868         [BZ #3514]
8869         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8871         [BZ #3515]
8872         * manual/string.texi (strtok): Remove duplicate paragraph.
8874 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8876         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8877         libgcc not supporting `rflags' unwinding (register # >= 17).
8879 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8881         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8882         succeeded.
8884 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8885             Jakub Jelinek  <jakub@redhat.com>
8886             Jan Kratochvil  <jan.kratochvil@redhat.com>
8888         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8889         unwind information.
8890         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8891         'restore_rt' even in the 'signal' directory.
8892         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8894 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8896         [BZ #3559]
8897         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8898         malloc crashed.  Don't allocate memory unnecessarily in each
8899         loop.
8901 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8903         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8905 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8907         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8909 2006-11-18  Bruno Haible  <bruno@clisp.org>
8911         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8912         __sysconf only after having tried to call getgroups32.
8914 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8916         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8917         addresses for IPv4 queries if they can be mapped.
8919 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8921         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8922         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8923         (signmask): Add .size directive.
8924         (othermask): Add .type directive.
8926 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8928         * po/nl.po: Update from translation team.
8930         * timezone/zdump.c: Redo fix for BZ #3137.
8932 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8934         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8935         to first_unused after parsing :include: file.
8937 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8939         * timezone/africa: Update from tzdata2006o.
8940         * timezone/antarctica: Likewise.
8941         * timezone/asia: Likewise.
8942         * timezone/australasia: Likewise.
8943         * timezone/backward: Likewise.
8944         * timezone/europe: Likewise.
8945         * timezone/iso3166.tab: Likewise.
8946         * timezone/northamerica: Likewise.
8947         * timezone/southamerica: Likewise.
8948         * timezone/zone.tab: Likewise.
8950         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8951         on machines with 64-bit time_t.
8953         * timezone/checktab.awk: Update from tzcode2006o.
8954         * timezone/ialloc.c: Likewise.
8955         * timezone/private.h: Likewise.
8956         * timezone/scheck.c: Likewise.
8957         * timezone/tzfile.h: Likewise.
8958         * timezone/tzselect.ksh: Likewise.
8959         * timezone/zdump.c: Likewise.
8960         * timezone/zic.c: Likewise.
8962         [BZ #3483]
8963         * elf/ldconfig.c (main): Call setlocale and textdomain.
8964         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8966         [BZ #3480]
8967         * manual/argp.texi: Fix typos.
8968         * manual/charset.texi: Likewise.
8969         * manual/errno.texi: Likewise.
8970         * manual/filesys.texi: Likewise.
8971         * manual/lang.texi: Likewise.
8972         * manual/maint.texi: Likewise.
8973         * manual/memory.texi: Likewise.
8974         * manual/message.texi: Likewise.
8975         * manual/resource.texi: Likewise.
8976         * manual/search.texi: Likewise.
8977         * manual/signal.texi: Likewise.
8978         * manual/startup.texi: Likewise.
8979         * manual/stdio.texi: Likewise.
8980         * manual/sysinfo.texi: Likewise.
8981         * manual/syslog.texi: Likewise.
8982         * manual/time.texi: Likewise.
8983         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8985         [BZ #3465]
8986         * sunrpc/clnt_raw.c: Minimal message improvements.
8987         * sunrpc/pm_getmaps.c: Likewise.
8988         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8989         * nis/nis_print_group_entry.c: Likewise.
8990         * locale/programs/repertoire.c: Likewise.
8991         * locale/programs/charmap.c: Likewise.
8992         * malloc/memusage.sh: Likewise.
8993         * elf/dl-deps.c: Likewise.
8994         * locale/programs/ld-collate.c: Likewise.
8995         * libio/vswprintf.c: Likewise.
8996         * malloc/memusagestat.c: Likewise.
8997         * sunrpc/auth_unix.c: Likewise.
8998         * sunrpc/rpc_main.c: Likewise.
8999         * nscd/cache.c: Likewise.
9000         * locale/programs/repertoire.c: Unify output messages.
9001         * locale/programs/charmap.c: Likewise.
9002         * locale/programs/ld-ctype.c: Likewise.
9003         * locale/programs/ld-monetary.c: Likewise.
9004         * locale/programs/ld-numeric.c: Likewise.
9005         * locale/programs/ld-time.c: Likewise.
9006         * elf/ldconfig.c: Likewise.
9007         * nscd/selinux.c: Likewise.
9008         * elf/cache.c: Likewise.
9009         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9011         [BZ #3451]
9012         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
9013         change atomic.
9014         (ceil): Likewise.
9016 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9018         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
9019         if N is one bigger than return value.
9020         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
9021         and l1 last arguments, if buf is defined, verify the return value
9022         equals to strlen (buf) and verify no byte beyond passed length
9023         is modified.
9025 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9027         * po/sv.po: Update from translation team.
9029 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9031         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
9032         noinline attribute.
9034 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9036         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
9037         noinline attribute.
9039         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
9040         Use __new_sys_siglist instead of _sys_siglist_internal as
9041         second macro argument.
9042         (_old_sys_siglist): Use declare_symbol_alias macro instead of
9043         strong_alias.
9045 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9047         [BZ #3493]
9048         * posix/unistd.h (sysconf): Remove const attribute.
9050         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
9051         temporary or deprecated addresses.
9052         Patch by Sridhar Samudrala <sri@us.ibm.com>.
9054         * string/Makefile (tests): Add tst-strxfrm2.
9055         * string/tst-strxfrm2.c: New file.
9057 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
9059         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
9060         rather than r->r_brk.
9062 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
9064         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
9065         optimization even if needed > n.
9067         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
9068         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
9069         return false, otherwise return true.
9070         (cache_rpath): Return decompose_rpath return value.
9072 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
9074         * include/libc-symbols.h (declare_symbol): Rename to...
9075         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
9076         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
9077         .size directive.
9078         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
9079         changes.
9080         * sysdeps/gnu/siglist.c: Likewise.
9082 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
9084         * sysdeps/powerpc/fpu/bits/mathinline.h
9085         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
9086         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
9088 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
9090         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
9091         Update handling of cache descriptor 0x49 for new models.
9092         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
9093         Likewise.
9095 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
9097         * malloc/memusage.c (dest): Reset not_me back to false after
9098         printing statistics.
9100 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
9102         * configure.in: Work around ld --help change and avoid -z relro
9103         test completely if the architecture doesn't care about security.
9105 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
9107         * po/sv.po: Update from translation team.
9109 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
9111         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
9112         generate compatibility version.
9114 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
9116         * configure.in: Relax -z relro requirement a bit.
9118         * po/sv.po: Update from translation team.
9120 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
9122         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
9123         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9124         * elf/dl-close.c (_dl_close_worker): Likewise.
9125         * elf/dl-open.c (_dl_open_worker): Likewise.
9126         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
9128 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
9130         * configure.in: Require assembler support for visibility, compiler
9131         support for visibility and aliases, linker support for various -z
9132         options.
9133         * Makeconfig: Remove conditional code which now is unnecessary.
9134         * config.h.in: Likewise.
9135         * config.make.in: Likewise.
9136         * dlfcn/Makefile: Likewise.
9137         * elf/Makefile: Likewise.
9138         * elf/dl-load.c: Likewise.
9139         * elf/rtld.c: Likewise.
9140         * include/libc-symbols.h: Likewise.
9141         * include/stdio.h: Likewise.
9142         * io/Makefile: Likewise.
9143         * io/fstat.c: Likewise.
9144         * io/fstat64.c: Likewise.
9145         * io/fstatat.c: Likewise.
9146         * io/fstatat64.c: Likewise.
9147         * io/lstat.c: Likewise.
9148         * io/lstat64.c: Likewise.
9149         * io/mknod.c: Likewise.
9150         * io/mknodat.c: Likewise.
9151         * io/stat.c: Likewise.
9152         * io/stat64.c: Likewise.
9153         * libio/stdio.c: Likewise.
9154         * nscd/Makefile: Likewise.
9155         * stdlib/Makefile: Likewise.
9156         * stdlib/atexit.c: Likewise.
9157         * sysdeps/generic/ldsodefs.h: Likewise.
9158         * sysdeps/i386/dl-machine.h: Likewise.
9159         * sysdeps/i386/sysdep.h: Likewise.
9160         * sysdeps/i386/i686/memcmp.S: Likewise.
9161         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
9162         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9163         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9165         * Makerules: USE_TLS support is now default.
9166         * tls.make.c: Likewise.
9167         * csu/Versions: Likewise.
9168         * csu/libc-start.c: Likewise.
9169         * csu/libc-tls.c: Likewise.
9170         * csu/version.c: Likewise.
9171         * dlfcn/dlinfo.c: Likewise.
9172         * elf/dl-addr.c: Likewise.
9173         * elf/dl-cache.c: Likewise.
9174         * elf/dl-close.c: Likewise.
9175         * elf/dl-iteratephdr.c: Likewise.
9176         * elf/dl-load.c: Likewise.
9177         * elf/dl-lookup.c: Likewise.
9178         * elf/dl-object.c: Likewise.
9179         * elf/dl-open.c: Likewise.
9180         * elf/dl-reloc.c: Likewise.
9181         * elf/dl-support.c: Likewise.
9182         * elf/dl-sym.c: Likewise.
9183         * elf/dl-sysdep.c: Likewise.
9184         * elf/dl-tls.c: Likewise.
9185         * elf/ldconfig.c: Likewise.
9186         * elf/rtld.c: Likewise.
9187         * elf/tst-tls-dlinfo.c: Likewise.
9188         * elf/tst-tls1.c: Likewise.
9189         * elf/tst-tls10.h: Likewise.
9190         * elf/tst-tls14.c: Likewise.
9191         * elf/tst-tls2.c: Likewise.
9192         * elf/tst-tls3.c: Likewise.
9193         * elf/tst-tls4.c: Likewise.
9194         * elf/tst-tls5.c: Likewise.
9195         * elf/tst-tls6.c: Likewise.
9196         * elf/tst-tls7.c: Likewise.
9197         * elf/tst-tls8.c: Likewise.
9198         * elf/tst-tls9.c: Likewise.
9199         * elf/tst-tlsmod1.c: Likewise.
9200         * elf/tst-tlsmod13.c: Likewise.
9201         * elf/tst-tlsmod13a.c: Likewise.
9202         * elf/tst-tlsmod14a.c: Likewise.
9203         * elf/tst-tlsmod2.c: Likewise.
9204         * elf/tst-tlsmod3.c: Likewise.
9205         * elf/tst-tlsmod4.c: Likewise.
9206         * elf/tst-tlsmod5.c: Likewise.
9207         * elf/tst-tlsmod6.c: Likewise.
9208         * include/errno.h: Likewise.
9209         * include/link.h: Likewise.
9210         * include/tls.h: Likewise.
9211         * locale/global-locale.c: Likewise.
9212         * locale/localeinfo.h: Likewise.
9213         * malloc/arena.c: Likewise.
9214         * malloc/hooks.c: Likewise.
9215         * malloc/malloc.c: Likewise.
9216         * resolv/Versions: Likewise.
9217         * sysdeps/alpha/dl-machine.h: Likewise.
9218         * sysdeps/alpha/libc-tls.c: Likewise.
9219         * sysdeps/generic/ldsodefs.h: Likewise.
9220         * sysdeps/generic/tls.h: Likewise.
9221         * sysdeps/i386/dl-machine.h: Likewise.
9222         * sysdeps/ia64/dl-machine.h: Likewise.
9223         * sysdeps/ia64/libc-tls.c: Likewise.
9224         * sysdeps/mach/hurd/fork.c: Likewise.
9225         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9226         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
9227         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9228         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9229         * sysdeps/s390/libc-tls.c: Likewise.
9230         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9231         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9232         * sysdeps/sh/dl-machine.h: Likewise.
9233         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9234         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9235         * sysdeps/x86_64/dl-machine.h: Likewise.
9237         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
9238         split out locking and parameter checking.
9239         (_dl_close): Call _dl_close_worker after locking and checking.
9240         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
9241         _dl_close.
9242         * elf/Makefile: Add rules to build and run tst-thrlock.
9243         * elf/tst-thrlock.c:  New file.
9245         [BZ #3426]
9246         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
9247         reality.
9249         [BZ #3429]
9250         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
9251         we are sure we do not need it anymore for _dl_close.  Also move
9252         the asserts inside the lock region.
9253         Patch mostly by Suzuki <suzuki@in.ibm.com>.
9255 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
9257         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
9258         argument.
9259         (_dl_lookup_symbol_x): Adjust caller.
9261         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
9262         _ns_global_scope.
9263         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
9265         * elf/dl-libc.c: Revert l_scope name changes.
9266         * elf/dl-load.c: Likewise.
9267         * elf/dl-object.c: Likewise.
9268         * elf/rtld.c: Likewise.
9269         * elf/dl-close.c (_dl_close): Likewise.
9270         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
9271         always use __rtld_mrlock_{change,done}.  Always free old scope list
9272         here if not l_scope_mem.
9273         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
9274         change.  Never free scope list here.  Just __rtld_mrlock_lock before
9275         the lookup and __rtld_mrlock_unlock it after the lookup.
9276         * elf/dl-sym.c: Likewise.
9277         * include/link.h (struct r_scoperec): Remove.
9278         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
9279         with l_scope_mem and l_scoperec_lock with l_scope_lock.
9281 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
9283         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
9285 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9287         * configure.in: Disable building profile libraries by default.
9289 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9291         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
9292         as signed longs, check for x_base + pos overflow.
9293         * sunrpc/Makefile (tests): Add tst-xdrmem2.
9294         * sunrpc/tst-xdrmem2.c: New test.
9296 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9298         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
9299         _dl_lookup_symbol_x code.
9301 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9303         * elf/dl-runtime.c: Include sysdep-cancel.h.
9304         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
9305         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
9306         instead of catomic_* macros.
9307         * elf/dl-sym.c: Include sysdep-cancel.h.
9308         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
9309         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9310         * elf/dl-close.c: Include sysdep-cancel.h.
9311         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
9312         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9313         * elf/dl-open.c: Include sysdep-cancel.h.
9314         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
9315         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9317 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9319         [BZ #3313]
9320         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
9321         fastbin rather than end of fastbin array.
9323 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9325         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
9326         body macro.
9327         * sysdeps/x86_64/bits/atomic.h
9328         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
9329         (catomic_decrement): Use correct body macro.
9331 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9333         * include/atomic.h: Add a unique prefix to all local variables
9334         in macros.
9335         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
9337 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
9339         [BZ #3369]
9340         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
9341         and 7.
9343 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
9345         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
9347 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
9349         [BZ #3313]
9350         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
9351         determine highest fast bin to consolidate, always look into all of
9352         them.
9353         (do_check_malloc_state): Only require for empty bins for large
9354         sizes in main arena.
9356         * libio/stdio.h: Add more __wur attributes.
9358         * elf/dl-minimal.c (realloc): Optimize last patch.
9360 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
9362         [BZ #3352]
9363         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
9364         and use memcpy() if it does.
9366 2006-11-12  Andreas Jaeger  <aj@suse.de>
9368         [BZ #2510]
9369         * manual/search.texi (Hash Search Function): Clarify.
9370         (Array Search Function): Clarify.
9372 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
9374         [BZ #2830]
9375         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
9376         shifting.
9377         * math/atest-exp2.c (read_mpn_hex): Likewise.
9378         * math/atest-sincos.c (main): Likewise.
9380 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9382         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
9383         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
9384         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
9385         version GLIBC_2.6.
9386         * Versions.def: Add GLIBC_2.6 for libc.
9388         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
9390         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
9392 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
9394         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
9396         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
9398         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
9399         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
9401 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9403         * include/atomic.c: Define catomic_* operations.
9404         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
9405         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
9406         * malloc/memusage.c: Likewise.
9407         * gmon/mcount.c: Likewise.
9408         * elf/dl-close.c: Likewise.
9409         * elf/dl-open.c: Likewise.
9410         * elf/dl-profile.c: Likewise.
9411         * elf/dl-sym.c: Likewise.
9412         * elf/dl-runtime.c: Likewise.
9413         * elf/dl-fptr.c: Likewise.
9414         * resolv/res_libc.c: Likewise.
9416 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
9418         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
9419         components which lack them.
9421         * nis/nis_subr.c (nis_getnames): Make sure that we always return
9422         at least one entry consisting of the parameter concatenated with
9423         the domain.
9425 2006-10-10  Roland McGrath  <roland@frob.com>
9427         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
9428         * sysdeps/mach/hurd/futimes.c: Likewise.
9429         * sysdeps/mach/hurd/lutimes.c: Likewise.
9431 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
9432             Jakub Jelinek  <jakub@redhat.com>
9434         Implement reference counting of scope records.
9435         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
9436         from the list in objects which remain.  Always allocate new scope
9437         record.
9438         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
9439         don't resize, allocate a new one.
9440         * elf/dl-runtime.c: Update reference counters before using a scope
9441         array.
9442         * elf/dl-sym.c: Likewise.
9443         * elf/dl-libc.c: Adjust for l_scope name change.
9444         * elf/dl-load.c: Likewise.
9445         * elf/dl-object.c: Likewise.
9446         * elf/rtld.c: Likewise.
9447         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
9448         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
9449         Add l_scoperec_lock.
9450         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
9451         * sysdeps/generic/rtld-lowlevel.h: New file.
9453         * include/atomic.h: Rename atomic_and to atomic_and_val and
9454         atomic_or to atomic_or_val.  Define new macros atomic_and and
9455         atomic_or which do not return values.
9456         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
9457         Various cleanups.
9458         * sysdeps/i386/i486/bits/atomic.h: Likewise.
9460         * po/sv.po: Update from translation team.
9462 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
9464         * Versions.def: Add GLIBC_2.6 to libpthread.
9466         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
9467         (versioned_symbol): Likewise.
9468         (compat_symbol): Likewise.
9470         * po/tr.po: Update from translation team.
9472 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9474         * nis/Banner: Removed.  It's been integral part forever and the
9475         author info is incomplete anyway.
9476         * libio/Banner: Likewise.
9478         * nis/nis_table.c (nis_list): If __follow_path fails in the new
9479         code, make sure the nis_freeresult call doesn't crash and that the
9480         result is reported correctly.
9482 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
9484         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
9485         when callback is NULL.
9487         * nis/Versions (libnss_nisplus): Add
9488         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
9489         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
9490         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
9491         _nss_create_tablename): Rename to...
9492         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
9493         ... these.  No longer static.
9494         (internal_setgrent): Adjust users.
9495         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
9496         Don't use locking around _nss_grp_create_tablename call.
9497         * nis/nss_nisplus/nisplus-initgroups.c: New file.
9499 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9501         * version.h (VERSION): Bump to 2.5.90 for new development tree.
9503 2006-10-06  Andreas Jaeger  <aj@suse.de>
9505         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
9507 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9509         * po/pl.po: Update from translation team.
9511         * nscd/nscd.c (main): Fix typo in message.
9512         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
9514 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9516         [BZ #3291]
9517         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
9518         errno.h, signal.h, unistd.h and sysdep-cancel.h.
9519         (__sigprocmask): Define.
9521 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
9523         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
9524         used.
9526 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9528         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
9529         in oldtotal and newtotal calculation.
9530         * nscd/nscd-client.h (struct mapped_database): Add datasize
9531         field.
9532         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
9533         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
9534         increased.
9535         (__nscd_cache_search): Add checks to make sure we never reference
9536         data beyond the current mapping.
9538 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9540         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
9541         variables const to avoid compiler warnings.
9543         * io/fts.c (fts_close): Remove redundant checks.
9544         (fts_build): Likewise.
9545         (fts_palloc): Likewise.
9547         * manual/message.texi (Advanced gettext functions,
9548         Using gettextized software): Fix typos.
9550 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9552         * posix/glob.c (glob_in_dir): Add some comments and asserts to
9553         explain why there are no leaks.
9555 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
9557         * libio/wmemstream.c: Include <wchar.h>.
9558         * libio/bug-wmemstream1.c: Likewise.
9559         * libio/tst-wmemstream1.c: Likewise.
9560         * libio/tst-wmemstream2.c: Likewise.
9562         * version.h (RELEASE): Bump to 2.5.
9563         * README: Regenerated.
9565         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
9567         [BZ #3273]
9568         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
9569         found no group members.
9570         Patch by Petr Baudis.
9572 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
9574         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
9575         assert bootstrap_map.l_tls_modid is zero.
9576         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
9577         if USE___THREAD.
9579 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
9581         * libio/stdio.h: Move open_wmemstream prototype to ...
9582         * wcsmbs/wchar.h: ... here.
9584 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9586         [BZ #3252]
9587         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
9588         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
9589         __{,l}chown to handle the rest.
9590         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
9591         fchownat syscall and __ASSUME_32BITUIDS case inline, call
9592         __{,l}chown to handle the rest.
9593         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
9594         i386/fchownat.c.
9595         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
9596         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
9598         [BZ #3253]
9599         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9600         time, rather allocate increasingly bigger arrays of pointers, if
9601         possible with alloca, if too large with malloc.
9603 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
9605         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
9607         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
9609 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
9611         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
9612         home addresses.
9613         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
9614         IFA_F_HOMEADDRESS flag for interfaces.
9615         * include/ifaddrs.h (struct in6addrinfo): Define
9616         in6ai_homeaddress.
9618 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9620         [BZ #3225]
9621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9622         PTR_DEMANGLE3): Define.
9623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9624         PTR_DEMANGLE3): Likewise.
9625         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9626         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9627         Likewise.
9628         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9630 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9632         * po/libc.pot: Regenerated.
9633         * po/be.po: Updated.
9634         * po/ca.po: Likewise.
9635         * po/cs.po: Likewise.
9636         * po/da.po: Likewise.
9637         * po/de.po: Likewise.
9638         * po/el.po: Likewise.
9639         * po/en_GB.po: Likewise.
9640         * po/es.po: Likewise.
9641         * po/fi.po: Likewise.
9642         * po/fr.po: Likewise.
9643         * po/gl.po: Likewise.
9644         * po/hr.po: Likewise.
9645         * po/hu.po: Likewise.
9646         * po/ja.po: Likewise.
9647         * po/ko.po: Likewise.
9648         * po/nb.po: Likewise.
9649         * po/nl.po: Likewise.
9650         * po/pl.po: Likewise.
9651         * po/pt_BR.po: Likewise.
9652         * po/ru.po: Likewise.
9653         * po/rw.po: Likewise.
9654         * po/sk.po: Likewise.
9655         * po/sv.po: Likewise.
9656         * po/tr.po: Likewise.
9657         * po/zh_CN.po: Likewise.
9658         * po/zh_TW.po: Likewise.
9660         [BZ #3137]
9661         * iconv/iconv_prog.c (main): Fix spelling in error message.
9662         * iconv/iconvconfig.c (main): Likewise.
9663         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9664         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9665         * locale/programs/localedef.c (main): Likewise.
9666         * locale/programs/repertoire.c (repertoire_read): Likewise.
9667         * timezone/zdump.c (main): Likewise.
9668         * nscd/connections.c (handle_request): Fix spelling in log message.
9669         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9671 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9673         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9674         interfaces.
9676 2006-09-20  Andreas Jaeger  <aj@suse.de>
9678         * math/libm-test.inc (lrint_test_upward): Fix typo.
9680 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9682         [BZ #2592]
9683         * math/libm-test.inc (lrint_test_tonearest): New function.
9684         (lrint_test_towardzero): New function.
9685         (lrint_test_downward): New function.
9686         (lrint_test_upward): New function.
9687         (main): Run these new tests.
9688         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9689         of values near to 0.
9690         (two52): Use double not long double.
9691         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9692         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9693         (two23): Use float not double.
9694         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9695         (two23): Use float not double.
9696         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9697         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9698         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9699         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9701 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9703         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9704         Cast sp to unsigned long to avoid compiler warning.
9705         Use __makecontext_ret function instead of a trampoline on the stack.
9706         (__makecontext_ret): New function.
9707         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9709 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9711         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9712         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9713         bits.
9715 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9717         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9718         sure no reference to the unloaded map's search list remains in the
9719         dependency's scope.
9721 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9723         * elf/Makefile: Add rules to build and run unload7 test.
9724         * elf/unload7.c: New test.
9725         * elf/unload7mod1.c: New file.
9726         * elf/unload7mod2.c: New file.
9728 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9730         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9731         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9732         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9733         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9734         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9735         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9736         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9737         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9738         PTRACE_GETEVENTMSG): Likewise.
9739         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9740         values.
9742 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9744         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9745         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9746         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9747         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9749 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9751         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9752         write '\0' to the fd.
9753         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9754         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9755         Change regs to unsigned long pointer from unsigned int, fix fscr
9756         offset.
9758 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9760         * io/Makefile (CFLAGS-fstatat.c): Set.
9761         (CFLAGS-fstatat64.c): Likewise.
9762         (CFLAGS-mknodat.c): Likewise.
9764         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9765         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9766         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9767         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9769 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9770             Steven Munroe  <sjmunroe@us.ibm.com>
9772         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9773         names to the beginning.  Rename "cell" to "cellbe".
9774         (_dl_powerpc_platforms): New.
9775         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9776         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9777         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9778         (_DL_HWCAP_PLATFORM): Define to new mask.
9779         (_dl_platform_string, _dl_string_platform): New functions.
9780         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9781         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9783 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9785         [BZ #2526]
9786         * README.libm: Fix a thinko in sqrt algorithm description.
9788         [BZ #3143]
9789         * manual/string.texi (argz_delete): Fix prototype.
9790         Patch by <alpt@freaknet.org>.
9792 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9794         [BZ #3138]
9795         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9796         * io/tst-fcntl.c (do_prepare): Likewise.
9797         * posix/tst-exec.c (do_prepare): Likewise.
9798         * posix/tst-preadwrite.c (do_prepare): Likewise.
9799         * posix/tst-spawn.c (do_prepare): Likewise.
9800         * posix/tst-truncate.c (do_prepare): Likewise.
9801         * rt/tst-aio.c (do_prepare): Likewise.
9802         * rt/tst-aio64.c (do_prepare): Likewise.
9803         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9804         size_t.
9806 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9808         [BZ #2821]
9809         * time/mktime.c (guess_time_tm): Fix overflow detection.
9810         * time/Makefile (tests): Add bug-mktime1.
9811         * time/bug-mktime1.c: New file.
9813         [BZ #3189, #3188]
9814         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9815         (mremap): Likewise.
9817 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9819         [BZ #1006]
9820         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9821         Ensure relocation doesn't clobber any bits outside of the
9822         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9823         R_SPARC_HI22 and R_SPARC_H44.
9825         [BZ #2775]
9826         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9827         (long) (MINSIZE + nb - old_size) is positive.
9829         * malloc/arena.c (grow_heap): When growing bail even if new_size
9830         is negative.
9832         [BZ #3155]
9833         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9834         stack below r1.
9836 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9838         * posix/regex_internal.c (re_string_reconstruct): Handle
9839         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9840         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9841         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9842         re_string_context_at.
9843         * posix/Makefile: Add rules to build and run bug-regex26 test.
9844         * posix/bug-regex26.c: New test.
9846         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9847         rather than col_sym_free.  Move seqp declaration earlier.
9849         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9851 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9853         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9854         decl before first goto out.
9856 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9858         * Makerules (shlib.lds): If have-hash-style, put .hash section
9859         at the end of the RO segment.
9861 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9863         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9864         style hash table format is used.
9866 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9868         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9869         randomization rather than before.
9870         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9872 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9874         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9876         * malloc/malloc.c (_int_malloc): Use full list insert and not
9877         shortcut which assumes the list is empty for large requests
9878         too.
9880         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9882 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9884         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9885         and offout arguments to the prototype.
9886         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9887         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9888         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9889         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9890         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9891         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9892         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9893         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9895 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9897         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9899         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9900         dlopen parameters.
9902 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9904         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9905         only if herrno is NETDB_INTERNAL.  Handle errors other than
9906         ERANGE outside of the loops, handle TRY_AGAIN.
9908         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9909         if other's ctype category was missing.
9910         * locale/programs/ld-collate.c (collate_read): Return if
9911         copy_locale's collate category is missing.
9913 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9915         [BZ #2684]
9916         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9917         arenas if allocation failed.
9918         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9920 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9922         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9923         waste bins[0..1].
9924         (malloc_state): Reduce bins size by 2.
9925         (_int_malloc): Fix test for large enough buffer for early termination.
9926         When no unsorted block matches perfectly and an exiting block has
9927         to be split, use full list insert and not shortcut which assumes
9928         the list is empty.
9930         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9931         failure.
9933 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9935         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9936         do anything.
9938         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9939         symbol require exact match (these are PLTs).
9940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9941         (_dl_ppc64_addr_sym_match): Likewise.
9943         [BZ #2683]
9944         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9945         If symbol has a value use it.
9946         * elf/tst-dladdr1.c: New file.
9947         * elf/Makefile: Add rules to build and run tst-addr1.
9949 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9951         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9952         keeps failing and heap growth or new heap creation isn't
9953         successful either.
9954         * malloc/tst-malloc.c (main): Add new tests.
9956 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9958         [BZ #2734]
9959         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9960         as in the x86-64 code to use bswap.
9962 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9964         [BZ #2680]
9965         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9966         __USE_UNIX98.
9967         * posix/bits/unistd.h: Likewise.
9969 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9971         [BZ #2751]
9972         * string/strchr.c: Add cast to avoid warning.
9974 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9976         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9977         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9978         limit is needed to avoid the exploding of the address space
9979         requirement for secondary heaps.
9980         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9981         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9983 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9985         [BZ #3018]
9986         * Makerules (depfiles): Handle extra-test-objs the same as
9987         extra-objs.
9988         (common-mostlyclean): Likewise.
9989         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9990         instead.
9991         * elf/Makefile (extra-objs): Likewise.
9992         * stdlib/Makefile (extra-objs): Likewise.
9994 2006-08-14  Eric Blake  <ebb9@byu.net>
9996         [BZ #3044]
9997         * misc/error.h: Assume C89 or better.
9998         * misc/error.c: Likewise.
10000 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10002         [BZ #3040]
10003         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
10004         __ASSUME_ATFCTS is defined.
10006 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
10008         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
10009         to sort in each call.
10011         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
10012         is empty simply return and use next service.
10013         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
10015         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
10016         tells us when not finding a charmap file is an error.
10017         * locale/programs/charmap.h: Adjust charmap_read prototype.
10018         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
10019         cannot find a charmap.
10020         * locale/programs/localedef.c (main): Adjust charmap_read call.
10022 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
10024         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
10025         sysdeps/posix/pause.c implementation instead.
10027 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
10029         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
10030         to EPERM.
10032 2006-08-13  Andreas Schwab  <schwab@suse.de>
10034         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
10035         Don't clobber caller's LRSAVE.
10036         (_dl_prof_resolve): Likewise.
10038 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
10040         [BZ #1996]
10041         * libio/memstream.c (open_memstream): Allocate initial buffer with
10042         calloc.
10043         * libio/wmemstream.c (open_wmemstream): Likewise.
10044         * libio/strops.c: Pretty printing.
10045         (_IO_str_overflow): Clear uninitialized part of the new buffer.
10046         (enlarge_userbuf): New function.
10047         (_IO_str_seekoff): Call it if seek position is larger than current
10048         buffer.
10049         * libio/wstrops.c: Likewise.
10050         * libio/vasprintf.c: Add comment as to why we do not have to use
10051         calloc instead of malloc to allocate initial buffer.
10052         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
10053         * libio/bug-memstream1.c: New file.
10054         * libio/bug-wmemstream1.c: New file.
10056 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10058         * libio/wstrops.c: Remove dead macro definitions and comments.
10059         * libio/strops.c: Likewise.
10061         [BZ #2764]
10062         * login/utmpname.c (__utmpname): Remove unnecessary test.
10064 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
10066         [BZ #2832]
10067         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
10068         0s from integers.
10070 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10072         [BZ #2987]
10073         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
10074         for CPU clocks.
10075         * sysdeps/unix/clock_settime.c: Add support for platform-specific
10076         setting of CPU clocks.
10078 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10080         [BZ #2841]
10081         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
10082         since C99 requires the result to promote to 'int' when uint_least8_t
10083         and uint_least16_t promote to 'int'.
10085 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
10087         [BZ #3013]
10088         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
10089         lenght of one output field, correct bitmask creation.
10090         * locale/programs/ld-time.c: Add alignment.
10092         [BZ #2997]
10093         * misc/error.c: Add space between program name and message if file
10094         name is missing.
10096 2006-08-03  Eric Blake  <ebb9@byu.net>
10098         [BZ #2998]
10099         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
10101 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
10103         * malloc/memusagestat.c: Silence warnings.
10105         * malloc/malloc.c: Dynamically size mmap treshold if the program
10106         frees mmaped blocks.
10107         Patch by Valerie Henson and Arjan van de Ven.
10109 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
10111         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
10112         __USE_GNU.
10114         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
10115         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
10116         (DEF): Don't put the var into .gnu.linkonce.r.* section.
10117         Only provide var definitions in strtol_l (or for *ull*
10118         in strtoll_l).
10120         * stdio-common/bug16.c (tests): New array.
10121         (do_tests): Allow the first hexadecimal digit
10122         to be 1, 2, 4 or 8.  Do 3 additional tests.
10124         * sysdeps/s390/fpu/libm-test-ulps: Update.
10126         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
10127         fchownat syscall if available.
10128         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10129         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
10130         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10132 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10134         * nis/nis_xdr.c: Avoid some function calls.
10136 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
10137             Ulrich Drepper  <drepper@redhat.com>
10139         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
10140         short cut if only one name component is stripped away.
10142 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10144         * nis/nis_call.c: Minor cleanups throughout.
10145         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
10146         (first_shoot): Add search_parent_first parameter.  Only if it is set
10147         search parent server first.
10148         If directory for table found through cold start cache is not the same
10149         as referenced in the cache, don't use it.
10150         (__nisfind_server): Take additional parameter.  Pass it on to
10151         first_shoot.
10152         (__prepare_niscall): Adjust __nisfind_server call.
10153         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
10154         * nis/nis_table.c: Adjust __nisfind_server call.
10155         * nis/nis_lookup.c: Likewise.
10156         (nis_lookup): Don't loop endlessly if name is reduced to ".".
10158 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
10160         [BZ #2182]
10161         * math/s_cacosh.c: Return values from positive branch.
10162         * math/s_cacoshf.c: Likewise.
10163         * math/s_cacoshl.c: Likewise.
10165         [BZ #2883]
10166         * sysvipc/sys/msg.h: Change return value to ssize_t.
10167         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10168         * sysvipc/msgrcv.c: Likewise.
10169         * include/sys/msg.h: Likewise.
10171         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
10172         test introduced in patch for bz #661.
10173         (getgrouplist): Simplify code a bit.  Don't allocate one additional
10174         element for NEWGROUPS.
10176         [BZ #2908]
10177         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
10178         'f', use '1' as leading digit not '\1'.
10179         * stdio-common/Makefile (tests): Add bug16.
10180         * stdio-common/bug16.c: New file.
10182         [BZ #2914]
10183         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
10184         and don't try to open it.  The patch introducing the macro
10185         contained a bug and used the same file name as the new file
10186         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
10187         this out completely.
10189         [BZ #2926]
10190         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
10191         Patch by Jerry James <Jerry.James@usu.edu>.
10193         * rt/Makefile (tests): Add tst-clock2.
10194         * rt/tst-clock2.c: New file.
10196         [BZ #2978]
10197         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
10198         function and its parameters and pass it to new thread.
10199         (__gai_notify): Add support for alternative waiting for completion.
10200         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
10201         waiting for completion.
10202         * resolv/getaddrinfo_a.c: Likewise.
10203         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
10204         waiting for completion is used.
10205         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
10206         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
10207         * resolv/gai_error.c: Likewise.
10208         * resolv/gai_sigqueue.c: Likewise.
10210 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
10212         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
10213         errno to EBADF and return MACH_PORT_NULL.
10215 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
10217         [BZ #2980]
10218         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
10220 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
10222         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
10223         walk them instead of the symbol table.
10225 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
10227         [BZ #2098]
10228         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
10229         status of NSS calls, not the number of returned entries.
10231         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
10232         request_key, keyctl.
10234 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10236         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
10238 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
10240         * elf/tst-auditmod1.c: Fix typo in #error.
10242 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10244         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
10246         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
10248 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
10250         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
10251         that the directory is empty even on non-POSIX filesystems.
10253 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10255         * elf/dl-open.c (dl_open_worker): Add branch prediction.
10257         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
10258         the backend NSS module.  If backend setgrent call failed, don't have
10259         internal_setgrent fail.  Just remember this until it is needed.
10260         * nis/nss_compat/compat-pwd.c: Likewise.
10261         * nis/nss_compat/compat-spwd.c: Likewise.
10263 2006-07-30  Roland McGrath  <roland@redhat.com>
10265         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
10266         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
10267         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
10268         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
10270         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
10271         (nanosleep_not_cancel): New macro.
10272         (sigsuspend_not_cancel): new macro.
10273         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
10274         (do_sigsuspend): Define as inline.
10275         (__sigsuspend): Always use do_sigsuspend.
10276         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
10277         * include/signal.h: Declare __sigsuspend_nocancel.
10278         * sysdeps/posix/pause.c
10279         [! NO_CANCELLATION] (__pause_nocancel): New function.
10281         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
10282         * include/time.h (__nanosleep_nocancel): Likewise.
10284 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
10286         * locale/programs/localedef.c (add_to_readlist): Rename local
10287         variables to avoid confusion.
10289         * locale/programs/charmap.c (charmap_read): Emit error message if
10290         charmap couldn't be found or read.
10292 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
10294         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10295         __ASSUME_FUTEX_LOCK_PI.
10296         * include/time.h: Declare __nanosleep_nocancel.
10297         * include/unistd.h: Declare __pause_nocancel.
10299         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
10300         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
10301         get the __stack_chk_fail_local definition when it's needed.
10303 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
10305         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
10306         * dlfcn/bug-atexit3.c: New file.
10307         * dlfcn/bug-atexit3-lib.cc: New file.
10309         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
10310         used when the namespace is not the base namespace.
10312 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
10314         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
10315         (__new_exitfn): Bump it in every successful call.
10316         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
10317         more exit handlers, call them right away.
10318         * stdlib/exit.h: Declare __new_exitfn_called.
10320 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
10322         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
10323         calling registered handler.
10325         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
10326         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10327         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10328         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10329         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10330         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10331         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10332         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10334 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
10336         * elf/dl-lookup.c (dl_new_hash): New functions.
10337         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
10338         value here.  Compute new-style hash value.  Pass new hash value
10339         and reference to variable with the old value to do_lookup_x.
10340         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
10341         old-style hash table.
10342         (_dl_debug_bindings): Pass new hash value and reference to variable
10343         with the old value to do_lookup_x.
10344         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
10345         new-style hash value and change old-style hash value parameter to
10346         be a reference.  Reoganize functions to determine whether
10347         new-style hash table is available.  Only fall back on old-style
10348         table.  If old-style hash value is needed, compute it here.
10349         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
10350         entry.
10351         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
10352         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
10353         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
10354         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
10355         * Makeconfig: If linker supports --hash-style option add it to all
10356         linker command lines to build DSOs.
10357         * config.make.in: Define have-hash-style.
10358         * configure.in: Test whether linker supports --hash-style option.
10360         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
10361         * sysdeps/generic/ldsodefs.h: Adjust prototype.
10363 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
10365         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
10366         auditing.
10368         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
10369         RPATH of main map twice.
10371 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
10373         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
10374         look further, return original strings.
10375         (_nl_find_msg): Do not return found translation if the conversion
10376         failed.  Either signal the string is unusable or that something went
10377         wrong and the original should be used.
10379 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
10381         * string/_strerror.c (__strerror_r): Add __builtin_expect.
10383 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
10385         [BZ #2766]
10386         * misc/insremque.c (insque): Handle prev == NULL.
10387         * misc/Makefile (tests): Add tst-insremque.
10388         * misc/tst-insremque.c: New test.
10390 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
10392         [BZ #2792]
10393         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
10394         conflict with DL_DST_REQUIRED.
10396 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
10398         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
10399         match what Solaris does.
10401 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
10403         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
10404         local_setegid instead of seteuid and setegid.
10405         * sysdeps/generic/local-setxid.h: New file.
10406         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
10408         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
10410         * string/Makefile (tests): Add bug-envz1.
10411         * string/bug-envz1.c: New file.
10413 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10415         * posix/regex_internal.c (re_string_skip_chars): If no character has
10416         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
10417         to the byte which couldn't be converted.
10418         (re_string_reconstruct): Don't clear valid_raw_len before calling
10419         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10420         tip_context using re_string_context_at.
10421         * posix/Makefile: Add rules to build and run bug-regex25 test.
10422         * posix/bug-regex25.c: New test.
10424 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
10426         [BZ #2703]
10427         * string/envz.c (envz_strip): Correct erroneously reversed src
10428         and dest parameters to memmove() invocation.
10430 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
10432         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
10433         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
10434         to make sure the database has been already invalidated.
10435         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
10436         after the cache has been invalidated.  Use pthread_mutex_lock rather
10437         than pthread_mutex_trylock if fd != -1.
10438         * nscd/connections.c (invalidate_cache): Add fd argument, write
10439         response to fd if not calling prune_cache, pass fd to prune_cache.
10440         (handle_request): Adjust invalidate_cache caller.
10441         (nscd_run): Pass -1 as fd to prune_cache.
10443 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
10445         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
10446         the correct place.
10448 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
10450         * nscd/nscd.h (struct database_dyn): Add prunelock field.
10451         * nscd/cache.c (prune_cache): Take prunelock before starting the
10452         work.  Just return in case it is already taken.
10453         * nscd/connections.c (dbs): Initialize .prunelock.
10455 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
10457         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
10458         copying.  No need to allocate new array for group members.  Just
10459         move the pointers and update the size.
10461         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
10462         Avoid memory leak in case realloc fails.  Simplification for
10463         better code generation.
10465         Avoid deprecation warning because of libc_hidden_proto for
10466         inet6_option_alloc.
10467         * inet/inet6_option.c (option_alloc): Renamed from
10468         inet6_option_alloc.  Made static.
10469         (inet6_option_alloc): Now a simple wrapper around option_alloc.
10470         (inet6_option_append): Call option_alloc.
10471         * include/netinet/in.h: Remove libc_hidden_proto for
10472         inet6_option_alloc.
10474         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
10475         for cleanup when cb!=NULL [Coverity CID 233].
10477 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
10479         [BZ #2693]
10480         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
10481         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
10482         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
10483         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
10484         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
10485         and inet6_rth_getaddr.
10486         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
10487         array.
10488         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
10489         Mark inet6_option_* interfaces as deprecated.
10490         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
10491         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
10492         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
10493         inet6_rth_segments, and inet6_rth_getaddr.
10494         * inet/inet6_opt.c: New file.
10495         * inet/inet6_rth.c: New file.
10497         * inet/netinet/icmp6.h: Pretty printing.
10499         [BZ #2683]
10500         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
10502 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
10504         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
10505         doing it all here.  When server does not know the answer do not
10506         fail immediate, try parent first.
10508         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
10509         overflow test.
10511 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
10513         * nis/nis_call.c (__prepare_niscall): New function.  Split out
10514         from __do_niscall.
10515         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
10516         and exported.
10517         (__follow_path): New function.  Split out from nis_list.
10518         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
10519         _xdr_nis_result.
10520         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
10521         _xdr_nis_result.
10522         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
10523         and __follow_path.
10524         * nis/Versions: Export __prepare_niscall, __create_ib_request,
10525         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
10526         from libnsl for version GLIBC_PRIVATE.
10527         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
10528         Remove entry parameter from _nss_nisplus_parse_pwent and
10529         _nss_nisplus_parse_grent.
10530         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10531         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
10532         again.  Rewrite getpwent handling to not use nis_first_entry and
10533         nis_next_entry.  Roll out own niscall handling.
10534         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10536         * sunrpc/xdr_rec.c: Fix typo in comment.
10538 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
10540         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
10541         handling.
10543         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
10544         to allocate memory for my_pollfd.  Better initialization of
10545         cb_is_running.  Use TEMP_FAILURE_RETRY.
10547         * malloc/memusage.sh (memusageso): Add quotes.
10548         (memusagestat): Likewise.
10549         * debug/xtrace.sh (pcprofileso): Likewise.
10550         (pcprofiledump): Likewise.
10551         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
10552         replacement.
10553         * malloc/Makefile ($(objpfx)memusage): Likewise.
10555         * nis/nis_callback.c (__nis_create_callback): Calls to
10556         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
10557         asprintf call fails.
10559         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
10560         no uninitialized memory is passed to sendto.
10562 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10564         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
10565         of snprintf+strdup.  Handle OOM.
10566         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
10567         cb->serv together.  Remove now obsolete free calls.
10568         (__nis_destroy_callback): Remove now obsolete free call.
10570 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
10572         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
10573         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
10574         and ULA respectively). Set precedence for IPv4 address to 10 as
10575         defined in RFC3484 for preferring IPv6.
10576         * posix/gai.conf: Update to match the new default tables.
10578 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
10580         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
10581         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
10582         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
10583         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
10585         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
10586         Removed.
10587         (init_nss_interface): Remove initialization of these variables.
10589 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10591         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
10592         nis_free_directory forward to avoid duplication.
10594 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
10596         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
10597         rec_dirsearch returning NULL.
10598         (first_shoot): Handle __nis_finddirectory returning NULL.
10599         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
10601         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
10602         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
10604 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
10606         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
10607         pid changed.
10609 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
10611         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10613         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
10614         * nscd/nscd_getgr_r.c: Likewise.
10616         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10618         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10619         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10621         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10623         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10625         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10627         * include/rpc/auth.h: Mark xdr_des_block_internal and
10628         xdr_opaque_auth_internal as hidden.
10630         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10631         hidden.
10633         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10635         * misc/getusershell.c (okshells): Don't use static initializers,
10636         do it dynamically.
10638         * stdlib/fmtmsg.c (keywords): Change type of len element to
10639         uint32_t to not waste space on 64bit machines.
10641         * locale/setlocale.c: Change _nl_category_names into a string.
10642         Add new _nl_category_name_idxs.  Change all users.
10643         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10644         Declare _nl_category_name_idxs.
10645         * locale/findlocale.c: Adjust for _nl_category_names change.
10646         * locale/loadlocale.c: Likewise.
10647         * locale/newlocale.c: Likewise.
10648         * intl/dcigettext.c: Likewise.
10650         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10651         (add_alias2): ...here.  New function.
10652         (__gconv_read_conf): Simplify builtin alias handling.
10653         (builtin_aliases): Convert to string to avoid relocations.
10654         * iconv/gconv_builtin.h: Add comment about correct formatting.
10656 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10658         * resolv/res_debug.c (loc_ntoa): Make error const.
10660 2006-05-14  Andreas Schwab  <schwab@suse.de>
10662         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10664 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10666         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10667         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10668         sizeof (cpu_set_t).
10670 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10672         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10674         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10676         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10677         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10679         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10680         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10682         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10683         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10684         xdr_cback_data.
10686         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10687         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10688         xdr_ypupdate_args.
10690         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10691         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10693         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10694         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10696         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10697         * include/rpcsvc/nis_callback.h: New file.
10699         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10700         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10702         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10703         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10705         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10706         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10708         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10709         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10711         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10712         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10713         xdr_ypdelete_args.
10715         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10716         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10718         * nis/nis_error.c: Remove table of strings.  Use position
10719         independent mechanism.
10720         * nis/nis_error.h: New file.
10722 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10724         * locale/programs/ld-time.c (time_finish): If wide era name or
10725         format aren't provided, set both wname and wformat to L"".
10727 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10729         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10730         results if the call was succesful.
10732         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10734         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10735         as hidden.
10737 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10739         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10741 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10743         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10744         caller makes sure this is not the case.
10745         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10747 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10749         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10750         calls.
10752         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10753         [Coverity CID 229, 230]
10755         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10756         DGETTEXT calls.
10757         (hol_help): Likewise.  [Coverity CID 226, 227]
10759         * string/argz-replace.c (__argz_replace): Unconditionally call
10760         free on SRC.  [Coverity CID 225]
10762         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10763         the return value of __nis_default_owner and __nis_default_group,
10764         it has been especially allocated.  [Coverity CID 224]
10766         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10767         searchgroup and searchowner.  Significantly simplified.
10768         (__nis_default_owner): Remove duplication.  Do not locally copy the
10769         string before duplicating it.
10770         (__nis_default_group): Likewise.
10772         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10773         we must clear the variable before calling __nisfind_server.
10775         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10776         nis_getnames.  [Coverity CID 223]
10778         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10779         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10781         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10782         allocate memory for the input to add_bytes.  [Coverity CID 221]
10784         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10785         was allocated here.  [Coverity CID 219, 220]
10787         * posix/getconf.c (print_all): Free confstr data after printing.
10788         [Coverity CID 218]
10790         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10791         list allocation fails.  [Coverity CID 215]
10793         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10794         [Coverity CID 213]
10796         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10797         string is NULL.  [Coverity CID 212]
10798         * argp/Makefile: Add rules to build and run bug-argp1.
10799         * argp/bug-argp1.c: New file.
10801         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10802         end of string.
10803         * stdlib/canonicalize.c (__realpath): Likewise.
10805         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10806         pointer.  [Coverity CID 206]
10808         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10809         in statically linked code.
10810         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10811         statically built code, be prepared to have no link map.
10812         [Coverity CID 205]
10814         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10815         dgettext calls. [Coverity CID 204]
10817         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10818         the one user.
10819         (uparam_names): Reduce size.  Avoid relative relocations.
10820         Moved to read-only segment.
10821         (fill_in_uparams): Update for new layout.
10823         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10824         assumed to always be != NULL. [Coverity CID 202]
10826         * argp/argp-help.c (hol_entry_help): Remove some dead code
10827         [Coverity CID 200].
10829         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10830         away a few more unconditional yperr2nss calls.
10831         (_nss_nis_getservbyname_r): Likewise.
10833 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10835         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10836         architectures.
10838         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10839         that unused memory passed to sendto is nevertheless initialized.
10841         [BZ #2499]
10842         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10843         possibly unaligned memory accesses.
10845         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10846         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10847         and __putlong respectively.  Correct buffer overflow check for
10848         NS_NOTIFY_OP.
10850         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10852         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10853         (send_dg): Rewrite error handling to be more compact and avoid
10854         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10856         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10858         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10859         instead of ns_get16.
10860         (res_queriesmatch): Likewise.  Minor optimization.
10862         [BZ #2499]
10863         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10864         __libc_res_nsend might reallocate the buffer for the answer.  In
10865         this case we have to reload the HP pointer.
10867 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10869         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10870         some branch prediction hints.
10872         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10873         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10874         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10875         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10876         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10877         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10878         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10879         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10881 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10883         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10884         by a GOT relocation to make Scrt1.o position independent.
10885         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10887         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10888         six system call parameters.
10889         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10891 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10893         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10894         malloc&bzero.
10896         * sunrpc/svc_udp.c (BZERO): Remove definition.
10897         (CALLOC): Define.
10898         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10900         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10901         (des_SPtrans): Use uint32_t type.
10902         (des_skb): Likewise.
10904         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10906 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10908         [BZ #2509]
10909         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10910         on 32-bit arches.
10912 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10914         * locale/programs/ld-address.c (address_finish): Fix one more
10915         place where the iso639 array might be accessed beyond the limits.
10917 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10919         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10920         filling it for the first time.
10922         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10923         Adjust all callers.
10924         Free res object content before returning.
10926         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10928         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10929         client->cl_auth.
10931         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10932         cleanup for initial thread, just the free call on TVP.
10934         * nscd/gai.c (__getline): Define.
10937 See ChangeLog.16 for earlier changes.