* po/ca.po: Update from translation team.
[glibc.git] / ChangeLog
blob539faf664c1c5ea9c4c229e04893e8a948455592
1 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
3         * po/ca.po: Update from translation team.
5 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
7         [BZ #10069]
8         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
9         an object that uses static TLS if the TLS modid is higher than the
10         reserve we always allocate.  At least for multi-threaded code.
12 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
14         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
15         Numerically stable check for valid width.
17         * locale/programs/locarchive.c (open_archive): Map the entire file
18         and not just the administrative data.
19         (add_locale): When we find a hash sum match compare the content
20         to be sure.
22         * malloc/malloc.c (malloc_info): Output address space information.
24 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
26         * malloc/malloc.c (malloc_info): Also output system memory information.
28         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
29         architectures have preadv/pwritev in 2.6.30.
31         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
32         * sysdeps/posix/readv.c: Likewise.
33         Reported by Markus Armbruster <armbru@redhat.com>.
35         * malloc/hooks.c (top_check): Force hook value into register.
37 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
40         calls to _dl_relocate_object.
42 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
44         [BZ #9957]
45         * malloc/malloc.c (force_reg): Define.
46         (sYSMALLOc): Load hook variable into variable
47         before test and force into register.
48         (sYSTRIm): Likewise.
49         (public_mALLOc): Force hook value into register.
50         (public_fREe): Likewise.
51         (public_rEALLOc): Likewise.
52         (public_mEMALIGn): Likewise.
53         (public_vALLOc): Likewise.
54         (public_pVALLOc): Likewise.
55         (public_cALLOc): Likewise.
56         (__posix_memalign): Likewise.
57         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
58         before test and force into register.
59         * malloc/hooks.c (top_check): Likewise.
60         (public_s_ET_STATe): Pretty printing.
62         * resolv/res_send.c (send_dg): Don't just ignore the result we got
63         in case we only receive one reply in single-request mode.
65 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
67         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
68         are dlopened in statically linked program even for __LM_ID_CALLER.
70 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
72         * resolv/res_send.c (send_dg): Don't switch into single-request
73         mode if we already are in it.
75 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
77         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
78         are always at least 4 bytes in the returned line.
80 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
82         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
83         __libc_use_alloca (8192), if the stack is too small use 512 bytes
84         instead of 8K.  Stop searching in /proc/stat after hitting first
85         line not starting with cpu.
86         (next_line): Truncate too long
87         lines at buffer size * 3/4 instead of pretending there were line
88         breaks inside of large lines.
90 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
92         * sysdeps/x86_64/mp_clz_tab.c: New file.
94 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
95             Ulrich Drepper  <drepper@redhat.com>
97         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
98         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
99         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
101 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
103         * sysdeps/sh/libc-tls.c: New file.
105         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
107 2009-04-14  Roland McGrath  <roland@redhat.com>
109         * elf/elf.h: Add various missing ARM constants, to match binutils.
111 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
113         Optimizations from GMP.
114         * sysdeps/x86_64/add_n.S: New file.
115         * sysdeps/x86_64/addmul_1.S: New file.
116         * sysdeps/x86_64/lshift.S: New file.
117         * sysdeps/x86_64/mul_1.S: New file.
118         * sysdeps/x86_64/rshift.S: New file.
119         * sysdeps/x86_64/sub_n.S: New file.
120         * sysdeps/x86_64/submul_1.S: New file.
122 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
124         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
125         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
126         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
127         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
129 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
131         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
132         preadv/pwritev.
134 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
136         * sysdeps/x86-64/strrchr.S: New file.
138 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
140         * stdio-common/printf.h (struct printf_info): Add user element.
141         New types printf_arginfo_size_function, printf_va_arg_function.
142         Declare register_printf_specifier, register_printf_modifier,
143         register_printf_type.
144         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
145         (union printf_arg): Add pa_user element.
146         Adjust __printf_arginfo_table type.
147         Add __printf_va_arg_table, __printf_modifier_table,
148         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
149         declarations.
150         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
151         If registered arginfo call failed try normal specifier.
152         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
153         function.
154         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
155         * stdio-common/Versions: Export register_printf_modifier,
156         register_printf_type, and register_printf_specifier for GLIBC_2.10.
157         * stdio-common/reg-modifier.c: New file.
158         * stdio-common/reg-type.c: New file.
159         * stdio-common/reg-printf.c (__register_printf_specifier): New
160         function.  Mostly the old __register_printf_function function but
161         uses locking and type of third parameter changed.
162         (__register_printf_function): Implement using
163         __register_printf_specifier.
164         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
165         calls to arginfo functions.  Allocate enough memory for user-defined
166         types.  Call new va_arg functions to get user-defined types.
167         Try installed handlers even for existing format specifiers first.
169 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
171         * sysdeps/x86_64/rawmemchr.S: New file.
173         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
174         Simplified code and possible copy problem fixed.
176         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
177         function if it is not defined.  Add some necessary casts.
178         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
180         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
181         have preadv/pwritev in 2.6.30.
183 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
185         * malloc/malloc.c (malloc_info): New function.
186         * malloc/malloc.h: Declare it.
187         * malloc/Versions: Export malloc_info for GLIBC_2.10.
189         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
190         to avoid PLT slot.
192         * malloc/malloc.c (_int_realloc): Add parameter with old block
193         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
194         Adjust all callers.
195         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
197 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
199         * sysdeps/x86_64/strchrnul.S: New file.
201         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
202         depending libcrypt on -lfreebl3.
204         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
205         preadv/pwritev in 2.6.30.
207         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
208         instead of __strcasecmp.
210         * string/stratcliff.c (do_test): Add memchr tests..
211         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
212         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
213         first read quad word.
215 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
217         * string/strverscmp.c (__strverscmp): Fix last cleanups.
218         * string/tst-svc.input: Add new test case.
219         * string/tst-svc.expect: Adjust.
220         * string/Makefile: Don't ignore tst-svc error.
222         * sysdeps/x86_64/memchr.S: New file.
224         * resolv/resolv.h (RES_SNGLKUP): Define.
225         * resolv/res_init.c (res_setoptions): Recognize single-request option.
226         * resolv/res_send.c (send_dg): If we sent two requests at once and
227         only get one reply before timeout switch to mode where we send the
228         second request only after the first answer has been received.
230 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
232         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
233         * sysdeps/x86_64/strchr.S: Likewise.
235 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
237         * configure.in: We need to test for the compiler earlier.
239         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
240         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
241         GLIBC_2.10.
242         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
243         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
244         and pwritev.
245         * misc/preadv.c: New file.
246         * misc/preadv64.c: New file.
247         * misc/pwritev.c: New file.
248         * misc/pwritev64.c: New file.
249         * sysdeps/posx/preadv.c: New file.
250         * sysdeps/posx/preadv64.c: New file.
251         * sysdeps/posx/pwritev.c: New file.
252         * sysdeps/posx/pwritev64.c: New file.
253         * sysdeps/unix/sysv/linux/preadv.c: New file.
254         * sysdeps/unix/sysv/linux/preadv64.c: New file.
255         * sysdeps/unix/sysv/linux/pwritev.c: New file.
256         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
257         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
258         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
260         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
261         compatibility code.
262         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
264         * sysdeps/unix/sysv/linux/kernel-features.h: Define
265         __ASSUME_COMPLETE_READV_WRITEV.
266         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
267         with modern kernels.
268         * sysdeps/unix/sysv/linux/writev.c: Likewise.
270         * sysdeps/posix/readv.c: Since read is a cancellation point we have
271         to free a possible malloced buffer in case of cancellation.
272         * sysdeps/posix/writev.c: Likewise for write.
274 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
276         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
278         * configure.in: Recognize --enable-nss-crypt.
279         * config.make.in: Add nss-crypt entry.
280         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
281         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
282         and include path for NSS directory to compiler for md5-crypt,
283         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
284         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
285         function implementation, use NSS.  Introduce wrappers around the
286         hash function calls.  Little code size optimization.
287         * crypt/sha256-crypt.c: Likewise.
288         * crypt/sha512-crypt.c: Likewise.
289         * scripts/check-local-headers.sh: Ignore nss3 directory.
291         * configure.in: Rename pic_default to libc_cv_pic_default.
292         * config.make.in: Likewise.
294 2009-04-01  Roland McGrath  <roland@redhat.com>
296         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
297         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
298         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
299         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
300         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
301         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
302         (R_SPARC_NUM): Update.
303         From Dave Miller <davem@davemloft.net>.
305 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
307         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
309 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
311         * elf/dl-open.c: Keep track of used name spaces and only iterate over
312         those which are used.
313         * elf/dl-addr.c: Likewise.
314         * elf/dl-caller.c: Likewise.
315         * elf/dl-fini.c: Likewise.
316         * elf/dl-iteratephdr.c: Likewise.
317         * elf/dl-libc.c: Likewise.
318         * elf/dl-load.c: Likewise.
319         * elf/dl-support.c: Likewise.
320         * elf/dl-sym.c: Likewise.
321         * elf/rtld.c: Likewise.
322         * sysdeps/generic/ldsodefs.h: Likewise.
324         * elf/dl-load.c: Remove support for systems without MAP_ANON.
325         * elf/dl-minimal.c: Likewise.
326         * elf/dl-misc.c: Likewise.
327         * elf/rtld.c: Likewise.
328         * sysdeps/generic/ldsodefs.h: Likewise.
330 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
332         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
333         Avoid reuse of complex expression.
335         * po/fr.po: Update from translation team.
337 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
339         * include/dirent.h: Yet more changes to match sort function type
340         change.
341         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
342         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
343         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
345 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
347         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
349 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
351         * nscd/connections.c (restart): Try to preserve the process name
352         by reading the /proc/self/exe symlink and using the return name.
353         Patch by Jeff Bastian <jbastian@redhat.com>.
355 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
357         [BZ #9733]
358         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
359         if we are not loading a new audit library.
360         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
361         Only use profiling trampoline for auditing if we are not relocating
362         an audit library.
363         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
364         * elf/rtld.c: Likewise.
365         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
367         * elf/rtld.c (dl_main): Extend help message for --audit option.
369         [BZ #9759]
370         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
371         alphasort64, versionsort, and versionsort64 to POSIX 2008.
372         * dirent/alphasort.c: Adjust implementation to type change.
373         * dirent/alphasort64.c: Likewise.
374         * dirent/scandir.c: Likewise.
375         * dirent/versionsort.c: Likewise.
376         * dirent/versionsort64.c: Likewise.
377         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
378         declaration.
379         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
380         declaration.
382         [BZ #9880]
383         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
384         correctly.  Set segleft member in output as required.
385         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
386         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
388         [BZ #9881]
389         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
390         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
391         * inet/Makefile (tests): Add tst-inet6_rth.
392         * inet/tst-inet6_rth.c: New file.
394         [BZ #5807]
395         * string/strlen.c (strlen): Fix omission in the expression to test
396         for NUL bytes.
398 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
400         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
402         * elf/dl-runtime.c (reloc_offset): Define.
403         (reloc_index): Define.
404         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
405         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
406         computing index from reloc_offset.
407         (_dl_call_pltexit): Likewise.
408         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
409         the relocation index to _dl_fixup.
410         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
411         _dl_call_pltexit.
412         * sysdeps/x86_64/dl-runtime.c: New file.
414         [BZ #9893]
415         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
416         alignment of La_x86_64_regs.  Store xmm parameters.
417         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
419         [BZ #9913]
420         * string/strverscmp.c (__strverscmp): Fix case of different digits
421         in fractional part of string.
422         Patch by Jingyu Liu <jyliu@fortinet.com>.
423         * string/Makefile (tests): Add tst-svc2.
424         * string/tst-svc2.c: New file.
426         * string/strverscmp.c (__strverscmp): Optimize size of tables.
428         * locale/iso-639.def: Add Min Nan.
430 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
432         [BZ #9948]
433         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
435 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
437         * elf/dl-sysdep.c (auxvars): Compress data structure.
439         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
440         STT_GNU_IFUNC handling.
441         (elf_machine_rela): Likewise.
443 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
445         * config.h.in (USE_MULTIARCH): Define.
446         * configure.in: Handle --enable-multi-arch.
447         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
448         (_dl_fixup_profile): Likewise.
449         * elf/do-lookup.c (dl_lookup_x): Likewise.
450         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
451         * elf/elf.h (STT_GNU_IFUNC): Define.
452         * include/libc-symbols.h (libc_ifunc): Define.
453         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
454         framework in init-arch.h to get CPUID values.
455         * sysdeps/x86_64/multiarch/Makefile: New file.
456         * sysdeps/x86_64/multiarch/init-arch.c: New file.
457         * sysdeps/x86_64/multiarch/init-arch.h: New file.
458         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
460         * config.make.in (experimental-malloc): Define.
461         * configure.in: Handle --enable-experimental-malloc.
462         * malloc/Makefile: Handle experimental-malloc flag.
463         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
464         * malloc/arena.c: Likewise.
465         * malloc/hooks.c: Likewise.
466         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
468 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
470         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
471         prediction.  A few size optimizations.
473 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
475         * time/tzset.c: Optimize a bit for size.
477 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
479         * include/stdio.h (fmemopen): Add libc_hidden_proto.
480         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
482         * elf/sprof.c: Avoid warning about multi-line comment.
484 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
486         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
487         DST name.
488         * time/tst-posixtz.c: Add tests for quoted timezone names.
490 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
492         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
493         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
494         200809L instead of 200112L.
495         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
496         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
498         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
499         instead of __quick_exit_funcs to __run_exit_handlers.
500         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
501         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
502         (__cxa_at_quick_exit): Remove attribute_hidden.
503         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
504         to __run_exit_handlers.
505         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
506         attribute_hidden.
508 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
510         * po/id.po: Update from translation team.
512 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
515         .machine push; .machine "power6" and .machine pop around mtfsf
516         insns outside of _ARCH_PWR6 define.
517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
519         Likewise.
520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
521         Likewise.
522         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
523         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
524         relax_fenv_state): Likewise.
526 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
528         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
529         cxa_at_quick_exit.
530         (static-only-routines): Add at_quick_exit.
531         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
532         GLIBC_2.10.
533         * stdlib/quick_exit.c: New file.
534         * stdlib/at_quick_exit.c: New file.
535         * stdlib/cxa_at_quick_exit.c: New file.
536         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
537         it appropriately.
538         (__internal_atexit): New function.
539         (__new_exitfn): Now takes parameter to point to the list to use.
540         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
541         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
542         (exit): ...here.  Just call __run_exit_handlers appropriately.
543         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
544         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
545         * stdlib/on_exit.c: Adjust call to __new_exitfn.
546         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
548         * po/id.po: Update from translation team.
550 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
552         * po/ru.po: Update from translation team.
554 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
556         * po/nl.po: Update from translation team.
558 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
560         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
561         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
562         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
563         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
564         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
565         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
566         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
568         * po/pl.po: Update from translation team.
570 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
572         [BZ #7083]
573         * sysdeps/unix/sysv/linux/fallocate.c: New file.
574         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
575         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
576         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
577         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
578         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
579         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
580         for GLIBC_2.10.
581         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
582         Add fallocate and fallocate64.
584         * io/fcntl.h: Pretty printing.
586 2009-03-02  Richard Guenther  <rguenther@suse.de>
588         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
589         attribute also for non-C99 inline semantics variant.
591 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
593         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
594         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
595         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
596         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
598         Likewise.
599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
600         Likewise.
602 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
604         * po/cs.po: Update from translation team.
606 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
608         * po/bg.po: Update from translation team.
609         * po/sv.po: Likewise.
610         * po/fi.po: Likewise.
611         * po/vi.po: Likewise.
613 2009-02-27  Roland McGrath  <roland@redhat.com>
615         * Makeconfig (%.v.i): Depend on Makeconfig.
616         Exclude % lines from initial #-comment removal.
618 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
620         * po/ko.po: Update from translation team.
622 2009-02-26  Roland McGrath  <roland@redhat.com>
624         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
625         avoids unused warning.
627 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
628             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
630         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
631         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
632         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
633         and asm/user.h.  Include asm/ptrace.h.
634         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
635         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
636         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
637         Undefine.
638         (start_thread): Don't undefine.
639         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
640         Define.
642 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
644         * wctype/wctype.h: The *_l functions are in POSIX 2008.
645         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
646         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
647         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
648         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
649         200112L to 200809L.
650         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
651         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
652         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
653         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
654         _SC_THREAD_ROBUST_PRIO_PROTECT.
655         * posix/unistd.h: fexecve is in POSIX 2008.
656         * time/time.h: strftime_l is in POSIX 2008.
657         * io/sys/stat.h: futimens is in POSIX 2008.
658         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
659         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
660         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
661         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
662         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
663         open_memstream, and vdprintf are in POSIX 2008.
665 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
667         * include/features.h: Define macros for XPG7/POSIX 2008.
668         * ctype/ctype.h: The *_l functions are in POSIX 2008.
669         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
670         POSIX 2008.
671         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
672         * locale/xlocale.h: Define locale_t type.
673         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
674         in POSIX 2008.  Don't define locale_t here.
675         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
676         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
677         UTIME_OMIT only with __USE_ATFILE.
678         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
679         * stdio-common/psiginfo.c: New file.
680         * stdio-common/psiginfo-data.h: New file.
681         * stdio-common/psiginfo-define.h: New file.
682         * stdio-common/Makefile (routines): Add psiginfo.
683         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
684         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
685         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
686         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
687         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
688         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
689         * io/sys/stat.h: Move mknodat definition into same conditional as
690         mknod.
691         * time/sys/time.h: futimesat is not among the functions accepted
692         into the POSIX standard.
694         * include/features.h: If no feature selection given and we select
695         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
696         * posix/Versions: Export __posix_getopt.
697         * posix/getopt.c (_getopt_initialize): Take additional parameter.
698         Use it to alternatively initialize __posixly_correct.
699         (_getopt_internal_r): Take addition parameter.  Pass on to
700         _getopt_initialize.
701         (_getopt_internal): Take addition parameter.  Pass on to
702         _getopt_internal_r.
703         (getopt): Pass additional zero to _getopt_internal.
704         (__posix_getopt): New function.
705         * posix/getopt.h: Add redirection for getopt.
706         * posix/getopt1.c (getopt_long): Pass additional zero to
707         _getopt_internal.
708         (getopt_long_only): Likewise.
709         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
710         (_getopt_long_only_r): Likewise.
711         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
712         _getopt_internal_r.
714 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
716         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
717         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
718         * sysdeps/posix/sysconf.c (__sysconf): Handle
719         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
720         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
722 2009-02-24  Roland McGrath  <roland@redhat.com>
724         [BZ #9895]
725         * README.template: Reworded not to use substituted version number.
726         Renamed to ...
727         * README: ... here (no longer generated).
728         * Makefile (README): Target removed.
730 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
732         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
733         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
734         instead.
736         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
738         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
740 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
742         * po/bg.po: Update from translation team.
744 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
746         * stdlib/monetary.h: Uglify function parameter names.
747         * sunrpc/rpc/pmap_clnt.h: Likewise.
748         * sunrpc/rpc/svc.h: Likewise.
749         * sunrpc/rpc/xdr.h: Likewise.
750         * sunrpc/rpc/clnt.h: Likewise.
751         * resolv/netdb.h: Likewise.
752         * resolv/arpa/nameser.h: Likewise.
753         * resolv/resolv.h: Likewise.
754         * argp/argp.h: Likewise.
755         * locale/langinfo.h: Likewise.
756         * io/sys/stat.h: Likewise.
757         * posix/spawn.h: Likewise.
758         * nis/rpcsvc/nislib.h: Likewise.
759         * malloc/obstack.h: Likewise.
760         * sysdeps/ia64/bits/link.h: Likewise.
761         * sysdeps/i386/bits/link.h: Likewise.
762         * sysdeps/s390/bits/link.h: Likewise.
763         * sysdeps/powerpc/bits/link.h: Likewise.
764         * sysdeps/x86_64/bits/link.h: Likewise.
765         * sysdeps/sparc/bits/link.h: Likewise.
766         * sysdeps/sh/bits/link.h: Likewise.
767         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
768         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
769         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
770         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
772 2008-12-01  Fredrik Unger  <fred@tree.se>
774         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
775         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
776         _FP_UNPACK_RAW_2, fix up first argument.
778 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
780         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
781         (GET_NPROCS_PARSER): Change parameters and use next_line.
782         (__get_nprocs): Rewrite to not use stdio routines.
783         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
784         Change parameters and use next_line.
786 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
788         [BZ #5381]
789         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
790         Change mempool_alloc prototype.
791         * nscd/mem.c (gc): Don't handle mem_in_flight.
792         (mempool_alloc): Third parameter now only indicates whether this is the
793         first call (to allocate data) or not.  If it is, get db rdlock.
794         Release it on error.  Don't handle mem_in_flight.
795         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
796         Adjust third parameter of mempool_alloc calls.
797         Nothing to do here in case mempool_alloc fails.
798         Avoid local variable shadowing parameter.  No need to get db rdlock
799         before calling cache_add.
800         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
801         no mem_in_flight array anymore.
802         * nscd/connections.c: Remove definition and handling of mem_in_flight.
803         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
804         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
805         in case mempool_alloc fails. No need to get db rdlock before calling
806         cache_add.
807         * nscd/hstcache.c (cache_addhst): Likewise.
808         * nscd/initgrcache.c (addinitgroupsX): Likewise.
809         * nscd/servicescache.c (cache_addserv): Likewise.
810         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
812 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
814         * po/lt.po: Update from translation team.
816 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
818         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
819         defined, allow additional data to be added using the optional
820         MORE_ELF_HEADER_DATA macro.
821         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
822         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
824 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
826         * include/atomic.h: Define catomic_and if not already defined.
827         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
828         * sysdeps/i386/i486/bits/atomic.h: Likewise.
830 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
832         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
833         Change all callers.
834         (_int_realloc): Likewise.  Third argument is now padded size
835         All _int_* functions are now static.
837         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
838         * malloc/arena.c: Likewise.
839         * include/malloc.h: Remove now unnecessary declarations of the _int_*
840         functions.
842         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
843         easily.
845         * malloc/malloc.c: Add branch prediction for use of the hooks.
847         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
849 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
851         [BZ #7095]
852         * bits/confname.h: Add SUSv7 macros for getconf environments.
853         * bits/environments.h: Likewise.
854         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
855         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
856         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
857         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
858         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
859         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
860         * posix/getconf.c: Likewise.
861         * posix/sysconf.c: Likewise.
862         * sysdeps/posix/sysconf.c: Likewise.
863         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
864         environments.
866 2009-01-16  Petr Baudis  <pasky@suse.cz>
868         [BZ #9753]
869         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
870         even if we currently have zero nscount.
872 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
874         [BZ #9781]
875         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
876         the input line is too long.
878         * po/Makefile (libc.pot): Add f_print as function taking c-format
879         parameter.
881         * debug/xtrace.sh: Unify translatable messages.
882         * elf/ldd.bash.in: Likewise.
883         * elf/sprof.c: Likewise.
884         * locale/programs/locale.c: Likewise.
885         * malloc/memusage.sh: Likewise.
886         * nss/getent.c: Likewise.
888 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
890         * debug/pcprofiledump.c (print_version,
891         argp_program_version_hook): New function.
892         * elf/ldconfig.c (more_help): New function.
893         (argp): Use it.
894         * elf/sln.c (usage): New function.
895         (main): Support --help and --version.
896         * malloc/memusagestat.c (print_version): New function.
897         (argp_program_version_hook): New variable.
898         * nscd/nscd.c (more_help): New function.
899         (argp): Use it.
900         * posix/getconf.c (main): Send --version output to stdout.
901         Support --help.
902         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
903         arguments.  All callers changed.
904         (print_version): New function.
905         (parseargs): Support --help and --version.
906         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
907         changed.
908         (print_version): New function.
909         (main): Use getopt_long.  Support --help and --version.
910         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
911         --version.
913 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
915         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
916         (update_data): Fix handling of wrapping back
917         to the beginning of the buffer.
919         [BZ #9823]
920         * stdio-common/psignal.c (psignal): Fix test for empty string.
922 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
924         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
925         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
926         move _null_auth to .rodata.
928         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
929         value of 24.
931         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
933         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
934         today than when the original code was written.  Use larger
935         buffers.  This also makes it unnecessary to have stat information,
936         if this causes extra efforts.
937         (__opendir): In case O_DIRECTORY works, don't call fstat just for
938         __alloc_dir.
940 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
942         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
943         is set.
944         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
945         * sysdeps/sh/sh4/__longjmp.S: Likewise.
946         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
947         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
948         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
949         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
951 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
953         * po/ru.po: Update from translation team.
955 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
957         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
958         Add _tid slot to maintain consistency with kernel.
960 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
962         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
963         incomplete characters at end of input buffer.
964         * libio/Makefile (tests): Add tst-fgetwc.
965         * libio/tst-fgetwc.c: New file.
966         * libio/tst-fgetwc.input: New file.
968 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
970         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
972 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
974         [BZ #9793]
975         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
976         *OUTBUFSTART unless the whole output fit into the buffer.
977         * iconv/Makefile (tests): Add tst-iconv4.
978         * iconv/tst-iconv4.c: New file.
980 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
982         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
983         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
985 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
987         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
988         newer linker scripts.
990 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
992         [BZ #7040]
993         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
994         inotify_rm_watch should have type int.
996 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
998         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
999         Make aligned_restore_vmx a local symbol.
1000         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
1001         Likewise.
1003 2009-01-30  Andreas Jaeger  <aj@suse.de>
1005         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
1006         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
1007         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
1008         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
1009         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
1010         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
1011         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
1013 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
1015         [BZ #9726]
1016         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
1017         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
1019 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
1021         [BZ #9726]
1022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1023         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
1024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1025         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
1027 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
1029         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
1030         memcpy instead of memcmp.
1031         (_dl_setup_pointer_guard): Likewise.
1033 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
1035         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
1036         manipulated brk, use malloc_printerr.
1037         * misc/sbrk.c (__sbrk): Better error handling for nonsense
1038         requests.
1040 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1042         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
1043         rindex): For C++ add inlines so that they can be recognized as
1044         builtins.
1045         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
1047 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
1048             Jakub Jelinek  <jakub@redhat.com>
1050         * string/string.h: Define correct C++ prototypes for gcc 4.4.
1051         * wcsmbs/wchar.h: Likewise.
1053 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
1055         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
1056         (stackinfo_sub_sp): Define.
1058 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
1060         [BZ #9750]
1061         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
1062         * include/alloca.h (alloca_account): Define.
1063         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
1064         (stackinfo_sub_sp): Define.
1066         * nscd/connections.c (nscd_init): If database file access fails
1067         check whether this is due to permission problems and bail in that
1068         case.
1070         [BZ #9741]
1071         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
1072         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
1074 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1076         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
1077         Add "t" to clobber list.
1078         (INTERNAL_SYSCALL_NCS): Likewise.
1080 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
1082         * nss/getent.c (print_networks): Don't print comma between aliases.
1084 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
1086         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
1088         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
1089         the hash table.
1090         * misc/Makefile (tests): Add bug-hsearch1.
1091         * misc/bug-hsearch1.c: New file.
1093 2009-01-22  Roland McGrath  <roland@redhat.com>
1095         * Makeconfig (%.v.i): Strip trailing # comments,
1096         not only whole-line comments.
1098 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
1100         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
1101         one parameter.  If non-NULL use it to initialize return value.
1102         (_dl_setup_pointer_guard): New function.
1103         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1104         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
1105         * elf/rtld.c (security_init): Pass _dl_random to
1106         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
1107         pointer_chk_guard.
1108         * elf/dl-sysdep.c (_dl_random): New variable.
1109         (_dl_sysdep_start): Handle AT_RANDOM.
1110         (_dl_show_auxv): Likewise.
1111         * elf/dl-support.c (_dl_random): New variable.
1112         (_dl_aux_init): Handle AT_RANDOM.
1113         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
1114         to _dl_setup_stack_chk_guard.
1116         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
1118 2009-01-10  Roland McGrath  <roland@redhat.com>
1120         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
1122 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
1124         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
1126         [BZ #9706]
1127         * nss/nss_files/files-parse.c (strtou32): New function.
1128         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
1129         across 32-bit and 64-bit platforms.
1130         (INT_FIELD_MAYBE_NULL): Likewise.
1132 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
1134         [BZ #9720]
1135         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
1136         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
1137         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
1138         Likewise.
1140 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
1142         [BZ #697]
1143         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1144         being NULL also if there are no backreferences.
1145         * posix/rxspencer/tests: Add testcases.
1147 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
1149         [BZ #9697]
1150         * posix/bug-regex17.c: Add testcases.
1151         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1152         handling.
1154 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1156         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
1157         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
1158         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
1159         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
1160         for elf subdir.
1161         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
1162         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
1163         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
1164         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
1165         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1166         * sysdeps/unix/sysv/linux/s390/Versions: New file.
1168 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
1170         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1171         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1172         re_string_skip_chars, re_string_reconstruct): Likewise.
1173         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1175 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
1177         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
1178         adjust the buffer alignment.
1180 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1182         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
1183         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
1184         net/route.h.
1186         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
1187         flavor to description only when flavor is not NULL.
1189         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
1190         mutex after SIGIO/SIGURG lookup loop.
1192 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1194         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
1196 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
1198         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
1199         handling.
1201 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
1203         * sysdeps/unix/sysv/linux/kernel-features.h
1204         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
1206         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
1207         if no output is written.
1209         * version.h: Bump to 2.10 development.
1211         * posix/getconf.c: Update copyright year.
1212         * nss/getent.c: Likewise.
1213         * iconv/iconvconfig.c: Likewise.
1214         * iconv/iconv_prog.c: Likewise.
1215         * elf/ldconfig.c: Likewise.
1216         * catgets/gencat.c: Likewise.
1217         * csu/version.c: Likewise.
1218         * elf/ldd.bash.in: Likewise.
1219         * elf/sprof.c (print_version): Likewise.
1220         * locale/programs/locale.c: Likewise.
1221         * locale/programs/localedef.c: Likewise.
1222         * nscd/nscd.c (print_version): Likewise.
1223         * debug/xtrace.sh: Likewise.
1224         * malloc/memusage.sh: Likewise.
1225         * malloc/mtrace.pl: Likewise.
1226         * debug/catchsegv.sh: Likewise.
1228 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
1230         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
1231         script.
1233 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
1235         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
1236         gethostbyname4_r function call succeeded, just leave the loop.
1238         [BZ #9694]
1239         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
1240         very end.
1241         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
1242         * wctype/Makefile (tests): Add bug-wctypeh.
1243         * wctype/bug-wctypeh.c: New file.
1245         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
1246         LOCALDOMAIN is defined.
1247         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1249         * sysdeps/x86_64/bits/select.h: New file.
1251         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
1253 2008-12-21  Bruno Haible  <bruno@clisp.org>
1255         [BZ #9677]
1256         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
1257         if no output is written.
1259 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
1261         * login/utmp_file.c (pututline_file): Replace call to dup2 with
1262         libc internal symbol __dup2 to avoid access through the PLT.
1264 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
1266         [BZ #6545]
1267         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
1268         available only for __USE_GNU.
1270         * inet/Makefile (tests): Add tst-getni2.
1271         * inet/tst-getni2.c: New file.
1273         [BZ #7080]
1274         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
1275         NULL when NI_NAMEREQD is set.
1276         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
1277         * inet/Makefile (tests): Add tst-getni1.
1278         * inet/tst-getni1.c: New file.
1280 2008-12-03  Petr Baudis  <pasky@suse.cz>
1282         [BZ #7067]
1283         * nscd/connections.c (invalidate_cache): Use prune_run_lock
1284         instead of prune_lock.
1285         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
1286         * nscd/nscd.h (database_dyn): Add prune_run_cache.
1288 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
1290         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
1291         use.
1293         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
1294         handling.
1296         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
1297         after reading name server list.
1299         [BZ #7058]
1300         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
1301         handling for host name aliases.
1303 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
1305         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
1306         instead of doing things manually.
1308 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
1310         * posix/regex_internal.h (build_wcs_upper_buffer):
1311         Return type is reg_error_t.
1313 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
1315         * posix/globtest.sh: Use mktemp to create temporary file and
1316         directory.
1318         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
1319         sets correctly.
1320         (__CPU_CLR_S): Likewise.
1321         (__CPU_ISSET_S): Likewise.
1323 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
1324             Ulrich Drepper  <drepper@redhat.com>
1326         * scripts/firstversion.awk: Use custom comparison function to compare
1327         version numbers.
1328         * scripts/versions.awk: Use sort invocation which can handle
1329         multi-digit sub-version numbers.
1331 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
1333         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
1334         * locale/iso-639.def: Add Chhattisgarhi entry.
1336 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
1338         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
1339         ESRCH return value.
1340         (_nss_dns_gethostbyname4_r): Likewise.
1341         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
1342         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
1343         gethostbyname4_r, we don't have a separate IPv6 status, so copy
1344         the no_data variable.
1346         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
1347         information at the correct index.
1349         * socket/sys/socket.h: Declare accept4.
1350         * socket/accept4.c: New file.
1351         * sysdeps/unix/sysv/linux/accept4.c: New file.
1352         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
1353         * socket/Makefile (routines): Add accept4.
1354         * socket/Versions: Export accept4 with version GLIBC_2.10.
1355         * socket/paccept.c: Removed.
1356         * sysdeps/unix/sysv/linux/paccept.c: Removed.
1357         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
1358         * Versions.def: Define GLIBC_2.10 for libc.
1359         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
1361         * nscd/connections.c: Use accept4.
1363         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
1365 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
1367         * resolv/res_send.c (send_dg): Create sockets with non-blocking
1368         flag already set.
1370         * stdlib/setenv.c (unsetenv): Don't search environment if it does
1371         not exist.
1372         * stdlib/Makefile (tests): Add tst-unsetenv1.
1373         * stdlib/tst-unsetenv1.c: New file.
1375 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
1377         * login/utmp_file.c (file_writable): New variable.
1378         (setutent_file): Don't try to open file for writing.
1379         (pututline_file): Before writing, make descriptor writable if
1380         necessary.
1382 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
1384         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
1385         to IPv4 or IPv6 if an interface has been found.
1387 2008-11-26  Roland McGrath  <roland@redhat.com>
1389         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
1390         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
1392         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
1393         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
1394         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
1396         * elf/elf.h (NT_386_IOPERM): New macro.
1397         (NT_PPC_VSX): New macro.
1399 2008-11-25  Roland McGrath  <roland@redhat.com>
1401         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
1402         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
1403         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
1404         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
1405         Subdirectories moved to ports repository.
1406         * configure.in (base_machine): Remove alpha case.
1408 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
1410         * sysdeps/mach/strerror_l.c: New file.
1412 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
1414         [BZ #6411]
1415         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
1416         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
1417         magic numbers.
1418         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
1419         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
1420         (relax_fenv_state): Same as above.
1421         (FPSCR_29): Reserve bit in ISA 2.05.
1422         (FPSCR_NI): Provide define for compat.
1423         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
1424         magic numbers.
1425         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
1426         magic numbers.
1427         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
1428         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
1429         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
1430         access to hwcap to account for hwcap size increase to uint64_t.
1431         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
1432         Likewise.
1433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1434         (*setcontext): Likewise.
1435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1436         New file.
1437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1438         New file.
1439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1440         (*setcontext): dynamically select mtfsf insn based on
1441         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
1442         increase to uint64_t.
1443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1444         (*swapcontext): dynamically select mtfsf insn based on
1445         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
1446         increase to uint64_t.
1447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1448         New file.
1449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1450         New file.
1451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1452         (*setcontext): dynamically select mtfsf insn based on
1453         PPC_FEATURE_HAS_DFP.
1454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1455         (*swapcontext): dynamically select mtfsf insn based on
1456         PPC_FEATURE_HAS_DFP.
1458 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
1460         * version.h: Bump for 2.9 release.
1461         * include/features.h (__GLIBC_MINOR__): Bump to 9.
1463         [BZ #7029]
1464         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
1465         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
1466         all the rounding.
1468 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
1470         [BZ #7009]
1471         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
1472         unknown request types for now.
1474 2008-11-11  Roland McGrath  <roland@redhat.com>
1476         * sysdeps/x86_64/configure: New file.
1478         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
1479         * configure: Regenerated.
1481 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1483         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
1484         correct instruction to remove the stack frame.
1486 2008-11-03  Michael Matz  <matz@suse.de>
1488         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
1489         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
1491 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
1493         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
1494         Remove.
1496         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
1497         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
1498         of the thread variable instead of void *.
1499         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
1500         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
1501         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1502         __libc_tsd_define arguments.
1503         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
1504         __libc_tsd_address arguments.  Remove union hack.
1505         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
1506         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
1507         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
1508         Adjust __libc_tsd_{set,get} arguments.
1509         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1510         __libc_tsd_define arguments.
1511         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
1512         arguments.
1513         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1514         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
1515         (LOCALE): Adjust __libc_tsd_define arguments.
1516         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
1517         arguments.
1518         (LOCALE): Adjust __libc_tsd_define arguments.
1519         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
1520         arguments.
1521         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
1522         arguments.
1524 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
1526         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
1527         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1529 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
1531         [BZ #6966]
1532         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
1534 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
1535             Ulrich Drepper  <drepper@redhat.com>
1537         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
1538         definition for GCC 3.1 and later.
1540 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
1542         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
1543         refetch dtv, as it might have changed.
1544         * elf/Makefile: Add rules to build and run tst-tls18.
1545         * elf/tst-tls18.c: New test.
1546         * elf/tst-tlsmod18a.c: New file.
1548 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
1550         [BZ #6875]
1551         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
1553 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1555         [BZ #6867]
1556         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
1558         [BZ #6919]
1559         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
1560         Fix length of copy operation.
1562 2008-10-02  Pierre Habouzit <madcoder@debian.org>
1564         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
1565         and fix its calling convention.
1567 2008-10-07  Andreas Schwab  <schwab@suse.de>
1569         [BZ #6942]
1570         * resolv/res_send.c (send_vc): Fix last change.
1571         (send_dg): Align here as well.
1573 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1575         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
1576         return value in case rlimit is RLIM_INFINITY.
1578         [BZ #6947]
1579         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
1580         for UL_SETFSIZE.
1581         * resource/Makefile (tests): Add bug-ulimit1.
1582         * resource/bug-ulimit1.c: New file.
1584         [BZ #6974]
1585         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
1586         without dot.  Properly terminate the string with a null byte.
1587         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
1589         [BZ #6980]
1590         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
1591         negative sizees.
1592         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
1593         negative __size.
1595         [BZ #6995]
1596         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
1598 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
1600         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
1601         abort if there is no initgroups_dyn function.
1603         * resolv/res_send.c (send_dg): On timeout, only return nonzero
1604         result if any of the queries really provided an answer.
1606 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
1608         * po/lt.po: Update from translation team.
1610 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
1612         * po/id.po: Update from translation team.
1614 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
1616         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
1617         Fix tests for existence of second reply.
1619 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
1621         * po/id.po: New file.
1622         Contributed by the Indonesian translation team.
1624 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
1626         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
1627         initialization.
1629 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
1631         * elf/Makefile: Add rules to build and run tst-tls17.
1632         * elf/tst-tls17.c: New test.
1633         * elf/tst-tlsmod17a.c: New file.
1634         * elf/tst-tlsmod17b.c: Likewise.
1636 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
1638         * stdlib/divmod_1.c: Use correct type for dummy variable.
1639         * stdlib/mod_1.c: Likewise.
1641 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
1643         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
1645 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
1647         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
1648         __nonnull order for C++.
1649         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
1650         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
1652 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
1654         * stdlib/longlong.h: Update from GCC.
1656 2008-10-09  Jakub Jelinek <jakub@redhat.com>
1657             David S. Miller  <davem@davemloft.net>
1659         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
1660         make sure any registers used with 64-bit 'branch-on-register'
1661         instructions have their top 32-bits clear.
1662         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
1663         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
1665 2008-09-18  Andreas Schwab  <schwab@suse.de>
1667         [BZ #6942]
1668         * resolv/res_send.c (send_vc): Fix use of unaligned address.
1669         Properly handle partial reads.
1671 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1673         * elf/elf.h (STO_MIPS_PLT): New.
1674         (R_MIPS_COPY): New.
1675         (R_MIPS_JUMP_SLOT): New.
1676         (R_MIPS_NUM): Redefine to 128.
1677         (DT_MIPS_PLTGOT): New.
1678         (DT_MIPS_RWPLT): New.
1679         (DT_MIPS_NUM): Redefine to 0x35.
1681 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
1683         * timezone/africa: Update from tzdata2008f.
1684         * timezone/asia: Likewise.
1685         * timezone/australasia: Likewise.
1686         * timezone/europe: Likewise.
1687         * timezone/leapseconds: Likewise.
1688         * timezone/northamerica: Likewise.
1689         * timezone/southamerica: Likewise.
1690         * timezone/zone.tab: Likewise.
1692 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
1694         * nscd/connections.c: Disable use of paccept for now.
1696 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
1698         * socket/Versions: Remove paccept export for GLIBC_2.9.
1699         * socket/Makefile (routines): Remove paccept.
1700         * socket/sys/socket.h: Remove paccept declaration.
1702         * po/sv.po: Update from translation team.
1704 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
1706         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
1707         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1709 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
1711         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
1712         Patch by Olivier Fourdan <ofourdan@redhat.com>.
1714 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
1716         * sunrpc/rpc/svc.h: Declare svcfd_create.
1717         Patch by Michael Solberg <msolberg@redhat.com>.
1719 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
1720             Ulrich Drepper  <drepper@redhat.com>
1722         * malloc/malloc.c (public_vALLOc): Try other arenas in case
1723         _int_valloc fails.
1724         (public_pVALLOc): Likewise.
1726 2008-09-02  Andreas Jaeger  <aj@suse.de>
1728         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
1729         commit.
1731 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1733         [BZ #6860]
1734         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1736 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1738         * Makefile (check-data): Check data directory in add-ons.
1739         * elf/Makefile (check-data): Likewise.
1741 2008-08-18  Roland McGrath  <roland@redhat.com>
1743         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1744         * configure: Regenerated.
1745         * config.make.in (cflags-cpu): New substituted variable.
1746         (with-cpu): Variable removed.
1747         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1749 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1751         [BZ #6845]
1752         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1753         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1754         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1755         redundant.  Functions which call floating point assembler operations
1756         should go into a sysdeps powerpc/fpu directory.
1758 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1760         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1761         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1763 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1765         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1767         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1768         change related to AT_EXECFN.  We cannot use that string.
1769         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1770         _dl_execfn member.
1771         * elf/dl-support.c: Remove _dl_execfn variable.
1772         (_dl_aux_init): Remove handling of AT_EXECFN.
1773         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1774         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1776 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1778         [BZ #6544]
1779         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1780         byte gets added to writes and seeks from the end use the length of
1781         the buffer and not the currently terminating NUL byte.
1783         [BZ #6634]
1784         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1785         Set to true if locking failed.
1786         (getutid_r_file): Adjust caller.
1787         (pututline_file): Likewise.  Return NULL in this case.
1788         Patch mostly by halesh.s@gmail.com.
1790 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1792         [BZ #6589]
1793         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1794         Define.
1795         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1797 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1799         [BZ #6839]
1800         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1801         macro since it is now available in elf/dynamic-link.h.
1803 2008-08-12  Roland McGrath  <roland@frob.com>
1805         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1806         in case used outside of libc.
1807         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1809 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1811         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1812         directly instead of going through dn_comp.
1814 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1816         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1817         Fix asm constraints.
1819 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1821         [BZ #6790]
1822         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1823         (IPV6_PMTUDISC_PROBE): Likewise.
1825 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1827         [BZ #6791]
1828         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1830 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1831             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1833         [BZ #6817]
1834         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1835         Added the members 'vsx' and 'arch_2_06'.
1836         (_dl_powerpc_platforms): Add the member 'power7'.
1837         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1838         to reflect the changes required by VSX and ISA 2.06.
1839         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1840         'power7'.
1841         Defined PPC_PLATFORM_POWER7.
1842         (_dl_string_platform): Add support for POWER7.
1843         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1844         capability and ISA 2.06.
1846 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1848         [BZ #6824]
1849         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1850         macro to detect use of 128 bit long double.
1851         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1853 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1855         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1857         [BZ #5794]
1858         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1859         parameters.
1860         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1861         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1863 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1865         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1866         guaranteed to be large enough to read inotify event.  Ignore
1867         EAGAIN error.  Better error message.  Add branch predicition.
1868         (main_loop_epoll): Likewise.
1870 2008-08-02  Roland McGrath  <roland@frob.com>
1872         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1873         Add memory clobbers.
1875 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1877         * manual/arith.texi: Avoid @strong{Note:}.
1878         * manual/creature.texi: Likewise.
1879         * manual/filesys.texi: Likewise.
1880         * manual/math.texi: Likewise.
1881         * manual/memory.texi: Likewise.
1882         * manual/resource.texi: Likewise.
1883         * manual/syslog.texi: Likewise.
1884         * manual/time.texi: Likewise.
1886         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1887         to prevent warning.
1889 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1891         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1892         new epoll_create1 interface.
1893         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1894         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1895         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1897         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1898         (NS_GET32): Likewise.
1900         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1901         syscalls, too.
1903         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1904         use the AT_EXECFN value if it is no absolute path.
1905         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1906         __ASSUME_AT_EXECFN.
1908         * Versions.def: Add GLIBC_2.9 to libresolv.
1909         * include/resolv.h: Remove hidden proto declarations for __ns_*
1910         functions.  Add them for __dn_count_labels and __p_secstodate.
1911         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1912         Define ns_msg_getflags macro here.
1913         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1914         and __p_secstodate.
1915         * resolv/Versions: Export functions from <arpa/nameser.h> from
1916         libresolv in version GLIBC_2.9.
1917         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1918         hidden definitions.
1919         * resolv/ns_netint.c: Likewise.
1920         * resolv/ns_parse.c: Likewise.
1921         * resolv/ns_print.c: Likewise.
1922         * resolv/ns_samedomain.c: Likewise.
1923         * resolv/ns_ttl.c: Likewise.
1924         * resolv/arpa/nameser_compat.h: Likewise.
1925         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1926         function calls.
1927         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1928         instead of ns_get16.
1929         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1930         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1931         (gaih_getanswer_slice): Likewise.
1932         * resolv/Makefile (libresolv-routines): Add ns_date.
1933         * resolv/ns_date.c: New file.
1935         * elf/Makefile (check-localplt.out): Also check libresolv and
1936         libcrypt.
1938 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1940         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1941         __ASSUME_O_CLOEXEC.
1943 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1945         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1946         buffer passed to NSS functions.
1948         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1950         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1951         Define.
1953         * misc/syslog.c (openlog_internal): Fix compile problem.
1955 2008-07-28  Roland McGrath  <roland@redhat.com>
1957         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1959 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1961         * io/ftw.c (add_object): Remove inline to avoid warning.
1963         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1965         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1966         Use it instead of locally defined resplen2 variable.
1967         (res_nsend): Adjust for __libc_res_nsend interface change.
1968         (send_vc): Initialize *resplen2 if necessary.  Read length of
1969         package into an appropriately aligned variable.  Store converted length
1970         in new variable and use it appropriately.
1971         Add branch prediction help.
1972         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1973         and pass it on to __libc_res_nsend.  Adjust all callers.
1974         (__libc_res_nsearch): Likewise.
1975         (__libc_res_nqeurydomain): Likewise.
1976         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1977         change.
1978         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1979         Define resplen2 variable and pass it to __libc_res_nsearch and then
1980         to gaih_getanswer.
1981         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1982         Add branch prediction.
1983         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1984         (gaih_getanswer): Don't decode second slice if first one failed due
1985         to a too small buffer.  Don't let not found status of second
1986         decoder shadow results of the first.
1987         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1988         and __libc_res_nquery interface changes
1989         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1990         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1991         __libc_res_nsearch, and __libc_res_nsend.
1992         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1993         change.
1994         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1995         __libc_res_nsearch interface changes.
1997 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1999         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
2001         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
2002         file descriptors with close-on-exec set.
2003         (exec_comm_child): Fix the case where the write end of the pipe is
2004         STDOUT_FILENO already.  In case it is, clear close-on-exec.
2006         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
2007         * io/pipe2.c: Likewise.
2008         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
2009         instead of __ASSUME_PACCEPT.
2010         * include/unistd.h: Declare __have_pipe2.
2011         * libio/iopopen.c: Implement "e" flag.
2012         * libio/Makefile (tests): Add tst-popen1.
2013         * libio/tst-popen1.c: New file.
2015         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
2016         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2018 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
2020         [BZ #6771]
2021         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
2022         success call of _IO_SEEKOFF or calls which failed because the
2023         descriptor is for a pipe.
2025         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
2026         magic number.
2028         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
2030         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
2031         F_SETFD use if we know fopen set the flag.
2033         * login/utmp_file.c (setutent_file): Minor optimization in case
2034         O_CLOEXEC is available.
2036 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
2038         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
2039         * elf/Makefile: Use pie-ccflag variable.
2040         * nscd/Makefile: Likewise.
2041         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
2043 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
2045         [BZ #6724]
2046         * Versions.def: Add GLIBC_2.9 version tag for libutil.
2047         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
2048         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
2049         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
2050         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
2051         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
2052         utmp32, utmpx32 and login32.
2053         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
2054         versions of struct utmp functions to libc and libutil.
2055         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
2056         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
2057         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
2058         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
2059         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
2060         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
2061         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
2062         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
2063         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
2064         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
2065         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
2066         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
2067         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
2068         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
2069         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
2070         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
2071         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
2072         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
2073         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
2074         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
2075         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
2076         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
2078 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
2080         * scripts/gen-as-const.awk: Generate more widely usable code by
2081         using 64-bit arithmetic.
2083         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
2084         the same treatment as narrow output code in last patch.
2086         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
2088         [BZ #6763]
2089         * elf/dl-load.c (local_strdup): Remove inline.
2090         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
2091         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
2092         part of the object.
2094         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
2096 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
2098         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
2099         the new syscalls, too.
2101         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
2102         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
2104         [BZ #6698]
2105         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
2106         parameter for end of buffer.  If temporary copy is too large use
2107         malloc.
2108         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
2109         interface change.
2110         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
2111         string rewrite when allocating buffer.
2113         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
2114         syscalls, too.
2116         * nscd/connections.c (nscd_init): Clean up fcntl call.
2118         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
2119         SOCK_NONBLOCK if possible.
2121         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
2122         SOCK_CLOEXEC if available.
2124         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
2125         __libc_clntudp_bufcreate_internal.
2126         * include/sys/socket.h: Declare __have_sock_cloexec.
2127         * socket/Makefile (aux): Add have_sock_cloexec.
2128         * socket/have_sock_cloexec.c: New file.
2129         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
2130         __libc_clntudp_bufcreate.
2131         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
2132         which takes an additional parameter.  Create socket with non-blocking
2133         mode and close-on-exec flag set, if wanted.
2134         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
2135         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
2136         instead of clntudp_create.  The socket has already the close-on-exec
2137         flag set if SOCK_CLOEXEC is defined.
2139 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
2141         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2142         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
2143         appropriate.
2144         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
2145         non-blocking mode by using socket, paccept, and inotify_init1.
2147         * Versions.def (glibc): Add GLIBC_2.9.
2148         * io/Makefile (routines): Add dup3 and pipe2.
2149         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
2150         * io/dup3.c: New file.
2151         * io/pipe2.c: New file.
2152         * posix/unistd.h: Declare dup3 and pipe2.
2153         * socket/Makefile (routines): Add paccept.
2154         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
2155         * socket/paccept.c: New file.
2156         * socket/sys/socket.h: Declare paccept.
2157         * sysdeps/unix/syscalls.list: Add entry for dup3.
2158         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
2159         epoll_create2 and inotify_init1.
2160         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
2161         * sysdeps/unix/sysv/linux/paccept.c: New file.
2162         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
2163         possible.
2164         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
2165         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
2166         inotify_init1, and pipe2 entries.
2167         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
2168         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
2169         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
2170         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
2171         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
2172         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
2173         SOCK_NONBLOCK.
2174         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
2175         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
2176         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
2177         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
2178         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
2179         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
2180         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
2181         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
2182         EPOLL_NONBLOCK.  Declare epoll_create2.
2183         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
2184         EFD_NONBLOCK.
2185         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
2186         IN_NONBLOCK.  Declare inotify_init1.
2187         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
2188         SFD_NONBLOCK.
2189         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
2190         TFD_NONBLOCK.
2192         * elf/elf.h: Define AT_EXECFN.
2193         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
2194         LD_ORIGIN_PATH.
2195         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
2196         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
2197         if __ASSUME_AT_EXECFN is defined.
2198         (_dl_aux_init): Handle AT_EXECFN.
2199         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
2200         for 2.6.27 and up.
2201         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
2202         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
2203         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
2204         _dl_execfn if available and avoid compatibility code if
2205         __ASSUME_AT_EXECFN is defined.
2207         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
2208         _dl_discover_osversion only for older kernels.
2210 2008-07-22  Roland McGrath  <roland@frob.com>
2212         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
2214 2008-07-21  Roland McGrath  <roland@frob.com>
2216         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
2217         returned too much data out of line.
2219 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
2221         * locale/setlocale.c (setname): Remove inline to avoid compiler
2222         warning.
2224         [BZ #6712]
2225         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
2227 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
2229         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
2230         doesn't manage to write anything, fail.
2232         * malloc/hooks.c (__malloc_check_init): Remove printf.
2234 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2236         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
2238 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
2240         * nscd/connections.c (main_loop_poll): Fix handling of read errors
2241         from inotify.
2242         (main_loop_epoll): Likewise.
2244 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
2246         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
2248         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
2249         if DEBUG is defined.
2251         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
2252         query.  Adjust buffer size computation for padding.
2254 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2256         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
2257         * stdio-common/tst-setvbuf1.c: New file.
2258         * stdio-common/tst-setvbuf1.expect: New file.
2260         [BZ #6719]
2261         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
2262         when selecting fully-buffered stream.
2263         Patch by Wang Xin <wxinee@gmail.com>.
2265 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2267         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
2268         (__open_2): New function.
2269         (__open64_2): New alias to __open_2.
2270         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
2271         (__openat_2): New function.
2272         (__openat64_2): New alias to __openat_2.
2274 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
2276         [BZ #6723]
2277         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2279 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2281         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
2282         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
2283         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
2284         __hurd_dfail.
2285         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2286         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2287         * sysdeps/mach/hurd/send.c (__send): Likewise.
2288         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
2289         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
2291 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2293         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
2294         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2295         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2296         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
2297         * hurd/get-host.c (_hurd_get_host_config): Likewise.
2298         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
2300 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2302         [BZ #6657]
2303         * time/strptime_l.c: Don't clear s.era_cnt after successful match
2304         of %EY.
2305         Patch by Petr Baudis.
2307 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
2309         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
2310         Patch by Peter Jones <pjones@redhat.com>.
2312 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2314         [BZ #6654]
2315         * stdlib/canonicalize.c (__realpath): readlink can write too much
2316         into the buffer on platforms without PATH_MAX.
2318 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
2320         [BZ #6653]
2321         * posix/tst-regex.c (main): Rename to...
2322         (do_test): ... this. Remove cmdline option processing.
2323         (TIMEOUT): Define.
2324         (TEST_FUNCTION): Define.
2325         (CMDLINE_OPTIONS): Define.
2327 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2329         [BZ #5210]
2330         * configure.in: Add -Werror to -fstack-protector test to catch
2331         unsupported architectures.
2332         Patch by Gilles Esponasse <g.esp@free.fr>.
2334 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
2336         * stdlib/tst-setcontext.c: Set back_in_main before exit if
2337         getcontext returns ENOSYS.
2339 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
2341         * nscd/connections.c (main_loop_poll): Fix test for read error.
2342         (main_loop_epoll): Likewise.
2344 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
2346         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
2347         better place so it is not called when nscd is used.
2349         * nscd/connections.c: Also recognize and handle changes to the
2350         resolver configuration file.
2352 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2354         * time/strftime.c: Pass reference to tzset_called around to handle
2355         recursive calls.
2357         [BZ #6612]
2358         * time/strftime.c (__strftime_internal): Call tzset() only
2359         when printing timezone-dependent values.
2360         Based on a patch by Petr Baudis <pasky@suse.cz>.
2362         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
2363         unconditionally use second gaih_getanswer_slice result.
2365         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
2366         (getaddrinfo): RES must always be non-NULL.
2368 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
2370         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
2371         cr[34] registers.
2372         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2373         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2374         Likewise.
2375         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
2376         register.
2378 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2380         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
2381         fields.
2382         * nscd/connections.c (inotify_fd): New variable.
2383         (nscd_init): Try to open an inotify descriptor.
2384         If successful, watch files for databases using inotify instead of
2385         having prune threads stat the files.
2386         (nscd_run_prune): Recognize clear_cache flag being set and call
2387         prune_cache appropriately.
2388         (main_loop_poll): Add inotify descriptor to wait set and handle the
2389         reported changes.
2390         (main_loop_epoll): Likewise.
2391         * nscd/cache.c (prune_cache): Don't stat files for databases if
2392         inotify is used.
2393         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
2394         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2396         * nscd/grpcache.c (cache_addgr): Correctly compute size of
2397         fixed-size portion of the record.
2398         * nscd/servicescache.c (cache_addserv): Likewise.
2399         * nscd/pwdcache.c (cache_addpw): Likewise.
2400         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2402 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
2404         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
2405         out we don't use uninitialized memory.
2407         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
2408         the client.
2410 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
2412         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
2413         ignore T_DNAME messages.
2414         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
2416 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
2418         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
2419         Avoid segfault if first GETC returns eof/'\0'/'\n'.
2421 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
2423         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
2424         instead of portstr to nscd_getserv_r.  Patch by
2425         Roman Kagan <rkagan@mail.ru>.
2427 2008-05-26  Jim Meyering  <meyering@redhat.com>
2429         Remove more useless "if" tests before "free".
2430         * include/inline-hashtab.h (htab_delete): Likewise.
2431         * libio/freopen.c (freopen): Likewise.
2432         * libio/freopen64.c (freopen64): Likewise.
2433         * locale/programs/ld-collate.c (collate_read): Likewise.
2434         * misc/fstab.c (libc_freeres_fn): Likewise.
2435         * posix/glob.c (globfree): Likewise.
2437 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2439         * string/Makefile (strop-tests): Add memmem.
2440         * string/test-memmem.c: New file.
2441         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
2442         (test_init): Size buf1 according to BUF1PAGES.
2444 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
2446         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
2447         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
2448         (CFLAGS-scanf17.c): New.
2449         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
2450         * stdio-common/scanf15.c (main): Likewise.
2451         * stdio-common/scanf16.c: New file.
2452         * stdio-common/scanf17.c: New file.
2454 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2456         * resolv/res_send.c (send_dg): If we already have one of two
2457         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
2458         use the one answer insted of failing.
2460 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
2462         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
2463         being executed on PowerPC as the expected result exceeds IBM
2464         long double 128 __LDBL_MAX__.
2466 2008-05-21  Roland McGrath  <roland@redhat.com>
2468         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
2470         * Makefile (check-data): Use $(abi-name) before other guesses.
2471         Look in $(add-ons) dirs before scripts/data/.
2472         * elf/Makefile (check-data): Likewise.
2474         * scripts/soversions.awk: Grok ABI line.
2475         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
2476         Emit definition for abi-name variable.
2478 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2480         * string/endian.h: Define new fixed-size hto* and *toh macros only
2481         if [__USE_BSD].
2483         * iconvdata/Depend: Add localedata.
2485 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2487         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
2489 2008-05-08  David S. Miller  <davem@davemloft.net>
2491         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
2492         HIDDEN_JUMPTARGET.
2493         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2494         (__SYSCALL_CLOBBERS): Remove %g* registers.
2495         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2496         (__SYSCALL_CLOBBERS): Likewise.
2497         * scripts/data/localplt-sparc-linux-gnu.data: New file.
2498         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2500 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
2502         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2503         (CALL_ERRNO_LOCATION): Define.
2504         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2505         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2506         (CALL_ERRNO_LOCATION): Define.
2507         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2508         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
2509         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2511 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
2513         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
2514         variable.
2516 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
2518         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
2519         (FIRST_FRAME_POINTER): Define.
2521 2008-05-09  David S. Miller  <davem@davemloft.net>
2523         * sysdeps/sparc/sparc64/backtrace.c: New file.
2525 2008-05-14  David S. Miller  <davem@davemloft.net>
2527         * sysdeps/sparc/machine-gmon.h: New file.
2528         * sysdeps/sparc/sparc-mcount.S: Likewise.
2529         * sysdeps/sparc/Makefile: Add sparc-mcount target to
2530         sysdep_routines in gmon directory.
2532 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
2534         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2536 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
2538         * resolv/res_query.c (__libc_res_nquery): In case one of two
2539         answer was too short don't try to read that answer's header.
2541         * resolv/res_send.c (send_dg): In case of timeout and there are
2542         two queries and one has been answered, return value indicating
2543         success.
2545 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
2547         * nscd/cache.c (cache_add): Take additional parameter specifying
2548         whether this is in response of a cache refill.  Check alignment
2549         of package data.  Revamp waking of pruning thread.
2550         (prune_cache): Small optimization.
2551         * nscd/nscd.h: Adjust cache_add prototypes.
2552         * nscd/aicache.c: Adjust cache_add calls.
2553         * nscd/grpcache.c: Likewise.
2554         * nscd/hstcache.c: Likewise.
2555         * nscd/initgrcache.c: Likewise.
2556         * nscd/pwdcache.c: Likewise.
2557         * nscd/servicescache.c: Likewise.
2558         * nscd/connections.c (restart): Really disable cache use before
2559         exec attempt.  If it fails, reenable cache.
2560         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
2561         time to max to be able to notice concurrent cache additions.  Unlock
2562         prune_lock while performing gc.  Afterwards compute wakeup time with
2563         current wakeup_time value in mind.
2565 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
2567         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
2569         * nscd/mem.c (gc): Correctly determine highest used array element
2570         in mark.
2572         * nscd/mem.c (markrange): Add assert to check entries are all
2573         aligned.  Small cleanup in bitmap use.
2575         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
2576         blockoff of type nscd_ssize_t.
2577         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
2578         (mempoll_alloc): Record block offset and not address.
2580         * nscd/mem.c (gc): Fix test for stack overuse.
2582         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
2583         more asserts.
2585         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
2586         entry is available, believe it.
2588         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
2589         no answers return NSS_STATUS_NOTFOUND.
2590         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
2591         buffer does not have any content.
2593 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2595         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
2597         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
2598         lookup, don't assign canon unconditionally.
2600 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2602         * string/Makefile (distribute): Add str-two-way.h.
2604 2008-03-29  Eric Blake  <ebb9@byu.net>
2606         Rewrite string searches to O(n) rather than O(n^2).
2607         * string/str-two-way.h: New file.  For linear fixed-allocation
2608         string searching.
2609         * string/memmem.c: New implementation.
2610         * string/strstr.c: New implementation.
2611         * string/strcasestr.c: New implementation.
2613 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
2615         * posix/regcomp.c (optimize_utf8): Add a note on why we test
2616         opr.ctx_type.
2617         (calc_first): Initialize constraint field.
2618         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2619         Use search_duplicated_node to avoid loops.  Fix grammar.
2620         (duplicate_node): Merge constraint field for all node types.
2621         (calc_eclosure_iter): Look at constraint field for all node types.
2622         * posix/regex_internal.c (create_cd_newstate): Don't look at
2623         create_cd_newstate.
2625 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2627         [BZ #6428]
2628         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
2630         [BZ #6442]
2631         * string/endian.h: Add macros for fixed-size endian conversion.
2632         * bits/byteswap.h: Allow inclusion from <endian.h>.
2633         * sysdeps/i386/bits/byteswap.h: Likewise.
2634         * sysdeps/ia64/bits/byteswap.h: Likewise.
2635         * sysdeps/s390/bits/byteswap.h: Likewise.
2636         * sysdeps/x86_64/bits/byteswap.h: Likewise.
2637         * string/Makefile (tests): Add tst-endian.
2638         * string/tst-endian.c: New file.
2640         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
2641         Patch by Reuben Thomas.
2643 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
2645         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
2647 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2649         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
2651         [BZ #6461]
2652         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
2653         Add missing braces.
2654         (BODY for __gconv_transform_internal_ascii): Likewise.
2656         [BZ #6472]
2657         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
2658         to be treated like link-local addresses.
2659         (match_prefix): Don't treat IPv4 loopback address special when
2660         converting to v4 mapped addressed.
2662         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
2663         if necessary.
2664         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
2665         * posix/tst-rfc3484-2.c: Likewise.
2666         * posix/tst-rfc3484-3.c: Likewise.
2668         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
2669         and SCTP.
2671         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
2673         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
2675         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
2677 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
2679         * po/lt.po: New file.  From Lituanian translation team.
2681 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
2683         Introduce TLS descriptors for i386 and x86_64.
2684         * include/inline-hashtab.h: New file, copied from 2005's
2685         libiberty, with fix for memory leak imported afterwards by
2686         Glauber de Oliveira Costa.
2687         * elf/tlsdeschtab.h: New file.
2688         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
2689         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
2690         (CHECK_STATIC_TLS): Move to...
2691         * elf/dynamic-link.h: ... this file.
2692         (TRY_STATIC_TLS): New macro.
2693         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
2694         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
2695         R_386_TLS_DESC): Define.
2696         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
2697         binutils.
2698         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
2699         R_X86_64_TLSDESC): Define.
2700         (R_386_NUM, R_X86_64_NUM): Adjust.
2701         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
2702         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2703         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2704         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2705         release tlsdesc_table.
2706         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
2707         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
2708         (elf_machine_rel): Handle R_386_TLS_DESC.
2709         (elf_machine_rela): Likewise.
2710         (elf_machine_lazy_rel): Likewise.
2711         (elf_machine_lazy_rela): Likewise.
2712         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
2713         * sysdeps/i386/dl-tlsdesc.S: New file.
2714         * sysdeps/i386/dl-tlsdesc.h: New file.
2715         * sysdeps/i386/tlsdesc.c: New file.
2716         * sysdeps/i386/tlsdesc.sym: New file.
2717         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
2718         tlsdesc_table.
2719         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
2720         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2721         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2722         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2723         release tlsdesc_table.
2724         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
2725         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
2726         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
2727         (elf_machine_rel): Handle R_X86_64_TLSDESC.
2728         (elf_machine_rela): Likewise.
2729         (elf_machine_lazy_rel): Likewise.
2730         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
2731         (__tls_get_addr): Do not declare for non-shared compiles.
2732         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2733         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2734         * sysdeps/x86_64/tlsdesc.c: New file.
2735         * sysdeps/x86_64/tlsdesc.sym: New file.
2736         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2737         tlsdesc_table for both 32- and 64-bit structs.
2739 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2741         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2742         its own function.  This reduces the frame setup costs and more.
2744 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2746         [BZ #3406]
2747         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2748         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2750 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2752         * io/openat.c (__openat_2): Also pass fd to __openat.
2753         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2754         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2756         * string/tester.c (test_memcmp): Add a few more tests.
2757         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2759 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2761         * nscd/cache.c (cache_add): Before returning with failure and this
2762         is the first use of the record, mark it as unusable.
2763         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2764         reporting a failure.
2765         * nscd/grpcache.c: Likewise
2766         * nscd/hstcache.c: Likewise.
2767         * nscd/initgrcache.c: Likewise.
2768         * nscd/pwdcache.c: Likewise.
2769         * nscd/servicescache.c: Likewise.
2771 2008-05-10  Roland McGrath  <roland@redhat.com>
2773         [BZ #6505]
2774         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2776 2008-05-08  David S. Miller  <davem@davemloft.net>
2778         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2780         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2781         (__ieee754_y0l): Likewise.
2782         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2783         (__ieee754_y1l): Likewise.
2784         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2785         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2786         frexpl and ldexpl.  math_private.h provides them and the latter
2787         is not even used.
2788         (__log1pl): Use __frexpl.
2790 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2792         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2793         prototypes.
2794         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2795         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2796         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2797         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2798         af==AF_UNSPEC.
2799         (_nss_nis_gethostbyname4_r): New function.
2800         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2801         Change to also handle af==AF_UNSPEC.
2802         (get_tablename): New function.  Use it to avoid duplication.
2803         (_nss_nisplus_gethostbyname4_r): New function.
2804         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2805         available.
2806         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2807         * nss/nss.h: Define struct gaih_addrtuple.
2808         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2809         af==AF_UNSPEC.
2810         (_nss_files_gethostbyname4_r): New function.
2811         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2812         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2813         calls.
2814         * resolv/res_query.c (__libc_res_nquery): Take two additional
2815         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2816         look up IPv4 and IPv6.
2817         Change all callers.
2818         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2819         for an additional query and answer buffer.  Pass to send_vc and
2820         send_dg.
2821         (send_vc): Send possibly two requests and receive two answers.
2822         (send_dg): Likewise.
2823         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2824         __libc_res_nquery.
2825         (_nss_dns_gethostbyname4_r): New function.
2826         (gaih_getanswer_slice): Likewise.
2827         (gaih_getanswer): Likewise.
2828         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2829         __libc_res_nquery call.
2830         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2831         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2832         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2833         available.
2835 2008-05-05  David S. Miller  <davem@davemloft.net>
2837         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2838         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2840 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2842         Fix termios bit macros.
2843         Move *DLY definitions where they belong, in termios.h.
2844         Add *[0-3] definitions.
2845         Fixes confusion between VT and FF.
2846         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2847         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2848         are already defined to avoid collision with termios.h.
2849         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2850         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2851         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2852         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2853         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2854         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2855         VTDLY, VT0, VT1): New macros.
2856         [__USE_GNU] (OLCUC): Change value of macro.
2857         [__USE_XOPEN] (OFILL): New macro.
2858         [__USE_BSD] (CRTSCTS): Change value.
2859         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2860         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2861         (B7200, B14400, B28800, B76800): New macros.
2863 2008-05-01  David S. Miller  <davem@davemloft.net>
2865         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2866         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2867         (gen-as-const-headers): Add it.
2868         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2869         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2870         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2871         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2873         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2874         six system call parameters.
2875         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2877 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2879         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2880         RUSAGE_LWP.
2881         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2882         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2884 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2886         * stdlib/tst-setcontext.c: Include unistd.h.
2888 2008-04-25  David S. Miller  <davem@davemloft.net>
2890         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2891         Pass "union semun" properly in to sys_ipc, it must be passed
2892         by value, not by reference.
2894 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2896         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2897         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2898         * nscd/connections.c (mem_in_flight): Likewise.
2900         * nscd/nscd.h (dbs): Make hidden.
2902         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2903         Avoid returning -1, return 0 instead.
2905 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2907         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2909 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2911         [BZ #5209]
2912         * sysdeps/unix/sysv/linux/times.c: New file.
2914         [BZ #5381]
2915         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2916         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2917         prototype.
2918         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2919         appropriate mem_in_flight element.
2920         (gc): Take allocations which have not yet been committed to the
2921         database into account.
2922         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2923         Reset mem_in_flight before returning.
2924         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2925         cue it up in mem_in_flight_list.
2926         * nscd/aicache.c: Adjust mempool_alloc call.
2927         * nscd/grpcache.c: Likewise.
2928         * nscd/hstcache.c: Likewise.
2929         * nscd/initgrcache.c: Likewise.
2930         * nscd/pwdcache.c: Likewise.
2931         * nscd/servicescache.c: Likewise.
2932         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2933         of -fpie.
2935         * nscd/connections.c (handle_request): Provide better error message
2936         in case SELinux forbids the service.
2938         * version.h (VERSION): Bump to 2.8.90.
2940 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2942         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2944 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2946         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2947         Also use for 32-bit.
2948         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2949         __nextafter instead of nextafter to avoid local PLT.
2950         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2951         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2953         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2955         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2956         __fe_nomask_env.
2957         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2958         <fenv_libc.h> instead of <fenv.h>.
2959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2962         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2964         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2965         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2966         function from fegetexcept and make old name weak alias.
2967         * include/fenv.h: Declare __fegetexcept.
2968         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2969         fegetexcept.
2970         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2971         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2972         to fetestexcept.
2973         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2974         instead of frexpl to avoid local PLT.
2975         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2976         ilogbl to avoid local PLT.
2977         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2978         instead of ldexpl to avoid local PLT.
2979         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2980         __roundl not roundl to avoid local PLT.
2981         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2982         local PLTs.  Use __sincosl instead of separate sinl and cosl
2983         calls.
2984         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2986         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2987         version for ppc64 to 2.4.21 since without it makecontext will fail.
2989         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2990         to the ABI in use.
2991         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2992         .__tls_get_addr.
2993         [__powerpc64__] (TLS_GD): Likewise.
2995 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2997         [BZ #4997]
2998         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2999         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
3000         mantissa.
3001         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
3002         Likewise.  Also account for when x is an odd number between 2^52
3003         and 2^53-1.
3004         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
3005         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
3006         * math/libm-test.inc (lround_test, llround_test): Added test cases to
3007         detect aforementioned erroneous conditions.
3009 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
3011         * configure.in: Check for -fno-section-anchors in addition to
3012         -fno-toplevel-reorder.
3014 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
3016         * include/features.h (__GLIBC_MINOR__): Bump to 8.
3018         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
3019         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
3020         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
3021         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
3022         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
3023         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
3025 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
3027         [BZ #5443]
3028         * time/era.c: Transform __libc_setlocale_lock into rwlock.
3029         * time/alt_digit.c: Likewise.
3030         * wcsmbs/wcsmbsload.c: Likewise.
3032 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
3034         * version.h (VERSION): Bump to 2.8.
3036         * timzeone/asia: Update from tzdata2008b.
3037         * timezone/backward: Likewise.
3038         * timezone/europe: Likewise.
3039         * timezone/northamerica: Likewise.
3040         * timezone/southamerica: Likewise.
3041         * timezone/iso3166.tab: Likewise.
3042         * timezone/leapseconds: Likewise.
3043         * timezone/zone.tab: Likewise.
3044         * timezone/private.h: Update from tzcode2008a.
3045         * timezone/zdump.c: Likewise.
3046         * timezone/zic.c: Likewise.
3048 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
3050         [BZ #5741]
3051         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
3052         Define additonal Data Cache Block instruction macros.
3053         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
3054         Replace dcbst with dcbf and sync with sync/isync.
3056 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
3058         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
3059         Always set ELF_RTYPE_CLASS_PLT.
3060         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
3062 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
3064         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
3065         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
3066         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
3067         For ISA 2.01 and later replace mftb with mfspr 268.
3069 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
3071         [BZ #5768]
3072         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
3073         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
3075 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
3077         [BZ #5768]
3078         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
3079         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
3080         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
3081         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
3083 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
3085         * stdlib/tst-makecontext.c (othervar): New variable.
3086         (cf): Test sign extending the argument to long.
3088 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
3090         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
3091         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
3092         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
3093         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
3094         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
3095         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
3096         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
3098 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
3100         * elf/Makefile (tests): Substitute tests-vis-yes here.
3101         (tests-vis-yes): Delete.
3102         (modules-name, modules-vis-yes): Similarly.
3104 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
3106         [BZ #4407]
3107         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
3108         Preserve sign in signgamp when x is zero.
3110 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
3112         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
3113         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
3114         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
3115         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
3116         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
3117         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
3119 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3121         [BZ #4314]
3122         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
3123         buffers.
3125         [BZ #5209]
3126         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
3127         a reserved error value.
3129         * stdlib/tst-makecontext.c: Change parameter to cf to negative
3130         value to check for correct sign extension.
3132         [BZ #5436]
3133         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3134         Copy 64-bit parameter values even though this is not required in
3135         the standard.
3137         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
3138         PC save.
3140 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
3142         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
3143         PC save.
3145 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
3147         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
3149 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3151         [BZ #5998]
3152         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
3153         in line-buffered stream failed.
3154         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3156 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
3158         [BZ #6024]
3159         * scripts/abi-versions.awk: If the version specified by
3160         --enable-oldest-abi is older than the first version for this
3161         architecture, use the default version.
3163         * locale/programs/ld-collate.c (collate_read): Ignore script lines
3164         as well when ignoring the whole category.
3166 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3168         [BZ #6042]
3169         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
3170         ETHERTYPE_* definitions.
3171         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
3173 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3175         * stdlib/mbtowc.c (__no_r_state): Remove.
3176         (mbtowc): New static state variable.  Use it instead of
3177         __no_r_state.
3178         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
3179         (__wctomb_state): New hidden variable.
3180         (wctomb): Use __wctomb_state instead of __no_r_state.
3181         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
3182         (__wctomb_state): New extern decl.
3183         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
3185 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3187         [BZ #5475]
3188         * resolv/res_init.c: Handle scope IDs in resolv.conf.
3190 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3192         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
3194 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
3196         * po/nl.po: Update from translation team.
3198 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
3200         [BZ #6007]
3201         * string/strfry.c: Handle empty strings again.
3203 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3205         [BZ #5443]
3206         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
3207         before looking for translation.
3208         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
3209         * locale/freelocale.c: Likewise.
3210         * locale/newlocale.c: Likewise.
3211         * locale/setlocale.c: Likewise.
3212         Based partially on a patch by ryo@np.css.fujitsu.com.
3214 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
3216         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
3217         acquiring wrlock.  Do conv_tab allocation while holding lock.
3218         * intl/Makefile: Add rules to build and run tst-gettext6.
3219         * intl/tst-gettext6.c: New test.
3220         * intl/tst-gettext6.sh: New file.
3222 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3224         * po/nl.po: Update from translation team.
3226         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
3227         provided through st_blksize, try the default size before giving up.
3229 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
3231         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
3233         [BZ #5939]
3234         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
3236         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
3237         error message.  POSIX today does not require the messages to be in
3238         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
3240         [BZ #5979]
3241         * sunrpc/auth_unix.c: Unify printed strings.
3242         * sunrpc/clnt_tcp.c: Likewise.
3243         * sunrpc/clnt_udp.c: Likewise.
3244         * sunrpc/clnt_unix.c: Likewise.
3245         * sunrpc/svc_tcp.c: Likewise.
3246         * sunrpc/svc_udp.c: Likewise.
3247         * sunrpc/svc_unix.c: Likewise.
3248         * sunrpc/xdr.c: Likewise.
3249         * sunrpc/xdr_array.c: Likewise.
3250         * sunrpc/xdr_rec.c: Likewise.
3251         * sunrpc/xdr_ref.c: Likewise.
3252         * locale/programs/ld-time.c (time_finish): Unify messages.
3253         * locale/programs/locfile.c (handle_copy): Fix typo.
3254         * nscd/nscd.c (options): Fix typo.
3256         [BZ #5995]
3257         * stdlib/strtod_l.c: Use correct sign for result in one more
3258         underflow case.
3259         Patch by Eric Blake <ebb9@byu.net>.
3261 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
3263         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
3264         and creat system calls.
3265         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
3266         call.
3267         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
3268         system calls.
3269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3270         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3271         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3273 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
3275         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
3276         <linux/limits.h> has defined it.
3277         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
3278         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
3279         headers.
3280         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
3281         it instead of ARG_MAX.
3283 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
3285         * posix/gai.conf: Fix comment for scope nullbits.
3286         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
3287         default to 128 bits for v4 mapped addresses.
3289 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3291         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
3292         ptrace call to get the ieee_instruction_pointer from the kernel.
3293         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
3294         ptrace call to set the ieee_instructtion_pointer.
3295         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
3296         Add comment that ieee_instruction_pointer is always 0.
3298 2008-03-09  Andreas Jaeger  <aj@suse.de>
3300         [BZ #5857]
3301         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
3302         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
3303         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
3305         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
3306         (rint_test): Likewise.
3308 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
3310         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
3311         call.
3312         (__nisfind_server): Similar for open readColdStartFile call.
3313         Patch partially by Jim Meyering.
3314         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
3315         around internal_setent call.
3317         * po/vi.po: New Vietnamese translation.
3319         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
3320         ADJ_OFFSET_SS_READ.
3322         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
3323         remove CLONE_STOPPED.
3325 2008-02-10  Jim Meyering  <meyering@redhat.com>
3327         Remove useless "if" before "free":
3328         * elf/ldconfig.c (parse_conf_include): Likewise.
3329         * gmon/gmon.c (weak_alias): Likewise.
3330         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
3331         * inet/rcmd.c (__validuser2_sa): Likewise.
3332         * intl/bindtextdom.c (set_binding_values): Likewise.
3333         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
3334         * libio/genops.c (save_for_backup): Likewise.
3335         * libio/wgenops.c (save_for_wbackup): Likewise.
3336         * locale/programs/ld-collate.c (collate_read): Likewise.
3337         * locale/programs/linereader.c (get_string): Likewise.
3338         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
3339         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
3340         * resolv/res_debug.c (do_section): Likewise.
3341         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
3342         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
3343         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3344         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
3345         * time/tzset.c (tzset_internal): Likewise.
3347 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
3349         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
3350         of ASSEMBLER.
3352 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
3354         [BZ #5903]
3355         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
3356         not stream for output file.  Open output file here.
3357         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
3358         and output file name.
3359         (process_fd): Likewise.
3360         (process_file): Likewise.
3361         (main): Adjust callers of changed functions.
3362         * iconv/iconv_prog.h: Adjust prototype.
3364 2008-03-09  Andreas Jaeger  <aj@suse.de>
3366         [BZ #5753]
3367         * sysdeps/ia64/ieee754.h: Use protected namespace
3368         __BIG_ENDIAN/__LITTLE_ENDIAN.
3369         * sysdeps/ieee754/ieee754.h: Likewise.
3370         Patch by Aurelien Jarno <aurelien@aurel32.net>.
3372 2008-03-08  Roland McGrath  <roland@frob.com>
3374         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
3375         ignore a signal that came from a machine exception, treat it as a
3376         fatal core-dump signal instead.
3377         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3379         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3380         Clear DF bit in thread state's eflags.
3381         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3383 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
3385         [BZ #5774]
3386         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
3387         of NAN(...) sequence.
3388         * stdlib/Makefile (tests): Add tst-strtod6.
3389         * stdlib/tst-strtod6.c: New file.
3391         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
3393         [BZ #5762]
3394         * posix/getopt.c (_getopt_internal_r): Clarify error message by
3395         putting offending option character in quotes.  Clean up error
3396         messages.
3397         * po/be.po: Adjust msgstr in translation file.
3398         * po/bg.po: Likewise.
3399         * po/ca.po: Likewise.
3400         * po/cs.po: Likewise.
3401         * po/da.po: Likewise.
3402         * po/de.po: Likewise.
3403         * po/es.po: Likewise.
3404         * po/fr.po: Likewise.
3405         * po/hr.po: Likewise.
3406         * po/ko.po: Likewise.
3407         * po/nl.po: Likewise.
3408         * po/rw.po: Likewise.
3409         * po/sk.po: Likewise.
3410         * po/sv.po: Likewise.
3411         * po/tr.po: Likewise.
3412         * po/zh_CN.po: Likewise.
3413         * po/zh_TW.po: Likewise.
3415         [BZ #5760]
3416         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
3417         Patch by Roland Bless <roland@bless.de>.
3419         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
3420         .o file.
3421         * elf/Makefile (routines): Add dl-sysdep.
3422         (elide-routines.os): Likewise.
3424 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
3426         [BZ #5786]
3427         * elf/dl-sysdep.c: Undefine ROUND after use.
3428         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
3429         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
3430         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
3431         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
3432         to ...
3433         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
3434         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
3435         if necessary.
3436         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
3438         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
3439         _dl_tls_get_addr_soft element.
3440         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
3441         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
3442         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
3443         GLRO.
3444         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3445         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
3446         of internal_function.
3448         * stdlib/Makefile (aux): Add tens_in_limb.
3449         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
3450         * stdlib/tens_in_limb.c: ...here.  New file.
3452         [BZ #5778]
3453         * sysdeps/unix/sysv/linux/pathconf.h: Declare
3454         __statfs_chown_restricted.
3455         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
3456         for _PC_CHOWN_RESTRICTED.
3457         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
3458         Implement __statfs_chown_restricted.
3459         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
3460         _POSIX_CHOWN_RESTRICTED value to zero.
3461         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
3462         defined to zero.
3464         * sysdeps/x86_64/rtld-memset.c: New file.
3466 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
3468         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
3470         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
3471         Barcelona machine.  Make default fall through branch of
3472         __x86_64_preferred_memory_instruction check as the integer code path.
3474 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3476         * sysdeps/x86_64/cacheinfo.c
3477         (__x86_64_preferred_memory_instruction): New variable.
3478         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3480         * sysdeps/x86_64/memset.S: Rewrite.
3482 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
3484         * include/stdio.h (__asprintf_chk, __dprintf_chk,
3485         __obstack_printf_chk): New prototypes.
3486         (__vasprintf_chk, __vdprintf_chk,
3487         __obstack_vprintf_chk): Likewise.
3488         Add libc_hidden_proto.
3489         * libio/obprintf.c
3490         (_IO_obstack_jumps): No longer static, add attribute_hidden.
3491         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
3492         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3493         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
3494         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
3495         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3496         __obstack_vprintf_chk): New prototypes.
3497         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
3498         obstack_vprintf): New inlines.
3499         * debug/dprintf_chk.c: New file.
3500         * debug/vdprintf_chk.c: New file.
3501         * debug/asprintf_chk.c: New file.
3502         * debug/vasprintf_chk.c: New file.
3503         * debug/obprintf_chk.c: New file.
3504         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
3505         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
3506         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
3507         @@GLIBC_2.8.
3508         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
3509         vdprintf_chk and obprintf_chk, set CFLAGS for them.
3510         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
3511         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
3512         libc_hidden_proto.
3513         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
3514         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
3515         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
3516         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
3517         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
3518         @@GLIBC_2.8.
3519         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
3520         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
3521         obstack_vprintf_chk.
3522         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
3523         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
3524         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
3525         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
3526         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
3527         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
3529 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
3531         [BZ #5779]
3532         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
3533         Patch by Roy Marples <roy@marples.name>.
3535         [BZ #5736]
3536         * malloc/malloc.c: Fix typo in comment.
3538         [BZ #5627]
3539         * locale/iso-639.def: Add Shuswap.
3541 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
3543         [BZ #5790]
3544         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
3545         overwrite *h_errnop/*errnop values from getanswer_r in case of
3546         failure.
3548 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
3550         [BZ #5818]
3551         * nscd/connections.c (dbs): Add initializers for .suggested_module.
3552         (verify_persistent_db): Remove one unnecessary test and add a new one
3553         for bad configuration.
3554         (nscd_init): Improve error reported when persistent database cannot
3555         be reused.
3556         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
3557         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
3558         .suggested_module and .max_db_size and case config file says the
3559         values are zero.
3560         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
3562         [BZ #5854]
3563         * nis/ypclnt.c (yp_order): Fix handling of return value of
3564         do_ypcall_tr call.
3565         Patch by Jeff Moyer <jmoyer@redhat.com>.
3567         * po/fr.po: Update from translation team.
3569 2008-02-22  Andreas Jaeger  <aj@suse.de>,
3570             Carlos O'Donell <carlos@systemhalted.org>
3572         [BZ #5012]
3573         * FAQ.in: Describe why glibc needs to be compiled with
3574         optimization.
3576 2008-02-19  Roland McGrath  <roland@redhat.com>
3578         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
3580 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
3582         [BZ #5737]
3583         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
3584         __USE_MISC is defined.
3586 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
3588         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
3589         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
3590         sys/timerfd.h.
3591         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
3592         timerfd_gettime, timerfd_settime.
3593         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
3594         timerfd_gettime, timerfd_settime for GLIBC_2.8.
3596 2008-02-08  Roland McGrath  <roland@redhat.com>
3598         * elf/elf.h (NT_PPC_SPE): New macro.
3600 2008-02-06  Roland McGrath  <roland@redhat.com>
3602         * Makerules ($(common-objpfx)sysd-rules):
3603         Depend on $(sysdep-makeconfigs).
3605 2008-01-31  Roland McGrath  <roland@redhat.com>
3607         [BZ #5442]
3608         * configure.in: Use -print-file-name if it yields a directory,
3609         for each of include and include-fixed.
3610         * configure: Regenerated.
3612         * Makeconfig (sysd-rules-targets): New variable.
3613         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
3614         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
3616 2008-01-30  Roland McGrath  <roland@redhat.com>
3618         * manual/libc.texinfo: Update back-cover text.
3620         * elf/elf.h (NT_386_TLS): New macro.
3622 2008-01-29  Roland McGrath  <roland@redhat.com>
3624         * Makeconfig (sysd-rules-patterns): New variable.
3625         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
3626         (check-inhibit-asm): New canned sequence, replaces ...
3627         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
3628         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
3629         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
3630         (CFLAGS-rtld): Variable removed.
3632 2008-01-24  Roland McGrath  <roland@redhat.com>
3634         * configure.in: Let configure fragments set base_os.
3635         * configure: Regenerated.
3637 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
3639         * po/ko.po: Update from translation team.
3641 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3643         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
3645 2008-01-12  Andreas Jaeger  <aj@suse.de>
3647         [BZ #5040]
3648         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
3649         Add EPOLLRDHUP.
3651 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3653         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
3654         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
3655         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
3657 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
3659         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
3660         * elf/dl-close.c (_dl_close): Check for it.
3661         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
3662         (_dl_allocate_static_tls): Likewise.
3663         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
3664         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
3665         to it.
3666         * elf/tst-tls16.c: New file.
3667         * elf/tst-tlsmod16a.c: New file.
3668         * elf/tst-tlsmod16b.c: New file.
3669         * elf/Makefile: Add rules to build and run tst-tls16.
3671 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
3673         [BZ #5628]
3674         * bits/shm.h: Fix comment describing shmid_ds.
3675         * sysdeps/gnu/bits/shm.h: Likewise.
3676         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
3677         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3678         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
3679         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3680         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3681         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3682         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3683         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
3684         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
3686         [BZ #5607]
3687         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
3688         prototypes.
3689         * conform/data/limits.h-data: Adjust limits changed in v6 and add
3690         additional suffixes.
3691         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
3692         Add optional functions mq_timedreceive and mq_timedsend.
3693         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
3694         * conform/data/pthread.h-data: Fix prototype of
3695         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
3696         * conform/data/semaphore.h-data: Allow time.h definitions.
3697         * conform/data/signal.h-data: Likewise.
3698         * conform/data/stdio.h-data: getw and putw are not required in v6.
3699         * conform/data/stdlib.h-data: Change setstate prototype.
3700         * conform/data/string.h-data: Fix strerror_r prototype.
3701         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
3702         * conform/data/unistd.h-data: pthread_atfork not required in v6.
3703         Fix readlink prototype.
3704         * conform/data/netinet/in.h-data: Add const to in6addr_any and
3705         in6addr_loopback.
3706         * inet/netinet/in.h: Cleanup namespace.
3707         * posix/regex.h: Likewise.
3708         * resolv/netdb.h: Likewise.
3709         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3710         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3711         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3712         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
3713         of names of in in6_addr.
3714         (default_precedence): Likewise.
3715         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
3716         NULL definition.
3718 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
3720         * conform/data/fmtmsg.h-data: Add missing allows.
3721         * conform/data/ftw.h-data: Likewise.
3722         * conform/data/inttypes.h-data: Likewise.
3723         * conform/data/math.h-data: Likewise.
3724         * conform/data/signal.h-data: Likewise.
3725         * conform/data/net/if.h-data: Likewise.
3726         * conform/data/netinet/in.h-data: Likewise.
3727         * conform/data/sys/socket.h-data: Likewise.
3729         [BZ #5614]
3730         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
3731         (__strtok_r): Simplify.
3732         * string/tester.c (test_strtok_r): Add test case for futile search
3733         with single-character seach string.
3735 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3737         * po/ko.po: Update from translation team.
3739 2008-01-11  Andreas Jaeger  <aj@suse.de>
3741         [BZ #5600]
3742         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3743         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3744         kernel header.
3746 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3748         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3749         native interface lookup in all the relevant places.
3751 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3752             Ulrich Drepper  <drepper@redhat.com>
3754         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3755         field.  Use sockaddr_in6 for source_addr.
3756         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3757         (match_prefix): Likewise.
3758         (get_label): Likewise.
3759         (get_precedence): Likewise.
3760         (rfc3484_sort): Change to use indirect access to results array.
3761         Adjust to use of sockaddr_in6.  Replace service_order test with
3762         simple index comparison.
3763         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3764         service_order field.  Adjust qsort_t calls.  Access sorted result
3765         array indirectly through order array.
3766         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3767         * posix/tst-rfc3484-2.c: Likewise.
3768         * posix/tst-rfc3484-3.c: Likewise.
3770 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3772         [BZ #5541]
3773         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3774         pollfd structures.
3775         Patch by André Cruz.
3777         [BZ #5545]
3778         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3779         (clnt_spcreateerror): Likewise.
3781         [BZ #5553]
3782         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3783         (public_mEMALIGn): Likewise.
3784         Patch mostly by Daniel Jacobowitz.
3786 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3788         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3789         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3790         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3791         * stdlib/tst-makecontext2.c: New test.
3793 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3795         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3796         defined.
3797         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3798         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3799         transliteration hooks and REINIT_PARAMS afterwards.
3800         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3801         status.
3802         (REINIT_PARAMS): Define.
3803         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3804         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3805         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3806         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3807         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3808         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3809         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3810         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3811         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3812         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3813         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3814         * iconvdata/tst-iconv7.c: New test.
3816 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3818         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3820 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3822         [BZ #5112]
3823         * nscd/connections.c (restart): Fix condition.
3825 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3827         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3828         __ctype_toupper_loc): Add __THROW.
3830 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3832         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3833         recognition of interface family.
3835         * posix/getconf.c: Update copyright year.
3836         * nss/getent.c: Likewise.
3837         * iconv/iconvconfig.c: Likewise.
3838         * iconv/iconv_prog.c: Likewise.
3839         * elf/ldconfig.c: Likewise.
3840         * catgets/gencat.c: Likewise.
3841         * csu/version.c: Likewise.
3842         * elf/ldd.bash.in: Likewise.
3843         * elf/sprof.c (print_version): Likewise.
3844         * locale/programs/locale.c: Likewise.
3845         * locale/programs/localedef.c: Likewise.
3846         * nscd/nscd.c (print_version): Likewise.
3847         * debug/xtrace.sh: Likewise.
3848         * malloc/memusage.sh: Likewise.
3849         * malloc/mtrace.pl: Likewise.
3850         * debug/catchsegv.sh: Likewise.
3852 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3854         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3855         second lookup.
3857 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3859         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3860         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3862 2007-12-17  Roland McGrath  <roland@redhat.com>
3864         * inet/ether_line.c (ether_line): Remove unused variable.
3866 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3868         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3869         and winp.
3870         * login/openpty.c (openpty): Likewise.
3871         * login/pty.h (openpty, forkpty): Likewise.
3872         * manual/terminal.texi (openpty, forkpty): Likewise.
3874 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3876         * malloc/malloc.c (public_cALLOc): For arenas other than
3877         main_arena, count all bytes inside the mprotect_size range of the
3878         heap as uninitialized.
3880 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3882         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3883         executable stacks.
3885         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3886         mTRIm for all of them.
3887         (mTRIm): Additionally iterate over all free blocks and use madvise
3888         to free memory for all those blocks which contain at least one
3889         memory page.
3890         * malloc/tst-trim1.c: New file.
3891         * malloc/Makefile (tests): Add tst-trim1.
3893         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3895 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3897         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3898         First cast argument to long
3899         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3900         Return long.
3901         (__vdso_clock_gettime): Likewise.
3902         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3903         return long.
3905 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3907         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3908         * locale/nl_langinfo_l.c: Real implementation, copied from
3909         nl_langinfo.c.
3910         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3912 2007-12-01  Jim Meyering  <meyering@redhat.com>
3914         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3915         that would inhibit utf8-optimization of a regexp containing line-
3916         or buffer-anchors, e.g., `^', `$'.
3918 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3920         * time/bug-getdate1.c (do_test): Don't use century values which
3921         aren't valid on 32-bit systems.
3923 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3925         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3926         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3927         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3928         __strcat_g, __strncat_g): Add __asm__.
3930 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3932         [BZ #5477]
3933         * io/fchmodat.c: Fix typo in stub_warning use.
3934         Patch by Petr Salinger.
3936 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3938         * iconvdata/hp-thai8.c: New file.
3939         * iconvdata/Makefile: Add rules for hp-thai8.c.
3940         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3941         * iconvdata/gconv-modules: Likewise.
3943         [BZ #5464]
3944         * iconvdata/hp-greek8.c: New file.
3945         * iconvdata/Makefile: Add rules for hp-greek8.c.
3946         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3947         * iconvdata/gconv-modules: Likewise.
3949         [BZ #5463]
3950         * iconvdata/hp-turkish8.c: New file.
3951         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3952         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3953         * iconvdata/gconv-modules: Likewise.
3955         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3956         (shrink_heap): ... this new function.
3957         (heap_trim): Call shrink_heap instead of grow_heap.
3959         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3960         case don't call alloc_perturb.
3962 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3964         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3965         possible.
3966         * sysdeps/unix/sysv/linux/kernel-features.h
3967         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3968         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3970 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3972         [BZ #5424]
3973         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3974         * stdio-common/Makefile (tests): Add bug22.
3975         * stdio-common/bug22.c: New file.
3977         [BZ #5451]
3978         * time/getdate.c: Fix filling in default values.
3979         * time/bug-getdate1.c: New file.
3980         * time/Makefile: Add rules to build and run bug-getdate1.
3982         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3983         * iconvdata/ebcdic-es.c: Likewise.
3984         * iconvdata/ebcdic-es-a.c: Likewise.
3985         * iconvdata/ebcdic-uk.c: Likewise.
3986         * iconvdata/iso8859-16.c: Likewise.
3987         * iconvdata/viscii.c: Likewise.
3988         * iconvdata/iso8859-9e.c: Likewise.
3989         * iconvdata/Makefile: Adjust appropriately.
3991         [BZ #5428]
3992         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3993         __need_wint_t.
3995 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3997         [BZ #5427]
3998         * iconvdata/hp-roman9.c: New file.
3999         * iconvdata/Makefile: Add rules for hp-roman9.c.
4000         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
4001         * iconvdata/gconv-modules: Likewise.
4003         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
4004         * iconvdata/Makefile: Adjust appropriately.
4006         [BZ #5441]
4007         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
4008         structure, it's allocated with alloca.
4009         * stdio-common/Makefile (tests): Add bug21.
4010         * stdio-common/bug21.c: New file.
4012 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
4014         [BZ #5452]
4015         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
4016         keyword for gcc's braced-groups.
4018 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
4020         [BZ #5454]
4021         * inet/ether_line.c: Strip hostname of whitespaces.
4022         * inet/Makefile (tests): Add tst-ether_line.
4023         * inet/tst-ether_line.c: New file.
4025 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
4027         [BZ #5439]
4028         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
4030         [BZ #5435]
4031         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
4033         * stdlib/tst-setcontext.c: Catch the case where the links gets
4034         messed up and we do not reach main again.
4036         * po/ca.po: Update from translation team.
4038 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
4040         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
4041         * posix/regex.h (REG_ENOSYS): Likewise.
4042         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
4044 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
4046         * nscd/nscd.h (MAX_STACK_USE): Define.
4047         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
4048         (gc): Initialize stack_used based on allocation in prune_cache.
4049         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
4050         Clear array before use.
4052         * nscd/aicache.c (addhstaiX): Update statistics counter in case
4053         memory allocation failed.
4054         * nscd/hstcache.c (cache_addhst): Likewise.
4055         * nscd/grpcache.c (cache_addgr): Likewise.
4056         * nscd/servicescache.c (cache_addserv): Likewise.
4057         * nscd/pwdcache.c (cache_addpw): Likewise.
4058         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4060 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
4062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
4063         and creat system calls.
4065         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
4067 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4069         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
4070         Add netiucv/iucv.h.
4071         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
4072         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
4073         protocol.
4074         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
4075         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
4076         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
4078 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4080         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
4081         strncat): Define as macros to avoid compile errors.
4083         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
4084         creat entries.
4086 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
4088         [BZ #5382]
4089         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
4090         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
4091         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
4092         overflow it.
4093         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4095         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
4096         Return zero in case the thread library is not NPTL.
4098         [BZ #5375]
4099         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
4100         initializing interface list.
4102         [BZ #5378]
4103         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
4104         use result of nss_getgrgid_r if nothing was found.  For other
4105         error return with a failure.
4106         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4108         * locale/programs/ld-collate.c (collate_read): Fix loop to match
4109         macro name.
4111 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4113         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
4114         (get_scope): For IPv4 scope, use scopes table.
4115         (fini): Free scopes table if necessary.
4116         (free_scopelist): New function.
4117         (scopecmp): New function.
4118         (gaiconf_init): Also handle scopev4 entries.
4119         * posix/tst-rfc3484.c (do_test): Initialize scopes.
4120         * posix/tst-rfc3484-2.c (do_test): Likewise.
4121         * posix/gai.conf: Document scopev4 defaults.
4122         * posix/Makefile (tests): Add tst-rfc3484-3.
4123         * posix/tst-rfc3484-3.c: New file.
4125         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
4126         Teredo tunnels.
4127         * posix/gai.conf: Update for current default tables.
4129 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4131         * po/tr.po: Update from translation team.
4133 2007-11-18  Roland McGrath  <roland@frob.com>
4135         * manual/arith.texi (Remainder Functions): Spelling fix.
4136         From Shaun Silk <genix@mysoul.com.au>.
4138         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
4140 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
4142         * po/zh_CN.po: Update from translation team.
4144         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4145         Add sys/signalfd.h and sys/eventfd.h.
4147 2007-11-15  Bruno Haible  <bruno@clisp.org>
4149         [BZ #5346]
4150         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
4151         union.
4152         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
4153         (DCIGETTEXT): Change the allocation of the 'search' variable so that
4154         it needs only fixed stack space. Delay the initialization of
4155         msgid_len until it is needed.
4157 2007-11-15  Andreas Jaeger  <aj@suse.de>
4159         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
4160         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
4162 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
4164         * po/ko.po: Update from translation team.
4166 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
4168         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
4169         significantly.  The device type is also part of the ifinfomsg data.
4171         * po/sv.po: Update from translation team.
4172         * po/nl.po: Likewise.
4174         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
4175         to wake up in 24 hours.
4177         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
4179 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
4181         * po/cs.po: Update from translation team.
4182         * po/pl.po: Likewise.
4184         * include/ifaddrs.h: Remove in6ai_temporary.
4185         (struct in6addrinfo): Add index element.
4186         Declare __check_native.
4187         * inet/Makefile (aux): Add check_native.
4188         * sysdeps/unix/sysv/linux/check_native.c: New file.
4189         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
4190         IFA_F_TEMPORARY.  Pass back ifa_index.
4191         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
4192         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
4193         call __check_native if necessary.
4194         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
4195         to sort addresses.  Pass information about the results.
4196         * posix/tst-rfc3484.c: Adjust for addition of index field and change
4197         of rfc3484_sort interface.
4198         * posix/tst-rfc3484-2.c: Likewise.
4200         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
4201         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
4202         for _quicksort.
4203         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
4204         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
4205         on as third parameter to compare function and _quicksort.
4206         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
4207         to the compare function.
4208         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
4209         * Versions.def: Add GLIBC_2.8 for libc.
4211         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
4212         * posix/tst-rfc3484-2.c: Likewise.
4214         * include/kernel-features.h: Moved to...
4215         * sysdeps/mach/hurd/kernel-features.h: ...here.
4217 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
4219         * sysdeps/i386/i586/memcpy_chk.S: New file.
4220         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
4221         * sysdeps/i386/i586/memset_chk.S: Likewise.
4223 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
4225         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
4226         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
4227         list of interfaces.  Also store prefix length.
4228         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
4229         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
4230         prefix if source and destination address are in the same subnet.
4231         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
4232         Always look for matching record in in6ai list.
4233         Correct source_addr_len value for IPv6->IPv4 converted records.
4235 2007-11-11  Roland McGrath  <roland@frob.com>
4237         * include/kernel-features.h: New file.
4239 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
4241         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
4242         complications for 64-bit platforms.
4244         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
4245         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
4246         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
4247         open64_2.
4248         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
4249         entries.
4250         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4251         * sysdeps/wordsize-64/alphasort.c: New file.
4252         * sysdeps/wordsize-64/alphasort64.c: New file.
4253         * sysdeps/wordsize-64/fseeko.c: New file.
4254         * sysdeps/wordsize-64/fseeko64.c: New file.
4255         * sysdeps/wordsize-64/ftello.c: New file.
4256         * sysdeps/wordsize-64/ftello64.c: New file.
4257         * sysdeps/wordsize-64/ftw.c: New file.
4258         * sysdeps/wordsize-64/ftw64.c: New file.
4259         * sysdeps/wordsize-64/iofgetpos.c: New file.
4260         * sysdeps/wordsize-64/iofgetpos64.c: New file.
4261         * sysdeps/wordsize-64/iofopen.c: New file.
4262         * sysdeps/wordsize-64/iofopen64.c: New file.
4263         * sysdeps/wordsize-64/iofsetpos.c: New file.
4264         * sysdeps/wordsize-64/iofsetpos64.c: New file.
4265         * sysdeps/wordsize-64/lockf.c: New file.
4266         * sysdeps/wordsize-64/lockf64.c: New file.
4267         * sysdeps/wordsize-64/mkostemp.c: New file.
4268         * sysdeps/wordsize-64/mkostemp64.c: New file.
4269         * sysdeps/wordsize-64/mkstemp.c: New file.
4270         * sysdeps/wordsize-64/mkstemp64.c: New file.
4271         * sysdeps/wordsize-64/scandir.c: New file.
4272         * sysdeps/wordsize-64/scandir64.c: New file.
4273         * sysdeps/wordsize-64/tmpfile.c: New file.
4274         * sysdeps/wordsize-64/tmpfile64.c: New file.
4275         * sysdeps/wordsize-64/versionsort.c: New file.
4276         * sysdeps/wordsize-64/versionsort64.c: New file.
4277         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
4278         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
4279         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
4280         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
4281         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
4282         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
4283         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
4284         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
4285         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
4286         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
4287         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
4288         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
4290         * crypt/sha256-crypt.c: Fix a comment.
4291         * crypt/sha512-crypt.c: Likewise.
4293 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
4295         * sysdeps/x86_64/memset.S: Add sfence after movnti.
4297 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
4299         [BZ #5277]
4300         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
4301         because output buffer is too small break, don't loop.
4302         * iconvdata/Makefile (tests): Add bug-iconv6.
4303         * iconvdata/bug-iconv6.c: New file.
4305 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
4307         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
4308         with size_t type.
4309         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
4310         size_t.  Add casts where needed.
4312         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
4313         old headers, don't call avc_has_perm if we don't have the
4314         permission information.
4316 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
4318         * elf/rtld.c (dl_main): Use the page size to find the map start.
4320 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
4322         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
4323         Patch by Szymon Siwek <sls@poczta.wp.pl>.
4325         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
4326         when the lookup call failed.
4328         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
4329         Add prune_cond and wakeup_time.
4330         (CACHE_PRUNE_INTERNAL): Define.
4331         Update declarations of prune_cache and setup_thread.
4332         * nscd/connections.c (dbs): Update initializers.
4333         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
4334         (nscd_init): Default number of threads is now 4.
4335         (invalidate_cache): Take lock before calling prune_cache.
4336         (handle_request): If SELinux forbids the request, say so.
4337         (readylist_cond): Use static initializer.
4338         (nscd_run_prune): New function.  Used only by pruning threads.
4339         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
4340         here.
4341         (fd_ready): Update nscd_run reference.
4342         (start_threads): No need to initialize readylist_cond.
4343         Start pruning threads separately.
4344         * nscd/nscd_setup_thread.c: Change return value type to int and always
4345         return 0.
4346         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
4347         to int and return nonzero value if we can use the TID address hack.
4348         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
4349         the database is later than the new entry's timeout, update the
4350         wakeup time and wake the cleanup thread.
4351         (prune_cache): Return seconds the next entry in the database is still
4352         valid.  Remove locking for pruning here.
4353         * nscd/nscd.conf: Document default number of threads.
4355 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
4357         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
4358         stack is properly aligned for the target function.
4359         Correct unwind info.
4361         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
4362         when using auditing libraries.
4364 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
4366         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
4367         _nss_dns_getnetbyaddr2_r.
4368         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
4369         extra parameter to getanswer_r.
4370         (_nss_dns_getnetbyaddr_r): Now a wrapper around
4371         _nss_dns_getnetbyaddr2_r.
4373         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
4374         gethstbynm3_r.
4375         * nscd/gethstbynm2_r.c: Remove.
4376         * nscd/gethstbynm3_r.c: New file.
4377         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
4378         __gethostbyaddr_r.
4379         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
4380         __gethostbyaddr_r compatibility wrapper.
4381         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
4382         determining timeout of entry.
4383         (lookup): Take new parameter and pass it to __gethostbyname3_r and
4384         __gethostbyaddr2_r.
4385         (addhstbyX): Pass reference to variable for TTL to lookup and
4386         cache_addhst.
4387         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
4388         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
4389         and __nss_next2.  Remove __nss_services_lookup.
4390         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
4391         Add compat wrapper.
4392         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
4393         __nss_next2.
4394         * nss/getXXent_r.c: Likewise.
4395         * nss/getnssent_r.c: Likewise.
4396         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
4397         does not exist in module, try the optional second name.
4398         (__nss_next2): New function.
4399         (__nss_next): Now wrapper around __nss_next2.
4400         * nss/nsswitch.h: Adjust __nss_lookup prototype.
4401         Declare __nss_next2.
4402         Adjust definition of db_lookup_function type.
4403         * nss/service-lookup.c: Define NO_COMPAT.
4404         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
4405         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
4406         * inet/ether_ntoh.c: Likewise.
4407         * sunrpc/netname.c: Likewise.
4408         * sunrpc/publickey.c: Likewise.
4409         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
4410         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
4411         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4412         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4413         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4415         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
4417         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
4419 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
4421         [BZ #5204]
4422         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
4423         * crypt/sha512c-test.c: Likewise.
4425         [BZ #5225]
4426         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
4427         to keep track of end of %[ format string element.
4428         * stdio-common/Makefile (tests): Add bug20.
4429         * stdio-common/bug20.c: New file.
4431         [BZ #5222]
4432         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
4433         path elements in counting mode.
4435 2007-10-27  Andreas Jaeger  <aj@suse.de>
4437         [BZ #5040]
4438         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
4440         [BZ #3112]
4441         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
4442         (__cleanup): Free shared library when exiting.
4443         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
4444         (__cleanup): Free shared library when exiting.
4446 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
4448         [BZ #2549]
4449         * math/libm-test.inc (check_float_internal): Support
4450         denormalized return.
4452 2007-10-23  Andreas Jaeger  <aj@suse.de>
4454         [BZ #5208]
4455         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
4456         __LONG_LONG_PAIR to handle little endian byte order.
4457         Suggested by abhishekrai@google.com
4459 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
4461         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
4463 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
4465         * nscd/cache.c (prune_cache): Move test for modified file outside
4466         of locking.
4468 2007-10-21  Andreas Jaeger  <aj@suse.de>
4470         * manual/texinfo.tex: Update to latest version.
4472         * manual/sysinfo.texi (System Parameters): Fix Formatting.
4474         * manual/arith.texi (Status bit operations): Fix formatting.
4476         * manual/errno.texi (Error Messages): Fix formatting.
4478         * manual/sysinfo.texi (System Parameters): Fix formatting.
4480         * manual/libc.texinfo: Update VERSION and UPDATED.
4482 2007-10-19  Roland McGrath  <roland@redhat.com>
4484         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
4486 2007-10-06  David S. Miller  <davem@davemloft.net>
4488         * configure.in: Add sparcv9v2 and sparc64v2.
4489         * scripts/config.sub: Likewise.
4490         * configure: Regenerate.
4491         * elf/elf.h (HWCAP_SPARC_N2): New.
4492         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
4493         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
4494         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
4495         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
4496         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
4497         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
4498         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
4500 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
4502         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
4503         even if the poll result indicates there is data to read.
4504         Patch by Jeff Moyer <jmoyer@redhat.com>.
4506 2007-10-18  Roland McGrath  <roland@redhat.com>
4508         * elf/elf.h (NT_PPC_VMX): New macro.
4510 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4512         * version.h (VERSION): Set to 2.7.90.
4514 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4516         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
4517         weak_alias.
4519 2007-10-17  Roland McGrath  <roland@frob.com>
4521         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
4522         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
4524 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4526         * version.h (VERSION): Bump to 2.7.
4527         * include/features.h (__GLIBC_MINOR__): Bump to 7.
4529         [BZ #5186]
4530         * time/tzset.c (__tz_convert): Don't force testing for a change of
4531         TZ if not called from localtime.  But then also see whether the
4532         file changed, in case __use_tzfile is set.
4534         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
4535         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4536         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4537         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4538         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4539         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4540         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
4541         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4543 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4545         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
4546         and admin selects to be able to replace the gai.conf file, lock
4547         data structures around the qsort call.
4549 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4551         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
4552         new memset.
4553         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
4554         too high for the improvements.  Implement bzero unconditionally for
4555         use in libc.
4557 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4558             Jakub Jelinek  <jakub@redhat.com>
4560         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
4561         even when time_t is 32-bit.
4562         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
4563         timezone data read by __tzfile_default.  Ensure __tzname[0] is
4564         always set after the search.
4566 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4568         * time/tzfile.c (__tzfile_read): Help the compiler recognize
4569         unreachable code on 32-bit machines.
4571 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4573         [BZ #5184]
4574         * time/strftime_l.c: Include stdbool.h.
4575         (my_strftime): New wrapper, old function renamed to...
4576         (__strftime_internal): ... new function.  Add tzset_called
4577         argument, pass it down to recursive calls, don't call tzset ()
4578         if already true, set to true after call to tzset ().
4580 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4582         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
4583         into account when copying TZ string.
4585 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4587         * time/tzfile.c (__tzfile_compute): For use_last case set i to
4588         num_transition rather than num_transitions - 1.
4590 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4592         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
4593         PIC indirect jump.
4595         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
4596         a local label rather than HIDDEN_JUMPTARGET.
4598 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4600         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
4601         (init_cacheinfo): Initialize it.
4602         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
4603         Always define bzero.
4604         Remove non-glibc code.
4605         * sysdeps/x86_64/bzero.S: Make an empty file.
4607 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4609         * sysdeps/x86_64/cacheinfo.c
4610         (__x86_64_preferred_memory_instruction): New.
4611         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
4613         * sysdeps/x86_64/memset.S: Rewrite.
4615 2007-10-15  Roland McGrath  <roland@redhat.com>
4617         * po/libc.pot: Regenerated.
4619 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4621         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
4622         pointers.
4624         [BZ #3425]
4625         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
4626         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
4627         address record to T_A/T_AAAA requests.
4629 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4631         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
4633         * posix/glob.c: Add some branch prediction throughout.
4635         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
4636         read from nscd.
4638         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
4639         service_order.
4640         (rfc3484_sort): Make sure that even if qsort doesn't support
4641         stable sorting out sorting here is stable by comparing service_order.
4642         (getaddrinfo): Initialize service_order.
4643         * posix/tst-rfc3484.c (do_test): Adjust for addition of
4644         service_order field to sorting structure.
4645         * posix/tst-rfc3484-2.c (do_test): Likewise.
4647         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
4648         * time/tzset.c (tzset_internal): Break TZ string parsing out into
4649         __tzset_parse_tz and updating of daylight, timezone, tzname into
4650         update_vars.
4651         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
4652         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
4653         happens in __tz_compute.
4654         * time/tzfile.c (__tzfile_read): Also read TZ string.
4655         (find_transition): Fold into __tzfile_compute.
4656         (__tzfile_compute): For times beyond the last transition try to
4657         use the TZ string.
4658         * timezone/tst-timezone.c: Information in daylight and tzname does
4659         change for Asia/Tokyo timezone with more concrete information.
4660         Remove the test.
4662         * include/stdio.h: Add libc_hidden_proto for ftello.
4663         * libio/ftello.c: Add libc_hidden_def.
4665         [BZ #1140]
4666         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
4667         on the specified time and not the last entries in the file.  Move
4668         code to determine tzname[] to...
4669         (find_transition): ...here.  Add ugly guess for times before the
4670         first transition.
4672 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4674         [BZ #3195]
4675         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
4676         no entry.
4677         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
4678         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4679         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4680         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4682         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
4683         read mechanism when there are no group members and avoid no-op
4684         read syscall in this case.
4686         [BZ #3242]
4687         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
4688         (__readall): If reading failed due to EAGAIN error wait a bit
4689         and possibly try again.
4690         (__readvall): Likewise.
4692 2007-10-13  Bruno Haible  <bruno@clisp.org>
4694         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
4695         when we cannot recode the message.
4697 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4699         [BZ #4359]
4700         * libio/__freading.c (__freading): Don't return true for
4701         write-only streams.  For read/write streams, check whether we
4702         performed a read operation already.
4703         * libio/Makefile (tests): Add tst-ext2.
4704         * libio/tst-ext2.c: New file.
4706 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4708         * locale/programs/repertoire.c (repertoire_read): Always free
4709         memory for repertoire file name [Coverity CID 270].
4711         * elf/cache.c (save_aux_cache): Free memory allocated for
4712         temporary file name [Coverity CID 267].
4714 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4716         * misc/Makefile (headers): Add bits/error.h.
4718 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4720         * posix/fnmatch_loop.c: Take rule index returned as part of
4721         findidx return value into account when accessing weights.
4722         * posix/regcomp.c: Likewise.
4723         * posix/regexec.c: Likewise.
4725         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
4726         (skip_to): Fix problems with parameter of elifdef/elifndef.
4728 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
4730         * iconv/gconv_simple.c: Add some branch prediction.
4732 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4734         * locale/programs/ld-collate.c (collate_read): If ignore_content
4735         and nowtok is tok_define, eat any tok_eol tokens.
4737 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4739         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4740         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4742         * inet/netinet/in.h: Don't include bits/socket.h.
4743         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4744         macro.
4745         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4747 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4749         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4750         and tok_elifndef.
4751         * locale/programs/locfile-kw.gperf: Likewise.
4752         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4754 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4756         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4757         (__find_specwc): Change into __extern_always_inline function.
4758         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4759         (__parse_one_specmb): Remove ps argument.
4760         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4761         Adjust __find_specmb and __parse_one_specmb callers.
4762         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4763         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4764         Removed.
4765         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4766         caller.
4768 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4770         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4771         with some Pentium Ds.
4773 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4775         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4776         __read not read.
4777         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4778         __write not write.
4780 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4782         [BZ #181]
4783         * locale/C-time.c: Set week_1stday data to 19971201.
4784         * locale/programs/ld-time.c (time_finish): Default for
4785         first_workday is Monday.
4787         [BZ #2633]
4788         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4790         [BZ #5103]
4791         * posix/glob.c (glob): Recognize patterns starting \/.
4792         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4793         (main): Add test for pattern starting \/.
4795         * misc/error.h: Use __const instead of const.
4796         * misc/bits/error.h: Likewise.
4798 2007-10-07  Andreas Jaeger  <aj@suse.de>
4800         * include/bits/error.h: New file.
4802         * misc/bits/error.h (error_at_line): Fix prototype.
4804 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4806         [BZ #3924]
4807         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4808         more little bugs in creating the stack frame when pltexit has to
4809         be called.
4811         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4812         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4814         [BZ #4407]
4815         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4816         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4817         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4818         * math/libm-test.inc: Add test for this case.
4820         [BZ #5010]
4821         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4822         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4823         map service succeeded.
4824         (svc_is_mapped): New function.
4825         (svc_unregister): Use it before trying to unmap service.
4827 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4829         * timezone/zic.c: Update from tzcode2007h.
4831         [BZ #5063]
4832         * timezone/africa: Update from tzdata2007h.
4833         * timezone/antarctica: Likewise.
4834         * timezone/asia: Likewise.
4835         * timezone/australasia: Likewise.
4836         * timezone/europe: Likewise.
4837         * timezone/leapseconds: Likewise.
4838         * timezone/northamerica: Likewise.
4839         * timezone/southamerica: Likewise.
4840         * timzeone/zone.tab: Likewise.
4842         [BZ #5104]
4843         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4845         [BZ #5113]
4846         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4847         avoid warning with -Wconversion.
4848         (__strndup): Likewise.
4849         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4851         [BZ #5112]
4852         * nscd/connections.c (restart): Don't resync if database is
4853         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4855         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4856         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4858         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4859         evetnfd_read, eventfd_write.
4860         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4861         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4862         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4863         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4864         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4865         eventfd_write for GLIBC_2.7.
4867         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4868         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4869         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4870         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4872 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4874         * stdlib/msort.c: Include stdint.h.
4875         (struct msort_param): New type.
4876         (msort_with_tmp): Use struct msort_param pointer for unchanging
4877         parameters.  Add optimized handling for several common sizes
4878         and indirect sorting mode.
4879         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4880         sorting.
4881         Suggested by Belazougui Djamel .
4883         * stdlib/Makefile (tests): Add tst-qsort2.
4884         * stdlib/tst-qsort2.c: New test.
4886 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4888         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4889         for dup2 in case another thread races with the current one.  Retry
4890         in this case.
4892         * misc/error.h: Remove support for use outside of libc.  We have to
4893         include <features.h> now.  Include <bits/error.h> if possible.
4894         * misc/bits/error.h: New file.
4896 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4898         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4899         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4900         __extern_always_inline functions unconditionally, drop macros.
4902         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4903         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4904         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4906         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4907         add __artificial__ attribute.
4909 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4911         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4912         backward to forward direction.
4914         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4916         [BZ #645]
4917         * locale/programs/ld-collate.c (collate_finish): Compare against last
4918         used section which is known to have rules defined.
4919         (collate_read): After order_start, correctly record order of sections
4920         and queue sections up.
4922 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4924         [BZ #5071]
4925         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4926         the same number of pages.
4927         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4929         * locale/programs/ld-collate.c (collate_read): After initial copy
4930         statement, continue in state 0.
4932         * include/stdio_ext.h (__fsetlocking): Define as macro.
4934 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4936         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4937         of section order.
4939         * po/pt_BR.po: Fix typo.
4941 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4943         * iconvdata/Makefile (modules): Add ISO8859-9E.
4944         (distribute): Add iso8859-9e.c.
4945         (gen-8bit-gap-modules): Add iso8859-9e.
4946         * iconvdata/iso8859-9e.c: New file.
4947         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4948         * iconvdata/TESTS: Likewise.
4949         * iconvdata/tst-tables.sh: Likewise.
4951         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4953         * locale/iso-639.def: Add several new entries.
4955 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4957         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4958         void * pointers instead of struct link_map **.
4959         (_dl_scope_free): Change argument type to void *.
4960         * include/link.h (struct link_map): Change type of l_reldeps
4961         to struct link_map_reldeps, move l_reldepsact into that
4962         struct too.
4963         * elf/dl-deps.c: Include atomic.h.
4964         (_dl_map_object_deps): Only change l->l_initfini when it is
4965         fully populated, use _dl_scope_free for freeing it.  Optimize
4966         removal of libs from reldeps by using l_reserved flag, when
4967         some removal is needed, allocate a new list instead of
4968         reallocating and free the old with _dl_scope_free.  Adjust
4969         for l_reldeps and l_reldepsact changes.
4970         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4971         searching in l_initfini and l_reldeps without holding dl_load_lock.
4972         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4973         l_reldepsact changes.
4974         * elf/dl-close.c (_dl_close_worker): Likewise.
4975         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4977 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4979         * iconvdata/Makefile (modules): Add KOI8-RU.
4980         (distribute): Add koi8-ru.c.
4981         (gen-8bit-gap-modules): Add koi8-ru.
4982         * iconvdata/koi8-ru.c: New file.
4983         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4984         * iconvdata/TESTS: Likewise.
4985         * iconvdata/tst-tables.sh: Likewise.
4987         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4989 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4991         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4992         with __warning__/__error__ attributes.
4993         (__warnattr): Define.
4994         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4995         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4996         __warnattr.
4997         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4998         of __*_chk if compile time detectable overflow is found.
4999         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
5000         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
5001         with __warnattr.
5002         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
5003         instead of __*_chk if compile time detectable overflow is found.
5004         (__gets_alias): Rename to...
5005         (__gets_warn): ... this.  Add __warnattr.
5006         (gets): Call __gets_warn instead of __gets_alias.
5007         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
5008         aliases with __warnattr.
5009         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
5010         time detectable overflow is found.
5011         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
5012         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
5013         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
5014         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
5015         __getdomainname_chk_warn): New aliases with __warnattr.
5016         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
5017         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
5018         __*_chk_warn instead of __*_chk if compile time detectable overflow
5019         is found.
5020         (__getgroups_chk): Rename argument to __listlen from listlen.
5021         (__getwd_alias): Rename to...
5022         (__getwd_warn): ... this.  Add __warnattr.
5023         (getwd): Call __getwd_warn instead of __getwd_alias.
5024         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
5025         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
5026         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
5027         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
5028         __wcsnrtombs_chk_warn): New aliases with __warnattr.
5029         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
5030         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
5031         compile time detectable overflow is found.
5032         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
5033         to use __*_chk or not.
5034         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
5035         in comparisons which function should be called and in __*_chk*
5036         arguments.  Call __*_chk_warn instead of __*_chk if compile time
5037         detectable overflow is found.
5038         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
5039         __*_chk argument.
5040         * debug/tst-chk1.c (do_test): Add a few more tests.
5042 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
5044         [BZ #5058]
5045         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
5046         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
5047         (_nl_unload_domain): Finalize conversions_lock.
5048         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
5049         handling table of known conversions.
5051 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
5053         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
5054         close_not_cancel_no_status instead of close.
5056 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
5058         [BZ #5028]
5059         * posix/regcomp.c (lookup_collation_sequence_value): Check that
5060         nrules != 0 for multibyte chars.
5062 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
5064         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
5065         Provide better error message in case the type is unknown.
5067         [BZ #4963]
5068         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
5069         * string/stratcliff.c: Make usable to test wide char functions.
5070         * wcsmbs/wcsatcliff.c: New file.
5071         * wcsmbs/Makefiel (tests): Add wcsatcliff.
5073         [BZ #4972]
5074         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
5075         (distribute): Add mac-centraleurope.c.
5076         (gen-8bit-gap-modules): Add mac-centraleurope.
5077         * iconvdata/mac-centraleurope.c: New file.
5078         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
5079         * iconvdata/TESTS: Likewise.
5080         * iconvdata/tst-tables.sh: Likewise.
5082         [BZ #5043]
5083         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
5085 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
5087         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
5088         from __x86_64_core_cache_size_half.
5089         (init_cacheinfo): Compute shared cache size for AMD processors with
5090         shared L3 correctly.
5091         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
5092         name change.
5093         Patch in large parts by Evandro Menezes.
5095 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
5097         * elf/dl-lookup.c (add_dependency): Handle failing memory
5098         allocation for dependency list.  Remove unnecessary check.
5100         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
5101         open/close when determining source addresses.
5103         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
5104         sha512-crypt, and sha512.
5105         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
5106         (distribute): Add sha256.h and sha512.h.
5107         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
5108         and call the appropriate code.
5109         * crypt/sha256-crypt.c: New file.
5110         * crypt/sha256.c: New file.
5111         * crypt/sha256.h: New file.
5112         * crypt/sha256c-test.c: New file.
5113         * crypt/sha256test.c: New file.
5114         * crypt/sha512-crypt.c: New file.
5115         * crypt/sha512.c: New file.
5116         * crypt/sha512.h: New file.
5117         * crypt/sha512c-test.c: New file.
5118         * crypt/sha512test.c: New file.
5120 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
5122         * misc/bits/syslog.h (syslog): Remove extraneous argument from
5123         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
5124         __syslog_chk.
5126 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
5128         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
5129         %as in fscanf format strings.
5131         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
5132         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5133         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5134         Likewise.
5135         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5136         Likewise.
5138         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
5139         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
5140         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
5141         * elf/dl-sym.c (do_sym): Likewise.
5142         * include/link.h (struct link_map): Add l_serial field.
5143         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
5144         * elf/dl-lookup.c (add_dependency): Add flags argument.
5145         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
5146         flags, use THREAD_GSCOPE_RESET_FLAG before and
5147         THREAD_GSCOPE_SET_FLAG after
5148         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
5149         Don't dereference map until it has been found on some list.
5150         If map->l_serial changed, return -1.
5152 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
5154         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
5155         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
5156         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
5157         libc_hidden_proto.
5158         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
5159         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
5160         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
5161         add libc_hidden_proto.
5162         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5163         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5164         conformance requested.
5165         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
5166         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5167         conformance requested.
5168         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5169         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
5170         conformance requested.
5171         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
5172         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
5173         ISO C99 or POSIX conformance requested.
5174         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
5175         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
5176         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
5177         and __isoc99_vsscanf@@GLIBC_2.7.
5178         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
5179         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
5180         (tests): Add scanf14.
5181         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
5182         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
5183         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
5184         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
5185         CFLAGS-isoc99_scanf.c): Add $(exceptions).
5186         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
5187         from using internal headers.
5188         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
5189         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
5190         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
5191         and __isoc99_vswscanf@@GLIBC_2.7.
5192         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
5193         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
5194         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
5195         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
5196         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
5197         * stdio-common/isoc99_scanf.c: New file.
5198         * stdio-common/isoc99_vsscanf.c: New file.
5199         * stdio-common/isoc99_vscanf.c: New file.
5200         * stdio-common/isoc99_vfscanf.c: New file.
5201         * stdio-common/isoc99_fscanf.c: New file.
5202         * stdio-common/isoc99_sscanf.c: New file.
5203         * wcsmbs/isoc99_fwscanf.c: New file.
5204         * wcsmbs/isoc99_vswscanf.c: New file.
5205         * wcsmbs/isoc99_swscanf.c: New file.
5206         * wcsmbs/isoc99_wscanf.c: New file.
5207         * wcsmbs/isoc99_vwscanf.c: New file.
5208         * wcsmbs/isoc99_vfwscanf.c: New file.
5209         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
5210         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
5211         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
5212         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
5213         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
5214         * stdio-common/scanf14.c: New test.
5215         * stdio-common/scanf15.c: New test.
5216         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
5217         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
5218         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
5219         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
5220         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
5221         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
5222         __nldbl___isoc99_scanf@@GLIBC_2.7,
5223         __nldbl___isoc99_fscanf@@GLIBC_2.7,
5224         __nldbl___isoc99_sscanf@@GLIBC_2.7,
5225         __nldbl___isoc99_vscanf@@GLIBC_2.7,
5226         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
5227         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
5228         __nldbl___isoc99_wscanf@@GLIBC_2.7,
5229         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
5230         __nldbl___isoc99_swscanf@@GLIBC_2.7,
5231         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
5232         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
5233         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
5234         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
5235         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
5236         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
5237         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
5238         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
5239         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5240         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
5241         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
5242         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
5243         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
5244         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
5245         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
5246         functions.
5247         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
5248         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
5249         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
5250         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
5251         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
5252         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
5253         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
5254         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
5255         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
5256         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
5257         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
5258         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
5260         * stdio-common/Makefile (tests): Add scanf13.
5261         (scanf13-ENV): New.
5262         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
5263         m modifier followed by l.
5264         (STRING_ARG): Add width argument.
5265         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
5266         <case L_('C')>: Handle %mlc and %mC.
5267         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
5268         arguments.
5269         * stdio-common/scanf13.c: New test.
5271         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
5272         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
5274 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
5276         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
5277         type and __THROW marker of splice, vmsplice, and tee.
5278         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5279         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5280         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5281         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5282         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5283         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5284         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5285         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
5286         as cancellation points.
5288 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
5290         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
5291         parse more than three parts of the version number.
5293 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
5295         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
5296         modifier.  Patch by Jakub Jelinek.
5298 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
5300         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
5301         call_fallocate in misc subdir.
5302         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
5303         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
5304         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
5305         instead of __fallocate64.
5306         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
5308 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
5310         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
5311         * rt/Makefile (headers): Add bits/mqueue2.h.
5312         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
5313         optimizing with GCC and __va_arg_pack_len is defined.
5314         * rt/bits/mqueue2.h: New file.
5315         * rt/mq_open.c (__mq_open): Renamed from mq_open.
5316         (mq_open): New strong_alias.
5317         (__mq_open_2): New function.
5318         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
5319         (mq_open): New strong_alias.
5320         (__mq_open_2): New function.
5321         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
5322         * Versions.def (librt): Add GLIBC_2.7 version.
5323         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
5324         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
5326         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
5327         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
5328         is defined rather than when not C++.
5329         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
5330         __openat64_alias): New redirects.
5331         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
5332         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
5333         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
5334         (open, open64, openat, openat64): Rewrite as __extern_always_inline
5335         functions instead of function-like macros.
5337 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5339         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
5340         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
5341         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
5343 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
5345         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
5346         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
5348 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
5350         * inet/tst-network.c: Increment ERRORS for failing tests.
5352 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
5354         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
5355         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
5356         implement as __extern_always_inline function.
5357         (vsyslog): Define as __extern_always_inline function unconditionally.
5358         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
5359         When __va_arg_pack is defined, implement as __extern_always_inline
5360         functions.
5361         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5362         __extern_always_inline functions unconditionally.
5363         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
5364         bits/stdio2.h will be included.
5365         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
5366         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
5367         implement as __extern_always_inline functions.
5368         (vswprintf, vwprintf, vfwprintf): Define as
5369         __extern_always_inline functions unconditionally.
5370         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
5372 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
5374         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
5375         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
5376         attribute.
5377         * include/features.h (__USE_EXTERN_INLINES): Define only when
5378         __extern_inline is defined.
5379         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
5380         is defined instead of when not __cplusplus.
5381         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
5382         is defined instead of when not __cplusplus.
5383         * socket/sys/socket.h: Include bits/socket2.h when
5384         __extern_always_inline is defined instead of when not __cplusplus.
5385         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
5386         is defined instead of when not __cplusplus.
5387         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
5388         is defined instead of when not __cplusplus.
5389         * string/string.h: Include bits/string3.h when __extern_always_inline
5390         is defined instead of when not __cplusplus.
5391         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
5392         is defined instead of when not __cplusplus.
5393         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
5394         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
5395         is not defined.
5396         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
5397         defined __extern_always_inline instead of !defined __cplusplus.
5398         * libio/bits/stdio-ldbl.h: Likewise.
5399         * wcsmbs/bits/wchar-ldbl.h: Likewise.
5400         * misc/bits/syslog.h (syslog): Don't define for C++.
5401         (vsyslog): Use __extern_always_inline function for C++ instead of
5402         a macro.
5403         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
5404         whenever that macro is defined.
5405         (vprintf): Don't provide the inline for C++.
5406         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
5407         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
5408         define the macros for C++.
5409         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5410         __extern_always_inline functions for C++.
5411         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
5412         stat64, lstat64, fstat64, fstatat64): Don't define if not
5413         __USE_EXTERN_INLINES.
5414         * wcsmbs/bits/wchar2.h: Fix #error message.
5415         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
5416         (vswprintf, vwprintf, vfwprintf): Define using
5417         __extern_always_inline functions for C++.
5418         * string/bits/string3.h: Don't #undef macros if __cplusplus.
5419         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
5420         strncpy, strcat, strncat): Define as __extern_always_inline
5421         functions instead of macros for C++.
5422         * math/bits/cmathcalls.h: Guard __extern_inline routines with
5423         defined __extern_inline.
5424         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
5425         to __extern_inline whenever that macro is defined.
5426         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5427         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5428         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
5429         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
5430         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5431         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5432         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5433         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5434         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
5435         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
5436         prototypes.  Only provide __extern_inline routines if
5437         __USE_EXTERN_INLINES.
5438         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
5439         tests.
5440         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
5441         For now avoid some *printf tests in C++.  Skip all testing
5442         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
5443         is not.
5444         * debug/tst-chk4.cc: New file.
5445         * debug/tst-chk5.cc: New file.
5446         * debug/tst-chk6.cc: New file.
5447         * debug/tst-lfschk4.cc: New file.
5448         * debug/tst-lfschk5.cc: New file.
5449         * debug/tst-lfschk6.cc: New file.
5450         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
5451         prototypes in C++.
5452         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
5453         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
5454         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
5456 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
5458         * po/cs.po: Update from translation team.
5460 2007-09-11  Roland McGrath  <roland@redhat.com>
5462         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
5463         compiling.
5465 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5467         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
5469 2007-09-05  Roland McGrath  <roland@redhat.com>
5471         * manual/signal.texi (Signaling Another Process): Typo fix.
5472         From Karl Berry <karl@freefriends.org>.
5474 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
5476         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
5477         zero if not defined.
5478         (make_request): Recognize optimistic addresses and treat them like
5479         deprecated addresses.
5480         Reported by Neil Horman <nhorman@redhat.com>.
5482 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
5484         * nscd/connections.c (send_ro_fd): Also transfer file size.
5485         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
5486         file size don't call fstat.
5488         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
5489         ahead and map the file.  This should always be correct and we can
5490         catch problems later.
5492 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
5494         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
5495         prototypes.
5496         (__fread_alias, __fread_unlocked_alias): New aliases.
5497         (fread): New extern inline.
5498         (fread_unlocked): Likewise.  Undef macro before definition of
5499         the inline function.
5500         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
5501         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
5502         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
5503         and __fread_unlocked_chk@@GLIBC_2.7.
5504         * debug/fread_chk.c: New file.
5505         * debug/fread_u_chk.c: New file.
5506         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
5508 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
5510         * sysdeps/unix/sysv/linux/syscalls.list
5511         (personality): Change caller to EXTRA.
5513 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
5515         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
5516         to keep gcc quiet.
5517         * iconvdata/iso-2022-cn.c (BODY): Likewise.
5519         * locale/programs/ld-collate.c (collate_output): Avoid warning if
5520         NDEBUG is defined.
5522         * Makerules: Use -p option with mkdir.
5524         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
5525         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
5526         (_xdr_directory_obj): Likewise.
5527         (xdr_entry_obj): Likewise.
5528         (xdr_group_obj): Likewise.
5529         (xdr_link_obj): Likewise.
5530         (xdr_table_obj): Likewise.
5531         (_xdr_nis_result): Likewise.
5532         (_xdr_ns_request): Likewise.
5533         (_xdr_ib_request): Likewise.
5534         (_xdr_nis_taglist): Likewise.
5535         (xdr_cback_data): Likewise.
5536         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
5537         (xdr_ypresp_maplist): Likewise.
5539         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
5541         * posix/regex_internal.h: Prevent some declarations and definitions
5542         to be seen when used in tests.
5544         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
5545         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
5547         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
5549         * config.make.in (datarootdir): Add to shut up configure.
5551         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
5552         associativity for fully-associative caches.
5554         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
5555         requests.  Fill on more associativity values for L2.
5556         Patch mostly by Evandro Menezes.
5558 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
5560         * sysdeps/unix/sysv/linux/x86_64/init-first.c
5561         (_libc_vdso_platform_setup): Avoid using exported variable by using
5562         alias.
5564         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
5566         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
5567         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
5568         defined.
5570 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
5572         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
5573         align stack for call if pltexit is to be used.
5575         [BZ #3924]
5576         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
5577         align for function call in case pltexit has to be called later.
5579         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
5580         implicit atomic operation when storing function pointer.
5581         (_dl_runtime_profile): Likewise.
5583 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5585         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
5586         NIS_NOTFOUND.
5588 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5590         [BZ #4566]
5591         * string/strtok.c: Fix typo in comment.
5593         [BZ #4582]
5594         * debug/segfault.c: Fix typos in comments.
5596         [BZ #4588]
5597         * stdio-common/tempnam.c: Fix comment, it is not checked that
5598         TMPDIR points to a writable directory.
5600         [BZ #4726]
5601         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
5602         memory allocated for the name server address.
5604         [BZ #4946]
5605         * nscd/connections.c (handle_request): Using sendfile always
5606         requires that mmap is used for the database.
5607         Patch by Petr Baudis <pasky@suse.cz>.
5609         [BZ #4905]
5610         * nscd/hstcache.c (cache_addhst): When reloading an entry which
5611         suddenly has two or more addresses, ignore it and remove the old
5612         entry.
5614         [BZ #4814]
5615         * resolv/res_hconf.c: Prepare for compiling outside libc.
5616         * nscd/res_hconf.c: New file.
5617         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
5618         the new file.
5619         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
5620         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
5622         * nscd/hstcache.c (cache_addhst): Minimal optimization.
5624         [BZ #4925]
5625         * debug/pcprofiledump.c: Turn on internationalization by calling
5626         setlocale.  Patch mostly by Benno Schulenberg.
5628         [BZ #4936]
5629         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
5630         the state.
5631         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
5632         * iconvdata/bug-iconv5.c: New file.
5634 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
5636         [BZ #4896]
5637         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
5638         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
5639         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
5640         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
5641         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
5642         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
5643         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
5644         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
5646 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5648         [BZ #4937]
5649         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
5650         lookup loop.  Suggested by John Reiser.
5652 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
5654         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
5656 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
5658         * csu/libc-start.c: Don't handle VDSO_SETUP here.
5659         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
5660         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
5661         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
5662         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
5663         to...
5664         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
5666 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
5668         * po/nl.po: Update from translation team.
5670 2007-08-16  Andreas Jaeger  <aj@suse.de>
5672         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
5673         Reported by Peter Festner <peter.festner@ewetel.net>.
5675 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5677         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
5679 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
5681         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
5682         to check for undefined symbols.
5684         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
5685         If the syscall fails, set errno to the actual returned error number
5686         rather than EINVAL.
5687         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
5688         arguments are incorrect, set errno to EINVAL, if the syscall
5689         fails, set errno to the actual returned error number.
5691         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
5692         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
5694         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
5695         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
5696         file.
5697         (ASI_PNF, ASI_BLK_P): Don't define.
5698         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
5699         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
5700         file.
5701         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
5702         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
5703         file.
5705 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
5707         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
5708         FE_UNDERFLOW on Niagara CPUs.
5710         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
5711         exceptions.
5713 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
5715         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
5716         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
5717         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
5718         flush should be used or not inside of the function.
5719         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
5721         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
5722         __thread_start): Use HIDDEN_JUMPTARGET.
5723         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
5724         __thread_start): Likewise.
5725         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
5727         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
5728         Add libc_hidden_proto.
5729         (STRTOF): Add libc_hidden_proto.
5730         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
5731         (strtold_l, wcstold_l): Use them as second argument for
5732         long_double_symbol.
5734 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5736         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5738 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5740         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5742 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5744         * po/bg.po: New file.  From the translation team.
5746 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5748         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5749         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5750         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5751         when each feature was introduced.
5753         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5754         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5755         (CHECK_HASH): New macro.
5756         (PREPARE_VERSION): Use it.
5758         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5759         prototype if not __ASSUME_PSELECT.
5760         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5761         prototype if not __ASSUME_PPOLL.
5763         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5765         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5766         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5767         is defined.
5769 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5771         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5772         (_libc_vdso_platform_setup): If vDSO is not available point
5773         __vdso_gettimeofday to the vsyscall.
5774         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5775         __vdso_gettimeofday instead of vsyscall.
5777 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5779         * nscd/servicescache.c: Include kernel-features.h.
5780         * nscd/gai.c: Likewise.
5781         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5782         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5783         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5784         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5785         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5786         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5787         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5788         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5789         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5791 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5793         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5794         and _dl_get_origin defines anymore.
5796         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5797         Build fix for systems which might lack POSIX timer support.
5799         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5800         (_libc_vdso_platform_setup): Mangle function pointers before storing
5801         them.
5802         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5803         Demangle vdso pointer before use.
5804         (INTERNAL_VSYSCALL): Likewise.
5806         * elf/cache.c (primes): Mark as const.
5807         Noted by Roland McGrath.
5809 2007-08-01  Andreas Jaeger  <aj@suse.de>
5810             Jakub Jelinek  <jakub@redhat.com>
5812         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5813         (options): Add option.
5814         (parse_opt): Handle option.
5815         (manual_link): Adjust process_file caller.  Call implicit_soname.
5816         (search_dir): Formatting.  Use and populate auxiliary cache.
5817         (main): Load and save auxiliary cache.
5818         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5819         stat64 from fstat64 to caller.
5820         (implicit_soname): New function.
5821         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5822         leave *soname as NULL.
5823         * elf/cache.c: Include libgen.h.
5824         (print_entry, print_cache, compare, save_cache, add_to_cache):
5825         Formatting and cleanups.
5826         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5827         aux_cache_file): New structures.
5828         (AUX_CACHEMAGIC): Define.
5829         (primes): New array.
5830         (aux_hash_size, aux_hash): New variables.
5831         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5832         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5833         load_aux_cache, save_aux_cache): New functions.
5834         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5835         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5836         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5837         (process_file): Adjust prototype.
5839 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5841         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5842         with __need_size_t.
5844 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5846         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5847         r_found_version structure as second parameter.
5848         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5849         (_dl_vdso_vsym): Change type of second parameter accordingly.
5850         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5851         (_libc_vdso_platform_setup): Adjust.
5852         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5853         (_libc_vdso_platform_setup): Likewise.
5855         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5856         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5857         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5858         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5859         * csu/libc-start.c: Pretty printing.
5860         Use VDSO_SETUP if defined.
5861         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5862         and let generic code call into _libc_vdso_platform_setup.
5863         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5864         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5865         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5866         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5867         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5868         for GLIBC_PRIVATE.
5869         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5870         (sysdep_rountines): Add dl-vdso.
5872         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5873         of routines.
5875         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5876         attribute_hidden to __vdso_gettimeofday prototype.
5878 2007-08-12  Roland McGrath  <roland@redhat.com>
5880         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5881         From: Karl Berry <karl@freefriends.org>.
5883 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5885         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5886         an atime update for the files we read.
5888 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5890         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5892         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5893         instead of mkstemp.
5895         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5896         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5897         * misc/mkostemp.c: New file.
5898         * misc/mkostemp64.c: New file.
5899         * stdlib/stdlib.h: Declare the new functions.
5900         * sysdeps/posix/tempname.c: Add new parameter which is added to
5901         the flags for open.  Remove __GT_BIGFILE handling.
5902         * stdio-common/tempname.c: Likewise.
5903         * include/stdio.h: Adjust __gen_tempname prototype.
5904         Renumber __GT_* constants.
5905         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5906         * misc/mkdtemp.c: Likewise.
5907         * misc/mkstemp.c: Likewise.
5908         * misc/mkstemp64.c: Likewise.
5909         * misc/mktemp.c: Likewise.
5910         * stdio-common/tempnam.c: Likewise.
5911         * stdio-common/tmpfile.c: Likewise.
5912         * stdio-common/tmpfile64.c: Likewise.
5913         * stdio-common/tmpnam.c: Likewise.
5914         * stdio-common/tmpnam_r.c: Likewise.
5916 2007-08-10  Roland McGrath  <roland@frob.com>
5918         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5919         New macros.
5920         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5921         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5923 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5925         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5926         possible.
5927         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5928         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5929         * nss/nss_files/files-have_o_cloexec.c: New file.
5931         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5932         available.
5934 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5936         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5937         ___new_wcstold_l): New weak aliases.
5938         (strtold_l, wcstold_l): Use them as second argument for
5939         long_double_symbol.
5941 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5943         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5944         register in test for error.
5946         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5947         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5949         * po/sv.po: Update from translation team.
5951 2007-08-06  Roland McGrath  <roland@redhat.com>
5953         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5954         Remove __strto*_l inlines.
5955         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5956         * stdlib/strtod.c: Add libc_hidden_def.
5957         * stdlib/strtod_l.c: Likewise.
5958         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5959         for __new_strtold and __new_wcstold.
5960         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5961         __STRTOF, STRTOF.
5962         * stdlib/strtol.c: Add libc_hidden_def.
5963         * stdlib/strtol_l.c: Likewise.
5964         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5965         strtoq.
5967         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5969         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5970         * scripts/data/localplt-generic.data: ... here.
5971         * elf/Makefile (check-data): Get generic file if no other.
5972         ($(objpfx)check-localplt.out): Make target unconditional.
5974         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5975         Use ElfW(Nhdr).
5977 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5979         * po/zh_CN.po: Updated translation from translation team.
5981 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5984         Don't use CGOTSETUP and CGOTRESTORE macros.
5986 2007-08-04  Roland McGrath  <roland@redhat.com>
5988         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5990 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5992         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5993         __extension__ around the whole statement expression.
5995 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5997         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5998         elements during initialization.
6000         * po/pl.po: Updated translation from translation team.
6001         * po/tr.po: Likewise.
6002         * po/nl.po: Likewise.
6004 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
6006         * rt/aio.h: Add __nonnull attributes.
6008 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
6010         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
6011         * stdlib/Makefile (tests): Add tst-strtod5.
6012         (tst-strtod5-ENV): New.
6013         * stdlib/tst-strtod5.c: New file.
6015         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
6016         failed.
6017         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
6018         on failure.
6020         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
6021         allocated.
6023 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
6025         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
6026         numbers.
6028 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
6030         * io/Makefile (aux): Add have_o_cloexec.
6031         * include/fcntl.h: Declare __have_o_cloexec.
6032         * io/have_o_cloexec.c: New file.
6033         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
6034         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
6035         fcntl call if not necessary.
6036         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
6037         of local variable.
6039         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
6040         Avoid memset, add explicit initialization.
6041         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
6042         to the end and change into zero-sized array.
6043         Move lock member to fill a hole on 64-bit platforms.
6045         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
6046         inline functions.
6047         * include/stdlib.h: Add __strto*_internal prototypes here.
6048         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
6049         inline functions.
6050         * include/wchar.h: Add __wcsto*_internal prototypes.
6051         * sysdeps/generic/inttypes.h: No need to protect the declaration
6052         of the __strto*_internal and __wcsto*_internal members here.
6054         * rt/mqueue.h: Change const to __const and add nonnull attributes.
6056 2007-08-02  Roland McGrath  <roland@redhat.com>
6058         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
6059         $(inst_bindir)/getconf if possible.
6061         * posix/Makefile ($(objpfx)getconf.speclist): New target.
6062         (generated): Add it.
6063         ($(inst_libexecdir)/getconf): Use it.
6065 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
6067         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
6068         /proc is faster and sufficient.  /sys is still needed for
6069         __get_nprocs_conf.
6071 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
6073         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
6074         syscall as __fallocate64.
6075         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
6076         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
6078 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
6080         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
6081         value.
6083         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
6084         if off_t is different rank from size_t.
6086         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
6087         uw_frame_state_for): Avoid type punning warnings.
6088         * sysdeps/generic/unwind-dw2-fde-glibc.c
6089         (_Unwind_IteratePhdrCallback): Likewise.
6090         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
6091         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
6092         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
6093         pointers.
6095 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
6097         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
6098         total processors using sysfs.
6099         (__get_nprocs): Use sysfs to determine which processors are online.
6101 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
6103         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
6104         syscall arguments count.
6106         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
6108 2007-07-30  Roland McGrath  <roland@redhat.com>
6110         * manual/libc.texinfo: Update copyrights, formatting magic, and
6111         @dircategory.  From Karl Berry <karl@freefriends.org>.
6113 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
6115         [BZ #4860]
6116         * io/Makefile (headers): Add bits/fcntl2.h.
6118         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
6119         using gcc builtin.
6120         (__CPU_EQUAL_S): Likewise.
6122         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
6123         (tests): Add tst-cpuset.
6124         * posix/sched_cpualloc.c: New file.
6125         * posix/sched_cpufree.c: New file.
6126         * posix/tst-cpuset.c: New file.
6127         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
6128         GLIBC_2.7.
6129         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
6130         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
6131         macros.  Define CPU_*_S macros.
6133 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6135         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
6136         entry.
6138         [BZ #4858]
6139         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
6140         #.0g and value rounded to 1.0.
6141         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
6143 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
6145         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
6146         for int_frac_digits and frac_digits.
6148         * login/logout.c (logout): Avoid aliasing violation.
6149         * login/logwtmp.c (logwtmp): Likewise.
6151         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
6153         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
6154         to avoid warning.
6155         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
6156         warning.
6157         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
6158         warning.
6159         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
6160         to avoid warnings.
6162         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
6163         void **.
6164         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
6166         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
6167         char * to avoid warning.
6168         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
6170         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
6172         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
6173         allocate_arrays): Cast second argument to charmap_find_symbol
6174         to char * to avoid warnings.
6176         * locale/programs/repertoire.c (repertoire_new_char): Change
6177         from_nr, to_nr and cnt to unsigned long, adjust printf format
6178         string.
6180         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
6181         Cast second argument to new_element to char * to avoid warnings.
6183         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
6185         * intl/gettextP.h (struct loaded_domain): Change plural to const
6186         struct expression *.
6187         * intl/plural-eval.c (plural_eval): Change first argument to
6188         const struct expression *.
6189         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
6190         argument to const struct expression **.
6191         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
6192         prototypes.
6193         * intl/loadmsgcat (_nl_unload_domain): Cast away const
6194         in call to __gettext_free_exp.
6196         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
6197         unitialized wstring/wpattern var warnings.
6199         * posix/runtests.c (struct a_test): Make data field const char *.
6201         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
6202         vars if not LDBL_MANT_DIG >= 106.
6204         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
6206         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
6207         __find_specmb to avoid warning.
6209         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
6211         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
6212         to avoid warnings.
6214         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
6215         initializer.
6217         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
6218         tv var when it will be actually used.
6220         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
6221         to avoid warnings.
6223         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
6224         char array resp. pointer.
6225         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
6226         char array.
6227         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
6228         to const unsigned char **.
6229         (ucs4_to_cns11643): Change second argument to unsigned char *.
6230         * iconvdata/euc-tw.c (BODY): Change endp type to
6231         const unsigned char *.
6232         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
6233         to unsigned char *.
6234         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
6235         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
6236         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
6237         types to unsigned char pointers/arrays instead of char.
6238         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
6239         to unsigned char *.
6240         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
6241         * iconvdata/jis0212.h: Include assert.h.
6242         (ucs4_to_jisx0212): Change second argument to unsigned char *.
6243         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
6244         of trying to handle that.
6245         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
6246         shut up a warning.
6247         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
6248         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
6249         two dimensional const unsigned char arrays.
6250         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
6251         Initialize endp to inptr to shut up a warning.
6253 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6255         [BZ #4772]
6256         * time/strptime_l.c (__strptime_internal): Silently ignore
6257         strftime modifiers and field width in recursive calls.
6259         * include/time.h (enum ptime_locale_status): Remove.
6260         (__strptime_internal): Remove decided and era_cnt arguments,
6261         add statep argument.
6262         * time/strptime_l.c (__strptime_internal): Remove decided
6263         and era_cnt arguments, add statep argument.  Don't recompute
6264         any fields in recursive calls, only update caller's tm
6265         and state, if recursive call fails, don't change tm nor
6266         any state.
6267         (get_alt_number): Adjust.
6268         (recursive): Adjust caller.
6269         (strptime): Likewise.
6270         * time/strptime.c (strptime): Likewise.
6272 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
6274         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
6275         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
6276         if from and to charsets are the same.
6277         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
6278         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
6279         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
6281 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6283         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
6284         Don't define wint_t when __need_mbstate_t unless it
6285         is necessary.
6286         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
6287         in the typedef if possible.
6288         * wctype/wctype.h (wint_t): Define by including
6289         wchar.h with __need_wint_t instead of including stddef.h
6290         with __need_wint_t and as fallback definining it ourselves.
6291         * iconv/gconv.h (__need_wint_t): Define before including
6292         wchar.h.
6293         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
6294         or _GLIBCPP_USE_WCHAR_T.
6295         (__need_wchar_t): Don't define
6296         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6297         (__need_wint_t): Don't define before including stddef.h,
6298         define before including wchar.h only if _LIBC or
6299         _GLIBCPP_USE_WCHAR_T.
6300         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6301         * sysdeps/mach/hurd/_G_config.h: Likewise.
6302         * sysdeps/generic/_G_config.h: Likewise.
6303         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
6304         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
6305         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
6306         if _LIBC or _GLIBCPP_USE_WCHAR_T.
6308 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6310         * sysdeps/posix/posix_fallocate64.c: Undefine
6311         __posix_fallocate64_l64 before alias handling.
6312         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
6313         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
6314         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
6315         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
6317         * io/tst-posix_fallocate.c: Include <fcntl.h>.
6319 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
6321         * locale/programs/ld-collate.c (atwc): New variable.
6322         (add_to_tablewc): New toplevel function, moved from collate_output.
6323         (collate_output): Remove add_to_tablewc nested function.
6325         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
6326         (name_insert): New function.
6327         (write_output): Remove hash_table and hash_size vars and name_insert
6328         nested function.
6330 2007-07-24  Roland McGrath  <roland@redhat.com>
6332         * Makerules (install-others-programs-nosubdir): New target.
6333         (install-no-libc.a-nosubdir): Depend on it.
6335         * iconv/Makefile (install-others-programs): Set this instead of
6336         install-others.
6337         * login/Makefile (install-others-programs): Likewise.
6338         * posix/Makefile (install-others-programs): Likewise.
6340         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
6341         dependencies.
6343 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
6345         * io/Makefile (tests): Add tst-posix_fallocate.
6346         * io/tst-posix_fallocate.c: New file.
6348         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6349         __ASSUME_FALLOCATE.
6351 2007-07-22  Roland McGrath  <roland@frob.com>
6353         * hurd/getdport.c: Add missing copyright year update.
6355         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
6356         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
6358 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
6360         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
6362         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
6363         O_CLOEXEC is needed.
6364         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
6365         Avoid additional fcntl to set O_CLOEXEC if not needed.
6366         * nis/nss_compat/compat-initgroups.c: Likewise.
6367         * nis/nss_compat/compat-pwd.c: Likewise.
6368         * nis/nss_compat/compat-spwd.c: Likewise.
6370 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6372         [BZ #3665]
6373         * manual/errno.texi: Change ECANCELED value to 119.
6375         [BZ #4610]
6376         * mach/lock-intern.h: Include <sys/cdefs.h>.
6378         [BZ #4178]
6379         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
6380         reading A.
6382         [BZ #4126]
6383         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
6384         to __sigsuspend.
6386         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
6388 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
6390         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
6391         `__ASSEMBLER__'.
6392         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6394 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
6396         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
6397         descriptor received from nscd.
6399         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
6401         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
6402         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6403         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6404         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6405         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6406         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6408 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6410         [BZ #4816]
6411         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
6413         [BZ #4813]
6414         * login/forkpty.c (forkpty): Close master and slave fds on
6415         fork failure.  Patch by
6416         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
6418 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
6420         * include/features.h (__USE_ISOC95): New define.
6421         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
6422         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
6423         for -std=iso9899:199409.
6424         * CONFORMANCE: Remove comments about unsupported AMD1.
6426 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6428         * sysdeps/ia64/sched_cpucount.c: New file.
6429         * sysdeps/powerpc/sched_cpucount.c: New file.
6431         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
6432         __BEGIN_DECLS/__END_DECLS around the prototype.
6433         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
6434         pointer to const cpu_set_t.
6436         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
6437         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
6438         __need_size_t and include stddef.h.
6439         * sysvipc/sys/msg.h: Likewise.
6440         * posix/sched.h: Likewise.
6441         * hurd/hurd/signal.h (__need_size_t): Define.
6443         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
6444         neither does signal.h in pedantic ISO C namespaces.  stdio.h
6445         no longer defines wint_t or wchar_t.
6447         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
6448         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
6449         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
6450         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
6451         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
6452         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
6453         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
6454         * debug/printf_chk.c (__printf_chk): Likewise.
6455         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
6456         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
6458         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
6459         Define.
6461         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
6462         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
6464 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
6466         [BZ #4792]
6467         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
6468         * malloc/malloc.h (realloc): Likewise.
6470         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
6471         if one of proc_file_chain streams has that fileno.
6472         * stdio-common/Makefile (tests): Add tst-popen2.
6473         * stdio-common/tst-popen2.c: New test.
6475 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
6477         * elf/ldconfig.c: Allow GPLv2 or any later version.
6478         * elf/readlib.c: Likewise.
6479         * elf/chroot_canon.c: Likewise.
6480         * elf/cache.c: Likewise.
6481         * nscd/mem.c: Likewise.
6482         * nscd/getpwuid_r.c: Likewise.
6483         * nscd/grpcache.c: Likewise.
6484         * nscd/aicache.c: Likewise.
6485         * nscd/getsrvbynm_r.c: Likewise.
6486         * nscd/nscd.c: Likewise.
6487         * nscd/servicescache.c: Likewise.
6488         * nscd/getsrvbypt_r.c: Likewise.
6489         * nscd/initgrcache.c: Likewise.
6490         * nscd/gethstbyad_r.c: Likewise.
6491         * nscd/gethstbynm2_r.c: Likewise.
6492         * nscd/getgrnam_r.c: Likewise.
6493         * nscd/nscd_setup_thread.c: Likewise.
6494         * nscd/getpwnam_r.c: Likewise.
6495         * nscd/gai.c: Likewise.
6496         * nscd/connections.c: Likewise.
6497         * nscd/dbg_log.c: Likewise.
6498         * nscd/cache.c: Likewise.
6499         * nscd/hstcache.c: Likewise.
6500         * nscd/nscd_conf.c: Likewise.
6501         * nscd/getgrgid_r.c: Likewise.
6502         * nscd/pwdcache.c: Likewise.
6503         * catgets/gencat.c: Likewise.
6504         * locale/programs/linereader.h: Likewise.
6505         * locale/programs/locarchive.c: Likewise.
6506         * locale/programs/ld-paper.c: Likewise.
6507         * locale/programs/locfile-kw.h: Likewise.
6508         * locale/programs/ld-address.c: Likewise.
6509         * locale/programs/xmalloc.c: Likewise.
6510         * locale/programs/ld-time.c: Likewise.
6511         * locale/programs/localedef.c: Likewise.
6512         * locale/programs/simple-hash.c: Likewise.
6513         * locale/programs/xstrdup.c: Likewise.
6514         * locale/programs/ld-numeric.c: Likewise.
6515         * locale/programs/locfile-kw.gperf: Likewise.
6516         * locale/programs/ld-collate.c: Likewise.
6517         * locale/programs/charmap-kw.gperf: Likewise.
6518         * locale/programs/charmap.h: Likewise.
6519         * locale/programs/charmap-kw.h: Likewise.
6520         * locale/programs/config.h: Likewise.
6521         * locale/programs/locfile.c: Likewise.
6522         * locale/programs/ld-ctype.c: Likewise.
6523         * locale/programs/charmap.c: Likewise.
6524         * locale/programs/ld-messages.c: Likewise.
6525         * locale/programs/repertoire.h: Likewise.
6526         * locale/programs/locale.c: Likewise.
6527         * locale/programs/ld-name.c: Likewise.
6528         * locale/programs/linereader.c: Likewise.
6529         * locale/programs/locfile.h: Likewise.
6530         * locale/programs/3level.h: Likewise.
6531         * locale/programs/ld-monetary.c: Likewise.
6532         * locale/programs/ld-measurement.c: Likewise.
6533         * locale/programs/charmap-dir.c: Likewise.
6534         * locale/programs/ld-identification.c: Likewise.
6535         * locale/programs/localedef.h: Likewise.
6536         * locale/programs/charmap-dir.h: Likewise.
6537         * locale/programs/repertoire.c: Likewise.
6538         * locale/programs/simple-hash.h: Likewise.
6539         * locale/programs/ld-telephone.c: Likewise.
6540         * locale/programs/locale-spec.c: Likewise.
6541         * locale/programs/locfile-token.h: Likewise.
6542         * posix/getconf.c: Likewise.
6543         * iconv/dummy-repertoire.c: Likewise.
6544         * iconv/iconv_charmap.c: Likewise.
6545         * iconv/iconvconfig.c: Likewise.
6546         * iconv/iconv_prog.c: Likewise.
6547         * malloc/memusagestat.c: Likewise.
6548         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
6550 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6552         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
6553         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
6554         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
6555         check for the first argument.
6557 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
6559         [BZ #4775]
6560         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
6561         (__tgmath_real_type): Fix if expr is const int or other const
6562         qualified integral type.
6563         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
6564         expressions and handle const qualified arguments.
6565         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
6566         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
6567         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
6568         statement expressions.
6569         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
6570         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
6571         (__TGMATH_UNARY_IMAG): Define.
6572         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
6573         * math/Makefile (tests): Add test-tgmath2.
6574         (CFLAGS-test-tgmath2.c): Add.
6575         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
6576         count_cfloat, count_cldouble): New variables.
6577         (NCCALLS): Define.
6578         (main): Check number of complex calls as well.
6579         (F(compile_test)): Add complex tests and tests with const qualified
6580         arguments.
6581         (y, z, ccount): Define.
6582         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
6583         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
6584         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
6585         F(cproj)): New functions.
6586         * math/test-tgmath2.c: New test.
6588 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
6590         [BZ #4776]
6591         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
6592         RPATH etc. as "/" rather than "", don't segfault on empty paths,
6593         instead output ".".
6594         * dlfcn/Makefile (distribute): Add glreflib3.c.
6595         (module-names): Add glreflib3.
6596         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
6597         glreflib1.so.
6598         (LDFLAGS_glreflib3.so): New.
6599         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
6600         glreflib1.so.
6601         * dlfcn/glreflib3.c: New file.
6603         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
6604         returned -1, return NULL.
6605         * intl/explodename.c (_nl_explode_name): Return -1 if
6606         _nl_normalize_codeset failed.
6608 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
6610         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
6611         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
6612         and avoid branch misspredicts for > 31 bytes memset case.
6613         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6614         Remove toc ref to __cache_line_size.
6616         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
6617         to get ISA-V2.0 branch hints.
6618         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
6619         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
6620         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6621         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
6622         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6623         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
6624         Remove toc ref to __cache_line_size.
6626         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
6627         Include math_ldbl_opt.h.
6629 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
6631         [BZ #4773]
6632         * time/strptime_l.c (__strptime_internal): Implement greedy
6633         matching of weekday and month names.
6635 2007-07-09  Roland McGrath  <roland@redhat.com>
6637         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
6638         (ELF_NOTE_ABI): Use it.
6639         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
6641 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
6643         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
6644         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6646 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
6648         [BZ #4745]
6649         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
6650         in loop to look for conversion specifier to avoid testing of
6651         wrong errno value.
6652         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
6653         * stdio-common/bug18.c: New file.
6654         * stdio-common/bug18a.c: New file.
6655         * stdio-common/bug19.c: New file.
6656         * stdio-common/bug19a.c: New file.
6658 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
6660         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
6661         running awk script.
6663 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
6665         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
6666         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
6667         Return NULL if mmap failed instead of asserting it does not.
6668         (calloc): Check for integer overflow.
6670         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
6671         than LONG_MAX / 10.
6673 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
6675         [BZ #4702]
6676         * nis/nss-default.c: Include errno.h.
6677         (init): Preserve errno.
6679 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
6681         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
6683 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
6685         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
6687 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6689         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
6691 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6693         * sysdeps/s390/dl-procinfo.c: New file.
6694         * sysdeps/s390/dl-procinfo.h: New file.
6695         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
6697 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
6699         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
6700         in PT_NOTE segments with multiple notes.
6701         * elf/readelflib.c (process_elf_file): Likewise.
6703 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
6705         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
6706         ISO C compliant.
6708 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6710         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
6712 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
6714         * include/link.h: Don't include rtld-lowlevel.h.
6715         (struct link_map): Remove l_scope_lock.
6716         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
6717         (_dl_scope_free_list): New field (variable) in _rtld_global.
6718         (DL_LOOKUP_SCOPE_LOCK): Remove.
6719         (_dl_scope_free): New prototype.
6720         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
6721         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
6722         (_dl_profile_fixup): Likewise.
6723         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
6724         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
6725         THREAD_GSCOPE_RESET_FLAG around it.
6726         * elf/dl-close.c (_dl_close_worker): Don't use
6727         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
6728         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
6729         scopes were queued or if l_scope_mem has been abandoned.
6730         * elf/dl-open.c (_dl_scope_free): New function.
6731         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
6732         * elf/dl-support.c (_dl_scope_free_list): New variable.
6733         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6734         Remove DL_LOOKUP_SCOPE_LOCK handling.
6735         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6736         handling.
6737         * elf/dl-object.c (_dl_new_object): Don't use
6738         __rtld_mrlock_initialize.
6740 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6742         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6743         to fill in holes
6744         (rtld_global_ro): Likewise.
6746 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6748         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6749         Move PT_LOAD checking to...
6750         (_dl_addr_inside_object): ... here, new function.
6751         * elf/dl-sym.c (do_sym): If not l_contiguous,
6752         call _dl_addr_inside_object.
6753         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6754         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6755         * elf/dl-open.c (dl_open_worker): Likewise.
6756         (_dl_addr_inside_object): New function if IS_IN_rtld.
6757         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6758         holes are present or are PROT_NONE protected.
6759         * include/link.h (struct link_map): Add l_contiguous field.
6760         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6762 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6763             Tomas Janousek  <tjanouse@redhat.com>
6764             Ulrich Drepper  <drepper@redhat.com>
6766         [BZ #4647]
6767         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6768         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6769         socket.
6770         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6771         unused member a bitmap.
6772         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6773         servers are configured.
6775 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6777         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6779 2007-06-17  Andreas Schwab  <schwab@suse.de>
6781         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6783 2007-06-16  Andreas Jaeger  <aj@suse.de>
6785         [BZ #4125]
6786         * sysdeps/unix/sysv/linux/sys/ptrace.h
6787         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6788         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6789         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6790         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6791         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6792         Define.
6793         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6794         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6795         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6796         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6798 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6800         [BZ #4599]
6801         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6802         determining whether there are IPv4/IPv6 addresses, ignore loopback
6803         addresses.
6805 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6807         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6808         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6809         as the return type.  Change type of "r" variable to CMPtype.
6810         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6811         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6812         * soft-fp/gedf2.c (__gedf2): Likewise.
6813         * soft-fp/gesf2.c (__gesf2): Likewise.
6814         * soft-fp/getf2.c (__getf2): Likewise.
6815         * soft-fp/ledf2.c (__ledf2): Likewise.
6816         * soft-fp/lesf2.c (__lesf2): Likewise.
6817         * soft-fp/letf2.c (__letf2): Likewise.
6818         * soft-fp/unorddf2 (__unorddf2): Likewise.
6819         * soft-fp/unordsf2 (__unordsf2): Likewise.
6820         * soft-fp/unordtf2 (__unordtf2): Likewise.
6822 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6824         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6825         make sure gcc doesn't mess around with this.
6827 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6829         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6831 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6833         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6834         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6835         at most once per _dl_close_worker.
6837 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6839         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6840         __sched_cpucount as const.
6841         * posix/sched_cpucount.c: Adjust.
6843         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6844         instruction for counting bits.
6845         * sysdeps/x86_64/sched_cpucount.c: New file.
6847 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6849         * configure.in: Avoid variable named BASH.
6850         * config.make.in: Likewise.
6851         Patch in part by Mike Frysinger.
6853 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6855         [BZ #4586]
6856         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6857         pseudo-zeros as zero.
6858         * sysdeps/x86_64/ldbl2mpn.c: New file.
6859         * sysdeps/ia64/ldbl2mpn.c: New file.
6861 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6863         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6864         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6865         Remove unreachable code at the end.
6867 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6869         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6870         ldbl-128ibm in comment.
6871         (fpclassifyl): Correct classification of denormals.
6872         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6873         return value for MIN denormal. Rewrite using long double math too
6874         correctly handle denormals and canonicalize the results.
6876 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6878         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6879         (__mpn_construct_long_double): Fix conversion where result ought
6880         to be smaller than __LDBL_MIN__, or the low double should be
6881         denormal.  Fix decision where to negate low double - honor round
6882         to even rules.
6883         * stdio-common/tst-sprintf2.c: Include string.h.
6884         (COMPARE_LDBL): Define.
6885         (TEST): Also test whether a string hexadecimal float representation
6886         can be parsed back to the number.
6887         (main): Add a couple of further tests.
6889 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6891         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6892         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6893         is non-zero, but smaller than 2 * __DBL_MIN__.
6894         * stdio-common/tst-sprintf2.c: New test.
6895         * stdio-common/Makefile (tests): Add tst-sprintf2.
6897         * math/test-misc.c (main): Don't run last batch of tests with
6898         IBM long double format.
6900 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6902         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6903         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6904         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6905         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6906         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6907         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6908         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6909         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6910         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6911         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6914         New file.
6915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6916         New file.
6917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6918         New file.
6919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6920         New file.
6921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6922         New file.
6923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6925         New file.
6926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6927         New file.
6928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6929         New file.
6930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6931         New file.
6932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6933         New file.
6935 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6937         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6938         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6939         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6940         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6941         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6942         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6943         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6944         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6946 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6948         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6949         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6950         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6951         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6952         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6953         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6954         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6955         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6957 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6959         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6960         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6961         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6962         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6964 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6966         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6967         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6969 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6971         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6972         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6973         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6974         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6976 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6978         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6979         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6981 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6983         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6984         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6986         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6987         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6988         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6989         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6991 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6993         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6994         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6995         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6996         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6998 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
7000         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
7001         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
7002         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
7003         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7004         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
7005         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
7007 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
7009         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
7010         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
7011         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
7012         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
7014 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
7016         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
7017         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
7018         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
7019         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
7020         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
7021         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
7022         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
7023         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
7024         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
7025         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
7026         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
7027         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
7028         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
7029         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
7030         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
7031         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
7033 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
7035         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
7036         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
7038 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
7040         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
7041         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
7043 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
7045         * sysdeps/powerpc/powerpc32/970/Implies: New file.
7046         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
7047         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
7048         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
7049         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
7050         * sysdeps/powerpc/powerpc64/970/Implies: New file.
7051         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
7052         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
7053         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
7054         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
7056 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
7058         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
7060 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
7062         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
7063         branch miss-predicts. Ensure that cache line crossing does not impact
7064         dispatch grouping.
7066 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
7068         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
7069         "../../powerpc32/power4/memcopy.h".
7070         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
7071         "../../powerpc32/power4/wordcopy.c".
7073 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
7075         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
7076         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
7077         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
7078         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
7079         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
7080         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
7082 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
7084         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
7086 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
7088         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
7089         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
7090         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
7091         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
7092         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
7093         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
7094         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
7095         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
7097 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
7099         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
7101 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
7103         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
7104         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
7105         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
7106         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
7107         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
7108         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
7109         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
7111 2007-05-29  Roland McGrath  <roland@redhat.com>
7113         * po/Makefile (po-sed-cmd): New variable.
7114         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
7116 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
7118         * crypt/md5-crypt.c: Fix comment.
7120         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
7121         of crashing.  When this is the case or if the reply is malformed,
7122         don't try to close the new file descriptor since it does not
7123         exist.
7124         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
7126 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
7128         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
7129         if __NR_utimensat is not defined.
7131 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
7133         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
7135 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
7137         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
7138         (open): Fix comment typos.  Don't call __open_2 if flags
7139         is a compile time constant without O_CREAT.
7140         (__open64_2): Add nonnull attribute.
7141         (open64): Fix comment typos.  Don't call __open64_2 if flags
7142         is a compile time constant without O_CREAT.
7143         (__openat_2): Add nonnull attribute, fix nonnull attribute
7144         on redirect.
7145         (openat): Fix comment typos.  Don't call __openat_2 if flags
7146         is a compile time constant without O_CREAT.
7147         (__openat64_2): Add nonnull attribute, fix nonnull attribute
7148         on redirect.
7149         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
7150         is a compile time constant without O_CREAT.
7152 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
7154         * Makerules (sysd-rules): Define PTW for ptw-* files.
7155         * Versions: Define GLIBC_2.7 for libc.
7156         * include/stdio.h: Declare __fortify_fail.
7157         * debug/fortify_fail.c: New file.
7158         * debug/Makefile (routines): Add fortify_fail.
7159         * debug/chk_fail.c: Use __fortify_fail.
7160         * debug/stack_chk_fail.c: Likewise.
7161         * io/Versions: Export __open_2, __open64_2, __openat_2, and
7162         __openat64_2 for GLIBC_2.7.
7163         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
7164         * io/open.c: Define *_2 variant of function which checks for O_CREAT
7165         and fails if necessary.
7166         * io/open64.c: Likewise.
7167         * io/openat.c: Likewise.
7168         * io/openat64.c: Likewise.
7169         * sysdeps/unix/sysv/linux/open64.c: Likewise.
7170         * sysdeps/unix/sysv/linux/openat.c: Likewise.
7171         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
7172         * io/bits/fcntl2.h: New file.
7173         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
7174         __openat64_2.
7175         * include/bits/fcntl2.h: New file.
7176         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7177         Add open_2.
7178         * sysdeps/unix/sysv/linux/open_2.c: New file.
7180 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
7182         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
7183         as second parameter to handle_intel.
7185         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
7186         the entry.
7188         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
7189         handling to ...
7190         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
7191         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
7192         cacheinfo.
7193         * sysdeps/x86_64/memcpy.S: Complete rewrite.
7194         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
7195         Patch by Evandro Menezes <evandro.menezes@amd.com>.
7197         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
7199 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
7201         [BZ #4525]
7202         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
7203         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
7204         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
7206         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
7208         [BZ #4514]
7209         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
7210         reinitialize workend at the start of each do_positional format spec
7211         loop, free workstart before do_positional loops.
7212         (printf_unknown): Fix size of work_buffer.
7213         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
7215         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
7216         (public_sET_STATe): If ms->version < 3, put all chunks into
7217         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
7218         chunks.
7220         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
7221         * malloc/hooks.c: Likewise.
7222         * malloc/arena.c: Likewise.
7223         * malloc/malloc.c (do_check_malloc_state): Don't assert
7224         n_mmaps is not greater than n_mmaps_max.  This removes the need
7225         for the previous change.
7227         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
7228         2007-05-07 commit.
7230 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
7232         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
7233         Define for kernel >= 2.6.22.
7235 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
7237         * elf/dl-close.c (_dl_close_worker): When removing object from
7238         global scope, wait for all lookups to finish afterwards.
7239         * elf/dl-open.c (add_to_global): When global scope array must
7240         grow, allocate a new one and free old array only after all
7241         lookups finish.
7242         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
7243         (_dl_lookup_symbol_x): Likewise.
7244         * elf/dl-support.c: Define _dl_wait_lookup_done.
7245         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
7246         _dl_wait_lookup_done.
7248         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
7249         not overlapping with arena.
7251         * malloc/mcheck.c (reallochook): If size==0, free the block.
7253         * rt/tst-shm.c: Use fstat64 instead of fstat.
7255         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
7256         __NR_sync_file_range is not defined.
7258 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
7260         Dummy files to prevent stub versions from being used.
7261         * sysdeps/x86_64/fpu/k_cosl.c: New file.
7262         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
7263         * sysdeps/x86_64/fpu/k_sinl.c: New file.
7264         * sysdeps/x86_64/fpu/k_tanl.c: New file.
7266         * version.h (VERSION): Set to 2.6.90.
7268 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
7270         * version.h (VERSION): Define to 2.6.
7271         * include/features.h (__GLIBC_MINOR__): Define to 6.
7273         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
7275         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
7276         sizes.
7278 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
7280         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
7281         number of mmaps.  n_mmaps_max is the target.
7282         * malloc/hooks.c: Likewise.
7283         * malloc/arena.c: Likewise.
7285 2007-05-12  Andreas Jaeger  <aj@suse.de>
7287         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
7288         getpid.
7290 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
7292         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
7293         adding new variables.
7295         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
7296         optimize.  Completely extend global scope array before making the
7297         new entries visible.
7299 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
7301         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
7302         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
7303         tst-getcpu.
7305         * include/link.h: Move l_version and l_nversion members around to
7306         fill gaps.
7308         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
7310         * sysdeps/unix/sysv/linux/sched_setaffinity.c
7311         (__sched_setaffinity_new): If syscall was successful and
7312         RESET_VGETCPU_CACHE is defined, use it before returning.
7313         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
7315         * io/sys/stat.h: Make sure struct timespec is defined for
7316         __USE_ATFILE.
7318         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
7319         UTIME_OMIT.
7320         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7321         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7322         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7323         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7324         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7325         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7326         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
7327         * io/sys/stat.h: Declare utimensat, futimens.
7328         * io/utimensat.c: New file.
7329         * io/futimens.c: New file.
7330         * sysdeps/unix/sysv/linux/utimensat.c: New file.
7331         * sysdeps/unix/sysv/linux/futimens.c: New file.
7332         * io/Makefile (routines): Add utimensat, futimens.
7333         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
7334         * sysdeps/unix/sysv/linux/lutimes.c: New file.
7335         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
7336         available.
7338         * include/sys/cdefs.h: Redefine __nonnull so that test for
7339         incorrect parameters in the libc code itself are not omitted.
7341 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
7343         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
7344         exception in addition to inexact when asked to raise only FE_INEXACT.
7346         [BZ #3427]
7347         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
7348         in *envp.
7350 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7352         [BZ #4403]
7353         * string/strfry.c (strfry): Make result more random.
7355 2007-05-07  Richard Henderson  <rth@redhat.com>
7357         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
7358         if __NO_LONG_DOUBLE_MATH.
7359         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
7360         available in the compiler, add .arch directive to the assembly.
7362 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
7364         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
7365         compat_symbol to GLIBC_2_1.
7366         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
7367         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
7368         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
7369         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
7370         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
7371         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
7372         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
7373         libc, not libm.
7374         (__isnanl): New compat_symbol.
7376 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7377             Jakub Jelinek  <jakub@redhat.com>
7379         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
7380         (new_heap): Initialize mprotect_size.
7381         (grow_heap): When growing, only mprotect from mprotect_size till
7382         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
7383         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
7385 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
7386             Peter Bergner  <bergner@us.ibm.com>
7388         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
7389         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
7390         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
7391         * sysdeps/powerpc/fpu/fe_mask.c: New file.
7392         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
7393         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
7394         Call __fe_mask_env() if all FP exceptions disabled.
7395         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
7396         from old FPSCR to new fenv to propagate DFP rounding modes.
7397         Call __fe_mask_env() if FP exceptions previously enabled.
7398         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
7399         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
7400         transitioning from all exceptions disabled to any exception enabled
7401         or visa versa.
7402         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
7403         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
7404         when transitioning from all exceptions disabled to any exception
7405         enabled or visa versa.
7406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
7407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
7408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
7409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
7410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
7411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
7413 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7415         [BZ #4465]
7416         * posix/unistd.h: Remove __THROW from fdatasync.
7418 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
7420         [BZ #4465]
7421         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
7423 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7425         * stdio-common/vfprintf.c (process_string_arg): Optimize
7426         ridiculous precision in wide char code printing multi-byte string.
7427         Reported by Jim Meyering <jim@meyering.net>.
7429         [BZ #4131]
7430         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
7431         boundaries to work around systems with overlapping binary loading.
7432         Based on a patch by Suzuki <suzuki@in.ibm.com>.
7434 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
7436         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
7437         __mbsnrtowcs after last change.
7439         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
7440         (get_ident): Likewise.
7442 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7444         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
7445         with setting the sticky bit.
7446         * math/test-misc.c (main): Add more truncation tests.
7448 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
7450         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
7451         double in the function declaration.
7452         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
7453         double in the function declaration.
7454         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7455         float in the function declaration.
7456         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7457         float in the function declaration.
7459         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
7460         denormal operands.  Do not generate FP_EX_DENORM exception.
7461         (FP_UNPACK_RAW_EP): Ditto.
7462         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
7463         undefined _FP_UNPACK_RAW_E.
7464         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
7465         undefined _FP_UNPACK_RAW_EP.
7466         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
7467         undefined _FP_PACK_RAW_E.
7468         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
7469         undefined _FP_PACK_RAW_EP.
7471         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
7472         _FP_FRAC_COPY_2.
7473         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
7474         _FP_FRAC_COPY_4.
7476 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
7477             Jakub Jelinek  <jakub@redhat.com>
7479         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
7480         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
7481         this case.
7482         * soft-fp/op-common.h (FP_TRUNC): Ditto.
7484 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7486         * math/test-misc.c (main): Add tests for rounding long double
7487         values close to smallest double denormalized value to double.
7489 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
7491         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
7492         condition for truncating to 0.  Set sticky bit for such
7493         truncation.
7495 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
7497         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
7498         fixed length array for ignore.
7500 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7502         [BZ #4438]
7503         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
7504         stack for large precisions.
7505         * stdio-common/test-vfprintf.c (main): Add test for large
7506         precision.
7508 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
7510         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
7511         for exponent 0.
7512         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
7514         [BZ #4439]
7515         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
7516         account in the size check.
7517         * resolv/tst-inet_ntop.c: New test.
7518         * resolv/Makefile (tests): Add tst-inet_ntop.
7520 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7521             Jakub Jelinek  <jakub@redhat.com>
7523         [BZ #4349]
7524         * malloc/malloc.c: Keep separate list for first blocks on the bin
7525         lists with a given size.  This helps skipping over list elements
7526         we know won't fit in two places.
7527         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
7529 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
7531         [BZ #4102]
7532         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
7533         label to Teredo tunnel addresses 2001://32.
7535 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
7537         * locale/programs/ld-collate.c (collate_read): Allow order_start
7538         after copy.
7540         * locale/programs/ld-collate.c (collate_read): Fix printing of
7541         error message.
7543         [BZ #3213]
7544         * locale/C-translit.h.in: Add entry for U2044.
7546         [BZ #4342]
7547         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
7548         hexa-decimal floats without exponent.
7549         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
7551 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7553         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
7554         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
7555         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
7556         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
7557         GLIBC_2.6.
7558         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
7559         Add sched_getcpu.
7561 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7563         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
7564         of 0 after the out_fail label.
7566 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7568         [BZ #4406]
7569         * iconv/gconv_charset.h (strip): Allow ':'.
7570         * iconv/iconv_open.c (iconv_open): Adjust comment.
7572 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7574         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
7575         version.
7577 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7579         [BZ #4381]
7580         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
7581         alignment of buffer and tmp_buffer.
7582         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
7583         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
7584         alignment of buffer.
7585         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
7586         bigger than INT_MAX.
7587         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
7588         h_errnop arguments.  Fail if buflen is too small.
7589         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
7591 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7593         [BZ #4405]
7594         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
7595         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
7597 2007-04-22  Roland McGrath  <roland@redhat.com>
7599         * elf/elf.h (NT_PRXFPREG): New macro.
7601 2007-04-19  Andreas Jaeger  <aj@suse.de>
7603         [BZ #3905]
7604         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
7605         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
7606         Added.
7608 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
7610         * include/sys/mman.h: Mark madvise hidden.
7611         * misc/madvise.c: Add libc_hidden_def.
7613 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
7615         * nis/nis_domain_of.c (__nis_domain_of): New function.
7616         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
7617         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
7618         * nis/nis_call.c (rec_dirsearch): Likewise.
7619         (first_shoot): Likewise.  Remove search_parent_first argument.
7620         (struct nis_server_cache): Rename search_parent_first field
7621         to search_parent.
7622         (nis_server_cache_search, nis_server_cache_add): Rename
7623         search_parent_first argument to search_parent.
7624         (__nisfind_server): Likewise.  If search_parent, call
7625         __nis_domain_of.
7627 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
7629         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
7631 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
7633         [BZ #4368]
7634         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
7636 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
7638         [BZ #4364]
7639         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
7641 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
7643         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
7644         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
7645         current number of locales in SUPPORTED.
7646         (create_archive): Initialize serial.
7647         (enlarge_archive): Preserve aliases rather than duplicating
7648         their locrecs.
7650 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7652         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
7653         after _IO_un_link, not before it.
7655         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
7656         special case handling when wcp == wstartp + 1.  Fix a comment typo.
7657         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
7659 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
7661         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
7662         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
7663         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
7664         Remove __THROW.
7665         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
7666         _IO_file_xsgetn_maybe_mmap): Likewise.
7667         * libio/oldfileops.c (old_do_write): Likewise.
7668         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
7669         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
7670         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
7671         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
7672         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
7673         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
7674         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
7675         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
7676         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
7677         _IO_file_underflow, _IO_file_underflow_mmap,
7678         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
7679         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
7680         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
7681         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
7682         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
7683         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
7684         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
7685         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
7686         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
7687         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
7688         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
7689         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
7690         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
7691         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
7692         _IO_adjust_column_internal, _IO_default_uflow_internal,
7693         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
7694         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
7695         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
7696         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
7697         _IO_file_close_it_internal, _IO_file_underflow_internal,
7698         _IO_file_overflow_internal, _IO_file_attach_internal,
7699         _IO_file_fopen_internal, _IO_file_sync_internal,
7700         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
7701         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
7702         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
7703         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
7704         _IO_seekpos_unlocked): Likewise.
7705         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
7706         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
7708 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
7710         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
7711         argument in xmalloc size computation.
7713 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7715         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
7716         math_opt_barrier and math_force_eval macros.
7718 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7720         [BZ #3306]
7721         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
7722         * sysdeps/i386/fpu/math_private.h: New file.
7723         * sysdeps/x86_64/fpu/math_private.h: New file.
7724         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
7725         math_force_eval macros.  Use "+m" constraint on asm rather than
7726         "=m" and "m".
7727         * math/s_nextafter.c (__nextafter): Likewise.
7728         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
7729         Likewise.
7730         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7731         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7732         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7733         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7734         math_opt_barrier and math_force_eval macros.
7735         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7736         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7737         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7738         (__nexttoward): Use math_opt_barrier and
7739         math_force_eval macros.  Use "+m" constraint on asm rather than
7740         "=m" and "m".  Only use asm to force double result if
7741         FLT_EVAL_METHOD is 2.
7742         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7743         (__nexttowardf): Use math_opt_barrier and
7744         math_force_eval macros.  Use "+m" constraint on asm rather than
7745         "=m" and "m".  Only use asm to force double result if
7746         FLT_EVAL_METHOD is not 0.
7747         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7748         (__nexttowardf): Use math_opt_barrier and
7749         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7750         x to float using asm.
7751         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7752         (__nldbl_nexttowardf): Use math_opt_barrier and
7753         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7754         x to float using asm.
7755         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7756         (__nexttowardf): Use math_opt_barrier and math_force_eval
7757         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7758         * math/bug-nextafter.c (zero, inf): New variables.
7759         (main): Add new tests.
7760         * math/bug-nexttoward.c (zero, inf): New variables.
7761         (main): Add new tests.
7763 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7765         [BZ #3427]
7766         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7767         exceptions both in SW and MXCSR.
7768         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7769         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7770         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7771         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7772         in MXCSR if SSE is available.
7773         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7774         and ldsodefs.h.
7775         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7776         Fix comment typo.
7777         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7778         Return 0 rather than 1.
7779         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7780         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7781         * math/test-fenv.c (feholdexcept_tests): New function.
7782         (main): Call it.
7784 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7786         [BZ #3427]
7787         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7788         in SW.
7790 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7792         [BZ #4344]
7793         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7794         Reported by David Anderson <davea42@earthlink.net>.
7796 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7798         * posix/sys/wait.h: Remove unnecessary forward declaration.
7800 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7802         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7803         with obj->do_servers after first_shoot.
7805 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7807         * posix/Makefile (routines): Add sched_cpucount.
7808         (tests): Add tst-cpucount.
7809         * posix/sched_cpucount.c: New file.
7810         * posix/tst-cpucount.c: New file.
7811         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7812         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7813         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7814         * posix/sched.h: Define CPU_COUNT.
7816 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7818         * posix/fnmatch.c (STRUCT): Define.
7819         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7820         * posix/fnmatch_loop.c (struct STRUCT): New type.
7821         (FCT): Add ends argument.  If ends != NULL and normal * is
7822         seen in the pattern, store current pattern and string pointers
7823         and return.  Adjust recursive calls.
7824         (EXT): Adjust FCT callers.
7825         (STRUCT): Undef at the end of the file.
7826         * posix/Makefile (tests): Add tst-fnmatch2.
7827         * posix/tst-fnmatch2.c: New test.
7829 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7831         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7832         and 1 on failure.
7834         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7835         Change last argument to unsigned int.
7837 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7839         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7841 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7843         * config.h.in (HAVE_LIBCAP): Add.
7844         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7845         sys/capabilities.h.
7846         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7847         free_caps.  Cast away const from 4th cap_set_flag argument.
7849 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7851         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7852         GLIBC_2.6.
7853         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7854         Add sync_file_range.
7855         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7857 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7859         * sysdeps/powerpc/bits/atomic.h
7860         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7861         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7862         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7863         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7864         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7865         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7866         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7867         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7868         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7869         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7870         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7871         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7872         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7873         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7874         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7875         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7876         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7877         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7878         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7879         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7881 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7883         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7884         (__cache_line_size): Define the variable here.  Add
7885         attribute_hidden, remove weak_extern.
7886         (__libc_start_main): Set __cache_line_size
7887         unconditionally.
7888         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7889         (__cache_line_size): Define the variable here.  Add
7890         attribute_hidden, remove weak_extern.
7891         (DL_PLATFORM_AUXV): Set __cache_line_size
7892         unconditionally.
7893         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7894         weak_extern, add attribute_hidden.
7895         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7896         defined in ld.so.
7897         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7898         definition.
7899         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7901 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7903         [BZ #4276]
7904         * timezone/africa: Update from tzdata2007d.
7905         * timezone/asia: Likewise.
7906         * timezone/australasia: Likewise.
7907         * timezone/backward: Likewise.
7908         * timezone/europe: Likewise.
7909         * timezone/iso3166.tab: Likewise.
7910         * timezone/leapseconds: Likewise.
7911         * timezone/northamerica: Likewise.
7912         * timezone/southamerica: Likewise.
7913         * timezone/zone.tab: Likewise.
7915         * timezone/private.h: Update from tzcode2007d.
7916         * timezone/zdump.c: Likewise.
7917         * timezone/zic.c: Likewise.
7919 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7921         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7922         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7923         variables.
7924         (nis_server_cache_search, nis_server_cache_add): New functions.
7925         (__nisfind_server): Use them.  Add dbp and flags argument, if
7926         call __nisbind_create.
7927         (__nisbind_create): Add server_used and current_ep arguments,
7928         only call __nis_findfastest if server_used is ~0.
7929         (__do_niscall2, __prepare_niscall): Adjust callers.
7930         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7931         ckey_cache_euid, ckey_cache_lock): New variables.
7932         (get_ckey): New function.
7933         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7934         __pmap_getnisport.  Save __pmap_getnisport result in
7935         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7936         key.
7937         * nis/nis_lookup.c (nis_lookup): Likewise.
7938         * nis/nis_table.c (nis_list): Likewise.
7939         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7940         prototypes.
7942         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7943         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7944         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7945         _nss_nisplus_getservbyport_r): Likewise.
7946         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7947         _nss_nisplus_getnetbyaddr_r): Likewise.
7948         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7949         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7950         _nss_nisplus_getntohost_r): Likewise.
7951         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7952         _nss_nisplus_getrpcbynumber_r): Likewise.
7954 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7956         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7957         * configure: Rebuilt.
7959         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7960         bit-fields.
7961         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7963 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7965         [BZ #2831]
7966         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7967         bit-fields.
7969 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7971         * nscd/gai.c: Include alloca.h.
7972         (__libc_use_alloca): Define.
7974 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7976         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7977         smaller scopes.
7978         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7979         (DL_DST_REQUIRED): Adjust user.
7981         * include/dlfcn.h (struct link_map): New forward decl.
7983         * inet/getnameinfo.c: Include stddef.h.
7984         (getnameinfo): Use offsetof.
7986         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7988         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7990         * string/strerror_l.c: Include stdlib.h.
7992         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7993         * config.make.in (gnu89-inline-CFLAGS): New variable.
7994         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7995         -std=gnu99.
7996         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7997         * argp/argp.h: Use it.
7998         * bits/mathinline.h: Likewise.
7999         * bits/sigset.h: Likewise.
8000         * bits/string.h: Likewise.
8001         * ctype/ctype.h: Likewise.
8002         * hurd/hurd.h: Likewise.
8003         * hurd/hurd/fd.h: Likewise.
8004         * hurd/hurd/port.h: Likewise.
8005         * hurd/hurd/signal.h: Likewise.
8006         * hurd/hurd/threadvar.h: Likewise.
8007         * hurd/hurd/userlink.h: Likewise.
8008         * io/sys/stat.h: Likewise.
8009         * libio/bits/stdio.h: Likewise.
8010         * libio/bits/stdio2.h: Likewise.
8011         * mach/lock-intern.h: Likewise.
8012         * mach/mach/mig_support.h: Likewise.
8013         * math/bits/cmathcalls.h: Likewise.
8014         * posix/bits/unistd.h: Likewise.
8015         * socket/bits/socket2.h: Likewise.
8016         * stdlib/bits/stdlib.h: Likewise.
8017         * stdlib/stdlib.h: Likewise.
8018         * string/argz.h: Likewise.
8019         * string/bits/string2.h: Likewise.
8020         * string/bits/string3.h: Likewise.
8021         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
8022         * sysdeps/generic/inttypes.h: Likewise.
8023         * sysdeps/generic/machine-lock.h: Likewise.
8024         * sysdeps/generic/machine-sp.h: Likewise.
8025         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
8026         * sysdeps/i386/i486/bits/string.h: Likewise.
8027         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
8028         * sysdeps/mach/alpha/machine-lock.h: Likewise.
8029         * sysdeps/mach/alpha/machine-sp.h: Likewise.
8030         * sysdeps/mach/i386/machine-lock.h: Likewise.
8031         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
8032         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
8033         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
8034         * sysdeps/s390/bits/string.h: Likewise.
8035         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
8036         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
8037         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8038         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
8039         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
8040         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
8041         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
8042         * wcsmbs/bits/wchar2.h: Likewise.
8043         * wcsmbs/wchar.h: Likewise.
8044         * stdlib/gmp.h: Likewise.  Include <features.h> to get
8045         __extern_inline definition.
8047 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
8049         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
8050         NULL.
8052         [BZ #3919]
8053         * math/libm-test.inc (log_test): Test -Inf and NaN.
8054         (log10_test, log1p_test, log2_test): Test -Inf.
8055         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
8056         FE_INVALID when argument is qNaN.
8057         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8058         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8059         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8060         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
8061         andb $1, %ah with testb $1, %ah, don't test for parity, instead
8062         testb $4, %ah and jump if non-zero.
8063         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8064         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
8066         [BZ #4101]
8067         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
8068         ancestors with the same depths.
8069         Patch by Niels Moeller <nisse@lysator.liu.se>.
8070         (filter_doc): Don't crash if argp is NULL.
8071         * argp/Makefile (tests): Add tst-argp2.
8072         * argp/tst-argp2.c: New test.
8074         [BZ #4130]
8075         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
8076         open_not_cancel_2.
8077         (updwtmp_file): Likewise.
8079         [BZ #4181]
8080         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
8081         (inet6_opt_append): Don't check extlen is big enough if extbuf
8082         is NULL.
8083         (inet6_opt_finish): Likewise.
8084         * inet/Makefile (tests): Add test-inet6_opt.
8085         * inet/test-inet6_opt.c: New test.
8087         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
8088         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
8089         NLMSG_ERR.  Instead use a page sized buffer.
8090         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
8091         buffer.
8093 2007-03-14  Richard Henderson  <rth@redhat.com>
8095         * sysdeps/alpha/fpu/s_llround.c: New file.
8096         * sysdeps/alpha/fpu/s_llroundf.c: New file.
8097         * sysdeps/alpha/fpu/s_lround.c: New file.
8098         * sysdeps/alpha/fpu/s_lroundf.c: New file.
8099         * sysdeps/alpha/fpu/s_round.c: New file.
8100         * sysdeps/alpha/fpu/s_roundf.c: New file.
8101         * sysdeps/alpha/fpu/s_trunc.c: New file.
8102         * sysdeps/alpha/fpu/s_truncf.c: New file.
8104         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
8105         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
8106         * sysdeps/alpha/fpu/s_floor.c: Likewise.
8107         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
8108         * sysdeps/alpha/fpu/s_rint.c: Likewise.
8109         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
8111         * sysdeps/alpha/fpu/s_fmax.S: New file.
8112         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
8113         * sysdeps/alpha/fpu/s_fmin.S: New file.
8114         * sysdeps/alpha/fpu/s_fminf.S: New file.
8115         * sysdeps/alpha/fpu/s_isnan.c: New file.
8116         * sysdeps/alpha/fpu/s_isnanf.c: New file.
8117         * sysdeps/alpha/fpu/s_llrint.c: New file.
8118         * sysdeps/alpha/fpu/s_llrintf.c: New file.
8119         * sysdeps/alpha/fpu/s_lrint.c: New file.
8120         * sysdeps/alpha/fpu/s_lrintf.c: New file.
8121         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
8122         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
8124         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
8125         (__fdimf, fdimf, __fdim, fdim): Remove.
8126         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
8127         (__isnanf, __isnan, __isnanl): New.
8129 2007-03-13  Richard Henderson  <rth@redhat.com>
8131         * sysdeps/ieee754/ldbl-128/Makefile: New file.
8133 2007-03-13  Richard Henderson  <rth@redhat.com>
8135         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
8136         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
8137         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
8138         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
8139         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
8140         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
8142 2007-03-13  Richard Henderson  <rth@redhat.com>
8144         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
8145         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
8146         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
8147         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
8148         Move to dl-auxv.h; initialize instead of extern weak.
8149         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
8150         weak symbol.
8151         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
8152         Extern instead of initialized.
8154 2007-03-13  Richard Henderson  <rth@redhat.com>
8156         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
8157         __sigsuspend_nocancel.
8159 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
8161         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
8162         172.16/12 address range.
8164 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
8166         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
8167         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
8168         message.
8170 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
8172         [BZ #4069]
8173         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
8174         earlier.
8175         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
8177         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
8178         for x qNaN and y either +-inf or non-integer value.
8179         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
8180         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8181         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
8183 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
8185         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
8186         from sysdep_headers.
8188 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
8190         * time/tzfile.c (find_transition): Instead of a linear search try to
8191         guess the transition index, use a linear search if the result is at
8192         most 10 transitions away from the guess or binary search otherwise.
8194 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
8196         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
8197         memory reallocation.
8199 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
8201         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
8202         and fix some typos.
8203         Optimize use of TOLOWER.
8205         [BZ #3325]
8206         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
8207         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8208         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8210         [BZ #3458]
8211         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
8212         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
8214         [BZ #4076]
8215         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
8216         (open_dir_stream): Likewise.
8217         * io/Makefile (tests): Add bug-ftw5.
8218         * io/bug-ftw5.c: New file.
8220         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
8221         * nscd/servicescache.c (cache_addserv): Likewise.
8223         * nscd/grpcache.c (cache_addgr): In case a record changed on
8224         refresh, adjust key_copy.
8226         [BZ #4074]
8227         * nscd/pwdcache.c (cache_addpw): In case a record changed on
8228         refresh, adjust key_copy.
8230         [BZ #4070]
8231         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
8232         special cases.
8233         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
8235 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
8237         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
8238         optimization.
8240         * stdio-common/vfscanf.c: Small cleanups throughout.
8242 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
8244         [BZ #3325]
8245         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
8246         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8247         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8248         Patch by Jared Casper <jaredcasper@gmail.com>.
8250         * sysdeps/unix/closedir.c: Outside libc don't use locking.
8251         * sysdeps/unix/opendir.c: Likewise.
8252         * sysdeps/unix/readdir.c: Likewise.
8254         [BZ #2211]
8255         * stdio-common/vfscanf.c: Handle localized digits etc for floating
8256         point numbers.
8257         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
8259         * stdio-common/vfscanf.c: Fix problems in width accounting.
8260         * stdio-common/tst-sscanf.c (double_tests): New tests.
8261         (main): Hook them up.
8263         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
8264         More simplifications of floating-point reader.
8266         * stdio-common/Makefile (tests): Add tst-swscanf.
8267         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
8268         testing.
8269         * stdio-common/tst-swscanf.c: New file.
8271 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
8273         [BZ #2633]
8274         * libio/stdio.h: Define struct _IO_FILE in global namespace.
8275         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
8276         Remove using for __jmp_buf_tag.
8277         * locale/locale.h (struct lconv): Also define in std namespace.
8278         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
8280         [BZ #3842]
8281         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
8282         using __libc_enable_secure.
8284         [BZ #3818]
8285         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
8287         [BZ #3745]
8288         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
8289         of names for ellipsises.
8291         [BZ #3348]
8292         * malloc/memusage.sh: Cleanups.
8293         * debug/xtrace.sh: Quoting and trap changes.
8295 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
8297         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
8299         * locale/iso-3166.def: Update entry for Serbia.
8300         * locale/iso-4217.def: Define RSD, remove CSD.
8302         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
8303         and 64-bit operations.
8305         [BZ #4040]
8306         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
8307         16-bit operations.
8309         * nscd/nscd.c (parse_opt): One more conversion to use send instead
8310         of writev.
8312 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
8314         [BZ #3991]
8315         * assert/assert.h (assert): Simplify.
8316         (assert_perror): Likewise.
8317         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
8319         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
8320         reqdata.
8322         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
8323         change: don't pass NULL in place of an integer.
8325 2007-02-02  Bruno Haible  <bruno@clisp.org>
8327         [BZ #3954]
8328         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
8329         Add mapping for U+327E.
8330         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
8331         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8332         mapping of 0xD9 0xE8.
8333         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
8334         mapping of U+327E.
8335         Reported by Jungshik Shin <jungshik@google.com>.
8337         [BZ #3955]
8338         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8339         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
8340         Reported by Jungshik Shin <jungshik@google.com>.
8342 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
8344         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
8345         byte variants.
8347         [BZ #4040]
8348         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
8349         byte variants.  Patch mostly be tom@tommay.net.
8351 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8353         [BZ #3996]
8354         * posix/glob.c (attribute_hidden): Define if not defined.
8355         (glob): Unescape dirname, filename or username when needed and not
8356         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8357         is NULL.  Handle unescaped [ in pattern without closing ].
8358         Don't pass GLOB_CHECK down to recursive glob for directories.
8359         (__glob_pattern_type): New function.
8360         (__glob_pattern_p): Implement using __glob_pattern_type.
8361         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8362         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8363         Remove unreachable code.
8364         * posix/globtest.sh: Add a couple of new tests.
8366 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
8368         * po/ru.po: Update from translation team.
8370 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
8372         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
8373         to the list of i486+ CPUs.
8374         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8376 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
8378         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
8379         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
8380         references.
8382 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
8384         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
8386         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
8387         * resolv/res_mkquery.c: Define __res_nopt.
8388         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
8389         try adding EDNS0 record.
8390         * resolv/res_send.c (send_dg): If request failed with FORMERR and
8391         EDNS0 record was send make sure we don't try it again.
8392         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
8393         * include/resolv.h: Declare __res_nopt.
8395 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
8397         [BZ #3944]
8398         * time/strptime_l.c (__strptime_internal): Set have_mon for
8399         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
8400         have been computed from tm_yday and tm_year.  Don't crash
8401         in day_of_the_week or day_of_the_year if not have_mon
8402         and tm_mon contains bogus value.
8403         * time/Makefile (tests): Add tst-strptime3.
8404         * time/tst-strptime3.c: New test.
8406 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8408         [BZ #3957]
8409         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8410         bit for RE_HAT_LISTS_NOT_NEWLINE.
8411         (build_charclass_op): Remove bogus comment.
8412         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
8413         * posix/bug-regex27.c: New test.
8414         * posix/bug-regex28.c: New test.
8416 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
8418         * po/sv.po: Update from translation team.
8420 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
8422         * nscd/nscd_helper.c (open_socket): Minor size optimization.
8424 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
8426         * include/locale.h (__uselocale): Add libc_hidden_proto.
8427         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
8429         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
8430         gettimeofday.
8432 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
8434         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
8435         returning.
8436         (PTR_DEMANGLE): Real definition now that it's not the same as
8437         PRT_MANGLE anymore.
8438         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8440         * string/strerror_l.c: New file.
8441         * string/Makefile (routines): Add strerror_l.
8442         * string/string.h: Declare strerror_l.
8443         * string/Versions: Export strerror_l for GLIBC_2.6.
8445 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
8447         * nscd/nscd_helper.c (open_socket): Now takes request type and key
8448         as parameter.  Construct request record.  Try sending request
8449         before the first poll use, it usually succeeds.  Adjust all
8450         callers.
8451         * nscd/nscd-client.h: Define MAXKEYLEN.
8452         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
8454 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
8456         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
8457         from return value.
8458         * nscd/nscd_helper.c: Include string.h.
8459         (__nscd_cache_search): Remove const qualifier from return value.
8460         On strict alignment architectures check hash entry and data head
8461         alignment.
8462         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
8463         mmapped data during GC cycle contains garbage.  If
8464         __nscd_drop_map_ref fails, decrement mapped->counter when returning
8465         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
8466         dropped to 0.
8467         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
8468         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
8469         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8470         * nscd/nscd_getai.c (__nscd_getai): Likewise.
8471         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8473 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
8475         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
8477 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
8479         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
8480         names not numbers in cfi_*.
8482 2007-01-26  Andreas Jaeger  <aj@suse.de>
8484         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
8485         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
8486         Correct values of PER_HPUX and PER_OSF4.
8488 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
8490         * elf/dl-minimal.c: Undefine _itoa first.
8491         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
8492         * malloc/mtrace.c: Revert last change.
8493         * posix/wordexp.c: Likewise.
8495 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
8497         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
8498         and __geode__ to the list of i486+ CPUs.
8499         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8501 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
8503         * stdio-common/_itoa.c: Include <limits.h>.
8504         * stdio-common/_itowa.c: Likewise.
8506 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
8508         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
8509         platforms.
8510         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
8511         64-bit platforms.
8512         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
8513         possible.
8514         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
8515         if possible.
8517         [BZ #3902]
8518         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
8519         * stdio-common/Makefile (tests): Add bug17.
8520         * stdio-common/bug17.c: New file.
8522 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
8524         * iconvdata/brf.c: New file.
8525         * iconvdata/testdata/BRF: New file.
8526         * iconvdata/testdata/BRF..UTF8: New file.
8527         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8528         * iconvdata/Makefile: Add rules to build BRF.
8529         * iconvdata/TESTS: Add BRF entry.
8530         * iconvdata/gconv-modules: Likewise.
8531         * iconvdata/tst-tables.sh: Likewise.
8533 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
8535         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
8536         type `long long int', not `long int'.
8537         (wcstoq): Likewise.
8539 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
8541         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
8542         of values on 64-bit platforms which are too large.
8544 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
8545             Joe Kerian  <jkerian@us.us.ibm.com>
8547         [BZ #2749]
8548         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
8549         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
8550         (__copysignl): Use signbit() for comparison.
8551         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
8552         SET_LDOUBLE_WORDS64.
8554         [BZ #2423, #2749]
8555         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
8556         (__ceill): Remove calls to fegetround(), fesetround().
8557         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
8558         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
8559         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
8561 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
8563         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
8565         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
8567 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
8569         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
8570         demangle pointer.
8571         * csu/libc-start.c: Likewise.
8573 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
8575         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
8576         really work anyway.
8578 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8580         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
8581         users.
8582         (handle_request): Remove unnecessary tests.
8584         * nscd/cache.c (cache_add): Record the failure to add to the cache.
8586 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
8588         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
8589         workbits in semi-raw fraction.
8591         * math/test-misc.c: Add new tests.
8593 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
8595         * math/basic-test.c: Include test-skeleton.c.
8596         (TEST_TRUNC): Define.
8597         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
8598         (main): Rename to ...
8599         (do_test): ...this.  Run new tests.
8600         (TEST_FUNCTION): Define.
8602 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
8603             Joe Kerian  <jkerian@us.us.ibm.com>
8605         [BZ #2749]
8606         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
8607         handling for high words.
8608         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
8609         and overflow for infinity.
8611 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8613         * nscd/connections.c (handle_request): Add a __builtin_expect.
8615         * nscd/connections.c (serv2db): Change type into structure which
8616         also says whether this is a request for data.  Renamed to
8617         servinfo.  All users changed.
8618         (handle_request): Much simpler test whether we should search the cache.
8620         * nscd/connections.c (handle_request): Fix thinko in selinux test
8621         invocation.
8623         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
8624         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
8625         it before getting dl_load_lock and then relock.
8626         (_dl_lookup_symbol_x): Pass flags to add_dependency.
8627         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
8628         case we unlocked the scope.
8629         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
8630         _dl_lookup_symbol_x in case we locked the scope.
8631         (_dl_profile_fixup): Likewise.
8632         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
8633         set DL_LOOKUP_SCOPE_LOCK.
8635 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
8637         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
8638         CFLAGS-getsrvbynpt_r.c.
8639         * nscd/getsrvbynm_r.c: New file.
8640         * nscd/getsrvbypt_r.c: New file.
8641         * nscd/nscd_getserv_r.c: New file.
8642         * nscd/servicescache.c: New file.
8643         * nscd/Makefile (routines): Add nscd_getserv_r.
8644         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
8645         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
8646         CFLAGS-getsrvbypt_r.c.
8647         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
8648         table.  Add entries for services database.
8649         * nscd/connections.c (serv2str): Mark as const.  Add entries for
8650         services database.
8651         (dbs): Add .reset_res and servdb initialization.
8652         (serv2db): Add entries for services database.
8653         (verify_persistent_db): Accept dbnr == servdb.
8654         (invalidate_cache): Rewrite database name recognition to use a table.
8655         Call res_init() if .reset_res is set for database.
8656         (handle_request): Add code to handle services database.
8657         * nscd/gai.c: Don't define __getservbyname_r.
8658         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
8659         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
8660         (serv_response_header): Define.
8661         (struct datahead): Add serv_response_header member.
8662         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
8663         using table.
8664         * nscd/nscd.conf: Add entries for services database.
8665         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
8666         Declare serv_iov_disabled.
8667         Declare addservbyname, readdservbyname, addservbyport, and
8668         readdservbyport.
8669         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
8670         (find_db): Fix error message.
8671         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
8672         __nscd_getservbyname_r, and __nscd_getservbyport_r.
8673         * nscd/selinux.c (perms): Add entries for services database.
8674         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
8675         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
8677         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
8678         * nscd/hstcache.c: Likewise.
8679         * nscd/pwdcache.c: Likewise.
8681         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
8682         computation of keylen.
8684         * include/string.h: Only redefine strndupa if this is really for
8685         libc code.
8687 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
8689         * nscd/nscd_gethst_r.c: Minor cleanups.
8691         * nscd/connections.c (handle_request): Check selinux permissions
8692         for all non-admin commands.
8694         * sysdeps/i386/i486/bits/atomic.h: Define
8695         atomic_compare_and_exchange_val_acq,
8696         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
8697         using __sync_* built-ins for gcc >= 4.1.
8698         * sysdeps/x86_64/bits/atomic.h: Likewise.
8700         [BZ #3840]
8701         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
8702         and .oS.d files.
8704 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
8706         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
8707         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
8708         (do_test): Check errno and exit(0) if ENOSYS.
8710 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8712         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
8713         thousands separators.
8714         * stdlib/Makefile: Add rules to build and run tst-strtod4.
8715         * stdlib/tst-strtod4.c: New test.
8717         [BZ #3855]
8718         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
8719         hexadecimal digit should accept just the initial 0.
8720         * stdlib/tst-strtod2.c (tests): New variable.
8721         (do_test): Run several tests rather than just one.
8723 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8725         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
8726         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
8728 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
8730         * io/fts.c: Make sure fts_cur is always valid after return from
8731         fts_read.
8732         Patch by Miloslav Trmac <mitr@redhat.com>.
8734 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8736         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8737         (R_MIPS_NUM): Bump by 1.
8739 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8741         * posix/execvp.c: Include alloca.h.
8742         (allocate_scripts_argv): Renamed to...
8743         (scripts_argv): ... this.  Don't allocate buffer here nor count
8744         arguments.
8745         (execvp): Use alloca if possible.
8746         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8747         * posix/tst-vfork3.c: New test.
8749 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8751         * string/Makefile (tst-strxfrm2-ENV): Define.
8752         * stdlib/Makefile (tst-strtod3-ENV): Define.
8754 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8756         * posix/getconf.c: Update copyright year.
8757         * nss/getent.c: Likewise.
8758         * iconv/iconvconfig.c: Likewise.
8759         * iconv/iconv_prog.c: Likewise.
8760         * elf/ldconfig.c: Likewise.
8761         * catgets/gencat.c: Likewise.
8762         * csu/version.c: Likewise.
8763         * elf/ldd.bash.in: Likewise.
8764         * elf/sprof.c (print_version): Likewise.
8765         * locale/programs/locale.c: Likewise.
8766         * locale/programs/localedef.c: Likewise.
8767         * nscd/nscd.c (print_version): Likewise.
8768         * debug/xtrace.sh: Likewise.
8769         * malloc/memusage.sh: Likewise.
8770         * malloc/mtrace.pl: Likewise.
8771         * debug/catchsegv.sh: Likewise.
8773 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8775         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8776         attempts.
8778 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8780         * posix/wordexp.c: Remove some unnecessary tests.
8782 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8784         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8785         blacklist the group till after we look it up.
8787 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8789         * include/atomic.h (atomic_forced_read): New macro.
8791 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8793         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8795 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8797         * nss/getXXbyYY_r.c: Include atomic.h.
8798         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8799         add atomic_write_barrier () in between.
8801         * stdlib/Makefile (tests): Add tst-makecontext.
8802         * stdlib/tst-makecontext.c: New test.
8804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8805         (__makecontext): Don't realign uc_mcontext.uc_regs.
8807 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8809         * elf/dl-support.c: Include dl-procinfo.h.
8810         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8811         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8812         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8813         Define.
8814         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8815         hardcoded constants.
8816         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8817         PPC_PLATFORM_* macros for array designators.
8819 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8821         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8822         names to the beginning.
8823         (_dl_powerpc_platforms): Add "power6x".
8824         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8825         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8826         (_DL_PLATFORMS_COUNT): Increase.
8827         (_dl_string_platform): Handle power6x case.
8828         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8829         PPC_FEATURE_POWER6_EXT): Define.
8830         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8832 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8834         [BZ #3747]
8835         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8836         [-2^31 .. 2^31) range.
8837         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8838         targets.
8839         * stdlib/tst-rand48-2.c: New test.
8840         * stdlib/Makefile (tests): Add tst-rand48-2.
8842 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8844         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8846 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8848         * misc/tst-pselect.c (do_test): Make sure the helper process is
8849         terminating when the test is aborted.
8851 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8853         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8854         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8855         Handle relatime mount option.
8857         [BZ #2337]
8858         * libio/Makefile (tests): Add tst-setvbuf1.
8859         * libio/tst-setvbuf1.c: New file.
8861 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8863         [BZ #2337]
8864         * libio/genops.c (__uflow): Fix a typo.
8865         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8866         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8867         the narrow buffer size.
8869 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8871         [BZ #2337]
8872         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8873         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8874         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8875         in _flags.
8876         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8877         _IO_wstr_finish): Likewise.
8878         * libio/wmemstream.c (open_wmemstream): Likewise.
8879         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8880         even for wide streams.
8882 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8885         kernel-features.h.
8887 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8889         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8890         separators also if no non-zero digits found.
8891         * stdlib/Makefile (tests): Add tst-strtod3.
8893 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8895         [BZ #3632]
8896         * include/features.h: Fix comment about default value for
8897         _POSIX_C_SOURCE.
8899         [BZ #3664]
8900         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8901         empty parsed strings.
8902         * stdlib/Makefile (tests): Add tst-strtod2.
8903         * stdlib/tst-strtod2.c: New file.
8905         [BZ #3673]
8906         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8907         computation.
8908         * stdlib/Makefile (tests): Add tst-atof2.
8909         * stdlib/tst-atof2.c: New file.
8911         [BZ #3674]
8912         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8913         correctly if removing trailing zero of hex-float.
8914         * stdlib/Makefile (tests): Add tst-atof1.
8915         * stdlib/tst-atof1.c: New file.
8917 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8919         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8920         Start searching for next comma at p rather than rest.
8921         * misc/Makefile (tests): Add tst-mntent2.
8922         * misc/tst-mntent2.c: New test.
8924         * misc/getusershell.c (initshells): Check for integer overflows.
8925         Make strings buffer one bigger as fgets always succeeds when second
8926         argument is 1.  Don't use calloc for shells array.  Disallow
8927         / as shell.
8929 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8931         * malloc/memusage.c: Handle realloc with new size of zero and
8932         non-NULL pointer correctly.
8933         (me): Really write first record twice.
8934         (struct entry): Make format bi-arch safe.
8935         (dest): Write out more realloc statistics.
8936         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8938 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8940         * nis/nis_subr.c (nis_getnames): Revert last change.
8942 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8944         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8945         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8946         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8947         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8948         ENOTTY.
8949         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8950         * io/tst-ttyname_r.c: New test.
8952 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8954         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8956 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8958         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8959         jump table entries.
8961 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8963         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8964         `clone' function to ensure proper unwinding stop of gdb.
8965         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8967 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8969         * nscd/nscd.init: Remove obsolete and commented-out -S option
8970         handling.
8972 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8974         [BZ #3514]
8975         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8977         [BZ #3515]
8978         * manual/string.texi (strtok): Remove duplicate paragraph.
8980 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8982         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8983         libgcc not supporting `rflags' unwinding (register # >= 17).
8985 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8987         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8988         succeeded.
8990 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8991             Jakub Jelinek  <jakub@redhat.com>
8992             Jan Kratochvil  <jan.kratochvil@redhat.com>
8994         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8995         unwind information.
8996         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8997         'restore_rt' even in the 'signal' directory.
8998         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
9000 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
9002         [BZ #3559]
9003         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
9004         malloc crashed.  Don't allocate memory unnecessarily in each
9005         loop.
9007 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
9009         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
9011 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
9013         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
9015 2006-11-18  Bruno Haible  <bruno@clisp.org>
9017         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
9018         __sysconf only after having tried to call getgroups32.
9020 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
9022         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
9023         addresses for IPv4 queries if they can be mapped.
9025 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
9027         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
9028         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
9029         (signmask): Add .size directive.
9030         (othermask): Add .type directive.
9032 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
9034         * po/nl.po: Update from translation team.
9036         * timezone/zdump.c: Redo fix for BZ #3137.
9038 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
9040         * nss/nss_files/files-alias.c (get_next_alias): Set line back
9041         to first_unused after parsing :include: file.
9043 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9045         * timezone/africa: Update from tzdata2006o.
9046         * timezone/antarctica: Likewise.
9047         * timezone/asia: Likewise.
9048         * timezone/australasia: Likewise.
9049         * timezone/backward: Likewise.
9050         * timezone/europe: Likewise.
9051         * timezone/iso3166.tab: Likewise.
9052         * timezone/northamerica: Likewise.
9053         * timezone/southamerica: Likewise.
9054         * timezone/zone.tab: Likewise.
9056         * time/tzfile.c (__tzfile_read): Extend to handle new file format
9057         on machines with 64-bit time_t.
9059         * timezone/checktab.awk: Update from tzcode2006o.
9060         * timezone/ialloc.c: Likewise.
9061         * timezone/private.h: Likewise.
9062         * timezone/scheck.c: Likewise.
9063         * timezone/tzfile.h: Likewise.
9064         * timezone/tzselect.ksh: Likewise.
9065         * timezone/zdump.c: Likewise.
9066         * timezone/zic.c: Likewise.
9068         [BZ #3483]
9069         * elf/ldconfig.c (main): Call setlocale and textdomain.
9070         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9072         [BZ #3480]
9073         * manual/argp.texi: Fix typos.
9074         * manual/charset.texi: Likewise.
9075         * manual/errno.texi: Likewise.
9076         * manual/filesys.texi: Likewise.
9077         * manual/lang.texi: Likewise.
9078         * manual/maint.texi: Likewise.
9079         * manual/memory.texi: Likewise.
9080         * manual/message.texi: Likewise.
9081         * manual/resource.texi: Likewise.
9082         * manual/search.texi: Likewise.
9083         * manual/signal.texi: Likewise.
9084         * manual/startup.texi: Likewise.
9085         * manual/stdio.texi: Likewise.
9086         * manual/sysinfo.texi: Likewise.
9087         * manual/syslog.texi: Likewise.
9088         * manual/time.texi: Likewise.
9089         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9091         [BZ #3465]
9092         * sunrpc/clnt_raw.c: Minimal message improvements.
9093         * sunrpc/pm_getmaps.c: Likewise.
9094         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9095         * nis/nis_print_group_entry.c: Likewise.
9096         * locale/programs/repertoire.c: Likewise.
9097         * locale/programs/charmap.c: Likewise.
9098         * malloc/memusage.sh: Likewise.
9099         * elf/dl-deps.c: Likewise.
9100         * locale/programs/ld-collate.c: Likewise.
9101         * libio/vswprintf.c: Likewise.
9102         * malloc/memusagestat.c: Likewise.
9103         * sunrpc/auth_unix.c: Likewise.
9104         * sunrpc/rpc_main.c: Likewise.
9105         * nscd/cache.c: Likewise.
9106         * locale/programs/repertoire.c: Unify output messages.
9107         * locale/programs/charmap.c: Likewise.
9108         * locale/programs/ld-ctype.c: Likewise.
9109         * locale/programs/ld-monetary.c: Likewise.
9110         * locale/programs/ld-numeric.c: Likewise.
9111         * locale/programs/ld-time.c: Likewise.
9112         * elf/ldconfig.c: Likewise.
9113         * nscd/selinux.c: Likewise.
9114         * elf/cache.c: Likewise.
9115         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9117         [BZ #3451]
9118         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
9119         change atomic.
9120         (ceil): Likewise.
9122 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9124         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
9125         if N is one bigger than return value.
9126         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
9127         and l1 last arguments, if buf is defined, verify the return value
9128         equals to strlen (buf) and verify no byte beyond passed length
9129         is modified.
9131 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9133         * po/sv.po: Update from translation team.
9135 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9137         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
9138         noinline attribute.
9140 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9142         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
9143         noinline attribute.
9145         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
9146         Use __new_sys_siglist instead of _sys_siglist_internal as
9147         second macro argument.
9148         (_old_sys_siglist): Use declare_symbol_alias macro instead of
9149         strong_alias.
9151 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9153         [BZ #3493]
9154         * posix/unistd.h (sysconf): Remove const attribute.
9156         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
9157         temporary or deprecated addresses.
9158         Patch by Sridhar Samudrala <sri@us.ibm.com>.
9160         * string/Makefile (tests): Add tst-strxfrm2.
9161         * string/tst-strxfrm2.c: New file.
9163 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
9165         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
9166         rather than r->r_brk.
9168 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
9170         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
9171         optimization even if needed > n.
9173         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
9174         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
9175         return false, otherwise return true.
9176         (cache_rpath): Return decompose_rpath return value.
9178 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
9180         * include/libc-symbols.h (declare_symbol): Rename to...
9181         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
9182         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
9183         .size directive.
9184         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
9185         changes.
9186         * sysdeps/gnu/siglist.c: Likewise.
9188 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
9190         * sysdeps/powerpc/fpu/bits/mathinline.h
9191         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
9192         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
9194 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
9196         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
9197         Update handling of cache descriptor 0x49 for new models.
9198         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
9199         Likewise.
9201 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
9203         * malloc/memusage.c (dest): Reset not_me back to false after
9204         printing statistics.
9206 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
9208         * configure.in: Work around ld --help change and avoid -z relro
9209         test completely if the architecture doesn't care about security.
9211 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
9213         * po/sv.po: Update from translation team.
9215 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
9217         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
9218         generate compatibility version.
9220 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
9222         * configure.in: Relax -z relro requirement a bit.
9224         * po/sv.po: Update from translation team.
9226 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
9228         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
9229         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9230         * elf/dl-close.c (_dl_close_worker): Likewise.
9231         * elf/dl-open.c (_dl_open_worker): Likewise.
9232         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
9234 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
9236         * configure.in: Require assembler support for visibility, compiler
9237         support for visibility and aliases, linker support for various -z
9238         options.
9239         * Makeconfig: Remove conditional code which now is unnecessary.
9240         * config.h.in: Likewise.
9241         * config.make.in: Likewise.
9242         * dlfcn/Makefile: Likewise.
9243         * elf/Makefile: Likewise.
9244         * elf/dl-load.c: Likewise.
9245         * elf/rtld.c: Likewise.
9246         * include/libc-symbols.h: Likewise.
9247         * include/stdio.h: Likewise.
9248         * io/Makefile: Likewise.
9249         * io/fstat.c: Likewise.
9250         * io/fstat64.c: Likewise.
9251         * io/fstatat.c: Likewise.
9252         * io/fstatat64.c: Likewise.
9253         * io/lstat.c: Likewise.
9254         * io/lstat64.c: Likewise.
9255         * io/mknod.c: Likewise.
9256         * io/mknodat.c: Likewise.
9257         * io/stat.c: Likewise.
9258         * io/stat64.c: Likewise.
9259         * libio/stdio.c: Likewise.
9260         * nscd/Makefile: Likewise.
9261         * stdlib/Makefile: Likewise.
9262         * stdlib/atexit.c: Likewise.
9263         * sysdeps/generic/ldsodefs.h: Likewise.
9264         * sysdeps/i386/dl-machine.h: Likewise.
9265         * sysdeps/i386/sysdep.h: Likewise.
9266         * sysdeps/i386/i686/memcmp.S: Likewise.
9267         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
9268         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9269         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9271         * Makerules: USE_TLS support is now default.
9272         * tls.make.c: Likewise.
9273         * csu/Versions: Likewise.
9274         * csu/libc-start.c: Likewise.
9275         * csu/libc-tls.c: Likewise.
9276         * csu/version.c: Likewise.
9277         * dlfcn/dlinfo.c: Likewise.
9278         * elf/dl-addr.c: Likewise.
9279         * elf/dl-cache.c: Likewise.
9280         * elf/dl-close.c: Likewise.
9281         * elf/dl-iteratephdr.c: Likewise.
9282         * elf/dl-load.c: Likewise.
9283         * elf/dl-lookup.c: Likewise.
9284         * elf/dl-object.c: Likewise.
9285         * elf/dl-open.c: Likewise.
9286         * elf/dl-reloc.c: Likewise.
9287         * elf/dl-support.c: Likewise.
9288         * elf/dl-sym.c: Likewise.
9289         * elf/dl-sysdep.c: Likewise.
9290         * elf/dl-tls.c: Likewise.
9291         * elf/ldconfig.c: Likewise.
9292         * elf/rtld.c: Likewise.
9293         * elf/tst-tls-dlinfo.c: Likewise.
9294         * elf/tst-tls1.c: Likewise.
9295         * elf/tst-tls10.h: Likewise.
9296         * elf/tst-tls14.c: Likewise.
9297         * elf/tst-tls2.c: Likewise.
9298         * elf/tst-tls3.c: Likewise.
9299         * elf/tst-tls4.c: Likewise.
9300         * elf/tst-tls5.c: Likewise.
9301         * elf/tst-tls6.c: Likewise.
9302         * elf/tst-tls7.c: Likewise.
9303         * elf/tst-tls8.c: Likewise.
9304         * elf/tst-tls9.c: Likewise.
9305         * elf/tst-tlsmod1.c: Likewise.
9306         * elf/tst-tlsmod13.c: Likewise.
9307         * elf/tst-tlsmod13a.c: Likewise.
9308         * elf/tst-tlsmod14a.c: Likewise.
9309         * elf/tst-tlsmod2.c: Likewise.
9310         * elf/tst-tlsmod3.c: Likewise.
9311         * elf/tst-tlsmod4.c: Likewise.
9312         * elf/tst-tlsmod5.c: Likewise.
9313         * elf/tst-tlsmod6.c: Likewise.
9314         * include/errno.h: Likewise.
9315         * include/link.h: Likewise.
9316         * include/tls.h: Likewise.
9317         * locale/global-locale.c: Likewise.
9318         * locale/localeinfo.h: Likewise.
9319         * malloc/arena.c: Likewise.
9320         * malloc/hooks.c: Likewise.
9321         * malloc/malloc.c: Likewise.
9322         * resolv/Versions: Likewise.
9323         * sysdeps/alpha/dl-machine.h: Likewise.
9324         * sysdeps/alpha/libc-tls.c: Likewise.
9325         * sysdeps/generic/ldsodefs.h: Likewise.
9326         * sysdeps/generic/tls.h: Likewise.
9327         * sysdeps/i386/dl-machine.h: Likewise.
9328         * sysdeps/ia64/dl-machine.h: Likewise.
9329         * sysdeps/ia64/libc-tls.c: Likewise.
9330         * sysdeps/mach/hurd/fork.c: Likewise.
9331         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9332         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
9333         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9334         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9335         * sysdeps/s390/libc-tls.c: Likewise.
9336         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9337         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9338         * sysdeps/sh/dl-machine.h: Likewise.
9339         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9340         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9341         * sysdeps/x86_64/dl-machine.h: Likewise.
9343         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
9344         split out locking and parameter checking.
9345         (_dl_close): Call _dl_close_worker after locking and checking.
9346         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
9347         _dl_close.
9348         * elf/Makefile: Add rules to build and run tst-thrlock.
9349         * elf/tst-thrlock.c:  New file.
9351         [BZ #3426]
9352         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
9353         reality.
9355         [BZ #3429]
9356         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
9357         we are sure we do not need it anymore for _dl_close.  Also move
9358         the asserts inside the lock region.
9359         Patch mostly by Suzuki <suzuki@in.ibm.com>.
9361 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
9363         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
9364         argument.
9365         (_dl_lookup_symbol_x): Adjust caller.
9367         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
9368         _ns_global_scope.
9369         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
9371         * elf/dl-libc.c: Revert l_scope name changes.
9372         * elf/dl-load.c: Likewise.
9373         * elf/dl-object.c: Likewise.
9374         * elf/rtld.c: Likewise.
9375         * elf/dl-close.c (_dl_close): Likewise.
9376         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
9377         always use __rtld_mrlock_{change,done}.  Always free old scope list
9378         here if not l_scope_mem.
9379         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
9380         change.  Never free scope list here.  Just __rtld_mrlock_lock before
9381         the lookup and __rtld_mrlock_unlock it after the lookup.
9382         * elf/dl-sym.c: Likewise.
9383         * include/link.h (struct r_scoperec): Remove.
9384         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
9385         with l_scope_mem and l_scoperec_lock with l_scope_lock.
9387 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
9389         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
9391 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9393         * configure.in: Disable building profile libraries by default.
9395 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9397         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
9398         as signed longs, check for x_base + pos overflow.
9399         * sunrpc/Makefile (tests): Add tst-xdrmem2.
9400         * sunrpc/tst-xdrmem2.c: New test.
9402 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9404         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
9405         _dl_lookup_symbol_x code.
9407 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9409         * elf/dl-runtime.c: Include sysdep-cancel.h.
9410         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
9411         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
9412         instead of catomic_* macros.
9413         * elf/dl-sym.c: Include sysdep-cancel.h.
9414         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
9415         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9416         * elf/dl-close.c: Include sysdep-cancel.h.
9417         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
9418         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9419         * elf/dl-open.c: Include sysdep-cancel.h.
9420         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
9421         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9423 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9425         [BZ #3313]
9426         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
9427         fastbin rather than end of fastbin array.
9429 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9431         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
9432         body macro.
9433         * sysdeps/x86_64/bits/atomic.h
9434         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
9435         (catomic_decrement): Use correct body macro.
9437 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9439         * include/atomic.h: Add a unique prefix to all local variables
9440         in macros.
9441         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
9443 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
9445         [BZ #3369]
9446         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
9447         and 7.
9449 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
9451         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
9453 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
9455         [BZ #3313]
9456         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
9457         determine highest fast bin to consolidate, always look into all of
9458         them.
9459         (do_check_malloc_state): Only require for empty bins for large
9460         sizes in main arena.
9462         * libio/stdio.h: Add more __wur attributes.
9464         * elf/dl-minimal.c (realloc): Optimize last patch.
9466 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
9468         [BZ #3352]
9469         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
9470         and use memcpy() if it does.
9472 2006-11-12  Andreas Jaeger  <aj@suse.de>
9474         [BZ #2510]
9475         * manual/search.texi (Hash Search Function): Clarify.
9476         (Array Search Function): Clarify.
9478 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
9480         [BZ #2830]
9481         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
9482         shifting.
9483         * math/atest-exp2.c (read_mpn_hex): Likewise.
9484         * math/atest-sincos.c (main): Likewise.
9486 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9488         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
9489         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
9490         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
9491         version GLIBC_2.6.
9492         * Versions.def: Add GLIBC_2.6 for libc.
9494         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
9496         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
9498 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
9500         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
9502         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
9504         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
9505         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
9507 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9509         * include/atomic.c: Define catomic_* operations.
9510         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
9511         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
9512         * malloc/memusage.c: Likewise.
9513         * gmon/mcount.c: Likewise.
9514         * elf/dl-close.c: Likewise.
9515         * elf/dl-open.c: Likewise.
9516         * elf/dl-profile.c: Likewise.
9517         * elf/dl-sym.c: Likewise.
9518         * elf/dl-runtime.c: Likewise.
9519         * elf/dl-fptr.c: Likewise.
9520         * resolv/res_libc.c: Likewise.
9522 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
9524         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
9525         components which lack them.
9527         * nis/nis_subr.c (nis_getnames): Make sure that we always return
9528         at least one entry consisting of the parameter concatenated with
9529         the domain.
9531 2006-10-10  Roland McGrath  <roland@frob.com>
9533         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
9534         * sysdeps/mach/hurd/futimes.c: Likewise.
9535         * sysdeps/mach/hurd/lutimes.c: Likewise.
9537 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
9538             Jakub Jelinek  <jakub@redhat.com>
9540         Implement reference counting of scope records.
9541         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
9542         from the list in objects which remain.  Always allocate new scope
9543         record.
9544         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
9545         don't resize, allocate a new one.
9546         * elf/dl-runtime.c: Update reference counters before using a scope
9547         array.
9548         * elf/dl-sym.c: Likewise.
9549         * elf/dl-libc.c: Adjust for l_scope name change.
9550         * elf/dl-load.c: Likewise.
9551         * elf/dl-object.c: Likewise.
9552         * elf/rtld.c: Likewise.
9553         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
9554         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
9555         Add l_scoperec_lock.
9556         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
9557         * sysdeps/generic/rtld-lowlevel.h: New file.
9559         * include/atomic.h: Rename atomic_and to atomic_and_val and
9560         atomic_or to atomic_or_val.  Define new macros atomic_and and
9561         atomic_or which do not return values.
9562         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
9563         Various cleanups.
9564         * sysdeps/i386/i486/bits/atomic.h: Likewise.
9566         * po/sv.po: Update from translation team.
9568 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
9570         * Versions.def: Add GLIBC_2.6 to libpthread.
9572         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
9573         (versioned_symbol): Likewise.
9574         (compat_symbol): Likewise.
9576         * po/tr.po: Update from translation team.
9578 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9580         * nis/Banner: Removed.  It's been integral part forever and the
9581         author info is incomplete anyway.
9582         * libio/Banner: Likewise.
9584         * nis/nis_table.c (nis_list): If __follow_path fails in the new
9585         code, make sure the nis_freeresult call doesn't crash and that the
9586         result is reported correctly.
9588 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
9590         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
9591         when callback is NULL.
9593         * nis/Versions (libnss_nisplus): Add
9594         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
9595         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
9596         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
9597         _nss_create_tablename): Rename to...
9598         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
9599         ... these.  No longer static.
9600         (internal_setgrent): Adjust users.
9601         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
9602         Don't use locking around _nss_grp_create_tablename call.
9603         * nis/nss_nisplus/nisplus-initgroups.c: New file.
9605 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9607         * version.h (VERSION): Bump to 2.5.90 for new development tree.
9609 2006-10-06  Andreas Jaeger  <aj@suse.de>
9611         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
9613 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9615         * po/pl.po: Update from translation team.
9617         * nscd/nscd.c (main): Fix typo in message.
9618         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
9620 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9622         [BZ #3291]
9623         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
9624         errno.h, signal.h, unistd.h and sysdep-cancel.h.
9625         (__sigprocmask): Define.
9627 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
9629         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
9630         used.
9632 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9634         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
9635         in oldtotal and newtotal calculation.
9636         * nscd/nscd-client.h (struct mapped_database): Add datasize
9637         field.
9638         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
9639         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
9640         increased.
9641         (__nscd_cache_search): Add checks to make sure we never reference
9642         data beyond the current mapping.
9644 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9646         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
9647         variables const to avoid compiler warnings.
9649         * io/fts.c (fts_close): Remove redundant checks.
9650         (fts_build): Likewise.
9651         (fts_palloc): Likewise.
9653         * manual/message.texi (Advanced gettext functions,
9654         Using gettextized software): Fix typos.
9656 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9658         * posix/glob.c (glob_in_dir): Add some comments and asserts to
9659         explain why there are no leaks.
9661 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
9663         * libio/wmemstream.c: Include <wchar.h>.
9664         * libio/bug-wmemstream1.c: Likewise.
9665         * libio/tst-wmemstream1.c: Likewise.
9666         * libio/tst-wmemstream2.c: Likewise.
9668         * version.h (RELEASE): Bump to 2.5.
9669         * README: Regenerated.
9671         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
9673         [BZ #3273]
9674         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
9675         found no group members.
9676         Patch by Petr Baudis.
9678 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
9680         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
9681         assert bootstrap_map.l_tls_modid is zero.
9682         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
9683         if USE___THREAD.
9685 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
9687         * libio/stdio.h: Move open_wmemstream prototype to ...
9688         * wcsmbs/wchar.h: ... here.
9690 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9692         [BZ #3252]
9693         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
9694         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
9695         __{,l}chown to handle the rest.
9696         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
9697         fchownat syscall and __ASSUME_32BITUIDS case inline, call
9698         __{,l}chown to handle the rest.
9699         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
9700         i386/fchownat.c.
9701         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
9702         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
9704         [BZ #3253]
9705         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9706         time, rather allocate increasingly bigger arrays of pointers, if
9707         possible with alloca, if too large with malloc.
9709 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
9711         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
9713         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
9715 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
9717         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
9718         home addresses.
9719         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
9720         IFA_F_HOMEADDRESS flag for interfaces.
9721         * include/ifaddrs.h (struct in6addrinfo): Define
9722         in6ai_homeaddress.
9724 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9726         [BZ #3225]
9727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9728         PTR_DEMANGLE3): Define.
9729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9730         PTR_DEMANGLE3): Likewise.
9731         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9732         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9733         Likewise.
9734         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9736 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9738         * po/libc.pot: Regenerated.
9739         * po/be.po: Updated.
9740         * po/ca.po: Likewise.
9741         * po/cs.po: Likewise.
9742         * po/da.po: Likewise.
9743         * po/de.po: Likewise.
9744         * po/el.po: Likewise.
9745         * po/en_GB.po: Likewise.
9746         * po/es.po: Likewise.
9747         * po/fi.po: Likewise.
9748         * po/fr.po: Likewise.
9749         * po/gl.po: Likewise.
9750         * po/hr.po: Likewise.
9751         * po/hu.po: Likewise.
9752         * po/ja.po: Likewise.
9753         * po/ko.po: Likewise.
9754         * po/nb.po: Likewise.
9755         * po/nl.po: Likewise.
9756         * po/pl.po: Likewise.
9757         * po/pt_BR.po: Likewise.
9758         * po/ru.po: Likewise.
9759         * po/rw.po: Likewise.
9760         * po/sk.po: Likewise.
9761         * po/sv.po: Likewise.
9762         * po/tr.po: Likewise.
9763         * po/zh_CN.po: Likewise.
9764         * po/zh_TW.po: Likewise.
9766         [BZ #3137]
9767         * iconv/iconv_prog.c (main): Fix spelling in error message.
9768         * iconv/iconvconfig.c (main): Likewise.
9769         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9770         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9771         * locale/programs/localedef.c (main): Likewise.
9772         * locale/programs/repertoire.c (repertoire_read): Likewise.
9773         * timezone/zdump.c (main): Likewise.
9774         * nscd/connections.c (handle_request): Fix spelling in log message.
9775         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9777 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9779         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9780         interfaces.
9782 2006-09-20  Andreas Jaeger  <aj@suse.de>
9784         * math/libm-test.inc (lrint_test_upward): Fix typo.
9786 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9788         [BZ #2592]
9789         * math/libm-test.inc (lrint_test_tonearest): New function.
9790         (lrint_test_towardzero): New function.
9791         (lrint_test_downward): New function.
9792         (lrint_test_upward): New function.
9793         (main): Run these new tests.
9794         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9795         of values near to 0.
9796         (two52): Use double not long double.
9797         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9798         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9799         (two23): Use float not double.
9800         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9801         (two23): Use float not double.
9802         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9803         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9804         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9805         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9807 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9809         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9810         Cast sp to unsigned long to avoid compiler warning.
9811         Use __makecontext_ret function instead of a trampoline on the stack.
9812         (__makecontext_ret): New function.
9813         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9815 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9817         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9818         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9819         bits.
9821 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9823         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9824         sure no reference to the unloaded map's search list remains in the
9825         dependency's scope.
9827 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9829         * elf/Makefile: Add rules to build and run unload7 test.
9830         * elf/unload7.c: New test.
9831         * elf/unload7mod1.c: New file.
9832         * elf/unload7mod2.c: New file.
9834 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9836         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9837         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9838         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9839         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9840         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9841         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9842         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9843         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9844         PTRACE_GETEVENTMSG): Likewise.
9845         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9846         values.
9848 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9850         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9851         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9852         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9853         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9855 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9857         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9858         write '\0' to the fd.
9859         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9860         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9861         Change regs to unsigned long pointer from unsigned int, fix fscr
9862         offset.
9864 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9866         * io/Makefile (CFLAGS-fstatat.c): Set.
9867         (CFLAGS-fstatat64.c): Likewise.
9868         (CFLAGS-mknodat.c): Likewise.
9870         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9871         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9872         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9873         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9875 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9876             Steven Munroe  <sjmunroe@us.ibm.com>
9878         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9879         names to the beginning.  Rename "cell" to "cellbe".
9880         (_dl_powerpc_platforms): New.
9881         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9882         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9883         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9884         (_DL_HWCAP_PLATFORM): Define to new mask.
9885         (_dl_platform_string, _dl_string_platform): New functions.
9886         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9887         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9889 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9891         [BZ #2526]
9892         * README.libm: Fix a thinko in sqrt algorithm description.
9894         [BZ #3143]
9895         * manual/string.texi (argz_delete): Fix prototype.
9896         Patch by <alpt@freaknet.org>.
9898 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9900         [BZ #3138]
9901         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9902         * io/tst-fcntl.c (do_prepare): Likewise.
9903         * posix/tst-exec.c (do_prepare): Likewise.
9904         * posix/tst-preadwrite.c (do_prepare): Likewise.
9905         * posix/tst-spawn.c (do_prepare): Likewise.
9906         * posix/tst-truncate.c (do_prepare): Likewise.
9907         * rt/tst-aio.c (do_prepare): Likewise.
9908         * rt/tst-aio64.c (do_prepare): Likewise.
9909         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9910         size_t.
9912 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9914         [BZ #2821]
9915         * time/mktime.c (guess_time_tm): Fix overflow detection.
9916         * time/Makefile (tests): Add bug-mktime1.
9917         * time/bug-mktime1.c: New file.
9919         [BZ #3189, #3188]
9920         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9921         (mremap): Likewise.
9923 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9925         [BZ #1006]
9926         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9927         Ensure relocation doesn't clobber any bits outside of the
9928         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9929         R_SPARC_HI22 and R_SPARC_H44.
9931         [BZ #2775]
9932         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9933         (long) (MINSIZE + nb - old_size) is positive.
9935         * malloc/arena.c (grow_heap): When growing bail even if new_size
9936         is negative.
9938         [BZ #3155]
9939         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9940         stack below r1.
9942 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9944         * posix/regex_internal.c (re_string_reconstruct): Handle
9945         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9946         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9947         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9948         re_string_context_at.
9949         * posix/Makefile: Add rules to build and run bug-regex26 test.
9950         * posix/bug-regex26.c: New test.
9952         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9953         rather than col_sym_free.  Move seqp declaration earlier.
9955         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9957 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9959         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9960         decl before first goto out.
9962 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9964         * Makerules (shlib.lds): If have-hash-style, put .hash section
9965         at the end of the RO segment.
9967 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9969         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9970         style hash table format is used.
9972 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9974         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9975         randomization rather than before.
9976         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9978 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9980         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9982         * malloc/malloc.c (_int_malloc): Use full list insert and not
9983         shortcut which assumes the list is empty for large requests
9984         too.
9986         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9988 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9990         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9991         and offout arguments to the prototype.
9992         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9993         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9994         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9995         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9996         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9997         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9998         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9999         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
10001 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
10003         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
10005         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
10006         dlopen parameters.
10008 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
10010         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
10011         only if herrno is NETDB_INTERNAL.  Handle errors other than
10012         ERANGE outside of the loops, handle TRY_AGAIN.
10014         * locale/programs/ld-ctype.c (translit_flatten): Issue error
10015         if other's ctype category was missing.
10016         * locale/programs/ld-collate.c (collate_read): Return if
10017         copy_locale's collate category is missing.
10019 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
10021         [BZ #2684]
10022         * malloc/malloc.c (public_rEALLOc): Try harder by using other
10023         arenas if allocation failed.
10024         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
10026 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
10028         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
10029         waste bins[0..1].
10030         (malloc_state): Reduce bins size by 2.
10031         (_int_malloc): Fix test for large enough buffer for early termination.
10032         When no unsorted block matches perfectly and an exiting block has
10033         to be split, use full list insert and not shortcut which assumes
10034         the list is empty.
10036         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
10037         failure.
10039 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
10041         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
10042         do anything.
10044         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
10045         symbol require exact match (these are PLTs).
10046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
10047         (_dl_ppc64_addr_sym_match): Likewise.
10049         [BZ #2683]
10050         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
10051         If symbol has a value use it.
10052         * elf/tst-dladdr1.c: New file.
10053         * elf/Makefile: Add rules to build and run tst-addr1.
10055 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
10057         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
10058         keeps failing and heap growth or new heap creation isn't
10059         successful either.
10060         * malloc/tst-malloc.c (main): Add new tests.
10062 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
10064         [BZ #2734]
10065         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
10066         as in the x86-64 code to use bswap.
10068 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
10070         [BZ #2680]
10071         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
10072         __USE_UNIX98.
10073         * posix/bits/unistd.h: Likewise.
10075 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
10077         [BZ #2751]
10078         * string/strchr.c: Add cast to avoid warning.
10080 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10082         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
10083         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
10084         limit is needed to avoid the exploding of the address space
10085         requirement for secondary heaps.
10086         * malloc/arena.c (HEAP_MAX_SIZE): Define using
10087         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
10089 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
10091         [BZ #3018]
10092         * Makerules (depfiles): Handle extra-test-objs the same as
10093         extra-objs.
10094         (common-mostlyclean): Likewise.
10095         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
10096         instead.
10097         * elf/Makefile (extra-objs): Likewise.
10098         * stdlib/Makefile (extra-objs): Likewise.
10100 2006-08-14  Eric Blake  <ebb9@byu.net>
10102         [BZ #3044]
10103         * misc/error.h: Assume C89 or better.
10104         * misc/error.c: Likewise.
10106 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10108         [BZ #3040]
10109         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
10110         __ASSUME_ATFCTS is defined.
10112 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
10114         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
10115         to sort in each call.
10117         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
10118         is empty simply return and use next service.
10119         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
10121         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
10122         tells us when not finding a charmap file is an error.
10123         * locale/programs/charmap.h: Adjust charmap_read prototype.
10124         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
10125         cannot find a charmap.
10126         * locale/programs/localedef.c (main): Adjust charmap_read call.
10128 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
10130         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
10131         sysdeps/posix/pause.c implementation instead.
10133 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
10135         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
10136         to EPERM.
10138 2006-08-13  Andreas Schwab  <schwab@suse.de>
10140         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
10141         Don't clobber caller's LRSAVE.
10142         (_dl_prof_resolve): Likewise.
10144 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
10146         [BZ #1996]
10147         * libio/memstream.c (open_memstream): Allocate initial buffer with
10148         calloc.
10149         * libio/wmemstream.c (open_wmemstream): Likewise.
10150         * libio/strops.c: Pretty printing.
10151         (_IO_str_overflow): Clear uninitialized part of the new buffer.
10152         (enlarge_userbuf): New function.
10153         (_IO_str_seekoff): Call it if seek position is larger than current
10154         buffer.
10155         * libio/wstrops.c: Likewise.
10156         * libio/vasprintf.c: Add comment as to why we do not have to use
10157         calloc instead of malloc to allocate initial buffer.
10158         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
10159         * libio/bug-memstream1.c: New file.
10160         * libio/bug-wmemstream1.c: New file.
10162 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10164         * libio/wstrops.c: Remove dead macro definitions and comments.
10165         * libio/strops.c: Likewise.
10167         [BZ #2764]
10168         * login/utmpname.c (__utmpname): Remove unnecessary test.
10170 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
10172         [BZ #2832]
10173         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
10174         0s from integers.
10176 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10178         [BZ #2987]
10179         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
10180         for CPU clocks.
10181         * sysdeps/unix/clock_settime.c: Add support for platform-specific
10182         setting of CPU clocks.
10184 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10186         [BZ #2841]
10187         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
10188         since C99 requires the result to promote to 'int' when uint_least8_t
10189         and uint_least16_t promote to 'int'.
10191 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
10193         [BZ #3013]
10194         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
10195         lenght of one output field, correct bitmask creation.
10196         * locale/programs/ld-time.c: Add alignment.
10198         [BZ #2997]
10199         * misc/error.c: Add space between program name and message if file
10200         name is missing.
10202 2006-08-03  Eric Blake  <ebb9@byu.net>
10204         [BZ #2998]
10205         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
10207 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
10209         * malloc/memusagestat.c: Silence warnings.
10211         * malloc/malloc.c: Dynamically size mmap treshold if the program
10212         frees mmaped blocks.
10213         Patch by Valerie Henson and Arjan van de Ven.
10215 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
10217         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
10218         __USE_GNU.
10220         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
10221         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
10222         (DEF): Don't put the var into .gnu.linkonce.r.* section.
10223         Only provide var definitions in strtol_l (or for *ull*
10224         in strtoll_l).
10226         * stdio-common/bug16.c (tests): New array.
10227         (do_tests): Allow the first hexadecimal digit
10228         to be 1, 2, 4 or 8.  Do 3 additional tests.
10230         * sysdeps/s390/fpu/libm-test-ulps: Update.
10232         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
10233         fchownat syscall if available.
10234         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10235         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
10236         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10238 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10240         * nis/nis_xdr.c: Avoid some function calls.
10242 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
10243             Ulrich Drepper  <drepper@redhat.com>
10245         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
10246         short cut if only one name component is stripped away.
10248 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10250         * nis/nis_call.c: Minor cleanups throughout.
10251         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
10252         (first_shoot): Add search_parent_first parameter.  Only if it is set
10253         search parent server first.
10254         If directory for table found through cold start cache is not the same
10255         as referenced in the cache, don't use it.
10256         (__nisfind_server): Take additional parameter.  Pass it on to
10257         first_shoot.
10258         (__prepare_niscall): Adjust __nisfind_server call.
10259         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
10260         * nis/nis_table.c: Adjust __nisfind_server call.
10261         * nis/nis_lookup.c: Likewise.
10262         (nis_lookup): Don't loop endlessly if name is reduced to ".".
10264 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
10266         [BZ #2182]
10267         * math/s_cacosh.c: Return values from positive branch.
10268         * math/s_cacoshf.c: Likewise.
10269         * math/s_cacoshl.c: Likewise.
10271         [BZ #2883]
10272         * sysvipc/sys/msg.h: Change return value to ssize_t.
10273         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10274         * sysvipc/msgrcv.c: Likewise.
10275         * include/sys/msg.h: Likewise.
10277         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
10278         test introduced in patch for bz #661.
10279         (getgrouplist): Simplify code a bit.  Don't allocate one additional
10280         element for NEWGROUPS.
10282         [BZ #2908]
10283         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
10284         'f', use '1' as leading digit not '\1'.
10285         * stdio-common/Makefile (tests): Add bug16.
10286         * stdio-common/bug16.c: New file.
10288         [BZ #2914]
10289         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
10290         and don't try to open it.  The patch introducing the macro
10291         contained a bug and used the same file name as the new file
10292         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
10293         this out completely.
10295         [BZ #2926]
10296         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
10297         Patch by Jerry James <Jerry.James@usu.edu>.
10299         * rt/Makefile (tests): Add tst-clock2.
10300         * rt/tst-clock2.c: New file.
10302         [BZ #2978]
10303         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
10304         function and its parameters and pass it to new thread.
10305         (__gai_notify): Add support for alternative waiting for completion.
10306         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
10307         waiting for completion.
10308         * resolv/getaddrinfo_a.c: Likewise.
10309         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
10310         waiting for completion is used.
10311         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
10312         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
10313         * resolv/gai_error.c: Likewise.
10314         * resolv/gai_sigqueue.c: Likewise.
10316 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
10318         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
10319         errno to EBADF and return MACH_PORT_NULL.
10321 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
10323         [BZ #2980]
10324         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
10326 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
10328         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
10329         walk them instead of the symbol table.
10331 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
10333         [BZ #2098]
10334         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
10335         status of NSS calls, not the number of returned entries.
10337         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
10338         request_key, keyctl.
10340 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10342         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
10344 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
10346         * elf/tst-auditmod1.c: Fix typo in #error.
10348 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10350         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
10352         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
10354 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
10356         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
10357         that the directory is empty even on non-POSIX filesystems.
10359 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10361         * elf/dl-open.c (dl_open_worker): Add branch prediction.
10363         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
10364         the backend NSS module.  If backend setgrent call failed, don't have
10365         internal_setgrent fail.  Just remember this until it is needed.
10366         * nis/nss_compat/compat-pwd.c: Likewise.
10367         * nis/nss_compat/compat-spwd.c: Likewise.
10369 2006-07-30  Roland McGrath  <roland@redhat.com>
10371         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
10372         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
10373         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
10374         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
10376         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
10377         (nanosleep_not_cancel): New macro.
10378         (sigsuspend_not_cancel): new macro.
10379         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
10380         (do_sigsuspend): Define as inline.
10381         (__sigsuspend): Always use do_sigsuspend.
10382         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
10383         * include/signal.h: Declare __sigsuspend_nocancel.
10384         * sysdeps/posix/pause.c
10385         [! NO_CANCELLATION] (__pause_nocancel): New function.
10387         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
10388         * include/time.h (__nanosleep_nocancel): Likewise.
10390 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
10392         * locale/programs/localedef.c (add_to_readlist): Rename local
10393         variables to avoid confusion.
10395         * locale/programs/charmap.c (charmap_read): Emit error message if
10396         charmap couldn't be found or read.
10398 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
10400         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10401         __ASSUME_FUTEX_LOCK_PI.
10402         * include/time.h: Declare __nanosleep_nocancel.
10403         * include/unistd.h: Declare __pause_nocancel.
10405         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
10406         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
10407         get the __stack_chk_fail_local definition when it's needed.
10409 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
10411         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
10412         * dlfcn/bug-atexit3.c: New file.
10413         * dlfcn/bug-atexit3-lib.cc: New file.
10415         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
10416         used when the namespace is not the base namespace.
10418 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
10420         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
10421         (__new_exitfn): Bump it in every successful call.
10422         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
10423         more exit handlers, call them right away.
10424         * stdlib/exit.h: Declare __new_exitfn_called.
10426 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
10428         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
10429         calling registered handler.
10431         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
10432         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10433         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10434         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10435         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10436         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10437         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10438         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10440 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
10442         * elf/dl-lookup.c (dl_new_hash): New functions.
10443         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
10444         value here.  Compute new-style hash value.  Pass new hash value
10445         and reference to variable with the old value to do_lookup_x.
10446         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
10447         old-style hash table.
10448         (_dl_debug_bindings): Pass new hash value and reference to variable
10449         with the old value to do_lookup_x.
10450         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
10451         new-style hash value and change old-style hash value parameter to
10452         be a reference.  Reoganize functions to determine whether
10453         new-style hash table is available.  Only fall back on old-style
10454         table.  If old-style hash value is needed, compute it here.
10455         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
10456         entry.
10457         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
10458         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
10459         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
10460         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
10461         * Makeconfig: If linker supports --hash-style option add it to all
10462         linker command lines to build DSOs.
10463         * config.make.in: Define have-hash-style.
10464         * configure.in: Test whether linker supports --hash-style option.
10466         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
10467         * sysdeps/generic/ldsodefs.h: Adjust prototype.
10469 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
10471         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
10472         auditing.
10474         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
10475         RPATH of main map twice.
10477 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
10479         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
10480         look further, return original strings.
10481         (_nl_find_msg): Do not return found translation if the conversion
10482         failed.  Either signal the string is unusable or that something went
10483         wrong and the original should be used.
10485 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
10487         * string/_strerror.c (__strerror_r): Add __builtin_expect.
10489 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
10491         [BZ #2766]
10492         * misc/insremque.c (insque): Handle prev == NULL.
10493         * misc/Makefile (tests): Add tst-insremque.
10494         * misc/tst-insremque.c: New test.
10496 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
10498         [BZ #2792]
10499         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
10500         conflict with DL_DST_REQUIRED.
10502 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
10504         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
10505         match what Solaris does.
10507 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
10509         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
10510         local_setegid instead of seteuid and setegid.
10511         * sysdeps/generic/local-setxid.h: New file.
10512         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
10514         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
10516         * string/Makefile (tests): Add bug-envz1.
10517         * string/bug-envz1.c: New file.
10519 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10521         * posix/regex_internal.c (re_string_skip_chars): If no character has
10522         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
10523         to the byte which couldn't be converted.
10524         (re_string_reconstruct): Don't clear valid_raw_len before calling
10525         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10526         tip_context using re_string_context_at.
10527         * posix/Makefile: Add rules to build and run bug-regex25 test.
10528         * posix/bug-regex25.c: New test.
10530 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
10532         [BZ #2703]
10533         * string/envz.c (envz_strip): Correct erroneously reversed src
10534         and dest parameters to memmove() invocation.
10536 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
10538         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
10539         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
10540         to make sure the database has been already invalidated.
10541         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
10542         after the cache has been invalidated.  Use pthread_mutex_lock rather
10543         than pthread_mutex_trylock if fd != -1.
10544         * nscd/connections.c (invalidate_cache): Add fd argument, write
10545         response to fd if not calling prune_cache, pass fd to prune_cache.
10546         (handle_request): Adjust invalidate_cache caller.
10547         (nscd_run): Pass -1 as fd to prune_cache.
10549 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
10551         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
10552         the correct place.
10554 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
10556         * nscd/nscd.h (struct database_dyn): Add prunelock field.
10557         * nscd/cache.c (prune_cache): Take prunelock before starting the
10558         work.  Just return in case it is already taken.
10559         * nscd/connections.c (dbs): Initialize .prunelock.
10561 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
10563         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
10564         copying.  No need to allocate new array for group members.  Just
10565         move the pointers and update the size.
10567         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
10568         Avoid memory leak in case realloc fails.  Simplification for
10569         better code generation.
10571         Avoid deprecation warning because of libc_hidden_proto for
10572         inet6_option_alloc.
10573         * inet/inet6_option.c (option_alloc): Renamed from
10574         inet6_option_alloc.  Made static.
10575         (inet6_option_alloc): Now a simple wrapper around option_alloc.
10576         (inet6_option_append): Call option_alloc.
10577         * include/netinet/in.h: Remove libc_hidden_proto for
10578         inet6_option_alloc.
10580         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
10581         for cleanup when cb!=NULL [Coverity CID 233].
10583 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
10585         [BZ #2693]
10586         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
10587         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
10588         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
10589         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
10590         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
10591         and inet6_rth_getaddr.
10592         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
10593         array.
10594         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
10595         Mark inet6_option_* interfaces as deprecated.
10596         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
10597         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
10598         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
10599         inet6_rth_segments, and inet6_rth_getaddr.
10600         * inet/inet6_opt.c: New file.
10601         * inet/inet6_rth.c: New file.
10603         * inet/netinet/icmp6.h: Pretty printing.
10605         [BZ #2683]
10606         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
10608 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
10610         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
10611         doing it all here.  When server does not know the answer do not
10612         fail immediate, try parent first.
10614         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
10615         overflow test.
10617 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
10619         * nis/nis_call.c (__prepare_niscall): New function.  Split out
10620         from __do_niscall.
10621         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
10622         and exported.
10623         (__follow_path): New function.  Split out from nis_list.
10624         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
10625         _xdr_nis_result.
10626         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
10627         _xdr_nis_result.
10628         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
10629         and __follow_path.
10630         * nis/Versions: Export __prepare_niscall, __create_ib_request,
10631         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
10632         from libnsl for version GLIBC_PRIVATE.
10633         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
10634         Remove entry parameter from _nss_nisplus_parse_pwent and
10635         _nss_nisplus_parse_grent.
10636         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10637         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
10638         again.  Rewrite getpwent handling to not use nis_first_entry and
10639         nis_next_entry.  Roll out own niscall handling.
10640         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10642         * sunrpc/xdr_rec.c: Fix typo in comment.
10644 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
10646         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
10647         handling.
10649         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
10650         to allocate memory for my_pollfd.  Better initialization of
10651         cb_is_running.  Use TEMP_FAILURE_RETRY.
10653         * malloc/memusage.sh (memusageso): Add quotes.
10654         (memusagestat): Likewise.
10655         * debug/xtrace.sh (pcprofileso): Likewise.
10656         (pcprofiledump): Likewise.
10657         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
10658         replacement.
10659         * malloc/Makefile ($(objpfx)memusage): Likewise.
10661         * nis/nis_callback.c (__nis_create_callback): Calls to
10662         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
10663         asprintf call fails.
10665         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
10666         no uninitialized memory is passed to sendto.
10668 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10670         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
10671         of snprintf+strdup.  Handle OOM.
10672         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
10673         cb->serv together.  Remove now obsolete free calls.
10674         (__nis_destroy_callback): Remove now obsolete free call.
10676 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
10678         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
10679         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
10680         and ULA respectively). Set precedence for IPv4 address to 10 as
10681         defined in RFC3484 for preferring IPv6.
10682         * posix/gai.conf: Update to match the new default tables.
10684 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
10686         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
10687         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
10688         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
10689         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
10691         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
10692         Removed.
10693         (init_nss_interface): Remove initialization of these variables.
10695 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10697         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
10698         nis_free_directory forward to avoid duplication.
10700 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
10702         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
10703         rec_dirsearch returning NULL.
10704         (first_shoot): Handle __nis_finddirectory returning NULL.
10705         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
10707         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
10708         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
10710 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
10712         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
10713         pid changed.
10715 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
10717         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10719         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
10720         * nscd/nscd_getgr_r.c: Likewise.
10722         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10724         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10725         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10727         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10729         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10731         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10733         * include/rpc/auth.h: Mark xdr_des_block_internal and
10734         xdr_opaque_auth_internal as hidden.
10736         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10737         hidden.
10739         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10741         * misc/getusershell.c (okshells): Don't use static initializers,
10742         do it dynamically.
10744         * stdlib/fmtmsg.c (keywords): Change type of len element to
10745         uint32_t to not waste space on 64bit machines.
10747         * locale/setlocale.c: Change _nl_category_names into a string.
10748         Add new _nl_category_name_idxs.  Change all users.
10749         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10750         Declare _nl_category_name_idxs.
10751         * locale/findlocale.c: Adjust for _nl_category_names change.
10752         * locale/loadlocale.c: Likewise.
10753         * locale/newlocale.c: Likewise.
10754         * intl/dcigettext.c: Likewise.
10756         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10757         (add_alias2): ...here.  New function.
10758         (__gconv_read_conf): Simplify builtin alias handling.
10759         (builtin_aliases): Convert to string to avoid relocations.
10760         * iconv/gconv_builtin.h: Add comment about correct formatting.
10762 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10764         * resolv/res_debug.c (loc_ntoa): Make error const.
10766 2006-05-14  Andreas Schwab  <schwab@suse.de>
10768         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10770 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10772         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10773         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10774         sizeof (cpu_set_t).
10776 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10778         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10780         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10782         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10783         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10785         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10786         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10788         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10789         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10790         xdr_cback_data.
10792         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10793         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10794         xdr_ypupdate_args.
10796         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10797         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10799         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10800         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10802         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10803         * include/rpcsvc/nis_callback.h: New file.
10805         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10806         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10808         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10809         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10811         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10812         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10814         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10815         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10817         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10818         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10819         xdr_ypdelete_args.
10821         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10822         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10824         * nis/nis_error.c: Remove table of strings.  Use position
10825         independent mechanism.
10826         * nis/nis_error.h: New file.
10828 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10830         * locale/programs/ld-time.c (time_finish): If wide era name or
10831         format aren't provided, set both wname and wformat to L"".
10833 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10835         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10836         results if the call was succesful.
10838         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10840         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10841         as hidden.
10843 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10845         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10847 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10849         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10850         caller makes sure this is not the case.
10851         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10853 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10855         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10856         calls.
10858         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10859         [Coverity CID 229, 230]
10861         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10862         DGETTEXT calls.
10863         (hol_help): Likewise.  [Coverity CID 226, 227]
10865         * string/argz-replace.c (__argz_replace): Unconditionally call
10866         free on SRC.  [Coverity CID 225]
10868         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10869         the return value of __nis_default_owner and __nis_default_group,
10870         it has been especially allocated.  [Coverity CID 224]
10872         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10873         searchgroup and searchowner.  Significantly simplified.
10874         (__nis_default_owner): Remove duplication.  Do not locally copy the
10875         string before duplicating it.
10876         (__nis_default_group): Likewise.
10878         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10879         we must clear the variable before calling __nisfind_server.
10881         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10882         nis_getnames.  [Coverity CID 223]
10884         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10885         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10887         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10888         allocate memory for the input to add_bytes.  [Coverity CID 221]
10890         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10891         was allocated here.  [Coverity CID 219, 220]
10893         * posix/getconf.c (print_all): Free confstr data after printing.
10894         [Coverity CID 218]
10896         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10897         list allocation fails.  [Coverity CID 215]
10899         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10900         [Coverity CID 213]
10902         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10903         string is NULL.  [Coverity CID 212]
10904         * argp/Makefile: Add rules to build and run bug-argp1.
10905         * argp/bug-argp1.c: New file.
10907         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10908         end of string.
10909         * stdlib/canonicalize.c (__realpath): Likewise.
10911         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10912         pointer.  [Coverity CID 206]
10914         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10915         in statically linked code.
10916         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10917         statically built code, be prepared to have no link map.
10918         [Coverity CID 205]
10920         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10921         dgettext calls. [Coverity CID 204]
10923         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10924         the one user.
10925         (uparam_names): Reduce size.  Avoid relative relocations.
10926         Moved to read-only segment.
10927         (fill_in_uparams): Update for new layout.
10929         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10930         assumed to always be != NULL. [Coverity CID 202]
10932         * argp/argp-help.c (hol_entry_help): Remove some dead code
10933         [Coverity CID 200].
10935         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10936         away a few more unconditional yperr2nss calls.
10937         (_nss_nis_getservbyname_r): Likewise.
10939 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10941         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10942         architectures.
10944         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10945         that unused memory passed to sendto is nevertheless initialized.
10947         [BZ #2499]
10948         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10949         possibly unaligned memory accesses.
10951         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10952         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10953         and __putlong respectively.  Correct buffer overflow check for
10954         NS_NOTIFY_OP.
10956         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10958         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10959         (send_dg): Rewrite error handling to be more compact and avoid
10960         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10962         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10964         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10965         instead of ns_get16.
10966         (res_queriesmatch): Likewise.  Minor optimization.
10968         [BZ #2499]
10969         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10970         __libc_res_nsend might reallocate the buffer for the answer.  In
10971         this case we have to reload the HP pointer.
10973 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10975         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10976         some branch prediction hints.
10978         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10979         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10980         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10981         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10982         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10983         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10984         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10985         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10987 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10989         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10990         by a GOT relocation to make Scrt1.o position independent.
10991         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10993         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10994         six system call parameters.
10995         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10997 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10999         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
11000         malloc&bzero.
11002         * sunrpc/svc_udp.c (BZERO): Remove definition.
11003         (CALLOC): Define.
11004         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
11006         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
11007         (des_SPtrans): Use uint32_t type.
11008         (des_skb): Likewise.
11010         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
11012 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
11014         [BZ #2509]
11015         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
11016         on 32-bit arches.
11018 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11020         * locale/programs/ld-address.c (address_finish): Fix one more
11021         place where the iso639 array might be accessed beyond the limits.
11023 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
11025         * nis/nis_table.c (nis_list): Avoid clearing res twice before
11026         filling it for the first time.
11028         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
11029         Adjust all callers.
11030         Free res object content before returning.
11032         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
11034         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
11035         client->cl_auth.
11037         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
11038         cleanup for initial thread, just the free call on TVP.
11040         * nscd/gai.c (__getline): Define.
11043 See ChangeLog.16 for earlier changes.