* stdio-common/printf.h: Add missing const to register_printf_modifier.
[glibc.git] / ChangeLog
blob744832a98c9c54af786f3386b6600d8f25bbd48b
1 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
3         * stdio-common/printf.h: Add missing const to register_printf_modifier.
4         * stdio-common/reg-modifier.c: Likewise.
6 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
8         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
9         is no FPU.
11 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
13         [BZ #10086]
14         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
15         headers up to 2.6.30.
17         * po/ca.po: Update from translation team.
19 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
21         [BZ #10069]
22         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
23         an object that uses static TLS if the TLS modid is higher than the
24         reserve we always allocate.  At least for multi-threaded code.
26 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
28         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
29         Numerically stable check for valid width.
31         * locale/programs/locarchive.c (open_archive): Map the entire file
32         and not just the administrative data.
33         (add_locale): When we find a hash sum match compare the content
34         to be sure.
36         * malloc/malloc.c (malloc_info): Output address space information.
38 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
40         * malloc/malloc.c (malloc_info): Also output system memory information.
42         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
43         architectures have preadv/pwritev in 2.6.30.
45         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
46         * sysdeps/posix/readv.c: Likewise.
47         Reported by Markus Armbruster <armbru@redhat.com>.
49         * malloc/hooks.c (top_check): Force hook value into register.
51 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
54         calls to _dl_relocate_object.
56 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
58         [BZ #9957]
59         * malloc/malloc.c (force_reg): Define.
60         (sYSMALLOc): Load hook variable into variable
61         before test and force into register.
62         (sYSTRIm): Likewise.
63         (public_mALLOc): Force hook value into register.
64         (public_fREe): Likewise.
65         (public_rEALLOc): Likewise.
66         (public_mEMALIGn): Likewise.
67         (public_vALLOc): Likewise.
68         (public_pVALLOc): Likewise.
69         (public_cALLOc): Likewise.
70         (__posix_memalign): Likewise.
71         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
72         before test and force into register.
73         * malloc/hooks.c (top_check): Likewise.
74         (public_s_ET_STATe): Pretty printing.
76         * resolv/res_send.c (send_dg): Don't just ignore the result we got
77         in case we only receive one reply in single-request mode.
79 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
81         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
82         are dlopened in statically linked program even for __LM_ID_CALLER.
84 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
86         * resolv/res_send.c (send_dg): Don't switch into single-request
87         mode if we already are in it.
89 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
91         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
92         are always at least 4 bytes in the returned line.
94 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
96         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
97         __libc_use_alloca (8192), if the stack is too small use 512 bytes
98         instead of 8K.  Stop searching in /proc/stat after hitting first
99         line not starting with cpu.
100         (next_line): Truncate too long
101         lines at buffer size * 3/4 instead of pretending there were line
102         breaks inside of large lines.
104 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
106         * sysdeps/x86_64/mp_clz_tab.c: New file.
108 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
109             Ulrich Drepper  <drepper@redhat.com>
111         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
112         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
113         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
115 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
117         * sysdeps/sh/libc-tls.c: New file.
119         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
121 2009-04-14  Roland McGrath  <roland@redhat.com>
123         * elf/elf.h: Add various missing ARM constants, to match binutils.
125 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
127         Optimizations from GMP.
128         * sysdeps/x86_64/add_n.S: New file.
129         * sysdeps/x86_64/addmul_1.S: New file.
130         * sysdeps/x86_64/lshift.S: New file.
131         * sysdeps/x86_64/mul_1.S: New file.
132         * sysdeps/x86_64/rshift.S: New file.
133         * sysdeps/x86_64/sub_n.S: New file.
134         * sysdeps/x86_64/submul_1.S: New file.
136 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
138         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
139         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
140         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
141         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
143 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
145         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
146         preadv/pwritev.
148 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
150         * sysdeps/x86-64/strrchr.S: New file.
152 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
154         * stdio-common/printf.h (struct printf_info): Add user element.
155         New types printf_arginfo_size_function, printf_va_arg_function.
156         Declare register_printf_specifier, register_printf_modifier,
157         register_printf_type.
158         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
159         (union printf_arg): Add pa_user element.
160         Adjust __printf_arginfo_table type.
161         Add __printf_va_arg_table, __printf_modifier_table,
162         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
163         declarations.
164         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
165         If registered arginfo call failed try normal specifier.
166         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
167         function.
168         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
169         * stdio-common/Versions: Export register_printf_modifier,
170         register_printf_type, and register_printf_specifier for GLIBC_2.10.
171         * stdio-common/reg-modifier.c: New file.
172         * stdio-common/reg-type.c: New file.
173         * stdio-common/reg-printf.c (__register_printf_specifier): New
174         function.  Mostly the old __register_printf_function function but
175         uses locking and type of third parameter changed.
176         (__register_printf_function): Implement using
177         __register_printf_specifier.
178         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
179         calls to arginfo functions.  Allocate enough memory for user-defined
180         types.  Call new va_arg functions to get user-defined types.
181         Try installed handlers even for existing format specifiers first.
183 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
185         * sysdeps/x86_64/rawmemchr.S: New file.
187         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
188         Simplified code and possible copy problem fixed.
190         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
191         function if it is not defined.  Add some necessary casts.
192         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
194         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
195         have preadv/pwritev in 2.6.30.
197 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
199         * malloc/malloc.c (malloc_info): New function.
200         * malloc/malloc.h: Declare it.
201         * malloc/Versions: Export malloc_info for GLIBC_2.10.
203         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
204         to avoid PLT slot.
206         * malloc/malloc.c (_int_realloc): Add parameter with old block
207         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
208         Adjust all callers.
209         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
211 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
213         * sysdeps/x86_64/strchrnul.S: New file.
215         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
216         depending libcrypt on -lfreebl3.
218         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
219         preadv/pwritev in 2.6.30.
221         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
222         instead of __strcasecmp.
224         * string/stratcliff.c (do_test): Add memchr tests..
225         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
226         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
227         first read quad word.
229 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
231         * string/strverscmp.c (__strverscmp): Fix last cleanups.
232         * string/tst-svc.input: Add new test case.
233         * string/tst-svc.expect: Adjust.
234         * string/Makefile: Don't ignore tst-svc error.
236         * sysdeps/x86_64/memchr.S: New file.
238         * resolv/resolv.h (RES_SNGLKUP): Define.
239         * resolv/res_init.c (res_setoptions): Recognize single-request option.
240         * resolv/res_send.c (send_dg): If we sent two requests at once and
241         only get one reply before timeout switch to mode where we send the
242         second request only after the first answer has been received.
244 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
246         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
247         * sysdeps/x86_64/strchr.S: Likewise.
249 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
251         * configure.in: We need to test for the compiler earlier.
253         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
254         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
255         GLIBC_2.10.
256         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
257         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
258         and pwritev.
259         * misc/preadv.c: New file.
260         * misc/preadv64.c: New file.
261         * misc/pwritev.c: New file.
262         * misc/pwritev64.c: New file.
263         * sysdeps/posx/preadv.c: New file.
264         * sysdeps/posx/preadv64.c: New file.
265         * sysdeps/posx/pwritev.c: New file.
266         * sysdeps/posx/pwritev64.c: New file.
267         * sysdeps/unix/sysv/linux/preadv.c: New file.
268         * sysdeps/unix/sysv/linux/preadv64.c: New file.
269         * sysdeps/unix/sysv/linux/pwritev.c: New file.
270         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
271         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
272         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
274         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
275         compatibility code.
276         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
278         * sysdeps/unix/sysv/linux/kernel-features.h: Define
279         __ASSUME_COMPLETE_READV_WRITEV.
280         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
281         with modern kernels.
282         * sysdeps/unix/sysv/linux/writev.c: Likewise.
284         * sysdeps/posix/readv.c: Since read is a cancellation point we have
285         to free a possible malloced buffer in case of cancellation.
286         * sysdeps/posix/writev.c: Likewise for write.
288 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
290         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
292         * configure.in: Recognize --enable-nss-crypt.
293         * config.make.in: Add nss-crypt entry.
294         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
295         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
296         and include path for NSS directory to compiler for md5-crypt,
297         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
298         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
299         function implementation, use NSS.  Introduce wrappers around the
300         hash function calls.  Little code size optimization.
301         * crypt/sha256-crypt.c: Likewise.
302         * crypt/sha512-crypt.c: Likewise.
303         * scripts/check-local-headers.sh: Ignore nss3 directory.
305         * configure.in: Rename pic_default to libc_cv_pic_default.
306         * config.make.in: Likewise.
308 2009-04-01  Roland McGrath  <roland@redhat.com>
310         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
311         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
312         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
313         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
314         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
315         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
316         (R_SPARC_NUM): Update.
317         From Dave Miller <davem@davemloft.net>.
319 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
321         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
323 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
325         * elf/dl-open.c: Keep track of used name spaces and only iterate over
326         those which are used.
327         * elf/dl-addr.c: Likewise.
328         * elf/dl-caller.c: Likewise.
329         * elf/dl-fini.c: Likewise.
330         * elf/dl-iteratephdr.c: Likewise.
331         * elf/dl-libc.c: Likewise.
332         * elf/dl-load.c: Likewise.
333         * elf/dl-support.c: Likewise.
334         * elf/dl-sym.c: Likewise.
335         * elf/rtld.c: Likewise.
336         * sysdeps/generic/ldsodefs.h: Likewise.
338         * elf/dl-load.c: Remove support for systems without MAP_ANON.
339         * elf/dl-minimal.c: Likewise.
340         * elf/dl-misc.c: Likewise.
341         * elf/rtld.c: Likewise.
342         * sysdeps/generic/ldsodefs.h: Likewise.
344 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
346         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
347         Avoid reuse of complex expression.
349         * po/fr.po: Update from translation team.
351 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
353         * include/dirent.h: Yet more changes to match sort function type
354         change.
355         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
356         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
357         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
359 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
361         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
363 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
365         * nscd/connections.c (restart): Try to preserve the process name
366         by reading the /proc/self/exe symlink and using the return name.
367         Patch by Jeff Bastian <jbastian@redhat.com>.
369 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
371         [BZ #9733]
372         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
373         if we are not loading a new audit library.
374         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
375         Only use profiling trampoline for auditing if we are not relocating
376         an audit library.
377         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
378         * elf/rtld.c: Likewise.
379         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
381         * elf/rtld.c (dl_main): Extend help message for --audit option.
383         [BZ #9759]
384         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
385         alphasort64, versionsort, and versionsort64 to POSIX 2008.
386         * dirent/alphasort.c: Adjust implementation to type change.
387         * dirent/alphasort64.c: Likewise.
388         * dirent/scandir.c: Likewise.
389         * dirent/versionsort.c: Likewise.
390         * dirent/versionsort64.c: Likewise.
391         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
392         declaration.
393         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
394         declaration.
396         [BZ #9880]
397         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
398         correctly.  Set segleft member in output as required.
399         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
400         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
402         [BZ #9881]
403         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
404         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
405         * inet/Makefile (tests): Add tst-inet6_rth.
406         * inet/tst-inet6_rth.c: New file.
408         [BZ #5807]
409         * string/strlen.c (strlen): Fix omission in the expression to test
410         for NUL bytes.
412 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
414         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
416         * elf/dl-runtime.c (reloc_offset): Define.
417         (reloc_index): Define.
418         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
419         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
420         computing index from reloc_offset.
421         (_dl_call_pltexit): Likewise.
422         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
423         the relocation index to _dl_fixup.
424         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
425         _dl_call_pltexit.
426         * sysdeps/x86_64/dl-runtime.c: New file.
428         [BZ #9893]
429         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
430         alignment of La_x86_64_regs.  Store xmm parameters.
431         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
433         [BZ #9913]
434         * string/strverscmp.c (__strverscmp): Fix case of different digits
435         in fractional part of string.
436         Patch by Jingyu Liu <jyliu@fortinet.com>.
437         * string/Makefile (tests): Add tst-svc2.
438         * string/tst-svc2.c: New file.
440         * string/strverscmp.c (__strverscmp): Optimize size of tables.
442         * locale/iso-639.def: Add Min Nan.
444 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
446         [BZ #9948]
447         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
449 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
451         * elf/dl-sysdep.c (auxvars): Compress data structure.
453         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
454         STT_GNU_IFUNC handling.
455         (elf_machine_rela): Likewise.
457 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
459         * config.h.in (USE_MULTIARCH): Define.
460         * configure.in: Handle --enable-multi-arch.
461         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
462         (_dl_fixup_profile): Likewise.
463         * elf/do-lookup.c (dl_lookup_x): Likewise.
464         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
465         * elf/elf.h (STT_GNU_IFUNC): Define.
466         * include/libc-symbols.h (libc_ifunc): Define.
467         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
468         framework in init-arch.h to get CPUID values.
469         * sysdeps/x86_64/multiarch/Makefile: New file.
470         * sysdeps/x86_64/multiarch/init-arch.c: New file.
471         * sysdeps/x86_64/multiarch/init-arch.h: New file.
472         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
474         * config.make.in (experimental-malloc): Define.
475         * configure.in: Handle --enable-experimental-malloc.
476         * malloc/Makefile: Handle experimental-malloc flag.
477         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
478         * malloc/arena.c: Likewise.
479         * malloc/hooks.c: Likewise.
480         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
482 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
484         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
485         prediction.  A few size optimizations.
487 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
489         * time/tzset.c: Optimize a bit for size.
491 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
493         * include/stdio.h (fmemopen): Add libc_hidden_proto.
494         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
496         * elf/sprof.c: Avoid warning about multi-line comment.
498 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
500         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
501         DST name.
502         * time/tst-posixtz.c: Add tests for quoted timezone names.
504 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
506         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
507         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
508         200809L instead of 200112L.
509         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
510         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
512         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
513         instead of __quick_exit_funcs to __run_exit_handlers.
514         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
515         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
516         (__cxa_at_quick_exit): Remove attribute_hidden.
517         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
518         to __run_exit_handlers.
519         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
520         attribute_hidden.
522 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
524         * po/id.po: Update from translation team.
526 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
529         .machine push; .machine "power6" and .machine pop around mtfsf
530         insns outside of _ARCH_PWR6 define.
531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
533         Likewise.
534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
535         Likewise.
536         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
537         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
538         relax_fenv_state): Likewise.
540 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
542         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
543         cxa_at_quick_exit.
544         (static-only-routines): Add at_quick_exit.
545         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
546         GLIBC_2.10.
547         * stdlib/quick_exit.c: New file.
548         * stdlib/at_quick_exit.c: New file.
549         * stdlib/cxa_at_quick_exit.c: New file.
550         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
551         it appropriately.
552         (__internal_atexit): New function.
553         (__new_exitfn): Now takes parameter to point to the list to use.
554         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
555         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
556         (exit): ...here.  Just call __run_exit_handlers appropriately.
557         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
558         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
559         * stdlib/on_exit.c: Adjust call to __new_exitfn.
560         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
562         * po/id.po: Update from translation team.
564 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
566         * po/ru.po: Update from translation team.
568 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
570         * po/nl.po: Update from translation team.
572 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
574         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
575         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
576         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
577         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
578         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
579         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
580         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
582         * po/pl.po: Update from translation team.
584 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
586         [BZ #7083]
587         * sysdeps/unix/sysv/linux/fallocate.c: New file.
588         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
589         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
590         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
591         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
592         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
593         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
594         for GLIBC_2.10.
595         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
596         Add fallocate and fallocate64.
598         * io/fcntl.h: Pretty printing.
600 2009-03-02  Richard Guenther  <rguenther@suse.de>
602         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
603         attribute also for non-C99 inline semantics variant.
605 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
607         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
608         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
609         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
610         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
612         Likewise.
613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
614         Likewise.
616 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
618         * po/cs.po: Update from translation team.
620 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
622         * po/bg.po: Update from translation team.
623         * po/sv.po: Likewise.
624         * po/fi.po: Likewise.
625         * po/vi.po: Likewise.
627 2009-02-27  Roland McGrath  <roland@redhat.com>
629         * Makeconfig (%.v.i): Depend on Makeconfig.
630         Exclude % lines from initial #-comment removal.
632 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
634         * po/ko.po: Update from translation team.
636 2009-02-26  Roland McGrath  <roland@redhat.com>
638         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
639         avoids unused warning.
641 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
642             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
644         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
645         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
646         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
647         and asm/user.h.  Include asm/ptrace.h.
648         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
649         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
650         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
651         Undefine.
652         (start_thread): Don't undefine.
653         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
654         Define.
656 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
658         * wctype/wctype.h: The *_l functions are in POSIX 2008.
659         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
660         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
661         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
662         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
663         200112L to 200809L.
664         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
665         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
666         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
667         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
668         _SC_THREAD_ROBUST_PRIO_PROTECT.
669         * posix/unistd.h: fexecve is in POSIX 2008.
670         * time/time.h: strftime_l is in POSIX 2008.
671         * io/sys/stat.h: futimens is in POSIX 2008.
672         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
673         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
674         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
675         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
676         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
677         open_memstream, and vdprintf are in POSIX 2008.
679 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
681         * include/features.h: Define macros for XPG7/POSIX 2008.
682         * ctype/ctype.h: The *_l functions are in POSIX 2008.
683         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
684         POSIX 2008.
685         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
686         * locale/xlocale.h: Define locale_t type.
687         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
688         in POSIX 2008.  Don't define locale_t here.
689         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
690         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
691         UTIME_OMIT only with __USE_ATFILE.
692         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
693         * stdio-common/psiginfo.c: New file.
694         * stdio-common/psiginfo-data.h: New file.
695         * stdio-common/psiginfo-define.h: New file.
696         * stdio-common/Makefile (routines): Add psiginfo.
697         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
698         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
699         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
700         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
701         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
702         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
703         * io/sys/stat.h: Move mknodat definition into same conditional as
704         mknod.
705         * time/sys/time.h: futimesat is not among the functions accepted
706         into the POSIX standard.
708         * include/features.h: If no feature selection given and we select
709         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
710         * posix/Versions: Export __posix_getopt.
711         * posix/getopt.c (_getopt_initialize): Take additional parameter.
712         Use it to alternatively initialize __posixly_correct.
713         (_getopt_internal_r): Take addition parameter.  Pass on to
714         _getopt_initialize.
715         (_getopt_internal): Take addition parameter.  Pass on to
716         _getopt_internal_r.
717         (getopt): Pass additional zero to _getopt_internal.
718         (__posix_getopt): New function.
719         * posix/getopt.h: Add redirection for getopt.
720         * posix/getopt1.c (getopt_long): Pass additional zero to
721         _getopt_internal.
722         (getopt_long_only): Likewise.
723         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
724         (_getopt_long_only_r): Likewise.
725         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
726         _getopt_internal_r.
728 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
730         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
731         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
732         * sysdeps/posix/sysconf.c (__sysconf): Handle
733         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
734         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
736 2009-02-24  Roland McGrath  <roland@redhat.com>
738         [BZ #9895]
739         * README.template: Reworded not to use substituted version number.
740         Renamed to ...
741         * README: ... here (no longer generated).
742         * Makefile (README): Target removed.
744 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
746         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
747         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
748         instead.
750         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
752         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
754 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
756         * po/bg.po: Update from translation team.
758 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
760         * stdlib/monetary.h: Uglify function parameter names.
761         * sunrpc/rpc/pmap_clnt.h: Likewise.
762         * sunrpc/rpc/svc.h: Likewise.
763         * sunrpc/rpc/xdr.h: Likewise.
764         * sunrpc/rpc/clnt.h: Likewise.
765         * resolv/netdb.h: Likewise.
766         * resolv/arpa/nameser.h: Likewise.
767         * resolv/resolv.h: Likewise.
768         * argp/argp.h: Likewise.
769         * locale/langinfo.h: Likewise.
770         * io/sys/stat.h: Likewise.
771         * posix/spawn.h: Likewise.
772         * nis/rpcsvc/nislib.h: Likewise.
773         * malloc/obstack.h: Likewise.
774         * sysdeps/ia64/bits/link.h: Likewise.
775         * sysdeps/i386/bits/link.h: Likewise.
776         * sysdeps/s390/bits/link.h: Likewise.
777         * sysdeps/powerpc/bits/link.h: Likewise.
778         * sysdeps/x86_64/bits/link.h: Likewise.
779         * sysdeps/sparc/bits/link.h: Likewise.
780         * sysdeps/sh/bits/link.h: Likewise.
781         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
782         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
783         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
784         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
786 2008-12-01  Fredrik Unger  <fred@tree.se>
788         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
789         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
790         _FP_UNPACK_RAW_2, fix up first argument.
792 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
794         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
795         (GET_NPROCS_PARSER): Change parameters and use next_line.
796         (__get_nprocs): Rewrite to not use stdio routines.
797         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
798         Change parameters and use next_line.
800 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
802         [BZ #5381]
803         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
804         Change mempool_alloc prototype.
805         * nscd/mem.c (gc): Don't handle mem_in_flight.
806         (mempool_alloc): Third parameter now only indicates whether this is the
807         first call (to allocate data) or not.  If it is, get db rdlock.
808         Release it on error.  Don't handle mem_in_flight.
809         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
810         Adjust third parameter of mempool_alloc calls.
811         Nothing to do here in case mempool_alloc fails.
812         Avoid local variable shadowing parameter.  No need to get db rdlock
813         before calling cache_add.
814         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
815         no mem_in_flight array anymore.
816         * nscd/connections.c: Remove definition and handling of mem_in_flight.
817         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
818         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
819         in case mempool_alloc fails. No need to get db rdlock before calling
820         cache_add.
821         * nscd/hstcache.c (cache_addhst): Likewise.
822         * nscd/initgrcache.c (addinitgroupsX): Likewise.
823         * nscd/servicescache.c (cache_addserv): Likewise.
824         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
826 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
828         * po/lt.po: Update from translation team.
830 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
832         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
833         defined, allow additional data to be added using the optional
834         MORE_ELF_HEADER_DATA macro.
835         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
836         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
838 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
840         * include/atomic.h: Define catomic_and if not already defined.
841         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
842         * sysdeps/i386/i486/bits/atomic.h: Likewise.
844 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
846         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
847         Change all callers.
848         (_int_realloc): Likewise.  Third argument is now padded size
849         All _int_* functions are now static.
851         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
852         * malloc/arena.c: Likewise.
853         * include/malloc.h: Remove now unnecessary declarations of the _int_*
854         functions.
856         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
857         easily.
859         * malloc/malloc.c: Add branch prediction for use of the hooks.
861         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
863 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
865         [BZ #7095]
866         * bits/confname.h: Add SUSv7 macros for getconf environments.
867         * bits/environments.h: Likewise.
868         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
869         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
870         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
871         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
872         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
873         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
874         * posix/getconf.c: Likewise.
875         * posix/sysconf.c: Likewise.
876         * sysdeps/posix/sysconf.c: Likewise.
877         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
878         environments.
880 2009-01-16  Petr Baudis  <pasky@suse.cz>
882         [BZ #9753]
883         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
884         even if we currently have zero nscount.
886 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
888         [BZ #9781]
889         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
890         the input line is too long.
892         * po/Makefile (libc.pot): Add f_print as function taking c-format
893         parameter.
895         * debug/xtrace.sh: Unify translatable messages.
896         * elf/ldd.bash.in: Likewise.
897         * elf/sprof.c: Likewise.
898         * locale/programs/locale.c: Likewise.
899         * malloc/memusage.sh: Likewise.
900         * nss/getent.c: Likewise.
902 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
904         * debug/pcprofiledump.c (print_version,
905         argp_program_version_hook): New function.
906         * elf/ldconfig.c (more_help): New function.
907         (argp): Use it.
908         * elf/sln.c (usage): New function.
909         (main): Support --help and --version.
910         * malloc/memusagestat.c (print_version): New function.
911         (argp_program_version_hook): New variable.
912         * nscd/nscd.c (more_help): New function.
913         (argp): Use it.
914         * posix/getconf.c (main): Send --version output to stdout.
915         Support --help.
916         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
917         arguments.  All callers changed.
918         (print_version): New function.
919         (parseargs): Support --help and --version.
920         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
921         changed.
922         (print_version): New function.
923         (main): Use getopt_long.  Support --help and --version.
924         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
925         --version.
927 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
929         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
930         (update_data): Fix handling of wrapping back
931         to the beginning of the buffer.
933         [BZ #9823]
934         * stdio-common/psignal.c (psignal): Fix test for empty string.
936 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
938         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
939         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
940         move _null_auth to .rodata.
942         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
943         value of 24.
945         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
947         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
948         today than when the original code was written.  Use larger
949         buffers.  This also makes it unnecessary to have stat information,
950         if this causes extra efforts.
951         (__opendir): In case O_DIRECTORY works, don't call fstat just for
952         __alloc_dir.
954 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
956         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
957         is set.
958         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
959         * sysdeps/sh/sh4/__longjmp.S: Likewise.
960         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
961         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
962         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
963         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
965 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
967         * po/ru.po: Update from translation team.
969 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
971         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
972         Add _tid slot to maintain consistency with kernel.
974 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
976         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
977         incomplete characters at end of input buffer.
978         * libio/Makefile (tests): Add tst-fgetwc.
979         * libio/tst-fgetwc.c: New file.
980         * libio/tst-fgetwc.input: New file.
982 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
984         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
986 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
988         [BZ #9793]
989         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
990         *OUTBUFSTART unless the whole output fit into the buffer.
991         * iconv/Makefile (tests): Add tst-iconv4.
992         * iconv/tst-iconv4.c: New file.
994 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
996         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
997         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
999 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
1001         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
1002         newer linker scripts.
1004 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
1006         [BZ #7040]
1007         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
1008         inotify_rm_watch should have type int.
1010 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
1012         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
1013         Make aligned_restore_vmx a local symbol.
1014         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
1015         Likewise.
1017 2009-01-30  Andreas Jaeger  <aj@suse.de>
1019         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
1020         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
1021         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
1022         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
1023         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
1024         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
1025         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
1027 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
1029         [BZ #9726]
1030         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
1031         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
1033 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
1035         [BZ #9726]
1036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1037         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
1038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1039         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
1041 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
1043         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
1044         memcpy instead of memcmp.
1045         (_dl_setup_pointer_guard): Likewise.
1047 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
1049         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
1050         manipulated brk, use malloc_printerr.
1051         * misc/sbrk.c (__sbrk): Better error handling for nonsense
1052         requests.
1054 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1056         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
1057         rindex): For C++ add inlines so that they can be recognized as
1058         builtins.
1059         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
1061 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
1062             Jakub Jelinek  <jakub@redhat.com>
1064         * string/string.h: Define correct C++ prototypes for gcc 4.4.
1065         * wcsmbs/wchar.h: Likewise.
1067 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
1069         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
1070         (stackinfo_sub_sp): Define.
1072 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
1074         [BZ #9750]
1075         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
1076         * include/alloca.h (alloca_account): Define.
1077         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
1078         (stackinfo_sub_sp): Define.
1080         * nscd/connections.c (nscd_init): If database file access fails
1081         check whether this is due to permission problems and bail in that
1082         case.
1084         [BZ #9741]
1085         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
1086         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
1088 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1090         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
1091         Add "t" to clobber list.
1092         (INTERNAL_SYSCALL_NCS): Likewise.
1094 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
1096         * nss/getent.c (print_networks): Don't print comma between aliases.
1098 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
1100         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
1102         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
1103         the hash table.
1104         * misc/Makefile (tests): Add bug-hsearch1.
1105         * misc/bug-hsearch1.c: New file.
1107 2009-01-22  Roland McGrath  <roland@redhat.com>
1109         * Makeconfig (%.v.i): Strip trailing # comments,
1110         not only whole-line comments.
1112 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
1114         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
1115         one parameter.  If non-NULL use it to initialize return value.
1116         (_dl_setup_pointer_guard): New function.
1117         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1118         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
1119         * elf/rtld.c (security_init): Pass _dl_random to
1120         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
1121         pointer_chk_guard.
1122         * elf/dl-sysdep.c (_dl_random): New variable.
1123         (_dl_sysdep_start): Handle AT_RANDOM.
1124         (_dl_show_auxv): Likewise.
1125         * elf/dl-support.c (_dl_random): New variable.
1126         (_dl_aux_init): Handle AT_RANDOM.
1127         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
1128         to _dl_setup_stack_chk_guard.
1130         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
1132 2009-01-10  Roland McGrath  <roland@redhat.com>
1134         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
1136 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
1138         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
1140         [BZ #9706]
1141         * nss/nss_files/files-parse.c (strtou32): New function.
1142         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
1143         across 32-bit and 64-bit platforms.
1144         (INT_FIELD_MAYBE_NULL): Likewise.
1146 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
1148         [BZ #9720]
1149         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
1150         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
1151         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
1152         Likewise.
1154 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
1156         [BZ #697]
1157         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
1158         being NULL also if there are no backreferences.
1159         * posix/rxspencer/tests: Add testcases.
1161 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
1163         [BZ #9697]
1164         * posix/bug-regex17.c: Add testcases.
1165         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
1166         handling.
1168 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1170         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
1171         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
1172         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
1173         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
1174         for elf subdir.
1175         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
1176         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
1177         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
1178         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
1179         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1180         * sysdeps/unix/sysv/linux/s390/Versions: New file.
1182 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
1184         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
1185         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
1186         re_string_skip_chars, re_string_reconstruct): Likewise.
1187         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
1189 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
1191         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
1192         adjust the buffer alignment.
1194 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1196         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
1197         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
1198         net/route.h.
1200         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
1201         flavor to description only when flavor is not NULL.
1203         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
1204         mutex after SIGIO/SIGURG lookup loop.
1206 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1208         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
1210 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
1212         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
1213         handling.
1215 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
1217         * sysdeps/unix/sysv/linux/kernel-features.h
1218         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
1220         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
1221         if no output is written.
1223         * version.h: Bump to 2.10 development.
1225         * posix/getconf.c: Update copyright year.
1226         * nss/getent.c: Likewise.
1227         * iconv/iconvconfig.c: Likewise.
1228         * iconv/iconv_prog.c: Likewise.
1229         * elf/ldconfig.c: Likewise.
1230         * catgets/gencat.c: Likewise.
1231         * csu/version.c: Likewise.
1232         * elf/ldd.bash.in: Likewise.
1233         * elf/sprof.c (print_version): Likewise.
1234         * locale/programs/locale.c: Likewise.
1235         * locale/programs/localedef.c: Likewise.
1236         * nscd/nscd.c (print_version): Likewise.
1237         * debug/xtrace.sh: Likewise.
1238         * malloc/memusage.sh: Likewise.
1239         * malloc/mtrace.pl: Likewise.
1240         * debug/catchsegv.sh: Likewise.
1242 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
1244         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
1245         script.
1247 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
1249         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
1250         gethostbyname4_r function call succeeded, just leave the loop.
1252         [BZ #9694]
1253         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
1254         very end.
1255         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
1256         * wctype/Makefile (tests): Add bug-wctypeh.
1257         * wctype/bug-wctypeh.c: New file.
1259         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
1260         LOCALDOMAIN is defined.
1261         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1263         * sysdeps/x86_64/bits/select.h: New file.
1265         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
1267 2008-12-21  Bruno Haible  <bruno@clisp.org>
1269         [BZ #9677]
1270         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
1271         if no output is written.
1273 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
1275         * login/utmp_file.c (pututline_file): Replace call to dup2 with
1276         libc internal symbol __dup2 to avoid access through the PLT.
1278 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
1280         [BZ #6545]
1281         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
1282         available only for __USE_GNU.
1284         * inet/Makefile (tests): Add tst-getni2.
1285         * inet/tst-getni2.c: New file.
1287         [BZ #7080]
1288         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
1289         NULL when NI_NAMEREQD is set.
1290         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
1291         * inet/Makefile (tests): Add tst-getni1.
1292         * inet/tst-getni1.c: New file.
1294 2008-12-03  Petr Baudis  <pasky@suse.cz>
1296         [BZ #7067]
1297         * nscd/connections.c (invalidate_cache): Use prune_run_lock
1298         instead of prune_lock.
1299         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
1300         * nscd/nscd.h (database_dyn): Add prune_run_cache.
1302 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
1304         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
1305         use.
1307         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
1308         handling.
1310         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
1311         after reading name server list.
1313         [BZ #7058]
1314         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
1315         handling for host name aliases.
1317 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
1319         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
1320         instead of doing things manually.
1322 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
1324         * posix/regex_internal.h (build_wcs_upper_buffer):
1325         Return type is reg_error_t.
1327 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
1329         * posix/globtest.sh: Use mktemp to create temporary file and
1330         directory.
1332         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
1333         sets correctly.
1334         (__CPU_CLR_S): Likewise.
1335         (__CPU_ISSET_S): Likewise.
1337 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
1338             Ulrich Drepper  <drepper@redhat.com>
1340         * scripts/firstversion.awk: Use custom comparison function to compare
1341         version numbers.
1342         * scripts/versions.awk: Use sort invocation which can handle
1343         multi-digit sub-version numbers.
1345 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
1347         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
1348         * locale/iso-639.def: Add Chhattisgarhi entry.
1350 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
1352         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
1353         ESRCH return value.
1354         (_nss_dns_gethostbyname4_r): Likewise.
1355         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
1356         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
1357         gethostbyname4_r, we don't have a separate IPv6 status, so copy
1358         the no_data variable.
1360         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
1361         information at the correct index.
1363         * socket/sys/socket.h: Declare accept4.
1364         * socket/accept4.c: New file.
1365         * sysdeps/unix/sysv/linux/accept4.c: New file.
1366         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
1367         * socket/Makefile (routines): Add accept4.
1368         * socket/Versions: Export accept4 with version GLIBC_2.10.
1369         * socket/paccept.c: Removed.
1370         * sysdeps/unix/sysv/linux/paccept.c: Removed.
1371         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
1372         * Versions.def: Define GLIBC_2.10 for libc.
1373         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
1375         * nscd/connections.c: Use accept4.
1377         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
1379 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
1381         * resolv/res_send.c (send_dg): Create sockets with non-blocking
1382         flag already set.
1384         * stdlib/setenv.c (unsetenv): Don't search environment if it does
1385         not exist.
1386         * stdlib/Makefile (tests): Add tst-unsetenv1.
1387         * stdlib/tst-unsetenv1.c: New file.
1389 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
1391         * login/utmp_file.c (file_writable): New variable.
1392         (setutent_file): Don't try to open file for writing.
1393         (pututline_file): Before writing, make descriptor writable if
1394         necessary.
1396 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
1398         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
1399         to IPv4 or IPv6 if an interface has been found.
1401 2008-11-26  Roland McGrath  <roland@redhat.com>
1403         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
1404         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
1406         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
1407         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
1408         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
1410         * elf/elf.h (NT_386_IOPERM): New macro.
1411         (NT_PPC_VSX): New macro.
1413 2008-11-25  Roland McGrath  <roland@redhat.com>
1415         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
1416         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
1417         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
1418         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
1419         Subdirectories moved to ports repository.
1420         * configure.in (base_machine): Remove alpha case.
1422 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
1424         * sysdeps/mach/strerror_l.c: New file.
1426 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
1428         [BZ #6411]
1429         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
1430         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
1431         magic numbers.
1432         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
1433         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
1434         (relax_fenv_state): Same as above.
1435         (FPSCR_29): Reserve bit in ISA 2.05.
1436         (FPSCR_NI): Provide define for compat.
1437         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
1438         magic numbers.
1439         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
1440         magic numbers.
1441         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
1442         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
1443         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
1444         access to hwcap to account for hwcap size increase to uint64_t.
1445         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
1446         Likewise.
1447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1448         (*setcontext): Likewise.
1449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1450         New file.
1451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1452         New file.
1453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1454         (*setcontext): dynamically select mtfsf insn based on
1455         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
1456         increase to uint64_t.
1457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1458         (*swapcontext): dynamically select mtfsf insn based on
1459         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
1460         increase to uint64_t.
1461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1462         New file.
1463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1464         New file.
1465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
1466         (*setcontext): dynamically select mtfsf insn based on
1467         PPC_FEATURE_HAS_DFP.
1468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
1469         (*swapcontext): dynamically select mtfsf insn based on
1470         PPC_FEATURE_HAS_DFP.
1472 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
1474         * version.h: Bump for 2.9 release.
1475         * include/features.h (__GLIBC_MINOR__): Bump to 9.
1477         [BZ #7029]
1478         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
1479         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
1480         all the rounding.
1482 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
1484         [BZ #7009]
1485         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
1486         unknown request types for now.
1488 2008-11-11  Roland McGrath  <roland@redhat.com>
1490         * sysdeps/x86_64/configure: New file.
1492         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
1493         * configure: Regenerated.
1495 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1497         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
1498         correct instruction to remove the stack frame.
1500 2008-11-03  Michael Matz  <matz@suse.de>
1502         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
1503         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
1505 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
1507         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
1508         Remove.
1510         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
1511         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
1512         of the thread variable instead of void *.
1513         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
1514         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
1515         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1516         __libc_tsd_define arguments.
1517         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
1518         __libc_tsd_address arguments.  Remove union hack.
1519         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
1520         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
1521         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
1522         Adjust __libc_tsd_{set,get} arguments.
1523         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
1524         __libc_tsd_define arguments.
1525         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
1526         arguments.
1527         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1528         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
1529         (LOCALE): Adjust __libc_tsd_define arguments.
1530         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
1531         arguments.
1532         (LOCALE): Adjust __libc_tsd_define arguments.
1533         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
1534         arguments.
1535         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
1536         arguments.
1538 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
1540         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
1541         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1543 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
1545         [BZ #6966]
1546         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
1548 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
1549             Ulrich Drepper  <drepper@redhat.com>
1551         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
1552         definition for GCC 3.1 and later.
1554 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
1556         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
1557         refetch dtv, as it might have changed.
1558         * elf/Makefile: Add rules to build and run tst-tls18.
1559         * elf/tst-tls18.c: New test.
1560         * elf/tst-tlsmod18a.c: New file.
1562 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
1564         [BZ #6875]
1565         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
1567 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1569         [BZ #6867]
1570         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
1572         [BZ #6919]
1573         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
1574         Fix length of copy operation.
1576 2008-10-02  Pierre Habouzit <madcoder@debian.org>
1578         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
1579         and fix its calling convention.
1581 2008-10-07  Andreas Schwab  <schwab@suse.de>
1583         [BZ #6942]
1584         * resolv/res_send.c (send_vc): Fix last change.
1585         (send_dg): Align here as well.
1587 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
1589         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
1590         return value in case rlimit is RLIM_INFINITY.
1592         [BZ #6947]
1593         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
1594         for UL_SETFSIZE.
1595         * resource/Makefile (tests): Add bug-ulimit1.
1596         * resource/bug-ulimit1.c: New file.
1598         [BZ #6974]
1599         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
1600         without dot.  Properly terminate the string with a null byte.
1601         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
1603         [BZ #6980]
1604         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
1605         negative sizees.
1606         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
1607         negative __size.
1609         [BZ #6995]
1610         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
1612 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
1614         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
1615         abort if there is no initgroups_dyn function.
1617         * resolv/res_send.c (send_dg): On timeout, only return nonzero
1618         result if any of the queries really provided an answer.
1620 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
1622         * po/lt.po: Update from translation team.
1624 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
1626         * po/id.po: Update from translation team.
1628 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
1630         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
1631         Fix tests for existence of second reply.
1633 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
1635         * po/id.po: New file.
1636         Contributed by the Indonesian translation team.
1638 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
1640         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
1641         initialization.
1643 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
1645         * elf/Makefile: Add rules to build and run tst-tls17.
1646         * elf/tst-tls17.c: New test.
1647         * elf/tst-tlsmod17a.c: New file.
1648         * elf/tst-tlsmod17b.c: Likewise.
1650 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
1652         * stdlib/divmod_1.c: Use correct type for dummy variable.
1653         * stdlib/mod_1.c: Likewise.
1655 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
1657         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
1659 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
1661         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
1662         __nonnull order for C++.
1663         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
1664         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
1666 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
1668         * stdlib/longlong.h: Update from GCC.
1670 2008-10-09  Jakub Jelinek <jakub@redhat.com>
1671             David S. Miller  <davem@davemloft.net>
1673         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
1674         make sure any registers used with 64-bit 'branch-on-register'
1675         instructions have their top 32-bits clear.
1676         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
1677         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
1679 2008-09-18  Andreas Schwab  <schwab@suse.de>
1681         [BZ #6942]
1682         * resolv/res_send.c (send_vc): Fix use of unaligned address.
1683         Properly handle partial reads.
1685 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1687         * elf/elf.h (STO_MIPS_PLT): New.
1688         (R_MIPS_COPY): New.
1689         (R_MIPS_JUMP_SLOT): New.
1690         (R_MIPS_NUM): Redefine to 128.
1691         (DT_MIPS_PLTGOT): New.
1692         (DT_MIPS_RWPLT): New.
1693         (DT_MIPS_NUM): Redefine to 0x35.
1695 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
1697         * timezone/africa: Update from tzdata2008f.
1698         * timezone/asia: Likewise.
1699         * timezone/australasia: Likewise.
1700         * timezone/europe: Likewise.
1701         * timezone/leapseconds: Likewise.
1702         * timezone/northamerica: Likewise.
1703         * timezone/southamerica: Likewise.
1704         * timezone/zone.tab: Likewise.
1706 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
1708         * nscd/connections.c: Disable use of paccept for now.
1710 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
1712         * socket/Versions: Remove paccept export for GLIBC_2.9.
1713         * socket/Makefile (routines): Remove paccept.
1714         * socket/sys/socket.h: Remove paccept declaration.
1716         * po/sv.po: Update from translation team.
1718 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
1720         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
1721         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1723 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
1725         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
1726         Patch by Olivier Fourdan <ofourdan@redhat.com>.
1728 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
1730         * sunrpc/rpc/svc.h: Declare svcfd_create.
1731         Patch by Michael Solberg <msolberg@redhat.com>.
1733 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
1734             Ulrich Drepper  <drepper@redhat.com>
1736         * malloc/malloc.c (public_vALLOc): Try other arenas in case
1737         _int_valloc fails.
1738         (public_pVALLOc): Likewise.
1740 2008-09-02  Andreas Jaeger  <aj@suse.de>
1742         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
1743         commit.
1745 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1747         [BZ #6860]
1748         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1750 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1752         * Makefile (check-data): Check data directory in add-ons.
1753         * elf/Makefile (check-data): Likewise.
1755 2008-08-18  Roland McGrath  <roland@redhat.com>
1757         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1758         * configure: Regenerated.
1759         * config.make.in (cflags-cpu): New substituted variable.
1760         (with-cpu): Variable removed.
1761         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1763 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1765         [BZ #6845]
1766         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1767         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1768         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1769         redundant.  Functions which call floating point assembler operations
1770         should go into a sysdeps powerpc/fpu directory.
1772 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1774         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1775         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1777 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1779         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1781         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1782         change related to AT_EXECFN.  We cannot use that string.
1783         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1784         _dl_execfn member.
1785         * elf/dl-support.c: Remove _dl_execfn variable.
1786         (_dl_aux_init): Remove handling of AT_EXECFN.
1787         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1788         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1790 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1792         [BZ #6544]
1793         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1794         byte gets added to writes and seeks from the end use the length of
1795         the buffer and not the currently terminating NUL byte.
1797         [BZ #6634]
1798         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1799         Set to true if locking failed.
1800         (getutid_r_file): Adjust caller.
1801         (pututline_file): Likewise.  Return NULL in this case.
1802         Patch mostly by halesh.s@gmail.com.
1804 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1806         [BZ #6589]
1807         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1808         Define.
1809         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1811 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1813         [BZ #6839]
1814         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1815         macro since it is now available in elf/dynamic-link.h.
1817 2008-08-12  Roland McGrath  <roland@frob.com>
1819         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1820         in case used outside of libc.
1821         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1823 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1825         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1826         directly instead of going through dn_comp.
1828 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1830         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1831         Fix asm constraints.
1833 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1835         [BZ #6790]
1836         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1837         (IPV6_PMTUDISC_PROBE): Likewise.
1839 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1841         [BZ #6791]
1842         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1844 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1845             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1847         [BZ #6817]
1848         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1849         Added the members 'vsx' and 'arch_2_06'.
1850         (_dl_powerpc_platforms): Add the member 'power7'.
1851         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1852         to reflect the changes required by VSX and ISA 2.06.
1853         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1854         'power7'.
1855         Defined PPC_PLATFORM_POWER7.
1856         (_dl_string_platform): Add support for POWER7.
1857         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1858         capability and ISA 2.06.
1860 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1862         [BZ #6824]
1863         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1864         macro to detect use of 128 bit long double.
1865         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1867 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1869         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1871         [BZ #5794]
1872         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1873         parameters.
1874         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1875         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1877 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1879         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1880         guaranteed to be large enough to read inotify event.  Ignore
1881         EAGAIN error.  Better error message.  Add branch predicition.
1882         (main_loop_epoll): Likewise.
1884 2008-08-02  Roland McGrath  <roland@frob.com>
1886         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1887         Add memory clobbers.
1889 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1891         * manual/arith.texi: Avoid @strong{Note:}.
1892         * manual/creature.texi: Likewise.
1893         * manual/filesys.texi: Likewise.
1894         * manual/math.texi: Likewise.
1895         * manual/memory.texi: Likewise.
1896         * manual/resource.texi: Likewise.
1897         * manual/syslog.texi: Likewise.
1898         * manual/time.texi: Likewise.
1900         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1901         to prevent warning.
1903 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1905         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1906         new epoll_create1 interface.
1907         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1908         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1909         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1911         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1912         (NS_GET32): Likewise.
1914         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1915         syscalls, too.
1917         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1918         use the AT_EXECFN value if it is no absolute path.
1919         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1920         __ASSUME_AT_EXECFN.
1922         * Versions.def: Add GLIBC_2.9 to libresolv.
1923         * include/resolv.h: Remove hidden proto declarations for __ns_*
1924         functions.  Add them for __dn_count_labels and __p_secstodate.
1925         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1926         Define ns_msg_getflags macro here.
1927         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1928         and __p_secstodate.
1929         * resolv/Versions: Export functions from <arpa/nameser.h> from
1930         libresolv in version GLIBC_2.9.
1931         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1932         hidden definitions.
1933         * resolv/ns_netint.c: Likewise.
1934         * resolv/ns_parse.c: Likewise.
1935         * resolv/ns_print.c: Likewise.
1936         * resolv/ns_samedomain.c: Likewise.
1937         * resolv/ns_ttl.c: Likewise.
1938         * resolv/arpa/nameser_compat.h: Likewise.
1939         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1940         function calls.
1941         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1942         instead of ns_get16.
1943         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1944         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1945         (gaih_getanswer_slice): Likewise.
1946         * resolv/Makefile (libresolv-routines): Add ns_date.
1947         * resolv/ns_date.c: New file.
1949         * elf/Makefile (check-localplt.out): Also check libresolv and
1950         libcrypt.
1952 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1954         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1955         __ASSUME_O_CLOEXEC.
1957 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1959         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1960         buffer passed to NSS functions.
1962         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1964         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1965         Define.
1967         * misc/syslog.c (openlog_internal): Fix compile problem.
1969 2008-07-28  Roland McGrath  <roland@redhat.com>
1971         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1973 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1975         * io/ftw.c (add_object): Remove inline to avoid warning.
1977         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1979         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1980         Use it instead of locally defined resplen2 variable.
1981         (res_nsend): Adjust for __libc_res_nsend interface change.
1982         (send_vc): Initialize *resplen2 if necessary.  Read length of
1983         package into an appropriately aligned variable.  Store converted length
1984         in new variable and use it appropriately.
1985         Add branch prediction help.
1986         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1987         and pass it on to __libc_res_nsend.  Adjust all callers.
1988         (__libc_res_nsearch): Likewise.
1989         (__libc_res_nqeurydomain): Likewise.
1990         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1991         change.
1992         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1993         Define resplen2 variable and pass it to __libc_res_nsearch and then
1994         to gaih_getanswer.
1995         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1996         Add branch prediction.
1997         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1998         (gaih_getanswer): Don't decode second slice if first one failed due
1999         to a too small buffer.  Don't let not found status of second
2000         decoder shadow results of the first.
2001         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
2002         and __libc_res_nquery interface changes
2003         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
2004         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
2005         __libc_res_nsearch, and __libc_res_nsend.
2006         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
2007         change.
2008         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
2009         __libc_res_nsearch interface changes.
2011 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
2013         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
2015         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
2016         file descriptors with close-on-exec set.
2017         (exec_comm_child): Fix the case where the write end of the pipe is
2018         STDOUT_FILENO already.  In case it is, clear close-on-exec.
2020         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
2021         * io/pipe2.c: Likewise.
2022         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
2023         instead of __ASSUME_PACCEPT.
2024         * include/unistd.h: Declare __have_pipe2.
2025         * libio/iopopen.c: Implement "e" flag.
2026         * libio/Makefile (tests): Add tst-popen1.
2027         * libio/tst-popen1.c: New file.
2029         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
2030         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2032 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
2034         [BZ #6771]
2035         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
2036         success call of _IO_SEEKOFF or calls which failed because the
2037         descriptor is for a pipe.
2039         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
2040         magic number.
2042         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
2044         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
2045         F_SETFD use if we know fopen set the flag.
2047         * login/utmp_file.c (setutent_file): Minor optimization in case
2048         O_CLOEXEC is available.
2050 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
2052         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
2053         * elf/Makefile: Use pie-ccflag variable.
2054         * nscd/Makefile: Likewise.
2055         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
2057 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
2059         [BZ #6724]
2060         * Versions.def: Add GLIBC_2.9 version tag for libutil.
2061         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
2062         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
2063         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
2064         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
2065         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
2066         utmp32, utmpx32 and login32.
2067         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
2068         versions of struct utmp functions to libc and libutil.
2069         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
2070         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
2071         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
2072         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
2073         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
2074         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
2075         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
2076         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
2077         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
2078         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
2079         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
2080         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
2081         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
2082         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
2083         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
2084         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
2085         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
2086         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
2087         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
2088         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
2089         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
2090         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
2092 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
2094         * scripts/gen-as-const.awk: Generate more widely usable code by
2095         using 64-bit arithmetic.
2097         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
2098         the same treatment as narrow output code in last patch.
2100         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
2102         [BZ #6763]
2103         * elf/dl-load.c (local_strdup): Remove inline.
2104         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
2105         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
2106         part of the object.
2108         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
2110 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
2112         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
2113         the new syscalls, too.
2115         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
2116         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
2118         [BZ #6698]
2119         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
2120         parameter for end of buffer.  If temporary copy is too large use
2121         malloc.
2122         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
2123         interface change.
2124         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
2125         string rewrite when allocating buffer.
2127         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
2128         syscalls, too.
2130         * nscd/connections.c (nscd_init): Clean up fcntl call.
2132         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
2133         SOCK_NONBLOCK if possible.
2135         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
2136         SOCK_CLOEXEC if available.
2138         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
2139         __libc_clntudp_bufcreate_internal.
2140         * include/sys/socket.h: Declare __have_sock_cloexec.
2141         * socket/Makefile (aux): Add have_sock_cloexec.
2142         * socket/have_sock_cloexec.c: New file.
2143         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
2144         __libc_clntudp_bufcreate.
2145         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
2146         which takes an additional parameter.  Create socket with non-blocking
2147         mode and close-on-exec flag set, if wanted.
2148         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
2149         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
2150         instead of clntudp_create.  The socket has already the close-on-exec
2151         flag set if SOCK_CLOEXEC is defined.
2153 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
2155         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2156         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
2157         appropriate.
2158         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
2159         non-blocking mode by using socket, paccept, and inotify_init1.
2161         * Versions.def (glibc): Add GLIBC_2.9.
2162         * io/Makefile (routines): Add dup3 and pipe2.
2163         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
2164         * io/dup3.c: New file.
2165         * io/pipe2.c: New file.
2166         * posix/unistd.h: Declare dup3 and pipe2.
2167         * socket/Makefile (routines): Add paccept.
2168         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
2169         * socket/paccept.c: New file.
2170         * socket/sys/socket.h: Declare paccept.
2171         * sysdeps/unix/syscalls.list: Add entry for dup3.
2172         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
2173         epoll_create2 and inotify_init1.
2174         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
2175         * sysdeps/unix/sysv/linux/paccept.c: New file.
2176         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
2177         possible.
2178         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
2179         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
2180         inotify_init1, and pipe2 entries.
2181         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
2182         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
2183         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
2184         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
2185         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
2186         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
2187         SOCK_NONBLOCK.
2188         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
2189         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
2190         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
2191         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
2192         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
2193         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
2194         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
2195         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
2196         EPOLL_NONBLOCK.  Declare epoll_create2.
2197         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
2198         EFD_NONBLOCK.
2199         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
2200         IN_NONBLOCK.  Declare inotify_init1.
2201         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
2202         SFD_NONBLOCK.
2203         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
2204         TFD_NONBLOCK.
2206         * elf/elf.h: Define AT_EXECFN.
2207         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
2208         LD_ORIGIN_PATH.
2209         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
2210         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
2211         if __ASSUME_AT_EXECFN is defined.
2212         (_dl_aux_init): Handle AT_EXECFN.
2213         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
2214         for 2.6.27 and up.
2215         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
2216         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
2217         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
2218         _dl_execfn if available and avoid compatibility code if
2219         __ASSUME_AT_EXECFN is defined.
2221         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
2222         _dl_discover_osversion only for older kernels.
2224 2008-07-22  Roland McGrath  <roland@frob.com>
2226         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
2228 2008-07-21  Roland McGrath  <roland@frob.com>
2230         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
2231         returned too much data out of line.
2233 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
2235         * locale/setlocale.c (setname): Remove inline to avoid compiler
2236         warning.
2238         [BZ #6712]
2239         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
2241 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
2243         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
2244         doesn't manage to write anything, fail.
2246         * malloc/hooks.c (__malloc_check_init): Remove printf.
2248 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2250         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
2252 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
2254         * nscd/connections.c (main_loop_poll): Fix handling of read errors
2255         from inotify.
2256         (main_loop_epoll): Likewise.
2258 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
2260         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
2262         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
2263         if DEBUG is defined.
2265         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
2266         query.  Adjust buffer size computation for padding.
2268 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2270         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
2271         * stdio-common/tst-setvbuf1.c: New file.
2272         * stdio-common/tst-setvbuf1.expect: New file.
2274         [BZ #6719]
2275         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
2276         when selecting fully-buffered stream.
2277         Patch by Wang Xin <wxinee@gmail.com>.
2279 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2281         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
2282         (__open_2): New function.
2283         (__open64_2): New alias to __open_2.
2284         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
2285         (__openat_2): New function.
2286         (__openat64_2): New alias to __openat_2.
2288 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
2290         [BZ #6723]
2291         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2293 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2295         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
2296         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
2297         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
2298         __hurd_dfail.
2299         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2300         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2301         * sysdeps/mach/hurd/send.c (__send): Likewise.
2302         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
2303         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
2305 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2307         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
2308         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
2309         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
2310         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
2311         * hurd/get-host.c (_hurd_get_host_config): Likewise.
2312         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
2314 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2316         [BZ #6657]
2317         * time/strptime_l.c: Don't clear s.era_cnt after successful match
2318         of %EY.
2319         Patch by Petr Baudis.
2321 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
2323         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
2324         Patch by Peter Jones <pjones@redhat.com>.
2326 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2328         [BZ #6654]
2329         * stdlib/canonicalize.c (__realpath): readlink can write too much
2330         into the buffer on platforms without PATH_MAX.
2332 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
2334         [BZ #6653]
2335         * posix/tst-regex.c (main): Rename to...
2336         (do_test): ... this. Remove cmdline option processing.
2337         (TIMEOUT): Define.
2338         (TEST_FUNCTION): Define.
2339         (CMDLINE_OPTIONS): Define.
2341 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2343         [BZ #5210]
2344         * configure.in: Add -Werror to -fstack-protector test to catch
2345         unsupported architectures.
2346         Patch by Gilles Esponasse <g.esp@free.fr>.
2348 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
2350         * stdlib/tst-setcontext.c: Set back_in_main before exit if
2351         getcontext returns ENOSYS.
2353 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
2355         * nscd/connections.c (main_loop_poll): Fix test for read error.
2356         (main_loop_epoll): Likewise.
2358 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
2360         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
2361         better place so it is not called when nscd is used.
2363         * nscd/connections.c: Also recognize and handle changes to the
2364         resolver configuration file.
2366 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2368         * time/strftime.c: Pass reference to tzset_called around to handle
2369         recursive calls.
2371         [BZ #6612]
2372         * time/strftime.c (__strftime_internal): Call tzset() only
2373         when printing timezone-dependent values.
2374         Based on a patch by Petr Baudis <pasky@suse.cz>.
2376         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
2377         unconditionally use second gaih_getanswer_slice result.
2379         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
2380         (getaddrinfo): RES must always be non-NULL.
2382 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
2384         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
2385         cr[34] registers.
2386         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2387         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2388         Likewise.
2389         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
2390         register.
2392 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
2394         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
2395         fields.
2396         * nscd/connections.c (inotify_fd): New variable.
2397         (nscd_init): Try to open an inotify descriptor.
2398         If successful, watch files for databases using inotify instead of
2399         having prune threads stat the files.
2400         (nscd_run_prune): Recognize clear_cache flag being set and call
2401         prune_cache appropriately.
2402         (main_loop_poll): Add inotify descriptor to wait set and handle the
2403         reported changes.
2404         (main_loop_epoll): Likewise.
2405         * nscd/cache.c (prune_cache): Don't stat files for databases if
2406         inotify is used.
2407         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
2408         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2410         * nscd/grpcache.c (cache_addgr): Correctly compute size of
2411         fixed-size portion of the record.
2412         * nscd/servicescache.c (cache_addserv): Likewise.
2413         * nscd/pwdcache.c (cache_addpw): Likewise.
2414         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2416 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
2418         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
2419         out we don't use uninitialized memory.
2421         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
2422         the client.
2424 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
2426         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
2427         ignore T_DNAME messages.
2428         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
2430 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
2432         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
2433         Avoid segfault if first GETC returns eof/'\0'/'\n'.
2435 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
2437         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
2438         instead of portstr to nscd_getserv_r.  Patch by
2439         Roman Kagan <rkagan@mail.ru>.
2441 2008-05-26  Jim Meyering  <meyering@redhat.com>
2443         Remove more useless "if" tests before "free".
2444         * include/inline-hashtab.h (htab_delete): Likewise.
2445         * libio/freopen.c (freopen): Likewise.
2446         * libio/freopen64.c (freopen64): Likewise.
2447         * locale/programs/ld-collate.c (collate_read): Likewise.
2448         * misc/fstab.c (libc_freeres_fn): Likewise.
2449         * posix/glob.c (globfree): Likewise.
2451 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2453         * string/Makefile (strop-tests): Add memmem.
2454         * string/test-memmem.c: New file.
2455         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
2456         (test_init): Size buf1 according to BUF1PAGES.
2458 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
2460         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
2461         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
2462         (CFLAGS-scanf17.c): New.
2463         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
2464         * stdio-common/scanf15.c (main): Likewise.
2465         * stdio-common/scanf16.c: New file.
2466         * stdio-common/scanf17.c: New file.
2468 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
2470         * resolv/res_send.c (send_dg): If we already have one of two
2471         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
2472         use the one answer insted of failing.
2474 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
2476         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
2477         being executed on PowerPC as the expected result exceeds IBM
2478         long double 128 __LDBL_MAX__.
2480 2008-05-21  Roland McGrath  <roland@redhat.com>
2482         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
2484         * Makefile (check-data): Use $(abi-name) before other guesses.
2485         Look in $(add-ons) dirs before scripts/data/.
2486         * elf/Makefile (check-data): Likewise.
2488         * scripts/soversions.awk: Grok ABI line.
2489         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
2490         Emit definition for abi-name variable.
2492 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2494         * string/endian.h: Define new fixed-size hto* and *toh macros only
2495         if [__USE_BSD].
2497         * iconvdata/Depend: Add localedata.
2499 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2501         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
2503 2008-05-08  David S. Miller  <davem@davemloft.net>
2505         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
2506         HIDDEN_JUMPTARGET.
2507         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2508         (__SYSCALL_CLOBBERS): Remove %g* registers.
2509         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2510         (__SYSCALL_CLOBBERS): Likewise.
2511         * scripts/data/localplt-sparc-linux-gnu.data: New file.
2512         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2514 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
2516         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2517         (CALL_ERRNO_LOCATION): Define.
2518         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2519         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2520         (CALL_ERRNO_LOCATION): Define.
2521         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
2522         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
2523         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
2525 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
2527         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
2528         variable.
2530 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
2532         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
2533         (FIRST_FRAME_POINTER): Define.
2535 2008-05-09  David S. Miller  <davem@davemloft.net>
2537         * sysdeps/sparc/sparc64/backtrace.c: New file.
2539 2008-05-14  David S. Miller  <davem@davemloft.net>
2541         * sysdeps/sparc/machine-gmon.h: New file.
2542         * sysdeps/sparc/sparc-mcount.S: Likewise.
2543         * sysdeps/sparc/Makefile: Add sparc-mcount target to
2544         sysdep_routines in gmon directory.
2546 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
2548         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2550 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
2552         * resolv/res_query.c (__libc_res_nquery): In case one of two
2553         answer was too short don't try to read that answer's header.
2555         * resolv/res_send.c (send_dg): In case of timeout and there are
2556         two queries and one has been answered, return value indicating
2557         success.
2559 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
2561         * nscd/cache.c (cache_add): Take additional parameter specifying
2562         whether this is in response of a cache refill.  Check alignment
2563         of package data.  Revamp waking of pruning thread.
2564         (prune_cache): Small optimization.
2565         * nscd/nscd.h: Adjust cache_add prototypes.
2566         * nscd/aicache.c: Adjust cache_add calls.
2567         * nscd/grpcache.c: Likewise.
2568         * nscd/hstcache.c: Likewise.
2569         * nscd/initgrcache.c: Likewise.
2570         * nscd/pwdcache.c: Likewise.
2571         * nscd/servicescache.c: Likewise.
2572         * nscd/connections.c (restart): Really disable cache use before
2573         exec attempt.  If it fails, reenable cache.
2574         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
2575         time to max to be able to notice concurrent cache additions.  Unlock
2576         prune_lock while performing gc.  Afterwards compute wakeup time with
2577         current wakeup_time value in mind.
2579 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
2581         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
2583         * nscd/mem.c (gc): Correctly determine highest used array element
2584         in mark.
2586         * nscd/mem.c (markrange): Add assert to check entries are all
2587         aligned.  Small cleanup in bitmap use.
2589         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
2590         blockoff of type nscd_ssize_t.
2591         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
2592         (mempoll_alloc): Record block offset and not address.
2594         * nscd/mem.c (gc): Fix test for stack overuse.
2596         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
2597         more asserts.
2599         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
2600         entry is available, believe it.
2602         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
2603         no answers return NSS_STATUS_NOTFOUND.
2604         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
2605         buffer does not have any content.
2607 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2609         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
2611         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
2612         lookup, don't assign canon unconditionally.
2614 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2616         * string/Makefile (distribute): Add str-two-way.h.
2618 2008-03-29  Eric Blake  <ebb9@byu.net>
2620         Rewrite string searches to O(n) rather than O(n^2).
2621         * string/str-two-way.h: New file.  For linear fixed-allocation
2622         string searching.
2623         * string/memmem.c: New implementation.
2624         * string/strstr.c: New implementation.
2625         * string/strcasestr.c: New implementation.
2627 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
2629         * posix/regcomp.c (optimize_utf8): Add a note on why we test
2630         opr.ctx_type.
2631         (calc_first): Initialize constraint field.
2632         (duplicate_node_closure): Use it instead of special casing ANCHORS.
2633         Use search_duplicated_node to avoid loops.  Fix grammar.
2634         (duplicate_node): Merge constraint field for all node types.
2635         (calc_eclosure_iter): Look at constraint field for all node types.
2636         * posix/regex_internal.c (create_cd_newstate): Don't look at
2637         create_cd_newstate.
2639 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2641         [BZ #6428]
2642         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
2644         [BZ #6442]
2645         * string/endian.h: Add macros for fixed-size endian conversion.
2646         * bits/byteswap.h: Allow inclusion from <endian.h>.
2647         * sysdeps/i386/bits/byteswap.h: Likewise.
2648         * sysdeps/ia64/bits/byteswap.h: Likewise.
2649         * sysdeps/s390/bits/byteswap.h: Likewise.
2650         * sysdeps/x86_64/bits/byteswap.h: Likewise.
2651         * string/Makefile (tests): Add tst-endian.
2652         * string/tst-endian.c: New file.
2654         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
2655         Patch by Reuben Thomas.
2657 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
2659         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
2661 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2663         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
2665         [BZ #6461]
2666         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
2667         Add missing braces.
2668         (BODY for __gconv_transform_internal_ascii): Likewise.
2670         [BZ #6472]
2671         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
2672         to be treated like link-local addresses.
2673         (match_prefix): Don't treat IPv4 loopback address special when
2674         converting to v4 mapped addressed.
2676         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
2677         if necessary.
2678         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
2679         * posix/tst-rfc3484-2.c: Likewise.
2680         * posix/tst-rfc3484-3.c: Likewise.
2682         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
2683         and SCTP.
2685         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
2687         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
2689         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
2691 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
2693         * po/lt.po: New file.  From Lituanian translation team.
2695 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
2697         Introduce TLS descriptors for i386 and x86_64.
2698         * include/inline-hashtab.h: New file, copied from 2005's
2699         libiberty, with fix for memory leak imported afterwards by
2700         Glauber de Oliveira Costa.
2701         * elf/tlsdeschtab.h: New file.
2702         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
2703         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
2704         (CHECK_STATIC_TLS): Move to...
2705         * elf/dynamic-link.h: ... this file.
2706         (TRY_STATIC_TLS): New macro.
2707         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
2708         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
2709         R_386_TLS_DESC): Define.
2710         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
2711         binutils.
2712         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
2713         R_X86_64_TLSDESC): Define.
2714         (R_386_NUM, R_X86_64_NUM): Adjust.
2715         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
2716         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2717         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2718         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2719         release tlsdesc_table.
2720         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
2721         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
2722         (elf_machine_rel): Handle R_386_TLS_DESC.
2723         (elf_machine_rela): Likewise.
2724         (elf_machine_lazy_rel): Likewise.
2725         (elf_machine_lazy_rela): Likewise.
2726         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
2727         * sysdeps/i386/dl-tlsdesc.S: New file.
2728         * sysdeps/i386/dl-tlsdesc.h: New file.
2729         * sysdeps/i386/tlsdesc.c: New file.
2730         * sysdeps/i386/tlsdesc.sym: New file.
2731         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
2732         tlsdesc_table.
2733         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
2734         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2735         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2736         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2737         release tlsdesc_table.
2738         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
2739         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
2740         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
2741         (elf_machine_rel): Handle R_X86_64_TLSDESC.
2742         (elf_machine_rela): Likewise.
2743         (elf_machine_lazy_rel): Likewise.
2744         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
2745         (__tls_get_addr): Do not declare for non-shared compiles.
2746         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2747         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2748         * sysdeps/x86_64/tlsdesc.c: New file.
2749         * sysdeps/x86_64/tlsdesc.sym: New file.
2750         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2751         tlsdesc_table for both 32- and 64-bit structs.
2753 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2755         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2756         its own function.  This reduces the frame setup costs and more.
2758 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2760         [BZ #3406]
2761         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2762         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2764 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2766         * io/openat.c (__openat_2): Also pass fd to __openat.
2767         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2768         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2770         * string/tester.c (test_memcmp): Add a few more tests.
2771         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2773 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2775         * nscd/cache.c (cache_add): Before returning with failure and this
2776         is the first use of the record, mark it as unusable.
2777         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2778         reporting a failure.
2779         * nscd/grpcache.c: Likewise
2780         * nscd/hstcache.c: Likewise.
2781         * nscd/initgrcache.c: Likewise.
2782         * nscd/pwdcache.c: Likewise.
2783         * nscd/servicescache.c: Likewise.
2785 2008-05-10  Roland McGrath  <roland@redhat.com>
2787         [BZ #6505]
2788         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2790 2008-05-08  David S. Miller  <davem@davemloft.net>
2792         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2794         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2795         (__ieee754_y0l): Likewise.
2796         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2797         (__ieee754_y1l): Likewise.
2798         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2799         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2800         frexpl and ldexpl.  math_private.h provides them and the latter
2801         is not even used.
2802         (__log1pl): Use __frexpl.
2804 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2806         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2807         prototypes.
2808         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2809         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2810         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2811         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2812         af==AF_UNSPEC.
2813         (_nss_nis_gethostbyname4_r): New function.
2814         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2815         Change to also handle af==AF_UNSPEC.
2816         (get_tablename): New function.  Use it to avoid duplication.
2817         (_nss_nisplus_gethostbyname4_r): New function.
2818         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2819         available.
2820         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2821         * nss/nss.h: Define struct gaih_addrtuple.
2822         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2823         af==AF_UNSPEC.
2824         (_nss_files_gethostbyname4_r): New function.
2825         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2826         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2827         calls.
2828         * resolv/res_query.c (__libc_res_nquery): Take two additional
2829         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2830         look up IPv4 and IPv6.
2831         Change all callers.
2832         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2833         for an additional query and answer buffer.  Pass to send_vc and
2834         send_dg.
2835         (send_vc): Send possibly two requests and receive two answers.
2836         (send_dg): Likewise.
2837         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2838         __libc_res_nquery.
2839         (_nss_dns_gethostbyname4_r): New function.
2840         (gaih_getanswer_slice): Likewise.
2841         (gaih_getanswer): Likewise.
2842         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2843         __libc_res_nquery call.
2844         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2845         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2846         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2847         available.
2849 2008-05-05  David S. Miller  <davem@davemloft.net>
2851         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2852         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2854 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2856         Fix termios bit macros.
2857         Move *DLY definitions where they belong, in termios.h.
2858         Add *[0-3] definitions.
2859         Fixes confusion between VT and FF.
2860         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2861         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2862         are already defined to avoid collision with termios.h.
2863         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2864         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2865         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2866         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2867         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2868         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2869         VTDLY, VT0, VT1): New macros.
2870         [__USE_GNU] (OLCUC): Change value of macro.
2871         [__USE_XOPEN] (OFILL): New macro.
2872         [__USE_BSD] (CRTSCTS): Change value.
2873         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2874         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2875         (B7200, B14400, B28800, B76800): New macros.
2877 2008-05-01  David S. Miller  <davem@davemloft.net>
2879         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2880         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2881         (gen-as-const-headers): Add it.
2882         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2883         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2884         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2885         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2887         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2888         six system call parameters.
2889         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2891 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2893         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2894         RUSAGE_LWP.
2895         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2896         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2898 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2900         * stdlib/tst-setcontext.c: Include unistd.h.
2902 2008-04-25  David S. Miller  <davem@davemloft.net>
2904         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2905         Pass "union semun" properly in to sys_ipc, it must be passed
2906         by value, not by reference.
2908 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2910         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2911         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2912         * nscd/connections.c (mem_in_flight): Likewise.
2914         * nscd/nscd.h (dbs): Make hidden.
2916         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2917         Avoid returning -1, return 0 instead.
2919 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2921         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2923 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2925         [BZ #5209]
2926         * sysdeps/unix/sysv/linux/times.c: New file.
2928         [BZ #5381]
2929         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2930         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2931         prototype.
2932         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2933         appropriate mem_in_flight element.
2934         (gc): Take allocations which have not yet been committed to the
2935         database into account.
2936         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2937         Reset mem_in_flight before returning.
2938         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2939         cue it up in mem_in_flight_list.
2940         * nscd/aicache.c: Adjust mempool_alloc call.
2941         * nscd/grpcache.c: Likewise.
2942         * nscd/hstcache.c: Likewise.
2943         * nscd/initgrcache.c: Likewise.
2944         * nscd/pwdcache.c: Likewise.
2945         * nscd/servicescache.c: Likewise.
2946         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2947         of -fpie.
2949         * nscd/connections.c (handle_request): Provide better error message
2950         in case SELinux forbids the service.
2952         * version.h (VERSION): Bump to 2.8.90.
2954 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2956         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2958 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2960         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2961         Also use for 32-bit.
2962         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2963         __nextafter instead of nextafter to avoid local PLT.
2964         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2965         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2967         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2969         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2970         __fe_nomask_env.
2971         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2972         <fenv_libc.h> instead of <fenv.h>.
2973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2976         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2978         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2979         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2980         function from fegetexcept and make old name weak alias.
2981         * include/fenv.h: Declare __fegetexcept.
2982         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2983         fegetexcept.
2984         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2985         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2986         to fetestexcept.
2987         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2988         instead of frexpl to avoid local PLT.
2989         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2990         ilogbl to avoid local PLT.
2991         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2992         instead of ldexpl to avoid local PLT.
2993         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2994         __roundl not roundl to avoid local PLT.
2995         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2996         local PLTs.  Use __sincosl instead of separate sinl and cosl
2997         calls.
2998         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
3000         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
3001         version for ppc64 to 2.4.21 since without it makecontext will fail.
3003         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
3004         to the ABI in use.
3005         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
3006         .__tls_get_addr.
3007         [__powerpc64__] (TLS_GD): Likewise.
3009 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
3011         [BZ #4997]
3012         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
3013         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
3014         mantissa.
3015         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
3016         Likewise.  Also account for when x is an odd number between 2^52
3017         and 2^53-1.
3018         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
3019         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
3020         * math/libm-test.inc (lround_test, llround_test): Added test cases to
3021         detect aforementioned erroneous conditions.
3023 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
3025         * configure.in: Check for -fno-section-anchors in addition to
3026         -fno-toplevel-reorder.
3028 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
3030         * include/features.h (__GLIBC_MINOR__): Bump to 8.
3032         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
3033         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
3034         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
3035         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
3036         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
3037         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
3039 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
3041         [BZ #5443]
3042         * time/era.c: Transform __libc_setlocale_lock into rwlock.
3043         * time/alt_digit.c: Likewise.
3044         * wcsmbs/wcsmbsload.c: Likewise.
3046 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
3048         * version.h (VERSION): Bump to 2.8.
3050         * timzeone/asia: Update from tzdata2008b.
3051         * timezone/backward: Likewise.
3052         * timezone/europe: Likewise.
3053         * timezone/northamerica: Likewise.
3054         * timezone/southamerica: Likewise.
3055         * timezone/iso3166.tab: Likewise.
3056         * timezone/leapseconds: Likewise.
3057         * timezone/zone.tab: Likewise.
3058         * timezone/private.h: Update from tzcode2008a.
3059         * timezone/zdump.c: Likewise.
3060         * timezone/zic.c: Likewise.
3062 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
3064         [BZ #5741]
3065         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
3066         Define additonal Data Cache Block instruction macros.
3067         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
3068         Replace dcbst with dcbf and sync with sync/isync.
3070 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
3072         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
3073         Always set ELF_RTYPE_CLASS_PLT.
3074         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
3076 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
3078         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
3079         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
3080         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
3081         For ISA 2.01 and later replace mftb with mfspr 268.
3083 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
3085         [BZ #5768]
3086         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
3087         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
3089 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
3091         [BZ #5768]
3092         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
3093         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
3094         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
3095         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
3097 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
3099         * stdlib/tst-makecontext.c (othervar): New variable.
3100         (cf): Test sign extending the argument to long.
3102 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
3104         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
3105         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
3106         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
3107         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
3108         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
3109         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
3110         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
3112 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
3114         * elf/Makefile (tests): Substitute tests-vis-yes here.
3115         (tests-vis-yes): Delete.
3116         (modules-name, modules-vis-yes): Similarly.
3118 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
3120         [BZ #4407]
3121         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
3122         Preserve sign in signgamp when x is zero.
3124 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
3126         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
3127         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
3128         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
3129         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
3130         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
3131         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
3133 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3135         [BZ #4314]
3136         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
3137         buffers.
3139         [BZ #5209]
3140         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
3141         a reserved error value.
3143         * stdlib/tst-makecontext.c: Change parameter to cf to negative
3144         value to check for correct sign extension.
3146         [BZ #5436]
3147         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3148         Copy 64-bit parameter values even though this is not required in
3149         the standard.
3151         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
3152         PC save.
3154 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
3156         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
3157         PC save.
3159 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
3161         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
3163 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
3165         [BZ #5998]
3166         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
3167         in line-buffered stream failed.
3168         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3170 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
3172         [BZ #6024]
3173         * scripts/abi-versions.awk: If the version specified by
3174         --enable-oldest-abi is older than the first version for this
3175         architecture, use the default version.
3177         * locale/programs/ld-collate.c (collate_read): Ignore script lines
3178         as well when ignoring the whole category.
3180 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3182         [BZ #6042]
3183         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
3184         ETHERTYPE_* definitions.
3185         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
3187 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3189         * stdlib/mbtowc.c (__no_r_state): Remove.
3190         (mbtowc): New static state variable.  Use it instead of
3191         __no_r_state.
3192         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
3193         (__wctomb_state): New hidden variable.
3194         (wctomb): Use __wctomb_state instead of __no_r_state.
3195         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
3196         (__wctomb_state): New extern decl.
3197         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
3199 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
3201         [BZ #5475]
3202         * resolv/res_init.c: Handle scope IDs in resolv.conf.
3204 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
3206         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
3208 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
3210         * po/nl.po: Update from translation team.
3212 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
3214         [BZ #6007]
3215         * string/strfry.c: Handle empty strings again.
3217 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3219         [BZ #5443]
3220         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
3221         before looking for translation.
3222         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
3223         * locale/freelocale.c: Likewise.
3224         * locale/newlocale.c: Likewise.
3225         * locale/setlocale.c: Likewise.
3226         Based partially on a patch by ryo@np.css.fujitsu.com.
3228 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
3230         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
3231         acquiring wrlock.  Do conv_tab allocation while holding lock.
3232         * intl/Makefile: Add rules to build and run tst-gettext6.
3233         * intl/tst-gettext6.c: New test.
3234         * intl/tst-gettext6.sh: New file.
3236 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
3238         * po/nl.po: Update from translation team.
3240         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
3241         provided through st_blksize, try the default size before giving up.
3243 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
3245         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
3247         [BZ #5939]
3248         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
3250         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
3251         error message.  POSIX today does not require the messages to be in
3252         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
3254         [BZ #5979]
3255         * sunrpc/auth_unix.c: Unify printed strings.
3256         * sunrpc/clnt_tcp.c: Likewise.
3257         * sunrpc/clnt_udp.c: Likewise.
3258         * sunrpc/clnt_unix.c: Likewise.
3259         * sunrpc/svc_tcp.c: Likewise.
3260         * sunrpc/svc_udp.c: Likewise.
3261         * sunrpc/svc_unix.c: Likewise.
3262         * sunrpc/xdr.c: Likewise.
3263         * sunrpc/xdr_array.c: Likewise.
3264         * sunrpc/xdr_rec.c: Likewise.
3265         * sunrpc/xdr_ref.c: Likewise.
3266         * locale/programs/ld-time.c (time_finish): Unify messages.
3267         * locale/programs/locfile.c (handle_copy): Fix typo.
3268         * nscd/nscd.c (options): Fix typo.
3270         [BZ #5995]
3271         * stdlib/strtod_l.c: Use correct sign for result in one more
3272         underflow case.
3273         Patch by Eric Blake <ebb9@byu.net>.
3275 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
3277         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
3278         and creat system calls.
3279         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
3280         call.
3281         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
3282         system calls.
3283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3284         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3285         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3287 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
3289         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
3290         <linux/limits.h> has defined it.
3291         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
3292         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
3293         headers.
3294         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
3295         it instead of ARG_MAX.
3297 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
3299         * posix/gai.conf: Fix comment for scope nullbits.
3300         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
3301         default to 128 bits for v4 mapped addresses.
3303 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3305         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
3306         ptrace call to get the ieee_instruction_pointer from the kernel.
3307         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
3308         ptrace call to set the ieee_instructtion_pointer.
3309         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
3310         Add comment that ieee_instruction_pointer is always 0.
3312 2008-03-09  Andreas Jaeger  <aj@suse.de>
3314         [BZ #5857]
3315         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
3316         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
3317         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
3319         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
3320         (rint_test): Likewise.
3322 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
3324         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
3325         call.
3326         (__nisfind_server): Similar for open readColdStartFile call.
3327         Patch partially by Jim Meyering.
3328         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
3329         around internal_setent call.
3331         * po/vi.po: New Vietnamese translation.
3333         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
3334         ADJ_OFFSET_SS_READ.
3336         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
3337         remove CLONE_STOPPED.
3339 2008-02-10  Jim Meyering  <meyering@redhat.com>
3341         Remove useless "if" before "free":
3342         * elf/ldconfig.c (parse_conf_include): Likewise.
3343         * gmon/gmon.c (weak_alias): Likewise.
3344         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
3345         * inet/rcmd.c (__validuser2_sa): Likewise.
3346         * intl/bindtextdom.c (set_binding_values): Likewise.
3347         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
3348         * libio/genops.c (save_for_backup): Likewise.
3349         * libio/wgenops.c (save_for_wbackup): Likewise.
3350         * locale/programs/ld-collate.c (collate_read): Likewise.
3351         * locale/programs/linereader.c (get_string): Likewise.
3352         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
3353         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
3354         * resolv/res_debug.c (do_section): Likewise.
3355         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
3356         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
3357         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3358         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
3359         * time/tzset.c (tzset_internal): Likewise.
3361 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
3363         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
3364         of ASSEMBLER.
3366 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
3368         [BZ #5903]
3369         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
3370         not stream for output file.  Open output file here.
3371         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
3372         and output file name.
3373         (process_fd): Likewise.
3374         (process_file): Likewise.
3375         (main): Adjust callers of changed functions.
3376         * iconv/iconv_prog.h: Adjust prototype.
3378 2008-03-09  Andreas Jaeger  <aj@suse.de>
3380         [BZ #5753]
3381         * sysdeps/ia64/ieee754.h: Use protected namespace
3382         __BIG_ENDIAN/__LITTLE_ENDIAN.
3383         * sysdeps/ieee754/ieee754.h: Likewise.
3384         Patch by Aurelien Jarno <aurelien@aurel32.net>.
3386 2008-03-08  Roland McGrath  <roland@frob.com>
3388         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
3389         ignore a signal that came from a machine exception, treat it as a
3390         fatal core-dump signal instead.
3391         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3393         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3394         Clear DF bit in thread state's eflags.
3395         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3397 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
3399         [BZ #5774]
3400         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
3401         of NAN(...) sequence.
3402         * stdlib/Makefile (tests): Add tst-strtod6.
3403         * stdlib/tst-strtod6.c: New file.
3405         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
3407         [BZ #5762]
3408         * posix/getopt.c (_getopt_internal_r): Clarify error message by
3409         putting offending option character in quotes.  Clean up error
3410         messages.
3411         * po/be.po: Adjust msgstr in translation file.
3412         * po/bg.po: Likewise.
3413         * po/ca.po: Likewise.
3414         * po/cs.po: Likewise.
3415         * po/da.po: Likewise.
3416         * po/de.po: Likewise.
3417         * po/es.po: Likewise.
3418         * po/fr.po: Likewise.
3419         * po/hr.po: Likewise.
3420         * po/ko.po: Likewise.
3421         * po/nl.po: Likewise.
3422         * po/rw.po: Likewise.
3423         * po/sk.po: Likewise.
3424         * po/sv.po: Likewise.
3425         * po/tr.po: Likewise.
3426         * po/zh_CN.po: Likewise.
3427         * po/zh_TW.po: Likewise.
3429         [BZ #5760]
3430         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
3431         Patch by Roland Bless <roland@bless.de>.
3433         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
3434         .o file.
3435         * elf/Makefile (routines): Add dl-sysdep.
3436         (elide-routines.os): Likewise.
3438 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
3440         [BZ #5786]
3441         * elf/dl-sysdep.c: Undefine ROUND after use.
3442         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
3443         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
3444         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
3445         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
3446         to ...
3447         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
3448         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
3449         if necessary.
3450         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
3452         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
3453         _dl_tls_get_addr_soft element.
3454         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
3455         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
3456         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
3457         GLRO.
3458         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
3459         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
3460         of internal_function.
3462         * stdlib/Makefile (aux): Add tens_in_limb.
3463         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
3464         * stdlib/tens_in_limb.c: ...here.  New file.
3466         [BZ #5778]
3467         * sysdeps/unix/sysv/linux/pathconf.h: Declare
3468         __statfs_chown_restricted.
3469         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
3470         for _PC_CHOWN_RESTRICTED.
3471         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
3472         Implement __statfs_chown_restricted.
3473         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
3474         _POSIX_CHOWN_RESTRICTED value to zero.
3475         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
3476         defined to zero.
3478         * sysdeps/x86_64/rtld-memset.c: New file.
3480 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
3482         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
3484         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
3485         Barcelona machine.  Make default fall through branch of
3486         __x86_64_preferred_memory_instruction check as the integer code path.
3488 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3490         * sysdeps/x86_64/cacheinfo.c
3491         (__x86_64_preferred_memory_instruction): New variable.
3492         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3494         * sysdeps/x86_64/memset.S: Rewrite.
3496 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
3498         * include/stdio.h (__asprintf_chk, __dprintf_chk,
3499         __obstack_printf_chk): New prototypes.
3500         (__vasprintf_chk, __vdprintf_chk,
3501         __obstack_vprintf_chk): Likewise.
3502         Add libc_hidden_proto.
3503         * libio/obprintf.c
3504         (_IO_obstack_jumps): No longer static, add attribute_hidden.
3505         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
3506         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3507         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
3508         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
3509         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
3510         __obstack_vprintf_chk): New prototypes.
3511         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
3512         obstack_vprintf): New inlines.
3513         * debug/dprintf_chk.c: New file.
3514         * debug/vdprintf_chk.c: New file.
3515         * debug/asprintf_chk.c: New file.
3516         * debug/vasprintf_chk.c: New file.
3517         * debug/obprintf_chk.c: New file.
3518         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
3519         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
3520         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
3521         @@GLIBC_2.8.
3522         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
3523         vdprintf_chk and obprintf_chk, set CFLAGS for them.
3524         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
3525         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
3526         libc_hidden_proto.
3527         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
3528         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
3529         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
3530         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
3531         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
3532         @@GLIBC_2.8.
3533         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
3534         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
3535         obstack_vprintf_chk.
3536         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
3537         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
3538         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
3539         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
3540         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
3541         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
3543 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
3545         [BZ #5779]
3546         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
3547         Patch by Roy Marples <roy@marples.name>.
3549         [BZ #5736]
3550         * malloc/malloc.c: Fix typo in comment.
3552         [BZ #5627]
3553         * locale/iso-639.def: Add Shuswap.
3555 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
3557         [BZ #5790]
3558         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
3559         overwrite *h_errnop/*errnop values from getanswer_r in case of
3560         failure.
3562 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
3564         [BZ #5818]
3565         * nscd/connections.c (dbs): Add initializers for .suggested_module.
3566         (verify_persistent_db): Remove one unnecessary test and add a new one
3567         for bad configuration.
3568         (nscd_init): Improve error reported when persistent database cannot
3569         be reused.
3570         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
3571         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
3572         .suggested_module and .max_db_size and case config file says the
3573         values are zero.
3574         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
3576         [BZ #5854]
3577         * nis/ypclnt.c (yp_order): Fix handling of return value of
3578         do_ypcall_tr call.
3579         Patch by Jeff Moyer <jmoyer@redhat.com>.
3581         * po/fr.po: Update from translation team.
3583 2008-02-22  Andreas Jaeger  <aj@suse.de>,
3584             Carlos O'Donell <carlos@systemhalted.org>
3586         [BZ #5012]
3587         * FAQ.in: Describe why glibc needs to be compiled with
3588         optimization.
3590 2008-02-19  Roland McGrath  <roland@redhat.com>
3592         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
3594 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
3596         [BZ #5737]
3597         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
3598         __USE_MISC is defined.
3600 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
3602         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
3603         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
3604         sys/timerfd.h.
3605         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
3606         timerfd_gettime, timerfd_settime.
3607         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
3608         timerfd_gettime, timerfd_settime for GLIBC_2.8.
3610 2008-02-08  Roland McGrath  <roland@redhat.com>
3612         * elf/elf.h (NT_PPC_SPE): New macro.
3614 2008-02-06  Roland McGrath  <roland@redhat.com>
3616         * Makerules ($(common-objpfx)sysd-rules):
3617         Depend on $(sysdep-makeconfigs).
3619 2008-01-31  Roland McGrath  <roland@redhat.com>
3621         [BZ #5442]
3622         * configure.in: Use -print-file-name if it yields a directory,
3623         for each of include and include-fixed.
3624         * configure: Regenerated.
3626         * Makeconfig (sysd-rules-targets): New variable.
3627         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
3628         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
3630 2008-01-30  Roland McGrath  <roland@redhat.com>
3632         * manual/libc.texinfo: Update back-cover text.
3634         * elf/elf.h (NT_386_TLS): New macro.
3636 2008-01-29  Roland McGrath  <roland@redhat.com>
3638         * Makeconfig (sysd-rules-patterns): New variable.
3639         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
3640         (check-inhibit-asm): New canned sequence, replaces ...
3641         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
3642         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
3643         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
3644         (CFLAGS-rtld): Variable removed.
3646 2008-01-24  Roland McGrath  <roland@redhat.com>
3648         * configure.in: Let configure fragments set base_os.
3649         * configure: Regenerated.
3651 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
3653         * po/ko.po: Update from translation team.
3655 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
3657         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
3659 2008-01-12  Andreas Jaeger  <aj@suse.de>
3661         [BZ #5040]
3662         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
3663         Add EPOLLRDHUP.
3665 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3667         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
3668         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
3669         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
3671 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
3673         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
3674         * elf/dl-close.c (_dl_close): Check for it.
3675         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
3676         (_dl_allocate_static_tls): Likewise.
3677         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
3678         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
3679         to it.
3680         * elf/tst-tls16.c: New file.
3681         * elf/tst-tlsmod16a.c: New file.
3682         * elf/tst-tlsmod16b.c: New file.
3683         * elf/Makefile: Add rules to build and run tst-tls16.
3685 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
3687         [BZ #5628]
3688         * bits/shm.h: Fix comment describing shmid_ds.
3689         * sysdeps/gnu/bits/shm.h: Likewise.
3690         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
3691         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3692         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
3693         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3694         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3695         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3696         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3697         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
3698         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
3700         [BZ #5607]
3701         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
3702         prototypes.
3703         * conform/data/limits.h-data: Adjust limits changed in v6 and add
3704         additional suffixes.
3705         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
3706         Add optional functions mq_timedreceive and mq_timedsend.
3707         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
3708         * conform/data/pthread.h-data: Fix prototype of
3709         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
3710         * conform/data/semaphore.h-data: Allow time.h definitions.
3711         * conform/data/signal.h-data: Likewise.
3712         * conform/data/stdio.h-data: getw and putw are not required in v6.
3713         * conform/data/stdlib.h-data: Change setstate prototype.
3714         * conform/data/string.h-data: Fix strerror_r prototype.
3715         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
3716         * conform/data/unistd.h-data: pthread_atfork not required in v6.
3717         Fix readlink prototype.
3718         * conform/data/netinet/in.h-data: Add const to in6addr_any and
3719         in6addr_loopback.
3720         * inet/netinet/in.h: Cleanup namespace.
3721         * posix/regex.h: Likewise.
3722         * resolv/netdb.h: Likewise.
3723         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3724         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3725         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3726         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
3727         of names of in in6_addr.
3728         (default_precedence): Likewise.
3729         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
3730         NULL definition.
3732 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
3734         * conform/data/fmtmsg.h-data: Add missing allows.
3735         * conform/data/ftw.h-data: Likewise.
3736         * conform/data/inttypes.h-data: Likewise.
3737         * conform/data/math.h-data: Likewise.
3738         * conform/data/signal.h-data: Likewise.
3739         * conform/data/net/if.h-data: Likewise.
3740         * conform/data/netinet/in.h-data: Likewise.
3741         * conform/data/sys/socket.h-data: Likewise.
3743         [BZ #5614]
3744         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
3745         (__strtok_r): Simplify.
3746         * string/tester.c (test_strtok_r): Add test case for futile search
3747         with single-character seach string.
3749 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3751         * po/ko.po: Update from translation team.
3753 2008-01-11  Andreas Jaeger  <aj@suse.de>
3755         [BZ #5600]
3756         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3757         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3758         kernel header.
3760 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3762         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3763         native interface lookup in all the relevant places.
3765 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3766             Ulrich Drepper  <drepper@redhat.com>
3768         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3769         field.  Use sockaddr_in6 for source_addr.
3770         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3771         (match_prefix): Likewise.
3772         (get_label): Likewise.
3773         (get_precedence): Likewise.
3774         (rfc3484_sort): Change to use indirect access to results array.
3775         Adjust to use of sockaddr_in6.  Replace service_order test with
3776         simple index comparison.
3777         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3778         service_order field.  Adjust qsort_t calls.  Access sorted result
3779         array indirectly through order array.
3780         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3781         * posix/tst-rfc3484-2.c: Likewise.
3782         * posix/tst-rfc3484-3.c: Likewise.
3784 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3786         [BZ #5541]
3787         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3788         pollfd structures.
3789         Patch by André Cruz.
3791         [BZ #5545]
3792         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3793         (clnt_spcreateerror): Likewise.
3795         [BZ #5553]
3796         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3797         (public_mEMALIGn): Likewise.
3798         Patch mostly by Daniel Jacobowitz.
3800 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3802         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3803         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3804         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3805         * stdlib/tst-makecontext2.c: New test.
3807 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3809         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3810         defined.
3811         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3812         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3813         transliteration hooks and REINIT_PARAMS afterwards.
3814         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3815         status.
3816         (REINIT_PARAMS): Define.
3817         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3818         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3819         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3820         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3821         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3822         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3823         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3824         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3825         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3826         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3827         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3828         * iconvdata/tst-iconv7.c: New test.
3830 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3832         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3834 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3836         [BZ #5112]
3837         * nscd/connections.c (restart): Fix condition.
3839 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3841         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3842         __ctype_toupper_loc): Add __THROW.
3844 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3846         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3847         recognition of interface family.
3849         * posix/getconf.c: Update copyright year.
3850         * nss/getent.c: Likewise.
3851         * iconv/iconvconfig.c: Likewise.
3852         * iconv/iconv_prog.c: Likewise.
3853         * elf/ldconfig.c: Likewise.
3854         * catgets/gencat.c: Likewise.
3855         * csu/version.c: Likewise.
3856         * elf/ldd.bash.in: Likewise.
3857         * elf/sprof.c (print_version): Likewise.
3858         * locale/programs/locale.c: Likewise.
3859         * locale/programs/localedef.c: Likewise.
3860         * nscd/nscd.c (print_version): Likewise.
3861         * debug/xtrace.sh: Likewise.
3862         * malloc/memusage.sh: Likewise.
3863         * malloc/mtrace.pl: Likewise.
3864         * debug/catchsegv.sh: Likewise.
3866 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3868         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3869         second lookup.
3871 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3873         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3874         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3876 2007-12-17  Roland McGrath  <roland@redhat.com>
3878         * inet/ether_line.c (ether_line): Remove unused variable.
3880 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3882         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3883         and winp.
3884         * login/openpty.c (openpty): Likewise.
3885         * login/pty.h (openpty, forkpty): Likewise.
3886         * manual/terminal.texi (openpty, forkpty): Likewise.
3888 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3890         * malloc/malloc.c (public_cALLOc): For arenas other than
3891         main_arena, count all bytes inside the mprotect_size range of the
3892         heap as uninitialized.
3894 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3896         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3897         executable stacks.
3899         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3900         mTRIm for all of them.
3901         (mTRIm): Additionally iterate over all free blocks and use madvise
3902         to free memory for all those blocks which contain at least one
3903         memory page.
3904         * malloc/tst-trim1.c: New file.
3905         * malloc/Makefile (tests): Add tst-trim1.
3907         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3909 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3911         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3912         First cast argument to long
3913         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3914         Return long.
3915         (__vdso_clock_gettime): Likewise.
3916         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3917         return long.
3919 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3921         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3922         * locale/nl_langinfo_l.c: Real implementation, copied from
3923         nl_langinfo.c.
3924         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3926 2007-12-01  Jim Meyering  <meyering@redhat.com>
3928         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3929         that would inhibit utf8-optimization of a regexp containing line-
3930         or buffer-anchors, e.g., `^', `$'.
3932 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3934         * time/bug-getdate1.c (do_test): Don't use century values which
3935         aren't valid on 32-bit systems.
3937 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3939         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3940         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3941         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3942         __strcat_g, __strncat_g): Add __asm__.
3944 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3946         [BZ #5477]
3947         * io/fchmodat.c: Fix typo in stub_warning use.
3948         Patch by Petr Salinger.
3950 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3952         * iconvdata/hp-thai8.c: New file.
3953         * iconvdata/Makefile: Add rules for hp-thai8.c.
3954         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3955         * iconvdata/gconv-modules: Likewise.
3957         [BZ #5464]
3958         * iconvdata/hp-greek8.c: New file.
3959         * iconvdata/Makefile: Add rules for hp-greek8.c.
3960         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3961         * iconvdata/gconv-modules: Likewise.
3963         [BZ #5463]
3964         * iconvdata/hp-turkish8.c: New file.
3965         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3966         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3967         * iconvdata/gconv-modules: Likewise.
3969         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3970         (shrink_heap): ... this new function.
3971         (heap_trim): Call shrink_heap instead of grow_heap.
3973         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3974         case don't call alloc_perturb.
3976 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3978         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3979         possible.
3980         * sysdeps/unix/sysv/linux/kernel-features.h
3981         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3982         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3984 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3986         [BZ #5424]
3987         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3988         * stdio-common/Makefile (tests): Add bug22.
3989         * stdio-common/bug22.c: New file.
3991         [BZ #5451]
3992         * time/getdate.c: Fix filling in default values.
3993         * time/bug-getdate1.c: New file.
3994         * time/Makefile: Add rules to build and run bug-getdate1.
3996         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3997         * iconvdata/ebcdic-es.c: Likewise.
3998         * iconvdata/ebcdic-es-a.c: Likewise.
3999         * iconvdata/ebcdic-uk.c: Likewise.
4000         * iconvdata/iso8859-16.c: Likewise.
4001         * iconvdata/viscii.c: Likewise.
4002         * iconvdata/iso8859-9e.c: Likewise.
4003         * iconvdata/Makefile: Adjust appropriately.
4005         [BZ #5428]
4006         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
4007         __need_wint_t.
4009 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
4011         [BZ #5427]
4012         * iconvdata/hp-roman9.c: New file.
4013         * iconvdata/Makefile: Add rules for hp-roman9.c.
4014         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
4015         * iconvdata/gconv-modules: Likewise.
4017         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
4018         * iconvdata/Makefile: Adjust appropriately.
4020         [BZ #5441]
4021         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
4022         structure, it's allocated with alloca.
4023         * stdio-common/Makefile (tests): Add bug21.
4024         * stdio-common/bug21.c: New file.
4026 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
4028         [BZ #5452]
4029         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
4030         keyword for gcc's braced-groups.
4032 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
4034         [BZ #5454]
4035         * inet/ether_line.c: Strip hostname of whitespaces.
4036         * inet/Makefile (tests): Add tst-ether_line.
4037         * inet/tst-ether_line.c: New file.
4039 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
4041         [BZ #5439]
4042         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
4044         [BZ #5435]
4045         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
4047         * stdlib/tst-setcontext.c: Catch the case where the links gets
4048         messed up and we do not reach main again.
4050         * po/ca.po: Update from translation team.
4052 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
4054         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
4055         * posix/regex.h (REG_ENOSYS): Likewise.
4056         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
4058 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
4060         * nscd/nscd.h (MAX_STACK_USE): Define.
4061         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
4062         (gc): Initialize stack_used based on allocation in prune_cache.
4063         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
4064         Clear array before use.
4066         * nscd/aicache.c (addhstaiX): Update statistics counter in case
4067         memory allocation failed.
4068         * nscd/hstcache.c (cache_addhst): Likewise.
4069         * nscd/grpcache.c (cache_addgr): Likewise.
4070         * nscd/servicescache.c (cache_addserv): Likewise.
4071         * nscd/pwdcache.c (cache_addpw): Likewise.
4072         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4074 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
4076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
4077         and creat system calls.
4079         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
4081 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4083         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
4084         Add netiucv/iucv.h.
4085         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
4086         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
4087         protocol.
4088         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
4089         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
4090         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
4092 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4094         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
4095         strncat): Define as macros to avoid compile errors.
4097         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
4098         creat entries.
4100 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
4102         [BZ #5382]
4103         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
4104         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
4105         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
4106         overflow it.
4107         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4109         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
4110         Return zero in case the thread library is not NPTL.
4112         [BZ #5375]
4113         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
4114         initializing interface list.
4116         [BZ #5378]
4117         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
4118         use result of nss_getgrgid_r if nothing was found.  For other
4119         error return with a failure.
4120         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
4122         * locale/programs/ld-collate.c (collate_read): Fix loop to match
4123         macro name.
4125 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4127         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
4128         (get_scope): For IPv4 scope, use scopes table.
4129         (fini): Free scopes table if necessary.
4130         (free_scopelist): New function.
4131         (scopecmp): New function.
4132         (gaiconf_init): Also handle scopev4 entries.
4133         * posix/tst-rfc3484.c (do_test): Initialize scopes.
4134         * posix/tst-rfc3484-2.c (do_test): Likewise.
4135         * posix/gai.conf: Document scopev4 defaults.
4136         * posix/Makefile (tests): Add tst-rfc3484-3.
4137         * posix/tst-rfc3484-3.c: New file.
4139         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
4140         Teredo tunnels.
4141         * posix/gai.conf: Update for current default tables.
4143 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
4145         * po/tr.po: Update from translation team.
4147 2007-11-18  Roland McGrath  <roland@frob.com>
4149         * manual/arith.texi (Remainder Functions): Spelling fix.
4150         From Shaun Silk <genix@mysoul.com.au>.
4152         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
4154 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
4156         * po/zh_CN.po: Update from translation team.
4158         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4159         Add sys/signalfd.h and sys/eventfd.h.
4161 2007-11-15  Bruno Haible  <bruno@clisp.org>
4163         [BZ #5346]
4164         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
4165         union.
4166         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
4167         (DCIGETTEXT): Change the allocation of the 'search' variable so that
4168         it needs only fixed stack space. Delay the initialization of
4169         msgid_len until it is needed.
4171 2007-11-15  Andreas Jaeger  <aj@suse.de>
4173         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
4174         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
4176 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
4178         * po/ko.po: Update from translation team.
4180 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
4182         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
4183         significantly.  The device type is also part of the ifinfomsg data.
4185         * po/sv.po: Update from translation team.
4186         * po/nl.po: Likewise.
4188         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
4189         to wake up in 24 hours.
4191         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
4193 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
4195         * po/cs.po: Update from translation team.
4196         * po/pl.po: Likewise.
4198         * include/ifaddrs.h: Remove in6ai_temporary.
4199         (struct in6addrinfo): Add index element.
4200         Declare __check_native.
4201         * inet/Makefile (aux): Add check_native.
4202         * sysdeps/unix/sysv/linux/check_native.c: New file.
4203         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
4204         IFA_F_TEMPORARY.  Pass back ifa_index.
4205         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
4206         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
4207         call __check_native if necessary.
4208         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
4209         to sort addresses.  Pass information about the results.
4210         * posix/tst-rfc3484.c: Adjust for addition of index field and change
4211         of rfc3484_sort interface.
4212         * posix/tst-rfc3484-2.c: Likewise.
4214         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
4215         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
4216         for _quicksort.
4217         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
4218         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
4219         on as third parameter to compare function and _quicksort.
4220         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
4221         to the compare function.
4222         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
4223         * Versions.def: Add GLIBC_2.8 for libc.
4225         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
4226         * posix/tst-rfc3484-2.c: Likewise.
4228         * include/kernel-features.h: Moved to...
4229         * sysdeps/mach/hurd/kernel-features.h: ...here.
4231 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
4233         * sysdeps/i386/i586/memcpy_chk.S: New file.
4234         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
4235         * sysdeps/i386/i586/memset_chk.S: Likewise.
4237 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
4239         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
4240         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
4241         list of interfaces.  Also store prefix length.
4242         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
4243         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
4244         prefix if source and destination address are in the same subnet.
4245         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
4246         Always look for matching record in in6ai list.
4247         Correct source_addr_len value for IPv6->IPv4 converted records.
4249 2007-11-11  Roland McGrath  <roland@frob.com>
4251         * include/kernel-features.h: New file.
4253 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
4255         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
4256         complications for 64-bit platforms.
4258         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
4259         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
4260         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
4261         open64_2.
4262         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
4263         entries.
4264         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4265         * sysdeps/wordsize-64/alphasort.c: New file.
4266         * sysdeps/wordsize-64/alphasort64.c: New file.
4267         * sysdeps/wordsize-64/fseeko.c: New file.
4268         * sysdeps/wordsize-64/fseeko64.c: New file.
4269         * sysdeps/wordsize-64/ftello.c: New file.
4270         * sysdeps/wordsize-64/ftello64.c: New file.
4271         * sysdeps/wordsize-64/ftw.c: New file.
4272         * sysdeps/wordsize-64/ftw64.c: New file.
4273         * sysdeps/wordsize-64/iofgetpos.c: New file.
4274         * sysdeps/wordsize-64/iofgetpos64.c: New file.
4275         * sysdeps/wordsize-64/iofopen.c: New file.
4276         * sysdeps/wordsize-64/iofopen64.c: New file.
4277         * sysdeps/wordsize-64/iofsetpos.c: New file.
4278         * sysdeps/wordsize-64/iofsetpos64.c: New file.
4279         * sysdeps/wordsize-64/lockf.c: New file.
4280         * sysdeps/wordsize-64/lockf64.c: New file.
4281         * sysdeps/wordsize-64/mkostemp.c: New file.
4282         * sysdeps/wordsize-64/mkostemp64.c: New file.
4283         * sysdeps/wordsize-64/mkstemp.c: New file.
4284         * sysdeps/wordsize-64/mkstemp64.c: New file.
4285         * sysdeps/wordsize-64/scandir.c: New file.
4286         * sysdeps/wordsize-64/scandir64.c: New file.
4287         * sysdeps/wordsize-64/tmpfile.c: New file.
4288         * sysdeps/wordsize-64/tmpfile64.c: New file.
4289         * sysdeps/wordsize-64/versionsort.c: New file.
4290         * sysdeps/wordsize-64/versionsort64.c: New file.
4291         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
4292         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
4293         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
4294         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
4295         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
4296         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
4297         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
4298         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
4299         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
4300         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
4301         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
4302         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
4304         * crypt/sha256-crypt.c: Fix a comment.
4305         * crypt/sha512-crypt.c: Likewise.
4307 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
4309         * sysdeps/x86_64/memset.S: Add sfence after movnti.
4311 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
4313         [BZ #5277]
4314         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
4315         because output buffer is too small break, don't loop.
4316         * iconvdata/Makefile (tests): Add bug-iconv6.
4317         * iconvdata/bug-iconv6.c: New file.
4319 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
4321         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
4322         with size_t type.
4323         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
4324         size_t.  Add casts where needed.
4326         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
4327         old headers, don't call avc_has_perm if we don't have the
4328         permission information.
4330 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
4332         * elf/rtld.c (dl_main): Use the page size to find the map start.
4334 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
4336         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
4337         Patch by Szymon Siwek <sls@poczta.wp.pl>.
4339         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
4340         when the lookup call failed.
4342         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
4343         Add prune_cond and wakeup_time.
4344         (CACHE_PRUNE_INTERNAL): Define.
4345         Update declarations of prune_cache and setup_thread.
4346         * nscd/connections.c (dbs): Update initializers.
4347         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
4348         (nscd_init): Default number of threads is now 4.
4349         (invalidate_cache): Take lock before calling prune_cache.
4350         (handle_request): If SELinux forbids the request, say so.
4351         (readylist_cond): Use static initializer.
4352         (nscd_run_prune): New function.  Used only by pruning threads.
4353         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
4354         here.
4355         (fd_ready): Update nscd_run reference.
4356         (start_threads): No need to initialize readylist_cond.
4357         Start pruning threads separately.
4358         * nscd/nscd_setup_thread.c: Change return value type to int and always
4359         return 0.
4360         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
4361         to int and return nonzero value if we can use the TID address hack.
4362         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
4363         the database is later than the new entry's timeout, update the
4364         wakeup time and wake the cleanup thread.
4365         (prune_cache): Return seconds the next entry in the database is still
4366         valid.  Remove locking for pruning here.
4367         * nscd/nscd.conf: Document default number of threads.
4369 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
4371         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
4372         stack is properly aligned for the target function.
4373         Correct unwind info.
4375         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
4376         when using auditing libraries.
4378 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
4380         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
4381         _nss_dns_getnetbyaddr2_r.
4382         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
4383         extra parameter to getanswer_r.
4384         (_nss_dns_getnetbyaddr_r): Now a wrapper around
4385         _nss_dns_getnetbyaddr2_r.
4387         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
4388         gethstbynm3_r.
4389         * nscd/gethstbynm2_r.c: Remove.
4390         * nscd/gethstbynm3_r.c: New file.
4391         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
4392         __gethostbyaddr_r.
4393         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
4394         __gethostbyaddr_r compatibility wrapper.
4395         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
4396         determining timeout of entry.
4397         (lookup): Take new parameter and pass it to __gethostbyname3_r and
4398         __gethostbyaddr2_r.
4399         (addhstbyX): Pass reference to variable for TTL to lookup and
4400         cache_addhst.
4401         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
4402         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
4403         and __nss_next2.  Remove __nss_services_lookup.
4404         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
4405         Add compat wrapper.
4406         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
4407         __nss_next2.
4408         * nss/getXXent_r.c: Likewise.
4409         * nss/getnssent_r.c: Likewise.
4410         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
4411         does not exist in module, try the optional second name.
4412         (__nss_next2): New function.
4413         (__nss_next): Now wrapper around __nss_next2.
4414         * nss/nsswitch.h: Adjust __nss_lookup prototype.
4415         Declare __nss_next2.
4416         Adjust definition of db_lookup_function type.
4417         * nss/service-lookup.c: Define NO_COMPAT.
4418         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
4419         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
4420         * inet/ether_ntoh.c: Likewise.
4421         * sunrpc/netname.c: Likewise.
4422         * sunrpc/publickey.c: Likewise.
4423         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
4424         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
4425         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4426         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4427         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4429         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
4431         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
4433 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
4435         [BZ #5204]
4436         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
4437         * crypt/sha512c-test.c: Likewise.
4439         [BZ #5225]
4440         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
4441         to keep track of end of %[ format string element.
4442         * stdio-common/Makefile (tests): Add bug20.
4443         * stdio-common/bug20.c: New file.
4445         [BZ #5222]
4446         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
4447         path elements in counting mode.
4449 2007-10-27  Andreas Jaeger  <aj@suse.de>
4451         [BZ #5040]
4452         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
4454         [BZ #3112]
4455         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
4456         (__cleanup): Free shared library when exiting.
4457         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
4458         (__cleanup): Free shared library when exiting.
4460 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
4462         [BZ #2549]
4463         * math/libm-test.inc (check_float_internal): Support
4464         denormalized return.
4466 2007-10-23  Andreas Jaeger  <aj@suse.de>
4468         [BZ #5208]
4469         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
4470         __LONG_LONG_PAIR to handle little endian byte order.
4471         Suggested by abhishekrai@google.com
4473 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
4475         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
4477 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
4479         * nscd/cache.c (prune_cache): Move test for modified file outside
4480         of locking.
4482 2007-10-21  Andreas Jaeger  <aj@suse.de>
4484         * manual/texinfo.tex: Update to latest version.
4486         * manual/sysinfo.texi (System Parameters): Fix Formatting.
4488         * manual/arith.texi (Status bit operations): Fix formatting.
4490         * manual/errno.texi (Error Messages): Fix formatting.
4492         * manual/sysinfo.texi (System Parameters): Fix formatting.
4494         * manual/libc.texinfo: Update VERSION and UPDATED.
4496 2007-10-19  Roland McGrath  <roland@redhat.com>
4498         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
4500 2007-10-06  David S. Miller  <davem@davemloft.net>
4502         * configure.in: Add sparcv9v2 and sparc64v2.
4503         * scripts/config.sub: Likewise.
4504         * configure: Regenerate.
4505         * elf/elf.h (HWCAP_SPARC_N2): New.
4506         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
4507         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
4508         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
4509         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
4510         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
4511         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
4512         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
4514 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
4516         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
4517         even if the poll result indicates there is data to read.
4518         Patch by Jeff Moyer <jmoyer@redhat.com>.
4520 2007-10-18  Roland McGrath  <roland@redhat.com>
4522         * elf/elf.h (NT_PPC_VMX): New macro.
4524 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4526         * version.h (VERSION): Set to 2.7.90.
4528 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4530         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
4531         weak_alias.
4533 2007-10-17  Roland McGrath  <roland@frob.com>
4535         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
4536         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
4538 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4540         * version.h (VERSION): Bump to 2.7.
4541         * include/features.h (__GLIBC_MINOR__): Bump to 7.
4543         [BZ #5186]
4544         * time/tzset.c (__tz_convert): Don't force testing for a change of
4545         TZ if not called from localtime.  But then also see whether the
4546         file changed, in case __use_tzfile is set.
4548         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
4549         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4550         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4551         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4552         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4553         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4554         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
4555         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4557 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
4559         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
4560         and admin selects to be able to replace the gai.conf file, lock
4561         data structures around the qsort call.
4563 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4565         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
4566         new memset.
4567         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
4568         too high for the improvements.  Implement bzero unconditionally for
4569         use in libc.
4571 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
4572             Jakub Jelinek  <jakub@redhat.com>
4574         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
4575         even when time_t is 32-bit.
4576         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
4577         timezone data read by __tzfile_default.  Ensure __tzname[0] is
4578         always set after the search.
4580 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4582         * time/tzfile.c (__tzfile_read): Help the compiler recognize
4583         unreachable code on 32-bit machines.
4585 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4587         [BZ #5184]
4588         * time/strftime_l.c: Include stdbool.h.
4589         (my_strftime): New wrapper, old function renamed to...
4590         (__strftime_internal): ... new function.  Add tzset_called
4591         argument, pass it down to recursive calls, don't call tzset ()
4592         if already true, set to true after call to tzset ().
4594 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
4596         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
4597         into account when copying TZ string.
4599 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4601         * time/tzfile.c (__tzfile_compute): For use_last case set i to
4602         num_transition rather than num_transitions - 1.
4604 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
4606         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
4607         PIC indirect jump.
4609         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
4610         a local label rather than HIDDEN_JUMPTARGET.
4612 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4614         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
4615         (init_cacheinfo): Initialize it.
4616         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
4617         Always define bzero.
4618         Remove non-glibc code.
4619         * sysdeps/x86_64/bzero.S: Make an empty file.
4621 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
4623         * sysdeps/x86_64/cacheinfo.c
4624         (__x86_64_preferred_memory_instruction): New.
4625         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
4627         * sysdeps/x86_64/memset.S: Rewrite.
4629 2007-10-15  Roland McGrath  <roland@redhat.com>
4631         * po/libc.pot: Regenerated.
4633 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
4635         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
4636         pointers.
4638         [BZ #3425]
4639         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
4640         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
4641         address record to T_A/T_AAAA requests.
4643 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4645         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
4647         * posix/glob.c: Add some branch prediction throughout.
4649         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
4650         read from nscd.
4652         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
4653         service_order.
4654         (rfc3484_sort): Make sure that even if qsort doesn't support
4655         stable sorting out sorting here is stable by comparing service_order.
4656         (getaddrinfo): Initialize service_order.
4657         * posix/tst-rfc3484.c (do_test): Adjust for addition of
4658         service_order field to sorting structure.
4659         * posix/tst-rfc3484-2.c (do_test): Likewise.
4661         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
4662         * time/tzset.c (tzset_internal): Break TZ string parsing out into
4663         __tzset_parse_tz and updating of daylight, timezone, tzname into
4664         update_vars.
4665         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
4666         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
4667         happens in __tz_compute.
4668         * time/tzfile.c (__tzfile_read): Also read TZ string.
4669         (find_transition): Fold into __tzfile_compute.
4670         (__tzfile_compute): For times beyond the last transition try to
4671         use the TZ string.
4672         * timezone/tst-timezone.c: Information in daylight and tzname does
4673         change for Asia/Tokyo timezone with more concrete information.
4674         Remove the test.
4676         * include/stdio.h: Add libc_hidden_proto for ftello.
4677         * libio/ftello.c: Add libc_hidden_def.
4679         [BZ #1140]
4680         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
4681         on the specified time and not the last entries in the file.  Move
4682         code to determine tzname[] to...
4683         (find_transition): ...here.  Add ugly guess for times before the
4684         first transition.
4686 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4688         [BZ #3195]
4689         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
4690         no entry.
4691         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
4692         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4693         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4694         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4696         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
4697         read mechanism when there are no group members and avoid no-op
4698         read syscall in this case.
4700         [BZ #3242]
4701         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
4702         (__readall): If reading failed due to EAGAIN error wait a bit
4703         and possibly try again.
4704         (__readvall): Likewise.
4706 2007-10-13  Bruno Haible  <bruno@clisp.org>
4708         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
4709         when we cannot recode the message.
4711 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4713         [BZ #4359]
4714         * libio/__freading.c (__freading): Don't return true for
4715         write-only streams.  For read/write streams, check whether we
4716         performed a read operation already.
4717         * libio/Makefile (tests): Add tst-ext2.
4718         * libio/tst-ext2.c: New file.
4720 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4722         * locale/programs/repertoire.c (repertoire_read): Always free
4723         memory for repertoire file name [Coverity CID 270].
4725         * elf/cache.c (save_aux_cache): Free memory allocated for
4726         temporary file name [Coverity CID 267].
4728 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4730         * misc/Makefile (headers): Add bits/error.h.
4732 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4734         * posix/fnmatch_loop.c: Take rule index returned as part of
4735         findidx return value into account when accessing weights.
4736         * posix/regcomp.c: Likewise.
4737         * posix/regexec.c: Likewise.
4739         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
4740         (skip_to): Fix problems with parameter of elifdef/elifndef.
4742 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
4744         * iconv/gconv_simple.c: Add some branch prediction.
4746 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4748         * locale/programs/ld-collate.c (collate_read): If ignore_content
4749         and nowtok is tok_define, eat any tok_eol tokens.
4751 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4753         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4754         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4756         * inet/netinet/in.h: Don't include bits/socket.h.
4757         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4758         macro.
4759         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4761 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4763         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4764         and tok_elifndef.
4765         * locale/programs/locfile-kw.gperf: Likewise.
4766         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4768 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4770         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4771         (__find_specwc): Change into __extern_always_inline function.
4772         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4773         (__parse_one_specmb): Remove ps argument.
4774         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4775         Adjust __find_specmb and __parse_one_specmb callers.
4776         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4777         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4778         Removed.
4779         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4780         caller.
4782 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4784         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4785         with some Pentium Ds.
4787 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4789         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4790         __read not read.
4791         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4792         __write not write.
4794 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4796         [BZ #181]
4797         * locale/C-time.c: Set week_1stday data to 19971201.
4798         * locale/programs/ld-time.c (time_finish): Default for
4799         first_workday is Monday.
4801         [BZ #2633]
4802         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4804         [BZ #5103]
4805         * posix/glob.c (glob): Recognize patterns starting \/.
4806         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4807         (main): Add test for pattern starting \/.
4809         * misc/error.h: Use __const instead of const.
4810         * misc/bits/error.h: Likewise.
4812 2007-10-07  Andreas Jaeger  <aj@suse.de>
4814         * include/bits/error.h: New file.
4816         * misc/bits/error.h (error_at_line): Fix prototype.
4818 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4820         [BZ #3924]
4821         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4822         more little bugs in creating the stack frame when pltexit has to
4823         be called.
4825         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4826         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4828         [BZ #4407]
4829         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4830         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4831         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4832         * math/libm-test.inc: Add test for this case.
4834         [BZ #5010]
4835         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4836         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4837         map service succeeded.
4838         (svc_is_mapped): New function.
4839         (svc_unregister): Use it before trying to unmap service.
4841 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4843         * timezone/zic.c: Update from tzcode2007h.
4845         [BZ #5063]
4846         * timezone/africa: Update from tzdata2007h.
4847         * timezone/antarctica: Likewise.
4848         * timezone/asia: Likewise.
4849         * timezone/australasia: Likewise.
4850         * timezone/europe: Likewise.
4851         * timezone/leapseconds: Likewise.
4852         * timezone/northamerica: Likewise.
4853         * timezone/southamerica: Likewise.
4854         * timzeone/zone.tab: Likewise.
4856         [BZ #5104]
4857         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4859         [BZ #5113]
4860         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4861         avoid warning with -Wconversion.
4862         (__strndup): Likewise.
4863         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4865         [BZ #5112]
4866         * nscd/connections.c (restart): Don't resync if database is
4867         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4869         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4870         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4872         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4873         evetnfd_read, eventfd_write.
4874         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4875         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4876         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4877         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4878         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4879         eventfd_write for GLIBC_2.7.
4881         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4882         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4883         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4884         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4886 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4888         * stdlib/msort.c: Include stdint.h.
4889         (struct msort_param): New type.
4890         (msort_with_tmp): Use struct msort_param pointer for unchanging
4891         parameters.  Add optimized handling for several common sizes
4892         and indirect sorting mode.
4893         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4894         sorting.
4895         Suggested by Belazougui Djamel .
4897         * stdlib/Makefile (tests): Add tst-qsort2.
4898         * stdlib/tst-qsort2.c: New test.
4900 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4902         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4903         for dup2 in case another thread races with the current one.  Retry
4904         in this case.
4906         * misc/error.h: Remove support for use outside of libc.  We have to
4907         include <features.h> now.  Include <bits/error.h> if possible.
4908         * misc/bits/error.h: New file.
4910 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4912         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4913         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4914         __extern_always_inline functions unconditionally, drop macros.
4916         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4917         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4918         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4920         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4921         add __artificial__ attribute.
4923 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4925         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4926         backward to forward direction.
4928         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4930         [BZ #645]
4931         * locale/programs/ld-collate.c (collate_finish): Compare against last
4932         used section which is known to have rules defined.
4933         (collate_read): After order_start, correctly record order of sections
4934         and queue sections up.
4936 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4938         [BZ #5071]
4939         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4940         the same number of pages.
4941         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4943         * locale/programs/ld-collate.c (collate_read): After initial copy
4944         statement, continue in state 0.
4946         * include/stdio_ext.h (__fsetlocking): Define as macro.
4948 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4950         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4951         of section order.
4953         * po/pt_BR.po: Fix typo.
4955 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4957         * iconvdata/Makefile (modules): Add ISO8859-9E.
4958         (distribute): Add iso8859-9e.c.
4959         (gen-8bit-gap-modules): Add iso8859-9e.
4960         * iconvdata/iso8859-9e.c: New file.
4961         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4962         * iconvdata/TESTS: Likewise.
4963         * iconvdata/tst-tables.sh: Likewise.
4965         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4967         * locale/iso-639.def: Add several new entries.
4969 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4971         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4972         void * pointers instead of struct link_map **.
4973         (_dl_scope_free): Change argument type to void *.
4974         * include/link.h (struct link_map): Change type of l_reldeps
4975         to struct link_map_reldeps, move l_reldepsact into that
4976         struct too.
4977         * elf/dl-deps.c: Include atomic.h.
4978         (_dl_map_object_deps): Only change l->l_initfini when it is
4979         fully populated, use _dl_scope_free for freeing it.  Optimize
4980         removal of libs from reldeps by using l_reserved flag, when
4981         some removal is needed, allocate a new list instead of
4982         reallocating and free the old with _dl_scope_free.  Adjust
4983         for l_reldeps and l_reldepsact changes.
4984         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4985         searching in l_initfini and l_reldeps without holding dl_load_lock.
4986         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4987         l_reldepsact changes.
4988         * elf/dl-close.c (_dl_close_worker): Likewise.
4989         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4991 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4993         * iconvdata/Makefile (modules): Add KOI8-RU.
4994         (distribute): Add koi8-ru.c.
4995         (gen-8bit-gap-modules): Add koi8-ru.
4996         * iconvdata/koi8-ru.c: New file.
4997         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4998         * iconvdata/TESTS: Likewise.
4999         * iconvdata/tst-tables.sh: Likewise.
5001         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
5003 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
5005         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
5006         with __warning__/__error__ attributes.
5007         (__warnattr): Define.
5008         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
5009         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
5010         __warnattr.
5011         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
5012         of __*_chk if compile time detectable overflow is found.
5013         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
5014         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
5015         with __warnattr.
5016         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
5017         instead of __*_chk if compile time detectable overflow is found.
5018         (__gets_alias): Rename to...
5019         (__gets_warn): ... this.  Add __warnattr.
5020         (gets): Call __gets_warn instead of __gets_alias.
5021         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
5022         aliases with __warnattr.
5023         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
5024         time detectable overflow is found.
5025         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
5026         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
5027         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
5028         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
5029         __getdomainname_chk_warn): New aliases with __warnattr.
5030         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
5031         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
5032         __*_chk_warn instead of __*_chk if compile time detectable overflow
5033         is found.
5034         (__getgroups_chk): Rename argument to __listlen from listlen.
5035         (__getwd_alias): Rename to...
5036         (__getwd_warn): ... this.  Add __warnattr.
5037         (getwd): Call __getwd_warn instead of __getwd_alias.
5038         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
5039         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
5040         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
5041         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
5042         __wcsnrtombs_chk_warn): New aliases with __warnattr.
5043         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
5044         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
5045         compile time detectable overflow is found.
5046         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
5047         to use __*_chk or not.
5048         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
5049         in comparisons which function should be called and in __*_chk*
5050         arguments.  Call __*_chk_warn instead of __*_chk if compile time
5051         detectable overflow is found.
5052         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
5053         __*_chk argument.
5054         * debug/tst-chk1.c (do_test): Add a few more tests.
5056 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
5058         [BZ #5058]
5059         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
5060         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
5061         (_nl_unload_domain): Finalize conversions_lock.
5062         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
5063         handling table of known conversions.
5065 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
5067         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
5068         close_not_cancel_no_status instead of close.
5070 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
5072         [BZ #5028]
5073         * posix/regcomp.c (lookup_collation_sequence_value): Check that
5074         nrules != 0 for multibyte chars.
5076 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
5078         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
5079         Provide better error message in case the type is unknown.
5081         [BZ #4963]
5082         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
5083         * string/stratcliff.c: Make usable to test wide char functions.
5084         * wcsmbs/wcsatcliff.c: New file.
5085         * wcsmbs/Makefiel (tests): Add wcsatcliff.
5087         [BZ #4972]
5088         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
5089         (distribute): Add mac-centraleurope.c.
5090         (gen-8bit-gap-modules): Add mac-centraleurope.
5091         * iconvdata/mac-centraleurope.c: New file.
5092         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
5093         * iconvdata/TESTS: Likewise.
5094         * iconvdata/tst-tables.sh: Likewise.
5096         [BZ #5043]
5097         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
5099 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
5101         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
5102         from __x86_64_core_cache_size_half.
5103         (init_cacheinfo): Compute shared cache size for AMD processors with
5104         shared L3 correctly.
5105         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
5106         name change.
5107         Patch in large parts by Evandro Menezes.
5109 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
5111         * elf/dl-lookup.c (add_dependency): Handle failing memory
5112         allocation for dependency list.  Remove unnecessary check.
5114         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
5115         open/close when determining source addresses.
5117         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
5118         sha512-crypt, and sha512.
5119         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
5120         (distribute): Add sha256.h and sha512.h.
5121         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
5122         and call the appropriate code.
5123         * crypt/sha256-crypt.c: New file.
5124         * crypt/sha256.c: New file.
5125         * crypt/sha256.h: New file.
5126         * crypt/sha256c-test.c: New file.
5127         * crypt/sha256test.c: New file.
5128         * crypt/sha512-crypt.c: New file.
5129         * crypt/sha512.c: New file.
5130         * crypt/sha512.h: New file.
5131         * crypt/sha512c-test.c: New file.
5132         * crypt/sha512test.c: New file.
5134 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
5136         * misc/bits/syslog.h (syslog): Remove extraneous argument from
5137         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
5138         __syslog_chk.
5140 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
5142         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
5143         %as in fscanf format strings.
5145         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
5146         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5147         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5148         Likewise.
5149         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5150         Likewise.
5152         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
5153         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
5154         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
5155         * elf/dl-sym.c (do_sym): Likewise.
5156         * include/link.h (struct link_map): Add l_serial field.
5157         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
5158         * elf/dl-lookup.c (add_dependency): Add flags argument.
5159         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
5160         flags, use THREAD_GSCOPE_RESET_FLAG before and
5161         THREAD_GSCOPE_SET_FLAG after
5162         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
5163         Don't dereference map until it has been found on some list.
5164         If map->l_serial changed, return -1.
5166 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
5168         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
5169         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
5170         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
5171         libc_hidden_proto.
5172         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
5173         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
5174         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
5175         add libc_hidden_proto.
5176         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5177         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5178         conformance requested.
5179         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
5180         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
5181         conformance requested.
5182         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
5183         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
5184         conformance requested.
5185         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
5186         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
5187         ISO C99 or POSIX conformance requested.
5188         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
5189         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
5190         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
5191         and __isoc99_vsscanf@@GLIBC_2.7.
5192         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
5193         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
5194         (tests): Add scanf14.
5195         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
5196         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
5197         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
5198         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
5199         CFLAGS-isoc99_scanf.c): Add $(exceptions).
5200         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
5201         from using internal headers.
5202         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
5203         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
5204         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
5205         and __isoc99_vswscanf@@GLIBC_2.7.
5206         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
5207         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
5208         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
5209         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
5210         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
5211         * stdio-common/isoc99_scanf.c: New file.
5212         * stdio-common/isoc99_vsscanf.c: New file.
5213         * stdio-common/isoc99_vscanf.c: New file.
5214         * stdio-common/isoc99_vfscanf.c: New file.
5215         * stdio-common/isoc99_fscanf.c: New file.
5216         * stdio-common/isoc99_sscanf.c: New file.
5217         * wcsmbs/isoc99_fwscanf.c: New file.
5218         * wcsmbs/isoc99_vswscanf.c: New file.
5219         * wcsmbs/isoc99_swscanf.c: New file.
5220         * wcsmbs/isoc99_wscanf.c: New file.
5221         * wcsmbs/isoc99_vwscanf.c: New file.
5222         * wcsmbs/isoc99_vfwscanf.c: New file.
5223         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
5224         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
5225         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
5226         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
5227         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
5228         * stdio-common/scanf14.c: New test.
5229         * stdio-common/scanf15.c: New test.
5230         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
5231         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
5232         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
5233         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
5234         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
5235         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
5236         __nldbl___isoc99_scanf@@GLIBC_2.7,
5237         __nldbl___isoc99_fscanf@@GLIBC_2.7,
5238         __nldbl___isoc99_sscanf@@GLIBC_2.7,
5239         __nldbl___isoc99_vscanf@@GLIBC_2.7,
5240         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
5241         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
5242         __nldbl___isoc99_wscanf@@GLIBC_2.7,
5243         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
5244         __nldbl___isoc99_swscanf@@GLIBC_2.7,
5245         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
5246         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
5247         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
5248         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
5249         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
5250         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
5251         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
5252         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
5253         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
5254         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
5255         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
5256         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
5257         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
5258         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
5259         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
5260         functions.
5261         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
5262         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
5263         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
5264         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
5265         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
5266         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
5267         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
5268         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
5269         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
5270         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
5271         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
5272         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
5274         * stdio-common/Makefile (tests): Add scanf13.
5275         (scanf13-ENV): New.
5276         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
5277         m modifier followed by l.
5278         (STRING_ARG): Add width argument.
5279         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
5280         <case L_('C')>: Handle %mlc and %mC.
5281         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
5282         arguments.
5283         * stdio-common/scanf13.c: New test.
5285         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
5286         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
5288 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
5290         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
5291         type and __THROW marker of splice, vmsplice, and tee.
5292         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5293         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5294         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5295         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5296         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5297         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5298         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5299         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
5300         as cancellation points.
5302 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
5304         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
5305         parse more than three parts of the version number.
5307 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
5309         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
5310         modifier.  Patch by Jakub Jelinek.
5312 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
5314         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
5315         call_fallocate in misc subdir.
5316         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
5317         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
5318         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
5319         instead of __fallocate64.
5320         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
5322 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
5324         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
5325         * rt/Makefile (headers): Add bits/mqueue2.h.
5326         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
5327         optimizing with GCC and __va_arg_pack_len is defined.
5328         * rt/bits/mqueue2.h: New file.
5329         * rt/mq_open.c (__mq_open): Renamed from mq_open.
5330         (mq_open): New strong_alias.
5331         (__mq_open_2): New function.
5332         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
5333         (mq_open): New strong_alias.
5334         (__mq_open_2): New function.
5335         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
5336         * Versions.def (librt): Add GLIBC_2.7 version.
5337         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
5338         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
5340         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
5341         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
5342         is defined rather than when not C++.
5343         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
5344         __openat64_alias): New redirects.
5345         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
5346         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
5347         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
5348         (open, open64, openat, openat64): Rewrite as __extern_always_inline
5349         functions instead of function-like macros.
5351 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5353         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
5354         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
5355         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
5357 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
5359         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
5360         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
5362 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
5364         * inet/tst-network.c: Increment ERRORS for failing tests.
5366 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
5368         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
5369         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
5370         implement as __extern_always_inline function.
5371         (vsyslog): Define as __extern_always_inline function unconditionally.
5372         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
5373         When __va_arg_pack is defined, implement as __extern_always_inline
5374         functions.
5375         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5376         __extern_always_inline functions unconditionally.
5377         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
5378         bits/stdio2.h will be included.
5379         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
5380         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
5381         implement as __extern_always_inline functions.
5382         (vswprintf, vwprintf, vfwprintf): Define as
5383         __extern_always_inline functions unconditionally.
5384         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
5386 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
5388         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
5389         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
5390         attribute.
5391         * include/features.h (__USE_EXTERN_INLINES): Define only when
5392         __extern_inline is defined.
5393         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
5394         is defined instead of when not __cplusplus.
5395         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
5396         is defined instead of when not __cplusplus.
5397         * socket/sys/socket.h: Include bits/socket2.h when
5398         __extern_always_inline is defined instead of when not __cplusplus.
5399         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
5400         is defined instead of when not __cplusplus.
5401         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
5402         is defined instead of when not __cplusplus.
5403         * string/string.h: Include bits/string3.h when __extern_always_inline
5404         is defined instead of when not __cplusplus.
5405         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
5406         is defined instead of when not __cplusplus.
5407         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
5408         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
5409         is not defined.
5410         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
5411         defined __extern_always_inline instead of !defined __cplusplus.
5412         * libio/bits/stdio-ldbl.h: Likewise.
5413         * wcsmbs/bits/wchar-ldbl.h: Likewise.
5414         * misc/bits/syslog.h (syslog): Don't define for C++.
5415         (vsyslog): Use __extern_always_inline function for C++ instead of
5416         a macro.
5417         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
5418         whenever that macro is defined.
5419         (vprintf): Don't provide the inline for C++.
5420         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
5421         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
5422         define the macros for C++.
5423         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
5424         __extern_always_inline functions for C++.
5425         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
5426         stat64, lstat64, fstat64, fstatat64): Don't define if not
5427         __USE_EXTERN_INLINES.
5428         * wcsmbs/bits/wchar2.h: Fix #error message.
5429         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
5430         (vswprintf, vwprintf, vfwprintf): Define using
5431         __extern_always_inline functions for C++.
5432         * string/bits/string3.h: Don't #undef macros if __cplusplus.
5433         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
5434         strncpy, strcat, strncat): Define as __extern_always_inline
5435         functions instead of macros for C++.
5436         * math/bits/cmathcalls.h: Guard __extern_inline routines with
5437         defined __extern_inline.
5438         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
5439         to __extern_inline whenever that macro is defined.
5440         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5441         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5442         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
5443         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
5444         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5445         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5446         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5447         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
5448         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
5449         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
5450         prototypes.  Only provide __extern_inline routines if
5451         __USE_EXTERN_INLINES.
5452         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
5453         tests.
5454         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
5455         For now avoid some *printf tests in C++.  Skip all testing
5456         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
5457         is not.
5458         * debug/tst-chk4.cc: New file.
5459         * debug/tst-chk5.cc: New file.
5460         * debug/tst-chk6.cc: New file.
5461         * debug/tst-lfschk4.cc: New file.
5462         * debug/tst-lfschk5.cc: New file.
5463         * debug/tst-lfschk6.cc: New file.
5464         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
5465         prototypes in C++.
5466         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
5467         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
5468         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
5470 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
5472         * po/cs.po: Update from translation team.
5474 2007-09-11  Roland McGrath  <roland@redhat.com>
5476         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
5477         compiling.
5479 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5481         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
5483 2007-09-05  Roland McGrath  <roland@redhat.com>
5485         * manual/signal.texi (Signaling Another Process): Typo fix.
5486         From Karl Berry <karl@freefriends.org>.
5488 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
5490         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
5491         zero if not defined.
5492         (make_request): Recognize optimistic addresses and treat them like
5493         deprecated addresses.
5494         Reported by Neil Horman <nhorman@redhat.com>.
5496 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
5498         * nscd/connections.c (send_ro_fd): Also transfer file size.
5499         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
5500         file size don't call fstat.
5502         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
5503         ahead and map the file.  This should always be correct and we can
5504         catch problems later.
5506 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
5508         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
5509         prototypes.
5510         (__fread_alias, __fread_unlocked_alias): New aliases.
5511         (fread): New extern inline.
5512         (fread_unlocked): Likewise.  Undef macro before definition of
5513         the inline function.
5514         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
5515         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
5516         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
5517         and __fread_unlocked_chk@@GLIBC_2.7.
5518         * debug/fread_chk.c: New file.
5519         * debug/fread_u_chk.c: New file.
5520         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
5522 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
5524         * sysdeps/unix/sysv/linux/syscalls.list
5525         (personality): Change caller to EXTRA.
5527 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
5529         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
5530         to keep gcc quiet.
5531         * iconvdata/iso-2022-cn.c (BODY): Likewise.
5533         * locale/programs/ld-collate.c (collate_output): Avoid warning if
5534         NDEBUG is defined.
5536         * Makerules: Use -p option with mkdir.
5538         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
5539         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
5540         (_xdr_directory_obj): Likewise.
5541         (xdr_entry_obj): Likewise.
5542         (xdr_group_obj): Likewise.
5543         (xdr_link_obj): Likewise.
5544         (xdr_table_obj): Likewise.
5545         (_xdr_nis_result): Likewise.
5546         (_xdr_ns_request): Likewise.
5547         (_xdr_ib_request): Likewise.
5548         (_xdr_nis_taglist): Likewise.
5549         (xdr_cback_data): Likewise.
5550         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
5551         (xdr_ypresp_maplist): Likewise.
5553         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
5555         * posix/regex_internal.h: Prevent some declarations and definitions
5556         to be seen when used in tests.
5558         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
5559         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
5561         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
5563         * config.make.in (datarootdir): Add to shut up configure.
5565         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
5566         associativity for fully-associative caches.
5568         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
5569         requests.  Fill on more associativity values for L2.
5570         Patch mostly by Evandro Menezes.
5572 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
5574         * sysdeps/unix/sysv/linux/x86_64/init-first.c
5575         (_libc_vdso_platform_setup): Avoid using exported variable by using
5576         alias.
5578         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
5580         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
5581         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
5582         defined.
5584 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
5586         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
5587         align stack for call if pltexit is to be used.
5589         [BZ #3924]
5590         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
5591         align for function call in case pltexit has to be called later.
5593         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
5594         implicit atomic operation when storing function pointer.
5595         (_dl_runtime_profile): Likewise.
5597 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5599         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
5600         NIS_NOTFOUND.
5602 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5604         [BZ #4566]
5605         * string/strtok.c: Fix typo in comment.
5607         [BZ #4582]
5608         * debug/segfault.c: Fix typos in comments.
5610         [BZ #4588]
5611         * stdio-common/tempnam.c: Fix comment, it is not checked that
5612         TMPDIR points to a writable directory.
5614         [BZ #4726]
5615         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
5616         memory allocated for the name server address.
5618         [BZ #4946]
5619         * nscd/connections.c (handle_request): Using sendfile always
5620         requires that mmap is used for the database.
5621         Patch by Petr Baudis <pasky@suse.cz>.
5623         [BZ #4905]
5624         * nscd/hstcache.c (cache_addhst): When reloading an entry which
5625         suddenly has two or more addresses, ignore it and remove the old
5626         entry.
5628         [BZ #4814]
5629         * resolv/res_hconf.c: Prepare for compiling outside libc.
5630         * nscd/res_hconf.c: New file.
5631         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
5632         the new file.
5633         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
5634         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
5636         * nscd/hstcache.c (cache_addhst): Minimal optimization.
5638         [BZ #4925]
5639         * debug/pcprofiledump.c: Turn on internationalization by calling
5640         setlocale.  Patch mostly by Benno Schulenberg.
5642         [BZ #4936]
5643         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
5644         the state.
5645         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
5646         * iconvdata/bug-iconv5.c: New file.
5648 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
5650         [BZ #4896]
5651         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
5652         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
5653         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
5654         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
5655         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
5656         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
5657         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
5658         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
5660 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
5662         [BZ #4937]
5663         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
5664         lookup loop.  Suggested by John Reiser.
5666 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
5668         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
5670 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
5672         * csu/libc-start.c: Don't handle VDSO_SETUP here.
5673         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
5674         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
5675         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
5676         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
5677         to...
5678         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
5680 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
5682         * po/nl.po: Update from translation team.
5684 2007-08-16  Andreas Jaeger  <aj@suse.de>
5686         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
5687         Reported by Peter Festner <peter.festner@ewetel.net>.
5689 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5691         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
5693 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
5695         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
5696         to check for undefined symbols.
5698         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
5699         If the syscall fails, set errno to the actual returned error number
5700         rather than EINVAL.
5701         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
5702         arguments are incorrect, set errno to EINVAL, if the syscall
5703         fails, set errno to the actual returned error number.
5705         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
5706         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
5708         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
5709         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
5710         file.
5711         (ASI_PNF, ASI_BLK_P): Don't define.
5712         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
5713         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
5714         file.
5715         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
5716         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
5717         file.
5719 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
5721         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
5722         FE_UNDERFLOW on Niagara CPUs.
5724         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
5725         exceptions.
5727 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
5729         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
5730         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
5731         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
5732         flush should be used or not inside of the function.
5733         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
5735         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
5736         __thread_start): Use HIDDEN_JUMPTARGET.
5737         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
5738         __thread_start): Likewise.
5739         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
5741         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
5742         Add libc_hidden_proto.
5743         (STRTOF): Add libc_hidden_proto.
5744         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
5745         (strtold_l, wcstold_l): Use them as second argument for
5746         long_double_symbol.
5748 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5750         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5752 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5754         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5756 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5758         * po/bg.po: New file.  From the translation team.
5760 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5762         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5763         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5764         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5765         when each feature was introduced.
5767         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5768         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5769         (CHECK_HASH): New macro.
5770         (PREPARE_VERSION): Use it.
5772         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5773         prototype if not __ASSUME_PSELECT.
5774         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5775         prototype if not __ASSUME_PPOLL.
5777         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5779         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5780         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5781         is defined.
5783 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5785         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5786         (_libc_vdso_platform_setup): If vDSO is not available point
5787         __vdso_gettimeofday to the vsyscall.
5788         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5789         __vdso_gettimeofday instead of vsyscall.
5791 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5793         * nscd/servicescache.c: Include kernel-features.h.
5794         * nscd/gai.c: Likewise.
5795         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5796         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5797         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5798         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5799         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5800         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5801         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5802         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5803         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5805 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5807         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5808         and _dl_get_origin defines anymore.
5810         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5811         Build fix for systems which might lack POSIX timer support.
5813         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5814         (_libc_vdso_platform_setup): Mangle function pointers before storing
5815         them.
5816         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5817         Demangle vdso pointer before use.
5818         (INTERNAL_VSYSCALL): Likewise.
5820         * elf/cache.c (primes): Mark as const.
5821         Noted by Roland McGrath.
5823 2007-08-01  Andreas Jaeger  <aj@suse.de>
5824             Jakub Jelinek  <jakub@redhat.com>
5826         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5827         (options): Add option.
5828         (parse_opt): Handle option.
5829         (manual_link): Adjust process_file caller.  Call implicit_soname.
5830         (search_dir): Formatting.  Use and populate auxiliary cache.
5831         (main): Load and save auxiliary cache.
5832         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5833         stat64 from fstat64 to caller.
5834         (implicit_soname): New function.
5835         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5836         leave *soname as NULL.
5837         * elf/cache.c: Include libgen.h.
5838         (print_entry, print_cache, compare, save_cache, add_to_cache):
5839         Formatting and cleanups.
5840         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5841         aux_cache_file): New structures.
5842         (AUX_CACHEMAGIC): Define.
5843         (primes): New array.
5844         (aux_hash_size, aux_hash): New variables.
5845         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5846         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5847         load_aux_cache, save_aux_cache): New functions.
5848         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5849         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5850         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5851         (process_file): Adjust prototype.
5853 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5855         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5856         with __need_size_t.
5858 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5860         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5861         r_found_version structure as second parameter.
5862         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5863         (_dl_vdso_vsym): Change type of second parameter accordingly.
5864         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5865         (_libc_vdso_platform_setup): Adjust.
5866         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5867         (_libc_vdso_platform_setup): Likewise.
5869         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5870         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5871         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5872         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5873         * csu/libc-start.c: Pretty printing.
5874         Use VDSO_SETUP if defined.
5875         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5876         and let generic code call into _libc_vdso_platform_setup.
5877         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5878         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5879         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5880         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5881         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5882         for GLIBC_PRIVATE.
5883         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5884         (sysdep_rountines): Add dl-vdso.
5886         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5887         of routines.
5889         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5890         attribute_hidden to __vdso_gettimeofday prototype.
5892 2007-08-12  Roland McGrath  <roland@redhat.com>
5894         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5895         From: Karl Berry <karl@freefriends.org>.
5897 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5899         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5900         an atime update for the files we read.
5902 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5904         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5906         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5907         instead of mkstemp.
5909         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5910         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5911         * misc/mkostemp.c: New file.
5912         * misc/mkostemp64.c: New file.
5913         * stdlib/stdlib.h: Declare the new functions.
5914         * sysdeps/posix/tempname.c: Add new parameter which is added to
5915         the flags for open.  Remove __GT_BIGFILE handling.
5916         * stdio-common/tempname.c: Likewise.
5917         * include/stdio.h: Adjust __gen_tempname prototype.
5918         Renumber __GT_* constants.
5919         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5920         * misc/mkdtemp.c: Likewise.
5921         * misc/mkstemp.c: Likewise.
5922         * misc/mkstemp64.c: Likewise.
5923         * misc/mktemp.c: Likewise.
5924         * stdio-common/tempnam.c: Likewise.
5925         * stdio-common/tmpfile.c: Likewise.
5926         * stdio-common/tmpfile64.c: Likewise.
5927         * stdio-common/tmpnam.c: Likewise.
5928         * stdio-common/tmpnam_r.c: Likewise.
5930 2007-08-10  Roland McGrath  <roland@frob.com>
5932         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5933         New macros.
5934         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5935         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5937 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5939         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5940         possible.
5941         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5942         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5943         * nss/nss_files/files-have_o_cloexec.c: New file.
5945         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5946         available.
5948 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5950         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5951         ___new_wcstold_l): New weak aliases.
5952         (strtold_l, wcstold_l): Use them as second argument for
5953         long_double_symbol.
5955 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5957         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5958         register in test for error.
5960         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5961         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5963         * po/sv.po: Update from translation team.
5965 2007-08-06  Roland McGrath  <roland@redhat.com>
5967         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5968         Remove __strto*_l inlines.
5969         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5970         * stdlib/strtod.c: Add libc_hidden_def.
5971         * stdlib/strtod_l.c: Likewise.
5972         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5973         for __new_strtold and __new_wcstold.
5974         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5975         __STRTOF, STRTOF.
5976         * stdlib/strtol.c: Add libc_hidden_def.
5977         * stdlib/strtol_l.c: Likewise.
5978         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5979         strtoq.
5981         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5983         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5984         * scripts/data/localplt-generic.data: ... here.
5985         * elf/Makefile (check-data): Get generic file if no other.
5986         ($(objpfx)check-localplt.out): Make target unconditional.
5988         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5989         Use ElfW(Nhdr).
5991 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5993         * po/zh_CN.po: Updated translation from translation team.
5995 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5998         Don't use CGOTSETUP and CGOTRESTORE macros.
6000 2007-08-04  Roland McGrath  <roland@redhat.com>
6002         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
6004 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
6006         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
6007         __extension__ around the whole statement expression.
6009 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
6011         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
6012         elements during initialization.
6014         * po/pl.po: Updated translation from translation team.
6015         * po/tr.po: Likewise.
6016         * po/nl.po: Likewise.
6018 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
6020         * rt/aio.h: Add __nonnull attributes.
6022 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
6024         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
6025         * stdlib/Makefile (tests): Add tst-strtod5.
6026         (tst-strtod5-ENV): New.
6027         * stdlib/tst-strtod5.c: New file.
6029         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
6030         failed.
6031         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
6032         on failure.
6034         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
6035         allocated.
6037 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
6039         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
6040         numbers.
6042 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
6044         * io/Makefile (aux): Add have_o_cloexec.
6045         * include/fcntl.h: Declare __have_o_cloexec.
6046         * io/have_o_cloexec.c: New file.
6047         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
6048         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
6049         fcntl call if not necessary.
6050         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
6051         of local variable.
6053         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
6054         Avoid memset, add explicit initialization.
6055         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
6056         to the end and change into zero-sized array.
6057         Move lock member to fill a hole on 64-bit platforms.
6059         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
6060         inline functions.
6061         * include/stdlib.h: Add __strto*_internal prototypes here.
6062         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
6063         inline functions.
6064         * include/wchar.h: Add __wcsto*_internal prototypes.
6065         * sysdeps/generic/inttypes.h: No need to protect the declaration
6066         of the __strto*_internal and __wcsto*_internal members here.
6068         * rt/mqueue.h: Change const to __const and add nonnull attributes.
6070 2007-08-02  Roland McGrath  <roland@redhat.com>
6072         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
6073         $(inst_bindir)/getconf if possible.
6075         * posix/Makefile ($(objpfx)getconf.speclist): New target.
6076         (generated): Add it.
6077         ($(inst_libexecdir)/getconf): Use it.
6079 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
6081         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
6082         /proc is faster and sufficient.  /sys is still needed for
6083         __get_nprocs_conf.
6085 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
6087         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
6088         syscall as __fallocate64.
6089         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
6090         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
6092 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
6094         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
6095         value.
6097         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
6098         if off_t is different rank from size_t.
6100         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
6101         uw_frame_state_for): Avoid type punning warnings.
6102         * sysdeps/generic/unwind-dw2-fde-glibc.c
6103         (_Unwind_IteratePhdrCallback): Likewise.
6104         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
6105         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
6106         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
6107         pointers.
6109 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
6111         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
6112         total processors using sysfs.
6113         (__get_nprocs): Use sysfs to determine which processors are online.
6115 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
6117         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
6118         syscall arguments count.
6120         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
6122 2007-07-30  Roland McGrath  <roland@redhat.com>
6124         * manual/libc.texinfo: Update copyrights, formatting magic, and
6125         @dircategory.  From Karl Berry <karl@freefriends.org>.
6127 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
6129         [BZ #4860]
6130         * io/Makefile (headers): Add bits/fcntl2.h.
6132         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
6133         using gcc builtin.
6134         (__CPU_EQUAL_S): Likewise.
6136         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
6137         (tests): Add tst-cpuset.
6138         * posix/sched_cpualloc.c: New file.
6139         * posix/sched_cpufree.c: New file.
6140         * posix/tst-cpuset.c: New file.
6141         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
6142         GLIBC_2.7.
6143         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
6144         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
6145         macros.  Define CPU_*_S macros.
6147 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6149         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
6150         entry.
6152         [BZ #4858]
6153         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
6154         #.0g and value rounded to 1.0.
6155         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
6157 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
6159         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
6160         for int_frac_digits and frac_digits.
6162         * login/logout.c (logout): Avoid aliasing violation.
6163         * login/logwtmp.c (logwtmp): Likewise.
6165         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
6167         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
6168         to avoid warning.
6169         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
6170         warning.
6171         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
6172         warning.
6173         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
6174         to avoid warnings.
6176         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
6177         void **.
6178         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
6180         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
6181         char * to avoid warning.
6182         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
6184         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
6186         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
6187         allocate_arrays): Cast second argument to charmap_find_symbol
6188         to char * to avoid warnings.
6190         * locale/programs/repertoire.c (repertoire_new_char): Change
6191         from_nr, to_nr and cnt to unsigned long, adjust printf format
6192         string.
6194         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
6195         Cast second argument to new_element to char * to avoid warnings.
6197         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
6199         * intl/gettextP.h (struct loaded_domain): Change plural to const
6200         struct expression *.
6201         * intl/plural-eval.c (plural_eval): Change first argument to
6202         const struct expression *.
6203         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
6204         argument to const struct expression **.
6205         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
6206         prototypes.
6207         * intl/loadmsgcat (_nl_unload_domain): Cast away const
6208         in call to __gettext_free_exp.
6210         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
6211         unitialized wstring/wpattern var warnings.
6213         * posix/runtests.c (struct a_test): Make data field const char *.
6215         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
6216         vars if not LDBL_MANT_DIG >= 106.
6218         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
6220         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
6221         __find_specmb to avoid warning.
6223         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
6225         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
6226         to avoid warnings.
6228         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
6229         initializer.
6231         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
6232         tv var when it will be actually used.
6234         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
6235         to avoid warnings.
6237         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
6238         char array resp. pointer.
6239         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
6240         char array.
6241         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
6242         to const unsigned char **.
6243         (ucs4_to_cns11643): Change second argument to unsigned char *.
6244         * iconvdata/euc-tw.c (BODY): Change endp type to
6245         const unsigned char *.
6246         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
6247         to unsigned char *.
6248         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
6249         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
6250         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
6251         types to unsigned char pointers/arrays instead of char.
6252         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
6253         to unsigned char *.
6254         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
6255         * iconvdata/jis0212.h: Include assert.h.
6256         (ucs4_to_jisx0212): Change second argument to unsigned char *.
6257         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
6258         of trying to handle that.
6259         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
6260         shut up a warning.
6261         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
6262         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
6263         two dimensional const unsigned char arrays.
6264         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
6265         Initialize endp to inptr to shut up a warning.
6267 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6269         [BZ #4772]
6270         * time/strptime_l.c (__strptime_internal): Silently ignore
6271         strftime modifiers and field width in recursive calls.
6273         * include/time.h (enum ptime_locale_status): Remove.
6274         (__strptime_internal): Remove decided and era_cnt arguments,
6275         add statep argument.
6276         * time/strptime_l.c (__strptime_internal): Remove decided
6277         and era_cnt arguments, add statep argument.  Don't recompute
6278         any fields in recursive calls, only update caller's tm
6279         and state, if recursive call fails, don't change tm nor
6280         any state.
6281         (get_alt_number): Adjust.
6282         (recursive): Adjust caller.
6283         (strptime): Likewise.
6284         * time/strptime.c (strptime): Likewise.
6286 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
6288         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
6289         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
6290         if from and to charsets are the same.
6291         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
6292         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
6293         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
6295 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6297         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
6298         Don't define wint_t when __need_mbstate_t unless it
6299         is necessary.
6300         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
6301         in the typedef if possible.
6302         * wctype/wctype.h (wint_t): Define by including
6303         wchar.h with __need_wint_t instead of including stddef.h
6304         with __need_wint_t and as fallback definining it ourselves.
6305         * iconv/gconv.h (__need_wint_t): Define before including
6306         wchar.h.
6307         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
6308         or _GLIBCPP_USE_WCHAR_T.
6309         (__need_wchar_t): Don't define
6310         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6311         (__need_wint_t): Don't define before including stddef.h,
6312         define before including wchar.h only if _LIBC or
6313         _GLIBCPP_USE_WCHAR_T.
6314         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
6315         * sysdeps/mach/hurd/_G_config.h: Likewise.
6316         * sysdeps/generic/_G_config.h: Likewise.
6317         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
6318         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
6319         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
6320         if _LIBC or _GLIBCPP_USE_WCHAR_T.
6322 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
6324         * sysdeps/posix/posix_fallocate64.c: Undefine
6325         __posix_fallocate64_l64 before alias handling.
6326         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
6327         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
6328         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
6329         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
6331         * io/tst-posix_fallocate.c: Include <fcntl.h>.
6333 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
6335         * locale/programs/ld-collate.c (atwc): New variable.
6336         (add_to_tablewc): New toplevel function, moved from collate_output.
6337         (collate_output): Remove add_to_tablewc nested function.
6339         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
6340         (name_insert): New function.
6341         (write_output): Remove hash_table and hash_size vars and name_insert
6342         nested function.
6344 2007-07-24  Roland McGrath  <roland@redhat.com>
6346         * Makerules (install-others-programs-nosubdir): New target.
6347         (install-no-libc.a-nosubdir): Depend on it.
6349         * iconv/Makefile (install-others-programs): Set this instead of
6350         install-others.
6351         * login/Makefile (install-others-programs): Likewise.
6352         * posix/Makefile (install-others-programs): Likewise.
6354         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
6355         dependencies.
6357 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
6359         * io/Makefile (tests): Add tst-posix_fallocate.
6360         * io/tst-posix_fallocate.c: New file.
6362         * sysdeps/unix/sysv/linux/kernel-features.h: Define
6363         __ASSUME_FALLOCATE.
6365 2007-07-22  Roland McGrath  <roland@frob.com>
6367         * hurd/getdport.c: Add missing copyright year update.
6369         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
6370         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
6372 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
6374         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
6376         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
6377         O_CLOEXEC is needed.
6378         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
6379         Avoid additional fcntl to set O_CLOEXEC if not needed.
6380         * nis/nss_compat/compat-initgroups.c: Likewise.
6381         * nis/nss_compat/compat-pwd.c: Likewise.
6382         * nis/nss_compat/compat-spwd.c: Likewise.
6384 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6386         [BZ #3665]
6387         * manual/errno.texi: Change ECANCELED value to 119.
6389         [BZ #4610]
6390         * mach/lock-intern.h: Include <sys/cdefs.h>.
6392         [BZ #4178]
6393         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
6394         reading A.
6396         [BZ #4126]
6397         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
6398         to __sigsuspend.
6400         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
6402 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
6404         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
6405         `__ASSEMBLER__'.
6406         * sysdeps/mach/hurd/i386/tls.h: Likewise.
6408 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
6410         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
6411         descriptor received from nscd.
6413         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
6415         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
6416         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6417         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6418         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6419         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6420         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6422 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
6424         [BZ #4816]
6425         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
6427         [BZ #4813]
6428         * login/forkpty.c (forkpty): Close master and slave fds on
6429         fork failure.  Patch by
6430         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
6432 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
6434         * include/features.h (__USE_ISOC95): New define.
6435         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
6436         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
6437         for -std=iso9899:199409.
6438         * CONFORMANCE: Remove comments about unsupported AMD1.
6440 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
6442         * sysdeps/ia64/sched_cpucount.c: New file.
6443         * sysdeps/powerpc/sched_cpucount.c: New file.
6445         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
6446         __BEGIN_DECLS/__END_DECLS around the prototype.
6447         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
6448         pointer to const cpu_set_t.
6450         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
6451         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
6452         __need_size_t and include stddef.h.
6453         * sysvipc/sys/msg.h: Likewise.
6454         * posix/sched.h: Likewise.
6455         * hurd/hurd/signal.h (__need_size_t): Define.
6457         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
6458         neither does signal.h in pedantic ISO C namespaces.  stdio.h
6459         no longer defines wint_t or wchar_t.
6461         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
6462         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
6463         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
6464         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
6465         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
6466         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
6467         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
6468         * debug/printf_chk.c (__printf_chk): Likewise.
6469         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
6470         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
6472         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
6473         Define.
6475         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
6476         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
6478 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
6480         [BZ #4792]
6481         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
6482         * malloc/malloc.h (realloc): Likewise.
6484         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
6485         if one of proc_file_chain streams has that fileno.
6486         * stdio-common/Makefile (tests): Add tst-popen2.
6487         * stdio-common/tst-popen2.c: New test.
6489 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
6491         * elf/ldconfig.c: Allow GPLv2 or any later version.
6492         * elf/readlib.c: Likewise.
6493         * elf/chroot_canon.c: Likewise.
6494         * elf/cache.c: Likewise.
6495         * nscd/mem.c: Likewise.
6496         * nscd/getpwuid_r.c: Likewise.
6497         * nscd/grpcache.c: Likewise.
6498         * nscd/aicache.c: Likewise.
6499         * nscd/getsrvbynm_r.c: Likewise.
6500         * nscd/nscd.c: Likewise.
6501         * nscd/servicescache.c: Likewise.
6502         * nscd/getsrvbypt_r.c: Likewise.
6503         * nscd/initgrcache.c: Likewise.
6504         * nscd/gethstbyad_r.c: Likewise.
6505         * nscd/gethstbynm2_r.c: Likewise.
6506         * nscd/getgrnam_r.c: Likewise.
6507         * nscd/nscd_setup_thread.c: Likewise.
6508         * nscd/getpwnam_r.c: Likewise.
6509         * nscd/gai.c: Likewise.
6510         * nscd/connections.c: Likewise.
6511         * nscd/dbg_log.c: Likewise.
6512         * nscd/cache.c: Likewise.
6513         * nscd/hstcache.c: Likewise.
6514         * nscd/nscd_conf.c: Likewise.
6515         * nscd/getgrgid_r.c: Likewise.
6516         * nscd/pwdcache.c: Likewise.
6517         * catgets/gencat.c: Likewise.
6518         * locale/programs/linereader.h: Likewise.
6519         * locale/programs/locarchive.c: Likewise.
6520         * locale/programs/ld-paper.c: Likewise.
6521         * locale/programs/locfile-kw.h: Likewise.
6522         * locale/programs/ld-address.c: Likewise.
6523         * locale/programs/xmalloc.c: Likewise.
6524         * locale/programs/ld-time.c: Likewise.
6525         * locale/programs/localedef.c: Likewise.
6526         * locale/programs/simple-hash.c: Likewise.
6527         * locale/programs/xstrdup.c: Likewise.
6528         * locale/programs/ld-numeric.c: Likewise.
6529         * locale/programs/locfile-kw.gperf: Likewise.
6530         * locale/programs/ld-collate.c: Likewise.
6531         * locale/programs/charmap-kw.gperf: Likewise.
6532         * locale/programs/charmap.h: Likewise.
6533         * locale/programs/charmap-kw.h: Likewise.
6534         * locale/programs/config.h: Likewise.
6535         * locale/programs/locfile.c: Likewise.
6536         * locale/programs/ld-ctype.c: Likewise.
6537         * locale/programs/charmap.c: Likewise.
6538         * locale/programs/ld-messages.c: Likewise.
6539         * locale/programs/repertoire.h: Likewise.
6540         * locale/programs/locale.c: Likewise.
6541         * locale/programs/ld-name.c: Likewise.
6542         * locale/programs/linereader.c: Likewise.
6543         * locale/programs/locfile.h: Likewise.
6544         * locale/programs/3level.h: Likewise.
6545         * locale/programs/ld-monetary.c: Likewise.
6546         * locale/programs/ld-measurement.c: Likewise.
6547         * locale/programs/charmap-dir.c: Likewise.
6548         * locale/programs/ld-identification.c: Likewise.
6549         * locale/programs/localedef.h: Likewise.
6550         * locale/programs/charmap-dir.h: Likewise.
6551         * locale/programs/repertoire.c: Likewise.
6552         * locale/programs/simple-hash.h: Likewise.
6553         * locale/programs/ld-telephone.c: Likewise.
6554         * locale/programs/locale-spec.c: Likewise.
6555         * locale/programs/locfile-token.h: Likewise.
6556         * posix/getconf.c: Likewise.
6557         * iconv/dummy-repertoire.c: Likewise.
6558         * iconv/iconv_charmap.c: Likewise.
6559         * iconv/iconvconfig.c: Likewise.
6560         * iconv/iconv_prog.c: Likewise.
6561         * malloc/memusagestat.c: Likewise.
6562         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
6564 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6566         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
6567         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
6568         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
6569         check for the first argument.
6571 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
6573         [BZ #4775]
6574         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
6575         (__tgmath_real_type): Fix if expr is const int or other const
6576         qualified integral type.
6577         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
6578         expressions and handle const qualified arguments.
6579         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
6580         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
6581         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
6582         statement expressions.
6583         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
6584         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
6585         (__TGMATH_UNARY_IMAG): Define.
6586         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
6587         * math/Makefile (tests): Add test-tgmath2.
6588         (CFLAGS-test-tgmath2.c): Add.
6589         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
6590         count_cfloat, count_cldouble): New variables.
6591         (NCCALLS): Define.
6592         (main): Check number of complex calls as well.
6593         (F(compile_test)): Add complex tests and tests with const qualified
6594         arguments.
6595         (y, z, ccount): Define.
6596         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
6597         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
6598         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
6599         F(cproj)): New functions.
6600         * math/test-tgmath2.c: New test.
6602 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
6604         [BZ #4776]
6605         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
6606         RPATH etc. as "/" rather than "", don't segfault on empty paths,
6607         instead output ".".
6608         * dlfcn/Makefile (distribute): Add glreflib3.c.
6609         (module-names): Add glreflib3.
6610         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
6611         glreflib1.so.
6612         (LDFLAGS_glreflib3.so): New.
6613         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
6614         glreflib1.so.
6615         * dlfcn/glreflib3.c: New file.
6617         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
6618         returned -1, return NULL.
6619         * intl/explodename.c (_nl_explode_name): Return -1 if
6620         _nl_normalize_codeset failed.
6622 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
6624         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
6625         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
6626         and avoid branch misspredicts for > 31 bytes memset case.
6627         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6628         Remove toc ref to __cache_line_size.
6630         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
6631         to get ISA-V2.0 branch hints.
6632         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
6633         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
6634         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
6635         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
6636         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
6637         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
6638         Remove toc ref to __cache_line_size.
6640         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
6641         Include math_ldbl_opt.h.
6643 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
6645         [BZ #4773]
6646         * time/strptime_l.c (__strptime_internal): Implement greedy
6647         matching of weekday and month names.
6649 2007-07-09  Roland McGrath  <roland@redhat.com>
6651         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
6652         (ELF_NOTE_ABI): Use it.
6653         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
6655 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
6657         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
6658         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6660 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
6662         [BZ #4745]
6663         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
6664         in loop to look for conversion specifier to avoid testing of
6665         wrong errno value.
6666         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
6667         * stdio-common/bug18.c: New file.
6668         * stdio-common/bug18a.c: New file.
6669         * stdio-common/bug19.c: New file.
6670         * stdio-common/bug19a.c: New file.
6672 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
6674         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
6675         running awk script.
6677 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
6679         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
6680         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
6681         Return NULL if mmap failed instead of asserting it does not.
6682         (calloc): Check for integer overflow.
6684         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
6685         than LONG_MAX / 10.
6687 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
6689         [BZ #4702]
6690         * nis/nss-default.c: Include errno.h.
6691         (init): Preserve errno.
6693 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
6695         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
6697 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
6699         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
6701 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6703         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
6705 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6707         * sysdeps/s390/dl-procinfo.c: New file.
6708         * sysdeps/s390/dl-procinfo.h: New file.
6709         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
6711 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
6713         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
6714         in PT_NOTE segments with multiple notes.
6715         * elf/readelflib.c (process_elf_file): Likewise.
6717 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
6719         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
6720         ISO C compliant.
6722 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6724         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
6726 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
6728         * include/link.h: Don't include rtld-lowlevel.h.
6729         (struct link_map): Remove l_scope_lock.
6730         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
6731         (_dl_scope_free_list): New field (variable) in _rtld_global.
6732         (DL_LOOKUP_SCOPE_LOCK): Remove.
6733         (_dl_scope_free): New prototype.
6734         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
6735         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
6736         (_dl_profile_fixup): Likewise.
6737         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
6738         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
6739         THREAD_GSCOPE_RESET_FLAG around it.
6740         * elf/dl-close.c (_dl_close_worker): Don't use
6741         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
6742         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
6743         scopes were queued or if l_scope_mem has been abandoned.
6744         * elf/dl-open.c (_dl_scope_free): New function.
6745         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
6746         * elf/dl-support.c (_dl_scope_free_list): New variable.
6747         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6748         Remove DL_LOOKUP_SCOPE_LOCK handling.
6749         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6750         handling.
6751         * elf/dl-object.c (_dl_new_object): Don't use
6752         __rtld_mrlock_initialize.
6754 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6756         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6757         to fill in holes
6758         (rtld_global_ro): Likewise.
6760 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6762         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6763         Move PT_LOAD checking to...
6764         (_dl_addr_inside_object): ... here, new function.
6765         * elf/dl-sym.c (do_sym): If not l_contiguous,
6766         call _dl_addr_inside_object.
6767         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6768         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6769         * elf/dl-open.c (dl_open_worker): Likewise.
6770         (_dl_addr_inside_object): New function if IS_IN_rtld.
6771         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6772         holes are present or are PROT_NONE protected.
6773         * include/link.h (struct link_map): Add l_contiguous field.
6774         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6776 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6777             Tomas Janousek  <tjanouse@redhat.com>
6778             Ulrich Drepper  <drepper@redhat.com>
6780         [BZ #4647]
6781         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6782         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6783         socket.
6784         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6785         unused member a bitmap.
6786         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6787         servers are configured.
6789 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6791         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6793 2007-06-17  Andreas Schwab  <schwab@suse.de>
6795         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6797 2007-06-16  Andreas Jaeger  <aj@suse.de>
6799         [BZ #4125]
6800         * sysdeps/unix/sysv/linux/sys/ptrace.h
6801         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6802         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6803         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6804         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6805         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6806         Define.
6807         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6808         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6809         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6810         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6812 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6814         [BZ #4599]
6815         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6816         determining whether there are IPv4/IPv6 addresses, ignore loopback
6817         addresses.
6819 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6821         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6822         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6823         as the return type.  Change type of "r" variable to CMPtype.
6824         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6825         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6826         * soft-fp/gedf2.c (__gedf2): Likewise.
6827         * soft-fp/gesf2.c (__gesf2): Likewise.
6828         * soft-fp/getf2.c (__getf2): Likewise.
6829         * soft-fp/ledf2.c (__ledf2): Likewise.
6830         * soft-fp/lesf2.c (__lesf2): Likewise.
6831         * soft-fp/letf2.c (__letf2): Likewise.
6832         * soft-fp/unorddf2 (__unorddf2): Likewise.
6833         * soft-fp/unordsf2 (__unordsf2): Likewise.
6834         * soft-fp/unordtf2 (__unordtf2): Likewise.
6836 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6838         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6839         make sure gcc doesn't mess around with this.
6841 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6843         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6845 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6847         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6848         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6849         at most once per _dl_close_worker.
6851 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6853         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6854         __sched_cpucount as const.
6855         * posix/sched_cpucount.c: Adjust.
6857         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6858         instruction for counting bits.
6859         * sysdeps/x86_64/sched_cpucount.c: New file.
6861 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6863         * configure.in: Avoid variable named BASH.
6864         * config.make.in: Likewise.
6865         Patch in part by Mike Frysinger.
6867 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6869         [BZ #4586]
6870         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6871         pseudo-zeros as zero.
6872         * sysdeps/x86_64/ldbl2mpn.c: New file.
6873         * sysdeps/ia64/ldbl2mpn.c: New file.
6875 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6877         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6878         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6879         Remove unreachable code at the end.
6881 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6883         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6884         ldbl-128ibm in comment.
6885         (fpclassifyl): Correct classification of denormals.
6886         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6887         return value for MIN denormal. Rewrite using long double math too
6888         correctly handle denormals and canonicalize the results.
6890 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6892         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6893         (__mpn_construct_long_double): Fix conversion where result ought
6894         to be smaller than __LDBL_MIN__, or the low double should be
6895         denormal.  Fix decision where to negate low double - honor round
6896         to even rules.
6897         * stdio-common/tst-sprintf2.c: Include string.h.
6898         (COMPARE_LDBL): Define.
6899         (TEST): Also test whether a string hexadecimal float representation
6900         can be parsed back to the number.
6901         (main): Add a couple of further tests.
6903 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6905         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6906         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6907         is non-zero, but smaller than 2 * __DBL_MIN__.
6908         * stdio-common/tst-sprintf2.c: New test.
6909         * stdio-common/Makefile (tests): Add tst-sprintf2.
6911         * math/test-misc.c (main): Don't run last batch of tests with
6912         IBM long double format.
6914 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6916         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6917         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6918         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6919         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6920         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6921         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6922         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6923         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6924         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6925         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6928         New file.
6929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6930         New file.
6931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6932         New file.
6933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6934         New file.
6935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6936         New file.
6937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6939         New file.
6940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6941         New file.
6942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6943         New file.
6944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6945         New file.
6946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6947         New file.
6949 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6951         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6952         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6953         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6954         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6955         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6956         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6957         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6958         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6960 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6962         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6963         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6964         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6965         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6966         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6967         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6968         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6969         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6971 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6973         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6974         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6975         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6976         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6978 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6980         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6981         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6983 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6985         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6986         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6987         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6988         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6990 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6992         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6993         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6995 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6997         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6998         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
7000         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
7001         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
7002         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
7003         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
7005 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
7007         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
7008         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
7009         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
7010         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
7012 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
7014         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
7015         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
7016         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
7017         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7018         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
7019         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
7021 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
7023         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
7024         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
7025         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
7026         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
7028 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
7030         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
7031         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
7032         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
7033         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
7034         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
7035         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
7036         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
7037         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
7038         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
7039         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
7040         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
7041         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
7042         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
7043         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
7044         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
7045         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
7047 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
7049         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
7050         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
7052 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
7054         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
7055         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
7057 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
7059         * sysdeps/powerpc/powerpc32/970/Implies: New file.
7060         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
7061         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
7062         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
7063         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
7064         * sysdeps/powerpc/powerpc64/970/Implies: New file.
7065         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
7066         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
7067         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
7068         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
7070 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
7072         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
7074 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
7076         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
7077         branch miss-predicts. Ensure that cache line crossing does not impact
7078         dispatch grouping.
7080 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
7082         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
7083         "../../powerpc32/power4/memcopy.h".
7084         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
7085         "../../powerpc32/power4/wordcopy.c".
7087 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
7089         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
7090         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
7091         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
7092         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
7093         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
7094         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
7096 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
7098         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
7100 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
7102         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
7103         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
7104         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
7105         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
7106         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
7107         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
7108         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
7109         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
7111 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
7113         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
7115 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
7117         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
7118         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
7119         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
7120         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
7121         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
7122         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
7123         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
7125 2007-05-29  Roland McGrath  <roland@redhat.com>
7127         * po/Makefile (po-sed-cmd): New variable.
7128         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
7130 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
7132         * crypt/md5-crypt.c: Fix comment.
7134         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
7135         of crashing.  When this is the case or if the reply is malformed,
7136         don't try to close the new file descriptor since it does not
7137         exist.
7138         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
7140 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
7142         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
7143         if __NR_utimensat is not defined.
7145 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
7147         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
7149 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
7151         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
7152         (open): Fix comment typos.  Don't call __open_2 if flags
7153         is a compile time constant without O_CREAT.
7154         (__open64_2): Add nonnull attribute.
7155         (open64): Fix comment typos.  Don't call __open64_2 if flags
7156         is a compile time constant without O_CREAT.
7157         (__openat_2): Add nonnull attribute, fix nonnull attribute
7158         on redirect.
7159         (openat): Fix comment typos.  Don't call __openat_2 if flags
7160         is a compile time constant without O_CREAT.
7161         (__openat64_2): Add nonnull attribute, fix nonnull attribute
7162         on redirect.
7163         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
7164         is a compile time constant without O_CREAT.
7166 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
7168         * Makerules (sysd-rules): Define PTW for ptw-* files.
7169         * Versions: Define GLIBC_2.7 for libc.
7170         * include/stdio.h: Declare __fortify_fail.
7171         * debug/fortify_fail.c: New file.
7172         * debug/Makefile (routines): Add fortify_fail.
7173         * debug/chk_fail.c: Use __fortify_fail.
7174         * debug/stack_chk_fail.c: Likewise.
7175         * io/Versions: Export __open_2, __open64_2, __openat_2, and
7176         __openat64_2 for GLIBC_2.7.
7177         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
7178         * io/open.c: Define *_2 variant of function which checks for O_CREAT
7179         and fails if necessary.
7180         * io/open64.c: Likewise.
7181         * io/openat.c: Likewise.
7182         * io/openat64.c: Likewise.
7183         * sysdeps/unix/sysv/linux/open64.c: Likewise.
7184         * sysdeps/unix/sysv/linux/openat.c: Likewise.
7185         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
7186         * io/bits/fcntl2.h: New file.
7187         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
7188         __openat64_2.
7189         * include/bits/fcntl2.h: New file.
7190         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7191         Add open_2.
7192         * sysdeps/unix/sysv/linux/open_2.c: New file.
7194 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
7196         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
7197         as second parameter to handle_intel.
7199         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
7200         the entry.
7202         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
7203         handling to ...
7204         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
7205         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
7206         cacheinfo.
7207         * sysdeps/x86_64/memcpy.S: Complete rewrite.
7208         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
7209         Patch by Evandro Menezes <evandro.menezes@amd.com>.
7211         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
7213 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
7215         [BZ #4525]
7216         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
7217         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
7218         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
7220         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
7222         [BZ #4514]
7223         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
7224         reinitialize workend at the start of each do_positional format spec
7225         loop, free workstart before do_positional loops.
7226         (printf_unknown): Fix size of work_buffer.
7227         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
7229         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
7230         (public_sET_STATe): If ms->version < 3, put all chunks into
7231         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
7232         chunks.
7234         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
7235         * malloc/hooks.c: Likewise.
7236         * malloc/arena.c: Likewise.
7237         * malloc/malloc.c (do_check_malloc_state): Don't assert
7238         n_mmaps is not greater than n_mmaps_max.  This removes the need
7239         for the previous change.
7241         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
7242         2007-05-07 commit.
7244 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
7246         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
7247         Define for kernel >= 2.6.22.
7249 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
7251         * elf/dl-close.c (_dl_close_worker): When removing object from
7252         global scope, wait for all lookups to finish afterwards.
7253         * elf/dl-open.c (add_to_global): When global scope array must
7254         grow, allocate a new one and free old array only after all
7255         lookups finish.
7256         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
7257         (_dl_lookup_symbol_x): Likewise.
7258         * elf/dl-support.c: Define _dl_wait_lookup_done.
7259         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
7260         _dl_wait_lookup_done.
7262         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
7263         not overlapping with arena.
7265         * malloc/mcheck.c (reallochook): If size==0, free the block.
7267         * rt/tst-shm.c: Use fstat64 instead of fstat.
7269         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
7270         __NR_sync_file_range is not defined.
7272 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
7274         Dummy files to prevent stub versions from being used.
7275         * sysdeps/x86_64/fpu/k_cosl.c: New file.
7276         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
7277         * sysdeps/x86_64/fpu/k_sinl.c: New file.
7278         * sysdeps/x86_64/fpu/k_tanl.c: New file.
7280         * version.h (VERSION): Set to 2.6.90.
7282 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
7284         * version.h (VERSION): Define to 2.6.
7285         * include/features.h (__GLIBC_MINOR__): Define to 6.
7287         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
7289         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
7290         sizes.
7292 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
7294         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
7295         number of mmaps.  n_mmaps_max is the target.
7296         * malloc/hooks.c: Likewise.
7297         * malloc/arena.c: Likewise.
7299 2007-05-12  Andreas Jaeger  <aj@suse.de>
7301         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
7302         getpid.
7304 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
7306         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
7307         adding new variables.
7309         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
7310         optimize.  Completely extend global scope array before making the
7311         new entries visible.
7313 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
7315         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
7316         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
7317         tst-getcpu.
7319         * include/link.h: Move l_version and l_nversion members around to
7320         fill gaps.
7322         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
7324         * sysdeps/unix/sysv/linux/sched_setaffinity.c
7325         (__sched_setaffinity_new): If syscall was successful and
7326         RESET_VGETCPU_CACHE is defined, use it before returning.
7327         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
7329         * io/sys/stat.h: Make sure struct timespec is defined for
7330         __USE_ATFILE.
7332         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
7333         UTIME_OMIT.
7334         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7335         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7336         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7337         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7338         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7339         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7340         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
7341         * io/sys/stat.h: Declare utimensat, futimens.
7342         * io/utimensat.c: New file.
7343         * io/futimens.c: New file.
7344         * sysdeps/unix/sysv/linux/utimensat.c: New file.
7345         * sysdeps/unix/sysv/linux/futimens.c: New file.
7346         * io/Makefile (routines): Add utimensat, futimens.
7347         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
7348         * sysdeps/unix/sysv/linux/lutimes.c: New file.
7349         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
7350         available.
7352         * include/sys/cdefs.h: Redefine __nonnull so that test for
7353         incorrect parameters in the libc code itself are not omitted.
7355 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
7357         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
7358         exception in addition to inexact when asked to raise only FE_INEXACT.
7360         [BZ #3427]
7361         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
7362         in *envp.
7364 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7366         [BZ #4403]
7367         * string/strfry.c (strfry): Make result more random.
7369 2007-05-07  Richard Henderson  <rth@redhat.com>
7371         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
7372         if __NO_LONG_DOUBLE_MATH.
7373         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
7374         available in the compiler, add .arch directive to the assembly.
7376 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
7378         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
7379         compat_symbol to GLIBC_2_1.
7380         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
7381         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
7382         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
7383         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
7384         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
7385         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
7386         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
7387         libc, not libm.
7388         (__isnanl): New compat_symbol.
7390 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
7391             Jakub Jelinek  <jakub@redhat.com>
7393         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
7394         (new_heap): Initialize mprotect_size.
7395         (grow_heap): When growing, only mprotect from mprotect_size till
7396         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
7397         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
7399 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
7400             Peter Bergner  <bergner@us.ibm.com>
7402         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
7403         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
7404         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
7405         * sysdeps/powerpc/fpu/fe_mask.c: New file.
7406         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
7407         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
7408         Call __fe_mask_env() if all FP exceptions disabled.
7409         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
7410         from old FPSCR to new fenv to propagate DFP rounding modes.
7411         Call __fe_mask_env() if FP exceptions previously enabled.
7412         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
7413         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
7414         transitioning from all exceptions disabled to any exception enabled
7415         or visa versa.
7416         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
7417         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
7418         when transitioning from all exceptions disabled to any exception
7419         enabled or visa versa.
7420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
7421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
7422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
7423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
7424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
7425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
7427 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7429         [BZ #4465]
7430         * posix/unistd.h: Remove __THROW from fdatasync.
7432 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
7434         [BZ #4465]
7435         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
7437 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
7439         * stdio-common/vfprintf.c (process_string_arg): Optimize
7440         ridiculous precision in wide char code printing multi-byte string.
7441         Reported by Jim Meyering <jim@meyering.net>.
7443         [BZ #4131]
7444         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
7445         boundaries to work around systems with overlapping binary loading.
7446         Based on a patch by Suzuki <suzuki@in.ibm.com>.
7448 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
7450         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
7451         __mbsnrtowcs after last change.
7453         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
7454         (get_ident): Likewise.
7456 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7458         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
7459         with setting the sticky bit.
7460         * math/test-misc.c (main): Add more truncation tests.
7462 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
7464         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
7465         double in the function declaration.
7466         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
7467         double in the function declaration.
7468         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7469         float in the function declaration.
7470         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
7471         float in the function declaration.
7473         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
7474         denormal operands.  Do not generate FP_EX_DENORM exception.
7475         (FP_UNPACK_RAW_EP): Ditto.
7476         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
7477         undefined _FP_UNPACK_RAW_E.
7478         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
7479         undefined _FP_UNPACK_RAW_EP.
7480         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
7481         undefined _FP_PACK_RAW_E.
7482         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
7483         undefined _FP_PACK_RAW_EP.
7485         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
7486         _FP_FRAC_COPY_2.
7487         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
7488         _FP_FRAC_COPY_4.
7490 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
7491             Jakub Jelinek  <jakub@redhat.com>
7493         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
7494         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
7495         this case.
7496         * soft-fp/op-common.h (FP_TRUNC): Ditto.
7498 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
7500         * math/test-misc.c (main): Add tests for rounding long double
7501         values close to smallest double denormalized value to double.
7503 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
7505         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
7506         condition for truncating to 0.  Set sticky bit for such
7507         truncation.
7509 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
7511         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
7512         fixed length array for ignore.
7514 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7516         [BZ #4438]
7517         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
7518         stack for large precisions.
7519         * stdio-common/test-vfprintf.c (main): Add test for large
7520         precision.
7522 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
7524         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
7525         for exponent 0.
7526         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
7528         [BZ #4439]
7529         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
7530         account in the size check.
7531         * resolv/tst-inet_ntop.c: New test.
7532         * resolv/Makefile (tests): Add tst-inet_ntop.
7534 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
7535             Jakub Jelinek  <jakub@redhat.com>
7537         [BZ #4349]
7538         * malloc/malloc.c: Keep separate list for first blocks on the bin
7539         lists with a given size.  This helps skipping over list elements
7540         we know won't fit in two places.
7541         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
7543 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
7545         [BZ #4102]
7546         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
7547         label to Teredo tunnel addresses 2001://32.
7549 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
7551         * locale/programs/ld-collate.c (collate_read): Allow order_start
7552         after copy.
7554         * locale/programs/ld-collate.c (collate_read): Fix printing of
7555         error message.
7557         [BZ #3213]
7558         * locale/C-translit.h.in: Add entry for U2044.
7560         [BZ #4342]
7561         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
7562         hexa-decimal floats without exponent.
7563         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
7565 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7567         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
7568         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
7569         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
7570         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
7571         GLIBC_2.6.
7572         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
7573         Add sched_getcpu.
7575 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7577         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
7578         of 0 after the out_fail label.
7580 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
7582         [BZ #4406]
7583         * iconv/gconv_charset.h (strip): Allow ':'.
7584         * iconv/iconv_open.c (iconv_open): Adjust comment.
7586 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
7588         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
7589         version.
7591 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7593         [BZ #4381]
7594         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
7595         alignment of buffer and tmp_buffer.
7596         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
7597         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
7598         alignment of buffer.
7599         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
7600         bigger than INT_MAX.
7601         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
7602         h_errnop arguments.  Fail if buflen is too small.
7603         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
7605 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
7607         [BZ #4405]
7608         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
7609         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
7611 2007-04-22  Roland McGrath  <roland@redhat.com>
7613         * elf/elf.h (NT_PRXFPREG): New macro.
7615 2007-04-19  Andreas Jaeger  <aj@suse.de>
7617         [BZ #3905]
7618         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
7619         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
7620         Added.
7622 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
7624         * include/sys/mman.h: Mark madvise hidden.
7625         * misc/madvise.c: Add libc_hidden_def.
7627 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
7629         * nis/nis_domain_of.c (__nis_domain_of): New function.
7630         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
7631         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
7632         * nis/nis_call.c (rec_dirsearch): Likewise.
7633         (first_shoot): Likewise.  Remove search_parent_first argument.
7634         (struct nis_server_cache): Rename search_parent_first field
7635         to search_parent.
7636         (nis_server_cache_search, nis_server_cache_add): Rename
7637         search_parent_first argument to search_parent.
7638         (__nisfind_server): Likewise.  If search_parent, call
7639         __nis_domain_of.
7641 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
7643         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
7645 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
7647         [BZ #4368]
7648         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
7650 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
7652         [BZ #4364]
7653         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
7655 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
7657         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
7658         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
7659         current number of locales in SUPPORTED.
7660         (create_archive): Initialize serial.
7661         (enlarge_archive): Preserve aliases rather than duplicating
7662         their locrecs.
7664 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7666         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
7667         after _IO_un_link, not before it.
7669         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
7670         special case handling when wcp == wstartp + 1.  Fix a comment typo.
7671         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
7673 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
7675         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
7676         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
7677         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
7678         Remove __THROW.
7679         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
7680         _IO_file_xsgetn_maybe_mmap): Likewise.
7681         * libio/oldfileops.c (old_do_write): Likewise.
7682         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
7683         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
7684         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
7685         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
7686         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
7687         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
7688         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
7689         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
7690         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
7691         _IO_file_underflow, _IO_file_underflow_mmap,
7692         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
7693         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
7694         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
7695         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
7696         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
7697         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
7698         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
7699         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
7700         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
7701         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
7702         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
7703         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
7704         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
7705         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
7706         _IO_adjust_column_internal, _IO_default_uflow_internal,
7707         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
7708         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
7709         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
7710         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
7711         _IO_file_close_it_internal, _IO_file_underflow_internal,
7712         _IO_file_overflow_internal, _IO_file_attach_internal,
7713         _IO_file_fopen_internal, _IO_file_sync_internal,
7714         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
7715         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
7716         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
7717         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
7718         _IO_seekpos_unlocked): Likewise.
7719         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
7720         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
7722 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
7724         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
7725         argument in xmalloc size computation.
7727 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7729         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
7730         math_opt_barrier and math_force_eval macros.
7732 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7734         [BZ #3306]
7735         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
7736         * sysdeps/i386/fpu/math_private.h: New file.
7737         * sysdeps/x86_64/fpu/math_private.h: New file.
7738         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
7739         math_force_eval macros.  Use "+m" constraint on asm rather than
7740         "=m" and "m".
7741         * math/s_nextafter.c (__nextafter): Likewise.
7742         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
7743         Likewise.
7744         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7745         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7746         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7747         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7748         math_opt_barrier and math_force_eval macros.
7749         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7750         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7751         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7752         (__nexttoward): Use math_opt_barrier and
7753         math_force_eval macros.  Use "+m" constraint on asm rather than
7754         "=m" and "m".  Only use asm to force double result if
7755         FLT_EVAL_METHOD is 2.
7756         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7757         (__nexttowardf): Use math_opt_barrier and
7758         math_force_eval macros.  Use "+m" constraint on asm rather than
7759         "=m" and "m".  Only use asm to force double result if
7760         FLT_EVAL_METHOD is not 0.
7761         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7762         (__nexttowardf): Use math_opt_barrier and
7763         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7764         x to float using asm.
7765         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7766         (__nldbl_nexttowardf): Use math_opt_barrier and
7767         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7768         x to float using asm.
7769         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7770         (__nexttowardf): Use math_opt_barrier and math_force_eval
7771         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7772         * math/bug-nextafter.c (zero, inf): New variables.
7773         (main): Add new tests.
7774         * math/bug-nexttoward.c (zero, inf): New variables.
7775         (main): Add new tests.
7777 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7779         [BZ #3427]
7780         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7781         exceptions both in SW and MXCSR.
7782         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7783         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7784         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7785         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7786         in MXCSR if SSE is available.
7787         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7788         and ldsodefs.h.
7789         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7790         Fix comment typo.
7791         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7792         Return 0 rather than 1.
7793         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7794         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7795         * math/test-fenv.c (feholdexcept_tests): New function.
7796         (main): Call it.
7798 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7800         [BZ #3427]
7801         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7802         in SW.
7804 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7806         [BZ #4344]
7807         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7808         Reported by David Anderson <davea42@earthlink.net>.
7810 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7812         * posix/sys/wait.h: Remove unnecessary forward declaration.
7814 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7816         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7817         with obj->do_servers after first_shoot.
7819 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7821         * posix/Makefile (routines): Add sched_cpucount.
7822         (tests): Add tst-cpucount.
7823         * posix/sched_cpucount.c: New file.
7824         * posix/tst-cpucount.c: New file.
7825         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7826         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7827         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7828         * posix/sched.h: Define CPU_COUNT.
7830 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7832         * posix/fnmatch.c (STRUCT): Define.
7833         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7834         * posix/fnmatch_loop.c (struct STRUCT): New type.
7835         (FCT): Add ends argument.  If ends != NULL and normal * is
7836         seen in the pattern, store current pattern and string pointers
7837         and return.  Adjust recursive calls.
7838         (EXT): Adjust FCT callers.
7839         (STRUCT): Undef at the end of the file.
7840         * posix/Makefile (tests): Add tst-fnmatch2.
7841         * posix/tst-fnmatch2.c: New test.
7843 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7845         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7846         and 1 on failure.
7848         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7849         Change last argument to unsigned int.
7851 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7853         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7855 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7857         * config.h.in (HAVE_LIBCAP): Add.
7858         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7859         sys/capabilities.h.
7860         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7861         free_caps.  Cast away const from 4th cap_set_flag argument.
7863 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7865         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7866         GLIBC_2.6.
7867         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7868         Add sync_file_range.
7869         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7871 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7873         * sysdeps/powerpc/bits/atomic.h
7874         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7875         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7876         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7877         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7878         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7879         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7880         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7881         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7882         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7883         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7884         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7885         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7886         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7887         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7888         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7889         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7890         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7891         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7892         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7893         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7895 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7897         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7898         (__cache_line_size): Define the variable here.  Add
7899         attribute_hidden, remove weak_extern.
7900         (__libc_start_main): Set __cache_line_size
7901         unconditionally.
7902         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7903         (__cache_line_size): Define the variable here.  Add
7904         attribute_hidden, remove weak_extern.
7905         (DL_PLATFORM_AUXV): Set __cache_line_size
7906         unconditionally.
7907         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7908         weak_extern, add attribute_hidden.
7909         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7910         defined in ld.so.
7911         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7912         definition.
7913         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7915 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7917         [BZ #4276]
7918         * timezone/africa: Update from tzdata2007d.
7919         * timezone/asia: Likewise.
7920         * timezone/australasia: Likewise.
7921         * timezone/backward: Likewise.
7922         * timezone/europe: Likewise.
7923         * timezone/iso3166.tab: Likewise.
7924         * timezone/leapseconds: Likewise.
7925         * timezone/northamerica: Likewise.
7926         * timezone/southamerica: Likewise.
7927         * timezone/zone.tab: Likewise.
7929         * timezone/private.h: Update from tzcode2007d.
7930         * timezone/zdump.c: Likewise.
7931         * timezone/zic.c: Likewise.
7933 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7935         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7936         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7937         variables.
7938         (nis_server_cache_search, nis_server_cache_add): New functions.
7939         (__nisfind_server): Use them.  Add dbp and flags argument, if
7940         call __nisbind_create.
7941         (__nisbind_create): Add server_used and current_ep arguments,
7942         only call __nis_findfastest if server_used is ~0.
7943         (__do_niscall2, __prepare_niscall): Adjust callers.
7944         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7945         ckey_cache_euid, ckey_cache_lock): New variables.
7946         (get_ckey): New function.
7947         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7948         __pmap_getnisport.  Save __pmap_getnisport result in
7949         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7950         key.
7951         * nis/nis_lookup.c (nis_lookup): Likewise.
7952         * nis/nis_table.c (nis_list): Likewise.
7953         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7954         prototypes.
7956         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7957         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7958         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7959         _nss_nisplus_getservbyport_r): Likewise.
7960         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7961         _nss_nisplus_getnetbyaddr_r): Likewise.
7962         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7963         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7964         _nss_nisplus_getntohost_r): Likewise.
7965         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7966         _nss_nisplus_getrpcbynumber_r): Likewise.
7968 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7970         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7971         * configure: Rebuilt.
7973         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7974         bit-fields.
7975         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7977 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7979         [BZ #2831]
7980         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7981         bit-fields.
7983 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7985         * nscd/gai.c: Include alloca.h.
7986         (__libc_use_alloca): Define.
7988 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7990         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7991         smaller scopes.
7992         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7993         (DL_DST_REQUIRED): Adjust user.
7995         * include/dlfcn.h (struct link_map): New forward decl.
7997         * inet/getnameinfo.c: Include stddef.h.
7998         (getnameinfo): Use offsetof.
8000         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
8002         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
8004         * string/strerror_l.c: Include stdlib.h.
8006         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
8007         * config.make.in (gnu89-inline-CFLAGS): New variable.
8008         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
8009         -std=gnu99.
8010         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
8011         * argp/argp.h: Use it.
8012         * bits/mathinline.h: Likewise.
8013         * bits/sigset.h: Likewise.
8014         * bits/string.h: Likewise.
8015         * ctype/ctype.h: Likewise.
8016         * hurd/hurd.h: Likewise.
8017         * hurd/hurd/fd.h: Likewise.
8018         * hurd/hurd/port.h: Likewise.
8019         * hurd/hurd/signal.h: Likewise.
8020         * hurd/hurd/threadvar.h: Likewise.
8021         * hurd/hurd/userlink.h: Likewise.
8022         * io/sys/stat.h: Likewise.
8023         * libio/bits/stdio.h: Likewise.
8024         * libio/bits/stdio2.h: Likewise.
8025         * mach/lock-intern.h: Likewise.
8026         * mach/mach/mig_support.h: Likewise.
8027         * math/bits/cmathcalls.h: Likewise.
8028         * posix/bits/unistd.h: Likewise.
8029         * socket/bits/socket2.h: Likewise.
8030         * stdlib/bits/stdlib.h: Likewise.
8031         * stdlib/stdlib.h: Likewise.
8032         * string/argz.h: Likewise.
8033         * string/bits/string2.h: Likewise.
8034         * string/bits/string3.h: Likewise.
8035         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
8036         * sysdeps/generic/inttypes.h: Likewise.
8037         * sysdeps/generic/machine-lock.h: Likewise.
8038         * sysdeps/generic/machine-sp.h: Likewise.
8039         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
8040         * sysdeps/i386/i486/bits/string.h: Likewise.
8041         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
8042         * sysdeps/mach/alpha/machine-lock.h: Likewise.
8043         * sysdeps/mach/alpha/machine-sp.h: Likewise.
8044         * sysdeps/mach/i386/machine-lock.h: Likewise.
8045         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
8046         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
8047         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
8048         * sysdeps/s390/bits/string.h: Likewise.
8049         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
8050         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
8051         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8052         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
8053         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
8054         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
8055         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
8056         * wcsmbs/bits/wchar2.h: Likewise.
8057         * wcsmbs/wchar.h: Likewise.
8058         * stdlib/gmp.h: Likewise.  Include <features.h> to get
8059         __extern_inline definition.
8061 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
8063         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
8064         NULL.
8066         [BZ #3919]
8067         * math/libm-test.inc (log_test): Test -Inf and NaN.
8068         (log10_test, log1p_test, log2_test): Test -Inf.
8069         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
8070         FE_INVALID when argument is qNaN.
8071         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8072         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8073         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8074         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
8075         andb $1, %ah with testb $1, %ah, don't test for parity, instead
8076         testb $4, %ah and jump if non-zero.
8077         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8078         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
8080         [BZ #4101]
8081         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
8082         ancestors with the same depths.
8083         Patch by Niels Moeller <nisse@lysator.liu.se>.
8084         (filter_doc): Don't crash if argp is NULL.
8085         * argp/Makefile (tests): Add tst-argp2.
8086         * argp/tst-argp2.c: New test.
8088         [BZ #4130]
8089         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
8090         open_not_cancel_2.
8091         (updwtmp_file): Likewise.
8093         [BZ #4181]
8094         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
8095         (inet6_opt_append): Don't check extlen is big enough if extbuf
8096         is NULL.
8097         (inet6_opt_finish): Likewise.
8098         * inet/Makefile (tests): Add test-inet6_opt.
8099         * inet/test-inet6_opt.c: New test.
8101         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
8102         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
8103         NLMSG_ERR.  Instead use a page sized buffer.
8104         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
8105         buffer.
8107 2007-03-14  Richard Henderson  <rth@redhat.com>
8109         * sysdeps/alpha/fpu/s_llround.c: New file.
8110         * sysdeps/alpha/fpu/s_llroundf.c: New file.
8111         * sysdeps/alpha/fpu/s_lround.c: New file.
8112         * sysdeps/alpha/fpu/s_lroundf.c: New file.
8113         * sysdeps/alpha/fpu/s_round.c: New file.
8114         * sysdeps/alpha/fpu/s_roundf.c: New file.
8115         * sysdeps/alpha/fpu/s_trunc.c: New file.
8116         * sysdeps/alpha/fpu/s_truncf.c: New file.
8118         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
8119         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
8120         * sysdeps/alpha/fpu/s_floor.c: Likewise.
8121         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
8122         * sysdeps/alpha/fpu/s_rint.c: Likewise.
8123         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
8125         * sysdeps/alpha/fpu/s_fmax.S: New file.
8126         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
8127         * sysdeps/alpha/fpu/s_fmin.S: New file.
8128         * sysdeps/alpha/fpu/s_fminf.S: New file.
8129         * sysdeps/alpha/fpu/s_isnan.c: New file.
8130         * sysdeps/alpha/fpu/s_isnanf.c: New file.
8131         * sysdeps/alpha/fpu/s_llrint.c: New file.
8132         * sysdeps/alpha/fpu/s_llrintf.c: New file.
8133         * sysdeps/alpha/fpu/s_lrint.c: New file.
8134         * sysdeps/alpha/fpu/s_lrintf.c: New file.
8135         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
8136         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
8138         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
8139         (__fdimf, fdimf, __fdim, fdim): Remove.
8140         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
8141         (__isnanf, __isnan, __isnanl): New.
8143 2007-03-13  Richard Henderson  <rth@redhat.com>
8145         * sysdeps/ieee754/ldbl-128/Makefile: New file.
8147 2007-03-13  Richard Henderson  <rth@redhat.com>
8149         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
8150         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
8151         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
8152         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
8153         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
8154         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
8156 2007-03-13  Richard Henderson  <rth@redhat.com>
8158         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
8159         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
8160         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
8161         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
8162         Move to dl-auxv.h; initialize instead of extern weak.
8163         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
8164         weak symbol.
8165         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
8166         Extern instead of initialized.
8168 2007-03-13  Richard Henderson  <rth@redhat.com>
8170         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
8171         __sigsuspend_nocancel.
8173 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
8175         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
8176         172.16/12 address range.
8178 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
8180         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
8181         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
8182         message.
8184 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
8186         [BZ #4069]
8187         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
8188         earlier.
8189         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
8191         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
8192         for x qNaN and y either +-inf or non-integer value.
8193         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
8194         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
8195         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
8197 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
8199         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
8200         from sysdep_headers.
8202 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
8204         * time/tzfile.c (find_transition): Instead of a linear search try to
8205         guess the transition index, use a linear search if the result is at
8206         most 10 transitions away from the guess or binary search otherwise.
8208 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
8210         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
8211         memory reallocation.
8213 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
8215         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
8216         and fix some typos.
8217         Optimize use of TOLOWER.
8219         [BZ #3325]
8220         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
8221         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8222         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8224         [BZ #3458]
8225         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
8226         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
8228         [BZ #4076]
8229         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
8230         (open_dir_stream): Likewise.
8231         * io/Makefile (tests): Add bug-ftw5.
8232         * io/bug-ftw5.c: New file.
8234         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
8235         * nscd/servicescache.c (cache_addserv): Likewise.
8237         * nscd/grpcache.c (cache_addgr): In case a record changed on
8238         refresh, adjust key_copy.
8240         [BZ #4074]
8241         * nscd/pwdcache.c (cache_addpw): In case a record changed on
8242         refresh, adjust key_copy.
8244         [BZ #4070]
8245         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
8246         special cases.
8247         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
8249 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
8251         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
8252         optimization.
8254         * stdio-common/vfscanf.c: Small cleanups throughout.
8256 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
8258         [BZ #3325]
8259         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
8260         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
8261         * sysdeps/i386/fpu/e_fmod.S: Likewise.
8262         Patch by Jared Casper <jaredcasper@gmail.com>.
8264         * sysdeps/unix/closedir.c: Outside libc don't use locking.
8265         * sysdeps/unix/opendir.c: Likewise.
8266         * sysdeps/unix/readdir.c: Likewise.
8268         [BZ #2211]
8269         * stdio-common/vfscanf.c: Handle localized digits etc for floating
8270         point numbers.
8271         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
8273         * stdio-common/vfscanf.c: Fix problems in width accounting.
8274         * stdio-common/tst-sscanf.c (double_tests): New tests.
8275         (main): Hook them up.
8277         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
8278         More simplifications of floating-point reader.
8280         * stdio-common/Makefile (tests): Add tst-swscanf.
8281         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
8282         testing.
8283         * stdio-common/tst-swscanf.c: New file.
8285 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
8287         [BZ #2633]
8288         * libio/stdio.h: Define struct _IO_FILE in global namespace.
8289         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
8290         Remove using for __jmp_buf_tag.
8291         * locale/locale.h (struct lconv): Also define in std namespace.
8292         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
8294         [BZ #3842]
8295         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
8296         using __libc_enable_secure.
8298         [BZ #3818]
8299         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
8301         [BZ #3745]
8302         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
8303         of names for ellipsises.
8305         [BZ #3348]
8306         * malloc/memusage.sh: Cleanups.
8307         * debug/xtrace.sh: Quoting and trap changes.
8309 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
8311         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
8313         * locale/iso-3166.def: Update entry for Serbia.
8314         * locale/iso-4217.def: Define RSD, remove CSD.
8316         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
8317         and 64-bit operations.
8319         [BZ #4040]
8320         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
8321         16-bit operations.
8323         * nscd/nscd.c (parse_opt): One more conversion to use send instead
8324         of writev.
8326 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
8328         [BZ #3991]
8329         * assert/assert.h (assert): Simplify.
8330         (assert_perror): Likewise.
8331         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
8333         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
8334         reqdata.
8336         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
8337         change: don't pass NULL in place of an integer.
8339 2007-02-02  Bruno Haible  <bruno@clisp.org>
8341         [BZ #3954]
8342         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
8343         Add mapping for U+327E.
8344         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
8345         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8346         mapping of 0xD9 0xE8.
8347         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
8348         mapping of U+327E.
8349         Reported by Jungshik Shin <jungshik@google.com>.
8351         [BZ #3955]
8352         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
8353         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
8354         Reported by Jungshik Shin <jungshik@google.com>.
8356 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
8358         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
8359         byte variants.
8361         [BZ #4040]
8362         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
8363         byte variants.  Patch mostly be tom@tommay.net.
8365 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8367         [BZ #3996]
8368         * posix/glob.c (attribute_hidden): Define if not defined.
8369         (glob): Unescape dirname, filename or username when needed and not
8370         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8371         is NULL.  Handle unescaped [ in pattern without closing ].
8372         Don't pass GLOB_CHECK down to recursive glob for directories.
8373         (__glob_pattern_type): New function.
8374         (__glob_pattern_p): Implement using __glob_pattern_type.
8375         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8376         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8377         Remove unreachable code.
8378         * posix/globtest.sh: Add a couple of new tests.
8380 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
8382         * po/ru.po: Update from translation team.
8384 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
8386         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
8387         to the list of i486+ CPUs.
8388         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8390 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
8392         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
8393         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
8394         references.
8396 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
8398         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
8400         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
8401         * resolv/res_mkquery.c: Define __res_nopt.
8402         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
8403         try adding EDNS0 record.
8404         * resolv/res_send.c (send_dg): If request failed with FORMERR and
8405         EDNS0 record was send make sure we don't try it again.
8406         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
8407         * include/resolv.h: Declare __res_nopt.
8409 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
8411         [BZ #3944]
8412         * time/strptime_l.c (__strptime_internal): Set have_mon for
8413         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
8414         have been computed from tm_yday and tm_year.  Don't crash
8415         in day_of_the_week or day_of_the_year if not have_mon
8416         and tm_mon contains bogus value.
8417         * time/Makefile (tests): Add tst-strptime3.
8418         * time/tst-strptime3.c: New test.
8420 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8422         [BZ #3957]
8423         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8424         bit for RE_HAT_LISTS_NOT_NEWLINE.
8425         (build_charclass_op): Remove bogus comment.
8426         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
8427         * posix/bug-regex27.c: New test.
8428         * posix/bug-regex28.c: New test.
8430 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
8432         * po/sv.po: Update from translation team.
8434 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
8436         * nscd/nscd_helper.c (open_socket): Minor size optimization.
8438 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
8440         * include/locale.h (__uselocale): Add libc_hidden_proto.
8441         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
8443         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
8444         gettimeofday.
8446 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
8448         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
8449         returning.
8450         (PTR_DEMANGLE): Real definition now that it's not the same as
8451         PRT_MANGLE anymore.
8452         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8454         * string/strerror_l.c: New file.
8455         * string/Makefile (routines): Add strerror_l.
8456         * string/string.h: Declare strerror_l.
8457         * string/Versions: Export strerror_l for GLIBC_2.6.
8459 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
8461         * nscd/nscd_helper.c (open_socket): Now takes request type and key
8462         as parameter.  Construct request record.  Try sending request
8463         before the first poll use, it usually succeeds.  Adjust all
8464         callers.
8465         * nscd/nscd-client.h: Define MAXKEYLEN.
8466         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
8468 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
8470         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
8471         from return value.
8472         * nscd/nscd_helper.c: Include string.h.
8473         (__nscd_cache_search): Remove const qualifier from return value.
8474         On strict alignment architectures check hash entry and data head
8475         alignment.
8476         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
8477         mmapped data during GC cycle contains garbage.  If
8478         __nscd_drop_map_ref fails, decrement mapped->counter when returning
8479         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
8480         dropped to 0.
8481         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
8482         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
8483         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8484         * nscd/nscd_getai.c (__nscd_getai): Likewise.
8485         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8487 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
8489         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
8491 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
8493         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
8494         names not numbers in cfi_*.
8496 2007-01-26  Andreas Jaeger  <aj@suse.de>
8498         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
8499         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
8500         Correct values of PER_HPUX and PER_OSF4.
8502 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
8504         * elf/dl-minimal.c: Undefine _itoa first.
8505         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
8506         * malloc/mtrace.c: Revert last change.
8507         * posix/wordexp.c: Likewise.
8509 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
8511         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
8512         and __geode__ to the list of i486+ CPUs.
8513         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
8515 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
8517         * stdio-common/_itoa.c: Include <limits.h>.
8518         * stdio-common/_itowa.c: Likewise.
8520 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
8522         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
8523         platforms.
8524         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
8525         64-bit platforms.
8526         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
8527         possible.
8528         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
8529         if possible.
8531         [BZ #3902]
8532         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
8533         * stdio-common/Makefile (tests): Add bug17.
8534         * stdio-common/bug17.c: New file.
8536 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
8538         * iconvdata/brf.c: New file.
8539         * iconvdata/testdata/BRF: New file.
8540         * iconvdata/testdata/BRF..UTF8: New file.
8541         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8542         * iconvdata/Makefile: Add rules to build BRF.
8543         * iconvdata/TESTS: Add BRF entry.
8544         * iconvdata/gconv-modules: Likewise.
8545         * iconvdata/tst-tables.sh: Likewise.
8547 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
8549         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
8550         type `long long int', not `long int'.
8551         (wcstoq): Likewise.
8553 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
8555         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
8556         of values on 64-bit platforms which are too large.
8558 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
8559             Joe Kerian  <jkerian@us.us.ibm.com>
8561         [BZ #2749]
8562         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
8563         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
8564         (__copysignl): Use signbit() for comparison.
8565         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
8566         SET_LDOUBLE_WORDS64.
8568         [BZ #2423, #2749]
8569         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
8570         (__ceill): Remove calls to fegetround(), fesetround().
8571         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
8572         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
8573         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
8575 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
8577         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
8579         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
8581 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
8583         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
8584         demangle pointer.
8585         * csu/libc-start.c: Likewise.
8587 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
8589         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
8590         really work anyway.
8592 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8594         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
8595         users.
8596         (handle_request): Remove unnecessary tests.
8598         * nscd/cache.c (cache_add): Record the failure to add to the cache.
8600 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
8602         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
8603         workbits in semi-raw fraction.
8605         * math/test-misc.c: Add new tests.
8607 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
8609         * math/basic-test.c: Include test-skeleton.c.
8610         (TEST_TRUNC): Define.
8611         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
8612         (main): Rename to ...
8613         (do_test): ...this.  Run new tests.
8614         (TEST_FUNCTION): Define.
8616 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
8617             Joe Kerian  <jkerian@us.us.ibm.com>
8619         [BZ #2749]
8620         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
8621         handling for high words.
8622         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
8623         and overflow for infinity.
8625 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
8627         * nscd/connections.c (handle_request): Add a __builtin_expect.
8629         * nscd/connections.c (serv2db): Change type into structure which
8630         also says whether this is a request for data.  Renamed to
8631         servinfo.  All users changed.
8632         (handle_request): Much simpler test whether we should search the cache.
8634         * nscd/connections.c (handle_request): Fix thinko in selinux test
8635         invocation.
8637         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
8638         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
8639         it before getting dl_load_lock and then relock.
8640         (_dl_lookup_symbol_x): Pass flags to add_dependency.
8641         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
8642         case we unlocked the scope.
8643         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
8644         _dl_lookup_symbol_x in case we locked the scope.
8645         (_dl_profile_fixup): Likewise.
8646         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
8647         set DL_LOOKUP_SCOPE_LOCK.
8649 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
8651         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
8652         CFLAGS-getsrvbynpt_r.c.
8653         * nscd/getsrvbynm_r.c: New file.
8654         * nscd/getsrvbypt_r.c: New file.
8655         * nscd/nscd_getserv_r.c: New file.
8656         * nscd/servicescache.c: New file.
8657         * nscd/Makefile (routines): Add nscd_getserv_r.
8658         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
8659         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
8660         CFLAGS-getsrvbypt_r.c.
8661         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
8662         table.  Add entries for services database.
8663         * nscd/connections.c (serv2str): Mark as const.  Add entries for
8664         services database.
8665         (dbs): Add .reset_res and servdb initialization.
8666         (serv2db): Add entries for services database.
8667         (verify_persistent_db): Accept dbnr == servdb.
8668         (invalidate_cache): Rewrite database name recognition to use a table.
8669         Call res_init() if .reset_res is set for database.
8670         (handle_request): Add code to handle services database.
8671         * nscd/gai.c: Don't define __getservbyname_r.
8672         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
8673         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
8674         (serv_response_header): Define.
8675         (struct datahead): Add serv_response_header member.
8676         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
8677         using table.
8678         * nscd/nscd.conf: Add entries for services database.
8679         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
8680         Declare serv_iov_disabled.
8681         Declare addservbyname, readdservbyname, addservbyport, and
8682         readdservbyport.
8683         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
8684         (find_db): Fix error message.
8685         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
8686         __nscd_getservbyname_r, and __nscd_getservbyport_r.
8687         * nscd/selinux.c (perms): Add entries for services database.
8688         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
8689         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
8691         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
8692         * nscd/hstcache.c: Likewise.
8693         * nscd/pwdcache.c: Likewise.
8695         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
8696         computation of keylen.
8698         * include/string.h: Only redefine strndupa if this is really for
8699         libc code.
8701 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
8703         * nscd/nscd_gethst_r.c: Minor cleanups.
8705         * nscd/connections.c (handle_request): Check selinux permissions
8706         for all non-admin commands.
8708         * sysdeps/i386/i486/bits/atomic.h: Define
8709         atomic_compare_and_exchange_val_acq,
8710         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
8711         using __sync_* built-ins for gcc >= 4.1.
8712         * sysdeps/x86_64/bits/atomic.h: Likewise.
8714         [BZ #3840]
8715         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
8716         and .oS.d files.
8718 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
8720         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
8721         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
8722         (do_test): Check errno and exit(0) if ENOSYS.
8724 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8726         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
8727         thousands separators.
8728         * stdlib/Makefile: Add rules to build and run tst-strtod4.
8729         * stdlib/tst-strtod4.c: New test.
8731         [BZ #3855]
8732         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
8733         hexadecimal digit should accept just the initial 0.
8734         * stdlib/tst-strtod2.c (tests): New variable.
8735         (do_test): Run several tests rather than just one.
8737 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8739         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
8740         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
8742 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
8744         * io/fts.c: Make sure fts_cur is always valid after return from
8745         fts_read.
8746         Patch by Miloslav Trmac <mitr@redhat.com>.
8748 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8750         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8751         (R_MIPS_NUM): Bump by 1.
8753 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8755         * posix/execvp.c: Include alloca.h.
8756         (allocate_scripts_argv): Renamed to...
8757         (scripts_argv): ... this.  Don't allocate buffer here nor count
8758         arguments.
8759         (execvp): Use alloca if possible.
8760         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8761         * posix/tst-vfork3.c: New test.
8763 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8765         * string/Makefile (tst-strxfrm2-ENV): Define.
8766         * stdlib/Makefile (tst-strtod3-ENV): Define.
8768 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8770         * posix/getconf.c: Update copyright year.
8771         * nss/getent.c: Likewise.
8772         * iconv/iconvconfig.c: Likewise.
8773         * iconv/iconv_prog.c: Likewise.
8774         * elf/ldconfig.c: Likewise.
8775         * catgets/gencat.c: Likewise.
8776         * csu/version.c: Likewise.
8777         * elf/ldd.bash.in: Likewise.
8778         * elf/sprof.c (print_version): Likewise.
8779         * locale/programs/locale.c: Likewise.
8780         * locale/programs/localedef.c: Likewise.
8781         * nscd/nscd.c (print_version): Likewise.
8782         * debug/xtrace.sh: Likewise.
8783         * malloc/memusage.sh: Likewise.
8784         * malloc/mtrace.pl: Likewise.
8785         * debug/catchsegv.sh: Likewise.
8787 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8789         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8790         attempts.
8792 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8794         * posix/wordexp.c: Remove some unnecessary tests.
8796 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8798         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8799         blacklist the group till after we look it up.
8801 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8803         * include/atomic.h (atomic_forced_read): New macro.
8805 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8807         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8809 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8811         * nss/getXXbyYY_r.c: Include atomic.h.
8812         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8813         add atomic_write_barrier () in between.
8815         * stdlib/Makefile (tests): Add tst-makecontext.
8816         * stdlib/tst-makecontext.c: New test.
8818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8819         (__makecontext): Don't realign uc_mcontext.uc_regs.
8821 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8823         * elf/dl-support.c: Include dl-procinfo.h.
8824         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8825         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8826         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8827         Define.
8828         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8829         hardcoded constants.
8830         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8831         PPC_PLATFORM_* macros for array designators.
8833 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8835         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8836         names to the beginning.
8837         (_dl_powerpc_platforms): Add "power6x".
8838         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8839         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8840         (_DL_PLATFORMS_COUNT): Increase.
8841         (_dl_string_platform): Handle power6x case.
8842         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8843         PPC_FEATURE_POWER6_EXT): Define.
8844         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8846 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8848         [BZ #3747]
8849         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8850         [-2^31 .. 2^31) range.
8851         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8852         targets.
8853         * stdlib/tst-rand48-2.c: New test.
8854         * stdlib/Makefile (tests): Add tst-rand48-2.
8856 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8858         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8860 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8862         * misc/tst-pselect.c (do_test): Make sure the helper process is
8863         terminating when the test is aborted.
8865 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8867         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8868         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8869         Handle relatime mount option.
8871         [BZ #2337]
8872         * libio/Makefile (tests): Add tst-setvbuf1.
8873         * libio/tst-setvbuf1.c: New file.
8875 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8877         [BZ #2337]
8878         * libio/genops.c (__uflow): Fix a typo.
8879         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8880         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8881         the narrow buffer size.
8883 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8885         [BZ #2337]
8886         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8887         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8888         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8889         in _flags.
8890         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8891         _IO_wstr_finish): Likewise.
8892         * libio/wmemstream.c (open_wmemstream): Likewise.
8893         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8894         even for wide streams.
8896 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8899         kernel-features.h.
8901 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8903         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8904         separators also if no non-zero digits found.
8905         * stdlib/Makefile (tests): Add tst-strtod3.
8907 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8909         [BZ #3632]
8910         * include/features.h: Fix comment about default value for
8911         _POSIX_C_SOURCE.
8913         [BZ #3664]
8914         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8915         empty parsed strings.
8916         * stdlib/Makefile (tests): Add tst-strtod2.
8917         * stdlib/tst-strtod2.c: New file.
8919         [BZ #3673]
8920         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8921         computation.
8922         * stdlib/Makefile (tests): Add tst-atof2.
8923         * stdlib/tst-atof2.c: New file.
8925         [BZ #3674]
8926         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8927         correctly if removing trailing zero of hex-float.
8928         * stdlib/Makefile (tests): Add tst-atof1.
8929         * stdlib/tst-atof1.c: New file.
8931 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8933         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8934         Start searching for next comma at p rather than rest.
8935         * misc/Makefile (tests): Add tst-mntent2.
8936         * misc/tst-mntent2.c: New test.
8938         * misc/getusershell.c (initshells): Check for integer overflows.
8939         Make strings buffer one bigger as fgets always succeeds when second
8940         argument is 1.  Don't use calloc for shells array.  Disallow
8941         / as shell.
8943 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8945         * malloc/memusage.c: Handle realloc with new size of zero and
8946         non-NULL pointer correctly.
8947         (me): Really write first record twice.
8948         (struct entry): Make format bi-arch safe.
8949         (dest): Write out more realloc statistics.
8950         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8952 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8954         * nis/nis_subr.c (nis_getnames): Revert last change.
8956 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8958         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8959         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8960         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8961         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8962         ENOTTY.
8963         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8964         * io/tst-ttyname_r.c: New test.
8966 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8968         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8970 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8972         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8973         jump table entries.
8975 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8977         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8978         `clone' function to ensure proper unwinding stop of gdb.
8979         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8981 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8983         * nscd/nscd.init: Remove obsolete and commented-out -S option
8984         handling.
8986 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8988         [BZ #3514]
8989         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8991         [BZ #3515]
8992         * manual/string.texi (strtok): Remove duplicate paragraph.
8994 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8996         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8997         libgcc not supporting `rflags' unwinding (register # >= 17).
8999 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
9001         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
9002         succeeded.
9004 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
9005             Jakub Jelinek  <jakub@redhat.com>
9006             Jan Kratochvil  <jan.kratochvil@redhat.com>
9008         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
9009         unwind information.
9010         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
9011         'restore_rt' even in the 'signal' directory.
9012         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
9014 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
9016         [BZ #3559]
9017         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
9018         malloc crashed.  Don't allocate memory unnecessarily in each
9019         loop.
9021 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
9023         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
9025 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
9027         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
9029 2006-11-18  Bruno Haible  <bruno@clisp.org>
9031         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
9032         __sysconf only after having tried to call getgroups32.
9034 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
9036         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
9037         addresses for IPv4 queries if they can be mapped.
9039 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
9041         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
9042         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
9043         (signmask): Add .size directive.
9044         (othermask): Add .type directive.
9046 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
9048         * po/nl.po: Update from translation team.
9050         * timezone/zdump.c: Redo fix for BZ #3137.
9052 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
9054         * nss/nss_files/files-alias.c (get_next_alias): Set line back
9055         to first_unused after parsing :include: file.
9057 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9059         * timezone/africa: Update from tzdata2006o.
9060         * timezone/antarctica: Likewise.
9061         * timezone/asia: Likewise.
9062         * timezone/australasia: Likewise.
9063         * timezone/backward: Likewise.
9064         * timezone/europe: Likewise.
9065         * timezone/iso3166.tab: Likewise.
9066         * timezone/northamerica: Likewise.
9067         * timezone/southamerica: Likewise.
9068         * timezone/zone.tab: Likewise.
9070         * time/tzfile.c (__tzfile_read): Extend to handle new file format
9071         on machines with 64-bit time_t.
9073         * timezone/checktab.awk: Update from tzcode2006o.
9074         * timezone/ialloc.c: Likewise.
9075         * timezone/private.h: Likewise.
9076         * timezone/scheck.c: Likewise.
9077         * timezone/tzfile.h: Likewise.
9078         * timezone/tzselect.ksh: Likewise.
9079         * timezone/zdump.c: Likewise.
9080         * timezone/zic.c: Likewise.
9082         [BZ #3483]
9083         * elf/ldconfig.c (main): Call setlocale and textdomain.
9084         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9086         [BZ #3480]
9087         * manual/argp.texi: Fix typos.
9088         * manual/charset.texi: Likewise.
9089         * manual/errno.texi: Likewise.
9090         * manual/filesys.texi: Likewise.
9091         * manual/lang.texi: Likewise.
9092         * manual/maint.texi: Likewise.
9093         * manual/memory.texi: Likewise.
9094         * manual/message.texi: Likewise.
9095         * manual/resource.texi: Likewise.
9096         * manual/search.texi: Likewise.
9097         * manual/signal.texi: Likewise.
9098         * manual/startup.texi: Likewise.
9099         * manual/stdio.texi: Likewise.
9100         * manual/sysinfo.texi: Likewise.
9101         * manual/syslog.texi: Likewise.
9102         * manual/time.texi: Likewise.
9103         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9105         [BZ #3465]
9106         * sunrpc/clnt_raw.c: Minimal message improvements.
9107         * sunrpc/pm_getmaps.c: Likewise.
9108         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9109         * nis/nis_print_group_entry.c: Likewise.
9110         * locale/programs/repertoire.c: Likewise.
9111         * locale/programs/charmap.c: Likewise.
9112         * malloc/memusage.sh: Likewise.
9113         * elf/dl-deps.c: Likewise.
9114         * locale/programs/ld-collate.c: Likewise.
9115         * libio/vswprintf.c: Likewise.
9116         * malloc/memusagestat.c: Likewise.
9117         * sunrpc/auth_unix.c: Likewise.
9118         * sunrpc/rpc_main.c: Likewise.
9119         * nscd/cache.c: Likewise.
9120         * locale/programs/repertoire.c: Unify output messages.
9121         * locale/programs/charmap.c: Likewise.
9122         * locale/programs/ld-ctype.c: Likewise.
9123         * locale/programs/ld-monetary.c: Likewise.
9124         * locale/programs/ld-numeric.c: Likewise.
9125         * locale/programs/ld-time.c: Likewise.
9126         * elf/ldconfig.c: Likewise.
9127         * nscd/selinux.c: Likewise.
9128         * elf/cache.c: Likewise.
9129         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
9131         [BZ #3451]
9132         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
9133         change atomic.
9134         (ceil): Likewise.
9136 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9138         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
9139         if N is one bigger than return value.
9140         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
9141         and l1 last arguments, if buf is defined, verify the return value
9142         equals to strlen (buf) and verify no byte beyond passed length
9143         is modified.
9145 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
9147         * po/sv.po: Update from translation team.
9149 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9151         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
9152         noinline attribute.
9154 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
9156         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
9157         noinline attribute.
9159         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
9160         Use __new_sys_siglist instead of _sys_siglist_internal as
9161         second macro argument.
9162         (_old_sys_siglist): Use declare_symbol_alias macro instead of
9163         strong_alias.
9165 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
9167         [BZ #3493]
9168         * posix/unistd.h (sysconf): Remove const attribute.
9170         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
9171         temporary or deprecated addresses.
9172         Patch by Sridhar Samudrala <sri@us.ibm.com>.
9174         * string/Makefile (tests): Add tst-strxfrm2.
9175         * string/tst-strxfrm2.c: New file.
9177 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
9179         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
9180         rather than r->r_brk.
9182 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
9184         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
9185         optimization even if needed > n.
9187         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
9188         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
9189         return false, otherwise return true.
9190         (cache_rpath): Return decompose_rpath return value.
9192 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
9194         * include/libc-symbols.h (declare_symbol): Rename to...
9195         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
9196         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
9197         .size directive.
9198         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
9199         changes.
9200         * sysdeps/gnu/siglist.c: Likewise.
9202 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
9204         * sysdeps/powerpc/fpu/bits/mathinline.h
9205         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
9206         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
9208 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
9210         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
9211         Update handling of cache descriptor 0x49 for new models.
9212         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
9213         Likewise.
9215 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
9217         * malloc/memusage.c (dest): Reset not_me back to false after
9218         printing statistics.
9220 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
9222         * configure.in: Work around ld --help change and avoid -z relro
9223         test completely if the architecture doesn't care about security.
9225 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
9227         * po/sv.po: Update from translation team.
9229 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
9231         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
9232         generate compatibility version.
9234 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
9236         * configure.in: Relax -z relro requirement a bit.
9238         * po/sv.po: Update from translation team.
9240 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
9242         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
9243         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
9244         * elf/dl-close.c (_dl_close_worker): Likewise.
9245         * elf/dl-open.c (_dl_open_worker): Likewise.
9246         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
9248 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
9250         * configure.in: Require assembler support for visibility, compiler
9251         support for visibility and aliases, linker support for various -z
9252         options.
9253         * Makeconfig: Remove conditional code which now is unnecessary.
9254         * config.h.in: Likewise.
9255         * config.make.in: Likewise.
9256         * dlfcn/Makefile: Likewise.
9257         * elf/Makefile: Likewise.
9258         * elf/dl-load.c: Likewise.
9259         * elf/rtld.c: Likewise.
9260         * include/libc-symbols.h: Likewise.
9261         * include/stdio.h: Likewise.
9262         * io/Makefile: Likewise.
9263         * io/fstat.c: Likewise.
9264         * io/fstat64.c: Likewise.
9265         * io/fstatat.c: Likewise.
9266         * io/fstatat64.c: Likewise.
9267         * io/lstat.c: Likewise.
9268         * io/lstat64.c: Likewise.
9269         * io/mknod.c: Likewise.
9270         * io/mknodat.c: Likewise.
9271         * io/stat.c: Likewise.
9272         * io/stat64.c: Likewise.
9273         * libio/stdio.c: Likewise.
9274         * nscd/Makefile: Likewise.
9275         * stdlib/Makefile: Likewise.
9276         * stdlib/atexit.c: Likewise.
9277         * sysdeps/generic/ldsodefs.h: Likewise.
9278         * sysdeps/i386/dl-machine.h: Likewise.
9279         * sysdeps/i386/sysdep.h: Likewise.
9280         * sysdeps/i386/i686/memcmp.S: Likewise.
9281         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
9282         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9283         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9285         * Makerules: USE_TLS support is now default.
9286         * tls.make.c: Likewise.
9287         * csu/Versions: Likewise.
9288         * csu/libc-start.c: Likewise.
9289         * csu/libc-tls.c: Likewise.
9290         * csu/version.c: Likewise.
9291         * dlfcn/dlinfo.c: Likewise.
9292         * elf/dl-addr.c: Likewise.
9293         * elf/dl-cache.c: Likewise.
9294         * elf/dl-close.c: Likewise.
9295         * elf/dl-iteratephdr.c: Likewise.
9296         * elf/dl-load.c: Likewise.
9297         * elf/dl-lookup.c: Likewise.
9298         * elf/dl-object.c: Likewise.
9299         * elf/dl-open.c: Likewise.
9300         * elf/dl-reloc.c: Likewise.
9301         * elf/dl-support.c: Likewise.
9302         * elf/dl-sym.c: Likewise.
9303         * elf/dl-sysdep.c: Likewise.
9304         * elf/dl-tls.c: Likewise.
9305         * elf/ldconfig.c: Likewise.
9306         * elf/rtld.c: Likewise.
9307         * elf/tst-tls-dlinfo.c: Likewise.
9308         * elf/tst-tls1.c: Likewise.
9309         * elf/tst-tls10.h: Likewise.
9310         * elf/tst-tls14.c: Likewise.
9311         * elf/tst-tls2.c: Likewise.
9312         * elf/tst-tls3.c: Likewise.
9313         * elf/tst-tls4.c: Likewise.
9314         * elf/tst-tls5.c: Likewise.
9315         * elf/tst-tls6.c: Likewise.
9316         * elf/tst-tls7.c: Likewise.
9317         * elf/tst-tls8.c: Likewise.
9318         * elf/tst-tls9.c: Likewise.
9319         * elf/tst-tlsmod1.c: Likewise.
9320         * elf/tst-tlsmod13.c: Likewise.
9321         * elf/tst-tlsmod13a.c: Likewise.
9322         * elf/tst-tlsmod14a.c: Likewise.
9323         * elf/tst-tlsmod2.c: Likewise.
9324         * elf/tst-tlsmod3.c: Likewise.
9325         * elf/tst-tlsmod4.c: Likewise.
9326         * elf/tst-tlsmod5.c: Likewise.
9327         * elf/tst-tlsmod6.c: Likewise.
9328         * include/errno.h: Likewise.
9329         * include/link.h: Likewise.
9330         * include/tls.h: Likewise.
9331         * locale/global-locale.c: Likewise.
9332         * locale/localeinfo.h: Likewise.
9333         * malloc/arena.c: Likewise.
9334         * malloc/hooks.c: Likewise.
9335         * malloc/malloc.c: Likewise.
9336         * resolv/Versions: Likewise.
9337         * sysdeps/alpha/dl-machine.h: Likewise.
9338         * sysdeps/alpha/libc-tls.c: Likewise.
9339         * sysdeps/generic/ldsodefs.h: Likewise.
9340         * sysdeps/generic/tls.h: Likewise.
9341         * sysdeps/i386/dl-machine.h: Likewise.
9342         * sysdeps/ia64/dl-machine.h: Likewise.
9343         * sysdeps/ia64/libc-tls.c: Likewise.
9344         * sysdeps/mach/hurd/fork.c: Likewise.
9345         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9346         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
9347         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9348         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9349         * sysdeps/s390/libc-tls.c: Likewise.
9350         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9351         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9352         * sysdeps/sh/dl-machine.h: Likewise.
9353         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9354         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9355         * sysdeps/x86_64/dl-machine.h: Likewise.
9357         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
9358         split out locking and parameter checking.
9359         (_dl_close): Call _dl_close_worker after locking and checking.
9360         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
9361         _dl_close.
9362         * elf/Makefile: Add rules to build and run tst-thrlock.
9363         * elf/tst-thrlock.c:  New file.
9365         [BZ #3426]
9366         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
9367         reality.
9369         [BZ #3429]
9370         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
9371         we are sure we do not need it anymore for _dl_close.  Also move
9372         the asserts inside the lock region.
9373         Patch mostly by Suzuki <suzuki@in.ibm.com>.
9375 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
9377         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
9378         argument.
9379         (_dl_lookup_symbol_x): Adjust caller.
9381         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
9382         _ns_global_scope.
9383         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
9385         * elf/dl-libc.c: Revert l_scope name changes.
9386         * elf/dl-load.c: Likewise.
9387         * elf/dl-object.c: Likewise.
9388         * elf/rtld.c: Likewise.
9389         * elf/dl-close.c (_dl_close): Likewise.
9390         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
9391         always use __rtld_mrlock_{change,done}.  Always free old scope list
9392         here if not l_scope_mem.
9393         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
9394         change.  Never free scope list here.  Just __rtld_mrlock_lock before
9395         the lookup and __rtld_mrlock_unlock it after the lookup.
9396         * elf/dl-sym.c: Likewise.
9397         * include/link.h (struct r_scoperec): Remove.
9398         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
9399         with l_scope_mem and l_scoperec_lock with l_scope_lock.
9401 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
9403         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
9405 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9407         * configure.in: Disable building profile libraries by default.
9409 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9411         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
9412         as signed longs, check for x_base + pos overflow.
9413         * sunrpc/Makefile (tests): Add tst-xdrmem2.
9414         * sunrpc/tst-xdrmem2.c: New test.
9416 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9418         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
9419         _dl_lookup_symbol_x code.
9421 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9423         * elf/dl-runtime.c: Include sysdep-cancel.h.
9424         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
9425         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
9426         instead of catomic_* macros.
9427         * elf/dl-sym.c: Include sysdep-cancel.h.
9428         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
9429         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9430         * elf/dl-close.c: Include sysdep-cancel.h.
9431         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
9432         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9433         * elf/dl-open.c: Include sysdep-cancel.h.
9434         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
9435         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
9437 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9439         [BZ #3313]
9440         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
9441         fastbin rather than end of fastbin array.
9443 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
9445         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
9446         body macro.
9447         * sysdeps/x86_64/bits/atomic.h
9448         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
9449         (catomic_decrement): Use correct body macro.
9451 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
9453         * include/atomic.h: Add a unique prefix to all local variables
9454         in macros.
9455         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
9457 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
9459         [BZ #3369]
9460         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
9461         and 7.
9463 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
9465         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
9467 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
9469         [BZ #3313]
9470         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
9471         determine highest fast bin to consolidate, always look into all of
9472         them.
9473         (do_check_malloc_state): Only require for empty bins for large
9474         sizes in main arena.
9476         * libio/stdio.h: Add more __wur attributes.
9478         * elf/dl-minimal.c (realloc): Optimize last patch.
9480 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
9482         [BZ #3352]
9483         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
9484         and use memcpy() if it does.
9486 2006-11-12  Andreas Jaeger  <aj@suse.de>
9488         [BZ #2510]
9489         * manual/search.texi (Hash Search Function): Clarify.
9490         (Array Search Function): Clarify.
9492 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
9494         [BZ #2830]
9495         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
9496         shifting.
9497         * math/atest-exp2.c (read_mpn_hex): Likewise.
9498         * math/atest-sincos.c (main): Likewise.
9500 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9502         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
9503         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
9504         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
9505         version GLIBC_2.6.
9506         * Versions.def: Add GLIBC_2.6 for libc.
9508         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
9510         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
9512 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
9514         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
9516         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
9518         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
9519         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
9521 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
9523         * include/atomic.c: Define catomic_* operations.
9524         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
9525         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
9526         * malloc/memusage.c: Likewise.
9527         * gmon/mcount.c: Likewise.
9528         * elf/dl-close.c: Likewise.
9529         * elf/dl-open.c: Likewise.
9530         * elf/dl-profile.c: Likewise.
9531         * elf/dl-sym.c: Likewise.
9532         * elf/dl-runtime.c: Likewise.
9533         * elf/dl-fptr.c: Likewise.
9534         * resolv/res_libc.c: Likewise.
9536 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
9538         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
9539         components which lack them.
9541         * nis/nis_subr.c (nis_getnames): Make sure that we always return
9542         at least one entry consisting of the parameter concatenated with
9543         the domain.
9545 2006-10-10  Roland McGrath  <roland@frob.com>
9547         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
9548         * sysdeps/mach/hurd/futimes.c: Likewise.
9549         * sysdeps/mach/hurd/lutimes.c: Likewise.
9551 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
9552             Jakub Jelinek  <jakub@redhat.com>
9554         Implement reference counting of scope records.
9555         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
9556         from the list in objects which remain.  Always allocate new scope
9557         record.
9558         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
9559         don't resize, allocate a new one.
9560         * elf/dl-runtime.c: Update reference counters before using a scope
9561         array.
9562         * elf/dl-sym.c: Likewise.
9563         * elf/dl-libc.c: Adjust for l_scope name change.
9564         * elf/dl-load.c: Likewise.
9565         * elf/dl-object.c: Likewise.
9566         * elf/rtld.c: Likewise.
9567         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
9568         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
9569         Add l_scoperec_lock.
9570         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
9571         * sysdeps/generic/rtld-lowlevel.h: New file.
9573         * include/atomic.h: Rename atomic_and to atomic_and_val and
9574         atomic_or to atomic_or_val.  Define new macros atomic_and and
9575         atomic_or which do not return values.
9576         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
9577         Various cleanups.
9578         * sysdeps/i386/i486/bits/atomic.h: Likewise.
9580         * po/sv.po: Update from translation team.
9582 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
9584         * Versions.def: Add GLIBC_2.6 to libpthread.
9586         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
9587         (versioned_symbol): Likewise.
9588         (compat_symbol): Likewise.
9590         * po/tr.po: Update from translation team.
9592 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9594         * nis/Banner: Removed.  It's been integral part forever and the
9595         author info is incomplete anyway.
9596         * libio/Banner: Likewise.
9598         * nis/nis_table.c (nis_list): If __follow_path fails in the new
9599         code, make sure the nis_freeresult call doesn't crash and that the
9600         result is reported correctly.
9602 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
9604         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
9605         when callback is NULL.
9607         * nis/Versions (libnss_nisplus): Add
9608         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
9609         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
9610         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
9611         _nss_create_tablename): Rename to...
9612         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
9613         ... these.  No longer static.
9614         (internal_setgrent): Adjust users.
9615         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
9616         Don't use locking around _nss_grp_create_tablename call.
9617         * nis/nss_nisplus/nisplus-initgroups.c: New file.
9619 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9621         * version.h (VERSION): Bump to 2.5.90 for new development tree.
9623 2006-10-06  Andreas Jaeger  <aj@suse.de>
9625         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
9627 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
9629         * po/pl.po: Update from translation team.
9631         * nscd/nscd.c (main): Fix typo in message.
9632         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
9634 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9636         [BZ #3291]
9637         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
9638         errno.h, signal.h, unistd.h and sysdep-cancel.h.
9639         (__sigprocmask): Define.
9641 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
9643         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
9644         used.
9646 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
9648         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
9649         in oldtotal and newtotal calculation.
9650         * nscd/nscd-client.h (struct mapped_database): Add datasize
9651         field.
9652         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
9653         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
9654         increased.
9655         (__nscd_cache_search): Add checks to make sure we never reference
9656         data beyond the current mapping.
9658 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
9660         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
9661         variables const to avoid compiler warnings.
9663         * io/fts.c (fts_close): Remove redundant checks.
9664         (fts_build): Likewise.
9665         (fts_palloc): Likewise.
9667         * manual/message.texi (Advanced gettext functions,
9668         Using gettextized software): Fix typos.
9670 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9672         * posix/glob.c (glob_in_dir): Add some comments and asserts to
9673         explain why there are no leaks.
9675 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
9677         * libio/wmemstream.c: Include <wchar.h>.
9678         * libio/bug-wmemstream1.c: Likewise.
9679         * libio/tst-wmemstream1.c: Likewise.
9680         * libio/tst-wmemstream2.c: Likewise.
9682         * version.h (RELEASE): Bump to 2.5.
9683         * README: Regenerated.
9685         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
9687         [BZ #3273]
9688         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
9689         found no group members.
9690         Patch by Petr Baudis.
9692 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
9694         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
9695         assert bootstrap_map.l_tls_modid is zero.
9696         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
9697         if USE___THREAD.
9699 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
9701         * libio/stdio.h: Move open_wmemstream prototype to ...
9702         * wcsmbs/wchar.h: ... here.
9704 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9706         [BZ #3252]
9707         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
9708         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
9709         __{,l}chown to handle the rest.
9710         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
9711         fchownat syscall and __ASSUME_32BITUIDS case inline, call
9712         __{,l}chown to handle the rest.
9713         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
9714         i386/fchownat.c.
9715         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
9716         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
9718         [BZ #3253]
9719         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9720         time, rather allocate increasingly bigger arrays of pointers, if
9721         possible with alloca, if too large with malloc.
9723 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
9725         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
9727         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
9729 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
9731         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
9732         home addresses.
9733         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
9734         IFA_F_HOMEADDRESS flag for interfaces.
9735         * include/ifaddrs.h (struct in6addrinfo): Define
9736         in6ai_homeaddress.
9738 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9740         [BZ #3225]
9741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9742         PTR_DEMANGLE3): Define.
9743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9744         PTR_DEMANGLE3): Likewise.
9745         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9746         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9747         Likewise.
9748         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9750 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9752         * po/libc.pot: Regenerated.
9753         * po/be.po: Updated.
9754         * po/ca.po: Likewise.
9755         * po/cs.po: Likewise.
9756         * po/da.po: Likewise.
9757         * po/de.po: Likewise.
9758         * po/el.po: Likewise.
9759         * po/en_GB.po: Likewise.
9760         * po/es.po: Likewise.
9761         * po/fi.po: Likewise.
9762         * po/fr.po: Likewise.
9763         * po/gl.po: Likewise.
9764         * po/hr.po: Likewise.
9765         * po/hu.po: Likewise.
9766         * po/ja.po: Likewise.
9767         * po/ko.po: Likewise.
9768         * po/nb.po: Likewise.
9769         * po/nl.po: Likewise.
9770         * po/pl.po: Likewise.
9771         * po/pt_BR.po: Likewise.
9772         * po/ru.po: Likewise.
9773         * po/rw.po: Likewise.
9774         * po/sk.po: Likewise.
9775         * po/sv.po: Likewise.
9776         * po/tr.po: Likewise.
9777         * po/zh_CN.po: Likewise.
9778         * po/zh_TW.po: Likewise.
9780         [BZ #3137]
9781         * iconv/iconv_prog.c (main): Fix spelling in error message.
9782         * iconv/iconvconfig.c (main): Likewise.
9783         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9784         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9785         * locale/programs/localedef.c (main): Likewise.
9786         * locale/programs/repertoire.c (repertoire_read): Likewise.
9787         * timezone/zdump.c (main): Likewise.
9788         * nscd/connections.c (handle_request): Fix spelling in log message.
9789         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9791 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9793         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9794         interfaces.
9796 2006-09-20  Andreas Jaeger  <aj@suse.de>
9798         * math/libm-test.inc (lrint_test_upward): Fix typo.
9800 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9802         [BZ #2592]
9803         * math/libm-test.inc (lrint_test_tonearest): New function.
9804         (lrint_test_towardzero): New function.
9805         (lrint_test_downward): New function.
9806         (lrint_test_upward): New function.
9807         (main): Run these new tests.
9808         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9809         of values near to 0.
9810         (two52): Use double not long double.
9811         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9812         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9813         (two23): Use float not double.
9814         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9815         (two23): Use float not double.
9816         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9817         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9818         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9819         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9821 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9823         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9824         Cast sp to unsigned long to avoid compiler warning.
9825         Use __makecontext_ret function instead of a trampoline on the stack.
9826         (__makecontext_ret): New function.
9827         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9829 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9831         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9832         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9833         bits.
9835 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9837         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9838         sure no reference to the unloaded map's search list remains in the
9839         dependency's scope.
9841 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9843         * elf/Makefile: Add rules to build and run unload7 test.
9844         * elf/unload7.c: New test.
9845         * elf/unload7mod1.c: New file.
9846         * elf/unload7mod2.c: New file.
9848 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9850         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9851         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9852         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9853         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9854         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9855         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9856         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9857         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9858         PTRACE_GETEVENTMSG): Likewise.
9859         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9860         values.
9862 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9864         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9865         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9866         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9867         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9869 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9871         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9872         write '\0' to the fd.
9873         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9874         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9875         Change regs to unsigned long pointer from unsigned int, fix fscr
9876         offset.
9878 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9880         * io/Makefile (CFLAGS-fstatat.c): Set.
9881         (CFLAGS-fstatat64.c): Likewise.
9882         (CFLAGS-mknodat.c): Likewise.
9884         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9885         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9886         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9887         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9889 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9890             Steven Munroe  <sjmunroe@us.ibm.com>
9892         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9893         names to the beginning.  Rename "cell" to "cellbe".
9894         (_dl_powerpc_platforms): New.
9895         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9896         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9897         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9898         (_DL_HWCAP_PLATFORM): Define to new mask.
9899         (_dl_platform_string, _dl_string_platform): New functions.
9900         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9901         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9903 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9905         [BZ #2526]
9906         * README.libm: Fix a thinko in sqrt algorithm description.
9908         [BZ #3143]
9909         * manual/string.texi (argz_delete): Fix prototype.
9910         Patch by <alpt@freaknet.org>.
9912 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9914         [BZ #3138]
9915         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9916         * io/tst-fcntl.c (do_prepare): Likewise.
9917         * posix/tst-exec.c (do_prepare): Likewise.
9918         * posix/tst-preadwrite.c (do_prepare): Likewise.
9919         * posix/tst-spawn.c (do_prepare): Likewise.
9920         * posix/tst-truncate.c (do_prepare): Likewise.
9921         * rt/tst-aio.c (do_prepare): Likewise.
9922         * rt/tst-aio64.c (do_prepare): Likewise.
9923         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9924         size_t.
9926 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9928         [BZ #2821]
9929         * time/mktime.c (guess_time_tm): Fix overflow detection.
9930         * time/Makefile (tests): Add bug-mktime1.
9931         * time/bug-mktime1.c: New file.
9933         [BZ #3189, #3188]
9934         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9935         (mremap): Likewise.
9937 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9939         [BZ #1006]
9940         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9941         Ensure relocation doesn't clobber any bits outside of the
9942         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9943         R_SPARC_HI22 and R_SPARC_H44.
9945         [BZ #2775]
9946         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9947         (long) (MINSIZE + nb - old_size) is positive.
9949         * malloc/arena.c (grow_heap): When growing bail even if new_size
9950         is negative.
9952         [BZ #3155]
9953         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9954         stack below r1.
9956 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9958         * posix/regex_internal.c (re_string_reconstruct): Handle
9959         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9960         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9961         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9962         re_string_context_at.
9963         * posix/Makefile: Add rules to build and run bug-regex26 test.
9964         * posix/bug-regex26.c: New test.
9966         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9967         rather than col_sym_free.  Move seqp declaration earlier.
9969         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9971 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9973         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9974         decl before first goto out.
9976 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9978         * Makerules (shlib.lds): If have-hash-style, put .hash section
9979         at the end of the RO segment.
9981 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9983         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9984         style hash table format is used.
9986 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9988         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9989         randomization rather than before.
9990         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9992 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9994         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9996         * malloc/malloc.c (_int_malloc): Use full list insert and not
9997         shortcut which assumes the list is empty for large requests
9998         too.
10000         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
10002 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
10004         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
10005         and offout arguments to the prototype.
10006         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
10007         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
10008         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
10009         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
10010         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
10011         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
10012         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
10013         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
10015 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
10017         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
10019         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
10020         dlopen parameters.
10022 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
10024         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
10025         only if herrno is NETDB_INTERNAL.  Handle errors other than
10026         ERANGE outside of the loops, handle TRY_AGAIN.
10028         * locale/programs/ld-ctype.c (translit_flatten): Issue error
10029         if other's ctype category was missing.
10030         * locale/programs/ld-collate.c (collate_read): Return if
10031         copy_locale's collate category is missing.
10033 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
10035         [BZ #2684]
10036         * malloc/malloc.c (public_rEALLOc): Try harder by using other
10037         arenas if allocation failed.
10038         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
10040 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
10042         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
10043         waste bins[0..1].
10044         (malloc_state): Reduce bins size by 2.
10045         (_int_malloc): Fix test for large enough buffer for early termination.
10046         When no unsorted block matches perfectly and an exiting block has
10047         to be split, use full list insert and not shortcut which assumes
10048         the list is empty.
10050         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
10051         failure.
10053 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
10055         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
10056         do anything.
10058         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
10059         symbol require exact match (these are PLTs).
10060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
10061         (_dl_ppc64_addr_sym_match): Likewise.
10063         [BZ #2683]
10064         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
10065         If symbol has a value use it.
10066         * elf/tst-dladdr1.c: New file.
10067         * elf/Makefile: Add rules to build and run tst-addr1.
10069 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
10071         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
10072         keeps failing and heap growth or new heap creation isn't
10073         successful either.
10074         * malloc/tst-malloc.c (main): Add new tests.
10076 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
10078         [BZ #2734]
10079         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
10080         as in the x86-64 code to use bswap.
10082 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
10084         [BZ #2680]
10085         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
10086         __USE_UNIX98.
10087         * posix/bits/unistd.h: Likewise.
10089 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
10091         [BZ #2751]
10092         * string/strchr.c: Add cast to avoid warning.
10094 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10096         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
10097         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
10098         limit is needed to avoid the exploding of the address space
10099         requirement for secondary heaps.
10100         * malloc/arena.c (HEAP_MAX_SIZE): Define using
10101         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
10103 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
10105         [BZ #3018]
10106         * Makerules (depfiles): Handle extra-test-objs the same as
10107         extra-objs.
10108         (common-mostlyclean): Likewise.
10109         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
10110         instead.
10111         * elf/Makefile (extra-objs): Likewise.
10112         * stdlib/Makefile (extra-objs): Likewise.
10114 2006-08-14  Eric Blake  <ebb9@byu.net>
10116         [BZ #3044]
10117         * misc/error.h: Assume C89 or better.
10118         * misc/error.c: Likewise.
10120 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
10122         [BZ #3040]
10123         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
10124         __ASSUME_ATFCTS is defined.
10126 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
10128         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
10129         to sort in each call.
10131         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
10132         is empty simply return and use next service.
10133         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
10135         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
10136         tells us when not finding a charmap file is an error.
10137         * locale/programs/charmap.h: Adjust charmap_read prototype.
10138         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
10139         cannot find a charmap.
10140         * locale/programs/localedef.c (main): Adjust charmap_read call.
10142 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
10144         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
10145         sysdeps/posix/pause.c implementation instead.
10147 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
10149         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
10150         to EPERM.
10152 2006-08-13  Andreas Schwab  <schwab@suse.de>
10154         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
10155         Don't clobber caller's LRSAVE.
10156         (_dl_prof_resolve): Likewise.
10158 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
10160         [BZ #1996]
10161         * libio/memstream.c (open_memstream): Allocate initial buffer with
10162         calloc.
10163         * libio/wmemstream.c (open_wmemstream): Likewise.
10164         * libio/strops.c: Pretty printing.
10165         (_IO_str_overflow): Clear uninitialized part of the new buffer.
10166         (enlarge_userbuf): New function.
10167         (_IO_str_seekoff): Call it if seek position is larger than current
10168         buffer.
10169         * libio/wstrops.c: Likewise.
10170         * libio/vasprintf.c: Add comment as to why we do not have to use
10171         calloc instead of malloc to allocate initial buffer.
10172         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
10173         * libio/bug-memstream1.c: New file.
10174         * libio/bug-wmemstream1.c: New file.
10176 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10178         * libio/wstrops.c: Remove dead macro definitions and comments.
10179         * libio/strops.c: Likewise.
10181         [BZ #2764]
10182         * login/utmpname.c (__utmpname): Remove unnecessary test.
10184 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
10186         [BZ #2832]
10187         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
10188         0s from integers.
10190 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
10192         [BZ #2987]
10193         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
10194         for CPU clocks.
10195         * sysdeps/unix/clock_settime.c: Add support for platform-specific
10196         setting of CPU clocks.
10198 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10200         [BZ #2841]
10201         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
10202         since C99 requires the result to promote to 'int' when uint_least8_t
10203         and uint_least16_t promote to 'int'.
10205 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
10207         [BZ #3013]
10208         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
10209         lenght of one output field, correct bitmask creation.
10210         * locale/programs/ld-time.c: Add alignment.
10212         [BZ #2997]
10213         * misc/error.c: Add space between program name and message if file
10214         name is missing.
10216 2006-08-03  Eric Blake  <ebb9@byu.net>
10218         [BZ #2998]
10219         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
10221 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
10223         * malloc/memusagestat.c: Silence warnings.
10225         * malloc/malloc.c: Dynamically size mmap treshold if the program
10226         frees mmaped blocks.
10227         Patch by Valerie Henson and Arjan van de Ven.
10229 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
10231         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
10232         __USE_GNU.
10234         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
10235         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
10236         (DEF): Don't put the var into .gnu.linkonce.r.* section.
10237         Only provide var definitions in strtol_l (or for *ull*
10238         in strtoll_l).
10240         * stdio-common/bug16.c (tests): New array.
10241         (do_tests): Allow the first hexadecimal digit
10242         to be 1, 2, 4 or 8.  Do 3 additional tests.
10244         * sysdeps/s390/fpu/libm-test-ulps: Update.
10246         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
10247         fchownat syscall if available.
10248         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10249         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
10250         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10252 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10254         * nis/nis_xdr.c: Avoid some function calls.
10256 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
10257             Ulrich Drepper  <drepper@redhat.com>
10259         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
10260         short cut if only one name component is stripped away.
10262 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
10264         * nis/nis_call.c: Minor cleanups throughout.
10265         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
10266         (first_shoot): Add search_parent_first parameter.  Only if it is set
10267         search parent server first.
10268         If directory for table found through cold start cache is not the same
10269         as referenced in the cache, don't use it.
10270         (__nisfind_server): Take additional parameter.  Pass it on to
10271         first_shoot.
10272         (__prepare_niscall): Adjust __nisfind_server call.
10273         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
10274         * nis/nis_table.c: Adjust __nisfind_server call.
10275         * nis/nis_lookup.c: Likewise.
10276         (nis_lookup): Don't loop endlessly if name is reduced to ".".
10278 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
10280         [BZ #2182]
10281         * math/s_cacosh.c: Return values from positive branch.
10282         * math/s_cacoshf.c: Likewise.
10283         * math/s_cacoshl.c: Likewise.
10285         [BZ #2883]
10286         * sysvipc/sys/msg.h: Change return value to ssize_t.
10287         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10288         * sysvipc/msgrcv.c: Likewise.
10289         * include/sys/msg.h: Likewise.
10291         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
10292         test introduced in patch for bz #661.
10293         (getgrouplist): Simplify code a bit.  Don't allocate one additional
10294         element for NEWGROUPS.
10296         [BZ #2908]
10297         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
10298         'f', use '1' as leading digit not '\1'.
10299         * stdio-common/Makefile (tests): Add bug16.
10300         * stdio-common/bug16.c: New file.
10302         [BZ #2914]
10303         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
10304         and don't try to open it.  The patch introducing the macro
10305         contained a bug and used the same file name as the new file
10306         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
10307         this out completely.
10309         [BZ #2926]
10310         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
10311         Patch by Jerry James <Jerry.James@usu.edu>.
10313         * rt/Makefile (tests): Add tst-clock2.
10314         * rt/tst-clock2.c: New file.
10316         [BZ #2978]
10317         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
10318         function and its parameters and pass it to new thread.
10319         (__gai_notify): Add support for alternative waiting for completion.
10320         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
10321         waiting for completion.
10322         * resolv/getaddrinfo_a.c: Likewise.
10323         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
10324         waiting for completion is used.
10325         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
10326         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
10327         * resolv/gai_error.c: Likewise.
10328         * resolv/gai_sigqueue.c: Likewise.
10330 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
10332         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
10333         errno to EBADF and return MACH_PORT_NULL.
10335 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
10337         [BZ #2980]
10338         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
10340 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
10342         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
10343         walk them instead of the symbol table.
10345 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
10347         [BZ #2098]
10348         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
10349         status of NSS calls, not the number of returned entries.
10351         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
10352         request_key, keyctl.
10354 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10356         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
10358 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
10360         * elf/tst-auditmod1.c: Fix typo in #error.
10362 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10364         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
10366         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
10368 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
10370         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
10371         that the directory is empty even on non-POSIX filesystems.
10373 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
10375         * elf/dl-open.c (dl_open_worker): Add branch prediction.
10377         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
10378         the backend NSS module.  If backend setgrent call failed, don't have
10379         internal_setgrent fail.  Just remember this until it is needed.
10380         * nis/nss_compat/compat-pwd.c: Likewise.
10381         * nis/nss_compat/compat-spwd.c: Likewise.
10383 2006-07-30  Roland McGrath  <roland@redhat.com>
10385         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
10386         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
10387         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
10388         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
10390         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
10391         (nanosleep_not_cancel): New macro.
10392         (sigsuspend_not_cancel): new macro.
10393         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
10394         (do_sigsuspend): Define as inline.
10395         (__sigsuspend): Always use do_sigsuspend.
10396         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
10397         * include/signal.h: Declare __sigsuspend_nocancel.
10398         * sysdeps/posix/pause.c
10399         [! NO_CANCELLATION] (__pause_nocancel): New function.
10401         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
10402         * include/time.h (__nanosleep_nocancel): Likewise.
10404 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
10406         * locale/programs/localedef.c (add_to_readlist): Rename local
10407         variables to avoid confusion.
10409         * locale/programs/charmap.c (charmap_read): Emit error message if
10410         charmap couldn't be found or read.
10412 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
10414         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10415         __ASSUME_FUTEX_LOCK_PI.
10416         * include/time.h: Declare __nanosleep_nocancel.
10417         * include/unistd.h: Declare __pause_nocancel.
10419         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
10420         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
10421         get the __stack_chk_fail_local definition when it's needed.
10423 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
10425         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
10426         * dlfcn/bug-atexit3.c: New file.
10427         * dlfcn/bug-atexit3-lib.cc: New file.
10429         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
10430         used when the namespace is not the base namespace.
10432 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
10434         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
10435         (__new_exitfn): Bump it in every successful call.
10436         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
10437         more exit handlers, call them right away.
10438         * stdlib/exit.h: Declare __new_exitfn_called.
10440 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
10442         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
10443         calling registered handler.
10445         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
10446         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10447         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10448         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10449         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10450         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10451         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10452         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10454 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
10456         * elf/dl-lookup.c (dl_new_hash): New functions.
10457         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
10458         value here.  Compute new-style hash value.  Pass new hash value
10459         and reference to variable with the old value to do_lookup_x.
10460         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
10461         old-style hash table.
10462         (_dl_debug_bindings): Pass new hash value and reference to variable
10463         with the old value to do_lookup_x.
10464         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
10465         new-style hash value and change old-style hash value parameter to
10466         be a reference.  Reoganize functions to determine whether
10467         new-style hash table is available.  Only fall back on old-style
10468         table.  If old-style hash value is needed, compute it here.
10469         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
10470         entry.
10471         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
10472         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
10473         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
10474         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
10475         * Makeconfig: If linker supports --hash-style option add it to all
10476         linker command lines to build DSOs.
10477         * config.make.in: Define have-hash-style.
10478         * configure.in: Test whether linker supports --hash-style option.
10480         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
10481         * sysdeps/generic/ldsodefs.h: Adjust prototype.
10483 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
10485         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
10486         auditing.
10488         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
10489         RPATH of main map twice.
10491 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
10493         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
10494         look further, return original strings.
10495         (_nl_find_msg): Do not return found translation if the conversion
10496         failed.  Either signal the string is unusable or that something went
10497         wrong and the original should be used.
10499 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
10501         * string/_strerror.c (__strerror_r): Add __builtin_expect.
10503 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
10505         [BZ #2766]
10506         * misc/insremque.c (insque): Handle prev == NULL.
10507         * misc/Makefile (tests): Add tst-insremque.
10508         * misc/tst-insremque.c: New test.
10510 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
10512         [BZ #2792]
10513         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
10514         conflict with DL_DST_REQUIRED.
10516 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
10518         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
10519         match what Solaris does.
10521 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
10523         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
10524         local_setegid instead of seteuid and setegid.
10525         * sysdeps/generic/local-setxid.h: New file.
10526         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
10528         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
10530         * string/Makefile (tests): Add bug-envz1.
10531         * string/bug-envz1.c: New file.
10533 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10535         * posix/regex_internal.c (re_string_skip_chars): If no character has
10536         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
10537         to the byte which couldn't be converted.
10538         (re_string_reconstruct): Don't clear valid_raw_len before calling
10539         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10540         tip_context using re_string_context_at.
10541         * posix/Makefile: Add rules to build and run bug-regex25 test.
10542         * posix/bug-regex25.c: New test.
10544 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
10546         [BZ #2703]
10547         * string/envz.c (envz_strip): Correct erroneously reversed src
10548         and dest parameters to memmove() invocation.
10550 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
10552         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
10553         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
10554         to make sure the database has been already invalidated.
10555         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
10556         after the cache has been invalidated.  Use pthread_mutex_lock rather
10557         than pthread_mutex_trylock if fd != -1.
10558         * nscd/connections.c (invalidate_cache): Add fd argument, write
10559         response to fd if not calling prune_cache, pass fd to prune_cache.
10560         (handle_request): Adjust invalidate_cache caller.
10561         (nscd_run): Pass -1 as fd to prune_cache.
10563 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
10565         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
10566         the correct place.
10568 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
10570         * nscd/nscd.h (struct database_dyn): Add prunelock field.
10571         * nscd/cache.c (prune_cache): Take prunelock before starting the
10572         work.  Just return in case it is already taken.
10573         * nscd/connections.c (dbs): Initialize .prunelock.
10575 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
10577         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
10578         copying.  No need to allocate new array for group members.  Just
10579         move the pointers and update the size.
10581         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
10582         Avoid memory leak in case realloc fails.  Simplification for
10583         better code generation.
10585         Avoid deprecation warning because of libc_hidden_proto for
10586         inet6_option_alloc.
10587         * inet/inet6_option.c (option_alloc): Renamed from
10588         inet6_option_alloc.  Made static.
10589         (inet6_option_alloc): Now a simple wrapper around option_alloc.
10590         (inet6_option_append): Call option_alloc.
10591         * include/netinet/in.h: Remove libc_hidden_proto for
10592         inet6_option_alloc.
10594         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
10595         for cleanup when cb!=NULL [Coverity CID 233].
10597 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
10599         [BZ #2693]
10600         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
10601         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
10602         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
10603         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
10604         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
10605         and inet6_rth_getaddr.
10606         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
10607         array.
10608         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
10609         Mark inet6_option_* interfaces as deprecated.
10610         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
10611         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
10612         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
10613         inet6_rth_segments, and inet6_rth_getaddr.
10614         * inet/inet6_opt.c: New file.
10615         * inet/inet6_rth.c: New file.
10617         * inet/netinet/icmp6.h: Pretty printing.
10619         [BZ #2683]
10620         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
10622 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
10624         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
10625         doing it all here.  When server does not know the answer do not
10626         fail immediate, try parent first.
10628         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
10629         overflow test.
10631 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
10633         * nis/nis_call.c (__prepare_niscall): New function.  Split out
10634         from __do_niscall.
10635         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
10636         and exported.
10637         (__follow_path): New function.  Split out from nis_list.
10638         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
10639         _xdr_nis_result.
10640         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
10641         _xdr_nis_result.
10642         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
10643         and __follow_path.
10644         * nis/Versions: Export __prepare_niscall, __create_ib_request,
10645         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
10646         from libnsl for version GLIBC_PRIVATE.
10647         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
10648         Remove entry parameter from _nss_nisplus_parse_pwent and
10649         _nss_nisplus_parse_grent.
10650         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10651         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
10652         again.  Rewrite getpwent handling to not use nis_first_entry and
10653         nis_next_entry.  Roll out own niscall handling.
10654         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10656         * sunrpc/xdr_rec.c: Fix typo in comment.
10658 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
10660         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
10661         handling.
10663         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
10664         to allocate memory for my_pollfd.  Better initialization of
10665         cb_is_running.  Use TEMP_FAILURE_RETRY.
10667         * malloc/memusage.sh (memusageso): Add quotes.
10668         (memusagestat): Likewise.
10669         * debug/xtrace.sh (pcprofileso): Likewise.
10670         (pcprofiledump): Likewise.
10671         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
10672         replacement.
10673         * malloc/Makefile ($(objpfx)memusage): Likewise.
10675         * nis/nis_callback.c (__nis_create_callback): Calls to
10676         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
10677         asprintf call fails.
10679         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
10680         no uninitialized memory is passed to sendto.
10682 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10684         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
10685         of snprintf+strdup.  Handle OOM.
10686         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
10687         cb->serv together.  Remove now obsolete free calls.
10688         (__nis_destroy_callback): Remove now obsolete free call.
10690 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
10692         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
10693         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
10694         and ULA respectively). Set precedence for IPv4 address to 10 as
10695         defined in RFC3484 for preferring IPv6.
10696         * posix/gai.conf: Update to match the new default tables.
10698 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
10700         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
10701         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
10702         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
10703         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
10705         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
10706         Removed.
10707         (init_nss_interface): Remove initialization of these variables.
10709 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10711         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
10712         nis_free_directory forward to avoid duplication.
10714 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
10716         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
10717         rec_dirsearch returning NULL.
10718         (first_shoot): Handle __nis_finddirectory returning NULL.
10719         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
10721         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
10722         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
10724 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
10726         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
10727         pid changed.
10729 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
10731         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10733         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
10734         * nscd/nscd_getgr_r.c: Likewise.
10736         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10738         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10739         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10741         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10743         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10745         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10747         * include/rpc/auth.h: Mark xdr_des_block_internal and
10748         xdr_opaque_auth_internal as hidden.
10750         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10751         hidden.
10753         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10755         * misc/getusershell.c (okshells): Don't use static initializers,
10756         do it dynamically.
10758         * stdlib/fmtmsg.c (keywords): Change type of len element to
10759         uint32_t to not waste space on 64bit machines.
10761         * locale/setlocale.c: Change _nl_category_names into a string.
10762         Add new _nl_category_name_idxs.  Change all users.
10763         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10764         Declare _nl_category_name_idxs.
10765         * locale/findlocale.c: Adjust for _nl_category_names change.
10766         * locale/loadlocale.c: Likewise.
10767         * locale/newlocale.c: Likewise.
10768         * intl/dcigettext.c: Likewise.
10770         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10771         (add_alias2): ...here.  New function.
10772         (__gconv_read_conf): Simplify builtin alias handling.
10773         (builtin_aliases): Convert to string to avoid relocations.
10774         * iconv/gconv_builtin.h: Add comment about correct formatting.
10776 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10778         * resolv/res_debug.c (loc_ntoa): Make error const.
10780 2006-05-14  Andreas Schwab  <schwab@suse.de>
10782         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10784 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10786         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10787         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10788         sizeof (cpu_set_t).
10790 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10792         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10794         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10796         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10797         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10799         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10800         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10802         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10803         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10804         xdr_cback_data.
10806         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10807         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10808         xdr_ypupdate_args.
10810         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10811         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10813         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10814         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10816         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10817         * include/rpcsvc/nis_callback.h: New file.
10819         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10820         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10822         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10823         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10825         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10826         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10828         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10829         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10831         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10832         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10833         xdr_ypdelete_args.
10835         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10836         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10838         * nis/nis_error.c: Remove table of strings.  Use position
10839         independent mechanism.
10840         * nis/nis_error.h: New file.
10842 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10844         * locale/programs/ld-time.c (time_finish): If wide era name or
10845         format aren't provided, set both wname and wformat to L"".
10847 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10849         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10850         results if the call was succesful.
10852         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10854         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10855         as hidden.
10857 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10859         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10861 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10863         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10864         caller makes sure this is not the case.
10865         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10867 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10869         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10870         calls.
10872         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10873         [Coverity CID 229, 230]
10875         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10876         DGETTEXT calls.
10877         (hol_help): Likewise.  [Coverity CID 226, 227]
10879         * string/argz-replace.c (__argz_replace): Unconditionally call
10880         free on SRC.  [Coverity CID 225]
10882         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10883         the return value of __nis_default_owner and __nis_default_group,
10884         it has been especially allocated.  [Coverity CID 224]
10886         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10887         searchgroup and searchowner.  Significantly simplified.
10888         (__nis_default_owner): Remove duplication.  Do not locally copy the
10889         string before duplicating it.
10890         (__nis_default_group): Likewise.
10892         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10893         we must clear the variable before calling __nisfind_server.
10895         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10896         nis_getnames.  [Coverity CID 223]
10898         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10899         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10901         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10902         allocate memory for the input to add_bytes.  [Coverity CID 221]
10904         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10905         was allocated here.  [Coverity CID 219, 220]
10907         * posix/getconf.c (print_all): Free confstr data after printing.
10908         [Coverity CID 218]
10910         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10911         list allocation fails.  [Coverity CID 215]
10913         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10914         [Coverity CID 213]
10916         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10917         string is NULL.  [Coverity CID 212]
10918         * argp/Makefile: Add rules to build and run bug-argp1.
10919         * argp/bug-argp1.c: New file.
10921         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10922         end of string.
10923         * stdlib/canonicalize.c (__realpath): Likewise.
10925         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10926         pointer.  [Coverity CID 206]
10928         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10929         in statically linked code.
10930         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10931         statically built code, be prepared to have no link map.
10932         [Coverity CID 205]
10934         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10935         dgettext calls. [Coverity CID 204]
10937         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10938         the one user.
10939         (uparam_names): Reduce size.  Avoid relative relocations.
10940         Moved to read-only segment.
10941         (fill_in_uparams): Update for new layout.
10943         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10944         assumed to always be != NULL. [Coverity CID 202]
10946         * argp/argp-help.c (hol_entry_help): Remove some dead code
10947         [Coverity CID 200].
10949         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10950         away a few more unconditional yperr2nss calls.
10951         (_nss_nis_getservbyname_r): Likewise.
10953 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10955         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10956         architectures.
10958         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10959         that unused memory passed to sendto is nevertheless initialized.
10961         [BZ #2499]
10962         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10963         possibly unaligned memory accesses.
10965         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10966         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10967         and __putlong respectively.  Correct buffer overflow check for
10968         NS_NOTIFY_OP.
10970         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10972         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10973         (send_dg): Rewrite error handling to be more compact and avoid
10974         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10976         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10978         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10979         instead of ns_get16.
10980         (res_queriesmatch): Likewise.  Minor optimization.
10982         [BZ #2499]
10983         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10984         __libc_res_nsend might reallocate the buffer for the answer.  In
10985         this case we have to reload the HP pointer.
10987 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10989         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10990         some branch prediction hints.
10992         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10993         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10994         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10995         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10996         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10997         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10998         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10999         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
11001 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11003         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
11004         by a GOT relocation to make Scrt1.o position independent.
11005         * sysdeps/s390/s390-64/elf/start.S: Likewise.
11007         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
11008         six system call parameters.
11009         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
11011 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11013         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
11014         malloc&bzero.
11016         * sunrpc/svc_udp.c (BZERO): Remove definition.
11017         (CALLOC): Define.
11018         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
11020         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
11021         (des_SPtrans): Use uint32_t type.
11022         (des_skb): Likewise.
11024         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
11026 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
11028         [BZ #2509]
11029         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
11030         on 32-bit arches.
11032 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
11034         * locale/programs/ld-address.c (address_finish): Fix one more
11035         place where the iso639 array might be accessed beyond the limits.
11037 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
11039         * nis/nis_table.c (nis_list): Avoid clearing res twice before
11040         filling it for the first time.
11042         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
11043         Adjust all callers.
11044         Free res object content before returning.
11046         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
11048         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
11049         client->cl_auth.
11051         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
11052         cleanup for initial thread, just the free call on TVP.
11054         * nscd/gai.c (__getline): Define.
11057 See ChangeLog.16 for earlier changes.