Typo fix.
[glibc.git] / ChangeLog
blob9d822d833b19dad2b1f230c00f401b963beb8380
1 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #10731]
4         * stdlib/rand_r.c: Fix typo.
6         * po/cs.po: Update from translation team.
8 2009-10-06  Andreas Schwab  <schwab@redhat.com>
10         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
11         returning if RTLD_NOLOAD.
13 2009-10-06  Roland McGrath  <roland@redhat.com>
15         * sysdeps/x86_64/multiarch/strstr-c.c
16         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
18         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
19         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
21         * sysdeps/x86_64/multiarch/init-arch.h
22         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
23         (HAS_CPU_FEATURE): New macro.
24         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
25         * sysdeps/x86_64/multiarch/init-arch.c
26         (__get_cpu_features): #undef it before definition.
28 2009-10-05  Andreas Schwab  <schwab@redhat.com>
30         * locale/C-time.c: Revert week-1stday back to 19971130 and set
31         first_weekday to 1 and first_workday to 2.
33 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
35         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
36         F_GETOWN_EX.
37         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
38         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
39         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
40         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
41         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
42         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
44 2009-09-28  Andreas Schwab  <schwab@redhat.com>
46         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
47         * stdio-common/vfprintf.c: Likewise.
49 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
52         (mkdirat): Call __directory_name_split_at instead of
53         __directory_name_split.
55 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
57         * locale/programs/locale-spec.c (locale_special): If nothing matches
58         fail with an appropriate message.
60 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
62         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
63         and XX.
65 2009-09-25  Andreas Schwab  <schwab@redhat.com>
67         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
68         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
70 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
72         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
74 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
76         * iconvdata/iso646.c (gconv_init): Correctly initialize the
77         character size elements in step data.
79 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
81         * po/hu.po: Update from translation team.
82         * po/vi.po: Likewise.
84 2009-09-19  Roland McGrath  <roland@redhat.com>
86         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
88 2009-09-15  Roland McGrath  <roland@redhat.com>
90         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
91         * nptl/sysdeps/pthread/configure: Regenerated.
92         * nptl/sysdeps/x86_64/configure: Regenerated.
93         * sysdeps/unix/sysv/linux/configure: Regenerated.
94         * sysdeps/x86_64/elf/configure: Regenerated.
96         * Makefile (autoconf-it): Set execute bit only on top-level configure.
98         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
99         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
100         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
101         * configure: Regenerated.
103 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
105         * posix/getconf.c (main): Handle -- on command line.
107 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
109         * configure.in: Support binutils 2.100 and 3.0.
111 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
113         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
114         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
115         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
116         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
118 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
120         * locale/programs/ld-collate.c (struct locale_collate_t): Add
121         unnamed_section_defined field.
122         (collate_read): Test and set unnamed_section_defined.
124         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
125         _POSIX2_LINE_MAX.
127 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
129         * configure.in: Support binutils 2.20.
131 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
133         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
134         __strstr_ia32): Add attribute_hidden.
136 2009-09-01  Andreas Schwab  <schwab@redhat.com>
138         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
139         parsing of group entry.
141 2009-09-02  Andreas Schwab  <schwab@redhat.com>
143         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
144         external buffer.  Always discard readahead in internal buffer.
145         * libio/Makefile (tests): Add bug-wsetpos.
146         * libio/bug-wsetpos.c: New file.
148 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
150         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
151         Add attribute_hidden.
152         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
153         __strcasestr_sse2): Likewise.
154         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
155         (__fma_fma): Make static.
156         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
157         (__fmaf_fma): Make static.
159 2009-08-31  Andreas Schwab  <schwab@redhat.com>
161         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
162         reformulate in-buffer optimisation check to match code in
163         _IO_new_file_seekoff.
165 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
167         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
168         to srwi in 32-bit memcpy for power6.
170 2009-09-01  Andreas Schwab  <schwab@redhat.com>
172         * include/stdio.h: Declare hidden proto for fflush.
173         * libio/iofflush.c: Add hidden weak alias for fflush.
175 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
177         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
178         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
180 2009-08-31  Andreas Schwab  <schwab@redhat.com>
182         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
184 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
186         [BZ #10560]
187         * malloc/malloc.c: Add local assert definition to avoid problems with
188         memory allocation in the real one.
190 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
192         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
193         Removed.
194         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
195         turn off SSSE3 on Atom.
197 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
199         * stdlib/tst-strtol.c (tests): More tests.
200         * stdlib/tst-strtoll.c (tests): Likewise.
202 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
204         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
206         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
208 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
210         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
211         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
213         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
215         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
217         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
219 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
221         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
223 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
225         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
226         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
228         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
230         * sysdeps/x86_64/fpu/s_signbit.S: New file.
231         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
233         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
234         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
236         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
237         leftover YMM_SIZE definition.
239 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
241         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
242         union.
243         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
244         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
245         Redefine.
246         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
248         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
249         and SET_FLOAT_WORD definitions.
251 2009-08-24  Roland McGrath  <roland@redhat.com>
253         * sysdeps/unix/syscall-template.S: New file.
254         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
255         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
256         (compile-syscall): Pass mkdep and -g options as normal.
257         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
258         (common-generated): Don't add them here.
260 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
262         * math/s_fdim.c: In case of overflows set errno.
263         * math/s_fdimf.c: Likewise.
264         * math/s_fdiml.c: Likewise.
266         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
267         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
268         are using the inline optimizations.
270         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
271         (__signbitf): Likewise.
273 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
275         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
276         terminated.
277         * posix/Makefile (tests): Add bug-regex29.
278         * posix/bug-regex29.c: New file.
280         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
281         older POSIX versions are selected.
283         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
284         as well.
285         * stdio-common/printf_fphex.c: Likewise.
286         * stdio-common/tstdiomisc.c: Add more tests.
288         * locale/locale.h: Include xlocale.h and the thread-local locale
289         declarations for XPG7, not XPG6.
291 2009-08-21  Andreas Schwab  <schwab@redhat.com>
293         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
294         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
297         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
298         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
300 2009-08-20  Roland McGrath  <roland@redhat.com>
302         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
303         Use l_addr instead of l_map_start (dli_fbase).
304         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
305         address when there is no proximate symbol.
306         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
307         Likewise.
309 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
311         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
313 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
315         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
316         Also handle SIGINT.  In that case only do the cleanup and then
317         re-raise the signal.
318         (main): Install handler for SIGINT.
320 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
322         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
323         clobber list.
325 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
327         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
328         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
329         tst-auditmod7b.c.
330         (tests): Add tst-audit6 tst-audit7.
331         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
332         tst-auditmod7a tst-auditmod7b.
333         ($(objpfx)tst-audit6): New.
334         ($(objpfx)tst-audit6.out): Likewise.
335         ($(objpfx)tst-audit7): Likewise.
336         ($(objpfx)tst-audit7.out): Likewise.
337         (tst-audit6-ENV): Likewise.
338         (tst-audit7-ENV): Likewise.
339         (CFLAGS-tst-auditmod6b.c): Likewise.
340         (CFLAGS-tst-auditmod6c.c): Likewise.
341         (CFLAGS-tst-auditmod7b.c): Likewise.
342         * elf/tst-audit6.c: New file.
343         * elf/tst-audit7.c: New file.
344         * elf/tst-auditmod6a.c: New file.
345         * elf/tst-auditmod6b.c: New file.
346         * elf/tst-auditmod6c.c: New file.
347         * elf/tst-auditmod7a.c: New file.
348         * elf/tst-auditmod7b.c: New file.
349         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
350         saving and restoring SSE/AVX registers to ...
351         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
353 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
355         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
356         only if SHARED is defined.
357         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
359 2009-08-03  Jim Meyering  <meyering@redhat.com>
361         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
363 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
365         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
366         section as the other functions for this architecture.
367         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
369 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
371         * sysdeps/x86_64/strcmp.S: Add support to compile with
372         USE_SSSE3.  In this case palignr is used.
373         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
374         available but SSSE3 is, pick __str{,n}cmp_ssse3.
375         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
376         Add strcmp-ssse3 and strncmp-ssse3.
377         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
378         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
380         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
381         warning through fake initialization.
383 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
385         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
387 2009-08-07  Andreas Schwab  <schwab@redhat.com>
389         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
390         unique symbols.
392 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
394         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
395         EBX from EAX = 1.  Handle EAX = 11.
397 2009-08-07  Andreas Schwab  <schwab@redhat.com>
399         * Makefile (TAGS): Use separate sed -e expressions to avoid \
400         inside ''.
402 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
404         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
405         hidden IFUNC functions.
406         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
408         * sysdeps/i386/i686/multiarch/strlen.S: New file.
410         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
411         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
412         strcasestr-c.
413         (CFLAGS-strcspn-c.c): Define.
414         (CFLAGS-strpbrk-c.c): Define.
415         (CFLAGS-strspn-c.c): Define.
416         (CFLAGS-strstr.c): Define.
417         (CFLAGS-strcasestr.c): Define.
418         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
419         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
420         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
421         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
422         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
423         * sysdeps/i386/i686/multiarch/strspn.S: New file.
424         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
425         * sysdeps/i386/i686/multiarch/strstr.c: New file.
426         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
427         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
428         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
429         -16L instead of 0xfffffffffffffff0L.
430         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
432 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
434         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
436 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
438         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
439         another rewrite.  Much smaller and faster.
440         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
442         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
443         ss_flags from the correct location.
445 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
447         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
448         * sysdeps/i386/i686/cacheinfo.c: New file.
449         * sysdeps/i386/i686/multiarch/Makefile: New file.
450         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
451         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
452         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
453         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
454         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
455         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
456         (__cpuid_count): New. Provide the default.
457         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
458         (__x86_64_preferred_memory_instruction): Define only if
459         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
460         (intel_check_word): Use __cpuid.
461         (handle_intel): Likewise.
462         (handle_amd): Likewise.
463         (__cache_sysconf): Likewise.
464         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
465         (__cache_sysconf): Likewise.
466         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
467         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
468         (get_common_indeces): Use __cpuid.
469         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
470         if ENABLE_SSSE3_ON_ATOM is not defined.
471         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
472         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
473         popcnt instead of popcntq.
475 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
477         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
479 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
481         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
482         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
483         which always causes a compile error.
485         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
487         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
488         comes from...
489         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
490         which always causes a compile error.
492         * debug/Makefile (tests): Add tst-longjmp_chk2.
493         * debug/tst-longjmp_chk2.c: New file.
495         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
496         Remove incorrect use of BP_SYM.
497         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
498         here now since it is more complex than just a simple check.
500         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
501         we make no more progress.
503 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
505         * math/s_fma.c: Don't define alias if __fma is a macro.
506         * math/s_fmaf.c: Likewise.
507         * sysdeps/x86_64/multiarch/s_fma.c: New file.
508         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
509         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
511         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
512         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
513         New macro HAS_FMA.
514         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
515         function.
516         * include/libc-symbols.h (libm_ifunc): Define.
517         * sysdeps/x86_64/multiarch/Versions: New file.
519         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
521 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
523         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
525 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
527         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
528         call that registers used in calling conventions need to be preserved.
529         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
530         to preserve register content if necessary.
531         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
532         (_dl_x86_64_restore_sse): New function.
533         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
534         is allowed to modify xmm/ymm registers.
536         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
537         application's perspective.
538         * stdio-common/scanf17.c: Likewise.
540 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
542         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
543         size to memsz.
544         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
545         here.
546         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
547         two steps to catch bugs.
549 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
551         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
552         determines which files are used in runtime lookups and only checks
553         those for SSE use.
554         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
555         testing.
556         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
557         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
558         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
559         take a while.
561         * elf/dl-open.c: Move _dl_scope_free to...
562         * elf/dl-scope.c: ...here.  New file.
563         * elf/Makefile (dl-routines): Add scope.
565         * resolv/resolv.h (RES_USE_DNSSEC): Define.
566         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
567         RES_USE_DNSSEC.
568         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
569         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
570         all the places we handled RES_USE_EDNS0 only before.
571         Patch by Adam Tkac <atkac@redhat.com>.
573 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
575         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
576         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
577         Update size when reallocating.
579 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
581         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
582         functions used in ld.so modify xmm/ymm registers.
583         * sysdeps/x86_64/Makefile:  Hook new test up.
584         * sysdeps/x86_64/rtld-memchr.c: New file.
585         * sysdeps/x86_64/rtld-memcmp.c: New file.
586         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
587         * sysdeps/x86_64/rtld-strchr.S: New file.
588         * sysdeps/x86_64/rtld-strlen.S: New file.
589         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
590         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
592 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
594         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
595         strncmp-c.
596         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
597         (exit): Likewise.
598         (Byte1): Likewise.
599         (Byte2): Likewise.
600         (Byte3): Likewise.
601         (Byte4): Likewise.
602         (Byte5): Likewise.
603         (Byte6): Likewise.
604         (next_8_bytes): Likewise.
605         (Byte0): Remove commented out codes.
606         (unaligned_table): Align jump table at 8 bytes.
607         Add _sse4_2 to all labels.  Always include "../strcmp.S".
608         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
609         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
610         * sysdeps/x86_64/strncmp.S: New file.
612 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
614         [BZ #10422]
615         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
616         kernels, dropped when eventfd2 support was added.
617         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
618         kernels, dropped when signalfd4 support was added.
619         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
620         added, name them.
622         [BZ #10452]
623         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
624         replies up.
626         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
628 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
630         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
631         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
633         [BZ #10448]
634         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
635         callback we must touch the status to avoid using stale value.
637         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
638         compiled in.
640 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
642         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
643         /lib/modules/* headers anymore.  We have sane headers in the standard
644         place now.
646 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
648         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
649         "etf3enh" and "highgprs" added.
650         (_dl_s390_platforms): "z10" added.
651         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
652         Increased for the new entries.
653         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
654         HWCAP_S390_HIGH_GPRS added.
656         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
657         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
658         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
659         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
660         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
662 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
664         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
665         avoid additional cpuid instructions.  Most of the information is
666         stored somewhere.
668         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
669         cache descriptors.
670         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
672         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
673         SSSE3 bit for Atoms.
674         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
675         here anymore.
677         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
678         structure before copying it to avoid warning.
679         * posix/tst-rfc3484-2.c (do_test): Likewise.
680         * posix/tst-rfc3484-3.c (do_test): Likewise.
682         [BZ #10416]
683         * include/unistd.h: Make header file suitable for C++ test cases.
684         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
686         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
687         stack alignment in the exit code.
689         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
690         potentially be zero.
692         * elf/tst-unique1.c: Extend test to check for unloading DSO with
693         unique symbol definition.
694         Patch by Jakub Jelinek.
695         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
696         make sure the object with the definition cannot be unloaded.  Adjust
697         a few types.
698         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
699         the unique symbol hash table should not be const.
701 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
703         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
704         unnecesary variables.  Comment fixes.
706 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
708         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
709         Use NONASCII_CASE information provided by the locale to determine
710         whether optimized string load function can be used.  Minor cleanups.
712 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
714         * string/strcasestr.c (STRCASESTR): New macro.
715         (__strcasestr): Renamed to ..
716         (STRCASESTR): ...this.
717         * string/strstr.c (STRSTR): New macro.
718         (strstr): Renamed to ..
719         (STRSTR): ...this.
720         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
721         strstr-c strcasestr-c
722         (CFLAGS-strstr.c): New.
723         (CFLAGS-strcasestr.c): Likewise.
724         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
725         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
726         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
727         * sysdeps/x86_64/multiarch/strstr.c: New file.
729 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
731         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
732         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
733         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
734         _NL_CTYPE_NONASCII_CASE.
735         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
736         field.
737         (ctype_finish): Check whether there are any 8-bit characters outside
738         the range ASCII has or whether the mapping isn't the same as for
739         ASCII (±0x20).  Set nonascii_case appropriately.
740         (ctype_output): Add output handler for nonascii_case.
742 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
744         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
745         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
747 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
749         [BZ #10360]
750         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
751         0xffff in the EDNS0 record.
753 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
755         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
756         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
757         is written before the list head update.
758         Patch by Andreas Schwab <aschwab@redhat.com>.
760 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
761             Jakub Jelinek  <jakub@redhat.com>
763         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
764         corruption thread-safe.
766 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
768         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
769         overrides atomic_compare_and_exchange_val_rel, define to
770         atomic_compare_and_exchange_val_rel by default, otherwise default
771         to catomic_compare_and_exchange_val_acq.
772         (catomic_compare_and_exchange_bool_rel): If arch overrides
773         atomic_compare_and_exchange_bool_rel, define to
774         atomic_compare_and_exchange_bool_rel by default.
775         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
776         Use catomic_compare_and_exchange_val_rel instead of
777         catomic_compare_and_exchange_val_acq.
779 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
781         * sysdeps/generic/ldsodefs.h: Add prototype for
782         _dl_higher_prime_number.
783         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
785         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
786         restoring of ymm registers a bit.
788 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
790         * sysdeps/x86_64/memcmp.S: New file.
792 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
794         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
795         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
796         pointers in writable memory.
798 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
800         * config.h.in: Add HAVE_AVX_SUPPORT entry.
801         * config.make.in: Add config-cflags-avx entry.
802         * configure.in: Substitute libc_cv_cc_avx.
803         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
804         * elf/tst-audit4.c: New file.
805         * elf/tst-audit5.c: New file.
806         * elf/tst-auditmod4a.c: New file.
807         * elf/tst-auditmod4b.c: New file.
808         * elf/tst-auditmod5a.c: New file.
809         * elf/tst-auditmod5b.c: New file.
810         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
811         link-defines.sym.
812         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
813         (La_x86_64_vector): Likewise.
814         (La_x86_64_regs): Append lr_vector.
815         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
816         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
817         saving and restoring SSE registers to ...
818         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
819         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
820         <link-defines.h>.
821         (_dl_runtime_profile): Use LR_SIZE to allocate space for
822         La_x86_64_regs.  Allocate extra space and jump to memory at
823         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
824         (save_and_restore_vector_sse): New.
825         (save_and_restore_vector_avx): Likewise.
826         (check_avx): Likewise.
827         (save_and_restore_vector): Likewise.
828         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
829         HAVE_AVX_SUPPORT.
830         * sysdeps/x86_64/link-defines.sym: New file.
832 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
834         * elf/do-lookup.h: Removed after folding content into...
835         * elf/dl-lookup.c: ...here.
837         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
839 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
841         * configure.in: Check for gnu_unique_symbol symbol type.
842         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
843         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
844         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
845         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
846         change.
847         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
848         unique symbol table.
849         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
850         for first namespace.
851         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
852         unique symbol hash table.
853         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
854         * elf/tst-unique1.c: New file.
855         * elf/tst-unique1mod1.c: New file.
856         * elf/tst-unique1mod2.c: New file.
857         * elf/tst-unique2.c: New file.
858         * elf/tst-unique2mod1.c: New file.
859         * elf/tst-unique2mod2.c: New file.
861 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
863         * elf/elf.h (STB_GNU_UNIQUE): Define.
865         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
866         from...
867         * include/inline-hashtab.h: ...here.
868         (htab_expand): Adjust for renamed function.  Correct memory handling.
870 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
872         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
874 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
876         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
877         (PPC_FEATURE_HAS_VSX): Likewise.
879 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
881         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
882         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
884         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
885         aligned to 16 byte boundaries.
886         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
887         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
888         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
890 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
892         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
893         * config.make.in (config-cflags-sse4): New variable.
894         * configure.in: Substitute libc_cv_cc_sse4.
895         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
896         HAVE_SSE4_SUPPORT.
897         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
898         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
899         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
900         * sysdeps/x86_64/multiarch/strcspn.S: New file.
901         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
902         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
903         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
904         * sysdeps/x86_64/multiarch/strspn.S: New file.
906 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
908         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
909         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
910         (tests): Add tst-audit3 for x86_64.
911         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
912         ($(objpfx)tst-audit3): Define.
913         ($(objpfx)tst-audit3.out): Define.
914         (tst-audit3-ENV): Define.
915         * elf/tst-audit3.c: New file.
916         * elf/tst-auditmod3a.c: New file.
917         * elf/tst-auditmod3b.c: New file.
918         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
919         and restore xmm6.
921         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
922         (__stpncpy): Renamed to ...
923         (STPNCPY): This.
924         (stpncpy): Create alias only if STPNCPY is not defined.
925         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
926         defined.
927         (strncpy): Renamed to ...
928         (STRNCPY): This.
929         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
930          stpncpy-c strncpy-c for string.
931         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
932         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
933         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
934         * sysdeps/x86_64/multiarch/strcpy.S: New file.
935         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
936         * sysdeps/x86_64/multiarch/strncpy.S: New file.
938 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
940         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
941         adding to fast bin list.
943 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
945         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
946         inet_makeaddr.  This worked only with class-based networks.
947         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
948         Likewise.
950         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
951         recognize all types.
952         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
953         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
954         be in host byte order.
956 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
958         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
959         (MODEL_OFFSET): Define.
960         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
961         family and model.
962         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
963         out common code into new function get_common_indeces. Determine
964         extended family and model for Intel processors.
966 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
968         * resolv/resolv.h: Define RES_SNGLKUPREOP.
969         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
970         option.
971         * resolv/res_send.c (reopen): New function.  Broken out of...
972         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
973         fallback mechanism.  If single-request fails switch to
974         single-request-reopen mode which opens a new socket for the second
975         request.
977 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
979         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
980         (CHECK_SP): Use it.
982 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
984         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
985         for saved registers.
986         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
987         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
988         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
990 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
992         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
994 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
996         * po/id.po: Update from translation team.
998         * po/bg.po: Update from translation team.
1000 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1002         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
1003         defined.
1004         (strncmp): Renamed to STRNCMP.
1005         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1006         strncmp-c for string.
1007         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
1008         * sysdeps/x86_64/multiarch/strcmp.S: New file.
1009         * sysdeps/x86_64/multiarch/strncmp.S: New file.
1010         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
1012 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
1014         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
1015         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
1016         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
1017         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
1018         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
1019         ifuncmain7static.c.
1020         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
1021         ifuncmain7static, and ifuncmain7picstatic.
1022         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
1023         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
1024         $(objpfx)ifuncmain7pie.out.
1025         (modules-names): Add ifuncmod5 ifuncmod6
1026         (ifuncmod5.so-no-z-defs): Define.
1027         (ifuncmod6.so-no-z-defs): Define.
1028         (CFLAGS-ifuncmain5pic.c): Define.
1029         (CFLAGS-ifuncmain5picstatic.c): Define.
1030         (CFLAGS-ifuncmain5staticpic.c): Define.
1031         (CFLAGS-ifuncdep5pic.c): Define.
1032         (CFLAGS-ifuncmain7pic.c): Define.
1033         (CFLAGS-ifuncmain7picstatic.c): Define.
1034         (CFLAGS-ifuncmain1staticpie.c): Define.
1035         (CFLAGS-ifuncmain5pie.c): Define.
1036         (CFLAGS-ifuncmain6pie.c): Define.
1037         (CFLAGS-ifuncmain7pie.c): Define.
1038         ($(objpfx)ifuncmain1staticpie.out): Define.
1039         ($(objpfx)ifuncmain1staticpie): Define.
1040         ($(objpfx)ifuncmain5pie.out): Define.
1041         ($(objpfx)ifuncmain5pie): Define.
1042         ($(objpfx)ifuncmain6pie.out): Define.
1043         ($(objpfx)ifuncmain6pie): Define.
1044         ($(objpfx)ifuncmain5): Define.
1045         ($(objpfx)ifuncmain5pic): Define.
1046         ($(objpfx)ifuncmain5static): Define.
1047         ($(objpfx)ifuncmain5staticpic): Define.
1048         ($(objpfx)ifuncmain5picstatic): Define.
1049         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
1050         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
1051         ifuncmain6pie.out.
1052         * elf/b/elf/ifuncmain1staticpie.c: New file.
1053         * elf/ifuncdep5.c: New file.
1054         * elf/ifuncdep5pic.c: New file.
1055         * elf/ifuncmain5.c: New file.
1056         * elf/ifuncmain5pic.c: New file.
1057         * elf/ifuncmain5picstatic.c: New file.
1058         * elf/ifuncmain5pie.c: New file.
1059         * elf/ifuncmain5static.c: New file.
1060         * elf/ifuncmain5staticpic.c: New file.
1061         * elf/ifuncmain6pie.c: New file.
1062         * elf/ifuncmain7.c: New file.
1063         * elf/ifuncmain7pic.c: New file.
1064         * elf/ifuncmain7picstatic.c: New file.
1065         * elf/ifuncmain7pie.c: New file.
1066         * elf/ifuncmain7static.c: New file.
1067         * elf/ifuncmod5.c: New file.
1068         * elf/ifuncmod6.c: New file.
1070 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
1072         [BZ #10085]
1073         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
1074         (nss_endgrent): New variable.
1075         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
1076         fields. Change type of files to bool and adjust all users.
1077         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
1078         (internal_endgrent): Call nss_endgrent if necessary.
1079         (add_group): New function.  Broken out of...
1080         (check_and_add_group): ...here.
1081         (getgrent_next_nss): Remove test that any callback is available.
1082         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
1083         callback.  If there is no blacklist we can trust the results returned
1084         by the initgroups_dyn callback.  In case there is a callback and we
1085         find a group entry for the group ID but it doesn't contain the
1086         correct member, switch to the slow mode and use getgrent_r.
1087         (internal_getgrent_r): When we see a +: entry, determine whether
1088         there is any callback and which we can use the initgroups_dyn
1089         callback.
1091 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
1093         * malloc/malloc.c (_int_malloc): Add some consistency checks.
1094         (_int_free): Likewise.
1096         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
1097         AF_IEEE802154.
1098         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1099         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
1100         and ARPHRD_IEEE802154_PHY.
1102         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
1103         relative to generic Linux version.
1105 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
1107         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
1108         ($(objpfx)ifuncmain1vispie): Likewise.
1110 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1112         * login/Makefile: Build pt_chown as PIE.
1114 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
1116         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
1117         a format string.
1118         * elf/sln.c (usage): Likewise.
1119         * malloc/memusage.sh (do_help): Likewise.
1120         * nss/getent.c (more_help): Likewise.
1121         * posix/getconf.c (main): Likewise.
1122         * sunrpc/rpcinfo.c (usage): Likewise.
1123         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1125 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1127         * login/programs/pt_chown.c: Use libcap to drop privileges other than
1128         those needed.
1129         * login/Makefile: If necessary link pt_chown with -lcap.
1130         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
1131         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
1133 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
1135         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
1136         comparisons.
1137         * string/test-memchr.c (do_random_tests): Test very large lengths
1138         as well.
1140 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1142         * Makeconfig (+link-pie): Define.
1143         (+prectorS): Define.
1144         (+postctorS): Define.
1145         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
1146         * nscd/Makefile ($(objpfx)nscd): Likewise.
1148 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
1150         [BZ #10107]
1151         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
1152         with cmplwi.
1153         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
1155 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1157         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
1158         into ...
1159         * sysdeps/unix/grantpt.c: ...here.
1161 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
1163         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
1164         chmod if it is necessary.
1166         [BZ #10166]
1167         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
1168         when the slave device is in devpts or devfs.
1170         [BZ #10183]
1171         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
1173         [BZ #10195]
1174         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
1175         of nd_opt_home_agent_info_preference to uint16_t.
1176         Patch by Arnaud Ebalard <arno@natisbad.org>.
1178         [BZ #10207]
1179         * nss/getent.c: Add support for printing gshadow data.
1181         [BZ #10203]
1182         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
1183         not just the currently used one and those which follow.
1184         Patch by Joe Landers <jlanders@vmware.com>.
1186         [BZ #10196]
1187         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
1188         * libio/Makefile: Run tst-fgetwc with necessary envvar.
1189         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
1191         [BZ #10217]
1192         * stdlib/abort.c: Define variable __abort_msg.
1193         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
1194         * include/stdlib.h: Declare __abort_msg.
1195         * assert/assert-perr.c: Don't free buffer for message immediately.
1196         Store atomically in __abort_msg and free old buffer if necessary.
1197         * assert/assert.c: Likewise.
1198         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
1199         store pointer in __abort_msg, and possibly free old string.
1200         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
1202         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
1204         [BZ #10211]
1205         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
1206         handle leap seconds if they are available.
1207         Patch by Akinori Hattori <hattya@gentoo.org>.
1209         * timezone/tzselect.ksh: Update from tzcode2009i.
1210         * timezone/zdump.c: Likewise.
1211         * timezone/zic.c: Likewise.
1213         * timezone/africa: Update from tzdata2009i.
1214         * timezone/antarctica: Likewise.
1215         * timezone/asia: Likewise.
1216         * timezone/australasia: Likewise.
1217         * timezone/backward: Likewise.
1218         * timezone/etcetera: Likewise.
1219         * timezone/europe: Likewise.
1220         * timezone/factory: Likewise.
1221         * timezone/iso3166.tab: Likewise.
1222         * timezone/leapseconds: Likewise.
1223         * timezone/northamerica: Likewise.
1224         * timezone/pacificnew: Likewise.
1225         * timezone/solar87: Likewise.
1226         * timezone/solar88: Likewise.
1227         * timezone/solar89: Likewise.
1228         * timezone/southamerica: Likewise.
1229         * timezone/systemv: Likewise.
1230         * timezone/yearistype: Likewise.
1231         * timezone/zone.tab: Likewise.
1233 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
1235         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
1236         STT_GNU_IFUNC symbol or in 8 into type_class.
1238         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
1239         instead of Elf64_Addr.
1241 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
1243         * po/sv.po: Update from translation team.
1245         [BZ #10229]
1246         * misc/sys/select.h (__NFDBITS): Expression should have type int.
1247         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
1248         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
1249         the C version.
1251 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
1253         * Versions.def: Add GLIBC_2.11 for libpthread.
1255 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
1257         * resolv/res_send.c (send_dg): Remember we switched to
1258         single-request mode.
1260 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
1262         * dlfcn/dlfcn.h: Remove comma at end of enum.
1263         Patch by J.H.M. Dassen <rdassen@redhat.com>.
1265         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
1266         parsing mode string.
1268 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
1270         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
1272         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
1274         * sysdeps/x86_64/multiarch/strlen.S: New file.
1275         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
1276         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
1277         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
1278         content.
1280         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
1281         is defined.
1283 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
1285         * sysdeps/x86_64/strlen.S: Minor optimizations.
1287 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1289         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
1290         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
1291         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
1292         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
1293         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
1294         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
1295         ifuncmain3.c, ifuncmod3.c,.
1296         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
1297         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
1298         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
1299         ifuncmain4picstatic.
1300         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
1301         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
1302         ifuncmain3, ifuncmain4.
1303         (tests): Depend on $(objpfx)ifuncmain1pie.out and
1304         $(objpfx)ifuncmain1vispie.out.
1305         (modules-names): Add ifuncmod1 ifuncmod3.
1306         (generated): Add ifuncmain1pie ifuncmain1pie.out
1307         ifuncmain1vispie ifuncmain1vispie.out.
1308         Define rules to build and run the tests.
1309         * elf/ifuncdep1.c: New file.
1310         * elf/ifuncdep1pic.c: New file.
1311         * elf/ifuncdep2.c: New file.
1312         * elf/ifuncdep2pic.c: New file.
1313         * elf/ifuncmain1.c: New file.
1314         * elf/ifuncmain1pic.c: New file.
1315         * elf/ifuncmain1picstatic.c: New file.
1316         * elf/ifuncmain1pie.c: New file.
1317         * elf/ifuncmain1static.c: New file.
1318         * elf/ifuncmain1staticpic.c: New file.
1319         * elf/ifuncmain1vis.c: New file..
1320         * elf/ifuncmain1vispic.c: New file..
1321         * elf/ifuncmain1vispie.c: New file.
1322         * elf/ifuncmain2.c: New file.
1323         * elf/ifuncmain2pic.c: New file.
1324         * elf/ifuncmain2picstatic.c: New file.
1325         * elf/ifuncmain2static.c: New file.
1326         * elf/ifuncmain3.c: New file.
1327         * elf/ifuncmain4.c: New file.
1328         * elf/ifuncmain4picstatic.c: New file.
1329         * elf/ifuncmain4static.c: New file.
1330         * elf/ifuncmod1.c: New file.
1331         * elf/ifuncmod3.c: New file.
1333 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
1335         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
1337 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
1339         [BZ #10221]
1340         * posix/Makefile (routines): Add execvpe.
1341         * posix/Versions: Export execvpe for GLIBC_2.11.
1342         * posix/execvp.c: Now only a wrapper.  Move code to...
1343         * posix/execvpe.c: ...here.  New file.
1344         * posix/unistd.h: Declare execvpe.
1346 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
1348         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
1349         for STT_GNU_IFUNC handling for efficiency.
1350         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1352         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
1353         _exit.
1354         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
1356 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
1358         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
1359         for !SHARED.
1361 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
1363         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
1364         is not defined.
1365         (__rela_iplt_start): New declaration.
1366         (__rela_iplt_end): Likewise.
1367         (__rel_iplt_start): Likewise.
1368         (__rel_iplt_end): Likewise.
1369         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
1370         * elf/elf.h (R_386_IRELATIVE): New macro.
1371         (R_X86_64_IRELATIVE): New macro.
1372         (R_386_NUM): Updated.
1373         (R_X86_64_NUM): Likewise.
1374         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
1375         (libc_ifunc_hidden_def): New macro.
1376         * sysdeps/generic/dl-irel.h: New file.
1377         * sysdeps/i386/dl-irel.h: New file.
1378         * sysdeps/x86_64/dl-irel.h: New file.
1379         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
1380         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
1381         Handle R_386_IRELATIVE.
1382         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
1383         (elf_machine_lazy_rela): Likewise.
1384         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
1385         R_X86_64_IRELATIVE.
1386         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
1388 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
1390         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
1391         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
1392         are no differences.  If an architecture has bits in CPUID index 1
1393         meaning different things the values for the COMMON_CPUID_INDEX_1
1394         index must not be set.
1395         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
1396         (HAS_POPCOUNT): ...this.  New macro.
1397         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
1398         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
1399         to set the value for Intel and AMD architectures.
1400         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
1401         INTEL_CPUID_INDEX_1.
1402         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
1403         change.
1405 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
1407         * configure.in: Move AC_CANONICAL_HOST before first use of $host
1408         and $build.
1410 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
1412         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
1413         (__expm1l): Set errno to ERANGE on overflow.
1414         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
1415         (__tanl): Set errno to EDOM for Â±Inf.
1416         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
1417         (__cosl): Set errno to EDOM for Â±Inf.
1418         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
1419         (__sinl): Set errno to EDOM for Â±Inf.
1421         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
1422         defined, use it.
1423         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
1424         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
1425         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
1427 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
1429         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
1430         code accessing it.
1431         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
1433 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
1435         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
1436         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
1437         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
1438         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
1440         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
1441         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
1442         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
1443         defined.
1444         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1445         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1447 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
1449         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
1450         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
1451         is, either do nothing at all if __ASSUME_ACCEPT4, or
1452         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
1453         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
1454         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
1455         define.
1456         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
1457         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
1458         internal_accept4 in socket directory.
1460 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
1462         * sysdeps/ia64/configure.in: New file.
1464 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1466         [BZ #10162]
1467         * sysdeps/ia64/memchr.S: Use speculative load.
1469         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
1470         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
1471         use it.
1473         * sysdeps/i386/__longjmp.S: Add .text.
1474         * sysdeps/x86_64/__longjmp.S: Likewise.
1476 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
1478         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
1479         __ASSUME_ACCEPT4 for IA-64.
1481 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
1483         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
1485         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
1486         (SOCKOP_accept4): Define.
1488 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
1490         Sun approved the change of the license.
1491         * sunrpc/auth_des.c: Replace license text.
1492         * sunrpc/auth_none.c: Likewise.
1493         * sunrpc/auth_unix.c: Likewise.
1494         * sunrpc/authdes_prot.c: Likewise.
1495         * sunrpc/authuxprot.c: Likewise.
1496         * sunrpc/bindrsvprt.c: Likewise.
1497         * sunrpc/clnt_gen.c: Likewise.
1498         * sunrpc/clnt_perr.c: Likewise.
1499         * sunrpc/clnt_raw.c: Likewise.
1500         * sunrpc/clnt_simp.c: Likewise.
1501         * sunrpc/clnt_tcp.c: Likewise.
1502         * sunrpc/clnt_udp.c: Likewise.
1503         * sunrpc/clnt_unix.c: Likewise.
1504         * sunrpc/des_crypt.c: Likewise.
1505         * sunrpc/des_soft.c: Likewise.
1506         * sunrpc/get_myaddr.c: Likewise.
1507         * sunrpc/getrpcport.c: Likewise.
1508         * sunrpc/key_call.c: Likewise.
1509         * sunrpc/key_prot.c: Likewise.
1510         * sunrpc/openchild.c: Likewise.
1511         * sunrpc/pm_getmaps.c: Likewise.
1512         * sunrpc/pm_getport.c: Likewise.
1513         * sunrpc/pmap_clnt.c: Likewise.
1514         * sunrpc/pmap_prot.c: Likewise.
1515         * sunrpc/pmap_prot2.c: Likewise.
1516         * sunrpc/pmap_rmt.c: Likewise.
1517         * sunrpc/rpc/auth.h: Likewise.
1518         * sunrpc/rpc/auth_unix.h: Likewise.
1519         * sunrpc/rpc/clnt.h: Likewise.
1520         * sunrpc/rpc/des_crypt.h: Likewise.
1521         * sunrpc/rpc/key_prot.h: Likewise.
1522         * sunrpc/rpc/netdb.h: Likewise.
1523         * sunrpc/rpc/pmap_clnt.h: Likewise.
1524         * sunrpc/rpc/pmap_prot.h: Likewise.
1525         * sunrpc/rpc/pmap_rmt.h: Likewise.
1526         * sunrpc/rpc/rpc.h: Likewise.
1527         * sunrpc/rpc/rpc_des.h: Likewise.
1528         * sunrpc/rpc/rpc_msg.h: Likewise.
1529         * sunrpc/rpc/svc.h: Likewise.
1530         * sunrpc/rpc/svc_auth.h: Likewise.
1531         * sunrpc/rpc/types.h: Likewise.
1532         * sunrpc/rpc/xdr.h: Likewise.
1533         * sunrpc/rpc_clntout.c: Likewise.
1534         * sunrpc/rpc_cmsg.c: Likewise.
1535         * sunrpc/rpc_common.c: Likewise.
1536         * sunrpc/rpc_cout.c: Likewise.
1537         * sunrpc/rpc_dtable.c: Likewise.
1538         * sunrpc/rpc_hout.c: Likewise.
1539         * sunrpc/rpc_main.c: Likewise.
1540         * sunrpc/rpc_parse.c: Likewise.
1541         * sunrpc/rpc_parse.h: Likewise.
1542         * sunrpc/rpc_prot.c: Likewise.
1543         * sunrpc/rpc_sample.c: Likewise.
1544         * sunrpc/rpc_scan.c: Likewise.
1545         * sunrpc/rpc_scan.h: Likewise.
1546         * sunrpc/rpc_svcout.c: Likewise.
1547         * sunrpc/rpc_tblout.c: Likewise.
1548         * sunrpc/rpc_util.c: Likewise.
1549         * sunrpc/rpc_util.h: Likewise.
1550         * sunrpc/rpcinfo.c: Likewise.
1551         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
1552         * sunrpc/rpcsvc/key_prot.x: Likewise.
1553         * sunrpc/rpcsvc/klm_prot.x: Likewise.
1554         * sunrpc/rpcsvc/mount.x: Likewise.
1555         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
1556         * sunrpc/rpcsvc/rex.x: Likewise.
1557         * sunrpc/rpcsvc/rstat.x: Likewise.
1558         * sunrpc/rpcsvc/rusers.x: Likewise.
1559         * sunrpc/rpcsvc/sm_inter.x: Likewise.
1560         * sunrpc/rpcsvc/spray.x: Likewise.
1561         * sunrpc/rpcsvc/yppasswd.x: Likewise.
1562         * sunrpc/rtime.c: Likewise.
1563         * sunrpc/svc.c: Likewise.
1564         * sunrpc/svc_auth.c: Likewise.
1565         * sunrpc/svc_authux.c: Likewise.
1566         * sunrpc/svc_raw.c: Likewise.
1567         * sunrpc/svc_run.c: Likewise.
1568         * sunrpc/svc_simple.c: Likewise.
1569         * sunrpc/svc_tcp.c: Likewise.
1570         * sunrpc/svc_udp.c: Likewise.
1571         * sunrpc/svc_unix.c: Likewise.
1572         * sunrpc/svcauth_des.c: Likewise.
1573         * sunrpc/xcrypt.c: Likewise.
1574         * sunrpc/xdr.c: Likewise.
1575         * sunrpc/xdr_array.c: Likewise.
1576         * sunrpc/xdr_float.c: Likewise.
1577         * sunrpc/xdr_mem.c: Likewise.
1578         * sunrpc/xdr_rec.c: Likewise.
1579         * sunrpc/xdr_ref.c: Likewise.
1580         * sunrpc/xdr_sizeof.c: Likewise.
1581         * sunrpc/xdr_stdio.c: Likewise.
1583         * po/da.po: Update from translation team.
1585 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1587         * sysdeps/sh/____longjmp_chk.S: New file.
1588         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
1589         * sysdeps/sh/sh4/__longjmp.S: Likewise.
1591 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
1592             Ulrich Drepper  <drepper@redhat.com>
1594         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
1595         (__nscd_cache_search): Assume each entry in the
1596         hash chain needs one hashentry and half of datahead.  Use
1597         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
1599 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
1601         * posix/sys/wait.h: Fix typos.  Pretty printing.
1602         * stdlib/stdlib.h: Likewise.  Correct comments.
1604         [BZ #10159]
1605         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
1607         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
1608         patch.
1610 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
1612         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
1613         Use it if we absolutely cannot reach any more correct list elements
1614         because that many do not fit into the currently mapped database.
1616 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
1618         * nscd/nscd_helper.c: Include stddef.h.
1619         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
1620         in a couple of places.  Return NULL if trail is not less than
1621         datasize, don't consider dataheads with length smaller than
1622         offsetof (struct datahead, data) + datalen.
1623         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
1624         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
1625         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1626         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1627         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1628         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
1629         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
1631         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
1632         Rename ...
1633         (fallocate64): ... to this.
1634         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
1635         Rename ...
1636         (fallocate64): ... to this.
1637         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
1638         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
1639         fallocate64@@GLIBC_2.10.
1640         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
1641         fallocate64@@GLIBC_2.11.
1642         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
1643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
1644         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
1645         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
1647         * nscd/selinux.c (nscd_avc_destroy): Removed.
1648         * nscd/selinux.h (nscd_avc_destroy): Likewise.
1649         * nscd/nscd.c (termination_handler): Don't call
1650         nscd_avc_destroy.
1652 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
1654         * include/atomic.h: Formatting.
1655         (catomic_compare_and_exchange_val_acq): Don't define if already
1656         defined by bits/atomic.h.
1658 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
1660         * math/libm-test.inc (expm1_test): Add test for range error.
1662         * Versions.def: Add GLIBC_2.11 for libc.
1663         * debug/Makefile (routines): Add longjmp_chk.
1664         Add rules to build and run tst-longjmp_chk.
1665         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
1666         * debug/longjmp_chk.c: New file.
1667         * debug/tst-longjmp_chk.c: New file.
1668         * include/bits/setjmp2.: New file.
1669         * include/stdio.h: Mark __fortify_fail as internal_function.
1670         * setjmp/Makefile (headers): Add bits/setjmp2.h.
1671         * setjmp/bits/setjmp2.h: New file.
1672         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
1673         of the aliases.
1674         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
1675         defined.
1676         * sysdeps/i386/____longjmp_chk.S: New file.
1677         * sysdeps/x86_64/____longjmp_chk.S: New file.
1678         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
1679         * sysdeps/x86_64/__longjmp.S: Likewise.
1681         * version.h: Bump for 2.11 development.
1683         * elf/check-execstack.c: New file.
1684         * elf/Makefile: Add rules to build and run check-execstack.
1686 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
1688         * version.h (VERSION): Bump to 2.10.1.
1690         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
1691         compatibility functions.
1692         * nss/getXXent_r.c: Likewise.
1693         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
1694         * gshadow/getsgnam_r.c: Likewise.
1695         * gshadow/Version: Remove duplicate entries.
1697         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
1698         for recent processor.
1699         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
1700         Likewise.
1702 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
1704         * version.h (VERSION): Bump for 2.10 release.
1705         * include/features.h (__GLIBC_MINOR__): Bump to 10.
1707         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
1708         same place we add ASFLAGS-config.
1710 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
1712         [BZ #10128]
1713         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
1714         or FORMERR and the other NOERROR, don't raise an error.
1716 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
1718         [BZ #10118]
1719         * Makeconfig (+asflags): New variable based upon ASFLAG or
1720         asflags-cpu.
1721         (ASFLAGS): Add override to set ASFLAGS to +asflags.
1722         * config.make.in (asflags-cpu): Add variable based upon
1723         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
1724         the assembler.
1725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1726         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
1727         recognizes power6 instruction set due to passing -mcpu=power6 from
1728         --with-cpu=power6 when compiling .S files.
1729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1730         Likewise.
1731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1732         Likewise.
1733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1734         Likewise.
1736 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
1738         * string/stratcliff.c (do_test): Test for zero length
1739         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
1740         at the end of the page.
1742 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
1744         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
1746         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
1747         count is zero.
1749         * po/da.po: Update from translation team.
1751 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
1753         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
1754         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
1756 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
1758         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
1759         and READ_IMPLIES_EXEC.
1761 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
1763         * po/da.po: Update from translation team.
1765 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
1767         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
1768         comment change.
1770 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
1772         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
1773         to MAP_ANON in PROT_NONE mmap64 call.
1774         (open_archive): Likewise.
1775         (file_data_available_p): Use mmap64 instead of mremap.
1776         (enlarge_archive): Likewise.  Update head if ah->addr changed.
1777         Attempt to reserve address space after mmap64 region.
1779 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
1781         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
1782         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
1783         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1785         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
1786         atanh should set ERANGE.
1788         [BZ #10087]
1789         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
1790         result of lookup to make call to implement STT_GNU_IFUNC.
1791         (_dl_profile_fixup): Likewise.
1792         Patch by H.J. Lu <hjl.tools@gmail.com>.
1794         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
1795         warning.
1797         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
1798         from definition.
1800         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
1801         label if it is not used.
1803         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
1804         of gmon_hist_hdr and gmon_hdr structures and use them.
1805         * elf/sprof.c: Likewise.
1807         * elf/dl-load.c (open_verify): Add temporary variable to avoid
1808         warning.
1810         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
1812         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
1813         to avoid cast.
1815         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
1816         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
1817         to avoid warnings.
1818         (iruserok_af): Use ss_family instead of casts.
1820         * gmon/gmon.c (write_hist): Define real-type variant of
1821         gmon_hist_hdr structure and use it.
1822         (write_gmon): Likewise for gmon_hdr.
1824         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
1825         function if we are not going to define it.
1826         * sysdeps/unix/sysv/linux/writev.c: Likewise.
1828         * inet/inet6_option.c (option_alloc): Add temporary variable to
1829         avoid warning.
1831         * libio/strfile.h (struct _IO_streambuf): Use correct type and
1832         name of VTable element.
1833         * libio/iovsprintf.c: Avoid casts to avoid warnings.
1834         * libio/iovsscanf.c: Likewise.
1835         * libio/vasprintf.c: Likewise.
1836         * libio/vsnprintf.c: Likewise.
1837         * stdio-common/isoc99_vsscanf.c: Likewise.
1838         * stdlib/strfmon_l.c: Likewise.
1839         * debug/vasprintf_chk.c: Likewise.
1840         * debug/vsnprintf_chk.c: Likewise.
1841         * debug/vsprintf_chk.c: Likewise.
1843         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
1844         function pointers.
1846 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
1848         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
1850 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
1852         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
1854         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
1855         * sysdeps/i386/fpu/s_tanf.S: Likewise.
1856         * sysdeps/i386/fpu/s_tanl.S: Likewise.
1857         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1858         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
1859         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
1860         * math/libm-test.inc: Add tests for errno after tan calls with
1861         Â±Inf.
1863         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
1864         errno value vor pow(+-0,neg).
1865         * math/libm-test.inc (pow_test): Add tests for errno value for
1866         pole errors.
1868         * math/w_fmod.c: Also handle x=±Inf as error.
1869         * math/w_fmodf.c: Likewise.
1870         * math/w_fmodl.c: Likewise.
1871         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
1872         x=±Inf or y=0.
1874         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
1875         * sysdeps/i386/fpu/s_cosf.S: Likewise.
1876         * sysdeps/i386/fpu/s_cosl.S: Likewise.
1877         * sysdeps/i386/fpu/s_sin.S: Likewise.
1878         * sysdeps/i386/fpu/s_sinf.S: Likewise.
1879         * sysdeps/i386/fpu/s_sinl.S: Likewise.
1880         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1881         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
1882         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
1883         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
1884         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
1885         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
1886         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
1887         * math/libm-test.inc: Add tests for errno after sin/cos calls with
1888         Â±Inf.
1890         * stdlib/strtod_l.c (round_and_return): We have to set errno to
1891         ERANGE for underflows.
1892         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
1894         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
1895         the 2001 revision.
1897         * libio/tst-widetext.input: Remove surrogates.
1899         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
1901         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
1902         for lgamma should set errno to ERANGE, not EDOM.
1903         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
1905 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
1907         [BZ #10093]
1908         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
1909         UTF-16 surrogates.
1911         * locale/programs/locarchive.c (enlarge_archive): Conserve address
1912         space when temporarily mapping the whole content of the old file.
1914         [BZ #10100]
1915         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
1916         not zero.
1918 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
1920         * iconvdata/sjis.c (BODY): Don't advance inptr before
1921         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
1922         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
1923         two byte chars.
1925 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
1927         * locale/locarchive.h (struct locarhandle): Rename len field to
1928         mmaped and add new reserved field.
1929         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
1930         (create_archive): Reserve address space and then map file into it.
1931         (open_archive): Likewise.
1932         (file_data_available_p): New function.
1933         (compare_from_file): New function.
1934         (close_archive): Adjust to member name changes.
1935         (add_locale): Before comparing locale data, check it is mapped.
1936         Otherwise fall back to reading from the file.
1938 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
1940         * stdio-common/psiginfo.c: Include <errno.h>.
1942 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
1944         [BZ #9920]
1945         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
1946         to get consistency between 32 and 64 bit architectures.
1948         [BZ #10052]
1949         * sysdeps/unix/make-syscalls.sh: Add rule to create target
1950         directory for dummy syscall rules.
1951         Patch by Chris Steinbroner <hesh@pobox.com>.
1953 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
1955         [BZ #10092]
1956         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
1957         MNT_EXPIRE.
1959 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
1961         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
1962         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
1964 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
1966         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
1967         data from vector to temporary buffer and call PWRITEV after it
1968         instead of vice versa.
1969         * sysdeps/posix/preadv.c: Fix up comment.
1970         * misc/preadv.c: Likewise.
1971         * misc/preadv64.c: Likewise.
1972         * misc/pwritev.c: Likewise.
1973         * misc/pwritev64.c: Likewise.
1974         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
1976 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
1978         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
1980         * shadow/Makefile (tests): Add tst-shadow.
1981         * shadow/tst-shadow.c: New file.
1983         [BZ #9955]
1984         * gshadow/Makefile: New file.
1985         * gshadow/Versions: New file.
1986         * gshadow/fgetsgent.c: New file.
1987         * gshadow/fgetsgent_r.c: New file.
1988         * gshadow/getsgent.c: New file.
1989         * gshadow/getsgent_r.c: New file.
1990         * gshadow/getsgnam.c: New file.
1991         * gshadow/getsgnam_r.c: New file.
1992         * gshadow/gshadow.h: New file.
1993         * gshadow/putsgent.c: New file.
1994         * gshadow/sgetsgent.c: New file.
1995         * gshadow/sgetsgent_r.c: New file.
1996         * gshadow/tst-gshadow.c: New file.
1997         * include/gshadow.h: New file.
1998         * Makeconfig (all-subdirs): Add gshadow.
1999         * Makefile (installed-headers): Add gshadow/gshadow.h.
2000         * nss/Makefile (databases): Add sgrp.
2001         * nss/Versions: Add gshadow functions as private exports.
2002         * nss/nsswitch.conf: Add gshadow entry.
2003         * nss/sgrp-lookup.c: New file.
2004         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
2005         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
2006         * nss/nss_files/files-sgrp.c: New file.
2007         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
2008         * sysdeps/unix/sysv/linux/paths.h: Likewise.
2010 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
2012         * stdio-common/printf.h: Add missing const to register_printf_modifier.
2013         * stdio-common/reg-modifier.c: Likewise.
2015 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
2017         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
2018         is no FPU.
2020 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
2022         [BZ #10086]
2023         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
2024         headers up to 2.6.30.
2026         * po/ca.po: Update from translation team.
2028 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
2030         [BZ #10069]
2031         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
2032         an object that uses static TLS if the TLS modid is higher than the
2033         reserve we always allocate.  At least for multi-threaded code.
2035 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
2037         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
2038         Numerically stable check for valid width.
2040         * locale/programs/locarchive.c (open_archive): Map the entire file
2041         and not just the administrative data.
2042         (add_locale): When we find a hash sum match compare the content
2043         to be sure.
2045         * malloc/malloc.c (malloc_info): Output address space information.
2047 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
2049         * malloc/malloc.c (malloc_info): Also output system memory information.
2051         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
2052         architectures have preadv/pwritev in 2.6.30.
2054         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
2055         * sysdeps/posix/readv.c: Likewise.
2056         Reported by Markus Armbruster <armbru@redhat.com>.
2058         * malloc/hooks.c (top_check): Force hook value into register.
2060 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2062         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
2063         calls to _dl_relocate_object.
2065 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2067         [BZ #9957]
2068         * malloc/malloc.c (force_reg): Define.
2069         (sYSMALLOc): Load hook variable into variable
2070         before test and force into register.
2071         (sYSTRIm): Likewise.
2072         (public_mALLOc): Force hook value into register.
2073         (public_fREe): Likewise.
2074         (public_rEALLOc): Likewise.
2075         (public_mEMALIGn): Likewise.
2076         (public_vALLOc): Likewise.
2077         (public_pVALLOc): Likewise.
2078         (public_cALLOc): Likewise.
2079         (__posix_memalign): Likewise.
2080         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
2081         before test and force into register.
2082         * malloc/hooks.c (top_check): Likewise.
2083         (public_sET_STATe): Pretty printing.
2085         * resolv/res_send.c (send_dg): Don't just ignore the result we got
2086         in case we only receive one reply in single-request mode.
2088 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
2090         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
2091         are dlopened in statically linked program even for __LM_ID_CALLER.
2093 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2095         * resolv/res_send.c (send_dg): Don't switch into single-request
2096         mode if we already are in it.
2098 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
2100         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
2101         are always at least 4 bytes in the returned line.
2103 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
2105         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
2106         __libc_use_alloca (8192), if the stack is too small use 512 bytes
2107         instead of 8K.  Stop searching in /proc/stat after hitting first
2108         line not starting with cpu.
2109         (next_line): Truncate too long
2110         lines at buffer size * 3/4 instead of pretending there were line
2111         breaks inside of large lines.
2113 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2115         * sysdeps/x86_64/mp_clz_tab.c: New file.
2117 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
2118             Ulrich Drepper  <drepper@redhat.com>
2120         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
2121         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
2122         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
2124 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
2126         * sysdeps/sh/libc-tls.c: New file.
2128         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
2130 2009-04-14  Roland McGrath  <roland@redhat.com>
2132         * elf/elf.h: Add various missing ARM constants, to match binutils.
2134 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2136         Optimizations from GMP.
2137         * sysdeps/x86_64/add_n.S: New file.
2138         * sysdeps/x86_64/addmul_1.S: New file.
2139         * sysdeps/x86_64/lshift.S: New file.
2140         * sysdeps/x86_64/mul_1.S: New file.
2141         * sysdeps/x86_64/rshift.S: New file.
2142         * sysdeps/x86_64/sub_n.S: New file.
2143         * sysdeps/x86_64/submul_1.S: New file.
2145 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2147         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
2148         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
2149         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
2150         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2152 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2154         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
2155         preadv/pwritev.
2157 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
2159         * sysdeps/x86-64/strrchr.S: New file.
2161 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
2163         * stdio-common/printf.h (struct printf_info): Add user element.
2164         New types printf_arginfo_size_function, printf_va_arg_function.
2165         Declare register_printf_specifier, register_printf_modifier,
2166         register_printf_type.
2167         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
2168         (union printf_arg): Add pa_user element.
2169         Adjust __printf_arginfo_table type.
2170         Add __printf_va_arg_table, __printf_modifier_table,
2171         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
2172         declarations.
2173         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
2174         If registered arginfo call failed try normal specifier.
2175         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
2176         function.
2177         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
2178         * stdio-common/Versions: Export register_printf_modifier,
2179         register_printf_type, and register_printf_specifier for GLIBC_2.10.
2180         * stdio-common/reg-modifier.c: New file.
2181         * stdio-common/reg-type.c: New file.
2182         * stdio-common/reg-printf.c (__register_printf_specifier): New
2183         function.  Mostly the old __register_printf_function function but
2184         uses locking and type of third parameter changed.
2185         (__register_printf_function): Implement using
2186         __register_printf_specifier.
2187         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
2188         calls to arginfo functions.  Allocate enough memory for user-defined
2189         types.  Call new va_arg functions to get user-defined types.
2190         Try installed handlers even for existing format specifiers first.
2192 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
2194         * sysdeps/x86_64/rawmemchr.S: New file.
2196         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
2197         Simplified code and possible copy problem fixed.
2199         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
2200         function if it is not defined.  Add some necessary casts.
2201         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2203         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
2204         have preadv/pwritev in 2.6.30.
2206 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
2208         * malloc/malloc.c (malloc_info): New function.
2209         * malloc/malloc.h: Declare it.
2210         * malloc/Versions: Export malloc_info for GLIBC_2.10.
2212         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
2213         to avoid PLT slot.
2215         * malloc/malloc.c (_int_realloc): Add parameter with old block
2216         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
2217         Adjust all callers.
2218         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
2220 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
2222         * sysdeps/x86_64/strchrnul.S: New file.
2224         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
2225         depending libcrypt on -lfreebl3.
2227         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
2228         preadv/pwritev in 2.6.30.
2230         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
2231         instead of __strcasecmp.
2233         * string/stratcliff.c (do_test): Add memchr tests..
2234         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
2235         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
2236         first read quad word.
2238 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
2240         * string/strverscmp.c (__strverscmp): Fix last cleanups.
2241         * string/tst-svc.input: Add new test case.
2242         * string/tst-svc.expect: Adjust.
2243         * string/Makefile: Don't ignore tst-svc error.
2245         * sysdeps/x86_64/memchr.S: New file.
2247         * resolv/resolv.h (RES_SNGLKUP): Define.
2248         * resolv/res_init.c (res_setoptions): Recognize single-request option.
2249         * resolv/res_send.c (send_dg): If we sent two requests at once and
2250         only get one reply before timeout switch to mode where we send the
2251         second request only after the first answer has been received.
2253 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
2255         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
2256         * sysdeps/x86_64/strchr.S: Likewise.
2258 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
2260         * configure.in: We need to test for the compiler earlier.
2262         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
2263         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
2264         GLIBC_2.10.
2265         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
2266         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
2267         and pwritev.
2268         * misc/preadv.c: New file.
2269         * misc/preadv64.c: New file.
2270         * misc/pwritev.c: New file.
2271         * misc/pwritev64.c: New file.
2272         * sysdeps/posx/preadv.c: New file.
2273         * sysdeps/posx/preadv64.c: New file.
2274         * sysdeps/posx/pwritev.c: New file.
2275         * sysdeps/posx/pwritev64.c: New file.
2276         * sysdeps/unix/sysv/linux/preadv.c: New file.
2277         * sysdeps/unix/sysv/linux/preadv64.c: New file.
2278         * sysdeps/unix/sysv/linux/pwritev.c: New file.
2279         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
2280         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
2281         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
2283         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
2284         compatibility code.
2285         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
2287         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2288         __ASSUME_COMPLETE_READV_WRITEV.
2289         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
2290         with modern kernels.
2291         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2293         * sysdeps/posix/readv.c: Since read is a cancellation point we have
2294         to free a possible malloced buffer in case of cancellation.
2295         * sysdeps/posix/writev.c: Likewise for write.
2297 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
2299         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
2301         * configure.in: Recognize --enable-nss-crypt.
2302         * config.make.in: Add nss-crypt entry.
2303         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
2304         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
2305         and include path for NSS directory to compiler for md5-crypt,
2306         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
2307         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
2308         function implementation, use NSS.  Introduce wrappers around the
2309         hash function calls.  Little code size optimization.
2310         * crypt/sha256-crypt.c: Likewise.
2311         * crypt/sha512-crypt.c: Likewise.
2312         * scripts/check-local-headers.sh: Ignore nss3 directory.
2314         * configure.in: Rename pic_default to libc_cv_pic_default.
2315         * config.make.in: Likewise.
2317 2009-04-01  Roland McGrath  <roland@redhat.com>
2319         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
2320         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
2321         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
2322         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
2323         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
2324         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
2325         (R_SPARC_NUM): Update.
2326         From Dave Miller <davem@davemloft.net>.
2328 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
2330         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
2332 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
2334         * elf/dl-open.c: Keep track of used name spaces and only iterate over
2335         those which are used.
2336         * elf/dl-addr.c: Likewise.
2337         * elf/dl-caller.c: Likewise.
2338         * elf/dl-fini.c: Likewise.
2339         * elf/dl-iteratephdr.c: Likewise.
2340         * elf/dl-libc.c: Likewise.
2341         * elf/dl-load.c: Likewise.
2342         * elf/dl-support.c: Likewise.
2343         * elf/dl-sym.c: Likewise.
2344         * elf/rtld.c: Likewise.
2345         * sysdeps/generic/ldsodefs.h: Likewise.
2347         * elf/dl-load.c: Remove support for systems without MAP_ANON.
2348         * elf/dl-minimal.c: Likewise.
2349         * elf/dl-misc.c: Likewise.
2350         * elf/rtld.c: Likewise.
2351         * sysdeps/generic/ldsodefs.h: Likewise.
2353 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
2355         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
2356         Avoid reuse of complex expression.
2358         * po/fr.po: Update from translation team.
2360 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
2362         * include/dirent.h: Yet more changes to match sort function type
2363         change.
2364         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
2365         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
2366         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
2368 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
2370         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
2372 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
2374         * nscd/connections.c (restart): Try to preserve the process name
2375         by reading the /proc/self/exe symlink and using the return name.
2376         Patch by Jeff Bastian <jbastian@redhat.com>.
2378 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
2380         [BZ #9733]
2381         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
2382         if we are not loading a new audit library.
2383         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
2384         Only use profiling trampoline for auditing if we are not relocating
2385         an audit library.
2386         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
2387         * elf/rtld.c: Likewise.
2388         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
2390         * elf/rtld.c (dl_main): Extend help message for --audit option.
2392         [BZ #9759]
2393         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
2394         alphasort64, versionsort, and versionsort64 to POSIX 2008.
2395         * dirent/alphasort.c: Adjust implementation to type change.
2396         * dirent/alphasort64.c: Likewise.
2397         * dirent/scandir.c: Likewise.
2398         * dirent/versionsort.c: Likewise.
2399         * dirent/versionsort64.c: Likewise.
2400         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
2401         declaration.
2402         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
2403         declaration.
2405         [BZ #9880]
2406         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
2407         correctly.  Set segleft member in output as required.
2408         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2409         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
2411         [BZ #9881]
2412         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
2413         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2414         * inet/Makefile (tests): Add tst-inet6_rth.
2415         * inet/tst-inet6_rth.c: New file.
2417         [BZ #5807]
2418         * string/strlen.c (strlen): Fix omission in the expression to test
2419         for NUL bytes.
2421 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2423         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
2425         * elf/dl-runtime.c (reloc_offset): Define.
2426         (reloc_index): Define.
2427         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
2428         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
2429         computing index from reloc_offset.
2430         (_dl_call_pltexit): Likewise.
2431         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
2432         the relocation index to _dl_fixup.
2433         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
2434         _dl_call_pltexit.
2435         * sysdeps/x86_64/dl-runtime.c: New file.
2437         [BZ #9893]
2438         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
2439         alignment of La_x86_64_regs.  Store xmm parameters.
2440         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
2442         [BZ #9913]
2443         * string/strverscmp.c (__strverscmp): Fix case of different digits
2444         in fractional part of string.
2445         Patch by Jingyu Liu <jyliu@fortinet.com>.
2446         * string/Makefile (tests): Add tst-svc2.
2447         * string/tst-svc2.c: New file.
2449         * string/strverscmp.c (__strverscmp): Optimize size of tables.
2451         * locale/iso-639.def: Add Min Nan.
2453 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2455         [BZ #9948]
2456         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
2458 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2460         * elf/dl-sysdep.c (auxvars): Compress data structure.
2462         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
2463         STT_GNU_IFUNC handling.
2464         (elf_machine_rela): Likewise.
2466 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
2468         * config.h.in (USE_MULTIARCH): Define.
2469         * configure.in: Handle --enable-multi-arch.
2470         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
2471         (_dl_fixup_profile): Likewise.
2472         * elf/do-lookup.c (dl_lookup_x): Likewise.
2473         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
2474         * elf/elf.h (STT_GNU_IFUNC): Define.
2475         * include/libc-symbols.h (libc_ifunc): Define.
2476         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
2477         framework in init-arch.h to get CPUID values.
2478         * sysdeps/x86_64/multiarch/Makefile: New file.
2479         * sysdeps/x86_64/multiarch/init-arch.c: New file.
2480         * sysdeps/x86_64/multiarch/init-arch.h: New file.
2481         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
2483         * config.make.in (experimental-malloc): Define.
2484         * configure.in: Handle --enable-experimental-malloc.
2485         * malloc/Makefile: Handle experimental-malloc flag.
2486         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
2487         * malloc/arena.c: Likewise.
2488         * malloc/hooks.c: Likewise.
2489         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
2491 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
2493         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
2494         prediction.  A few size optimizations.
2496 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2498         * time/tzset.c: Optimize a bit for size.
2500 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
2502         * include/stdio.h (fmemopen): Add libc_hidden_proto.
2503         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
2505         * elf/sprof.c: Avoid warning about multi-line comment.
2507 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2509         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
2510         DST name.
2511         * time/tst-posixtz.c: Add tests for quoted timezone names.
2513 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
2515         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
2516         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
2517         200809L instead of 200112L.
2518         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
2519         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
2521         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
2522         instead of __quick_exit_funcs to __run_exit_handlers.
2523         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
2524         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
2525         (__cxa_at_quick_exit): Remove attribute_hidden.
2526         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
2527         to __run_exit_handlers.
2528         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
2529         attribute_hidden.
2531 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2533         * po/id.po: Update from translation team.
2535 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
2537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
2538         .machine push; .machine "power6" and .machine pop around mtfsf
2539         insns outside of _ARCH_PWR6 define.
2540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
2542         Likewise.
2543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
2544         Likewise.
2545         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
2546         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
2547         relax_fenv_state): Likewise.
2549 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
2551         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
2552         cxa_at_quick_exit.
2553         (static-only-routines): Add at_quick_exit.
2554         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
2555         GLIBC_2.10.
2556         * stdlib/quick_exit.c: New file.
2557         * stdlib/at_quick_exit.c: New file.
2558         * stdlib/cxa_at_quick_exit.c: New file.
2559         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
2560         it appropriately.
2561         (__internal_atexit): New function.
2562         (__new_exitfn): Now takes parameter to point to the list to use.
2563         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
2564         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
2565         (exit): ...here.  Just call __run_exit_handlers appropriately.
2566         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
2567         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
2568         * stdlib/on_exit.c: Adjust call to __new_exitfn.
2569         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
2571         * po/id.po: Update from translation team.
2573 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
2575         * po/ru.po: Update from translation team.
2577 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
2579         * po/nl.po: Update from translation team.
2581 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
2583         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
2584         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2585         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2586         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2587         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2588         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2589         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2591         * po/pl.po: Update from translation team.
2593 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
2595         [BZ #7083]
2596         * sysdeps/unix/sysv/linux/fallocate.c: New file.
2597         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
2598         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
2599         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
2600         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
2601         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
2602         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
2603         for GLIBC_2.10.
2604         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2605         Add fallocate and fallocate64.
2607         * io/fcntl.h: Pretty printing.
2609 2009-03-02  Richard Guenther  <rguenther@suse.de>
2611         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
2612         attribute also for non-C99 inline semantics variant.
2614 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2616         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
2617         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
2618         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
2619         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
2620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
2621         Likewise.
2622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
2623         Likewise.
2625 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
2627         * po/cs.po: Update from translation team.
2629 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
2631         * po/bg.po: Update from translation team.
2632         * po/sv.po: Likewise.
2633         * po/fi.po: Likewise.
2634         * po/vi.po: Likewise.
2636 2009-02-27  Roland McGrath  <roland@redhat.com>
2638         * Makeconfig (%.v.i): Depend on Makeconfig.
2639         Exclude % lines from initial #-comment removal.
2641 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
2643         * po/ko.po: Update from translation team.
2645 2009-02-26  Roland McGrath  <roland@redhat.com>
2647         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
2648         avoids unused warning.
2650 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
2651             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2653         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
2654         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
2655         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
2656         and asm/user.h.  Include asm/ptrace.h.
2657         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
2658         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
2659         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
2660         Undefine.
2661         (start_thread): Don't undefine.
2662         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
2663         Define.
2665 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
2667         * wctype/wctype.h: The *_l functions are in POSIX 2008.
2668         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
2669         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
2670         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
2671         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
2672         200112L to 200809L.
2673         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
2674         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2675         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
2676         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2677         _SC_THREAD_ROBUST_PRIO_PROTECT.
2678         * posix/unistd.h: fexecve is in POSIX 2008.
2679         * time/time.h: strftime_l is in POSIX 2008.
2680         * io/sys/stat.h: futimens is in POSIX 2008.
2681         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
2682         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
2683         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
2684         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
2685         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
2686         open_memstream, and vdprintf are in POSIX 2008.
2688 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
2690         * include/features.h: Define macros for XPG7/POSIX 2008.
2691         * ctype/ctype.h: The *_l functions are in POSIX 2008.
2692         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
2693         POSIX 2008.
2694         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
2695         * locale/xlocale.h: Define locale_t type.
2696         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
2697         in POSIX 2008.  Don't define locale_t here.
2698         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
2699         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
2700         UTIME_OMIT only with __USE_ATFILE.
2701         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
2702         * stdio-common/psiginfo.c: New file.
2703         * stdio-common/psiginfo-data.h: New file.
2704         * stdio-common/psiginfo-define.h: New file.
2705         * stdio-common/Makefile (routines): Add psiginfo.
2706         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
2707         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2708         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
2709         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
2710         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
2711         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2712         * io/sys/stat.h: Move mknodat definition into same conditional as
2713         mknod.
2714         * time/sys/time.h: futimesat is not among the functions accepted
2715         into the POSIX standard.
2717         * include/features.h: If no feature selection given and we select
2718         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
2719         * posix/Versions: Export __posix_getopt.
2720         * posix/getopt.c (_getopt_initialize): Take additional parameter.
2721         Use it to alternatively initialize __posixly_correct.
2722         (_getopt_internal_r): Take addition parameter.  Pass on to
2723         _getopt_initialize.
2724         (_getopt_internal): Take addition parameter.  Pass on to
2725         _getopt_internal_r.
2726         (getopt): Pass additional zero to _getopt_internal.
2727         (__posix_getopt): New function.
2728         * posix/getopt.h: Add redirection for getopt.
2729         * posix/getopt1.c (getopt_long): Pass additional zero to
2730         _getopt_internal.
2731         (getopt_long_only): Likewise.
2732         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
2733         (_getopt_long_only_r): Likewise.
2734         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
2735         _getopt_internal_r.
2737 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
2739         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
2740         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2741         * sysdeps/posix/sysconf.c (__sysconf): Handle
2742         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
2743         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2745 2009-02-24  Roland McGrath  <roland@redhat.com>
2747         [BZ #9895]
2748         * README.template: Reworded not to use substituted version number.
2749         Renamed to ...
2750         * README: ... here (no longer generated).
2751         * Makefile (README): Target removed.
2753 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
2755         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
2756         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
2757         instead.
2759         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
2761         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
2763 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
2765         * po/bg.po: Update from translation team.
2767 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
2769         * stdlib/monetary.h: Uglify function parameter names.
2770         * sunrpc/rpc/pmap_clnt.h: Likewise.
2771         * sunrpc/rpc/svc.h: Likewise.
2772         * sunrpc/rpc/xdr.h: Likewise.
2773         * sunrpc/rpc/clnt.h: Likewise.
2774         * resolv/netdb.h: Likewise.
2775         * resolv/arpa/nameser.h: Likewise.
2776         * resolv/resolv.h: Likewise.
2777         * argp/argp.h: Likewise.
2778         * locale/langinfo.h: Likewise.
2779         * io/sys/stat.h: Likewise.
2780         * posix/spawn.h: Likewise.
2781         * nis/rpcsvc/nislib.h: Likewise.
2782         * malloc/obstack.h: Likewise.
2783         * sysdeps/ia64/bits/link.h: Likewise.
2784         * sysdeps/i386/bits/link.h: Likewise.
2785         * sysdeps/s390/bits/link.h: Likewise.
2786         * sysdeps/powerpc/bits/link.h: Likewise.
2787         * sysdeps/x86_64/bits/link.h: Likewise.
2788         * sysdeps/sparc/bits/link.h: Likewise.
2789         * sysdeps/sh/bits/link.h: Likewise.
2790         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
2791         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
2792         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
2793         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
2795 2008-12-01  Fredrik Unger  <fred@tree.se>
2797         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
2798         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
2799         _FP_UNPACK_RAW_2, fix up first argument.
2801 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
2803         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
2804         (GET_NPROCS_PARSER): Change parameters and use next_line.
2805         (__get_nprocs): Rewrite to not use stdio routines.
2806         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
2807         Change parameters and use next_line.
2809 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
2811         [BZ #5381]
2812         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
2813         Change mempool_alloc prototype.
2814         * nscd/mem.c (gc): Don't handle mem_in_flight.
2815         (mempool_alloc): Third parameter now only indicates whether this is the
2816         first call (to allocate data) or not.  If it is, get db rdlock.
2817         Release it on error.  Don't handle mem_in_flight.
2818         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
2819         Adjust third parameter of mempool_alloc calls.
2820         Nothing to do here in case mempool_alloc fails.
2821         Avoid local variable shadowing parameter.  No need to get db rdlock
2822         before calling cache_add.
2823         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
2824         no mem_in_flight array anymore.
2825         * nscd/connections.c: Remove definition and handling of mem_in_flight.
2826         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
2827         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
2828         in case mempool_alloc fails. No need to get db rdlock before calling
2829         cache_add.
2830         * nscd/hstcache.c (cache_addhst): Likewise.
2831         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2832         * nscd/servicescache.c (cache_addserv): Likewise.
2833         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
2835 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
2837         * po/lt.po: Update from translation team.
2839 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
2841         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
2842         defined, allow additional data to be added using the optional
2843         MORE_ELF_HEADER_DATA macro.
2844         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
2845         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
2847 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
2849         * include/atomic.h: Define catomic_and if not already defined.
2850         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
2851         * sysdeps/i386/i486/bits/atomic.h: Likewise.
2853 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
2855         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
2856         Change all callers.
2857         (_int_realloc): Likewise.  Third argument is now padded size
2858         All _int_* functions are now static.
2860         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
2861         * malloc/arena.c: Likewise.
2862         * include/malloc.h: Remove now unnecessary declarations of the _int_*
2863         functions.
2865         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
2866         easily.
2868         * malloc/malloc.c: Add branch prediction for use of the hooks.
2870         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
2872 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2874         [BZ #7095]
2875         * bits/confname.h: Add SUSv7 macros for getconf environments.
2876         * bits/environments.h: Likewise.
2877         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
2878         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
2879         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
2880         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
2881         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
2882         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
2883         * posix/getconf.c: Likewise.
2884         * posix/sysconf.c: Likewise.
2885         * sysdeps/posix/sysconf.c: Likewise.
2886         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
2887         environments.
2889 2009-01-16  Petr Baudis  <pasky@suse.cz>
2891         [BZ #9753]
2892         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
2893         even if we currently have zero nscount.
2895 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2897         [BZ #9781]
2898         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
2899         the input line is too long.
2901         * po/Makefile (libc.pot): Add f_print as function taking c-format
2902         parameter.
2904         * debug/xtrace.sh: Unify translatable messages.
2905         * elf/ldd.bash.in: Likewise.
2906         * elf/sprof.c: Likewise.
2907         * locale/programs/locale.c: Likewise.
2908         * malloc/memusage.sh: Likewise.
2909         * nss/getent.c: Likewise.
2911 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
2913         * debug/pcprofiledump.c (print_version,
2914         argp_program_version_hook): New function.
2915         * elf/ldconfig.c (more_help): New function.
2916         (argp): Use it.
2917         * elf/sln.c (usage): New function.
2918         (main): Support --help and --version.
2919         * malloc/memusagestat.c (print_version): New function.
2920         (argp_program_version_hook): New variable.
2921         * nscd/nscd.c (more_help): New function.
2922         (argp): Use it.
2923         * posix/getconf.c (main): Send --version output to stdout.
2924         Support --help.
2925         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
2926         arguments.  All callers changed.
2927         (print_version): New function.
2928         (parseargs): Support --help and --version.
2929         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
2930         changed.
2931         (print_version): New function.
2932         (main): Use getopt_long.  Support --help and --version.
2933         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
2934         --version.
2936 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2938         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
2939         (update_data): Fix handling of wrapping back
2940         to the beginning of the buffer.
2942         [BZ #9823]
2943         * stdio-common/psignal.c (psignal): Fix test for empty string.
2945 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
2947         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
2948         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
2949         move _null_auth to .rodata.
2951         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
2952         value of 24.
2954         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
2956         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
2957         today than when the original code was written.  Use larger
2958         buffers.  This also makes it unnecessary to have stat information,
2959         if this causes extra efforts.
2960         (__opendir): In case O_DIRECTORY works, don't call fstat just for
2961         __alloc_dir.
2963 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
2965         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
2966         is set.
2967         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
2968         * sysdeps/sh/sh4/__longjmp.S: Likewise.
2969         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
2970         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
2971         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
2972         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
2974 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
2976         * po/ru.po: Update from translation team.
2978 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
2980         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
2981         Add _tid slot to maintain consistency with kernel.
2983 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
2985         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
2986         incomplete characters at end of input buffer.
2987         * libio/Makefile (tests): Add tst-fgetwc.
2988         * libio/tst-fgetwc.c: New file.
2989         * libio/tst-fgetwc.input: New file.
2991 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
2993         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
2995 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
2997         [BZ #9793]
2998         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
2999         *OUTBUFSTART unless the whole output fit into the buffer.
3000         * iconv/Makefile (tests): Add tst-iconv4.
3001         * iconv/tst-iconv4.c: New file.
3003 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
3005         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
3006         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3008 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
3010         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
3011         newer linker scripts.
3013 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3015         [BZ #7040]
3016         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
3017         inotify_rm_watch should have type int.
3019 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
3021         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
3022         Make aligned_restore_vmx a local symbol.
3023         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
3024         Likewise.
3026 2009-01-30  Andreas Jaeger  <aj@suse.de>
3028         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
3029         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
3030         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
3031         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
3032         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
3033         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
3034         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
3036 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
3038         [BZ #9726]
3039         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
3040         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
3042 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
3044         [BZ #9726]
3045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3046         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3048         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3050 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
3052         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
3053         memcpy instead of memcmp.
3054         (_dl_setup_pointer_guard): Likewise.
3056 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3058         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
3059         manipulated brk, use malloc_printerr.
3060         * misc/sbrk.c (__sbrk): Better error handling for nonsense
3061         requests.
3063 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
3065         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
3066         rindex): For C++ add inlines so that they can be recognized as
3067         builtins.
3068         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
3070 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3071             Jakub Jelinek  <jakub@redhat.com>
3073         * string/string.h: Define correct C++ prototypes for gcc 4.4.
3074         * wcsmbs/wchar.h: Likewise.
3076 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3078         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
3079         (stackinfo_sub_sp): Define.
3081 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3083         [BZ #9750]
3084         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
3085         * include/alloca.h (alloca_account): Define.
3086         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
3087         (stackinfo_sub_sp): Define.
3089         * nscd/connections.c (nscd_init): If database file access fails
3090         check whether this is due to permission problems and bail in that
3091         case.
3093         [BZ #9741]
3094         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
3095         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
3097 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3099         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
3100         Add "t" to clobber list.
3101         (INTERNAL_SYSCALL_NCS): Likewise.
3103 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3105         * nss/getent.c (print_networks): Don't print comma between aliases.
3107 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
3109         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
3111         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
3112         the hash table.
3113         * misc/Makefile (tests): Add bug-hsearch1.
3114         * misc/bug-hsearch1.c: New file.
3116 2009-01-22  Roland McGrath  <roland@redhat.com>
3118         * Makeconfig (%.v.i): Strip trailing # comments,
3119         not only whole-line comments.
3121 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
3123         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
3124         one parameter.  If non-NULL use it to initialize return value.
3125         (_dl_setup_pointer_guard): New function.
3126         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3127         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
3128         * elf/rtld.c (security_init): Pass _dl_random to
3129         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
3130         pointer_chk_guard.
3131         * elf/dl-sysdep.c (_dl_random): New variable.
3132         (_dl_sysdep_start): Handle AT_RANDOM.
3133         (_dl_show_auxv): Likewise.
3134         * elf/dl-support.c (_dl_random): New variable.
3135         (_dl_aux_init): Handle AT_RANDOM.
3136         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
3137         to _dl_setup_stack_chk_guard.
3139         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
3141 2009-01-10  Roland McGrath  <roland@redhat.com>
3143         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
3145 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
3147         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
3149         [BZ #9706]
3150         * nss/nss_files/files-parse.c (strtou32): New function.
3151         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
3152         across 32-bit and 64-bit platforms.
3153         (INT_FIELD_MAYBE_NULL): Likewise.
3155 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
3157         [BZ #9720]
3158         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
3159         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
3160         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
3161         Likewise.
3163 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
3165         [BZ #697]
3166         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
3167         being NULL also if there are no backreferences.
3168         * posix/rxspencer/tests: Add testcases.
3170 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
3172         [BZ #9697]
3173         * posix/bug-regex17.c: Add testcases.
3174         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
3175         handling.
3177 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3179         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
3180         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
3181         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
3182         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
3183         for elf subdir.
3184         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
3185         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
3186         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
3187         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
3188         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3189         * sysdeps/unix/sysv/linux/s390/Versions: New file.
3191 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
3193         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
3194         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
3195         re_string_skip_chars, re_string_reconstruct): Likewise.
3196         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
3198 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
3200         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
3201         adjust the buffer alignment.
3203 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3205         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
3206         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
3207         net/route.h.
3209         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
3210         flavor to description only when flavor is not NULL.
3212         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
3213         mutex after SIGIO/SIGURG lookup loop.
3215 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3217         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
3219 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
3221         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
3222         handling.
3224 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
3226         * sysdeps/unix/sysv/linux/kernel-features.h
3227         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
3229         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
3230         if no output is written.
3232         * version.h: Bump to 2.10 development.
3234         * posix/getconf.c: Update copyright year.
3235         * nss/getent.c: Likewise.
3236         * iconv/iconvconfig.c: Likewise.
3237         * iconv/iconv_prog.c: Likewise.
3238         * elf/ldconfig.c: Likewise.
3239         * catgets/gencat.c: Likewise.
3240         * csu/version.c: Likewise.
3241         * elf/ldd.bash.in: Likewise.
3242         * elf/sprof.c (print_version): Likewise.
3243         * locale/programs/locale.c: Likewise.
3244         * locale/programs/localedef.c: Likewise.
3245         * nscd/nscd.c (print_version): Likewise.
3246         * debug/xtrace.sh: Likewise.
3247         * malloc/memusage.sh: Likewise.
3248         * malloc/mtrace.pl: Likewise.
3249         * debug/catchsegv.sh: Likewise.
3251 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
3253         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
3254         script.
3256 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
3258         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
3259         gethostbyname4_r function call succeeded, just leave the loop.
3261         [BZ #9694]
3262         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
3263         very end.
3264         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
3265         * wctype/Makefile (tests): Add bug-wctypeh.
3266         * wctype/bug-wctypeh.c: New file.
3268         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
3269         LOCALDOMAIN is defined.
3270         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3272         * sysdeps/x86_64/bits/select.h: New file.
3274         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
3276 2008-12-21  Bruno Haible  <bruno@clisp.org>
3278         [BZ #9677]
3279         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
3280         if no output is written.
3282 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
3284         * login/utmp_file.c (pututline_file): Replace call to dup2 with
3285         libc internal symbol __dup2 to avoid access through the PLT.
3287 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
3289         [BZ #6545]
3290         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
3291         available only for __USE_GNU.
3293         * inet/Makefile (tests): Add tst-getni2.
3294         * inet/tst-getni2.c: New file.
3296         [BZ #7080]
3297         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
3298         NULL when NI_NAMEREQD is set.
3299         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3300         * inet/Makefile (tests): Add tst-getni1.
3301         * inet/tst-getni1.c: New file.
3303 2008-12-03  Petr Baudis  <pasky@suse.cz>
3305         [BZ #7067]
3306         * nscd/connections.c (invalidate_cache): Use prune_run_lock
3307         instead of prune_lock.
3308         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
3309         * nscd/nscd.h (database_dyn): Add prune_run_cache.
3311 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
3313         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
3314         use.
3316         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
3317         handling.
3319         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
3320         after reading name server list.
3322         [BZ #7058]
3323         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
3324         handling for host name aliases.
3326 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
3328         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
3329         instead of doing things manually.
3331 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
3333         * posix/regex_internal.h (build_wcs_upper_buffer):
3334         Return type is reg_error_t.
3336 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
3338         * posix/globtest.sh: Use mktemp to create temporary file and
3339         directory.
3341         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
3342         sets correctly.
3343         (__CPU_CLR_S): Likewise.
3344         (__CPU_ISSET_S): Likewise.
3346 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
3347             Ulrich Drepper  <drepper@redhat.com>
3349         * scripts/firstversion.awk: Use custom comparison function to compare
3350         version numbers.
3351         * scripts/versions.awk: Use sort invocation which can handle
3352         multi-digit sub-version numbers.
3354 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
3356         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
3357         * locale/iso-639.def: Add Chhattisgarhi entry.
3359 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
3361         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
3362         ESRCH return value.
3363         (_nss_dns_gethostbyname4_r): Likewise.
3364         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
3365         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
3366         gethostbyname4_r, we don't have a separate IPv6 status, so copy
3367         the no_data variable.
3369         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
3370         information at the correct index.
3372         * socket/sys/socket.h: Declare accept4.
3373         * socket/accept4.c: New file.
3374         * sysdeps/unix/sysv/linux/accept4.c: New file.
3375         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
3376         * socket/Makefile (routines): Add accept4.
3377         * socket/Versions: Export accept4 with version GLIBC_2.10.
3378         * socket/paccept.c: Removed.
3379         * sysdeps/unix/sysv/linux/paccept.c: Removed.
3380         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
3381         * Versions.def: Define GLIBC_2.10 for libc.
3382         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
3384         * nscd/connections.c: Use accept4.
3386         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
3388 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
3390         * resolv/res_send.c (send_dg): Create sockets with non-blocking
3391         flag already set.
3393         * stdlib/setenv.c (unsetenv): Don't search environment if it does
3394         not exist.
3395         * stdlib/Makefile (tests): Add tst-unsetenv1.
3396         * stdlib/tst-unsetenv1.c: New file.
3398 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
3400         * login/utmp_file.c (file_writable): New variable.
3401         (setutent_file): Don't try to open file for writing.
3402         (pututline_file): Before writing, make descriptor writable if
3403         necessary.
3405 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
3407         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
3408         to IPv4 or IPv6 if an interface has been found.
3410 2008-11-26  Roland McGrath  <roland@redhat.com>
3412         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
3413         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
3415         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
3416         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
3417         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
3419         * elf/elf.h (NT_386_IOPERM): New macro.
3420         (NT_PPC_VSX): New macro.
3422 2008-11-25  Roland McGrath  <roland@redhat.com>
3424         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
3425         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
3426         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
3427         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
3428         Subdirectories moved to ports repository.
3429         * configure.in (base_machine): Remove alpha case.
3431 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
3433         * sysdeps/mach/strerror_l.c: New file.
3435 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
3437         [BZ #6411]
3438         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
3439         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
3440         magic numbers.
3441         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
3442         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
3443         (relax_fenv_state): Same as above.
3444         (FPSCR_29): Reserve bit in ISA 2.05.
3445         (FPSCR_NI): Provide define for compat.
3446         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
3447         magic numbers.
3448         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
3449         magic numbers.
3450         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
3451         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
3452         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
3453         access to hwcap to account for hwcap size increase to uint64_t.
3454         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
3455         Likewise.
3456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
3457         (*setcontext): Likewise.
3458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3459         New file.
3460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3461         New file.
3462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3463         (*setcontext): dynamically select mtfsf insn based on
3464         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
3465         increase to uint64_t.
3466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3467         (*swapcontext): dynamically select mtfsf insn based on
3468         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
3469         increase to uint64_t.
3470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3471         New file.
3472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3473         New file.
3474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3475         (*setcontext): dynamically select mtfsf insn based on
3476         PPC_FEATURE_HAS_DFP.
3477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3478         (*swapcontext): dynamically select mtfsf insn based on
3479         PPC_FEATURE_HAS_DFP.
3481 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
3483         * version.h: Bump for 2.9 release.
3484         * include/features.h (__GLIBC_MINOR__): Bump to 9.
3486         [BZ #7029]
3487         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
3488         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
3489         all the rounding.
3491 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
3493         [BZ #7009]
3494         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
3495         unknown request types for now.
3497 2008-11-11  Roland McGrath  <roland@redhat.com>
3499         * sysdeps/x86_64/configure: New file.
3501         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
3502         * configure: Regenerated.
3504 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3506         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
3507         correct instruction to remove the stack frame.
3509 2008-11-03  Michael Matz  <matz@suse.de>
3511         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
3512         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
3514 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
3516         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
3517         Remove.
3519         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
3520         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
3521         of the thread variable instead of void *.
3522         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
3523         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
3524         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3525         __libc_tsd_define arguments.
3526         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
3527         __libc_tsd_address arguments.  Remove union hack.
3528         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
3529         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
3530         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
3531         Adjust __libc_tsd_{set,get} arguments.
3532         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3533         __libc_tsd_define arguments.
3534         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
3535         arguments.
3536         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3537         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
3538         (LOCALE): Adjust __libc_tsd_define arguments.
3539         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
3540         arguments.
3541         (LOCALE): Adjust __libc_tsd_define arguments.
3542         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
3543         arguments.
3544         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
3545         arguments.
3547 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
3549         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
3550         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
3552 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
3554         [BZ #6966]
3555         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
3557 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
3558             Ulrich Drepper  <drepper@redhat.com>
3560         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
3561         definition for GCC 3.1 and later.
3563 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
3565         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
3566         refetch dtv, as it might have changed.
3567         * elf/Makefile: Add rules to build and run tst-tls18.
3568         * elf/tst-tls18.c: New test.
3569         * elf/tst-tlsmod18a.c: New file.
3571 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
3573         [BZ #6875]
3574         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
3576 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
3578         [BZ #6867]
3579         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
3581         [BZ #6919]
3582         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
3583         Fix length of copy operation.
3585 2008-10-02  Pierre Habouzit <madcoder@debian.org>
3587         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
3588         and fix its calling convention.
3590 2008-10-07  Andreas Schwab  <schwab@suse.de>
3592         [BZ #6942]
3593         * resolv/res_send.c (send_vc): Fix last change.
3594         (send_dg): Align here as well.
3596 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
3598         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
3599         return value in case rlimit is RLIM_INFINITY.
3601         [BZ #6947]
3602         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
3603         for UL_SETFSIZE.
3604         * resource/Makefile (tests): Add bug-ulimit1.
3605         * resource/bug-ulimit1.c: New file.
3607         [BZ #6974]
3608         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
3609         without dot.  Properly terminate the string with a null byte.
3610         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
3612         [BZ #6980]
3613         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
3614         negative sizees.
3615         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
3616         negative __size.
3618         [BZ #6995]
3619         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
3621 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
3623         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
3624         abort if there is no initgroups_dyn function.
3626         * resolv/res_send.c (send_dg): On timeout, only return nonzero
3627         result if any of the queries really provided an answer.
3629 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
3631         * po/lt.po: Update from translation team.
3633 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
3635         * po/id.po: Update from translation team.
3637 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
3639         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
3640         Fix tests for existence of second reply.
3642 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
3644         * po/id.po: New file.
3645         Contributed by the Indonesian translation team.
3647 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
3649         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
3650         initialization.
3652 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
3654         * elf/Makefile: Add rules to build and run tst-tls17.
3655         * elf/tst-tls17.c: New test.
3656         * elf/tst-tlsmod17a.c: New file.
3657         * elf/tst-tlsmod17b.c: Likewise.
3659 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
3661         * stdlib/divmod_1.c: Use correct type for dummy variable.
3662         * stdlib/mod_1.c: Likewise.
3664 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
3666         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
3668 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
3670         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
3671         __nonnull order for C++.
3672         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
3673         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
3675 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
3677         * stdlib/longlong.h: Update from GCC.
3679 2008-10-09  Jakub Jelinek <jakub@redhat.com>
3680             David S. Miller  <davem@davemloft.net>
3682         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
3683         make sure any registers used with 64-bit 'branch-on-register'
3684         instructions have their top 32-bits clear.
3685         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
3686         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
3688 2008-09-18  Andreas Schwab  <schwab@suse.de>
3690         [BZ #6942]
3691         * resolv/res_send.c (send_vc): Fix use of unaligned address.
3692         Properly handle partial reads.
3694 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
3696         * elf/elf.h (STO_MIPS_PLT): New.
3697         (R_MIPS_COPY): New.
3698         (R_MIPS_JUMP_SLOT): New.
3699         (R_MIPS_NUM): Redefine to 128.
3700         (DT_MIPS_PLTGOT): New.
3701         (DT_MIPS_RWPLT): New.
3702         (DT_MIPS_NUM): Redefine to 0x35.
3704 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
3706         * timezone/africa: Update from tzdata2008f.
3707         * timezone/asia: Likewise.
3708         * timezone/australasia: Likewise.
3709         * timezone/europe: Likewise.
3710         * timezone/leapseconds: Likewise.
3711         * timezone/northamerica: Likewise.
3712         * timezone/southamerica: Likewise.
3713         * timezone/zone.tab: Likewise.
3715 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
3717         * nscd/connections.c: Disable use of paccept for now.
3719 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
3721         * socket/Versions: Remove paccept export for GLIBC_2.9.
3722         * socket/Makefile (routines): Remove paccept.
3723         * socket/sys/socket.h: Remove paccept declaration.
3725         * po/sv.po: Update from translation team.
3727 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
3729         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
3730         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3732 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
3734         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
3735         Patch by Olivier Fourdan <ofourdan@redhat.com>.
3737 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
3739         * sunrpc/rpc/svc.h: Declare svcfd_create.
3740         Patch by Michael Solberg <msolberg@redhat.com>.
3742 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
3743             Ulrich Drepper  <drepper@redhat.com>
3745         * malloc/malloc.c (public_vALLOc): Try other arenas in case
3746         _int_valloc fails.
3747         (public_pVALLOc): Likewise.
3749 2008-09-02  Andreas Jaeger  <aj@suse.de>
3751         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
3752         commit.
3754 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
3756         [BZ #6860]
3757         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
3759 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
3761         * Makefile (check-data): Check data directory in add-ons.
3762         * elf/Makefile (check-data): Likewise.
3764 2008-08-18  Roland McGrath  <roland@redhat.com>
3766         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
3767         * configure: Regenerated.
3768         * config.make.in (cflags-cpu): New substituted variable.
3769         (with-cpu): Variable removed.
3770         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
3772 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
3774         [BZ #6845]
3775         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
3776         __signbitl definition and __LONG_DOUBLE_128__ guard from:
3777         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
3778         redundant.  Functions which call floating point assembler operations
3779         should go into a sysdeps powerpc/fpu directory.
3781 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
3783         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
3784         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
3786 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
3788         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
3790         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
3791         change related to AT_EXECFN.  We cannot use that string.
3792         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
3793         _dl_execfn member.
3794         * elf/dl-support.c: Remove _dl_execfn variable.
3795         (_dl_aux_init): Remove handling of AT_EXECFN.
3796         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
3797         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
3799 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
3801         [BZ #6544]
3802         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
3803         byte gets added to writes and seeks from the end use the length of
3804         the buffer and not the currently terminating NUL byte.
3806         [BZ #6634]
3807         * login/utmp_file.c (getutent_r_file): Take additional parameter.
3808         Set to true if locking failed.
3809         (getutid_r_file): Adjust caller.
3810         (pututline_file): Likewise.  Return NULL in this case.
3811         Patch mostly by halesh.s@gmail.com.
3813 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
3815         [BZ #6589]
3816         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
3817         Define.
3818         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
3820 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
3822         [BZ #6839]
3823         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
3824         macro since it is now available in elf/dynamic-link.h.
3826 2008-08-12  Roland McGrath  <roland@frob.com>
3828         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
3829         in case used outside of libc.
3830         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
3832 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
3834         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
3835         directly instead of going through dn_comp.
3837 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
3839         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
3840         Fix asm constraints.
3842 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
3844         [BZ #6790]
3845         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
3846         (IPV6_PMTUDISC_PROBE): Likewise.
3848 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
3850         [BZ #6791]
3851         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
3853 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
3854             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
3856         [BZ #6817]
3857         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
3858         Added the members 'vsx' and 'arch_2_06'.
3859         (_dl_powerpc_platforms): Add the member 'power7'.
3860         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
3861         to reflect the changes required by VSX and ISA 2.06.
3862         Modify _DL_PLATFORMS_COUNT to reflect the addition of
3863         'power7'.
3864         Defined PPC_PLATFORM_POWER7.
3865         (_dl_string_platform): Add support for POWER7.
3866         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
3867         capability and ISA 2.06.
3869 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
3871         [BZ #6824]
3872         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
3873         macro to detect use of 128 bit long double.
3874         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
3876 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
3878         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
3880         [BZ #5794]
3881         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
3882         parameters.
3883         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3884         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
3886 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
3888         * nscd/connections.c (main_loop_poll): Pass a buffer which is
3889         guaranteed to be large enough to read inotify event.  Ignore
3890         EAGAIN error.  Better error message.  Add branch predicition.
3891         (main_loop_epoll): Likewise.
3893 2008-08-02  Roland McGrath  <roland@frob.com>
3895         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
3896         Add memory clobbers.
3898 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
3900         * manual/arith.texi: Avoid @strong{Note:}.
3901         * manual/creature.texi: Likewise.
3902         * manual/filesys.texi: Likewise.
3903         * manual/math.texi: Likewise.
3904         * manual/memory.texi: Likewise.
3905         * manual/resource.texi: Likewise.
3906         * manual/syslog.texi: Likewise.
3907         * manual/time.texi: Likewise.
3909         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
3910         to prevent warning.
3912 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
3914         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
3915         new epoll_create1 interface.
3916         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3917         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
3918         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
3920         * include/arpa/nameser.h (NS_GET16): Use const pointer.
3921         (NS_GET32): Likewise.
3923         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
3924         syscalls, too.
3926         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
3927         use the AT_EXECFN value if it is no absolute path.
3928         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
3929         __ASSUME_AT_EXECFN.
3931         * Versions.def: Add GLIBC_2.9 to libresolv.
3932         * include/resolv.h: Remove hidden proto declarations for __ns_*
3933         functions.  Add them for __dn_count_labels and __p_secstodate.
3934         * include/arpa/nameser.h: Add a number of hidden proto declarations.
3935         Define ns_msg_getflags macro here.
3936         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
3937         and __p_secstodate.
3938         * resolv/Versions: Export functions from <arpa/nameser.h> from
3939         libresolv in version GLIBC_2.9.
3940         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
3941         hidden definitions.
3942         * resolv/ns_netint.c: Likewise.
3943         * resolv/ns_parse.c: Likewise.
3944         * resolv/ns_print.c: Likewise.
3945         * resolv/ns_samedomain.c: Likewise.
3946         * resolv/ns_ttl.c: Likewise.
3947         * resolv/arpa/nameser_compat.h: Likewise.
3948         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
3949         function calls.
3950         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
3951         instead of ns_get16.
3952         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
3953         __ns_get32 instead of ns_get16 and ns_get32 respectively.
3954         (gaih_getanswer_slice): Likewise.
3955         * resolv/Makefile (libresolv-routines): Add ns_date.
3956         * resolv/ns_date.c: New file.
3958         * elf/Makefile (check-localplt.out): Also check libresolv and
3959         libcrypt.
3961 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
3963         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3964         __ASSUME_O_CLOEXEC.
3966 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
3968         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
3969         buffer passed to NSS functions.
3971         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
3973         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
3974         Define.
3976         * misc/syslog.c (openlog_internal): Fix compile problem.
3978 2008-07-28  Roland McGrath  <roland@redhat.com>
3980         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
3982 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
3984         * io/ftw.c (add_object): Remove inline to avoid warning.
3986         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
3988         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
3989         Use it instead of locally defined resplen2 variable.
3990         (res_nsend): Adjust for __libc_res_nsend interface change.
3991         (send_vc): Initialize *resplen2 if necessary.  Read length of
3992         package into an appropriately aligned variable.  Store converted length
3993         in new variable and use it appropriately.
3994         Add branch prediction help.
3995         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
3996         and pass it on to __libc_res_nsend.  Adjust all callers.
3997         (__libc_res_nsearch): Likewise.
3998         (__libc_res_nqeurydomain): Likewise.
3999         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
4000         change.
4001         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
4002         Define resplen2 variable and pass it to __libc_res_nsearch and then
4003         to gaih_getanswer.
4004         (getanswer_r): In case of incorrect DNS data don't overread buffer.
4005         Add branch prediction.
4006         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
4007         (gaih_getanswer): Don't decode second slice if first one failed due
4008         to a too small buffer.  Don't let not found status of second
4009         decoder shadow results of the first.
4010         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
4011         and __libc_res_nquery interface changes
4012         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
4013         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
4014         __libc_res_nsearch, and __libc_res_nsend.
4015         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
4016         change.
4017         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
4018         __libc_res_nsearch interface changes.
4020 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
4022         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
4024         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
4025         file descriptors with close-on-exec set.
4026         (exec_comm_child): Fix the case where the write end of the pipe is
4027         STDOUT_FILENO already.  In case it is, clear close-on-exec.
4029         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
4030         * io/pipe2.c: Likewise.
4031         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
4032         instead of __ASSUME_PACCEPT.
4033         * include/unistd.h: Declare __have_pipe2.
4034         * libio/iopopen.c: Implement "e" flag.
4035         * libio/Makefile (tests): Add tst-popen1.
4036         * libio/tst-popen1.c: New file.
4038         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
4039         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4041 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4043         [BZ #6771]
4044         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
4045         success call of _IO_SEEKOFF or calls which failed because the
4046         descriptor is for a pipe.
4048         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
4049         magic number.
4051         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
4053         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
4054         F_SETFD use if we know fopen set the flag.
4056         * login/utmp_file.c (setutent_file): Minor optimization in case
4057         O_CLOEXEC is available.
4059 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
4061         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
4062         * elf/Makefile: Use pie-ccflag variable.
4063         * nscd/Makefile: Likewise.
4064         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
4066 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
4068         [BZ #6724]
4069         * Versions.def: Add GLIBC_2.9 version tag for libutil.
4070         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
4071         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
4072         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
4073         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
4074         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
4075         utmp32, utmpx32 and login32.
4076         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
4077         versions of struct utmp functions to libc and libutil.
4078         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
4079         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
4080         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
4081         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
4082         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
4083         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
4084         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
4085         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
4086         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
4087         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
4088         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
4089         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
4090         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
4091         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
4092         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
4093         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
4094         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
4095         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
4096         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
4097         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
4098         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
4099         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
4101 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4103         * scripts/gen-as-const.awk: Generate more widely usable code by
4104         using 64-bit arithmetic.
4106         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
4107         the same treatment as narrow output code in last patch.
4109         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
4111         [BZ #6763]
4112         * elf/dl-load.c (local_strdup): Remove inline.
4113         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
4114         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
4115         part of the object.
4117         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
4119 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
4121         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
4122         the new syscalls, too.
4124         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
4125         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
4127         [BZ #6698]
4128         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
4129         parameter for end of buffer.  If temporary copy is too large use
4130         malloc.
4131         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
4132         interface change.
4133         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
4134         string rewrite when allocating buffer.
4136         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
4137         syscalls, too.
4139         * nscd/connections.c (nscd_init): Clean up fcntl call.
4141         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
4142         SOCK_NONBLOCK if possible.
4144         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
4145         SOCK_CLOEXEC if available.
4147         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
4148         __libc_clntudp_bufcreate_internal.
4149         * include/sys/socket.h: Declare __have_sock_cloexec.
4150         * socket/Makefile (aux): Add have_sock_cloexec.
4151         * socket/have_sock_cloexec.c: New file.
4152         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
4153         __libc_clntudp_bufcreate.
4154         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
4155         which takes an additional parameter.  Create socket with non-blocking
4156         mode and close-on-exec flag set, if wanted.
4157         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
4158         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
4159         instead of clntudp_create.  The socket has already the close-on-exec
4160         flag set if SOCK_CLOEXEC is defined.
4162 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
4164         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4165         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
4166         appropriate.
4167         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
4168         non-blocking mode by using socket, paccept, and inotify_init1.
4170         * Versions.def (glibc): Add GLIBC_2.9.
4171         * io/Makefile (routines): Add dup3 and pipe2.
4172         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
4173         * io/dup3.c: New file.
4174         * io/pipe2.c: New file.
4175         * posix/unistd.h: Declare dup3 and pipe2.
4176         * socket/Makefile (routines): Add paccept.
4177         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
4178         * socket/paccept.c: New file.
4179         * socket/sys/socket.h: Declare paccept.
4180         * sysdeps/unix/syscalls.list: Add entry for dup3.
4181         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
4182         epoll_create2 and inotify_init1.
4183         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
4184         * sysdeps/unix/sysv/linux/paccept.c: New file.
4185         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
4186         possible.
4187         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
4188         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
4189         inotify_init1, and pipe2 entries.
4190         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
4191         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
4192         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
4193         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
4194         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
4195         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
4196         SOCK_NONBLOCK.
4197         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
4198         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
4199         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
4200         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
4201         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
4202         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
4203         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
4204         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
4205         EPOLL_NONBLOCK.  Declare epoll_create2.
4206         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
4207         EFD_NONBLOCK.
4208         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
4209         IN_NONBLOCK.  Declare inotify_init1.
4210         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
4211         SFD_NONBLOCK.
4212         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
4213         TFD_NONBLOCK.
4215         * elf/elf.h: Define AT_EXECFN.
4216         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
4217         LD_ORIGIN_PATH.
4218         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
4219         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
4220         if __ASSUME_AT_EXECFN is defined.
4221         (_dl_aux_init): Handle AT_EXECFN.
4222         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
4223         for 2.6.27 and up.
4224         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
4225         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
4226         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
4227         _dl_execfn if available and avoid compatibility code if
4228         __ASSUME_AT_EXECFN is defined.
4230         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
4231         _dl_discover_osversion only for older kernels.
4233 2008-07-22  Roland McGrath  <roland@frob.com>
4235         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
4237 2008-07-21  Roland McGrath  <roland@frob.com>
4239         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
4240         returned too much data out of line.
4242 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
4244         * locale/setlocale.c (setname): Remove inline to avoid compiler
4245         warning.
4247         [BZ #6712]
4248         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
4250 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
4252         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
4253         doesn't manage to write anything, fail.
4255         * malloc/hooks.c (__malloc_check_init): Remove printf.
4257 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4259         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
4261 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
4263         * nscd/connections.c (main_loop_poll): Fix handling of read errors
4264         from inotify.
4265         (main_loop_epoll): Likewise.
4267 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
4269         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
4271         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
4272         if DEBUG is defined.
4274         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
4275         query.  Adjust buffer size computation for padding.
4277 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
4279         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
4280         * stdio-common/tst-setvbuf1.c: New file.
4281         * stdio-common/tst-setvbuf1.expect: New file.
4283         [BZ #6719]
4284         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
4285         when selecting fully-buffered stream.
4286         Patch by Wang Xin <wxinee@gmail.com>.
4288 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4290         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
4291         (__open_2): New function.
4292         (__open64_2): New alias to __open_2.
4293         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
4294         (__openat_2): New function.
4295         (__openat64_2): New alias to __openat_2.
4297 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
4299         [BZ #6723]
4300         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4302 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4304         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
4305         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
4306         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
4307         __hurd_dfail.
4308         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4309         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4310         * sysdeps/mach/hurd/send.c (__send): Likewise.
4311         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
4312         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
4314 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4316         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
4317         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4318         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4319         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
4320         * hurd/get-host.c (_hurd_get_host_config): Likewise.
4321         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
4323 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
4325         [BZ #6657]
4326         * time/strptime_l.c: Don't clear s.era_cnt after successful match
4327         of %EY.
4328         Patch by Petr Baudis.
4330 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
4332         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
4333         Patch by Peter Jones <pjones@redhat.com>.
4335 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
4337         [BZ #6654]
4338         * stdlib/canonicalize.c (__realpath): readlink can write too much
4339         into the buffer on platforms without PATH_MAX.
4341 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
4343         [BZ #6653]
4344         * posix/tst-regex.c (main): Rename to...
4345         (do_test): ... this. Remove cmdline option processing.
4346         (TIMEOUT): Define.
4347         (TEST_FUNCTION): Define.
4348         (CMDLINE_OPTIONS): Define.
4350 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
4352         [BZ #5210]
4353         * configure.in: Add -Werror to -fstack-protector test to catch
4354         unsupported architectures.
4355         Patch by Gilles Esponasse <g.esp@free.fr>.
4357 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
4359         * stdlib/tst-setcontext.c: Set back_in_main before exit if
4360         getcontext returns ENOSYS.
4362 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
4364         * nscd/connections.c (main_loop_poll): Fix test for read error.
4365         (main_loop_epoll): Likewise.
4367 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
4369         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
4370         better place so it is not called when nscd is used.
4372         * nscd/connections.c: Also recognize and handle changes to the
4373         resolver configuration file.
4375 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
4377         * time/strftime.c: Pass reference to tzset_called around to handle
4378         recursive calls.
4380         [BZ #6612]
4381         * time/strftime.c (__strftime_internal): Call tzset() only
4382         when printing timezone-dependent values.
4383         Based on a patch by Petr Baudis <pasky@suse.cz>.
4385         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
4386         unconditionally use second gaih_getanswer_slice result.
4388         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
4389         (getaddrinfo): RES must always be non-NULL.
4391 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
4393         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
4394         cr[34] registers.
4395         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
4396         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
4397         Likewise.
4398         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
4399         register.
4401 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
4403         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
4404         fields.
4405         * nscd/connections.c (inotify_fd): New variable.
4406         (nscd_init): Try to open an inotify descriptor.
4407         If successful, watch files for databases using inotify instead of
4408         having prune threads stat the files.
4409         (nscd_run_prune): Recognize clear_cache flag being set and call
4410         prune_cache appropriately.
4411         (main_loop_poll): Add inotify descriptor to wait set and handle the
4412         reported changes.
4413         (main_loop_epoll): Likewise.
4414         * nscd/cache.c (prune_cache): Don't stat files for databases if
4415         inotify is used.
4416         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
4417         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
4419         * nscd/grpcache.c (cache_addgr): Correctly compute size of
4420         fixed-size portion of the record.
4421         * nscd/servicescache.c (cache_addserv): Likewise.
4422         * nscd/pwdcache.c (cache_addpw): Likewise.
4423         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4425 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
4427         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
4428         out we don't use uninitialized memory.
4430         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
4431         the client.
4433 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
4435         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
4436         ignore T_DNAME messages.
4437         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
4439 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
4441         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
4442         Avoid segfault if first GETC returns eof/'\0'/'\n'.
4444 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
4446         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
4447         instead of portstr to nscd_getserv_r.  Patch by
4448         Roman Kagan <rkagan@mail.ru>.
4450 2008-05-26  Jim Meyering  <meyering@redhat.com>
4452         Remove more useless "if" tests before "free".
4453         * include/inline-hashtab.h (htab_delete): Likewise.
4454         * libio/freopen.c (freopen): Likewise.
4455         * libio/freopen64.c (freopen64): Likewise.
4456         * locale/programs/ld-collate.c (collate_read): Likewise.
4457         * misc/fstab.c (libc_freeres_fn): Likewise.
4458         * posix/glob.c (globfree): Likewise.
4460 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
4462         * string/Makefile (strop-tests): Add memmem.
4463         * string/test-memmem.c: New file.
4464         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
4465         (test_init): Size buf1 according to BUF1PAGES.
4467 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
4469         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
4470         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
4471         (CFLAGS-scanf17.c): New.
4472         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
4473         * stdio-common/scanf15.c (main): Likewise.
4474         * stdio-common/scanf16.c: New file.
4475         * stdio-common/scanf17.c: New file.
4477 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
4479         * resolv/res_send.c (send_dg): If we already have one of two
4480         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
4481         use the one answer insted of failing.
4483 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
4485         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
4486         being executed on PowerPC as the expected result exceeds IBM
4487         long double 128 __LDBL_MAX__.
4489 2008-05-21  Roland McGrath  <roland@redhat.com>
4491         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
4493         * Makefile (check-data): Use $(abi-name) before other guesses.
4494         Look in $(add-ons) dirs before scripts/data/.
4495         * elf/Makefile (check-data): Likewise.
4497         * scripts/soversions.awk: Grok ABI line.
4498         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
4499         Emit definition for abi-name variable.
4501 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
4503         * string/endian.h: Define new fixed-size hto* and *toh macros only
4504         if [__USE_BSD].
4506         * iconvdata/Depend: Add localedata.
4508 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4510         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
4512 2008-05-08  David S. Miller  <davem@davemloft.net>
4514         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
4515         HIDDEN_JUMPTARGET.
4516         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4517         (__SYSCALL_CLOBBERS): Remove %g* registers.
4518         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4519         (__SYSCALL_CLOBBERS): Likewise.
4520         * scripts/data/localplt-sparc-linux-gnu.data: New file.
4521         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
4523 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
4525         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4526         (CALL_ERRNO_LOCATION): Define.
4527         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4528         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4529         (CALL_ERRNO_LOCATION): Define.
4530         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4531         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
4532         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
4534 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
4536         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
4537         variable.
4539 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
4541         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
4542         (FIRST_FRAME_POINTER): Define.
4544 2008-05-09  David S. Miller  <davem@davemloft.net>
4546         * sysdeps/sparc/sparc64/backtrace.c: New file.
4548 2008-05-14  David S. Miller  <davem@davemloft.net>
4550         * sysdeps/sparc/machine-gmon.h: New file.
4551         * sysdeps/sparc/sparc-mcount.S: Likewise.
4552         * sysdeps/sparc/Makefile: Add sparc-mcount target to
4553         sysdep_routines in gmon directory.
4555 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
4557         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
4559 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
4561         * resolv/res_query.c (__libc_res_nquery): In case one of two
4562         answer was too short don't try to read that answer's header.
4564         * resolv/res_send.c (send_dg): In case of timeout and there are
4565         two queries and one has been answered, return value indicating
4566         success.
4568 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
4570         * nscd/cache.c (cache_add): Take additional parameter specifying
4571         whether this is in response of a cache refill.  Check alignment
4572         of package data.  Revamp waking of pruning thread.
4573         (prune_cache): Small optimization.
4574         * nscd/nscd.h: Adjust cache_add prototypes.
4575         * nscd/aicache.c: Adjust cache_add calls.
4576         * nscd/grpcache.c: Likewise.
4577         * nscd/hstcache.c: Likewise.
4578         * nscd/initgrcache.c: Likewise.
4579         * nscd/pwdcache.c: Likewise.
4580         * nscd/servicescache.c: Likewise.
4581         * nscd/connections.c (restart): Really disable cache use before
4582         exec attempt.  If it fails, reenable cache.
4583         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
4584         time to max to be able to notice concurrent cache additions.  Unlock
4585         prune_lock while performing gc.  Afterwards compute wakeup time with
4586         current wakeup_time value in mind.
4588 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
4590         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
4592         * nscd/mem.c (gc): Correctly determine highest used array element
4593         in mark.
4595         * nscd/mem.c (markrange): Add assert to check entries are all
4596         aligned.  Small cleanup in bitmap use.
4598         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
4599         blockoff of type nscd_ssize_t.
4600         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
4601         (mempoll_alloc): Record block offset and not address.
4603         * nscd/mem.c (gc): Fix test for stack overuse.
4605         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
4606         more asserts.
4608         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
4609         entry is available, believe it.
4611         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
4612         no answers return NSS_STATUS_NOTFOUND.
4613         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
4614         buffer does not have any content.
4616 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
4618         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
4620         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
4621         lookup, don't assign canon unconditionally.
4623 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4625         * string/Makefile (distribute): Add str-two-way.h.
4627 2008-03-29  Eric Blake  <ebb9@byu.net>
4629         Rewrite string searches to O(n) rather than O(n^2).
4630         * string/str-two-way.h: New file.  For linear fixed-allocation
4631         string searching.
4632         * string/memmem.c: New implementation.
4633         * string/strstr.c: New implementation.
4634         * string/strcasestr.c: New implementation.
4636 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
4638         * posix/regcomp.c (optimize_utf8): Add a note on why we test
4639         opr.ctx_type.
4640         (calc_first): Initialize constraint field.
4641         (duplicate_node_closure): Use it instead of special casing ANCHORS.
4642         Use search_duplicated_node to avoid loops.  Fix grammar.
4643         (duplicate_node): Merge constraint field for all node types.
4644         (calc_eclosure_iter): Look at constraint field for all node types.
4645         * posix/regex_internal.c (create_cd_newstate): Don't look at
4646         create_cd_newstate.
4648 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4650         [BZ #6428]
4651         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
4653         [BZ #6442]
4654         * string/endian.h: Add macros for fixed-size endian conversion.
4655         * bits/byteswap.h: Allow inclusion from <endian.h>.
4656         * sysdeps/i386/bits/byteswap.h: Likewise.
4657         * sysdeps/ia64/bits/byteswap.h: Likewise.
4658         * sysdeps/s390/bits/byteswap.h: Likewise.
4659         * sysdeps/x86_64/bits/byteswap.h: Likewise.
4660         * string/Makefile (tests): Add tst-endian.
4661         * string/tst-endian.c: New file.
4663         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
4664         Patch by Reuben Thomas.
4666 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
4668         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
4670 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4672         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
4674         [BZ #6461]
4675         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
4676         Add missing braces.
4677         (BODY for __gconv_transform_internal_ascii): Likewise.
4679         [BZ #6472]
4680         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
4681         to be treated like link-local addresses.
4682         (match_prefix): Don't treat IPv4 loopback address special when
4683         converting to v4 mapped addressed.
4685         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
4686         if necessary.
4687         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
4688         * posix/tst-rfc3484-2.c: Likewise.
4689         * posix/tst-rfc3484-3.c: Likewise.
4691         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
4692         and SCTP.
4694         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
4696         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
4698         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
4700 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
4702         * po/lt.po: New file.  From Lituanian translation team.
4704 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
4706         Introduce TLS descriptors for i386 and x86_64.
4707         * include/inline-hashtab.h: New file, copied from 2005's
4708         libiberty, with fix for memory leak imported afterwards by
4709         Glauber de Oliveira Costa.
4710         * elf/tlsdeschtab.h: New file.
4711         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
4712         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
4713         (CHECK_STATIC_TLS): Move to...
4714         * elf/dynamic-link.h: ... this file.
4715         (TRY_STATIC_TLS): New macro.
4716         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
4717         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
4718         R_386_TLS_DESC): Define.
4719         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
4720         binutils.
4721         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
4722         R_X86_64_TLSDESC): Define.
4723         (R_386_NUM, R_X86_64_NUM): Adjust.
4724         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
4725         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4726         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4727         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
4728         release tlsdesc_table.
4729         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
4730         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
4731         (elf_machine_rel): Handle R_386_TLS_DESC.
4732         (elf_machine_rela): Likewise.
4733         (elf_machine_lazy_rel): Likewise.
4734         (elf_machine_lazy_rela): Likewise.
4735         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
4736         * sysdeps/i386/dl-tlsdesc.S: New file.
4737         * sysdeps/i386/dl-tlsdesc.h: New file.
4738         * sysdeps/i386/tlsdesc.c: New file.
4739         * sysdeps/i386/tlsdesc.sym: New file.
4740         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
4741         tlsdesc_table.
4742         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
4743         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4744         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4745         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
4746         release tlsdesc_table.
4747         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
4748         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
4749         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
4750         (elf_machine_rel): Handle R_X86_64_TLSDESC.
4751         (elf_machine_rela): Likewise.
4752         (elf_machine_lazy_rel): Likewise.
4753         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
4754         (__tls_get_addr): Do not declare for non-shared compiles.
4755         * sysdeps/x86_64/dl-tlsdesc.S: New file.
4756         * sysdeps/x86_64/dl-tlsdesc.h: New file.
4757         * sysdeps/x86_64/tlsdesc.c: New file.
4758         * sysdeps/x86_64/tlsdesc.sym: New file.
4759         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
4760         tlsdesc_table for both 32- and 64-bit structs.
4762 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
4764         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
4765         its own function.  This reduces the frame setup costs and more.
4767 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
4769         [BZ #3406]
4770         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
4771         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
4773 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
4775         * io/openat.c (__openat_2): Also pass fd to __openat.
4776         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
4777         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
4779         * string/tester.c (test_memcmp): Add a few more tests.
4780         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
4782 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
4784         * nscd/cache.c (cache_add): Before returning with failure and this
4785         is the first use of the record, mark it as unusable.
4786         * nscd/aicache.c: Don't touch the dataset after cache_add returns
4787         reporting a failure.
4788         * nscd/grpcache.c: Likewise
4789         * nscd/hstcache.c: Likewise.
4790         * nscd/initgrcache.c: Likewise.
4791         * nscd/pwdcache.c: Likewise.
4792         * nscd/servicescache.c: Likewise.
4794 2008-05-10  Roland McGrath  <roland@redhat.com>
4796         [BZ #6505]
4797         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
4799 2008-05-08  David S. Miller  <davem@davemloft.net>
4801         * misc/truncate64.c (truncate64): Use __truncate not truncate.
4803         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
4804         (__ieee754_y0l): Likewise.
4805         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
4806         (__ieee754_y1l): Likewise.
4807         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
4808         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
4809         frexpl and ldexpl.  math_private.h provides them and the latter
4810         is not even used.
4811         (__log1pl): Use __frexpl.
4813 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
4815         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
4816         prototypes.
4817         * include/arpa/nameser_compat.h: Define T_UNSPEC.
4818         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
4819         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
4820         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
4821         af==AF_UNSPEC.
4822         (_nss_nis_gethostbyname4_r): New function.
4823         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
4824         Change to also handle af==AF_UNSPEC.
4825         (get_tablename): New function.  Use it to avoid duplication.
4826         (_nss_nisplus_gethostbyname4_r): New function.
4827         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
4828         available.
4829         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
4830         * nss/nss.h: Define struct gaih_addrtuple.
4831         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
4832         af==AF_UNSPEC.
4833         (_nss_files_gethostbyname4_r): New function.
4834         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
4835         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
4836         calls.
4837         * resolv/res_query.c (__libc_res_nquery): Take two additional
4838         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
4839         look up IPv4 and IPv6.
4840         Change all callers.
4841         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
4842         for an additional query and answer buffer.  Pass to send_vc and
4843         send_dg.
4844         (send_vc): Send possibly two requests and receive two answers.
4845         (send_dg): Likewise.
4846         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
4847         __libc_res_nquery.
4848         (_nss_dns_gethostbyname4_r): New function.
4849         (gaih_getanswer_slice): Likewise.
4850         (gaih_getanswer): Likewise.
4851         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
4852         __libc_res_nquery call.
4853         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
4854         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
4855         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
4856         available.
4858 2008-05-05  David S. Miller  <davem@davemloft.net>
4860         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
4861         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
4863 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4865         Fix termios bit macros.
4866         Move *DLY definitions where they belong, in termios.h.
4867         Add *[0-3] definitions.
4868         Fixes confusion between VT and FF.
4869         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
4870         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
4871         are already defined to avoid collision with termios.h.
4872         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
4873         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
4874         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
4875         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
4876         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
4877         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
4878         VTDLY, VT0, VT1): New macros.
4879         [__USE_GNU] (OLCUC): Change value of macro.
4880         [__USE_XOPEN] (OFILL): New macro.
4881         [__USE_BSD] (CRTSCTS): Change value.
4882         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
4883         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
4884         (B7200, B14400, B28800, B76800): New macros.
4886 2008-05-01  David S. Miller  <davem@davemloft.net>
4888         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
4889         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
4890         (gen-as-const-headers): Add it.
4891         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
4892         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
4893         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
4894         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
4896         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
4897         six system call parameters.
4898         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
4900 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
4902         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
4903         RUSAGE_LWP.
4904         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
4905         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
4907 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
4909         * stdlib/tst-setcontext.c: Include unistd.h.
4911 2008-04-25  David S. Miller  <davem@davemloft.net>
4913         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
4914         Pass "union semun" properly in to sys_ipc, it must be passed
4915         by value, not by reference.
4917 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
4919         * nscd/Makefile (nscd-cflags): Set back to -fpie.
4920         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
4921         * nscd/connections.c (mem_in_flight): Likewise.
4923         * nscd/nscd.h (dbs): Make hidden.
4925         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
4926         Avoid returning -1, return 0 instead.
4928 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
4930         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
4932 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
4934         [BZ #5209]
4935         * sysdeps/unix/sysv/linux/times.c: New file.
4937         [BZ #5381]
4938         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
4939         mem_in_flight_list variables.  Add new parameter to mempool_alloc
4940         prototype.
4941         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
4942         appropriate mem_in_flight element.
4943         (gc): Take allocations which have not yet been committed to the
4944         database into account.
4945         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
4946         Reset mem_in_flight before returning.
4947         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
4948         cue it up in mem_in_flight_list.
4949         * nscd/aicache.c: Adjust mempool_alloc call.
4950         * nscd/grpcache.c: Likewise.
4951         * nscd/hstcache.c: Likewise.
4952         * nscd/initgrcache.c: Likewise.
4953         * nscd/pwdcache.c: Likewise.
4954         * nscd/servicescache.c: Likewise.
4955         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
4956         of -fpie.
4958         * nscd/connections.c (handle_request): Provide better error message
4959         in case SELinux forbids the service.
4961         * version.h (VERSION): Bump to 2.8.90.
4963 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
4965         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
4967 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
4969         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
4970         Also use for 32-bit.
4971         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
4972         __nextafter instead of nextafter to avoid local PLT.
4973         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
4974         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
4976         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
4978         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
4979         __fe_nomask_env.
4980         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
4981         <fenv_libc.h> instead of <fenv.h>.
4982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
4983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
4985         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
4987         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
4988         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
4989         function from fegetexcept and make old name weak alias.
4990         * include/fenv.h: Declare __fegetexcept.
4991         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
4992         fegetexcept.
4993         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
4994         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
4995         to fetestexcept.
4996         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
4997         instead of frexpl to avoid local PLT.
4998         * math/s_significandl.c (__significandl): Use __ilogbl instead of
4999         ilogbl to avoid local PLT.
5000         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
5001         instead of ldexpl to avoid local PLT.
5002         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
5003         __roundl not roundl to avoid local PLT.
5004         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
5005         local PLTs.  Use __sincosl instead of separate sinl and cosl
5006         calls.
5007         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
5009         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
5010         version for ppc64 to 2.4.21 since without it makecontext will fail.
5012         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
5013         to the ABI in use.
5014         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
5015         .__tls_get_addr.
5016         [__powerpc64__] (TLS_GD): Likewise.
5018 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
5020         [BZ #4997]
5021         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
5022         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
5023         mantissa.
5024         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5025         Likewise.  Also account for when x is an odd number between 2^52
5026         and 2^53-1.
5027         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
5028         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5029         * math/libm-test.inc (lround_test, llround_test): Added test cases to
5030         detect aforementioned erroneous conditions.
5032 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5034         * configure.in: Check for -fno-section-anchors in addition to
5035         -fno-toplevel-reorder.
5037 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
5039         * include/features.h (__GLIBC_MINOR__): Bump to 8.
5041         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
5042         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
5043         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
5044         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
5045         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
5046         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
5048 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5050         [BZ #5443]
5051         * time/era.c: Transform __libc_setlocale_lock into rwlock.
5052         * time/alt_digit.c: Likewise.
5053         * wcsmbs/wcsmbsload.c: Likewise.
5055 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
5057         * version.h (VERSION): Bump to 2.8.
5059         * timzeone/asia: Update from tzdata2008b.
5060         * timezone/backward: Likewise.
5061         * timezone/europe: Likewise.
5062         * timezone/northamerica: Likewise.
5063         * timezone/southamerica: Likewise.
5064         * timezone/iso3166.tab: Likewise.
5065         * timezone/leapseconds: Likewise.
5066         * timezone/zone.tab: Likewise.
5067         * timezone/private.h: Update from tzcode2008a.
5068         * timezone/zdump.c: Likewise.
5069         * timezone/zic.c: Likewise.
5071 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
5073         [BZ #5741]
5074         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
5075         Define additonal Data Cache Block instruction macros.
5076         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
5077         Replace dcbst with dcbf and sync with sync/isync.
5079 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
5081         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
5082         Always set ELF_RTYPE_CLASS_PLT.
5083         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
5085 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
5087         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
5088         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
5089         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
5090         For ISA 2.01 and later replace mftb with mfspr 268.
5092 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
5094         [BZ #5768]
5095         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
5096         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
5098 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
5100         [BZ #5768]
5101         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
5102         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
5103         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
5104         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
5106 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
5108         * stdlib/tst-makecontext.c (othervar): New variable.
5109         (cf): Test sign extending the argument to long.
5111 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
5113         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
5114         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
5115         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
5116         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
5117         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
5118         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
5119         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
5121 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
5123         * elf/Makefile (tests): Substitute tests-vis-yes here.
5124         (tests-vis-yes): Delete.
5125         (modules-name, modules-vis-yes): Similarly.
5127 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
5129         [BZ #4407]
5130         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
5131         Preserve sign in signgamp when x is zero.
5133 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
5135         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
5136         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
5137         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
5138         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
5139         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
5140         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
5142 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
5144         [BZ #4314]
5145         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
5146         buffers.
5148         [BZ #5209]
5149         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
5150         a reserved error value.
5152         * stdlib/tst-makecontext.c: Change parameter to cf to negative
5153         value to check for correct sign extension.
5155         [BZ #5436]
5156         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
5157         Copy 64-bit parameter values even though this is not required in
5158         the standard.
5160         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
5161         PC save.
5163 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
5165         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
5166         PC save.
5168 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
5170         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
5172 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
5174         [BZ #5998]
5175         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
5176         in line-buffered stream failed.
5177         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
5179 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
5181         [BZ #6024]
5182         * scripts/abi-versions.awk: If the version specified by
5183         --enable-oldest-abi is older than the first version for this
5184         architecture, use the default version.
5186         * locale/programs/ld-collate.c (collate_read): Ignore script lines
5187         as well when ignoring the whole category.
5189 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
5191         [BZ #6042]
5192         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
5193         ETHERTYPE_* definitions.
5194         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
5196 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
5198         * stdlib/mbtowc.c (__no_r_state): Remove.
5199         (mbtowc): New static state variable.  Use it instead of
5200         __no_r_state.
5201         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
5202         (__wctomb_state): New hidden variable.
5203         (wctomb): Use __wctomb_state instead of __no_r_state.
5204         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
5205         (__wctomb_state): New extern decl.
5206         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
5208 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
5210         [BZ #5475]
5211         * resolv/res_init.c: Handle scope IDs in resolv.conf.
5213 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
5215         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
5217 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
5219         * po/nl.po: Update from translation team.
5221 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
5223         [BZ #6007]
5224         * string/strfry.c: Handle empty strings again.
5226 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
5228         [BZ #5443]
5229         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
5230         before looking for translation.
5231         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
5232         * locale/freelocale.c: Likewise.
5233         * locale/newlocale.c: Likewise.
5234         * locale/setlocale.c: Likewise.
5235         Based partially on a patch by ryo@np.css.fujitsu.com.
5237 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
5239         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
5240         acquiring wrlock.  Do conv_tab allocation while holding lock.
5241         * intl/Makefile: Add rules to build and run tst-gettext6.
5242         * intl/tst-gettext6.c: New test.
5243         * intl/tst-gettext6.sh: New file.
5245 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
5247         * po/nl.po: Update from translation team.
5249         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
5250         provided through st_blksize, try the default size before giving up.
5252 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
5254         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
5256         [BZ #5939]
5257         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
5259         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
5260         error message.  POSIX today does not require the messages to be in
5261         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
5263         [BZ #5979]
5264         * sunrpc/auth_unix.c: Unify printed strings.
5265         * sunrpc/clnt_tcp.c: Likewise.
5266         * sunrpc/clnt_udp.c: Likewise.
5267         * sunrpc/clnt_unix.c: Likewise.
5268         * sunrpc/svc_tcp.c: Likewise.
5269         * sunrpc/svc_udp.c: Likewise.
5270         * sunrpc/svc_unix.c: Likewise.
5271         * sunrpc/xdr.c: Likewise.
5272         * sunrpc/xdr_array.c: Likewise.
5273         * sunrpc/xdr_rec.c: Likewise.
5274         * sunrpc/xdr_ref.c: Likewise.
5275         * locale/programs/ld-time.c (time_finish): Unify messages.
5276         * locale/programs/locfile.c (handle_copy): Fix typo.
5277         * nscd/nscd.c (options): Fix typo.
5279         [BZ #5995]
5280         * stdlib/strtod_l.c: Use correct sign for result in one more
5281         underflow case.
5282         Patch by Eric Blake <ebb9@byu.net>.
5284 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
5286         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
5287         and creat system calls.
5288         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
5289         call.
5290         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
5291         system calls.
5292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
5293         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5294         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5296 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
5298         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
5299         <linux/limits.h> has defined it.
5300         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
5301         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
5302         headers.
5303         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
5304         it instead of ARG_MAX.
5306 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
5308         * posix/gai.conf: Fix comment for scope nullbits.
5309         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
5310         default to 128 bits for v4 mapped addresses.
5312 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5314         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
5315         ptrace call to get the ieee_instruction_pointer from the kernel.
5316         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
5317         ptrace call to set the ieee_instructtion_pointer.
5318         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
5319         Add comment that ieee_instruction_pointer is always 0.
5321 2008-03-09  Andreas Jaeger  <aj@suse.de>
5323         [BZ #5857]
5324         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
5325         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
5326         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
5328         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
5329         (rint_test): Likewise.
5331 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
5333         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
5334         call.
5335         (__nisfind_server): Similar for open readColdStartFile call.
5336         Patch partially by Jim Meyering.
5337         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
5338         around internal_setent call.
5340         * po/vi.po: New Vietnamese translation.
5342         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
5343         ADJ_OFFSET_SS_READ.
5345         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
5346         remove CLONE_STOPPED.
5348 2008-02-10  Jim Meyering  <meyering@redhat.com>
5350         Remove useless "if" before "free":
5351         * elf/ldconfig.c (parse_conf_include): Likewise.
5352         * gmon/gmon.c (weak_alias): Likewise.
5353         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
5354         * inet/rcmd.c (__validuser2_sa): Likewise.
5355         * intl/bindtextdom.c (set_binding_values): Likewise.
5356         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
5357         * libio/genops.c (save_for_backup): Likewise.
5358         * libio/wgenops.c (save_for_wbackup): Likewise.
5359         * locale/programs/ld-collate.c (collate_read): Likewise.
5360         * locale/programs/linereader.c (get_string): Likewise.
5361         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
5362         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
5363         * resolv/res_debug.c (do_section): Likewise.
5364         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
5365         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
5366         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
5367         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
5368         * time/tzset.c (tzset_internal): Likewise.
5370 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
5372         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
5373         of ASSEMBLER.
5375 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
5377         [BZ #5903]
5378         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
5379         not stream for output file.  Open output file here.
5380         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
5381         and output file name.
5382         (process_fd): Likewise.
5383         (process_file): Likewise.
5384         (main): Adjust callers of changed functions.
5385         * iconv/iconv_prog.h: Adjust prototype.
5387 2008-03-09  Andreas Jaeger  <aj@suse.de>
5389         [BZ #5753]
5390         * sysdeps/ia64/ieee754.h: Use protected namespace
5391         __BIG_ENDIAN/__LITTLE_ENDIAN.
5392         * sysdeps/ieee754/ieee754.h: Likewise.
5393         Patch by Aurelien Jarno <aurelien@aurel32.net>.
5395 2008-03-08  Roland McGrath  <roland@frob.com>
5397         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
5398         ignore a signal that came from a machine exception, treat it as a
5399         fatal core-dump signal instead.
5400         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5402         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
5403         Clear DF bit in thread state's eflags.
5404         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5406 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
5408         [BZ #5774]
5409         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
5410         of NAN(...) sequence.
5411         * stdlib/Makefile (tests): Add tst-strtod6.
5412         * stdlib/tst-strtod6.c: New file.
5414         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
5416         [BZ #5762]
5417         * posix/getopt.c (_getopt_internal_r): Clarify error message by
5418         putting offending option character in quotes.  Clean up error
5419         messages.
5420         * po/be.po: Adjust msgstr in translation file.
5421         * po/bg.po: Likewise.
5422         * po/ca.po: Likewise.
5423         * po/cs.po: Likewise.
5424         * po/da.po: Likewise.
5425         * po/de.po: Likewise.
5426         * po/es.po: Likewise.
5427         * po/fr.po: Likewise.
5428         * po/hr.po: Likewise.
5429         * po/ko.po: Likewise.
5430         * po/nl.po: Likewise.
5431         * po/rw.po: Likewise.
5432         * po/sk.po: Likewise.
5433         * po/sv.po: Likewise.
5434         * po/tr.po: Likewise.
5435         * po/zh_CN.po: Likewise.
5436         * po/zh_TW.po: Likewise.
5438         [BZ #5760]
5439         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
5440         Patch by Roland Bless <roland@bless.de>.
5442         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
5443         .o file.
5444         * elf/Makefile (routines): Add dl-sysdep.
5445         (elide-routines.os): Likewise.
5447 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
5449         [BZ #5786]
5450         * elf/dl-sysdep.c: Undefine ROUND after use.
5451         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
5452         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
5453         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
5454         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
5455         to ...
5456         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
5457         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
5458         if necessary.
5459         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
5461         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
5462         _dl_tls_get_addr_soft element.
5463         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
5464         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
5465         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
5466         GLRO.
5467         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5468         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
5469         of internal_function.
5471         * stdlib/Makefile (aux): Add tens_in_limb.
5472         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
5473         * stdlib/tens_in_limb.c: ...here.  New file.
5475         [BZ #5778]
5476         * sysdeps/unix/sysv/linux/pathconf.h: Declare
5477         __statfs_chown_restricted.
5478         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
5479         for _PC_CHOWN_RESTRICTED.
5480         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
5481         Implement __statfs_chown_restricted.
5482         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
5483         _POSIX_CHOWN_RESTRICTED value to zero.
5484         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
5485         defined to zero.
5487         * sysdeps/x86_64/rtld-memset.c: New file.
5489 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
5491         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
5493         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
5494         Barcelona machine.  Make default fall through branch of
5495         __x86_64_preferred_memory_instruction check as the integer code path.
5497 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
5499         * sysdeps/x86_64/cacheinfo.c
5500         (__x86_64_preferred_memory_instruction): New variable.
5501         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
5503         * sysdeps/x86_64/memset.S: Rewrite.
5505 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
5507         * include/stdio.h (__asprintf_chk, __dprintf_chk,
5508         __obstack_printf_chk): New prototypes.
5509         (__vasprintf_chk, __vdprintf_chk,
5510         __obstack_vprintf_chk): Likewise.
5511         Add libc_hidden_proto.
5512         * libio/obprintf.c
5513         (_IO_obstack_jumps): No longer static, add attribute_hidden.
5514         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
5515         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5516         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
5517         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
5518         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5519         __obstack_vprintf_chk): New prototypes.
5520         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
5521         obstack_vprintf): New inlines.
5522         * debug/dprintf_chk.c: New file.
5523         * debug/vdprintf_chk.c: New file.
5524         * debug/asprintf_chk.c: New file.
5525         * debug/vasprintf_chk.c: New file.
5526         * debug/obprintf_chk.c: New file.
5527         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
5528         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
5529         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
5530         @@GLIBC_2.8.
5531         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
5532         vdprintf_chk and obprintf_chk, set CFLAGS for them.
5533         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
5534         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
5535         libc_hidden_proto.
5536         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
5537         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
5538         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
5539         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
5540         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
5541         @@GLIBC_2.8.
5542         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
5543         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
5544         obstack_vprintf_chk.
5545         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
5546         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
5547         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
5548         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
5549         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
5550         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
5552 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
5554         [BZ #5779]
5555         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
5556         Patch by Roy Marples <roy@marples.name>.
5558         [BZ #5736]
5559         * malloc/malloc.c: Fix typo in comment.
5561         [BZ #5627]
5562         * locale/iso-639.def: Add Shuswap.
5564 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
5566         [BZ #5790]
5567         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
5568         overwrite *h_errnop/*errnop values from getanswer_r in case of
5569         failure.
5571 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
5573         [BZ #5818]
5574         * nscd/connections.c (dbs): Add initializers for .suggested_module.
5575         (verify_persistent_db): Remove one unnecessary test and add a new one
5576         for bad configuration.
5577         (nscd_init): Improve error reported when persistent database cannot
5578         be reused.
5579         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
5580         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
5581         .suggested_module and .max_db_size and case config file says the
5582         values are zero.
5583         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
5585         [BZ #5854]
5586         * nis/ypclnt.c (yp_order): Fix handling of return value of
5587         do_ypcall_tr call.
5588         Patch by Jeff Moyer <jmoyer@redhat.com>.
5590         * po/fr.po: Update from translation team.
5592 2008-02-22  Andreas Jaeger  <aj@suse.de>,
5593             Carlos O'Donell <carlos@systemhalted.org>
5595         [BZ #5012]
5596         * FAQ.in: Describe why glibc needs to be compiled with
5597         optimization.
5599 2008-02-19  Roland McGrath  <roland@redhat.com>
5601         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
5603 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
5605         [BZ #5737]
5606         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
5607         __USE_MISC is defined.
5609 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
5611         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
5612         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
5613         sys/timerfd.h.
5614         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
5615         timerfd_gettime, timerfd_settime.
5616         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
5617         timerfd_gettime, timerfd_settime for GLIBC_2.8.
5619 2008-02-08  Roland McGrath  <roland@redhat.com>
5621         * elf/elf.h (NT_PPC_SPE): New macro.
5623 2008-02-06  Roland McGrath  <roland@redhat.com>
5625         * Makerules ($(common-objpfx)sysd-rules):
5626         Depend on $(sysdep-makeconfigs).
5628 2008-01-31  Roland McGrath  <roland@redhat.com>
5630         [BZ #5442]
5631         * configure.in: Use -print-file-name if it yields a directory,
5632         for each of include and include-fixed.
5633         * configure: Regenerated.
5635         * Makeconfig (sysd-rules-targets): New variable.
5636         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
5637         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
5639 2008-01-30  Roland McGrath  <roland@redhat.com>
5641         * manual/libc.texinfo: Update back-cover text.
5643         * elf/elf.h (NT_386_TLS): New macro.
5645 2008-01-29  Roland McGrath  <roland@redhat.com>
5647         * Makeconfig (sysd-rules-patterns): New variable.
5648         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
5649         (check-inhibit-asm): New canned sequence, replaces ...
5650         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
5651         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
5652         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
5653         (CFLAGS-rtld): Variable removed.
5655 2008-01-24  Roland McGrath  <roland@redhat.com>
5657         * configure.in: Let configure fragments set base_os.
5658         * configure: Regenerated.
5660 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
5662         * po/ko.po: Update from translation team.
5664 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
5666         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
5668 2008-01-12  Andreas Jaeger  <aj@suse.de>
5670         [BZ #5040]
5671         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
5672         Add EPOLLRDHUP.
5674 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5676         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
5677         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
5678         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
5680 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
5682         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
5683         * elf/dl-close.c (_dl_close): Check for it.
5684         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
5685         (_dl_allocate_static_tls): Likewise.
5686         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
5687         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
5688         to it.
5689         * elf/tst-tls16.c: New file.
5690         * elf/tst-tlsmod16a.c: New file.
5691         * elf/tst-tlsmod16b.c: New file.
5692         * elf/Makefile: Add rules to build and run tst-tls16.
5694 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
5696         [BZ #5628]
5697         * bits/shm.h: Fix comment describing shmid_ds.
5698         * sysdeps/gnu/bits/shm.h: Likewise.
5699         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
5700         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
5701         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
5702         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
5703         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
5704         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
5705         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
5706         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
5707         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
5709         [BZ #5607]
5710         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
5711         prototypes.
5712         * conform/data/limits.h-data: Adjust limits changed in v6 and add
5713         additional suffixes.
5714         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
5715         Add optional functions mq_timedreceive and mq_timedsend.
5716         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
5717         * conform/data/pthread.h-data: Fix prototype of
5718         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
5719         * conform/data/semaphore.h-data: Allow time.h definitions.
5720         * conform/data/signal.h-data: Likewise.
5721         * conform/data/stdio.h-data: getw and putw are not required in v6.
5722         * conform/data/stdlib.h-data: Change setstate prototype.
5723         * conform/data/string.h-data: Fix strerror_r prototype.
5724         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
5725         * conform/data/unistd.h-data: pthread_atfork not required in v6.
5726         Fix readlink prototype.
5727         * conform/data/netinet/in.h-data: Add const to in6addr_any and
5728         in6addr_loopback.
5729         * inet/netinet/in.h: Cleanup namespace.
5730         * posix/regex.h: Likewise.
5731         * resolv/netdb.h: Likewise.
5732         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
5733         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
5734         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
5735         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
5736         of names of in in6_addr.
5737         (default_precedence): Likewise.
5738         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
5739         NULL definition.
5741 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
5743         * conform/data/fmtmsg.h-data: Add missing allows.
5744         * conform/data/ftw.h-data: Likewise.
5745         * conform/data/inttypes.h-data: Likewise.
5746         * conform/data/math.h-data: Likewise.
5747         * conform/data/signal.h-data: Likewise.
5748         * conform/data/net/if.h-data: Likewise.
5749         * conform/data/netinet/in.h-data: Likewise.
5750         * conform/data/sys/socket.h-data: Likewise.
5752         [BZ #5614]
5753         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
5754         (__strtok_r): Simplify.
5755         * string/tester.c (test_strtok_r): Add test case for futile search
5756         with single-character seach string.
5758 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
5760         * po/ko.po: Update from translation team.
5762 2008-01-11  Andreas Jaeger  <aj@suse.de>
5764         [BZ #5600]
5765         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
5766         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
5767         kernel header.
5769 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
5771         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
5772         native interface lookup in all the relevant places.
5774 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
5775             Ulrich Drepper  <drepper@redhat.com>
5777         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
5778         field.  Use sockaddr_in6 for source_addr.
5779         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
5780         (match_prefix): Likewise.
5781         (get_label): Likewise.
5782         (get_precedence): Likewise.
5783         (rfc3484_sort): Change to use indirect access to results array.
5784         Adjust to use of sockaddr_in6.  Replace service_order test with
5785         simple index comparison.
5786         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
5787         service_order field.  Adjust qsort_t calls.  Access sorted result
5788         array indirectly through order array.
5789         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
5790         * posix/tst-rfc3484-2.c: Likewise.
5791         * posix/tst-rfc3484-3.c: Likewise.
5793 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
5795         [BZ #5541]
5796         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
5797         pollfd structures.
5798         Patch by André Cruz.
5800         [BZ #5545]
5801         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
5802         (clnt_spcreateerror): Likewise.
5804         [BZ #5553]
5805         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
5806         (public_mEMALIGn): Likewise.
5807         Patch mostly by Daniel Jacobowitz.
5809 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
5811         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
5812         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
5813         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
5814         * stdlib/tst-makecontext2.c: New test.
5816 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
5818         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
5819         defined.
5820         (REINIT_PARAMS): Likewise.  Undefine before end of file.
5821         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
5822         transliteration hooks and REINIT_PARAMS afterwards.
5823         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
5824         status.
5825         (REINIT_PARAMS): Define.
5826         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
5827         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
5828         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
5829         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
5830         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
5831         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
5832         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
5833         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
5834         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
5835         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
5836         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
5837         * iconvdata/tst-iconv7.c: New test.
5839 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
5841         * libio/stdio.h (vscanf): Fix definition for loser compilers.
5843 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
5845         [BZ #5112]
5846         * nscd/connections.c (restart): Fix condition.
5848 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
5850         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
5851         __ctype_toupper_loc): Add __THROW.
5853 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
5855         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
5856         recognition of interface family.
5858         * posix/getconf.c: Update copyright year.
5859         * nss/getent.c: Likewise.
5860         * iconv/iconvconfig.c: Likewise.
5861         * iconv/iconv_prog.c: Likewise.
5862         * elf/ldconfig.c: Likewise.
5863         * catgets/gencat.c: Likewise.
5864         * csu/version.c: Likewise.
5865         * elf/ldd.bash.in: Likewise.
5866         * elf/sprof.c (print_version): Likewise.
5867         * locale/programs/locale.c: Likewise.
5868         * locale/programs/localedef.c: Likewise.
5869         * nscd/nscd.c (print_version): Likewise.
5870         * debug/xtrace.sh: Likewise.
5871         * malloc/memusage.sh: Likewise.
5872         * malloc/mtrace.pl: Likewise.
5873         * debug/catchsegv.sh: Likewise.
5875 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
5877         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
5878         second lookup.
5880 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
5882         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
5883         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5885 2007-12-17  Roland McGrath  <roland@redhat.com>
5887         * inet/ether_line.c (ether_line): Remove unused variable.
5889 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5891         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
5892         and winp.
5893         * login/openpty.c (openpty): Likewise.
5894         * login/pty.h (openpty, forkpty): Likewise.
5895         * manual/terminal.texi (openpty, forkpty): Likewise.
5897 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
5899         * malloc/malloc.c (public_cALLOc): For arenas other than
5900         main_arena, count all bytes inside the mprotect_size range of the
5901         heap as uninitialized.
5903 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
5905         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
5906         executable stacks.
5908         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
5909         mTRIm for all of them.
5910         (mTRIm): Additionally iterate over all free blocks and use madvise
5911         to free memory for all those blocks which contain at least one
5912         memory page.
5913         * malloc/tst-trim1.c: New file.
5914         * malloc/Makefile (tests): Add tst-trim1.
5916         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
5918 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
5920         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
5921         First cast argument to long
5922         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
5923         Return long.
5924         (__vdso_clock_gettime): Likewise.
5925         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
5926         return long.
5928 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
5930         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
5931         * locale/nl_langinfo_l.c: Real implementation, copied from
5932         nl_langinfo.c.
5933         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
5935 2007-12-01  Jim Meyering  <meyering@redhat.com>
5937         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
5938         that would inhibit utf8-optimization of a regexp containing line-
5939         or buffer-anchors, e.g., `^', `$'.
5941 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
5943         * time/bug-getdate1.c (do_test): Don't use century values which
5944         aren't valid on 32-bit systems.
5946 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
5948         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
5949         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
5950         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
5951         __strcat_g, __strncat_g): Add __asm__.
5953 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
5955         [BZ #5477]
5956         * io/fchmodat.c: Fix typo in stub_warning use.
5957         Patch by Petr Salinger.
5959 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
5961         * iconvdata/hp-thai8.c: New file.
5962         * iconvdata/Makefile: Add rules for hp-thai8.c.
5963         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
5964         * iconvdata/gconv-modules: Likewise.
5966         [BZ #5464]
5967         * iconvdata/hp-greek8.c: New file.
5968         * iconvdata/Makefile: Add rules for hp-greek8.c.
5969         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
5970         * iconvdata/gconv-modules: Likewise.
5972         [BZ #5463]
5973         * iconvdata/hp-turkish8.c: New file.
5974         * iconvdata/Makefile: Add rules for hp-turkish8.c.
5975         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
5976         * iconvdata/gconv-modules: Likewise.
5978         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
5979         (shrink_heap): ... this new function.
5980         (heap_trim): Call shrink_heap instead of grow_heap.
5982         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
5983         case don't call alloc_perturb.
5985 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
5987         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
5988         possible.
5989         * sysdeps/unix/sysv/linux/kernel-features.h
5990         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
5991         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
5993 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
5995         [BZ #5424]
5996         * stdio-common/vfprintf.c: Do not overflow when adding to done.
5997         * stdio-common/Makefile (tests): Add bug22.
5998         * stdio-common/bug22.c: New file.
6000         [BZ #5451]
6001         * time/getdate.c: Fix filling in default values.
6002         * time/bug-getdate1.c: New file.
6003         * time/Makefile: Add rules to build and run bug-getdate1.
6005         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
6006         * iconvdata/ebcdic-es.c: Likewise.
6007         * iconvdata/ebcdic-es-a.c: Likewise.
6008         * iconvdata/ebcdic-uk.c: Likewise.
6009         * iconvdata/iso8859-16.c: Likewise.
6010         * iconvdata/viscii.c: Likewise.
6011         * iconvdata/iso8859-9e.c: Likewise.
6012         * iconvdata/Makefile: Adjust appropriately.
6014         [BZ #5428]
6015         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
6016         __need_wint_t.
6018 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6020         [BZ #5427]
6021         * iconvdata/hp-roman9.c: New file.
6022         * iconvdata/Makefile: Add rules for hp-roman9.c.
6023         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
6024         * iconvdata/gconv-modules: Likewise.
6026         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
6027         * iconvdata/Makefile: Adjust appropriately.
6029         [BZ #5441]
6030         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
6031         structure, it's allocated with alloca.
6032         * stdio-common/Makefile (tests): Add bug21.
6033         * stdio-common/bug21.c: New file.
6035 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
6037         [BZ #5452]
6038         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
6039         keyword for gcc's braced-groups.
6041 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6043         [BZ #5454]
6044         * inet/ether_line.c: Strip hostname of whitespaces.
6045         * inet/Makefile (tests): Add tst-ether_line.
6046         * inet/tst-ether_line.c: New file.
6048 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
6050         [BZ #5439]
6051         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
6053         [BZ #5435]
6054         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
6056         * stdlib/tst-setcontext.c: Catch the case where the links gets
6057         messed up and we do not reach main again.
6059         * po/ca.po: Update from translation team.
6061 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
6063         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
6064         * posix/regex.h (REG_ENOSYS): Likewise.
6065         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
6067 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
6069         * nscd/nscd.h (MAX_STACK_USE): Define.
6070         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
6071         (gc): Initialize stack_used based on allocation in prune_cache.
6072         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
6073         Clear array before use.
6075         * nscd/aicache.c (addhstaiX): Update statistics counter in case
6076         memory allocation failed.
6077         * nscd/hstcache.c (cache_addhst): Likewise.
6078         * nscd/grpcache.c (cache_addgr): Likewise.
6079         * nscd/servicescache.c (cache_addserv): Likewise.
6080         * nscd/pwdcache.c (cache_addpw): Likewise.
6081         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6083 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
6085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
6086         and creat system calls.
6088         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
6090 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6092         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
6093         Add netiucv/iucv.h.
6094         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
6095         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
6096         protocol.
6097         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
6098         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
6099         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
6101 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6103         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
6104         strncat): Define as macros to avoid compile errors.
6106         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
6107         creat entries.
6109 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
6111         [BZ #5382]
6112         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
6113         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
6114         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
6115         overflow it.
6116         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6118         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
6119         Return zero in case the thread library is not NPTL.
6121         [BZ #5375]
6122         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
6123         initializing interface list.
6125         [BZ #5378]
6126         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
6127         use result of nss_getgrgid_r if nothing was found.  For other
6128         error return with a failure.
6129         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6131         * locale/programs/ld-collate.c (collate_read): Fix loop to match
6132         macro name.
6134 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6136         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
6137         (get_scope): For IPv4 scope, use scopes table.
6138         (fini): Free scopes table if necessary.
6139         (free_scopelist): New function.
6140         (scopecmp): New function.
6141         (gaiconf_init): Also handle scopev4 entries.
6142         * posix/tst-rfc3484.c (do_test): Initialize scopes.
6143         * posix/tst-rfc3484-2.c (do_test): Likewise.
6144         * posix/gai.conf: Document scopev4 defaults.
6145         * posix/Makefile (tests): Add tst-rfc3484-3.
6146         * posix/tst-rfc3484-3.c: New file.
6148         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
6149         Teredo tunnels.
6150         * posix/gai.conf: Update for current default tables.
6152 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6154         * po/tr.po: Update from translation team.
6156 2007-11-18  Roland McGrath  <roland@frob.com>
6158         * manual/arith.texi (Remainder Functions): Spelling fix.
6159         From Shaun Silk <genix@mysoul.com.au>.
6161         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
6163 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
6165         * po/zh_CN.po: Update from translation team.
6167         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
6168         Add sys/signalfd.h and sys/eventfd.h.
6170 2007-11-15  Bruno Haible  <bruno@clisp.org>
6172         [BZ #5346]
6173         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
6174         union.
6175         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
6176         (DCIGETTEXT): Change the allocation of the 'search' variable so that
6177         it needs only fixed stack space. Delay the initialization of
6178         msgid_len until it is needed.
6180 2007-11-15  Andreas Jaeger  <aj@suse.de>
6182         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
6183         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
6185 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
6187         * po/ko.po: Update from translation team.
6189 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
6191         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
6192         significantly.  The device type is also part of the ifinfomsg data.
6194         * po/sv.po: Update from translation team.
6195         * po/nl.po: Likewise.
6197         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
6198         to wake up in 24 hours.
6200         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
6202 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
6204         * po/cs.po: Update from translation team.
6205         * po/pl.po: Likewise.
6207         * include/ifaddrs.h: Remove in6ai_temporary.
6208         (struct in6addrinfo): Add index element.
6209         Declare __check_native.
6210         * inet/Makefile (aux): Add check_native.
6211         * sysdeps/unix/sysv/linux/check_native.c: New file.
6212         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
6213         IFA_F_TEMPORARY.  Pass back ifa_index.
6214         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
6215         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
6216         call __check_native if necessary.
6217         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
6218         to sort addresses.  Pass information about the results.
6219         * posix/tst-rfc3484.c: Adjust for addition of index field and change
6220         of rfc3484_sort interface.
6221         * posix/tst-rfc3484-2.c: Likewise.
6223         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
6224         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
6225         for _quicksort.
6226         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
6227         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
6228         on as third parameter to compare function and _quicksort.
6229         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
6230         to the compare function.
6231         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
6232         * Versions.def: Add GLIBC_2.8 for libc.
6234         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
6235         * posix/tst-rfc3484-2.c: Likewise.
6237         * include/kernel-features.h: Moved to...
6238         * sysdeps/mach/hurd/kernel-features.h: ...here.
6240 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
6242         * sysdeps/i386/i586/memcpy_chk.S: New file.
6243         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
6244         * sysdeps/i386/i586/memset_chk.S: Likewise.
6246 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
6248         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
6249         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
6250         list of interfaces.  Also store prefix length.
6251         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
6252         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
6253         prefix if source and destination address are in the same subnet.
6254         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
6255         Always look for matching record in in6ai list.
6256         Correct source_addr_len value for IPv6->IPv4 converted records.
6258 2007-11-11  Roland McGrath  <roland@frob.com>
6260         * include/kernel-features.h: New file.
6262 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
6264         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
6265         complications for 64-bit platforms.
6267         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
6268         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
6269         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
6270         open64_2.
6271         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
6272         entries.
6273         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6274         * sysdeps/wordsize-64/alphasort.c: New file.
6275         * sysdeps/wordsize-64/alphasort64.c: New file.
6276         * sysdeps/wordsize-64/fseeko.c: New file.
6277         * sysdeps/wordsize-64/fseeko64.c: New file.
6278         * sysdeps/wordsize-64/ftello.c: New file.
6279         * sysdeps/wordsize-64/ftello64.c: New file.
6280         * sysdeps/wordsize-64/ftw.c: New file.
6281         * sysdeps/wordsize-64/ftw64.c: New file.
6282         * sysdeps/wordsize-64/iofgetpos.c: New file.
6283         * sysdeps/wordsize-64/iofgetpos64.c: New file.
6284         * sysdeps/wordsize-64/iofopen.c: New file.
6285         * sysdeps/wordsize-64/iofopen64.c: New file.
6286         * sysdeps/wordsize-64/iofsetpos.c: New file.
6287         * sysdeps/wordsize-64/iofsetpos64.c: New file.
6288         * sysdeps/wordsize-64/lockf.c: New file.
6289         * sysdeps/wordsize-64/lockf64.c: New file.
6290         * sysdeps/wordsize-64/mkostemp.c: New file.
6291         * sysdeps/wordsize-64/mkostemp64.c: New file.
6292         * sysdeps/wordsize-64/mkstemp.c: New file.
6293         * sysdeps/wordsize-64/mkstemp64.c: New file.
6294         * sysdeps/wordsize-64/scandir.c: New file.
6295         * sysdeps/wordsize-64/scandir64.c: New file.
6296         * sysdeps/wordsize-64/tmpfile.c: New file.
6297         * sysdeps/wordsize-64/tmpfile64.c: New file.
6298         * sysdeps/wordsize-64/versionsort.c: New file.
6299         * sysdeps/wordsize-64/versionsort64.c: New file.
6300         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
6301         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
6302         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
6303         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
6304         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
6305         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
6306         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
6307         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
6308         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
6309         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
6310         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
6311         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
6313         * crypt/sha256-crypt.c: Fix a comment.
6314         * crypt/sha512-crypt.c: Likewise.
6316 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
6318         * sysdeps/x86_64/memset.S: Add sfence after movnti.
6320 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
6322         [BZ #5277]
6323         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
6324         because output buffer is too small break, don't loop.
6325         * iconvdata/Makefile (tests): Add bug-iconv6.
6326         * iconvdata/bug-iconv6.c: New file.
6328 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
6330         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
6331         with size_t type.
6332         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
6333         size_t.  Add casts where needed.
6335         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
6336         old headers, don't call avc_has_perm if we don't have the
6337         permission information.
6339 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
6341         * elf/rtld.c (dl_main): Use the page size to find the map start.
6343 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
6345         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
6346         Patch by Szymon Siwek <sls@poczta.wp.pl>.
6348         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
6349         when the lookup call failed.
6351         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
6352         Add prune_cond and wakeup_time.
6353         (CACHE_PRUNE_INTERNAL): Define.
6354         Update declarations of prune_cache and setup_thread.
6355         * nscd/connections.c (dbs): Update initializers.
6356         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
6357         (nscd_init): Default number of threads is now 4.
6358         (invalidate_cache): Take lock before calling prune_cache.
6359         (handle_request): If SELinux forbids the request, say so.
6360         (readylist_cond): Use static initializer.
6361         (nscd_run_prune): New function.  Used only by pruning threads.
6362         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
6363         here.
6364         (fd_ready): Update nscd_run reference.
6365         (start_threads): No need to initialize readylist_cond.
6366         Start pruning threads separately.
6367         * nscd/nscd_setup_thread.c: Change return value type to int and always
6368         return 0.
6369         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
6370         to int and return nonzero value if we can use the TID address hack.
6371         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
6372         the database is later than the new entry's timeout, update the
6373         wakeup time and wake the cleanup thread.
6374         (prune_cache): Return seconds the next entry in the database is still
6375         valid.  Remove locking for pruning here.
6376         * nscd/nscd.conf: Document default number of threads.
6378 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
6380         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
6381         stack is properly aligned for the target function.
6382         Correct unwind info.
6384         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
6385         when using auditing libraries.
6387 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
6389         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
6390         _nss_dns_getnetbyaddr2_r.
6391         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
6392         extra parameter to getanswer_r.
6393         (_nss_dns_getnetbyaddr_r): Now a wrapper around
6394         _nss_dns_getnetbyaddr2_r.
6396         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
6397         gethstbynm3_r.
6398         * nscd/gethstbynm2_r.c: Remove.
6399         * nscd/gethstbynm3_r.c: New file.
6400         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
6401         __gethostbyaddr_r.
6402         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
6403         __gethostbyaddr_r compatibility wrapper.
6404         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
6405         determining timeout of entry.
6406         (lookup): Take new parameter and pass it to __gethostbyname3_r and
6407         __gethostbyaddr2_r.
6408         (addhstbyX): Pass reference to variable for TTL to lookup and
6409         cache_addhst.
6410         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
6411         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
6412         and __nss_next2.  Remove __nss_services_lookup.
6413         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
6414         Add compat wrapper.
6415         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
6416         __nss_next2.
6417         * nss/getXXent_r.c: Likewise.
6418         * nss/getnssent_r.c: Likewise.
6419         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
6420         does not exist in module, try the optional second name.
6421         (__nss_next2): New function.
6422         (__nss_next): Now wrapper around __nss_next2.
6423         * nss/nsswitch.h: Adjust __nss_lookup prototype.
6424         Declare __nss_next2.
6425         Adjust definition of db_lookup_function type.
6426         * nss/service-lookup.c: Define NO_COMPAT.
6427         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
6428         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
6429         * inet/ether_ntoh.c: Likewise.
6430         * sunrpc/netname.c: Likewise.
6431         * sunrpc/publickey.c: Likewise.
6432         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
6433         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
6434         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
6435         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
6436         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
6438         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
6440         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
6442 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
6444         [BZ #5204]
6445         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
6446         * crypt/sha512c-test.c: Likewise.
6448         [BZ #5225]
6449         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
6450         to keep track of end of %[ format string element.
6451         * stdio-common/Makefile (tests): Add bug20.
6452         * stdio-common/bug20.c: New file.
6454         [BZ #5222]
6455         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
6456         path elements in counting mode.
6458 2007-10-27  Andreas Jaeger  <aj@suse.de>
6460         [BZ #5040]
6461         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
6463         [BZ #3112]
6464         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
6465         (__cleanup): Free shared library when exiting.
6466         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
6467         (__cleanup): Free shared library when exiting.
6469 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
6471         [BZ #2549]
6472         * math/libm-test.inc (check_float_internal): Support
6473         denormalized return.
6475 2007-10-23  Andreas Jaeger  <aj@suse.de>
6477         [BZ #5208]
6478         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
6479         __LONG_LONG_PAIR to handle little endian byte order.
6480         Suggested by abhishekrai@google.com
6482 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
6484         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
6486 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
6488         * nscd/cache.c (prune_cache): Move test for modified file outside
6489         of locking.
6491 2007-10-21  Andreas Jaeger  <aj@suse.de>
6493         * manual/texinfo.tex: Update to latest version.
6495         * manual/sysinfo.texi (System Parameters): Fix Formatting.
6497         * manual/arith.texi (Status bit operations): Fix formatting.
6499         * manual/errno.texi (Error Messages): Fix formatting.
6501         * manual/sysinfo.texi (System Parameters): Fix formatting.
6503         * manual/libc.texinfo: Update VERSION and UPDATED.
6505 2007-10-19  Roland McGrath  <roland@redhat.com>
6507         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
6509 2007-10-06  David S. Miller  <davem@davemloft.net>
6511         * configure.in: Add sparcv9v2 and sparc64v2.
6512         * scripts/config.sub: Likewise.
6513         * configure: Regenerate.
6514         * elf/elf.h (HWCAP_SPARC_N2): New.
6515         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
6516         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
6517         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
6518         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
6519         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
6520         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
6521         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
6523 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
6525         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
6526         even if the poll result indicates there is data to read.
6527         Patch by Jeff Moyer <jmoyer@redhat.com>.
6529 2007-10-18  Roland McGrath  <roland@redhat.com>
6531         * elf/elf.h (NT_PPC_VMX): New macro.
6533 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6535         * version.h (VERSION): Set to 2.7.90.
6537 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
6539         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
6540         weak_alias.
6542 2007-10-17  Roland McGrath  <roland@frob.com>
6544         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
6545         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
6547 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6549         * version.h (VERSION): Bump to 2.7.
6550         * include/features.h (__GLIBC_MINOR__): Bump to 7.
6552         [BZ #5186]
6553         * time/tzset.c (__tz_convert): Don't force testing for a change of
6554         TZ if not called from localtime.  But then also see whether the
6555         file changed, in case __use_tzfile is set.
6557         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
6558         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6559         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6560         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6561         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6562         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
6563         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
6564         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
6566 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
6568         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
6569         and admin selects to be able to replace the gai.conf file, lock
6570         data structures around the qsort call.
6572 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6574         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
6575         new memset.
6576         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
6577         too high for the improvements.  Implement bzero unconditionally for
6578         use in libc.
6580 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6581             Jakub Jelinek  <jakub@redhat.com>
6583         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
6584         even when time_t is 32-bit.
6585         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
6586         timezone data read by __tzfile_default.  Ensure __tzname[0] is
6587         always set after the search.
6589 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
6591         * time/tzfile.c (__tzfile_read): Help the compiler recognize
6592         unreachable code on 32-bit machines.
6594 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6596         [BZ #5184]
6597         * time/strftime_l.c: Include stdbool.h.
6598         (my_strftime): New wrapper, old function renamed to...
6599         (__strftime_internal): ... new function.  Add tzset_called
6600         argument, pass it down to recursive calls, don't call tzset ()
6601         if already true, set to true after call to tzset ().
6603 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
6605         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
6606         into account when copying TZ string.
6608 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6610         * time/tzfile.c (__tzfile_compute): For use_last case set i to
6611         num_transition rather than num_transitions - 1.
6613 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6615         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
6616         PIC indirect jump.
6618         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
6619         a local label rather than HIDDEN_JUMPTARGET.
6621 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
6623         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
6624         (init_cacheinfo): Initialize it.
6625         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
6626         Always define bzero.
6627         Remove non-glibc code.
6628         * sysdeps/x86_64/bzero.S: Make an empty file.
6630 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
6632         * sysdeps/x86_64/cacheinfo.c
6633         (__x86_64_preferred_memory_instruction): New.
6634         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
6636         * sysdeps/x86_64/memset.S: Rewrite.
6638 2007-10-15  Roland McGrath  <roland@redhat.com>
6640         * po/libc.pot: Regenerated.
6642 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
6644         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
6645         pointers.
6647         [BZ #3425]
6648         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
6649         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
6650         address record to T_A/T_AAAA requests.
6652 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
6654         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
6656         * posix/glob.c: Add some branch prediction throughout.
6658         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
6659         read from nscd.
6661         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
6662         service_order.
6663         (rfc3484_sort): Make sure that even if qsort doesn't support
6664         stable sorting out sorting here is stable by comparing service_order.
6665         (getaddrinfo): Initialize service_order.
6666         * posix/tst-rfc3484.c (do_test): Adjust for addition of
6667         service_order field to sorting structure.
6668         * posix/tst-rfc3484-2.c (do_test): Likewise.
6670         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
6671         * time/tzset.c (tzset_internal): Break TZ string parsing out into
6672         __tzset_parse_tz and updating of daylight, timezone, tzname into
6673         update_vars.
6674         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
6675         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
6676         happens in __tz_compute.
6677         * time/tzfile.c (__tzfile_read): Also read TZ string.
6678         (find_transition): Fold into __tzfile_compute.
6679         (__tzfile_compute): For times beyond the last transition try to
6680         use the TZ string.
6681         * timezone/tst-timezone.c: Information in daylight and tzname does
6682         change for Asia/Tokyo timezone with more concrete information.
6683         Remove the test.
6685         * include/stdio.h: Add libc_hidden_proto for ftello.
6686         * libio/ftello.c: Add libc_hidden_def.
6688         [BZ #1140]
6689         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
6690         on the specified time and not the last entries in the file.  Move
6691         code to determine tzname[] to...
6692         (find_transition): ...here.  Add ugly guess for times before the
6693         first transition.
6695 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
6697         [BZ #3195]
6698         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
6699         no entry.
6700         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
6701         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
6702         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
6703         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
6705         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
6706         read mechanism when there are no group members and avoid no-op
6707         read syscall in this case.
6709         [BZ #3242]
6710         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
6711         (__readall): If reading failed due to EAGAIN error wait a bit
6712         and possibly try again.
6713         (__readvall): Likewise.
6715 2007-10-13  Bruno Haible  <bruno@clisp.org>
6717         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
6718         when we cannot recode the message.
6720 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
6722         [BZ #4359]
6723         * libio/__freading.c (__freading): Don't return true for
6724         write-only streams.  For read/write streams, check whether we
6725         performed a read operation already.
6726         * libio/Makefile (tests): Add tst-ext2.
6727         * libio/tst-ext2.c: New file.
6729 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
6731         * locale/programs/repertoire.c (repertoire_read): Always free
6732         memory for repertoire file name [Coverity CID 270].
6734         * elf/cache.c (save_aux_cache): Free memory allocated for
6735         temporary file name [Coverity CID 267].
6737 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
6739         * misc/Makefile (headers): Add bits/error.h.
6741 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
6743         * posix/fnmatch_loop.c: Take rule index returned as part of
6744         findidx return value into account when accessing weights.
6745         * posix/regcomp.c: Likewise.
6746         * posix/regexec.c: Likewise.
6748         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
6749         (skip_to): Fix problems with parameter of elifdef/elifndef.
6751 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
6753         * iconv/gconv_simple.c: Add some branch prediction.
6755 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
6757         * locale/programs/ld-collate.c (collate_read): If ignore_content
6758         and nowtok is tok_define, eat any tok_eol tokens.
6760 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
6762         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
6763         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
6765         * inet/netinet/in.h: Don't include bits/socket.h.
6766         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
6767         macro.
6768         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6770 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
6772         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
6773         and tok_elifndef.
6774         * locale/programs/locfile-kw.gperf: Likewise.
6775         * locale/programs/ld-collate.c: Implement primitive preprocessor.
6777 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
6779         * stdio-common/printf-parse.h: Include string.h and wchar.h.
6780         (__find_specwc): Change into __extern_always_inline function.
6781         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
6782         (__parse_one_specmb): Remove ps argument.
6783         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
6784         Adjust __find_specmb and __parse_one_specmb callers.
6785         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
6786         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
6787         Removed.
6788         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
6789         caller.
6791 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
6793         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
6794         with some Pentium Ds.
6796 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
6798         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
6799         __read not read.
6800         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
6801         __write not write.
6803 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
6805         [BZ #181]
6806         * locale/C-time.c: Set week_1stday data to 19971201.
6807         * locale/programs/ld-time.c (time_finish): Default for
6808         first_workday is Monday.
6810         [BZ #2633]
6811         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
6813         [BZ #5103]
6814         * posix/glob.c (glob): Recognize patterns starting \/.
6815         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
6816         (main): Add test for pattern starting \/.
6818         * misc/error.h: Use __const instead of const.
6819         * misc/bits/error.h: Likewise.
6821 2007-10-07  Andreas Jaeger  <aj@suse.de>
6823         * include/bits/error.h: New file.
6825         * misc/bits/error.h (error_at_line): Fix prototype.
6827 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
6829         [BZ #3924]
6830         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
6831         more little bugs in creating the stack frame when pltexit has to
6832         be called.
6834         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
6835         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
6837         [BZ #4407]
6838         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
6839         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
6840         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
6841         * math/libm-test.inc: Add test for this case.
6843         [BZ #5010]
6844         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
6845         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
6846         map service succeeded.
6847         (svc_is_mapped): New function.
6848         (svc_unregister): Use it before trying to unmap service.
6850 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
6852         * timezone/zic.c: Update from tzcode2007h.
6854         [BZ #5063]
6855         * timezone/africa: Update from tzdata2007h.
6856         * timezone/antarctica: Likewise.
6857         * timezone/asia: Likewise.
6858         * timezone/australasia: Likewise.
6859         * timezone/europe: Likewise.
6860         * timezone/leapseconds: Likewise.
6861         * timezone/northamerica: Likewise.
6862         * timezone/southamerica: Likewise.
6863         * timzeone/zone.tab: Likewise.
6865         [BZ #5104]
6866         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
6868         [BZ #5113]
6869         * string/bits/string2.h (__strdup): Cast parameters to calloc to
6870         avoid warning with -Wconversion.
6871         (__strndup): Likewise.
6872         Half the patch by Christian Iseli <christian.iseli@licr.org>.
6874         [BZ #5112]
6875         * nscd/connections.c (restart): Don't resync if database is
6876         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
6878         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
6879         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
6881         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
6882         evetnfd_read, eventfd_write.
6883         * sysdeps/unix/sysv/linux/eventfd.c: New file.
6884         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
6885         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
6886         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
6887         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
6888         eventfd_write for GLIBC_2.7.
6890         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
6891         * sysdeps/unix/sysv/linux/signalfd.c: New file.
6892         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
6893         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
6895 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
6897         * stdlib/msort.c: Include stdint.h.
6898         (struct msort_param): New type.
6899         (msort_with_tmp): Use struct msort_param pointer for unchanging
6900         parameters.  Add optimized handling for several common sizes
6901         and indirect sorting mode.
6902         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
6903         sorting.
6904         Suggested by Belazougui Djamel .
6906         * stdlib/Makefile (tests): Add tst-qsort2.
6907         * stdlib/tst-qsort2.c: New test.
6909 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
6911         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
6912         for dup2 in case another thread races with the current one.  Retry
6913         in this case.
6915         * misc/error.h: Remove support for use outside of libc.  We have to
6916         include <features.h> now.  Include <bits/error.h> if possible.
6917         * misc/bits/error.h: New file.
6919 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
6921         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
6922         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
6923         __extern_always_inline functions unconditionally, drop macros.
6925         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
6926         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
6927         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
6929         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
6930         add __artificial__ attribute.
6932 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
6934         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
6935         backward to forward direction.
6937         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
6939         [BZ #645]
6940         * locale/programs/ld-collate.c (collate_finish): Compare against last
6941         used section which is known to have rules defined.
6942         (collate_read): After order_start, correctly record order of sections
6943         and queue sections up.
6945 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
6947         [BZ #5071]
6948         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
6949         the same number of pages.
6950         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
6952         * locale/programs/ld-collate.c (collate_read): After initial copy
6953         statement, continue in state 0.
6955         * include/stdio_ext.h (__fsetlocking): Define as macro.
6957 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
6959         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
6960         of section order.
6962         * po/pt_BR.po: Fix typo.
6964 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
6966         * iconvdata/Makefile (modules): Add ISO8859-9E.
6967         (distribute): Add iso8859-9e.c.
6968         (gen-8bit-gap-modules): Add iso8859-9e.
6969         * iconvdata/iso8859-9e.c: New file.
6970         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
6971         * iconvdata/TESTS: Likewise.
6972         * iconvdata/tst-tables.sh: Likewise.
6974         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
6976         * locale/iso-639.def: Add several new entries.
6978 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
6980         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
6981         void * pointers instead of struct link_map **.
6982         (_dl_scope_free): Change argument type to void *.
6983         * include/link.h (struct link_map): Change type of l_reldeps
6984         to struct link_map_reldeps, move l_reldepsact into that
6985         struct too.
6986         * elf/dl-deps.c: Include atomic.h.
6987         (_dl_map_object_deps): Only change l->l_initfini when it is
6988         fully populated, use _dl_scope_free for freeing it.  Optimize
6989         removal of libs from reldeps by using l_reserved flag, when
6990         some removal is needed, allocate a new list instead of
6991         reallocating and free the old with _dl_scope_free.  Adjust
6992         for l_reldeps and l_reldepsact changes.
6993         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
6994         searching in l_initfini and l_reldeps without holding dl_load_lock.
6995         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
6996         l_reldepsact changes.
6997         * elf/dl-close.c (_dl_close_worker): Likewise.
6998         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
7000 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
7002         * iconvdata/Makefile (modules): Add KOI8-RU.
7003         (distribute): Add koi8-ru.c.
7004         (gen-8bit-gap-modules): Add koi8-ru.
7005         * iconvdata/koi8-ru.c: New file.
7006         * iconvdata/gconv-modules: Add entries for KOI8-RU.
7007         * iconvdata/TESTS: Likewise.
7008         * iconvdata/tst-tables.sh: Likewise.
7010         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7012 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
7014         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
7015         with __warning__/__error__ attributes.
7016         (__warnattr): Define.
7017         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
7018         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
7019         __warnattr.
7020         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
7021         of __*_chk if compile time detectable overflow is found.
7022         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
7023         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
7024         with __warnattr.
7025         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
7026         instead of __*_chk if compile time detectable overflow is found.
7027         (__gets_alias): Rename to...
7028         (__gets_warn): ... this.  Add __warnattr.
7029         (gets): Call __gets_warn instead of __gets_alias.
7030         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
7031         aliases with __warnattr.
7032         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
7033         time detectable overflow is found.
7034         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
7035         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
7036         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
7037         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
7038         __getdomainname_chk_warn): New aliases with __warnattr.
7039         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
7040         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
7041         __*_chk_warn instead of __*_chk if compile time detectable overflow
7042         is found.
7043         (__getgroups_chk): Rename argument to __listlen from listlen.
7044         (__getwd_alias): Rename to...
7045         (__getwd_warn): ... this.  Add __warnattr.
7046         (getwd): Call __getwd_warn instead of __getwd_alias.
7047         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
7048         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
7049         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
7050         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
7051         __wcsnrtombs_chk_warn): New aliases with __warnattr.
7052         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
7053         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
7054         compile time detectable overflow is found.
7055         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
7056         to use __*_chk or not.
7057         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
7058         in comparisons which function should be called and in __*_chk*
7059         arguments.  Call __*_chk_warn instead of __*_chk if compile time
7060         detectable overflow is found.
7061         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
7062         __*_chk argument.
7063         * debug/tst-chk1.c (do_test): Add a few more tests.
7065 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
7067         [BZ #5058]
7068         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
7069         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
7070         (_nl_unload_domain): Finalize conversions_lock.
7071         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
7072         handling table of known conversions.
7074 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
7076         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
7077         close_not_cancel_no_status instead of close.
7079 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
7081         [BZ #5028]
7082         * posix/regcomp.c (lookup_collation_sequence_value): Check that
7083         nrules != 0 for multibyte chars.
7085 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
7087         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
7088         Provide better error message in case the type is unknown.
7090         [BZ #4963]
7091         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
7092         * string/stratcliff.c: Make usable to test wide char functions.
7093         * wcsmbs/wcsatcliff.c: New file.
7094         * wcsmbs/Makefiel (tests): Add wcsatcliff.
7096         [BZ #4972]
7097         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
7098         (distribute): Add mac-centraleurope.c.
7099         (gen-8bit-gap-modules): Add mac-centraleurope.
7100         * iconvdata/mac-centraleurope.c: New file.
7101         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
7102         * iconvdata/TESTS: Likewise.
7103         * iconvdata/tst-tables.sh: Likewise.
7105         [BZ #5043]
7106         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
7108 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
7110         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
7111         from __x86_64_core_cache_size_half.
7112         (init_cacheinfo): Compute shared cache size for AMD processors with
7113         shared L3 correctly.
7114         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
7115         name change.
7116         Patch in large parts by Evandro Menezes.
7118 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
7120         * elf/dl-lookup.c (add_dependency): Handle failing memory
7121         allocation for dependency list.  Remove unnecessary check.
7123         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
7124         open/close when determining source addresses.
7126         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
7127         sha512-crypt, and sha512.
7128         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
7129         (distribute): Add sha256.h and sha512.h.
7130         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
7131         and call the appropriate code.
7132         * crypt/sha256-crypt.c: New file.
7133         * crypt/sha256.c: New file.
7134         * crypt/sha256.h: New file.
7135         * crypt/sha256c-test.c: New file.
7136         * crypt/sha256test.c: New file.
7137         * crypt/sha512-crypt.c: New file.
7138         * crypt/sha512.c: New file.
7139         * crypt/sha512.h: New file.
7140         * crypt/sha512c-test.c: New file.
7141         * crypt/sha512test.c: New file.
7143 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
7145         * misc/bits/syslog.h (syslog): Remove extraneous argument from
7146         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
7147         __syslog_chk.
7149 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
7151         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
7152         %as in fscanf format strings.
7154         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
7155         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
7156         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7157         Likewise.
7158         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7159         Likewise.
7161         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
7162         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
7163         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
7164         * elf/dl-sym.c (do_sym): Likewise.
7165         * include/link.h (struct link_map): Add l_serial field.
7166         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
7167         * elf/dl-lookup.c (add_dependency): Add flags argument.
7168         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
7169         flags, use THREAD_GSCOPE_RESET_FLAG before and
7170         THREAD_GSCOPE_SET_FLAG after
7171         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
7172         Don't dereference map until it has been found on some list.
7173         If map->l_serial changed, return -1.
7175 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
7177         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
7178         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
7179         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
7180         libc_hidden_proto.
7181         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
7182         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
7183         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
7184         add libc_hidden_proto.
7185         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7186         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7187         conformance requested.
7188         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
7189         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7190         conformance requested.
7191         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7192         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
7193         conformance requested.
7194         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
7195         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
7196         ISO C99 or POSIX conformance requested.
7197         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
7198         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
7199         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
7200         and __isoc99_vsscanf@@GLIBC_2.7.
7201         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
7202         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
7203         (tests): Add scanf14.
7204         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
7205         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
7206         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
7207         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
7208         CFLAGS-isoc99_scanf.c): Add $(exceptions).
7209         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
7210         from using internal headers.
7211         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
7212         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
7213         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
7214         and __isoc99_vswscanf@@GLIBC_2.7.
7215         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
7216         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
7217         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
7218         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
7219         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
7220         * stdio-common/isoc99_scanf.c: New file.
7221         * stdio-common/isoc99_vsscanf.c: New file.
7222         * stdio-common/isoc99_vscanf.c: New file.
7223         * stdio-common/isoc99_vfscanf.c: New file.
7224         * stdio-common/isoc99_fscanf.c: New file.
7225         * stdio-common/isoc99_sscanf.c: New file.
7226         * wcsmbs/isoc99_fwscanf.c: New file.
7227         * wcsmbs/isoc99_vswscanf.c: New file.
7228         * wcsmbs/isoc99_swscanf.c: New file.
7229         * wcsmbs/isoc99_wscanf.c: New file.
7230         * wcsmbs/isoc99_vwscanf.c: New file.
7231         * wcsmbs/isoc99_vfwscanf.c: New file.
7232         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
7233         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
7234         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
7235         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
7236         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
7237         * stdio-common/scanf14.c: New test.
7238         * stdio-common/scanf15.c: New test.
7239         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
7240         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
7241         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
7242         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
7243         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
7244         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
7245         __nldbl___isoc99_scanf@@GLIBC_2.7,
7246         __nldbl___isoc99_fscanf@@GLIBC_2.7,
7247         __nldbl___isoc99_sscanf@@GLIBC_2.7,
7248         __nldbl___isoc99_vscanf@@GLIBC_2.7,
7249         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
7250         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
7251         __nldbl___isoc99_wscanf@@GLIBC_2.7,
7252         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
7253         __nldbl___isoc99_swscanf@@GLIBC_2.7,
7254         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
7255         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
7256         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
7257         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
7258         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
7259         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
7260         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
7261         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
7262         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
7263         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
7264         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
7265         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
7266         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
7267         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
7268         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
7269         functions.
7270         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
7271         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
7272         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
7273         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
7274         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
7275         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
7276         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
7277         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
7278         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
7279         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
7280         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
7281         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
7283         * stdio-common/Makefile (tests): Add scanf13.
7284         (scanf13-ENV): New.
7285         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
7286         m modifier followed by l.
7287         (STRING_ARG): Add width argument.
7288         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
7289         <case L_('C')>: Handle %mlc and %mC.
7290         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
7291         arguments.
7292         * stdio-common/scanf13.c: New test.
7294         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
7295         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
7297 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
7299         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
7300         type and __THROW marker of splice, vmsplice, and tee.
7301         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7302         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7303         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7304         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7305         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7306         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7307         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7308         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
7309         as cancellation points.
7311 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
7313         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
7314         parse more than three parts of the version number.
7316 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
7318         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
7319         modifier.  Patch by Jakub Jelinek.
7321 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
7323         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
7324         call_fallocate in misc subdir.
7325         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
7326         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
7327         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
7328         instead of __fallocate64.
7329         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
7331 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
7333         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
7334         * rt/Makefile (headers): Add bits/mqueue2.h.
7335         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
7336         optimizing with GCC and __va_arg_pack_len is defined.
7337         * rt/bits/mqueue2.h: New file.
7338         * rt/mq_open.c (__mq_open): Renamed from mq_open.
7339         (mq_open): New strong_alias.
7340         (__mq_open_2): New function.
7341         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
7342         (mq_open): New strong_alias.
7343         (__mq_open_2): New function.
7344         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
7345         * Versions.def (librt): Add GLIBC_2.7 version.
7346         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
7347         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
7349         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
7350         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
7351         is defined rather than when not C++.
7352         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
7353         __openat64_alias): New redirects.
7354         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
7355         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
7356         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
7357         (open, open64, openat, openat64): Rewrite as __extern_always_inline
7358         functions instead of function-like macros.
7360 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
7362         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
7363         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
7364         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
7366 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
7368         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
7369         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
7371 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
7373         * inet/tst-network.c: Increment ERRORS for failing tests.
7375 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
7377         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
7378         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
7379         implement as __extern_always_inline function.
7380         (vsyslog): Define as __extern_always_inline function unconditionally.
7381         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
7382         When __va_arg_pack is defined, implement as __extern_always_inline
7383         functions.
7384         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7385         __extern_always_inline functions unconditionally.
7386         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
7387         bits/stdio2.h will be included.
7388         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
7389         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
7390         implement as __extern_always_inline functions.
7391         (vswprintf, vwprintf, vfwprintf): Define as
7392         __extern_always_inline functions unconditionally.
7393         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
7395 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
7397         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
7398         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
7399         attribute.
7400         * include/features.h (__USE_EXTERN_INLINES): Define only when
7401         __extern_inline is defined.
7402         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
7403         is defined instead of when not __cplusplus.
7404         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
7405         is defined instead of when not __cplusplus.
7406         * socket/sys/socket.h: Include bits/socket2.h when
7407         __extern_always_inline is defined instead of when not __cplusplus.
7408         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
7409         is defined instead of when not __cplusplus.
7410         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
7411         is defined instead of when not __cplusplus.
7412         * string/string.h: Include bits/string3.h when __extern_always_inline
7413         is defined instead of when not __cplusplus.
7414         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
7415         is defined instead of when not __cplusplus.
7416         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
7417         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
7418         is not defined.
7419         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
7420         defined __extern_always_inline instead of !defined __cplusplus.
7421         * libio/bits/stdio-ldbl.h: Likewise.
7422         * wcsmbs/bits/wchar-ldbl.h: Likewise.
7423         * misc/bits/syslog.h (syslog): Don't define for C++.
7424         (vsyslog): Use __extern_always_inline function for C++ instead of
7425         a macro.
7426         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
7427         whenever that macro is defined.
7428         (vprintf): Don't provide the inline for C++.
7429         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
7430         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
7431         define the macros for C++.
7432         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7433         __extern_always_inline functions for C++.
7434         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
7435         stat64, lstat64, fstat64, fstatat64): Don't define if not
7436         __USE_EXTERN_INLINES.
7437         * wcsmbs/bits/wchar2.h: Fix #error message.
7438         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
7439         (vswprintf, vwprintf, vfwprintf): Define using
7440         __extern_always_inline functions for C++.
7441         * string/bits/string3.h: Don't #undef macros if __cplusplus.
7442         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
7443         strncpy, strcat, strncat): Define as __extern_always_inline
7444         functions instead of macros for C++.
7445         * math/bits/cmathcalls.h: Guard __extern_inline routines with
7446         defined __extern_inline.
7447         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
7448         to __extern_inline whenever that macro is defined.
7449         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7450         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7451         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
7452         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
7453         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7454         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7455         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7456         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7457         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
7458         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
7459         prototypes.  Only provide __extern_inline routines if
7460         __USE_EXTERN_INLINES.
7461         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
7462         tests.
7463         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
7464         For now avoid some *printf tests in C++.  Skip all testing
7465         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
7466         is not.
7467         * debug/tst-chk4.cc: New file.
7468         * debug/tst-chk5.cc: New file.
7469         * debug/tst-chk6.cc: New file.
7470         * debug/tst-lfschk4.cc: New file.
7471         * debug/tst-lfschk5.cc: New file.
7472         * debug/tst-lfschk6.cc: New file.
7473         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
7474         prototypes in C++.
7475         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
7476         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
7477         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
7479 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
7481         * po/cs.po: Update from translation team.
7483 2007-09-11  Roland McGrath  <roland@redhat.com>
7485         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
7486         compiling.
7488 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7490         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
7492 2007-09-05  Roland McGrath  <roland@redhat.com>
7494         * manual/signal.texi (Signaling Another Process): Typo fix.
7495         From Karl Berry <karl@freefriends.org>.
7497 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
7499         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
7500         zero if not defined.
7501         (make_request): Recognize optimistic addresses and treat them like
7502         deprecated addresses.
7503         Reported by Neil Horman <nhorman@redhat.com>.
7505 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
7507         * nscd/connections.c (send_ro_fd): Also transfer file size.
7508         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
7509         file size don't call fstat.
7511         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
7512         ahead and map the file.  This should always be correct and we can
7513         catch problems later.
7515 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
7517         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
7518         prototypes.
7519         (__fread_alias, __fread_unlocked_alias): New aliases.
7520         (fread): New extern inline.
7521         (fread_unlocked): Likewise.  Undef macro before definition of
7522         the inline function.
7523         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
7524         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
7525         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
7526         and __fread_unlocked_chk@@GLIBC_2.7.
7527         * debug/fread_chk.c: New file.
7528         * debug/fread_u_chk.c: New file.
7529         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
7531 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
7533         * sysdeps/unix/sysv/linux/syscalls.list
7534         (personality): Change caller to EXTRA.
7536 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
7538         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
7539         to keep gcc quiet.
7540         * iconvdata/iso-2022-cn.c (BODY): Likewise.
7542         * locale/programs/ld-collate.c (collate_output): Avoid warning if
7543         NDEBUG is defined.
7545         * Makerules: Use -p option with mkdir.
7547         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
7548         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
7549         (_xdr_directory_obj): Likewise.
7550         (xdr_entry_obj): Likewise.
7551         (xdr_group_obj): Likewise.
7552         (xdr_link_obj): Likewise.
7553         (xdr_table_obj): Likewise.
7554         (_xdr_nis_result): Likewise.
7555         (_xdr_ns_request): Likewise.
7556         (_xdr_ib_request): Likewise.
7557         (_xdr_nis_taglist): Likewise.
7558         (xdr_cback_data): Likewise.
7559         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
7560         (xdr_ypresp_maplist): Likewise.
7562         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
7564         * posix/regex_internal.h: Prevent some declarations and definitions
7565         to be seen when used in tests.
7567         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
7568         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
7570         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
7572         * config.make.in (datarootdir): Add to shut up configure.
7574         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
7575         associativity for fully-associative caches.
7577         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
7578         requests.  Fill on more associativity values for L2.
7579         Patch mostly by Evandro Menezes.
7581 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
7583         * sysdeps/unix/sysv/linux/x86_64/init-first.c
7584         (_libc_vdso_platform_setup): Avoid using exported variable by using
7585         alias.
7587         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
7589         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
7590         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
7591         defined.
7593 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
7595         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
7596         align stack for call if pltexit is to be used.
7598         [BZ #3924]
7599         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
7600         align for function call in case pltexit has to be called later.
7602         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
7603         implicit atomic operation when storing function pointer.
7604         (_dl_runtime_profile): Likewise.
7606 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
7608         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
7609         NIS_NOTFOUND.
7611 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
7613         [BZ #4566]
7614         * string/strtok.c: Fix typo in comment.
7616         [BZ #4582]
7617         * debug/segfault.c: Fix typos in comments.
7619         [BZ #4588]
7620         * stdio-common/tempnam.c: Fix comment, it is not checked that
7621         TMPDIR points to a writable directory.
7623         [BZ #4726]
7624         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
7625         memory allocated for the name server address.
7627         [BZ #4946]
7628         * nscd/connections.c (handle_request): Using sendfile always
7629         requires that mmap is used for the database.
7630         Patch by Petr Baudis <pasky@suse.cz>.
7632         [BZ #4905]
7633         * nscd/hstcache.c (cache_addhst): When reloading an entry which
7634         suddenly has two or more addresses, ignore it and remove the old
7635         entry.
7637         [BZ #4814]
7638         * resolv/res_hconf.c: Prepare for compiling outside libc.
7639         * nscd/res_hconf.c: New file.
7640         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
7641         the new file.
7642         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
7643         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
7645         * nscd/hstcache.c (cache_addhst): Minimal optimization.
7647         [BZ #4925]
7648         * debug/pcprofiledump.c: Turn on internationalization by calling
7649         setlocale.  Patch mostly by Benno Schulenberg.
7651         [BZ #4936]
7652         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
7653         the state.
7654         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
7655         * iconvdata/bug-iconv5.c: New file.
7657 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
7659         [BZ #4896]
7660         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
7661         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
7662         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
7663         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
7664         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
7665         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
7666         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
7667         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
7669 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
7671         [BZ #4937]
7672         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
7673         lookup loop.  Suggested by John Reiser.
7675 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
7677         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
7679 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
7681         * csu/libc-start.c: Don't handle VDSO_SETUP here.
7682         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
7683         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
7684         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
7685         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
7686         to...
7687         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
7689 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
7691         * po/nl.po: Update from translation team.
7693 2007-08-16  Andreas Jaeger  <aj@suse.de>
7695         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
7696         Reported by Peter Festner <peter.festner@ewetel.net>.
7698 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
7700         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
7702 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
7704         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
7705         to check for undefined symbols.
7707         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
7708         If the syscall fails, set errno to the actual returned error number
7709         rather than EINVAL.
7710         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
7711         arguments are incorrect, set errno to EINVAL, if the syscall
7712         fails, set errno to the actual returned error number.
7714         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
7715         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
7717         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
7718         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
7719         file.
7720         (ASI_PNF, ASI_BLK_P): Don't define.
7721         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
7722         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
7723         file.
7724         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
7725         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
7726         file.
7728 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
7730         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
7731         FE_UNDERFLOW on Niagara CPUs.
7733         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
7734         exceptions.
7736 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
7738         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
7739         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
7740         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
7741         flush should be used or not inside of the function.
7742         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
7744         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
7745         __thread_start): Use HIDDEN_JUMPTARGET.
7746         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
7747         __thread_start): Likewise.
7748         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
7750         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
7751         Add libc_hidden_proto.
7752         (STRTOF): Add libc_hidden_proto.
7753         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
7754         (strtold_l, wcstold_l): Use them as second argument for
7755         long_double_symbol.
7757 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
7759         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
7761 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7763         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
7765 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
7767         * po/bg.po: New file.  From the translation team.
7769 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
7771         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
7772         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
7773         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
7774         when each feature was introduced.
7776         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
7777         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
7778         (CHECK_HASH): New macro.
7779         (PREPARE_VERSION): Use it.
7781         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
7782         prototype if not __ASSUME_PSELECT.
7783         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
7784         prototype if not __ASSUME_PPOLL.
7786         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
7788         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
7789         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
7790         is defined.
7792 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
7794         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7795         (_libc_vdso_platform_setup): If vDSO is not available point
7796         __vdso_gettimeofday to the vsyscall.
7797         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
7798         __vdso_gettimeofday instead of vsyscall.
7800 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
7802         * nscd/servicescache.c: Include kernel-features.h.
7803         * nscd/gai.c: Likewise.
7804         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
7805         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
7806         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
7807         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7808         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7809         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
7810         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7811         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
7812         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7814 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
7816         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
7817         and _dl_get_origin defines anymore.
7819         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
7820         Build fix for systems which might lack POSIX timer support.
7822         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7823         (_libc_vdso_platform_setup): Mangle function pointers before storing
7824         them.
7825         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
7826         Demangle vdso pointer before use.
7827         (INTERNAL_VSYSCALL): Likewise.
7829         * elf/cache.c (primes): Mark as const.
7830         Noted by Roland McGrath.
7832 2007-08-01  Andreas Jaeger  <aj@suse.de>
7833             Jakub Jelinek  <jakub@redhat.com>
7835         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
7836         (options): Add option.
7837         (parse_opt): Handle option.
7838         (manual_link): Adjust process_file caller.  Call implicit_soname.
7839         (search_dir): Formatting.  Use and populate auxiliary cache.
7840         (main): Load and save auxiliary cache.
7841         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
7842         stat64 from fstat64 to caller.
7843         (implicit_soname): New function.
7844         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
7845         leave *soname as NULL.
7846         * elf/cache.c: Include libgen.h.
7847         (print_entry, print_cache, compare, save_cache, add_to_cache):
7848         Formatting and cleanups.
7849         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
7850         aux_cache_file): New structures.
7851         (AUX_CACHEMAGIC): Define.
7852         (primes): New array.
7853         (aux_hash_size, aux_hash): New variables.
7854         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
7855         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
7856         load_aux_cache, save_aux_cache): New functions.
7857         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
7858         (init_aux_cache, search_aux_cache, add_to_aux_cache,
7859         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
7860         (process_file): Adjust prototype.
7862 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
7864         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
7865         with __need_size_t.
7867 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
7869         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
7870         r_found_version structure as second parameter.
7871         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
7872         (_dl_vdso_vsym): Change type of second parameter accordingly.
7873         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
7874         (_libc_vdso_platform_setup): Adjust.
7875         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7876         (_libc_vdso_platform_setup): Likewise.
7878         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
7879         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
7880         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
7881         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
7882         * csu/libc-start.c: Pretty printing.
7883         Use VDSO_SETUP if defined.
7884         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
7885         and let generic code call into _libc_vdso_platform_setup.
7886         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
7887         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
7888         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
7889         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
7890         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
7891         for GLIBC_PRIVATE.
7892         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
7893         (sysdep_rountines): Add dl-vdso.
7895         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
7896         of routines.
7898         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
7899         attribute_hidden to __vdso_gettimeofday prototype.
7901 2007-08-12  Roland McGrath  <roland@redhat.com>
7903         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
7904         From: Karl Berry <karl@freefriends.org>.
7906 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
7908         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
7909         an atime update for the files we read.
7911 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
7913         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
7915         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
7916         instead of mkstemp.
7918         * misc/Makefile (routines): Add mkostemp and mkostemp64.
7919         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
7920         * misc/mkostemp.c: New file.
7921         * misc/mkostemp64.c: New file.
7922         * stdlib/stdlib.h: Declare the new functions.
7923         * sysdeps/posix/tempname.c: Add new parameter which is added to
7924         the flags for open.  Remove __GT_BIGFILE handling.
7925         * stdio-common/tempname.c: Likewise.
7926         * include/stdio.h: Adjust __gen_tempname prototype.
7927         Renumber __GT_* constants.
7928         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
7929         * misc/mkdtemp.c: Likewise.
7930         * misc/mkstemp.c: Likewise.
7931         * misc/mkstemp64.c: Likewise.
7932         * misc/mktemp.c: Likewise.
7933         * stdio-common/tempnam.c: Likewise.
7934         * stdio-common/tmpfile.c: Likewise.
7935         * stdio-common/tmpfile64.c: Likewise.
7936         * stdio-common/tmpnam.c: Likewise.
7937         * stdio-common/tmpnam_r.c: Likewise.
7939 2007-08-10  Roland McGrath  <roland@frob.com>
7941         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
7942         New macros.
7943         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
7944         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7946 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
7948         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
7949         possible.
7950         * nss/nss_files/files-alias.c (internal_setent): Likewise.
7951         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
7952         * nss/nss_files/files-have_o_cloexec.c: New file.
7954         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
7955         available.
7957 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
7959         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
7960         ___new_wcstold_l): New weak aliases.
7961         (strtold_l, wcstold_l): Use them as second argument for
7962         long_double_symbol.
7964 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
7966         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
7967         register in test for error.
7969         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
7970         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
7972         * po/sv.po: Update from translation team.
7974 2007-08-06  Roland McGrath  <roland@redhat.com>
7976         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
7977         Remove __strto*_l inlines.
7978         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
7979         * stdlib/strtod.c: Add libc_hidden_def.
7980         * stdlib/strtod_l.c: Likewise.
7981         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
7982         for __new_strtold and __new_wcstold.
7983         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
7984         __STRTOF, STRTOF.
7985         * stdlib/strtol.c: Add libc_hidden_def.
7986         * stdlib/strtol_l.c: Likewise.
7987         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
7988         strtoq.
7990         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
7992         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
7993         * scripts/data/localplt-generic.data: ... here.
7994         * elf/Makefile (check-data): Get generic file if no other.
7995         ($(objpfx)check-localplt.out): Make target unconditional.
7997         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
7998         Use ElfW(Nhdr).
8000 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
8002         * po/zh_CN.po: Updated translation from translation team.
8004 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
8006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
8007         Don't use CGOTSETUP and CGOTRESTORE macros.
8009 2007-08-04  Roland McGrath  <roland@redhat.com>
8011         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
8013 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
8015         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
8016         __extension__ around the whole statement expression.
8018 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
8020         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
8021         elements during initialization.
8023         * po/pl.po: Updated translation from translation team.
8024         * po/tr.po: Likewise.
8025         * po/nl.po: Likewise.
8027 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
8029         * rt/aio.h: Add __nonnull attributes.
8031 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8033         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
8034         * stdlib/Makefile (tests): Add tst-strtod5.
8035         (tst-strtod5-ENV): New.
8036         * stdlib/tst-strtod5.c: New file.
8038         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
8039         failed.
8040         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
8041         on failure.
8043         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
8044         allocated.
8046 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8048         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
8049         numbers.
8051 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
8053         * io/Makefile (aux): Add have_o_cloexec.
8054         * include/fcntl.h: Declare __have_o_cloexec.
8055         * io/have_o_cloexec.c: New file.
8056         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
8057         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
8058         fcntl call if not necessary.
8059         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
8060         of local variable.
8062         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
8063         Avoid memset, add explicit initialization.
8064         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
8065         to the end and change into zero-sized array.
8066         Move lock member to fill a hole on 64-bit platforms.
8068         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
8069         inline functions.
8070         * include/stdlib.h: Add __strto*_internal prototypes here.
8071         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
8072         inline functions.
8073         * include/wchar.h: Add __wcsto*_internal prototypes.
8074         * sysdeps/generic/inttypes.h: No need to protect the declaration
8075         of the __strto*_internal and __wcsto*_internal members here.
8077         * rt/mqueue.h: Change const to __const and add nonnull attributes.
8079 2007-08-02  Roland McGrath  <roland@redhat.com>
8081         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
8082         $(inst_bindir)/getconf if possible.
8084         * posix/Makefile ($(objpfx)getconf.speclist): New target.
8085         (generated): Add it.
8086         ($(inst_libexecdir)/getconf): Use it.
8088 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
8090         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
8091         /proc is faster and sufficient.  /sys is still needed for
8092         __get_nprocs_conf.
8094 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
8096         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
8097         syscall as __fallocate64.
8098         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
8099         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
8101 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
8103         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
8104         value.
8106         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
8107         if off_t is different rank from size_t.
8109         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
8110         uw_frame_state_for): Avoid type punning warnings.
8111         * sysdeps/generic/unwind-dw2-fde-glibc.c
8112         (_Unwind_IteratePhdrCallback): Likewise.
8113         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
8114         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
8115         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
8116         pointers.
8118 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
8120         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
8121         total processors using sysfs.
8122         (__get_nprocs): Use sysfs to determine which processors are online.
8124 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
8126         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
8127         syscall arguments count.
8129         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
8131 2007-07-30  Roland McGrath  <roland@redhat.com>
8133         * manual/libc.texinfo: Update copyrights, formatting magic, and
8134         @dircategory.  From Karl Berry <karl@freefriends.org>.
8136 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
8138         [BZ #4860]
8139         * io/Makefile (headers): Add bits/fcntl2.h.
8141         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
8142         using gcc builtin.
8143         (__CPU_EQUAL_S): Likewise.
8145         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
8146         (tests): Add tst-cpuset.
8147         * posix/sched_cpualloc.c: New file.
8148         * posix/sched_cpufree.c: New file.
8149         * posix/tst-cpuset.c: New file.
8150         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
8151         GLIBC_2.7.
8152         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
8153         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
8154         macros.  Define CPU_*_S macros.
8156 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
8158         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
8159         entry.
8161         [BZ #4858]
8162         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
8163         #.0g and value rounded to 1.0.
8164         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
8166 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
8168         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
8169         for int_frac_digits and frac_digits.
8171         * login/logout.c (logout): Avoid aliasing violation.
8172         * login/logwtmp.c (logwtmp): Likewise.
8174         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
8176         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
8177         to avoid warning.
8178         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
8179         warning.
8180         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
8181         warning.
8182         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
8183         to avoid warnings.
8185         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
8186         void **.
8187         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
8189         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
8190         char * to avoid warning.
8191         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
8193         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
8195         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
8196         allocate_arrays): Cast second argument to charmap_find_symbol
8197         to char * to avoid warnings.
8199         * locale/programs/repertoire.c (repertoire_new_char): Change
8200         from_nr, to_nr and cnt to unsigned long, adjust printf format
8201         string.
8203         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
8204         Cast second argument to new_element to char * to avoid warnings.
8206         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
8208         * intl/gettextP.h (struct loaded_domain): Change plural to const
8209         struct expression *.
8210         * intl/plural-eval.c (plural_eval): Change first argument to
8211         const struct expression *.
8212         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
8213         argument to const struct expression **.
8214         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
8215         prototypes.
8216         * intl/loadmsgcat (_nl_unload_domain): Cast away const
8217         in call to __gettext_free_exp.
8219         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
8220         unitialized wstring/wpattern var warnings.
8222         * posix/runtests.c (struct a_test): Make data field const char *.
8224         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
8225         vars if not LDBL_MANT_DIG >= 106.
8227         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
8229         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
8230         __find_specmb to avoid warning.
8232         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
8234         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
8235         to avoid warnings.
8237         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
8238         initializer.
8240         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
8241         tv var when it will be actually used.
8243         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
8244         to avoid warnings.
8246         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
8247         char array resp. pointer.
8248         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
8249         char array.
8250         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
8251         to const unsigned char **.
8252         (ucs4_to_cns11643): Change second argument to unsigned char *.
8253         * iconvdata/euc-tw.c (BODY): Change endp type to
8254         const unsigned char *.
8255         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
8256         to unsigned char *.
8257         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
8258         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
8259         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
8260         types to unsigned char pointers/arrays instead of char.
8261         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
8262         to unsigned char *.
8263         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
8264         * iconvdata/jis0212.h: Include assert.h.
8265         (ucs4_to_jisx0212): Change second argument to unsigned char *.
8266         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
8267         of trying to handle that.
8268         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
8269         shut up a warning.
8270         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
8271         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
8272         two dimensional const unsigned char arrays.
8273         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
8274         Initialize endp to inptr to shut up a warning.
8276 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
8278         [BZ #4772]
8279         * time/strptime_l.c (__strptime_internal): Silently ignore
8280         strftime modifiers and field width in recursive calls.
8282         * include/time.h (enum ptime_locale_status): Remove.
8283         (__strptime_internal): Remove decided and era_cnt arguments,
8284         add statep argument.
8285         * time/strptime_l.c (__strptime_internal): Remove decided
8286         and era_cnt arguments, add statep argument.  Don't recompute
8287         any fields in recursive calls, only update caller's tm
8288         and state, if recursive call fails, don't change tm nor
8289         any state.
8290         (get_alt_number): Adjust.
8291         (recursive): Adjust caller.
8292         (strptime): Likewise.
8293         * time/strptime.c (strptime): Likewise.
8295 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
8297         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
8298         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
8299         if from and to charsets are the same.
8300         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
8301         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
8302         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
8304 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
8306         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
8307         Don't define wint_t when __need_mbstate_t unless it
8308         is necessary.
8309         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
8310         in the typedef if possible.
8311         * wctype/wctype.h (wint_t): Define by including
8312         wchar.h with __need_wint_t instead of including stddef.h
8313         with __need_wint_t and as fallback definining it ourselves.
8314         * iconv/gconv.h (__need_wint_t): Define before including
8315         wchar.h.
8316         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
8317         or _GLIBCPP_USE_WCHAR_T.
8318         (__need_wchar_t): Don't define
8319         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8320         (__need_wint_t): Don't define before including stddef.h,
8321         define before including wchar.h only if _LIBC or
8322         _GLIBCPP_USE_WCHAR_T.
8323         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8324         * sysdeps/mach/hurd/_G_config.h: Likewise.
8325         * sysdeps/generic/_G_config.h: Likewise.
8326         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
8327         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
8328         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
8329         if _LIBC or _GLIBCPP_USE_WCHAR_T.
8331 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
8333         * sysdeps/posix/posix_fallocate64.c: Undefine
8334         __posix_fallocate64_l64 before alias handling.
8335         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
8336         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
8337         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
8338         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
8340         * io/tst-posix_fallocate.c: Include <fcntl.h>.
8342 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
8344         * locale/programs/ld-collate.c (atwc): New variable.
8345         (add_to_tablewc): New toplevel function, moved from collate_output.
8346         (collate_output): Remove add_to_tablewc nested function.
8348         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
8349         (name_insert): New function.
8350         (write_output): Remove hash_table and hash_size vars and name_insert
8351         nested function.
8353 2007-07-24  Roland McGrath  <roland@redhat.com>
8355         * Makerules (install-others-programs-nosubdir): New target.
8356         (install-no-libc.a-nosubdir): Depend on it.
8358         * iconv/Makefile (install-others-programs): Set this instead of
8359         install-others.
8360         * login/Makefile (install-others-programs): Likewise.
8361         * posix/Makefile (install-others-programs): Likewise.
8363         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
8364         dependencies.
8366 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
8368         * io/Makefile (tests): Add tst-posix_fallocate.
8369         * io/tst-posix_fallocate.c: New file.
8371         * sysdeps/unix/sysv/linux/kernel-features.h: Define
8372         __ASSUME_FALLOCATE.
8374 2007-07-22  Roland McGrath  <roland@frob.com>
8376         * hurd/getdport.c: Add missing copyright year update.
8378         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
8379         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
8381 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
8383         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
8385         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
8386         O_CLOEXEC is needed.
8387         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
8388         Avoid additional fcntl to set O_CLOEXEC if not needed.
8389         * nis/nss_compat/compat-initgroups.c: Likewise.
8390         * nis/nss_compat/compat-pwd.c: Likewise.
8391         * nis/nss_compat/compat-spwd.c: Likewise.
8393 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8395         [BZ #3665]
8396         * manual/errno.texi: Change ECANCELED value to 119.
8398         [BZ #4610]
8399         * mach/lock-intern.h: Include <sys/cdefs.h>.
8401         [BZ #4178]
8402         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
8403         reading A.
8405         [BZ #4126]
8406         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
8407         to __sigsuspend.
8409         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
8411 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
8413         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
8414         `__ASSEMBLER__'.
8415         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8417 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
8419         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
8420         descriptor received from nscd.
8422         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
8424         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
8425         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8426         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8427         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8428         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8429         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8431 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
8433         [BZ #4816]
8434         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
8436         [BZ #4813]
8437         * login/forkpty.c (forkpty): Close master and slave fds on
8438         fork failure.  Patch by
8439         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
8441 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
8443         * include/features.h (__USE_ISOC95): New define.
8444         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
8445         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
8446         for -std=iso9899:199409.
8447         * CONFORMANCE: Remove comments about unsupported AMD1.
8449 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
8451         * sysdeps/ia64/sched_cpucount.c: New file.
8452         * sysdeps/powerpc/sched_cpucount.c: New file.
8454         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
8455         __BEGIN_DECLS/__END_DECLS around the prototype.
8456         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
8457         pointer to const cpu_set_t.
8459         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
8460         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
8461         __need_size_t and include stddef.h.
8462         * sysvipc/sys/msg.h: Likewise.
8463         * posix/sched.h: Likewise.
8464         * hurd/hurd/signal.h (__need_size_t): Define.
8466         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
8467         neither does signal.h in pedantic ISO C namespaces.  stdio.h
8468         no longer defines wint_t or wchar_t.
8470         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
8471         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
8472         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
8473         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
8474         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
8475         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
8476         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
8477         * debug/printf_chk.c (__printf_chk): Likewise.
8478         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
8479         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
8481         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
8482         Define.
8484         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
8485         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
8487 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
8489         [BZ #4792]
8490         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
8491         * malloc/malloc.h (realloc): Likewise.
8493         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
8494         if one of proc_file_chain streams has that fileno.
8495         * stdio-common/Makefile (tests): Add tst-popen2.
8496         * stdio-common/tst-popen2.c: New test.
8498 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
8500         * elf/ldconfig.c: Allow GPLv2 or any later version.
8501         * elf/readlib.c: Likewise.
8502         * elf/chroot_canon.c: Likewise.
8503         * elf/cache.c: Likewise.
8504         * nscd/mem.c: Likewise.
8505         * nscd/getpwuid_r.c: Likewise.
8506         * nscd/grpcache.c: Likewise.
8507         * nscd/aicache.c: Likewise.
8508         * nscd/getsrvbynm_r.c: Likewise.
8509         * nscd/nscd.c: Likewise.
8510         * nscd/servicescache.c: Likewise.
8511         * nscd/getsrvbypt_r.c: Likewise.
8512         * nscd/initgrcache.c: Likewise.
8513         * nscd/gethstbyad_r.c: Likewise.
8514         * nscd/gethstbynm2_r.c: Likewise.
8515         * nscd/getgrnam_r.c: Likewise.
8516         * nscd/nscd_setup_thread.c: Likewise.
8517         * nscd/getpwnam_r.c: Likewise.
8518         * nscd/gai.c: Likewise.
8519         * nscd/connections.c: Likewise.
8520         * nscd/dbg_log.c: Likewise.
8521         * nscd/cache.c: Likewise.
8522         * nscd/hstcache.c: Likewise.
8523         * nscd/nscd_conf.c: Likewise.
8524         * nscd/getgrgid_r.c: Likewise.
8525         * nscd/pwdcache.c: Likewise.
8526         * catgets/gencat.c: Likewise.
8527         * locale/programs/linereader.h: Likewise.
8528         * locale/programs/locarchive.c: Likewise.
8529         * locale/programs/ld-paper.c: Likewise.
8530         * locale/programs/locfile-kw.h: Likewise.
8531         * locale/programs/ld-address.c: Likewise.
8532         * locale/programs/xmalloc.c: Likewise.
8533         * locale/programs/ld-time.c: Likewise.
8534         * locale/programs/localedef.c: Likewise.
8535         * locale/programs/simple-hash.c: Likewise.
8536         * locale/programs/xstrdup.c: Likewise.
8537         * locale/programs/ld-numeric.c: Likewise.
8538         * locale/programs/locfile-kw.gperf: Likewise.
8539         * locale/programs/ld-collate.c: Likewise.
8540         * locale/programs/charmap-kw.gperf: Likewise.
8541         * locale/programs/charmap.h: Likewise.
8542         * locale/programs/charmap-kw.h: Likewise.
8543         * locale/programs/config.h: Likewise.
8544         * locale/programs/locfile.c: Likewise.
8545         * locale/programs/ld-ctype.c: Likewise.
8546         * locale/programs/charmap.c: Likewise.
8547         * locale/programs/ld-messages.c: Likewise.
8548         * locale/programs/repertoire.h: Likewise.
8549         * locale/programs/locale.c: Likewise.
8550         * locale/programs/ld-name.c: Likewise.
8551         * locale/programs/linereader.c: Likewise.
8552         * locale/programs/locfile.h: Likewise.
8553         * locale/programs/3level.h: Likewise.
8554         * locale/programs/ld-monetary.c: Likewise.
8555         * locale/programs/ld-measurement.c: Likewise.
8556         * locale/programs/charmap-dir.c: Likewise.
8557         * locale/programs/ld-identification.c: Likewise.
8558         * locale/programs/localedef.h: Likewise.
8559         * locale/programs/charmap-dir.h: Likewise.
8560         * locale/programs/repertoire.c: Likewise.
8561         * locale/programs/simple-hash.h: Likewise.
8562         * locale/programs/ld-telephone.c: Likewise.
8563         * locale/programs/locale-spec.c: Likewise.
8564         * locale/programs/locfile-token.h: Likewise.
8565         * posix/getconf.c: Likewise.
8566         * iconv/dummy-repertoire.c: Likewise.
8567         * iconv/iconv_charmap.c: Likewise.
8568         * iconv/iconvconfig.c: Likewise.
8569         * iconv/iconv_prog.c: Likewise.
8570         * malloc/memusagestat.c: Likewise.
8571         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
8573 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8575         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
8576         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
8577         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
8578         check for the first argument.
8580 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
8582         [BZ #4775]
8583         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
8584         (__tgmath_real_type): Fix if expr is const int or other const
8585         qualified integral type.
8586         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
8587         expressions and handle const qualified arguments.
8588         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
8589         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
8590         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
8591         statement expressions.
8592         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
8593         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
8594         (__TGMATH_UNARY_IMAG): Define.
8595         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
8596         * math/Makefile (tests): Add test-tgmath2.
8597         (CFLAGS-test-tgmath2.c): Add.
8598         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
8599         count_cfloat, count_cldouble): New variables.
8600         (NCCALLS): Define.
8601         (main): Check number of complex calls as well.
8602         (F(compile_test)): Add complex tests and tests with const qualified
8603         arguments.
8604         (y, z, ccount): Define.
8605         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
8606         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
8607         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
8608         F(cproj)): New functions.
8609         * math/test-tgmath2.c: New test.
8611 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
8613         [BZ #4776]
8614         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
8615         RPATH etc. as "/" rather than "", don't segfault on empty paths,
8616         instead output ".".
8617         * dlfcn/Makefile (distribute): Add glreflib3.c.
8618         (module-names): Add glreflib3.
8619         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
8620         glreflib1.so.
8621         (LDFLAGS_glreflib3.so): New.
8622         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
8623         glreflib1.so.
8624         * dlfcn/glreflib3.c: New file.
8626         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
8627         returned -1, return NULL.
8628         * intl/explodename.c (_nl_explode_name): Return -1 if
8629         _nl_normalize_codeset failed.
8631 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
8633         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
8634         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
8635         and avoid branch misspredicts for > 31 bytes memset case.
8636         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8637         Remove toc ref to __cache_line_size.
8639         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
8640         to get ISA-V2.0 branch hints.
8641         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
8642         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
8643         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
8644         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
8645         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
8646         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
8647         Remove toc ref to __cache_line_size.
8649         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
8650         Include math_ldbl_opt.h.
8652 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
8654         [BZ #4773]
8655         * time/strptime_l.c (__strptime_internal): Implement greedy
8656         matching of weekday and month names.
8658 2007-07-09  Roland McGrath  <roland@redhat.com>
8660         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
8661         (ELF_NOTE_ABI): Use it.
8662         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
8664 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
8666         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
8667         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
8669 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
8671         [BZ #4745]
8672         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
8673         in loop to look for conversion specifier to avoid testing of
8674         wrong errno value.
8675         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
8676         * stdio-common/bug18.c: New file.
8677         * stdio-common/bug18a.c: New file.
8678         * stdio-common/bug19.c: New file.
8679         * stdio-common/bug19a.c: New file.
8681 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
8683         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
8684         running awk script.
8686 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
8688         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
8689         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
8690         Return NULL if mmap failed instead of asserting it does not.
8691         (calloc): Check for integer overflow.
8693         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
8694         than LONG_MAX / 10.
8696 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
8698         [BZ #4702]
8699         * nis/nss-default.c: Include errno.h.
8700         (init): Preserve errno.
8702 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
8704         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
8706 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
8708         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
8710 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8712         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
8714 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8716         * sysdeps/s390/dl-procinfo.c: New file.
8717         * sysdeps/s390/dl-procinfo.h: New file.
8718         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
8720 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
8722         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
8723         in PT_NOTE segments with multiple notes.
8724         * elf/readelflib.c (process_elf_file): Likewise.
8726 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
8728         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
8729         ISO C compliant.
8731 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
8733         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
8735 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
8737         * include/link.h: Don't include rtld-lowlevel.h.
8738         (struct link_map): Remove l_scope_lock.
8739         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
8740         (_dl_scope_free_list): New field (variable) in _rtld_global.
8741         (DL_LOOKUP_SCOPE_LOCK): Remove.
8742         (_dl_scope_free): New prototype.
8743         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
8744         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
8745         (_dl_profile_fixup): Likewise.
8746         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
8747         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
8748         THREAD_GSCOPE_RESET_FLAG around it.
8749         * elf/dl-close.c (_dl_close_worker): Don't use
8750         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
8751         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
8752         scopes were queued or if l_scope_mem has been abandoned.
8753         * elf/dl-open.c (_dl_scope_free): New function.
8754         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
8755         * elf/dl-support.c (_dl_scope_free_list): New variable.
8756         * elf/dl-lookup.c (add_dependency): Remove flags argument.
8757         Remove DL_LOOKUP_SCOPE_LOCK handling.
8758         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
8759         handling.
8760         * elf/dl-object.c (_dl_new_object): Don't use
8761         __rtld_mrlock_initialize.
8763 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
8765         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
8766         to fill in holes
8767         (rtld_global_ro): Likewise.
8769 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8771         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
8772         Move PT_LOAD checking to...
8773         (_dl_addr_inside_object): ... here, new function.
8774         * elf/dl-sym.c (do_sym): If not l_contiguous,
8775         call _dl_addr_inside_object.
8776         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
8777         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
8778         * elf/dl-open.c (dl_open_worker): Likewise.
8779         (_dl_addr_inside_object): New function if IS_IN_rtld.
8780         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
8781         holes are present or are PROT_NONE protected.
8782         * include/link.h (struct link_map): Add l_contiguous field.
8783         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
8785 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8786             Tomas Janousek  <tjanouse@redhat.com>
8787             Ulrich Drepper  <drepper@redhat.com>
8789         [BZ #4647]
8790         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
8791         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
8792         socket.
8793         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
8794         unused member a bitmap.
8795         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
8796         servers are configured.
8798 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8800         * elf/rtld.c (dl_main): Don't call init_tls more than once.
8802 2007-06-17  Andreas Schwab  <schwab@suse.de>
8804         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
8806 2007-06-16  Andreas Jaeger  <aj@suse.de>
8808         [BZ #4125]
8809         * sysdeps/unix/sysv/linux/sys/ptrace.h
8810         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
8811         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
8812         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
8813         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
8814         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
8815         Define.
8816         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
8817         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
8818         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
8819         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
8821 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
8823         [BZ #4599]
8824         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
8825         determining whether there are IPv4/IPv6 addresses, ignore loopback
8826         addresses.
8828 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
8830         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
8831         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
8832         as the return type.  Change type of "r" variable to CMPtype.
8833         * soft-fp/eqsf2.c (__eqsf2): Likewise.
8834         * soft-fp/eqtf2.c (__eqtf2): Likewise.
8835         * soft-fp/gedf2.c (__gedf2): Likewise.
8836         * soft-fp/gesf2.c (__gesf2): Likewise.
8837         * soft-fp/getf2.c (__getf2): Likewise.
8838         * soft-fp/ledf2.c (__ledf2): Likewise.
8839         * soft-fp/lesf2.c (__lesf2): Likewise.
8840         * soft-fp/letf2.c (__letf2): Likewise.
8841         * soft-fp/unorddf2 (__unorddf2): Likewise.
8842         * soft-fp/unordsf2 (__unordsf2): Likewise.
8843         * soft-fp/unordtf2 (__unordtf2): Likewise.
8845 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
8847         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
8848         make sure gcc doesn't mess around with this.
8850 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
8852         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
8854 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
8856         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
8857         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
8858         at most once per _dl_close_worker.
8860 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
8862         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
8863         __sched_cpucount as const.
8864         * posix/sched_cpucount.c: Adjust.
8866         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
8867         instruction for counting bits.
8868         * sysdeps/x86_64/sched_cpucount.c: New file.
8870 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
8872         * configure.in: Avoid variable named BASH.
8873         * config.make.in: Likewise.
8874         Patch in part by Mike Frysinger.
8876 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
8878         [BZ #4586]
8879         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
8880         pseudo-zeros as zero.
8881         * sysdeps/x86_64/ldbl2mpn.c: New file.
8882         * sysdeps/ia64/ldbl2mpn.c: New file.
8884 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
8886         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
8887         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
8888         Remove unreachable code at the end.
8890 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
8892         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
8893         ldbl-128ibm in comment.
8894         (fpclassifyl): Correct classification of denormals.
8895         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
8896         return value for MIN denormal. Rewrite using long double math too
8897         correctly handle denormals and canonicalize the results.
8899 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
8901         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
8902         (__mpn_construct_long_double): Fix conversion where result ought
8903         to be smaller than __LDBL_MIN__, or the low double should be
8904         denormal.  Fix decision where to negate low double - honor round
8905         to even rules.
8906         * stdio-common/tst-sprintf2.c: Include string.h.
8907         (COMPARE_LDBL): Define.
8908         (TEST): Also test whether a string hexadecimal float representation
8909         can be parsed back to the number.
8910         (main): Add a couple of further tests.
8912 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
8914         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
8915         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
8916         is non-zero, but smaller than 2 * __DBL_MIN__.
8917         * stdio-common/tst-sprintf2.c: New test.
8918         * stdio-common/Makefile (tests): Add tst-sprintf2.
8920         * math/test-misc.c (main): Don't run last batch of tests with
8921         IBM long double format.
8923 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
8925         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
8926         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
8927         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
8928         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
8929         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8930         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
8931         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
8932         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
8933         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
8934         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
8935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
8936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
8937         New file.
8938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
8939         New file.
8940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
8941         New file.
8942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
8943         New file.
8944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
8945         New file.
8946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
8947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
8948         New file.
8949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
8950         New file.
8951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
8952         New file.
8953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
8954         New file.
8955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
8956         New file.
8958 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
8960         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
8961         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
8962         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
8963         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
8964         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
8965         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
8966         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
8967         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
8969 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
8971         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
8972         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8973         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
8974         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8975         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
8976         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8977         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
8978         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8980 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
8982         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
8983         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
8984         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
8985         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
8987 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
8989         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
8990         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
8992 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
8994         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
8995         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
8996         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
8997         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
8999 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
9001         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
9002         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
9004 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9006         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
9007         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
9009         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
9010         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
9011         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
9012         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
9014 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
9016         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
9017         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
9018         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
9019         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
9021 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
9023         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
9024         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
9025         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
9026         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9027         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
9028         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9030 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9032         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
9033         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
9034         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
9035         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
9037 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
9039         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
9040         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
9041         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
9042         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
9043         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
9044         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
9045         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
9046         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
9047         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
9048         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
9049         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
9050         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
9051         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
9052         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
9053         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
9054         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
9056 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9058         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
9059         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
9061 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
9063         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
9064         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
9066 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9068         * sysdeps/powerpc/powerpc32/970/Implies: New file.
9069         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
9070         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
9071         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
9072         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
9073         * sysdeps/powerpc/powerpc64/970/Implies: New file.
9074         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
9075         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
9076         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
9077         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
9079 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
9081         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
9083 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
9085         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
9086         branch miss-predicts. Ensure that cache line crossing does not impact
9087         dispatch grouping.
9089 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
9091         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
9092         "../../powerpc32/power4/memcopy.h".
9093         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
9094         "../../powerpc32/power4/wordcopy.c".
9096 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9098         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
9099         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
9100         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
9101         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
9102         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
9103         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
9105 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
9107         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
9109 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9111         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
9112         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
9113         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
9114         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
9115         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
9116         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
9117         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
9118         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
9120 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
9122         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
9124 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9126         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
9127         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
9128         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
9129         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
9130         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
9131         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
9132         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
9134 2007-05-29  Roland McGrath  <roland@redhat.com>
9136         * po/Makefile (po-sed-cmd): New variable.
9137         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
9139 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
9141         * crypt/md5-crypt.c: Fix comment.
9143         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
9144         of crashing.  When this is the case or if the reply is malformed,
9145         don't try to close the new file descriptor since it does not
9146         exist.
9147         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
9149 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
9151         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
9152         if __NR_utimensat is not defined.
9154 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
9156         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
9158 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
9160         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
9161         (open): Fix comment typos.  Don't call __open_2 if flags
9162         is a compile time constant without O_CREAT.
9163         (__open64_2): Add nonnull attribute.
9164         (open64): Fix comment typos.  Don't call __open64_2 if flags
9165         is a compile time constant without O_CREAT.
9166         (__openat_2): Add nonnull attribute, fix nonnull attribute
9167         on redirect.
9168         (openat): Fix comment typos.  Don't call __openat_2 if flags
9169         is a compile time constant without O_CREAT.
9170         (__openat64_2): Add nonnull attribute, fix nonnull attribute
9171         on redirect.
9172         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
9173         is a compile time constant without O_CREAT.
9175 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
9177         * Makerules (sysd-rules): Define PTW for ptw-* files.
9178         * Versions: Define GLIBC_2.7 for libc.
9179         * include/stdio.h: Declare __fortify_fail.
9180         * debug/fortify_fail.c: New file.
9181         * debug/Makefile (routines): Add fortify_fail.
9182         * debug/chk_fail.c: Use __fortify_fail.
9183         * debug/stack_chk_fail.c: Likewise.
9184         * io/Versions: Export __open_2, __open64_2, __openat_2, and
9185         __openat64_2 for GLIBC_2.7.
9186         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
9187         * io/open.c: Define *_2 variant of function which checks for O_CREAT
9188         and fails if necessary.
9189         * io/open64.c: Likewise.
9190         * io/openat.c: Likewise.
9191         * io/openat64.c: Likewise.
9192         * sysdeps/unix/sysv/linux/open64.c: Likewise.
9193         * sysdeps/unix/sysv/linux/openat.c: Likewise.
9194         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
9195         * io/bits/fcntl2.h: New file.
9196         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
9197         __openat64_2.
9198         * include/bits/fcntl2.h: New file.
9199         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
9200         Add open_2.
9201         * sysdeps/unix/sysv/linux/open_2.c: New file.
9203 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
9205         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
9206         as second parameter to handle_intel.
9208         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
9209         the entry.
9211         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
9212         handling to ...
9213         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
9214         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
9215         cacheinfo.
9216         * sysdeps/x86_64/memcpy.S: Complete rewrite.
9217         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
9218         Patch by Evandro Menezes <evandro.menezes@amd.com>.
9220         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
9222 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
9224         [BZ #4525]
9225         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
9226         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
9227         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
9229         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
9231         [BZ #4514]
9232         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
9233         reinitialize workend at the start of each do_positional format spec
9234         loop, free workstart before do_positional loops.
9235         (printf_unknown): Fix size of work_buffer.
9236         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
9238         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
9239         (public_sET_STATe): If ms->version < 3, put all chunks into
9240         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
9241         chunks.
9243         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
9244         * malloc/hooks.c: Likewise.
9245         * malloc/arena.c: Likewise.
9246         * malloc/malloc.c (do_check_malloc_state): Don't assert
9247         n_mmaps is not greater than n_mmaps_max.  This removes the need
9248         for the previous change.
9250         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
9251         2007-05-07 commit.
9253 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
9255         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
9256         Define for kernel >= 2.6.22.
9258 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
9260         * elf/dl-close.c (_dl_close_worker): When removing object from
9261         global scope, wait for all lookups to finish afterwards.
9262         * elf/dl-open.c (add_to_global): When global scope array must
9263         grow, allocate a new one and free old array only after all
9264         lookups finish.
9265         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
9266         (_dl_lookup_symbol_x): Likewise.
9267         * elf/dl-support.c: Define _dl_wait_lookup_done.
9268         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9269         _dl_wait_lookup_done.
9271         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
9272         not overlapping with arena.
9274         * malloc/mcheck.c (reallochook): If size==0, free the block.
9276         * rt/tst-shm.c: Use fstat64 instead of fstat.
9278         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
9279         __NR_sync_file_range is not defined.
9281 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
9283         Dummy files to prevent stub versions from being used.
9284         * sysdeps/x86_64/fpu/k_cosl.c: New file.
9285         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
9286         * sysdeps/x86_64/fpu/k_sinl.c: New file.
9287         * sysdeps/x86_64/fpu/k_tanl.c: New file.
9289         * version.h (VERSION): Set to 2.6.90.
9291 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
9293         * version.h (VERSION): Define to 2.6.
9294         * include/features.h (__GLIBC_MINOR__): Define to 6.
9296         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
9298         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
9299         sizes.
9301 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
9303         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
9304         number of mmaps.  n_mmaps_max is the target.
9305         * malloc/hooks.c: Likewise.
9306         * malloc/arena.c: Likewise.
9308 2007-05-12  Andreas Jaeger  <aj@suse.de>
9310         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
9311         getpid.
9313 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
9315         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
9316         adding new variables.
9318         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
9319         optimize.  Completely extend global scope array before making the
9320         new entries visible.
9322 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
9324         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
9325         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
9326         tst-getcpu.
9328         * include/link.h: Move l_version and l_nversion members around to
9329         fill gaps.
9331         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
9333         * sysdeps/unix/sysv/linux/sched_setaffinity.c
9334         (__sched_setaffinity_new): If syscall was successful and
9335         RESET_VGETCPU_CACHE is defined, use it before returning.
9336         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
9338         * io/sys/stat.h: Make sure struct timespec is defined for
9339         __USE_ATFILE.
9341         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
9342         UTIME_OMIT.
9343         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
9344         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
9345         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9346         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
9347         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9348         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
9349         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
9350         * io/sys/stat.h: Declare utimensat, futimens.
9351         * io/utimensat.c: New file.
9352         * io/futimens.c: New file.
9353         * sysdeps/unix/sysv/linux/utimensat.c: New file.
9354         * sysdeps/unix/sysv/linux/futimens.c: New file.
9355         * io/Makefile (routines): Add utimensat, futimens.
9356         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
9357         * sysdeps/unix/sysv/linux/lutimes.c: New file.
9358         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
9359         available.
9361         * include/sys/cdefs.h: Redefine __nonnull so that test for
9362         incorrect parameters in the libc code itself are not omitted.
9364 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
9366         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
9367         exception in addition to inexact when asked to raise only FE_INEXACT.
9369         [BZ #3427]
9370         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
9371         in *envp.
9373 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
9375         [BZ #4403]
9376         * string/strfry.c (strfry): Make result more random.
9378 2007-05-07  Richard Henderson  <rth@redhat.com>
9380         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
9381         if __NO_LONG_DOUBLE_MATH.
9382         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
9383         available in the compiler, add .arch directive to the assembly.
9385 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
9387         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
9388         compat_symbol to GLIBC_2_1.
9389         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
9390         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
9391         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
9392         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
9393         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
9394         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
9395         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
9396         libc, not libm.
9397         (__isnanl): New compat_symbol.
9399 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
9400             Jakub Jelinek  <jakub@redhat.com>
9402         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
9403         (new_heap): Initialize mprotect_size.
9404         (grow_heap): When growing, only mprotect from mprotect_size till
9405         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
9406         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
9408 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
9409             Peter Bergner  <bergner@us.ibm.com>
9411         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
9412         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
9413         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
9414         * sysdeps/powerpc/fpu/fe_mask.c: New file.
9415         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
9416         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
9417         Call __fe_mask_env() if all FP exceptions disabled.
9418         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
9419         from old FPSCR to new fenv to propagate DFP rounding modes.
9420         Call __fe_mask_env() if FP exceptions previously enabled.
9421         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
9422         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
9423         transitioning from all exceptions disabled to any exception enabled
9424         or visa versa.
9425         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
9426         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
9427         when transitioning from all exceptions disabled to any exception
9428         enabled or visa versa.
9429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
9430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
9431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
9432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
9433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
9434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
9436 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
9438         [BZ #4465]
9439         * posix/unistd.h: Remove __THROW from fdatasync.
9441 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
9443         [BZ #4465]
9444         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
9446 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
9448         * stdio-common/vfprintf.c (process_string_arg): Optimize
9449         ridiculous precision in wide char code printing multi-byte string.
9450         Reported by Jim Meyering <jim@meyering.net>.
9452         [BZ #4131]
9453         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
9454         boundaries to work around systems with overlapping binary loading.
9455         Based on a patch by Suzuki <suzuki@in.ibm.com>.
9457 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
9459         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
9460         __mbsnrtowcs after last change.
9462         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
9463         (get_ident): Likewise.
9465 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
9467         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
9468         with setting the sticky bit.
9469         * math/test-misc.c (main): Add more truncation tests.
9471 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
9473         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
9474         double in the function declaration.
9475         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
9476         double in the function declaration.
9477         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9478         float in the function declaration.
9479         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9480         float in the function declaration.
9482         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
9483         denormal operands.  Do not generate FP_EX_DENORM exception.
9484         (FP_UNPACK_RAW_EP): Ditto.
9485         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
9486         undefined _FP_UNPACK_RAW_E.
9487         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
9488         undefined _FP_UNPACK_RAW_EP.
9489         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
9490         undefined _FP_PACK_RAW_E.
9491         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
9492         undefined _FP_PACK_RAW_EP.
9494         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
9495         _FP_FRAC_COPY_2.
9496         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
9497         _FP_FRAC_COPY_4.
9499 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
9500             Jakub Jelinek  <jakub@redhat.com>
9502         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
9503         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
9504         this case.
9505         * soft-fp/op-common.h (FP_TRUNC): Ditto.
9507 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
9509         * math/test-misc.c (main): Add tests for rounding long double
9510         values close to smallest double denormalized value to double.
9512 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
9514         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
9515         condition for truncating to 0.  Set sticky bit for such
9516         truncation.
9518 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
9520         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
9521         fixed length array for ignore.
9523 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
9525         [BZ #4438]
9526         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
9527         stack for large precisions.
9528         * stdio-common/test-vfprintf.c (main): Add test for large
9529         precision.
9531 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
9533         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
9534         for exponent 0.
9535         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
9537         [BZ #4439]
9538         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
9539         account in the size check.
9540         * resolv/tst-inet_ntop.c: New test.
9541         * resolv/Makefile (tests): Add tst-inet_ntop.
9543 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
9544             Jakub Jelinek  <jakub@redhat.com>
9546         [BZ #4349]
9547         * malloc/malloc.c: Keep separate list for first blocks on the bin
9548         lists with a given size.  This helps skipping over list elements
9549         we know won't fit in two places.
9550         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
9552 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
9554         [BZ #4102]
9555         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
9556         label to Teredo tunnel addresses 2001://32.
9558 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
9560         * locale/programs/ld-collate.c (collate_read): Allow order_start
9561         after copy.
9563         * locale/programs/ld-collate.c (collate_read): Fix printing of
9564         error message.
9566         [BZ #3213]
9567         * locale/C-translit.h.in: Add entry for U2044.
9569         [BZ #4342]
9570         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
9571         hexa-decimal floats without exponent.
9572         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
9574 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
9576         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
9577         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
9578         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
9579         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
9580         GLIBC_2.6.
9581         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
9582         Add sched_getcpu.
9584 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
9586         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
9587         of 0 after the out_fail label.
9589 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
9591         [BZ #4406]
9592         * iconv/gconv_charset.h (strip): Allow ':'.
9593         * iconv/iconv_open.c (iconv_open): Adjust comment.
9595 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
9597         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
9598         version.
9600 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
9602         [BZ #4381]
9603         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
9604         alignment of buffer and tmp_buffer.
9605         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
9606         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
9607         alignment of buffer.
9608         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
9609         bigger than INT_MAX.
9610         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
9611         h_errnop arguments.  Fail if buflen is too small.
9612         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
9614 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
9616         [BZ #4405]
9617         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
9618         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
9620 2007-04-22  Roland McGrath  <roland@redhat.com>
9622         * elf/elf.h (NT_PRXFPREG): New macro.
9624 2007-04-19  Andreas Jaeger  <aj@suse.de>
9626         [BZ #3905]
9627         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
9628         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
9629         Added.
9631 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
9633         * include/sys/mman.h: Mark madvise hidden.
9634         * misc/madvise.c: Add libc_hidden_def.
9636 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
9638         * nis/nis_domain_of.c (__nis_domain_of): New function.
9639         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
9640         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
9641         * nis/nis_call.c (rec_dirsearch): Likewise.
9642         (first_shoot): Likewise.  Remove search_parent_first argument.
9643         (struct nis_server_cache): Rename search_parent_first field
9644         to search_parent.
9645         (nis_server_cache_search, nis_server_cache_add): Rename
9646         search_parent_first argument to search_parent.
9647         (__nisfind_server): Likewise.  If search_parent, call
9648         __nis_domain_of.
9650 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
9652         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
9654 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
9656         [BZ #4368]
9657         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
9659 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
9661         [BZ #4364]
9662         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
9664 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
9666         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
9667         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
9668         current number of locales in SUPPORTED.
9669         (create_archive): Initialize serial.
9670         (enlarge_archive): Preserve aliases rather than duplicating
9671         their locrecs.
9673 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
9675         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
9676         after _IO_un_link, not before it.
9678         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
9679         special case handling when wcp == wstartp + 1.  Fix a comment typo.
9680         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
9682 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
9684         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
9685         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
9686         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
9687         Remove __THROW.
9688         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
9689         _IO_file_xsgetn_maybe_mmap): Likewise.
9690         * libio/oldfileops.c (old_do_write): Likewise.
9691         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
9692         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
9693         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
9694         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
9695         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
9696         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
9697         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
9698         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
9699         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
9700         _IO_file_underflow, _IO_file_underflow_mmap,
9701         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
9702         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
9703         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
9704         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
9705         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
9706         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
9707         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
9708         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
9709         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
9710         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
9711         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
9712         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
9713         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
9714         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
9715         _IO_adjust_column_internal, _IO_default_uflow_internal,
9716         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
9717         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
9718         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
9719         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
9720         _IO_file_close_it_internal, _IO_file_underflow_internal,
9721         _IO_file_overflow_internal, _IO_file_attach_internal,
9722         _IO_file_fopen_internal, _IO_file_sync_internal,
9723         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
9724         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
9725         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
9726         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
9727         _IO_seekpos_unlocked): Likewise.
9728         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
9729         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
9731 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
9733         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
9734         argument in xmalloc size computation.
9736 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
9738         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
9739         math_opt_barrier and math_force_eval macros.
9741 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
9743         [BZ #3306]
9744         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
9745         * sysdeps/i386/fpu/math_private.h: New file.
9746         * sysdeps/x86_64/fpu/math_private.h: New file.
9747         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
9748         math_force_eval macros.  Use "+m" constraint on asm rather than
9749         "=m" and "m".
9750         * math/s_nextafter.c (__nextafter): Likewise.
9751         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
9752         Likewise.
9753         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9754         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
9755         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
9756         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
9757         math_opt_barrier and math_force_eval macros.
9758         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
9759         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
9760         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
9761         (__nexttoward): Use math_opt_barrier and
9762         math_force_eval macros.  Use "+m" constraint on asm rather than
9763         "=m" and "m".  Only use asm to force double result if
9764         FLT_EVAL_METHOD is 2.
9765         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
9766         (__nexttowardf): Use math_opt_barrier and
9767         math_force_eval macros.  Use "+m" constraint on asm rather than
9768         "=m" and "m".  Only use asm to force double result if
9769         FLT_EVAL_METHOD is not 0.
9770         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
9771         (__nexttowardf): Use math_opt_barrier and
9772         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
9773         x to float using asm.
9774         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
9775         (__nldbl_nexttowardf): Use math_opt_barrier and
9776         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
9777         x to float using asm.
9778         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
9779         (__nexttowardf): Use math_opt_barrier and math_force_eval
9780         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
9781         * math/bug-nextafter.c (zero, inf): New variables.
9782         (main): Add new tests.
9783         * math/bug-nexttoward.c (zero, inf): New variables.
9784         (main): Add new tests.
9786 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
9788         [BZ #3427]
9789         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
9790         exceptions both in SW and MXCSR.
9791         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
9792         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
9793         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
9794         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9795         in MXCSR if SSE is available.
9796         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
9797         and ldsodefs.h.
9798         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
9799         Fix comment typo.
9800         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
9801         Return 0 rather than 1.
9802         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
9803         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
9804         * math/test-fenv.c (feholdexcept_tests): New function.
9805         (main): Call it.
9807 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
9809         [BZ #3427]
9810         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9811         in SW.
9813 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
9815         [BZ #4344]
9816         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
9817         Reported by David Anderson <davea42@earthlink.net>.
9819 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
9821         * posix/sys/wait.h: Remove unnecessary forward declaration.
9823 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
9825         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
9826         with obj->do_servers after first_shoot.
9828 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
9830         * posix/Makefile (routines): Add sched_cpucount.
9831         (tests): Add tst-cpucount.
9832         * posix/sched_cpucount.c: New file.
9833         * posix/tst-cpucount.c: New file.
9834         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
9835         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
9836         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9837         * posix/sched.h: Define CPU_COUNT.
9839 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
9841         * posix/fnmatch.c (STRUCT): Define.
9842         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
9843         * posix/fnmatch_loop.c (struct STRUCT): New type.
9844         (FCT): Add ends argument.  If ends != NULL and normal * is
9845         seen in the pattern, store current pattern and string pointers
9846         and return.  Adjust recursive calls.
9847         (EXT): Adjust FCT callers.
9848         (STRUCT): Undef at the end of the file.
9849         * posix/Makefile (tests): Add tst-fnmatch2.
9850         * posix/tst-fnmatch2.c: New test.
9852 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
9854         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
9855         and 1 on failure.
9857         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
9858         Change last argument to unsigned int.
9860 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
9862         * scripts/check-local-headers.sh: Filter out sys/capability.h.
9864 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
9866         * config.h.in (HAVE_LIBCAP): Add.
9867         * nscd/selinux.h: Include sys/capability.h rather than non-existent
9868         sys/capabilities.h.
9869         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
9870         free_caps.  Cast away const from 4th cap_set_flag argument.
9872 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
9874         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
9875         GLIBC_2.6.
9876         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
9877         Add sync_file_range.
9878         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
9880 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
9882         * sysdeps/powerpc/bits/atomic.h
9883         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
9884         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
9885         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9886         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
9887         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9888         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
9889         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
9890         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
9891         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9892         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
9893         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
9894         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
9895         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9896         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
9897         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9898         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
9899         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9900         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
9901         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9902         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
9904 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
9906         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9907         (__cache_line_size): Define the variable here.  Add
9908         attribute_hidden, remove weak_extern.
9909         (__libc_start_main): Set __cache_line_size
9910         unconditionally.
9911         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
9912         (__cache_line_size): Define the variable here.  Add
9913         attribute_hidden, remove weak_extern.
9914         (DL_PLATFORM_AUXV): Set __cache_line_size
9915         unconditionally.
9916         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
9917         weak_extern, add attribute_hidden.
9918         (__elf_machine_runtime_setup): Assume __cache_line_size is always
9919         defined in ld.so.
9920         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
9921         definition.
9922         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
9924 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
9926         [BZ #4276]
9927         * timezone/africa: Update from tzdata2007d.
9928         * timezone/asia: Likewise.
9929         * timezone/australasia: Likewise.
9930         * timezone/backward: Likewise.
9931         * timezone/europe: Likewise.
9932         * timezone/iso3166.tab: Likewise.
9933         * timezone/leapseconds: Likewise.
9934         * timezone/northamerica: Likewise.
9935         * timezone/southamerica: Likewise.
9936         * timezone/zone.tab: Likewise.
9938         * timezone/private.h: Update from tzcode2007d.
9939         * timezone/zdump.c: Likewise.
9940         * timezone/zic.c: Likewise.
9942 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
9944         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
9945         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
9946         variables.
9947         (nis_server_cache_search, nis_server_cache_add): New functions.
9948         (__nisfind_server): Use them.  Add dbp and flags argument, if
9949         call __nisbind_create.
9950         (__nisbind_create): Add server_used and current_ep arguments,
9951         only call __nis_findfastest if server_used is ~0.
9952         (__do_niscall2, __prepare_niscall): Adjust callers.
9953         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
9954         ckey_cache_euid, ckey_cache_lock): New variables.
9955         (get_ckey): New function.
9956         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
9957         __pmap_getnisport.  Save __pmap_getnisport result in
9958         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
9959         key.
9960         * nis/nis_lookup.c (nis_lookup): Likewise.
9961         * nis/nis_table.c (nis_list): Likewise.
9962         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
9963         prototypes.
9965         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
9966         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
9967         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
9968         _nss_nisplus_getservbyport_r): Likewise.
9969         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
9970         _nss_nisplus_getnetbyaddr_r): Likewise.
9971         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
9972         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
9973         _nss_nisplus_getntohost_r): Likewise.
9974         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
9975         _nss_nisplus_getrpcbynumber_r): Likewise.
9977 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
9979         * configure.in (libc_cv_gnu89_inline): Only do compile test.
9980         * configure: Rebuilt.
9982         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
9983         bit-fields.
9984         * soft-fp/extended.h (_FP_UNION_E): Likewise.
9986 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
9988         [BZ #2831]
9989         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
9990         bit-fields.
9992 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
9994         * nscd/gai.c: Include alloca.h.
9995         (__libc_use_alloca): Define.
9997 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
9999         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
10000         smaller scopes.
10001         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
10002         (DL_DST_REQUIRED): Adjust user.
10004         * include/dlfcn.h (struct link_map): New forward decl.
10006         * inet/getnameinfo.c: Include stddef.h.
10007         (getnameinfo): Use offsetof.
10009         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
10011         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
10013         * string/strerror_l.c: Include stdlib.h.
10015         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
10016         * config.make.in (gnu89-inline-CFLAGS): New variable.
10017         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
10018         -std=gnu99.
10019         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
10020         * argp/argp.h: Use it.
10021         * bits/mathinline.h: Likewise.
10022         * bits/sigset.h: Likewise.
10023         * bits/string.h: Likewise.
10024         * ctype/ctype.h: Likewise.
10025         * hurd/hurd.h: Likewise.
10026         * hurd/hurd/fd.h: Likewise.
10027         * hurd/hurd/port.h: Likewise.
10028         * hurd/hurd/signal.h: Likewise.
10029         * hurd/hurd/threadvar.h: Likewise.
10030         * hurd/hurd/userlink.h: Likewise.
10031         * io/sys/stat.h: Likewise.
10032         * libio/bits/stdio.h: Likewise.
10033         * libio/bits/stdio2.h: Likewise.
10034         * mach/lock-intern.h: Likewise.
10035         * mach/mach/mig_support.h: Likewise.
10036         * math/bits/cmathcalls.h: Likewise.
10037         * posix/bits/unistd.h: Likewise.
10038         * socket/bits/socket2.h: Likewise.
10039         * stdlib/bits/stdlib.h: Likewise.
10040         * stdlib/stdlib.h: Likewise.
10041         * string/argz.h: Likewise.
10042         * string/bits/string2.h: Likewise.
10043         * string/bits/string3.h: Likewise.
10044         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
10045         * sysdeps/generic/inttypes.h: Likewise.
10046         * sysdeps/generic/machine-lock.h: Likewise.
10047         * sysdeps/generic/machine-sp.h: Likewise.
10048         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
10049         * sysdeps/i386/i486/bits/string.h: Likewise.
10050         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
10051         * sysdeps/mach/alpha/machine-lock.h: Likewise.
10052         * sysdeps/mach/alpha/machine-sp.h: Likewise.
10053         * sysdeps/mach/i386/machine-lock.h: Likewise.
10054         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
10055         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
10056         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
10057         * sysdeps/s390/bits/string.h: Likewise.
10058         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
10059         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
10060         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
10061         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
10062         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10063         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
10064         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
10065         * wcsmbs/bits/wchar2.h: Likewise.
10066         * wcsmbs/wchar.h: Likewise.
10067         * stdlib/gmp.h: Likewise.  Include <features.h> to get
10068         __extern_inline definition.
10070 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
10072         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
10073         NULL.
10075         [BZ #3919]
10076         * math/libm-test.inc (log_test): Test -Inf and NaN.
10077         (log10_test, log1p_test, log2_test): Test -Inf.
10078         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
10079         FE_INVALID when argument is qNaN.
10080         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
10081         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
10082         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10083         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
10084         andb $1, %ah with testb $1, %ah, don't test for parity, instead
10085         testb $4, %ah and jump if non-zero.
10086         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10087         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
10089         [BZ #4101]
10090         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
10091         ancestors with the same depths.
10092         Patch by Niels Moeller <nisse@lysator.liu.se>.
10093         (filter_doc): Don't crash if argp is NULL.
10094         * argp/Makefile (tests): Add tst-argp2.
10095         * argp/tst-argp2.c: New test.
10097         [BZ #4130]
10098         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
10099         open_not_cancel_2.
10100         (updwtmp_file): Likewise.
10102         [BZ #4181]
10103         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
10104         (inet6_opt_append): Don't check extlen is big enough if extbuf
10105         is NULL.
10106         (inet6_opt_finish): Likewise.
10107         * inet/Makefile (tests): Add test-inet6_opt.
10108         * inet/test-inet6_opt.c: New test.
10110         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
10111         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
10112         NLMSG_ERR.  Instead use a page sized buffer.
10113         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
10114         buffer.
10116 2007-03-14  Richard Henderson  <rth@redhat.com>
10118         * sysdeps/alpha/fpu/s_llround.c: New file.
10119         * sysdeps/alpha/fpu/s_llroundf.c: New file.
10120         * sysdeps/alpha/fpu/s_lround.c: New file.
10121         * sysdeps/alpha/fpu/s_lroundf.c: New file.
10122         * sysdeps/alpha/fpu/s_round.c: New file.
10123         * sysdeps/alpha/fpu/s_roundf.c: New file.
10124         * sysdeps/alpha/fpu/s_trunc.c: New file.
10125         * sysdeps/alpha/fpu/s_truncf.c: New file.
10127         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
10128         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
10129         * sysdeps/alpha/fpu/s_floor.c: Likewise.
10130         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
10131         * sysdeps/alpha/fpu/s_rint.c: Likewise.
10132         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
10134         * sysdeps/alpha/fpu/s_fmax.S: New file.
10135         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
10136         * sysdeps/alpha/fpu/s_fmin.S: New file.
10137         * sysdeps/alpha/fpu/s_fminf.S: New file.
10138         * sysdeps/alpha/fpu/s_isnan.c: New file.
10139         * sysdeps/alpha/fpu/s_isnanf.c: New file.
10140         * sysdeps/alpha/fpu/s_llrint.c: New file.
10141         * sysdeps/alpha/fpu/s_llrintf.c: New file.
10142         * sysdeps/alpha/fpu/s_lrint.c: New file.
10143         * sysdeps/alpha/fpu/s_lrintf.c: New file.
10144         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
10145         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
10147         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
10148         (__fdimf, fdimf, __fdim, fdim): Remove.
10149         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
10150         (__isnanf, __isnan, __isnanl): New.
10152 2007-03-13  Richard Henderson  <rth@redhat.com>
10154         * sysdeps/ieee754/ldbl-128/Makefile: New file.
10156 2007-03-13  Richard Henderson  <rth@redhat.com>
10158         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
10159         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
10160         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
10161         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
10162         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
10163         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
10165 2007-03-13  Richard Henderson  <rth@redhat.com>
10167         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
10168         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
10169         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
10170         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
10171         Move to dl-auxv.h; initialize instead of extern weak.
10172         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
10173         weak symbol.
10174         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
10175         Extern instead of initialized.
10177 2007-03-13  Richard Henderson  <rth@redhat.com>
10179         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
10180         __sigsuspend_nocancel.
10182 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
10184         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
10185         172.16/12 address range.
10187 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
10189         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
10190         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
10191         message.
10193 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
10195         [BZ #4069]
10196         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
10197         earlier.
10198         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
10200         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
10201         for x qNaN and y either +-inf or non-integer value.
10202         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
10203         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10204         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
10206 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
10208         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
10209         from sysdep_headers.
10211 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
10213         * time/tzfile.c (find_transition): Instead of a linear search try to
10214         guess the transition index, use a linear search if the result is at
10215         most 10 transitions away from the guess or binary search otherwise.
10217 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
10219         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
10220         memory reallocation.
10222 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
10224         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
10225         and fix some typos.
10226         Optimize use of TOLOWER.
10228         [BZ #3325]
10229         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
10230         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10231         * sysdeps/i386/fpu/e_fmod.S: Likewise.
10233         [BZ #3458]
10234         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
10235         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
10237         [BZ #4076]
10238         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
10239         (open_dir_stream): Likewise.
10240         * io/Makefile (tests): Add bug-ftw5.
10241         * io/bug-ftw5.c: New file.
10243         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
10244         * nscd/servicescache.c (cache_addserv): Likewise.
10246         * nscd/grpcache.c (cache_addgr): In case a record changed on
10247         refresh, adjust key_copy.
10249         [BZ #4074]
10250         * nscd/pwdcache.c (cache_addpw): In case a record changed on
10251         refresh, adjust key_copy.
10253         [BZ #4070]
10254         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
10255         special cases.
10256         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
10258 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
10260         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
10261         optimization.
10263         * stdio-common/vfscanf.c: Small cleanups throughout.
10265 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
10267         [BZ #3325]
10268         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
10269         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10270         * sysdeps/i386/fpu/e_fmod.S: Likewise.
10271         Patch by Jared Casper <jaredcasper@gmail.com>.
10273         * sysdeps/unix/closedir.c: Outside libc don't use locking.
10274         * sysdeps/unix/opendir.c: Likewise.
10275         * sysdeps/unix/readdir.c: Likewise.
10277         [BZ #2211]
10278         * stdio-common/vfscanf.c: Handle localized digits etc for floating
10279         point numbers.
10280         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
10282         * stdio-common/vfscanf.c: Fix problems in width accounting.
10283         * stdio-common/tst-sscanf.c (double_tests): New tests.
10284         (main): Hook them up.
10286         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
10287         More simplifications of floating-point reader.
10289         * stdio-common/Makefile (tests): Add tst-swscanf.
10290         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
10291         testing.
10292         * stdio-common/tst-swscanf.c: New file.
10294 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
10296         [BZ #2633]
10297         * libio/stdio.h: Define struct _IO_FILE in global namespace.
10298         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
10299         Remove using for __jmp_buf_tag.
10300         * locale/locale.h (struct lconv): Also define in std namespace.
10301         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
10303         [BZ #3842]
10304         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
10305         using __libc_enable_secure.
10307         [BZ #3818]
10308         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
10310         [BZ #3745]
10311         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
10312         of names for ellipsises.
10314         [BZ #3348]
10315         * malloc/memusage.sh: Cleanups.
10316         * debug/xtrace.sh: Quoting and trap changes.
10318 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
10320         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
10322         * locale/iso-3166.def: Update entry for Serbia.
10323         * locale/iso-4217.def: Define RSD, remove CSD.
10325         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
10326         and 64-bit operations.
10328         [BZ #4040]
10329         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
10330         16-bit operations.
10332         * nscd/nscd.c (parse_opt): One more conversion to use send instead
10333         of writev.
10335 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
10337         [BZ #3991]
10338         * assert/assert.h (assert): Simplify.
10339         (assert_perror): Likewise.
10340         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
10342         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
10343         reqdata.
10345         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
10346         change: don't pass NULL in place of an integer.
10348 2007-02-02  Bruno Haible  <bruno@clisp.org>
10350         [BZ #3954]
10351         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
10352         Add mapping for U+327E.
10353         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
10354         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10355         mapping of 0xD9 0xE8.
10356         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
10357         mapping of U+327E.
10358         Reported by Jungshik Shin <jungshik@google.com>.
10360         [BZ #3955]
10361         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10362         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
10363         Reported by Jungshik Shin <jungshik@google.com>.
10365 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
10367         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
10368         byte variants.
10370         [BZ #4040]
10371         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
10372         byte variants.  Patch mostly be tom@tommay.net.
10374 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
10376         [BZ #3996]
10377         * posix/glob.c (attribute_hidden): Define if not defined.
10378         (glob): Unescape dirname, filename or username when needed and not
10379         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
10380         is NULL.  Handle unescaped [ in pattern without closing ].
10381         Don't pass GLOB_CHECK down to recursive glob for directories.
10382         (__glob_pattern_type): New function.
10383         (__glob_pattern_p): Implement using __glob_pattern_type.
10384         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10385         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10386         Remove unreachable code.
10387         * posix/globtest.sh: Add a couple of new tests.
10389 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
10391         * po/ru.po: Update from translation team.
10393 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
10395         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
10396         to the list of i486+ CPUs.
10397         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10399 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
10401         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
10402         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
10403         references.
10405 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
10407         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
10409         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
10410         * resolv/res_mkquery.c: Define __res_nopt.
10411         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
10412         try adding EDNS0 record.
10413         * resolv/res_send.c (send_dg): If request failed with FORMERR and
10414         EDNS0 record was send make sure we don't try it again.
10415         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
10416         * include/resolv.h: Declare __res_nopt.
10418 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
10420         [BZ #3944]
10421         * time/strptime_l.c (__strptime_internal): Set have_mon for
10422         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
10423         have been computed from tm_yday and tm_year.  Don't crash
10424         in day_of_the_week or day_of_the_year if not have_mon
10425         and tm_mon contains bogus value.
10426         * time/Makefile (tests): Add tst-strptime3.
10427         * time/tst-strptime3.c: New test.
10429 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
10431         [BZ #3957]
10432         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
10433         bit for RE_HAT_LISTS_NOT_NEWLINE.
10434         (build_charclass_op): Remove bogus comment.
10435         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
10436         * posix/bug-regex27.c: New test.
10437         * posix/bug-regex28.c: New test.
10439 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
10441         * po/sv.po: Update from translation team.
10443 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
10445         * nscd/nscd_helper.c (open_socket): Minor size optimization.
10447 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
10449         * include/locale.h (__uselocale): Add libc_hidden_proto.
10450         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
10452         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
10453         gettimeofday.
10455 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
10457         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
10458         returning.
10459         (PTR_DEMANGLE): Real definition now that it's not the same as
10460         PRT_MANGLE anymore.
10461         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10463         * string/strerror_l.c: New file.
10464         * string/Makefile (routines): Add strerror_l.
10465         * string/string.h: Declare strerror_l.
10466         * string/Versions: Export strerror_l for GLIBC_2.6.
10468 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
10470         * nscd/nscd_helper.c (open_socket): Now takes request type and key
10471         as parameter.  Construct request record.  Try sending request
10472         before the first poll use, it usually succeeds.  Adjust all
10473         callers.
10474         * nscd/nscd-client.h: Define MAXKEYLEN.
10475         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
10477 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
10479         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
10480         from return value.
10481         * nscd/nscd_helper.c: Include string.h.
10482         (__nscd_cache_search): Remove const qualifier from return value.
10483         On strict alignment architectures check hash entry and data head
10484         alignment.
10485         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
10486         mmapped data during GC cycle contains garbage.  If
10487         __nscd_drop_map_ref fails, decrement mapped->counter when returning
10488         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
10489         dropped to 0.
10490         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10491         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10492         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
10493         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10494         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10496 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
10498         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
10500 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
10502         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
10503         names not numbers in cfi_*.
10505 2007-01-26  Andreas Jaeger  <aj@suse.de>
10507         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
10508         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
10509         Correct values of PER_HPUX and PER_OSF4.
10511 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
10513         * elf/dl-minimal.c: Undefine _itoa first.
10514         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
10515         * malloc/mtrace.c: Revert last change.
10516         * posix/wordexp.c: Likewise.
10518 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
10520         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
10521         and __geode__ to the list of i486+ CPUs.
10522         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10524 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
10526         * stdio-common/_itoa.c: Include <limits.h>.
10527         * stdio-common/_itowa.c: Likewise.
10529 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
10531         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
10532         platforms.
10533         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
10534         64-bit platforms.
10535         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
10536         possible.
10537         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
10538         if possible.
10540         [BZ #3902]
10541         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
10542         * stdio-common/Makefile (tests): Add bug17.
10543         * stdio-common/bug17.c: New file.
10545 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
10547         * iconvdata/brf.c: New file.
10548         * iconvdata/testdata/BRF: New file.
10549         * iconvdata/testdata/BRF..UTF8: New file.
10550         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
10551         * iconvdata/Makefile: Add rules to build BRF.
10552         * iconvdata/TESTS: Add BRF entry.
10553         * iconvdata/gconv-modules: Likewise.
10554         * iconvdata/tst-tables.sh: Likewise.
10556 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
10558         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
10559         type `long long int', not `long int'.
10560         (wcstoq): Likewise.
10562 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
10564         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
10565         of values on 64-bit platforms which are too large.
10567 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
10568             Joe Kerian  <jkerian@us.us.ibm.com>
10570         [BZ #2749]
10571         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
10572         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
10573         (__copysignl): Use signbit() for comparison.
10574         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
10575         SET_LDOUBLE_WORDS64.
10577         [BZ #2423, #2749]
10578         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
10579         (__ceill): Remove calls to fegetround(), fesetround().
10580         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
10581         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
10582         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
10584 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
10586         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
10588         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
10590 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
10592         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
10593         demangle pointer.
10594         * csu/libc-start.c: Likewise.
10596 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
10598         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
10599         really work anyway.
10601 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
10603         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
10604         users.
10605         (handle_request): Remove unnecessary tests.
10607         * nscd/cache.c (cache_add): Record the failure to add to the cache.
10609 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
10611         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
10612         workbits in semi-raw fraction.
10614         * math/test-misc.c: Add new tests.
10616 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
10618         * math/basic-test.c: Include test-skeleton.c.
10619         (TEST_TRUNC): Define.
10620         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
10621         (main): Rename to ...
10622         (do_test): ...this.  Run new tests.
10623         (TEST_FUNCTION): Define.
10625 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
10626             Joe Kerian  <jkerian@us.us.ibm.com>
10628         [BZ #2749]
10629         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
10630         handling for high words.
10631         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
10632         and overflow for infinity.
10634 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
10636         * nscd/connections.c (handle_request): Add a __builtin_expect.
10638         * nscd/connections.c (serv2db): Change type into structure which
10639         also says whether this is a request for data.  Renamed to
10640         servinfo.  All users changed.
10641         (handle_request): Much simpler test whether we should search the cache.
10643         * nscd/connections.c (handle_request): Fix thinko in selinux test
10644         invocation.
10646         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
10647         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
10648         it before getting dl_load_lock and then relock.
10649         (_dl_lookup_symbol_x): Pass flags to add_dependency.
10650         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
10651         case we unlocked the scope.
10652         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
10653         _dl_lookup_symbol_x in case we locked the scope.
10654         (_dl_profile_fixup): Likewise.
10655         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
10656         set DL_LOOKUP_SCOPE_LOCK.
10658 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
10660         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
10661         CFLAGS-getsrvbynpt_r.c.
10662         * nscd/getsrvbynm_r.c: New file.
10663         * nscd/getsrvbypt_r.c: New file.
10664         * nscd/nscd_getserv_r.c: New file.
10665         * nscd/servicescache.c: New file.
10666         * nscd/Makefile (routines): Add nscd_getserv_r.
10667         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
10668         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
10669         CFLAGS-getsrvbypt_r.c.
10670         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
10671         table.  Add entries for services database.
10672         * nscd/connections.c (serv2str): Mark as const.  Add entries for
10673         services database.
10674         (dbs): Add .reset_res and servdb initialization.
10675         (serv2db): Add entries for services database.
10676         (verify_persistent_db): Accept dbnr == servdb.
10677         (invalidate_cache): Rewrite database name recognition to use a table.
10678         Call res_init() if .reset_res is set for database.
10679         (handle_request): Add code to handle services database.
10680         * nscd/gai.c: Don't define __getservbyname_r.
10681         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
10682         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
10683         (serv_response_header): Define.
10684         (struct datahead): Add serv_response_header member.
10685         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
10686         using table.
10687         * nscd/nscd.conf: Add entries for services database.
10688         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
10689         Declare serv_iov_disabled.
10690         Declare addservbyname, readdservbyname, addservbyport, and
10691         readdservbyport.
10692         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
10693         (find_db): Fix error message.
10694         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
10695         __nscd_getservbyname_r, and __nscd_getservbyport_r.
10696         * nscd/selinux.c (perms): Add entries for services database.
10697         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
10698         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
10700         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
10701         * nscd/hstcache.c: Likewise.
10702         * nscd/pwdcache.c: Likewise.
10704         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
10705         computation of keylen.
10707         * include/string.h: Only redefine strndupa if this is really for
10708         libc code.
10710 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
10712         * nscd/nscd_gethst_r.c: Minor cleanups.
10714         * nscd/connections.c (handle_request): Check selinux permissions
10715         for all non-admin commands.
10717         * sysdeps/i386/i486/bits/atomic.h: Define
10718         atomic_compare_and_exchange_val_acq,
10719         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
10720         using __sync_* built-ins for gcc >= 4.1.
10721         * sysdeps/x86_64/bits/atomic.h: Likewise.
10723         [BZ #3840]
10724         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
10725         and .oS.d files.
10727 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
10729         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
10730         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
10731         (do_test): Check errno and exit(0) if ENOSYS.
10733 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
10735         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
10736         thousands separators.
10737         * stdlib/Makefile: Add rules to build and run tst-strtod4.
10738         * stdlib/tst-strtod4.c: New test.
10740         [BZ #3855]
10741         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
10742         hexadecimal digit should accept just the initial 0.
10743         * stdlib/tst-strtod2.c (tests): New variable.
10744         (do_test): Run several tests rather than just one.
10746 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
10748         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
10749         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
10751 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
10753         * io/fts.c: Make sure fts_cur is always valid after return from
10754         fts_read.
10755         Patch by Miloslav Trmac <mitr@redhat.com>.
10757 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
10759         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
10760         (R_MIPS_NUM): Bump by 1.
10762 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
10764         * posix/execvp.c: Include alloca.h.
10765         (allocate_scripts_argv): Renamed to...
10766         (scripts_argv): ... this.  Don't allocate buffer here nor count
10767         arguments.
10768         (execvp): Use alloca if possible.
10769         * posix/Makefile: Add rules to build and run tst-vfork3 test.
10770         * posix/tst-vfork3.c: New test.
10772 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
10774         * string/Makefile (tst-strxfrm2-ENV): Define.
10775         * stdlib/Makefile (tst-strtod3-ENV): Define.
10777 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
10779         * posix/getconf.c: Update copyright year.
10780         * nss/getent.c: Likewise.
10781         * iconv/iconvconfig.c: Likewise.
10782         * iconv/iconv_prog.c: Likewise.
10783         * elf/ldconfig.c: Likewise.
10784         * catgets/gencat.c: Likewise.
10785         * csu/version.c: Likewise.
10786         * elf/ldd.bash.in: Likewise.
10787         * elf/sprof.c (print_version): Likewise.
10788         * locale/programs/locale.c: Likewise.
10789         * locale/programs/localedef.c: Likewise.
10790         * nscd/nscd.c (print_version): Likewise.
10791         * debug/xtrace.sh: Likewise.
10792         * malloc/memusage.sh: Likewise.
10793         * malloc/mtrace.pl: Likewise.
10794         * debug/catchsegv.sh: Likewise.
10796 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
10798         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
10799         attempts.
10801 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
10803         * posix/wordexp.c: Remove some unnecessary tests.
10805 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
10807         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
10808         blacklist the group till after we look it up.
10810 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
10812         * include/atomic.h (atomic_forced_read): New macro.
10814 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
10816         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
10818 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
10820         * nss/getXXbyYY_r.c: Include atomic.h.
10821         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
10822         add atomic_write_barrier () in between.
10824         * stdlib/Makefile (tests): Add tst-makecontext.
10825         * stdlib/tst-makecontext.c: New test.
10827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
10828         (__makecontext): Don't realign uc_mcontext.uc_regs.
10830 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
10832         * elf/dl-support.c: Include dl-procinfo.h.
10833         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
10834         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
10835         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
10836         Define.
10837         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
10838         hardcoded constants.
10839         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
10840         PPC_PLATFORM_* macros for array designators.
10842 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
10844         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
10845         names to the beginning.
10846         (_dl_powerpc_platforms): Add "power6x".
10847         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
10848         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
10849         (_DL_PLATFORMS_COUNT): Increase.
10850         (_dl_string_platform): Handle power6x case.
10851         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
10852         PPC_FEATURE_POWER6_EXT): Define.
10853         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
10855 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
10857         [BZ #3747]
10858         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
10859         [-2^31 .. 2^31) range.
10860         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
10861         targets.
10862         * stdlib/tst-rand48-2.c: New test.
10863         * stdlib/Makefile (tests): Add tst-rand48-2.
10865 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
10867         * misc/tst-pselect.c (do_test): Fix sigblock argument.
10869 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
10871         * misc/tst-pselect.c (do_test): Make sure the helper process is
10872         terminating when the test is aborted.
10874 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
10876         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
10877         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10878         Handle relatime mount option.
10880         [BZ #2337]
10881         * libio/Makefile (tests): Add tst-setvbuf1.
10882         * libio/tst-setvbuf1.c: New file.
10884 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
10886         [BZ #2337]
10887         * libio/genops.c (__uflow): Fix a typo.
10888         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
10889         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
10890         the narrow buffer size.
10892 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
10894         [BZ #2337]
10895         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
10896         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
10897         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
10898         in _flags.
10899         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
10900         _IO_wstr_finish): Likewise.
10901         * libio/wmemstream.c (open_wmemstream): Likewise.
10902         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
10903         even for wide streams.
10905 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
10907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
10908         kernel-features.h.
10910 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
10912         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
10913         separators also if no non-zero digits found.
10914         * stdlib/Makefile (tests): Add tst-strtod3.
10916 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
10918         [BZ #3632]
10919         * include/features.h: Fix comment about default value for
10920         _POSIX_C_SOURCE.
10922         [BZ #3664]
10923         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
10924         empty parsed strings.
10925         * stdlib/Makefile (tests): Add tst-strtod2.
10926         * stdlib/tst-strtod2.c: New file.
10928         [BZ #3673]
10929         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
10930         computation.
10931         * stdlib/Makefile (tests): Add tst-atof2.
10932         * stdlib/tst-atof2.c: New file.
10934         [BZ #3674]
10935         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
10936         correctly if removing trailing zero of hex-float.
10937         * stdlib/Makefile (tests): Add tst-atof1.
10938         * stdlib/tst-atof1.c: New file.
10940 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
10942         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
10943         Start searching for next comma at p rather than rest.
10944         * misc/Makefile (tests): Add tst-mntent2.
10945         * misc/tst-mntent2.c: New test.
10947         * misc/getusershell.c (initshells): Check for integer overflows.
10948         Make strings buffer one bigger as fgets always succeeds when second
10949         argument is 1.  Don't use calloc for shells array.  Disallow
10950         / as shell.
10952 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
10954         * malloc/memusage.c: Handle realloc with new size of zero and
10955         non-NULL pointer correctly.
10956         (me): Really write first record twice.
10957         (struct entry): Make format bi-arch safe.
10958         (dest): Write out more realloc statistics.
10959         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
10961 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
10963         * nis/nis_subr.c (nis_getnames): Revert last change.
10965 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
10967         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
10968         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
10969         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
10970         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
10971         ENOTTY.
10972         * io/Makefile: Add rules to build and run tst-ttyname_r test.
10973         * io/tst-ttyname_r.c: New test.
10975 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10977         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
10979 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
10981         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
10982         jump table entries.
10984 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
10986         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
10987         `clone' function to ensure proper unwinding stop of gdb.
10988         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
10990 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
10992         * nscd/nscd.init: Remove obsolete and commented-out -S option
10993         handling.
10995 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
10997         [BZ #3514]
10998         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
11000         [BZ #3515]
11001         * manual/string.texi (strtok): Remove duplicate paragraph.
11003 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11005         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
11006         libgcc not supporting `rflags' unwinding (register # >= 17).
11008 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
11010         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
11011         succeeded.
11013 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
11014             Jakub Jelinek  <jakub@redhat.com>
11015             Jan Kratochvil  <jan.kratochvil@redhat.com>
11017         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
11018         unwind information.
11019         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
11020         'restore_rt' even in the 'signal' directory.
11021         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
11023 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
11025         [BZ #3559]
11026         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
11027         malloc crashed.  Don't allocate memory unnecessarily in each
11028         loop.
11030 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
11032         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
11034 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
11036         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
11038 2006-11-18  Bruno Haible  <bruno@clisp.org>
11040         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
11041         __sysconf only after having tried to call getgroups32.
11043 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
11045         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
11046         addresses for IPv4 queries if they can be mapped.
11048 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
11050         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
11051         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
11052         (signmask): Add .size directive.
11053         (othermask): Add .type directive.
11055 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
11057         * po/nl.po: Update from translation team.
11059         * timezone/zdump.c: Redo fix for BZ #3137.
11061 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
11063         * nss/nss_files/files-alias.c (get_next_alias): Set line back
11064         to first_unused after parsing :include: file.
11066 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11068         * timezone/africa: Update from tzdata2006o.
11069         * timezone/antarctica: Likewise.
11070         * timezone/asia: Likewise.
11071         * timezone/australasia: Likewise.
11072         * timezone/backward: Likewise.
11073         * timezone/europe: Likewise.
11074         * timezone/iso3166.tab: Likewise.
11075         * timezone/northamerica: Likewise.
11076         * timezone/southamerica: Likewise.
11077         * timezone/zone.tab: Likewise.
11079         * time/tzfile.c (__tzfile_read): Extend to handle new file format
11080         on machines with 64-bit time_t.
11082         * timezone/checktab.awk: Update from tzcode2006o.
11083         * timezone/ialloc.c: Likewise.
11084         * timezone/private.h: Likewise.
11085         * timezone/scheck.c: Likewise.
11086         * timezone/tzfile.h: Likewise.
11087         * timezone/tzselect.ksh: Likewise.
11088         * timezone/zdump.c: Likewise.
11089         * timezone/zic.c: Likewise.
11091         [BZ #3483]
11092         * elf/ldconfig.c (main): Call setlocale and textdomain.
11093         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11095         [BZ #3480]
11096         * manual/argp.texi: Fix typos.
11097         * manual/charset.texi: Likewise.
11098         * manual/errno.texi: Likewise.
11099         * manual/filesys.texi: Likewise.
11100         * manual/lang.texi: Likewise.
11101         * manual/maint.texi: Likewise.
11102         * manual/memory.texi: Likewise.
11103         * manual/message.texi: Likewise.
11104         * manual/resource.texi: Likewise.
11105         * manual/search.texi: Likewise.
11106         * manual/signal.texi: Likewise.
11107         * manual/startup.texi: Likewise.
11108         * manual/stdio.texi: Likewise.
11109         * manual/sysinfo.texi: Likewise.
11110         * manual/syslog.texi: Likewise.
11111         * manual/time.texi: Likewise.
11112         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11114         [BZ #3465]
11115         * sunrpc/clnt_raw.c: Minimal message improvements.
11116         * sunrpc/pm_getmaps.c: Likewise.
11117         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11118         * nis/nis_print_group_entry.c: Likewise.
11119         * locale/programs/repertoire.c: Likewise.
11120         * locale/programs/charmap.c: Likewise.
11121         * malloc/memusage.sh: Likewise.
11122         * elf/dl-deps.c: Likewise.
11123         * locale/programs/ld-collate.c: Likewise.
11124         * libio/vswprintf.c: Likewise.
11125         * malloc/memusagestat.c: Likewise.
11126         * sunrpc/auth_unix.c: Likewise.
11127         * sunrpc/rpc_main.c: Likewise.
11128         * nscd/cache.c: Likewise.
11129         * locale/programs/repertoire.c: Unify output messages.
11130         * locale/programs/charmap.c: Likewise.
11131         * locale/programs/ld-ctype.c: Likewise.
11132         * locale/programs/ld-monetary.c: Likewise.
11133         * locale/programs/ld-numeric.c: Likewise.
11134         * locale/programs/ld-time.c: Likewise.
11135         * elf/ldconfig.c: Likewise.
11136         * nscd/selinux.c: Likewise.
11137         * elf/cache.c: Likewise.
11138         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11140         [BZ #3451]
11141         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
11142         change atomic.
11143         (ceil): Likewise.
11145 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
11147         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
11148         if N is one bigger than return value.
11149         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
11150         and l1 last arguments, if buf is defined, verify the return value
11151         equals to strlen (buf) and verify no byte beyond passed length
11152         is modified.
11154 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11156         * po/sv.po: Update from translation team.
11158 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
11160         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
11161         noinline attribute.
11163 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
11165         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
11166         noinline attribute.
11168         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
11169         Use __new_sys_siglist instead of _sys_siglist_internal as
11170         second macro argument.
11171         (_old_sys_siglist): Use declare_symbol_alias macro instead of
11172         strong_alias.
11174 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
11176         [BZ #3493]
11177         * posix/unistd.h (sysconf): Remove const attribute.
11179         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
11180         temporary or deprecated addresses.
11181         Patch by Sridhar Samudrala <sri@us.ibm.com>.
11183         * string/Makefile (tests): Add tst-strxfrm2.
11184         * string/tst-strxfrm2.c: New file.
11186 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
11188         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
11189         rather than r->r_brk.
11191 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
11193         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
11194         optimization even if needed > n.
11196         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
11197         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
11198         return false, otherwise return true.
11199         (cache_rpath): Return decompose_rpath return value.
11201 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
11203         * include/libc-symbols.h (declare_symbol): Rename to...
11204         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
11205         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
11206         .size directive.
11207         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
11208         changes.
11209         * sysdeps/gnu/siglist.c: Likewise.
11211 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
11213         * sysdeps/powerpc/fpu/bits/mathinline.h
11214         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
11215         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
11217 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
11219         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
11220         Update handling of cache descriptor 0x49 for new models.
11221         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
11222         Likewise.
11224 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
11226         * malloc/memusage.c (dest): Reset not_me back to false after
11227         printing statistics.
11229 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
11231         * configure.in: Work around ld --help change and avoid -z relro
11232         test completely if the architecture doesn't care about security.
11234 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
11236         * po/sv.po: Update from translation team.
11238 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
11240         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
11241         generate compatibility version.
11243 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
11245         * configure.in: Relax -z relro requirement a bit.
11247         * po/sv.po: Update from translation team.
11249 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
11251         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
11252         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11253         * elf/dl-close.c (_dl_close_worker): Likewise.
11254         * elf/dl-open.c (_dl_open_worker): Likewise.
11255         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
11257 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
11259         * configure.in: Require assembler support for visibility, compiler
11260         support for visibility and aliases, linker support for various -z
11261         options.
11262         * Makeconfig: Remove conditional code which now is unnecessary.
11263         * config.h.in: Likewise.
11264         * config.make.in: Likewise.
11265         * dlfcn/Makefile: Likewise.
11266         * elf/Makefile: Likewise.
11267         * elf/dl-load.c: Likewise.
11268         * elf/rtld.c: Likewise.
11269         * include/libc-symbols.h: Likewise.
11270         * include/stdio.h: Likewise.
11271         * io/Makefile: Likewise.
11272         * io/fstat.c: Likewise.
11273         * io/fstat64.c: Likewise.
11274         * io/fstatat.c: Likewise.
11275         * io/fstatat64.c: Likewise.
11276         * io/lstat.c: Likewise.
11277         * io/lstat64.c: Likewise.
11278         * io/mknod.c: Likewise.
11279         * io/mknodat.c: Likewise.
11280         * io/stat.c: Likewise.
11281         * io/stat64.c: Likewise.
11282         * libio/stdio.c: Likewise.
11283         * nscd/Makefile: Likewise.
11284         * stdlib/Makefile: Likewise.
11285         * stdlib/atexit.c: Likewise.
11286         * sysdeps/generic/ldsodefs.h: Likewise.
11287         * sysdeps/i386/dl-machine.h: Likewise.
11288         * sysdeps/i386/sysdep.h: Likewise.
11289         * sysdeps/i386/i686/memcmp.S: Likewise.
11290         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
11291         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11292         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11294         * Makerules: USE_TLS support is now default.
11295         * tls.make.c: Likewise.
11296         * csu/Versions: Likewise.
11297         * csu/libc-start.c: Likewise.
11298         * csu/libc-tls.c: Likewise.
11299         * csu/version.c: Likewise.
11300         * dlfcn/dlinfo.c: Likewise.
11301         * elf/dl-addr.c: Likewise.
11302         * elf/dl-cache.c: Likewise.
11303         * elf/dl-close.c: Likewise.
11304         * elf/dl-iteratephdr.c: Likewise.
11305         * elf/dl-load.c: Likewise.
11306         * elf/dl-lookup.c: Likewise.
11307         * elf/dl-object.c: Likewise.
11308         * elf/dl-open.c: Likewise.
11309         * elf/dl-reloc.c: Likewise.
11310         * elf/dl-support.c: Likewise.
11311         * elf/dl-sym.c: Likewise.
11312         * elf/dl-sysdep.c: Likewise.
11313         * elf/dl-tls.c: Likewise.
11314         * elf/ldconfig.c: Likewise.
11315         * elf/rtld.c: Likewise.
11316         * elf/tst-tls-dlinfo.c: Likewise.
11317         * elf/tst-tls1.c: Likewise.
11318         * elf/tst-tls10.h: Likewise.
11319         * elf/tst-tls14.c: Likewise.
11320         * elf/tst-tls2.c: Likewise.
11321         * elf/tst-tls3.c: Likewise.
11322         * elf/tst-tls4.c: Likewise.
11323         * elf/tst-tls5.c: Likewise.
11324         * elf/tst-tls6.c: Likewise.
11325         * elf/tst-tls7.c: Likewise.
11326         * elf/tst-tls8.c: Likewise.
11327         * elf/tst-tls9.c: Likewise.
11328         * elf/tst-tlsmod1.c: Likewise.
11329         * elf/tst-tlsmod13.c: Likewise.
11330         * elf/tst-tlsmod13a.c: Likewise.
11331         * elf/tst-tlsmod14a.c: Likewise.
11332         * elf/tst-tlsmod2.c: Likewise.
11333         * elf/tst-tlsmod3.c: Likewise.
11334         * elf/tst-tlsmod4.c: Likewise.
11335         * elf/tst-tlsmod5.c: Likewise.
11336         * elf/tst-tlsmod6.c: Likewise.
11337         * include/errno.h: Likewise.
11338         * include/link.h: Likewise.
11339         * include/tls.h: Likewise.
11340         * locale/global-locale.c: Likewise.
11341         * locale/localeinfo.h: Likewise.
11342         * malloc/arena.c: Likewise.
11343         * malloc/hooks.c: Likewise.
11344         * malloc/malloc.c: Likewise.
11345         * resolv/Versions: Likewise.
11346         * sysdeps/alpha/dl-machine.h: Likewise.
11347         * sysdeps/alpha/libc-tls.c: Likewise.
11348         * sysdeps/generic/ldsodefs.h: Likewise.
11349         * sysdeps/generic/tls.h: Likewise.
11350         * sysdeps/i386/dl-machine.h: Likewise.
11351         * sysdeps/ia64/dl-machine.h: Likewise.
11352         * sysdeps/ia64/libc-tls.c: Likewise.
11353         * sysdeps/mach/hurd/fork.c: Likewise.
11354         * sysdeps/mach/hurd/i386/tls.h: Likewise.
11355         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
11356         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
11357         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11358         * sysdeps/s390/libc-tls.c: Likewise.
11359         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11360         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11361         * sysdeps/sh/dl-machine.h: Likewise.
11362         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11363         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11364         * sysdeps/x86_64/dl-machine.h: Likewise.
11366         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
11367         split out locking and parameter checking.
11368         (_dl_close): Call _dl_close_worker after locking and checking.
11369         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
11370         _dl_close.
11371         * elf/Makefile: Add rules to build and run tst-thrlock.
11372         * elf/tst-thrlock.c:  New file.
11374         [BZ #3426]
11375         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
11376         reality.
11378         [BZ #3429]
11379         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
11380         we are sure we do not need it anymore for _dl_close.  Also move
11381         the asserts inside the lock region.
11382         Patch mostly by Suzuki <suzuki@in.ibm.com>.
11384 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
11386         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
11387         argument.
11388         (_dl_lookup_symbol_x): Adjust caller.
11390         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
11391         _ns_global_scope.
11392         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
11394         * elf/dl-libc.c: Revert l_scope name changes.
11395         * elf/dl-load.c: Likewise.
11396         * elf/dl-object.c: Likewise.
11397         * elf/rtld.c: Likewise.
11398         * elf/dl-close.c (_dl_close): Likewise.
11399         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
11400         always use __rtld_mrlock_{change,done}.  Always free old scope list
11401         here if not l_scope_mem.
11402         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
11403         change.  Never free scope list here.  Just __rtld_mrlock_lock before
11404         the lookup and __rtld_mrlock_unlock it after the lookup.
11405         * elf/dl-sym.c: Likewise.
11406         * include/link.h (struct r_scoperec): Remove.
11407         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
11408         with l_scope_mem and l_scoperec_lock with l_scope_lock.
11410 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
11412         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
11414 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11416         * configure.in: Disable building profile libraries by default.
11418 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11420         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
11421         as signed longs, check for x_base + pos overflow.
11422         * sunrpc/Makefile (tests): Add tst-xdrmem2.
11423         * sunrpc/tst-xdrmem2.c: New test.
11425 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11427         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
11428         _dl_lookup_symbol_x code.
11430 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11432         * elf/dl-runtime.c: Include sysdep-cancel.h.
11433         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
11434         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
11435         instead of catomic_* macros.
11436         * elf/dl-sym.c: Include sysdep-cancel.h.
11437         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
11438         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11439         * elf/dl-close.c: Include sysdep-cancel.h.
11440         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
11441         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11442         * elf/dl-open.c: Include sysdep-cancel.h.
11443         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
11444         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11446 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11448         [BZ #3313]
11449         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
11450         fastbin rather than end of fastbin array.
11452 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11454         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
11455         body macro.
11456         * sysdeps/x86_64/bits/atomic.h
11457         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
11458         (catomic_decrement): Use correct body macro.
11460 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11462         * include/atomic.h: Add a unique prefix to all local variables
11463         in macros.
11464         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
11466 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
11468         [BZ #3369]
11469         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
11470         and 7.
11472 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
11474         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
11476 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
11478         [BZ #3313]
11479         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
11480         determine highest fast bin to consolidate, always look into all of
11481         them.
11482         (do_check_malloc_state): Only require for empty bins for large
11483         sizes in main arena.
11485         * libio/stdio.h: Add more __wur attributes.
11487         * elf/dl-minimal.c (realloc): Optimize last patch.
11489 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
11491         [BZ #3352]
11492         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
11493         and use memcpy() if it does.
11495 2006-11-12  Andreas Jaeger  <aj@suse.de>
11497         [BZ #2510]
11498         * manual/search.texi (Hash Search Function): Clarify.
11499         (Array Search Function): Clarify.
11501 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
11503         [BZ #2830]
11504         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
11505         shifting.
11506         * math/atest-exp2.c (read_mpn_hex): Likewise.
11507         * math/atest-sincos.c (main): Likewise.
11509 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
11511         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
11512         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
11513         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
11514         version GLIBC_2.6.
11515         * Versions.def: Add GLIBC_2.6 for libc.
11517         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
11519         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
11521 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
11523         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
11525         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
11527         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
11528         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
11530 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
11532         * include/atomic.c: Define catomic_* operations.
11533         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
11534         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
11535         * malloc/memusage.c: Likewise.
11536         * gmon/mcount.c: Likewise.
11537         * elf/dl-close.c: Likewise.
11538         * elf/dl-open.c: Likewise.
11539         * elf/dl-profile.c: Likewise.
11540         * elf/dl-sym.c: Likewise.
11541         * elf/dl-runtime.c: Likewise.
11542         * elf/dl-fptr.c: Likewise.
11543         * resolv/res_libc.c: Likewise.
11545 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
11547         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
11548         components which lack them.
11550         * nis/nis_subr.c (nis_getnames): Make sure that we always return
11551         at least one entry consisting of the parameter concatenated with
11552         the domain.
11554 2006-10-10  Roland McGrath  <roland@frob.com>
11556         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
11557         * sysdeps/mach/hurd/futimes.c: Likewise.
11558         * sysdeps/mach/hurd/lutimes.c: Likewise.
11560 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
11561             Jakub Jelinek  <jakub@redhat.com>
11563         Implement reference counting of scope records.
11564         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
11565         from the list in objects which remain.  Always allocate new scope
11566         record.
11567         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
11568         don't resize, allocate a new one.
11569         * elf/dl-runtime.c: Update reference counters before using a scope
11570         array.
11571         * elf/dl-sym.c: Likewise.
11572         * elf/dl-libc.c: Adjust for l_scope name change.
11573         * elf/dl-load.c: Likewise.
11574         * elf/dl-object.c: Likewise.
11575         * elf/rtld.c: Likewise.
11576         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
11577         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
11578         Add l_scoperec_lock.
11579         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
11580         * sysdeps/generic/rtld-lowlevel.h: New file.
11582         * include/atomic.h: Rename atomic_and to atomic_and_val and
11583         atomic_or to atomic_or_val.  Define new macros atomic_and and
11584         atomic_or which do not return values.
11585         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
11586         Various cleanups.
11587         * sysdeps/i386/i486/bits/atomic.h: Likewise.
11589         * po/sv.po: Update from translation team.
11591 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
11593         * Versions.def: Add GLIBC_2.6 to libpthread.
11595         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
11596         (versioned_symbol): Likewise.
11597         (compat_symbol): Likewise.
11599         * po/tr.po: Update from translation team.
11601 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11603         * nis/Banner: Removed.  It's been integral part forever and the
11604         author info is incomplete anyway.
11605         * libio/Banner: Likewise.
11607         * nis/nis_table.c (nis_list): If __follow_path fails in the new
11608         code, make sure the nis_freeresult call doesn't crash and that the
11609         result is reported correctly.
11611 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
11613         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
11614         when callback is NULL.
11616         * nis/Versions (libnss_nisplus): Add
11617         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
11618         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
11619         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
11620         _nss_create_tablename): Rename to...
11621         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
11622         ... these.  No longer static.
11623         (internal_setgrent): Adjust users.
11624         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11625         Don't use locking around _nss_grp_create_tablename call.
11626         * nis/nss_nisplus/nisplus-initgroups.c: New file.
11628 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11630         * version.h (VERSION): Bump to 2.5.90 for new development tree.
11632 2006-10-06  Andreas Jaeger  <aj@suse.de>
11634         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
11636 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11638         * po/pl.po: Update from translation team.
11640         * nscd/nscd.c (main): Fix typo in message.
11641         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
11643 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
11645         [BZ #3291]
11646         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
11647         errno.h, signal.h, unistd.h and sysdep-cancel.h.
11648         (__sigprocmask): Define.
11650 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
11652         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
11653         used.
11655 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
11657         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
11658         in oldtotal and newtotal calculation.
11659         * nscd/nscd-client.h (struct mapped_database): Add datasize
11660         field.
11661         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
11662         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
11663         increased.
11664         (__nscd_cache_search): Add checks to make sure we never reference
11665         data beyond the current mapping.
11667 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
11669         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
11670         variables const to avoid compiler warnings.
11672         * io/fts.c (fts_close): Remove redundant checks.
11673         (fts_build): Likewise.
11674         (fts_palloc): Likewise.
11676         * manual/message.texi (Advanced gettext functions,
11677         Using gettextized software): Fix typos.
11679 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
11681         * posix/glob.c (glob_in_dir): Add some comments and asserts to
11682         explain why there are no leaks.
11684 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
11686         * libio/wmemstream.c: Include <wchar.h>.
11687         * libio/bug-wmemstream1.c: Likewise.
11688         * libio/tst-wmemstream1.c: Likewise.
11689         * libio/tst-wmemstream2.c: Likewise.
11691         * version.h (RELEASE): Bump to 2.5.
11692         * README: Regenerated.
11694         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
11696         [BZ #3273]
11697         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
11698         found no group members.
11699         Patch by Petr Baudis.
11701 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
11703         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
11704         assert bootstrap_map.l_tls_modid is zero.
11705         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
11706         if USE___THREAD.
11708 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
11710         * libio/stdio.h: Move open_wmemstream prototype to ...
11711         * wcsmbs/wchar.h: ... here.
11713 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
11715         [BZ #3252]
11716         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
11717         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
11718         __{,l}chown to handle the rest.
11719         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
11720         fchownat syscall and __ASSUME_32BITUIDS case inline, call
11721         __{,l}chown to handle the rest.
11722         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
11723         i386/fchownat.c.
11724         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
11725         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
11727         [BZ #3253]
11728         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11729         time, rather allocate increasingly bigger arrays of pointers, if
11730         possible with alloca, if too large with malloc.
11732 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
11734         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
11736         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
11738 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
11740         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
11741         home addresses.
11742         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
11743         IFA_F_HOMEADDRESS flag for interfaces.
11744         * include/ifaddrs.h (struct in6addrinfo): Define
11745         in6ai_homeaddress.
11747 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
11749         [BZ #3225]
11750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
11751         PTR_DEMANGLE3): Define.
11752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
11753         PTR_DEMANGLE3): Likewise.
11754         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
11755         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
11756         Likewise.
11757         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
11759 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
11761         * po/libc.pot: Regenerated.
11762         * po/be.po: Updated.
11763         * po/ca.po: Likewise.
11764         * po/cs.po: Likewise.
11765         * po/da.po: Likewise.
11766         * po/de.po: Likewise.
11767         * po/el.po: Likewise.
11768         * po/en_GB.po: Likewise.
11769         * po/es.po: Likewise.
11770         * po/fi.po: Likewise.
11771         * po/fr.po: Likewise.
11772         * po/gl.po: Likewise.
11773         * po/hr.po: Likewise.
11774         * po/hu.po: Likewise.
11775         * po/ja.po: Likewise.
11776         * po/ko.po: Likewise.
11777         * po/nb.po: Likewise.
11778         * po/nl.po: Likewise.
11779         * po/pl.po: Likewise.
11780         * po/pt_BR.po: Likewise.
11781         * po/ru.po: Likewise.
11782         * po/rw.po: Likewise.
11783         * po/sk.po: Likewise.
11784         * po/sv.po: Likewise.
11785         * po/tr.po: Likewise.
11786         * po/zh_CN.po: Likewise.
11787         * po/zh_TW.po: Likewise.
11789         [BZ #3137]
11790         * iconv/iconv_prog.c (main): Fix spelling in error message.
11791         * iconv/iconvconfig.c (main): Likewise.
11792         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
11793         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
11794         * locale/programs/localedef.c (main): Likewise.
11795         * locale/programs/repertoire.c (repertoire_read): Likewise.
11796         * timezone/zdump.c (main): Likewise.
11797         * nscd/connections.c (handle_request): Fix spelling in log message.
11798         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
11800 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
11802         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
11803         interfaces.
11805 2006-09-20  Andreas Jaeger  <aj@suse.de>
11807         * math/libm-test.inc (lrint_test_upward): Fix typo.
11809 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
11811         [BZ #2592]
11812         * math/libm-test.inc (lrint_test_tonearest): New function.
11813         (lrint_test_towardzero): New function.
11814         (lrint_test_downward): New function.
11815         (lrint_test_upward): New function.
11816         (main): Run these new tests.
11817         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
11818         of values near to 0.
11819         (two52): Use double not long double.
11820         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
11821         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
11822         (two23): Use float not double.
11823         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
11824         (two23): Use float not double.
11825         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
11826         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
11827         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
11828         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
11830 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11832         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
11833         Cast sp to unsigned long to avoid compiler warning.
11834         Use __makecontext_ret function instead of a trampoline on the stack.
11835         (__makecontext_ret): New function.
11836         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
11838 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
11840         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
11841         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
11842         bits.
11844 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
11846         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
11847         sure no reference to the unloaded map's search list remains in the
11848         dependency's scope.
11850 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
11852         * elf/Makefile: Add rules to build and run unload7 test.
11853         * elf/unload7.c: New test.
11854         * elf/unload7mod1.c: New file.
11855         * elf/unload7mod2.c: New file.
11857 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
11859         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
11860         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
11861         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
11862         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
11863         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
11864         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
11865         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
11866         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
11867         PTRACE_GETEVENTMSG): Likewise.
11868         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
11869         values.
11871 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
11873         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
11874         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
11875         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
11876         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
11878 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
11880         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
11881         write '\0' to the fd.
11882         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
11883         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
11884         Change regs to unsigned long pointer from unsigned int, fix fscr
11885         offset.
11887 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
11889         * io/Makefile (CFLAGS-fstatat.c): Set.
11890         (CFLAGS-fstatat64.c): Likewise.
11891         (CFLAGS-mknodat.c): Likewise.
11893         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
11894         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
11895         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
11896         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
11898 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
11899             Steven Munroe  <sjmunroe@us.ibm.com>
11901         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
11902         names to the beginning.  Rename "cell" to "cellbe".
11903         (_dl_powerpc_platforms): New.
11904         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
11905         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
11906         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
11907         (_DL_HWCAP_PLATFORM): Define to new mask.
11908         (_dl_platform_string, _dl_string_platform): New functions.
11909         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
11910         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
11912 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
11914         [BZ #2526]
11915         * README.libm: Fix a thinko in sqrt algorithm description.
11917         [BZ #3143]
11918         * manual/string.texi (argz_delete): Fix prototype.
11919         Patch by <alpt@freaknet.org>.
11921 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
11923         [BZ #3138]
11924         * io/test-lfs.c (do_prepare): Give name_len type size_t.
11925         * io/tst-fcntl.c (do_prepare): Likewise.
11926         * posix/tst-exec.c (do_prepare): Likewise.
11927         * posix/tst-preadwrite.c (do_prepare): Likewise.
11928         * posix/tst-spawn.c (do_prepare): Likewise.
11929         * posix/tst-truncate.c (do_prepare): Likewise.
11930         * rt/tst-aio.c (do_prepare): Likewise.
11931         * rt/tst-aio64.c (do_prepare): Likewise.
11932         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
11933         size_t.
11935 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
11937         [BZ #2821]
11938         * time/mktime.c (guess_time_tm): Fix overflow detection.
11939         * time/Makefile (tests): Add bug-mktime1.
11940         * time/bug-mktime1.c: New file.
11942         [BZ #3189, #3188]
11943         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
11944         (mremap): Likewise.
11946 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
11948         [BZ #1006]
11949         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
11950         Ensure relocation doesn't clobber any bits outside of the
11951         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
11952         R_SPARC_HI22 and R_SPARC_H44.
11954         [BZ #2775]
11955         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
11956         (long) (MINSIZE + nb - old_size) is positive.
11958         * malloc/arena.c (grow_heap): When growing bail even if new_size
11959         is negative.
11961         [BZ #3155]
11962         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
11963         stack below r1.
11965 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11967         * posix/regex_internal.c (re_string_reconstruct): Handle
11968         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11969         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11970         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11971         re_string_context_at.
11972         * posix/Makefile: Add rules to build and run bug-regex26 test.
11973         * posix/bug-regex26.c: New test.
11975         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
11976         rather than col_sym_free.  Move seqp declaration earlier.
11978         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
11980 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
11982         * nscd/initgrcache.c (addinitgroupsX): Move any_success
11983         decl before first goto out.
11985 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
11987         * Makerules (shlib.lds): If have-hash-style, put .hash section
11988         at the end of the RO segment.
11990 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
11992         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
11993         style hash table format is used.
11995 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
11997         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
11998         randomization rather than before.
11999         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
12001 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
12003         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
12005         * malloc/malloc.c (_int_malloc): Use full list insert and not
12006         shortcut which assumes the list is empty for large requests
12007         too.
12009         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
12011 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
12013         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
12014         and offout arguments to the prototype.
12015         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
12016         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
12017         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
12018         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
12019         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
12020         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
12021         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
12022         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
12024 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
12026         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
12028         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
12029         dlopen parameters.
12031 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
12033         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
12034         only if herrno is NETDB_INTERNAL.  Handle errors other than
12035         ERANGE outside of the loops, handle TRY_AGAIN.
12037         * locale/programs/ld-ctype.c (translit_flatten): Issue error
12038         if other's ctype category was missing.
12039         * locale/programs/ld-collate.c (collate_read): Return if
12040         copy_locale's collate category is missing.
12042 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
12044         [BZ #2684]
12045         * malloc/malloc.c (public_rEALLOc): Try harder by using other
12046         arenas if allocation failed.
12047         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
12049 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
12051         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
12052         waste bins[0..1].
12053         (malloc_state): Reduce bins size by 2.
12054         (_int_malloc): Fix test for large enough buffer for early termination.
12055         When no unsorted block matches perfectly and an exiting block has
12056         to be split, use full list insert and not shortcut which assumes
12057         the list is empty.
12059         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
12060         failure.
12062 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12064         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
12065         do anything.
12067         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
12068         symbol require exact match (these are PLTs).
12069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
12070         (_dl_ppc64_addr_sym_match): Likewise.
12072         [BZ #2683]
12073         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
12074         If symbol has a value use it.
12075         * elf/tst-dladdr1.c: New file.
12076         * elf/Makefile: Add rules to build and run tst-addr1.
12078 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
12080         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
12081         keeps failing and heap growth or new heap creation isn't
12082         successful either.
12083         * malloc/tst-malloc.c (main): Add new tests.
12085 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12087         [BZ #2734]
12088         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
12089         as in the x86-64 code to use bswap.
12091 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
12093         [BZ #2680]
12094         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
12095         __USE_UNIX98.
12096         * posix/bits/unistd.h: Likewise.
12098 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
12100         [BZ #2751]
12101         * string/strchr.c: Add cast to avoid warning.
12103 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12105         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
12106         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
12107         limit is needed to avoid the exploding of the address space
12108         requirement for secondary heaps.
12109         * malloc/arena.c (HEAP_MAX_SIZE): Define using
12110         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
12112 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
12114         [BZ #3018]
12115         * Makerules (depfiles): Handle extra-test-objs the same as
12116         extra-objs.
12117         (common-mostlyclean): Likewise.
12118         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
12119         instead.
12120         * elf/Makefile (extra-objs): Likewise.
12121         * stdlib/Makefile (extra-objs): Likewise.
12123 2006-08-14  Eric Blake  <ebb9@byu.net>
12125         [BZ #3044]
12126         * misc/error.h: Assume C89 or better.
12127         * misc/error.c: Likewise.
12129 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12131         [BZ #3040]
12132         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
12133         __ASSUME_ATFCTS is defined.
12135 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
12137         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
12138         to sort in each call.
12140         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
12141         is empty simply return and use next service.
12142         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
12144         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
12145         tells us when not finding a charmap file is an error.
12146         * locale/programs/charmap.h: Adjust charmap_read prototype.
12147         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
12148         cannot find a charmap.
12149         * locale/programs/localedef.c (main): Adjust charmap_read call.
12151 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
12153         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
12154         sysdeps/posix/pause.c implementation instead.
12156 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
12158         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
12159         to EPERM.
12161 2006-08-13  Andreas Schwab  <schwab@suse.de>
12163         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
12164         Don't clobber caller's LRSAVE.
12165         (_dl_prof_resolve): Likewise.
12167 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
12169         [BZ #1996]
12170         * libio/memstream.c (open_memstream): Allocate initial buffer with
12171         calloc.
12172         * libio/wmemstream.c (open_wmemstream): Likewise.
12173         * libio/strops.c: Pretty printing.
12174         (_IO_str_overflow): Clear uninitialized part of the new buffer.
12175         (enlarge_userbuf): New function.
12176         (_IO_str_seekoff): Call it if seek position is larger than current
12177         buffer.
12178         * libio/wstrops.c: Likewise.
12179         * libio/vasprintf.c: Add comment as to why we do not have to use
12180         calloc instead of malloc to allocate initial buffer.
12181         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
12182         * libio/bug-memstream1.c: New file.
12183         * libio/bug-wmemstream1.c: New file.
12185 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
12187         * libio/wstrops.c: Remove dead macro definitions and comments.
12188         * libio/strops.c: Likewise.
12190         [BZ #2764]
12191         * login/utmpname.c (__utmpname): Remove unnecessary test.
12193 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
12195         [BZ #2832]
12196         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
12197         0s from integers.
12199 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
12201         [BZ #2987]
12202         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
12203         for CPU clocks.
12204         * sysdeps/unix/clock_settime.c: Add support for platform-specific
12205         setting of CPU clocks.
12207 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12209         [BZ #2841]
12210         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
12211         since C99 requires the result to promote to 'int' when uint_least8_t
12212         and uint_least16_t promote to 'int'.
12214 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12216         [BZ #3013]
12217         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
12218         lenght of one output field, correct bitmask creation.
12219         * locale/programs/ld-time.c: Add alignment.
12221         [BZ #2997]
12222         * misc/error.c: Add space between program name and message if file
12223         name is missing.
12225 2006-08-03  Eric Blake  <ebb9@byu.net>
12227         [BZ #2998]
12228         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
12230 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
12232         * malloc/memusagestat.c: Silence warnings.
12234         * malloc/malloc.c: Dynamically size mmap treshold if the program
12235         frees mmaped blocks.
12236         Patch by Valerie Henson and Arjan van de Ven.
12238 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
12240         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
12241         __USE_GNU.
12243         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
12244         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
12245         (DEF): Don't put the var into .gnu.linkonce.r.* section.
12246         Only provide var definitions in strtol_l (or for *ull*
12247         in strtoll_l).
12249         * stdio-common/bug16.c (tests): New array.
12250         (do_tests): Allow the first hexadecimal digit
12251         to be 1, 2, 4 or 8.  Do 3 additional tests.
12253         * sysdeps/s390/fpu/libm-test-ulps: Update.
12255         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
12256         fchownat syscall if available.
12257         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12258         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
12259         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12261 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
12263         * nis/nis_xdr.c: Avoid some function calls.
12265 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
12266             Ulrich Drepper  <drepper@redhat.com>
12268         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
12269         short cut if only one name component is stripped away.
12271 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
12273         * nis/nis_call.c: Minor cleanups throughout.
12274         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
12275         (first_shoot): Add search_parent_first parameter.  Only if it is set
12276         search parent server first.
12277         If directory for table found through cold start cache is not the same
12278         as referenced in the cache, don't use it.
12279         (__nisfind_server): Take additional parameter.  Pass it on to
12280         first_shoot.
12281         (__prepare_niscall): Adjust __nisfind_server call.
12282         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
12283         * nis/nis_table.c: Adjust __nisfind_server call.
12284         * nis/nis_lookup.c: Likewise.
12285         (nis_lookup): Don't loop endlessly if name is reduced to ".".
12287 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
12289         [BZ #2182]
12290         * math/s_cacosh.c: Return values from positive branch.
12291         * math/s_cacoshf.c: Likewise.
12292         * math/s_cacoshl.c: Likewise.
12294         [BZ #2883]
12295         * sysvipc/sys/msg.h: Change return value to ssize_t.
12296         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
12297         * sysvipc/msgrcv.c: Likewise.
12298         * include/sys/msg.h: Likewise.
12300         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
12301         test introduced in patch for bz #661.
12302         (getgrouplist): Simplify code a bit.  Don't allocate one additional
12303         element for NEWGROUPS.
12305         [BZ #2908]
12306         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
12307         'f', use '1' as leading digit not '\1'.
12308         * stdio-common/Makefile (tests): Add bug16.
12309         * stdio-common/bug16.c: New file.
12311         [BZ #2914]
12312         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
12313         and don't try to open it.  The patch introducing the macro
12314         contained a bug and used the same file name as the new file
12315         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
12316         this out completely.
12318         [BZ #2926]
12319         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
12320         Patch by Jerry James <Jerry.James@usu.edu>.
12322         * rt/Makefile (tests): Add tst-clock2.
12323         * rt/tst-clock2.c: New file.
12325         [BZ #2978]
12326         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
12327         function and its parameters and pass it to new thread.
12328         (__gai_notify): Add support for alternative waiting for completion.
12329         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
12330         waiting for completion.
12331         * resolv/getaddrinfo_a.c: Likewise.
12332         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
12333         waiting for completion is used.
12334         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
12335         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
12336         * resolv/gai_error.c: Likewise.
12337         * resolv/gai_sigqueue.c: Likewise.
12339 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
12341         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
12342         errno to EBADF and return MACH_PORT_NULL.
12344 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
12346         [BZ #2980]
12347         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
12349 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
12351         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
12352         walk them instead of the symbol table.
12354 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
12356         [BZ #2098]
12357         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
12358         status of NSS calls, not the number of returned entries.
12360         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
12361         request_key, keyctl.
12363 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12365         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
12367 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
12369         * elf/tst-auditmod1.c: Fix typo in #error.
12371 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12373         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
12375         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
12377 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
12379         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
12380         that the directory is empty even on non-POSIX filesystems.
12382 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12384         * elf/dl-open.c (dl_open_worker): Add branch prediction.
12386         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
12387         the backend NSS module.  If backend setgrent call failed, don't have
12388         internal_setgrent fail.  Just remember this until it is needed.
12389         * nis/nss_compat/compat-pwd.c: Likewise.
12390         * nis/nss_compat/compat-spwd.c: Likewise.
12392 2006-07-30  Roland McGrath  <roland@redhat.com>
12394         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
12395         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
12396         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
12397         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
12399         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
12400         (nanosleep_not_cancel): New macro.
12401         (sigsuspend_not_cancel): new macro.
12402         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
12403         (do_sigsuspend): Define as inline.
12404         (__sigsuspend): Always use do_sigsuspend.
12405         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
12406         * include/signal.h: Declare __sigsuspend_nocancel.
12407         * sysdeps/posix/pause.c
12408         [! NO_CANCELLATION] (__pause_nocancel): New function.
12410         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
12411         * include/time.h (__nanosleep_nocancel): Likewise.
12413 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
12415         * locale/programs/localedef.c (add_to_readlist): Rename local
12416         variables to avoid confusion.
12418         * locale/programs/charmap.c (charmap_read): Emit error message if
12419         charmap couldn't be found or read.
12421 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
12423         * sysdeps/unix/sysv/linux/kernel-features.h: Define
12424         __ASSUME_FUTEX_LOCK_PI.
12425         * include/time.h: Declare __nanosleep_nocancel.
12426         * include/unistd.h: Declare __pause_nocancel.
12428         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
12429         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
12430         get the __stack_chk_fail_local definition when it's needed.
12432 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
12434         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
12435         * dlfcn/bug-atexit3.c: New file.
12436         * dlfcn/bug-atexit3-lib.cc: New file.
12438         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
12439         used when the namespace is not the base namespace.
12441 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
12443         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
12444         (__new_exitfn): Bump it in every successful call.
12445         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
12446         more exit handlers, call them right away.
12447         * stdlib/exit.h: Declare __new_exitfn_called.
12449 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
12451         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
12452         calling registered handler.
12454         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
12455         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
12456         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
12457         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
12458         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
12459         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
12460         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
12461         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
12463 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
12465         * elf/dl-lookup.c (dl_new_hash): New functions.
12466         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
12467         value here.  Compute new-style hash value.  Pass new hash value
12468         and reference to variable with the old value to do_lookup_x.
12469         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
12470         old-style hash table.
12471         (_dl_debug_bindings): Pass new hash value and reference to variable
12472         with the old value to do_lookup_x.
12473         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
12474         new-style hash value and change old-style hash value parameter to
12475         be a reference.  Reoganize functions to determine whether
12476         new-style hash table is available.  Only fall back on old-style
12477         table.  If old-style hash value is needed, compute it here.
12478         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
12479         entry.
12480         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
12481         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
12482         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
12483         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
12484         * Makeconfig: If linker supports --hash-style option add it to all
12485         linker command lines to build DSOs.
12486         * config.make.in: Define have-hash-style.
12487         * configure.in: Test whether linker supports --hash-style option.
12489         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
12490         * sysdeps/generic/ldsodefs.h: Adjust prototype.
12492 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
12494         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
12495         auditing.
12497         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
12498         RPATH of main map twice.
12500 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
12502         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
12503         look further, return original strings.
12504         (_nl_find_msg): Do not return found translation if the conversion
12505         failed.  Either signal the string is unusable or that something went
12506         wrong and the original should be used.
12508 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
12510         * string/_strerror.c (__strerror_r): Add __builtin_expect.
12512 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
12514         [BZ #2766]
12515         * misc/insremque.c (insque): Handle prev == NULL.
12516         * misc/Makefile (tests): Add tst-insremque.
12517         * misc/tst-insremque.c: New test.
12519 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
12521         [BZ #2792]
12522         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
12523         conflict with DL_DST_REQUIRED.
12525 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
12527         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
12528         match what Solaris does.
12530 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
12532         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
12533         local_setegid instead of seteuid and setegid.
12534         * sysdeps/generic/local-setxid.h: New file.
12535         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
12537         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
12539         * string/Makefile (tests): Add bug-envz1.
12540         * string/bug-envz1.c: New file.
12542 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12544         * posix/regex_internal.c (re_string_skip_chars): If no character has
12545         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
12546         to the byte which couldn't be converted.
12547         (re_string_reconstruct): Don't clear valid_raw_len before calling
12548         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12549         tip_context using re_string_context_at.
12550         * posix/Makefile: Add rules to build and run bug-regex25 test.
12551         * posix/bug-regex25.c: New test.
12553 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
12555         [BZ #2703]
12556         * string/envz.c (envz_strip): Correct erroneously reversed src
12557         and dest parameters to memmove() invocation.
12559 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
12561         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
12562         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
12563         to make sure the database has been already invalidated.
12564         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
12565         after the cache has been invalidated.  Use pthread_mutex_lock rather
12566         than pthread_mutex_trylock if fd != -1.
12567         * nscd/connections.c (invalidate_cache): Add fd argument, write
12568         response to fd if not calling prune_cache, pass fd to prune_cache.
12569         (handle_request): Adjust invalidate_cache caller.
12570         (nscd_run): Pass -1 as fd to prune_cache.
12572 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
12574         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
12575         the correct place.
12577 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
12579         * nscd/nscd.h (struct database_dyn): Add prunelock field.
12580         * nscd/cache.c (prune_cache): Take prunelock before starting the
12581         work.  Just return in case it is already taken.
12582         * nscd/connections.c (dbs): Initialize .prunelock.
12584 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
12586         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
12587         copying.  No need to allocate new array for group members.  Just
12588         move the pointers and update the size.
12590         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
12591         Avoid memory leak in case realloc fails.  Simplification for
12592         better code generation.
12594         Avoid deprecation warning because of libc_hidden_proto for
12595         inet6_option_alloc.
12596         * inet/inet6_option.c (option_alloc): Renamed from
12597         inet6_option_alloc.  Made static.
12598         (inet6_option_alloc): Now a simple wrapper around option_alloc.
12599         (inet6_option_append): Call option_alloc.
12600         * include/netinet/in.h: Remove libc_hidden_proto for
12601         inet6_option_alloc.
12603         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
12604         for cleanup when cb!=NULL [Coverity CID 233].
12606 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
12608         [BZ #2693]
12609         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
12610         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
12611         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
12612         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
12613         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
12614         and inet6_rth_getaddr.
12615         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
12616         array.
12617         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
12618         Mark inet6_option_* interfaces as deprecated.
12619         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
12620         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
12621         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
12622         inet6_rth_segments, and inet6_rth_getaddr.
12623         * inet/inet6_opt.c: New file.
12624         * inet/inet6_rth.c: New file.
12626         * inet/netinet/icmp6.h: Pretty printing.
12628         [BZ #2683]
12629         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
12631 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
12633         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
12634         doing it all here.  When server does not know the answer do not
12635         fail immediate, try parent first.
12637         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
12638         overflow test.
12640 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
12642         * nis/nis_call.c (__prepare_niscall): New function.  Split out
12643         from __do_niscall.
12644         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
12645         and exported.
12646         (__follow_path): New function.  Split out from nis_list.
12647         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
12648         _xdr_nis_result.
12649         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
12650         _xdr_nis_result.
12651         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
12652         and __follow_path.
12653         * nis/Versions: Export __prepare_niscall, __create_ib_request,
12654         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
12655         from libnsl for version GLIBC_PRIVATE.
12656         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
12657         Remove entry parameter from _nss_nisplus_parse_pwent and
12658         _nss_nisplus_parse_grent.
12659         * nis/nss_nisplus/nisplus-parser.c: Likewise.
12660         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
12661         again.  Rewrite getpwent handling to not use nis_first_entry and
12662         nis_next_entry.  Roll out own niscall handling.
12663         * nis/nss_nisplus/nisplus-grp.c: Likewise.
12665         * sunrpc/xdr_rec.c: Fix typo in comment.
12667 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
12669         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
12670         handling.
12672         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
12673         to allocate memory for my_pollfd.  Better initialization of
12674         cb_is_running.  Use TEMP_FAILURE_RETRY.
12676         * malloc/memusage.sh (memusageso): Add quotes.
12677         (memusagestat): Likewise.
12678         * debug/xtrace.sh (pcprofileso): Likewise.
12679         (pcprofiledump): Likewise.
12680         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
12681         replacement.
12682         * malloc/Makefile ($(objpfx)memusage): Likewise.
12684         * nis/nis_callback.c (__nis_create_callback): Calls to
12685         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
12686         asprintf call fails.
12688         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
12689         no uninitialized memory is passed to sendto.
12691 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
12693         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
12694         of snprintf+strdup.  Handle OOM.
12695         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
12696         cb->serv together.  Remove now obsolete free calls.
12697         (__nis_destroy_callback): Remove now obsolete free call.
12699 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
12701         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
12702         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
12703         and ULA respectively). Set precedence for IPv4 address to 10 as
12704         defined in RFC3484 for preferring IPv6.
12705         * posix/gai.conf: Update to match the new default tables.
12707 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
12709         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
12710         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
12711         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
12712         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
12714         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
12715         Removed.
12716         (init_nss_interface): Remove initialization of these variables.
12718 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
12720         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
12721         nis_free_directory forward to avoid duplication.
12723 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
12725         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
12726         rec_dirsearch returning NULL.
12727         (first_shoot): Handle __nis_finddirectory returning NULL.
12728         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
12730         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
12731         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
12733 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
12735         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
12736         pid changed.
12738 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
12740         * include/rpc/pmap_prot.h: Mark all functions as hidden.
12742         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
12743         * nscd/nscd_getgr_r.c: Likewise.
12745         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
12747         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
12748         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
12750         * stdlib/longlong.h (__clz_tab): Mark as hidden.
12752         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
12754         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
12756         * include/rpc/auth.h: Mark xdr_des_block_internal and
12757         xdr_opaque_auth_internal as hidden.
12759         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
12760         hidden.
12762         * include/rpc/xdr.h: Mark all _internal functions as hidden.
12764         * misc/getusershell.c (okshells): Don't use static initializers,
12765         do it dynamically.
12767         * stdlib/fmtmsg.c (keywords): Change type of len element to
12768         uint32_t to not waste space on 64bit machines.
12770         * locale/setlocale.c: Change _nl_category_names into a string.
12771         Add new _nl_category_name_idxs.  Change all users.
12772         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
12773         Declare _nl_category_name_idxs.
12774         * locale/findlocale.c: Adjust for _nl_category_names change.
12775         * locale/loadlocale.c: Likewise.
12776         * locale/newlocale.c: Likewise.
12777         * intl/dcigettext.c: Likewise.
12779         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
12780         (add_alias2): ...here.  New function.
12781         (__gconv_read_conf): Simplify builtin alias handling.
12782         (builtin_aliases): Convert to string to avoid relocations.
12783         * iconv/gconv_builtin.h: Add comment about correct formatting.
12785 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
12787         * resolv/res_debug.c (loc_ntoa): Make error const.
12789 2006-05-14  Andreas Schwab  <schwab@suse.de>
12791         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
12793 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
12795         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
12796         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
12797         sizeof (cpu_set_t).
12799 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
12801         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
12803         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
12805         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
12806         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
12808         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
12809         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
12811         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
12812         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
12813         xdr_cback_data.
12815         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
12816         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
12817         xdr_ypupdate_args.
12819         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
12820         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
12822         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
12823         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
12825         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
12826         * include/rpcsvc/nis_callback.h: New file.
12828         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
12829         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
12831         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
12832         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
12834         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
12835         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
12837         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
12838         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
12840         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
12841         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
12842         xdr_ypdelete_args.
12844         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
12845         __BEGIN_DECLS and __END_DECLS, the header is not installed.
12847         * nis/nis_error.c: Remove table of strings.  Use position
12848         independent mechanism.
12849         * nis/nis_error.h: New file.
12851 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
12853         * locale/programs/ld-time.c (time_finish): If wide era name or
12854         format aren't provided, set both wname and wformat to L"".
12856 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
12858         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
12859         results if the call was succesful.
12861         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
12863         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
12864         as hidden.
12866 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
12868         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
12870 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
12872         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
12873         caller makes sure this is not the case.
12874         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
12876 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
12878         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
12879         calls.
12881         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
12882         [Coverity CID 229, 230]
12884         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
12885         DGETTEXT calls.
12886         (hol_help): Likewise.  [Coverity CID 226, 227]
12888         * string/argz-replace.c (__argz_replace): Unconditionally call
12889         free on SRC.  [Coverity CID 225]
12891         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
12892         the return value of __nis_default_owner and __nis_default_group,
12893         it has been especially allocated.  [Coverity CID 224]
12895         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
12896         searchgroup and searchowner.  Significantly simplified.
12897         (__nis_default_owner): Remove duplication.  Do not locally copy the
12898         string before duplicating it.
12899         (__nis_default_group): Likewise.
12901         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
12902         we must clear the variable before calling __nisfind_server.
12904         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
12905         nis_getnames.  [Coverity CID 223]
12907         * locale/programs/locfile.c (locfile_read): Use alloca instead of
12908         xmalloc to allocate local repertoire name.  [Coverity CID 222]
12910         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
12911         allocate memory for the input to add_bytes.  [Coverity CID 221]
12913         * posix/wordexp.c (w_addword): Free word if realloc fails and it
12914         was allocated here.  [Coverity CID 219, 220]
12916         * posix/getconf.c (print_all): Free confstr data after printing.
12917         [Coverity CID 218]
12919         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
12920         list allocation fails.  [Coverity CID 215]
12922         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
12923         [Coverity CID 213]
12925         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
12926         string is NULL.  [Coverity CID 212]
12927         * argp/Makefile: Add rules to build and run bug-argp1.
12928         * argp/bug-argp1.c: New file.
12930         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
12931         end of string.
12932         * stdlib/canonicalize.c (__realpath): Likewise.
12934         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
12935         pointer.  [Coverity CID 206]
12937         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
12938         in statically linked code.
12939         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
12940         statically built code, be prepared to have no link map.
12941         [Coverity CID 205]
12943         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
12944         dgettext calls. [Coverity CID 204]
12946         * argp/argp-help.c (struct uparams): Remove valid member.  Change
12947         the one user.
12948         (uparam_names): Reduce size.  Avoid relative relocations.
12949         Moved to read-only segment.
12950         (fill_in_uparams): Update for new layout.
12952         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
12953         assumed to always be != NULL. [Coverity CID 202]
12955         * argp/argp-help.c (hol_entry_help): Remove some dead code
12956         [Coverity CID 200].
12958         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
12959         away a few more unconditional yperr2nss calls.
12960         (_nss_nis_getservbyname_r): Likewise.
12962 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
12964         * sysdeps/generic/ldsodefs.h: Remove support for non-core
12965         architectures.
12967         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
12968         that unused memory passed to sendto is nevertheless initialized.
12970         [BZ #2499]
12971         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
12972         possibly unaligned memory accesses.
12974         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
12975         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
12976         and __putlong respectively.  Correct buffer overflow check for
12977         NS_NOTIFY_OP.
12979         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
12981         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
12982         (send_dg): Rewrite error handling to be more compact and avoid
12983         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
12985         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
12987         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
12988         instead of ns_get16.
12989         (res_queriesmatch): Likewise.  Minor optimization.
12991         [BZ #2499]
12992         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
12993         __libc_res_nsend might reallocate the buffer for the answer.  In
12994         this case we have to reload the HP pointer.
12996 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
12998         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
12999         some branch prediction hints.
13001         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
13002         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13003         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13004         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13005         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13006         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13007         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13008         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13010 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13012         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
13013         by a GOT relocation to make Scrt1.o position independent.
13014         * sysdeps/s390/s390-64/elf/start.S: Likewise.
13016         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
13017         six system call parameters.
13018         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
13020 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13022         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
13023         malloc&bzero.
13025         * sunrpc/svc_udp.c (BZERO): Remove definition.
13026         (CALLOC): Define.
13027         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
13029         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
13030         (des_SPtrans): Use uint32_t type.
13031         (des_skb): Likewise.
13033         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
13035 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
13037         [BZ #2509]
13038         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
13039         on 32-bit arches.
13041 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13043         * locale/programs/ld-address.c (address_finish): Fix one more
13044         place where the iso639 array might be accessed beyond the limits.
13046 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
13048         * nis/nis_table.c (nis_list): Avoid clearing res twice before
13049         filling it for the first time.
13051         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
13052         Adjust all callers.
13053         Free res object content before returning.
13055         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
13057         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
13058         client->cl_auth.
13060         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
13061         cleanup for initial thread, just the free call on TVP.
13063         * nscd/gai.c (__getline): Define.
13066 See ChangeLog.16 for earlier changes.