2.10.90-25
[glibc.git] / ChangeLog
blob7c87d379756f9a527fe0b636c1f429525768c199
1 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #10730]
4         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
5         Patch in part by Steve Ward <planet36@gmail.com>.
7         [BZ #10731]
8         * stdlib/rand_r.c: Fix typo.
10         * po/cs.po: Update from translation team.
12 2009-10-06  Andreas Schwab  <schwab@redhat.com>
14         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
15         returning if RTLD_NOLOAD.
17 2009-10-06  Roland McGrath  <roland@redhat.com>
19         * sysdeps/x86_64/multiarch/strstr-c.c
20         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
22         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
23         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
25         * sysdeps/x86_64/multiarch/init-arch.h
26         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
27         (HAS_CPU_FEATURE): New macro.
28         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
29         * sysdeps/x86_64/multiarch/init-arch.c
30         (__get_cpu_features): #undef it before definition.
32 2009-10-05  Andreas Schwab  <schwab@redhat.com>
34         * locale/C-time.c: Revert week-1stday back to 19971130 and set
35         first_weekday to 1 and first_workday to 2.
37 2009-09-28  Andreas Schwab  <schwab@redhat.com>
39         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
40         * stdio-common/vfprintf.c: Likewise.
42 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
45         (mkdirat): Call __directory_name_split_at instead of
46         __directory_name_split.
48 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
50         * locale/programs/locale-spec.c (locale_special): If nothing matches
51         fail with an appropriate message.
53 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
55         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
56         and XX.
58 2009-09-25  Andreas Schwab  <schwab@redhat.com>
60         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
61         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
63 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
65         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
67 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
69         * iconvdata/iso646.c (gconv_init): Correctly initialize the
70         character size elements in step data.
72 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
74         * po/hu.po: Update from translation team.
75         * po/vi.po: Likewise.
77 2009-09-19  Roland McGrath  <roland@redhat.com>
79         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
81 2009-09-15  Roland McGrath  <roland@redhat.com>
83         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
84         * nptl/sysdeps/pthread/configure: Regenerated.
85         * nptl/sysdeps/x86_64/configure: Regenerated.
86         * sysdeps/unix/sysv/linux/configure: Regenerated.
87         * sysdeps/x86_64/elf/configure: Regenerated.
89         * Makefile (autoconf-it): Set execute bit only on top-level configure.
91         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
92         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
93         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
94         * configure: Regenerated.
96 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
98         * posix/getconf.c (main): Handle -- on command line.
100 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
102         * configure.in: Support binutils 2.100 and 3.0.
104 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
106         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
107         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
108         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
109         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
111 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
113         * locale/programs/ld-collate.c (struct locale_collate_t): Add
114         unnamed_section_defined field.
115         (collate_read): Test and set unnamed_section_defined.
117         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
118         _POSIX2_LINE_MAX.
120 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
122         * configure.in: Support binutils 2.20.
124 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
126         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
127         __strstr_ia32): Add attribute_hidden.
129 2009-09-01  Andreas Schwab  <schwab@redhat.com>
131         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
132         parsing of group entry.
134 2009-09-02  Andreas Schwab  <schwab@redhat.com>
136         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
137         external buffer.  Always discard readahead in internal buffer.
138         * libio/Makefile (tests): Add bug-wsetpos.
139         * libio/bug-wsetpos.c: New file.
141 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
143         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
144         Add attribute_hidden.
145         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
146         __strcasestr_sse2): Likewise.
147         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
148         (__fma_fma): Make static.
149         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
150         (__fmaf_fma): Make static.
152 2009-08-31  Andreas Schwab  <schwab@redhat.com>
154         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
155         reformulate in-buffer optimisation check to match code in
156         _IO_new_file_seekoff.
158 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
160         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
161         to srwi in 32-bit memcpy for power6.
163 2009-09-01  Andreas Schwab  <schwab@redhat.com>
165         * include/stdio.h: Declare hidden proto for fflush.
166         * libio/iofflush.c: Add hidden weak alias for fflush.
168 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
170         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
171         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
173 2009-08-31  Andreas Schwab  <schwab@redhat.com>
175         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
177 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
179         [BZ #10560]
180         * malloc/malloc.c: Add local assert definition to avoid problems with
181         memory allocation in the real one.
183 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
185         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
186         Removed.
187         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
188         turn off SSSE3 on Atom.
190 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
192         * stdlib/tst-strtol.c (tests): More tests.
193         * stdlib/tst-strtoll.c (tests): Likewise.
195 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
197         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
199         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
201 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
203         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
204         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
206         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
208         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
210         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
212 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
214         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
216 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
218         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
219         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
221         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
223         * sysdeps/x86_64/fpu/s_signbit.S: New file.
224         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
226         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
227         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
229         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
230         leftover YMM_SIZE definition.
232 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
234         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
235         union.
236         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
237         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
238         Redefine.
239         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
241         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
242         and SET_FLOAT_WORD definitions.
244 2009-08-24  Roland McGrath  <roland@redhat.com>
246         * sysdeps/unix/syscall-template.S: New file.
247         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
248         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
249         (compile-syscall): Pass mkdep and -g options as normal.
250         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
251         (common-generated): Don't add them here.
253 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
255         * math/s_fdim.c: In case of overflows set errno.
256         * math/s_fdimf.c: Likewise.
257         * math/s_fdiml.c: Likewise.
259         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
260         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
261         are using the inline optimizations.
263         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
264         (__signbitf): Likewise.
266 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
268         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
269         terminated.
270         * posix/Makefile (tests): Add bug-regex29.
271         * posix/bug-regex29.c: New file.
273         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
274         older POSIX versions are selected.
276         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
277         as well.
278         * stdio-common/printf_fphex.c: Likewise.
279         * stdio-common/tstdiomisc.c: Add more tests.
281         * locale/locale.h: Include xlocale.h and the thread-local locale
282         declarations for XPG7, not XPG6.
284 2009-08-21  Andreas Schwab  <schwab@redhat.com>
286         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
287         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
290         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
291         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
293 2009-08-20  Roland McGrath  <roland@redhat.com>
295         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
296         Use l_addr instead of l_map_start (dli_fbase).
297         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
298         address when there is no proximate symbol.
299         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
300         Likewise.
302 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
304         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
306 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
308         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
309         Also handle SIGINT.  In that case only do the cleanup and then
310         re-raise the signal.
311         (main): Install handler for SIGINT.
313 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
315         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
316         clobber list.
318 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
320         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
321         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
322         tst-auditmod7b.c.
323         (tests): Add tst-audit6 tst-audit7.
324         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
325         tst-auditmod7a tst-auditmod7b.
326         ($(objpfx)tst-audit6): New.
327         ($(objpfx)tst-audit6.out): Likewise.
328         ($(objpfx)tst-audit7): Likewise.
329         ($(objpfx)tst-audit7.out): Likewise.
330         (tst-audit6-ENV): Likewise.
331         (tst-audit7-ENV): Likewise.
332         (CFLAGS-tst-auditmod6b.c): Likewise.
333         (CFLAGS-tst-auditmod6c.c): Likewise.
334         (CFLAGS-tst-auditmod7b.c): Likewise.
335         * elf/tst-audit6.c: New file.
336         * elf/tst-audit7.c: New file.
337         * elf/tst-auditmod6a.c: New file.
338         * elf/tst-auditmod6b.c: New file.
339         * elf/tst-auditmod6c.c: New file.
340         * elf/tst-auditmod7a.c: New file.
341         * elf/tst-auditmod7b.c: New file.
342         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
343         saving and restoring SSE/AVX registers to ...
344         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
346 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
348         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
349         only if SHARED is defined.
350         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
352 2009-08-03  Jim Meyering  <meyering@redhat.com>
354         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
356 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
358         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
359         section as the other functions for this architecture.
360         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
362 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
364         * sysdeps/x86_64/strcmp.S: Add support to compile with
365         USE_SSSE3.  In this case palignr is used.
366         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
367         available but SSSE3 is, pick __str{,n}cmp_ssse3.
368         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
369         Add strcmp-ssse3 and strncmp-ssse3.
370         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
371         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
373         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
374         warning through fake initialization.
376 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
378         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
380 2009-08-07  Andreas Schwab  <schwab@redhat.com>
382         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
383         unique symbols.
385 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
387         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
388         EBX from EAX = 1.  Handle EAX = 11.
390 2009-08-07  Andreas Schwab  <schwab@redhat.com>
392         * Makefile (TAGS): Use separate sed -e expressions to avoid \
393         inside ''.
395 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
397         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
398         hidden IFUNC functions.
399         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
401         * sysdeps/i386/i686/multiarch/strlen.S: New file.
403         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
404         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
405         strcasestr-c.
406         (CFLAGS-strcspn-c.c): Define.
407         (CFLAGS-strpbrk-c.c): Define.
408         (CFLAGS-strspn-c.c): Define.
409         (CFLAGS-strstr.c): Define.
410         (CFLAGS-strcasestr.c): Define.
411         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
412         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
413         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
414         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
415         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
416         * sysdeps/i386/i686/multiarch/strspn.S: New file.
417         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
418         * sysdeps/i386/i686/multiarch/strstr.c: New file.
419         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
420         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
421         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
422         -16L instead of 0xfffffffffffffff0L.
423         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
425 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
427         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
429 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
431         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
432         another rewrite.  Much smaller and faster.
433         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
435         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
436         ss_flags from the correct location.
438 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
440         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
441         * sysdeps/i386/i686/cacheinfo.c: New file.
442         * sysdeps/i386/i686/multiarch/Makefile: New file.
443         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
444         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
445         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
446         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
447         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
448         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
449         (__cpuid_count): New. Provide the default.
450         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
451         (__x86_64_preferred_memory_instruction): Define only if
452         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
453         (intel_check_word): Use __cpuid.
454         (handle_intel): Likewise.
455         (handle_amd): Likewise.
456         (__cache_sysconf): Likewise.
457         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
458         (__cache_sysconf): Likewise.
459         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
460         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
461         (get_common_indeces): Use __cpuid.
462         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
463         if ENABLE_SSSE3_ON_ATOM is not defined.
464         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
465         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
466         popcnt instead of popcntq.
468 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
470         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
472 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
474         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
475         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
476         which always causes a compile error.
478         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
480         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
481         comes from...
482         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
483         which always causes a compile error.
485         * debug/Makefile (tests): Add tst-longjmp_chk2.
486         * debug/tst-longjmp_chk2.c: New file.
488         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
489         Remove incorrect use of BP_SYM.
490         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
491         here now since it is more complex than just a simple check.
493         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
494         we make no more progress.
496 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
498         * math/s_fma.c: Don't define alias if __fma is a macro.
499         * math/s_fmaf.c: Likewise.
500         * sysdeps/x86_64/multiarch/s_fma.c: New file.
501         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
502         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
504         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
505         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
506         New macro HAS_FMA.
507         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
508         function.
509         * include/libc-symbols.h (libm_ifunc): Define.
510         * sysdeps/x86_64/multiarch/Versions: New file.
512         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
514 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
516         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
518 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
520         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
521         call that registers used in calling conventions need to be preserved.
522         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
523         to preserve register content if necessary.
524         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
525         (_dl_x86_64_restore_sse): New function.
526         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
527         is allowed to modify xmm/ymm registers.
529         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
530         application's perspective.
531         * stdio-common/scanf17.c: Likewise.
533 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
535         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
536         size to memsz.
537         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
538         here.
539         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
540         two steps to catch bugs.
542 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
544         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
545         determines which files are used in runtime lookups and only checks
546         those for SSE use.
547         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
548         testing.
549         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
550         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
551         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
552         take a while.
554         * elf/dl-open.c: Move _dl_scope_free to...
555         * elf/dl-scope.c: ...here.  New file.
556         * elf/Makefile (dl-routines): Add scope.
558         * resolv/resolv.h (RES_USE_DNSSEC): Define.
559         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
560         RES_USE_DNSSEC.
561         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
562         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
563         all the places we handled RES_USE_EDNS0 only before.
564         Patch by Adam Tkac <atkac@redhat.com>.
566 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
568         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
569         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
570         Update size when reallocating.
572 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
574         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
575         functions used in ld.so modify xmm/ymm registers.
576         * sysdeps/x86_64/Makefile:  Hook new test up.
577         * sysdeps/x86_64/rtld-memchr.c: New file.
578         * sysdeps/x86_64/rtld-memcmp.c: New file.
579         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
580         * sysdeps/x86_64/rtld-strchr.S: New file.
581         * sysdeps/x86_64/rtld-strlen.S: New file.
582         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
583         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
585 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
587         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
588         strncmp-c.
589         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
590         (exit): Likewise.
591         (Byte1): Likewise.
592         (Byte2): Likewise.
593         (Byte3): Likewise.
594         (Byte4): Likewise.
595         (Byte5): Likewise.
596         (Byte6): Likewise.
597         (next_8_bytes): Likewise.
598         (Byte0): Remove commented out codes.
599         (unaligned_table): Align jump table at 8 bytes.
600         Add _sse4_2 to all labels.  Always include "../strcmp.S".
601         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
602         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
603         * sysdeps/x86_64/strncmp.S: New file.
605 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
607         [BZ #10422]
608         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
609         kernels, dropped when eventfd2 support was added.
610         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
611         kernels, dropped when signalfd4 support was added.
612         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
613         added, name them.
615         [BZ #10452]
616         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
617         replies up.
619         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
621 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
623         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
624         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
626         [BZ #10448]
627         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
628         callback we must touch the status to avoid using stale value.
630         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
631         compiled in.
633 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
635         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
636         /lib/modules/* headers anymore.  We have sane headers in the standard
637         place now.
639 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
641         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
642         "etf3enh" and "highgprs" added.
643         (_dl_s390_platforms): "z10" added.
644         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
645         Increased for the new entries.
646         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
647         HWCAP_S390_HIGH_GPRS added.
649         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
650         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
651         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
652         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
653         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
655 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
657         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
658         avoid additional cpuid instructions.  Most of the information is
659         stored somewhere.
661         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
662         cache descriptors.
663         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
665         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
666         SSSE3 bit for Atoms.
667         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
668         here anymore.
670         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
671         structure before copying it to avoid warning.
672         * posix/tst-rfc3484-2.c (do_test): Likewise.
673         * posix/tst-rfc3484-3.c (do_test): Likewise.
675         [BZ #10416]
676         * include/unistd.h: Make header file suitable for C++ test cases.
677         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
679         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
680         stack alignment in the exit code.
682         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
683         potentially be zero.
685         * elf/tst-unique1.c: Extend test to check for unloading DSO with
686         unique symbol definition.
687         Patch by Jakub Jelinek.
688         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
689         make sure the object with the definition cannot be unloaded.  Adjust
690         a few types.
691         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
692         the unique symbol hash table should not be const.
694 2009-07-22  Jakub Jelinek  <jakub@redhat.com>
696         * Makeconfig (ASFLAGS): Append $(sysdep-ASFLAGS).
697         * sysdeps/i386/Makefile (sysdep-ASFLAGS): Add -U__i686.
699 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
701         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
702         unnecesary variables.  Comment fixes.
704 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
706         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
707         Use NONASCII_CASE information provided by the locale to determine
708         whether optimized string load function can be used.  Minor cleanups.
710 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
712         * string/strcasestr.c (STRCASESTR): New macro.
713         (__strcasestr): Renamed to ..
714         (STRCASESTR): ...this.
715         * string/strstr.c (STRSTR): New macro.
716         (strstr): Renamed to ..
717         (STRSTR): ...this.
718         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
719         strstr-c strcasestr-c
720         (CFLAGS-strstr.c): New.
721         (CFLAGS-strcasestr.c): Likewise.
722         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
723         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
724         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
725         * sysdeps/x86_64/multiarch/strstr.c: New file.
727 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
729         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
730         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
731         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
732         _NL_CTYPE_NONASCII_CASE.
733         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
734         field.
735         (ctype_finish): Check whether there are any 8-bit characters outside
736         the range ASCII has or whether the mapping isn't the same as for
737         ASCII (±0x20).  Set nonascii_case appropriately.
738         (ctype_output): Add output handler for nonascii_case.
740 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
742         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
743         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
745 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
747         [BZ #10360]
748         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
749         0xffff in the EDNS0 record.
751 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
753         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
754         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
755         is written before the list head update.
756         Patch by Andreas Schwab <aschwab@redhat.com>.
758 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
759             Jakub Jelinek  <jakub@redhat.com>
761         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
762         corruption thread-safe.
764 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
766         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
767         overrides atomic_compare_and_exchange_val_rel, define to
768         atomic_compare_and_exchange_val_rel by default, otherwise default
769         to catomic_compare_and_exchange_val_acq.
770         (catomic_compare_and_exchange_bool_rel): If arch overrides
771         atomic_compare_and_exchange_bool_rel, define to
772         atomic_compare_and_exchange_bool_rel by default.
773         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
774         Use catomic_compare_and_exchange_val_rel instead of
775         catomic_compare_and_exchange_val_acq.
777 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
779         * sysdeps/generic/ldsodefs.h: Add prototype for
780         _dl_higher_prime_number.
781         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
783         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
784         restoring of ymm registers a bit.
786 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
788         * sysdeps/x86_64/memcmp.S: New file.
790 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
792         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
793         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
794         pointers in writable memory.
796 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
798         * config.h.in: Add HAVE_AVX_SUPPORT entry.
799         * config.make.in: Add config-cflags-avx entry.
800         * configure.in: Substitute libc_cv_cc_avx.
801         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
802         * elf/tst-audit4.c: New file.
803         * elf/tst-audit5.c: New file.
804         * elf/tst-auditmod4a.c: New file.
805         * elf/tst-auditmod4b.c: New file.
806         * elf/tst-auditmod5a.c: New file.
807         * elf/tst-auditmod5b.c: New file.
808         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
809         link-defines.sym.
810         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
811         (La_x86_64_vector): Likewise.
812         (La_x86_64_regs): Append lr_vector.
813         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
814         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
815         saving and restoring SSE registers to ...
816         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
817         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
818         <link-defines.h>.
819         (_dl_runtime_profile): Use LR_SIZE to allocate space for
820         La_x86_64_regs.  Allocate extra space and jump to memory at
821         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
822         (save_and_restore_vector_sse): New.
823         (save_and_restore_vector_avx): Likewise.
824         (check_avx): Likewise.
825         (save_and_restore_vector): Likewise.
826         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
827         HAVE_AVX_SUPPORT.
828         * sysdeps/x86_64/link-defines.sym: New file.
830 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
832         * elf/do-lookup.h: Removed after folding content into...
833         * elf/dl-lookup.c: ...here.
835         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
837 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
839         * configure.in: Check for gnu_unique_symbol symbol type.
840         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
841         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
842         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
843         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
844         change.
845         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
846         unique symbol table.
847         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
848         for first namespace.
849         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
850         unique symbol hash table.
851         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
852         * elf/tst-unique1.c: New file.
853         * elf/tst-unique1mod1.c: New file.
854         * elf/tst-unique1mod2.c: New file.
855         * elf/tst-unique2.c: New file.
856         * elf/tst-unique2mod1.c: New file.
857         * elf/tst-unique2mod2.c: New file.
859 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
861         * elf/elf.h (STB_GNU_UNIQUE): Define.
863         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
864         from...
865         * include/inline-hashtab.h: ...here.
866         (htab_expand): Adjust for renamed function.  Correct memory handling.
868 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
870         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
872 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
874         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
875         (PPC_FEATURE_HAS_VSX): Likewise.
877 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
879         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
880         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
882         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
883         aligned to 16 byte boundaries.
884         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
885         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
886         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
888 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
890         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
891         * config.make.in (config-cflags-sse4): New variable.
892         * configure.in: Substitute libc_cv_cc_sse4.
893         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
894         HAVE_SSE4_SUPPORT.
895         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
896         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
897         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
898         * sysdeps/x86_64/multiarch/strcspn.S: New file.
899         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
900         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
901         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
902         * sysdeps/x86_64/multiarch/strspn.S: New file.
904 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
906         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
907         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
908         (tests): Add tst-audit3 for x86_64.
909         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
910         ($(objpfx)tst-audit3): Define.
911         ($(objpfx)tst-audit3.out): Define.
912         (tst-audit3-ENV): Define.
913         * elf/tst-audit3.c: New file.
914         * elf/tst-auditmod3a.c: New file.
915         * elf/tst-auditmod3b.c: New file.
916         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
917         and restore xmm6.
919         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
920         (__stpncpy): Renamed to ...
921         (STPNCPY): This.
922         (stpncpy): Create alias only if STPNCPY is not defined.
923         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
924         defined.
925         (strncpy): Renamed to ...
926         (STRNCPY): This.
927         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
928          stpncpy-c strncpy-c for string.
929         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
930         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
931         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
932         * sysdeps/x86_64/multiarch/strcpy.S: New file.
933         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
934         * sysdeps/x86_64/multiarch/strncpy.S: New file.
936 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
938         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
939         adding to fast bin list.
941 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
943         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
944         inet_makeaddr.  This worked only with class-based networks.
945         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
946         Likewise.
948         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
949         recognize all types.
950         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
951         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
952         be in host byte order.
954 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
956         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
957         (MODEL_OFFSET): Define.
958         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
959         family and model.
960         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
961         out common code into new function get_common_indeces. Determine
962         extended family and model for Intel processors.
964 2009-06-26  Andreas Schwab  <aschwab@redhat.com>
966         * timezone/zic.c (stringzone): Don't try to generate a POSIX TZ
967         string when the timezone ends in DST.
969 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
971         * resolv/resolv.h: Define RES_SNGLKUPREOP.
972         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
973         option.
974         * resolv/res_send.c (reopen): New function.  Broken out of...
975         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
976         fallback mechanism.  If single-request fails switch to
977         single-request-reopen mode which opens a new socket for the second
978         request.
980 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
982         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
983         (CHECK_SP): Use it.
985 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
987         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
988         for saved registers.
989         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
990         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
991         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
993 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
995         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
997 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
999         * po/id.po: Update from translation team.
1001         * po/bg.po: Update from translation team.
1003 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1005         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
1006         defined.
1007         (strncmp): Renamed to STRNCMP.
1008         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1009         strncmp-c for string.
1010         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
1011         * sysdeps/x86_64/multiarch/strcmp.S: New file.
1012         * sysdeps/x86_64/multiarch/strncmp.S: New file.
1013         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
1015 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
1017         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
1018         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
1019         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
1020         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
1021         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
1022         ifuncmain7static.c.
1023         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
1024         ifuncmain7static, and ifuncmain7picstatic.
1025         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
1026         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
1027         $(objpfx)ifuncmain7pie.out.
1028         (modules-names): Add ifuncmod5 ifuncmod6
1029         (ifuncmod5.so-no-z-defs): Define.
1030         (ifuncmod6.so-no-z-defs): Define.
1031         (CFLAGS-ifuncmain5pic.c): Define.
1032         (CFLAGS-ifuncmain5picstatic.c): Define.
1033         (CFLAGS-ifuncmain5staticpic.c): Define.
1034         (CFLAGS-ifuncdep5pic.c): Define.
1035         (CFLAGS-ifuncmain7pic.c): Define.
1036         (CFLAGS-ifuncmain7picstatic.c): Define.
1037         (CFLAGS-ifuncmain1staticpie.c): Define.
1038         (CFLAGS-ifuncmain5pie.c): Define.
1039         (CFLAGS-ifuncmain6pie.c): Define.
1040         (CFLAGS-ifuncmain7pie.c): Define.
1041         ($(objpfx)ifuncmain1staticpie.out): Define.
1042         ($(objpfx)ifuncmain1staticpie): Define.
1043         ($(objpfx)ifuncmain5pie.out): Define.
1044         ($(objpfx)ifuncmain5pie): Define.
1045         ($(objpfx)ifuncmain6pie.out): Define.
1046         ($(objpfx)ifuncmain6pie): Define.
1047         ($(objpfx)ifuncmain5): Define.
1048         ($(objpfx)ifuncmain5pic): Define.
1049         ($(objpfx)ifuncmain5static): Define.
1050         ($(objpfx)ifuncmain5staticpic): Define.
1051         ($(objpfx)ifuncmain5picstatic): Define.
1052         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
1053         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
1054         ifuncmain6pie.out.
1055         * elf/b/elf/ifuncmain1staticpie.c: New file.
1056         * elf/ifuncdep5.c: New file.
1057         * elf/ifuncdep5pic.c: New file.
1058         * elf/ifuncmain5.c: New file.
1059         * elf/ifuncmain5pic.c: New file.
1060         * elf/ifuncmain5picstatic.c: New file.
1061         * elf/ifuncmain5pie.c: New file.
1062         * elf/ifuncmain5static.c: New file.
1063         * elf/ifuncmain5staticpic.c: New file.
1064         * elf/ifuncmain6pie.c: New file.
1065         * elf/ifuncmain7.c: New file.
1066         * elf/ifuncmain7pic.c: New file.
1067         * elf/ifuncmain7picstatic.c: New file.
1068         * elf/ifuncmain7pie.c: New file.
1069         * elf/ifuncmain7static.c: New file.
1070         * elf/ifuncmod5.c: New file.
1071         * elf/ifuncmod6.c: New file.
1073 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
1075         [BZ #10085]
1076         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
1077         (nss_endgrent): New variable.
1078         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
1079         fields. Change type of files to bool and adjust all users.
1080         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
1081         (internal_endgrent): Call nss_endgrent if necessary.
1082         (add_group): New function.  Broken out of...
1083         (check_and_add_group): ...here.
1084         (getgrent_next_nss): Remove test that any callback is available.
1085         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
1086         callback.  If there is no blacklist we can trust the results returned
1087         by the initgroups_dyn callback.  In case there is a callback and we
1088         find a group entry for the group ID but it doesn't contain the
1089         correct member, switch to the slow mode and use getgrent_r.
1090         (internal_getgrent_r): When we see a +: entry, determine whether
1091         there is any callback and which we can use the initgroups_dyn
1092         callback.
1094 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
1096         * malloc/malloc.c (_int_malloc): Add some consistency checks.
1097         (_int_free): Likewise.
1099         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
1100         AF_IEEE802154.
1101         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1102         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
1103         and ARPHRD_IEEE802154_PHY.
1105         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
1106         relative to generic Linux version.
1108 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
1110         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
1111         ($(objpfx)ifuncmain1vispie): Likewise.
1113 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1115         * login/Makefile: Build pt_chown as PIE.
1117 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
1119         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
1120         a format string.
1121         * elf/sln.c (usage): Likewise.
1122         * malloc/memusage.sh (do_help): Likewise.
1123         * nss/getent.c (more_help): Likewise.
1124         * posix/getconf.c (main): Likewise.
1125         * sunrpc/rpcinfo.c (usage): Likewise.
1126         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1128 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1130         * login/programs/pt_chown.c: Use libcap to drop privileges other than
1131         those needed.
1132         * login/Makefile: If necessary link pt_chown with -lcap.
1133         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
1134         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
1136 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
1138         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
1139         comparisons.
1140         * string/test-memchr.c (do_random_tests): Test very large lengths
1141         as well.
1143 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1145         * Makeconfig (+link-pie): Define.
1146         (+prectorS): Define.
1147         (+postctorS): Define.
1148         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
1149         * nscd/Makefile ($(objpfx)nscd): Likewise.
1151 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
1153         [BZ #10107]
1154         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
1155         with cmplwi.
1156         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
1158 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1160         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
1161         into ...
1162         * sysdeps/unix/grantpt.c: ...here.
1164 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
1166         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
1167         chmod if it is necessary.
1169         [BZ #10166]
1170         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
1171         when the slave device is in devpts or devfs.
1173         [BZ #10183]
1174         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
1176         [BZ #10195]
1177         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
1178         of nd_opt_home_agent_info_preference to uint16_t.
1179         Patch by Arnaud Ebalard <arno@natisbad.org>.
1181         [BZ #10207]
1182         * nss/getent.c: Add support for printing gshadow data.
1184         [BZ #10203]
1185         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
1186         not just the currently used one and those which follow.
1187         Patch by Joe Landers <jlanders@vmware.com>.
1189         [BZ #10196]
1190         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
1191         * libio/Makefile: Run tst-fgetwc with necessary envvar.
1192         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
1194         [BZ #10217]
1195         * stdlib/abort.c: Define variable __abort_msg.
1196         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
1197         * include/stdlib.h: Declare __abort_msg.
1198         * assert/assert-perr.c: Don't free buffer for message immediately.
1199         Store atomically in __abort_msg and free old buffer if necessary.
1200         * assert/assert.c: Likewise.
1201         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
1202         store pointer in __abort_msg, and possibly free old string.
1203         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
1205         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
1207         [BZ #10211]
1208         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
1209         handle leap seconds if they are available.
1210         Patch by Akinori Hattori <hattya@gentoo.org>.
1212         * timezone/tzselect.ksh: Update from tzcode2009i.
1213         * timezone/zdump.c: Likewise.
1214         * timezone/zic.c: Likewise.
1216         * timezone/africa: Update from tzdata2009i.
1217         * timezone/antarctica: Likewise.
1218         * timezone/asia: Likewise.
1219         * timezone/australasia: Likewise.
1220         * timezone/backward: Likewise.
1221         * timezone/etcetera: Likewise.
1222         * timezone/europe: Likewise.
1223         * timezone/factory: Likewise.
1224         * timezone/iso3166.tab: Likewise.
1225         * timezone/leapseconds: Likewise.
1226         * timezone/northamerica: Likewise.
1227         * timezone/pacificnew: Likewise.
1228         * timezone/solar87: Likewise.
1229         * timezone/solar88: Likewise.
1230         * timezone/solar89: Likewise.
1231         * timezone/southamerica: Likewise.
1232         * timezone/systemv: Likewise.
1233         * timezone/yearistype: Likewise.
1234         * timezone/zone.tab: Likewise.
1236 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
1238         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
1239         STT_GNU_IFUNC symbol or in 8 into type_class.
1241         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
1242         instead of Elf64_Addr.
1244 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
1246         * po/sv.po: Update from translation team.
1248         [BZ #10229]
1249         * misc/sys/select.h (__NFDBITS): Expression should have type int.
1250         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
1251         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
1252         the C version.
1254 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
1256         * Versions.def: Add GLIBC_2.11 for libpthread.
1258 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
1260         * resolv/res_send.c (send_dg): Remember we switched to
1261         single-request mode.
1263 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
1265         * dlfcn/dlfcn.h: Remove comma at end of enum.
1266         Patch by J.H.M. Dassen <rdassen@redhat.com>.
1268         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
1269         parsing mode string.
1271 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
1273         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
1275         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
1277         * sysdeps/x86_64/multiarch/strlen.S: New file.
1278         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
1279         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
1280         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
1281         content.
1283         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
1284         is defined.
1286 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
1288         * sysdeps/x86_64/strlen.S: Minor optimizations.
1290 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1292         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
1293         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
1294         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
1295         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
1296         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
1297         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
1298         ifuncmain3.c, ifuncmod3.c,.
1299         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
1300         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
1301         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
1302         ifuncmain4picstatic.
1303         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
1304         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
1305         ifuncmain3, ifuncmain4.
1306         (tests): Depend on $(objpfx)ifuncmain1pie.out and
1307         $(objpfx)ifuncmain1vispie.out.
1308         (modules-names): Add ifuncmod1 ifuncmod3.
1309         (generated): Add ifuncmain1pie ifuncmain1pie.out
1310         ifuncmain1vispie ifuncmain1vispie.out.
1311         Define rules to build and run the tests.
1312         * elf/ifuncdep1.c: New file.
1313         * elf/ifuncdep1pic.c: New file.
1314         * elf/ifuncdep2.c: New file.
1315         * elf/ifuncdep2pic.c: New file.
1316         * elf/ifuncmain1.c: New file.
1317         * elf/ifuncmain1pic.c: New file.
1318         * elf/ifuncmain1picstatic.c: New file.
1319         * elf/ifuncmain1pie.c: New file.
1320         * elf/ifuncmain1static.c: New file.
1321         * elf/ifuncmain1staticpic.c: New file.
1322         * elf/ifuncmain1vis.c: New file..
1323         * elf/ifuncmain1vispic.c: New file..
1324         * elf/ifuncmain1vispie.c: New file.
1325         * elf/ifuncmain2.c: New file.
1326         * elf/ifuncmain2pic.c: New file.
1327         * elf/ifuncmain2picstatic.c: New file.
1328         * elf/ifuncmain2static.c: New file.
1329         * elf/ifuncmain3.c: New file.
1330         * elf/ifuncmain4.c: New file.
1331         * elf/ifuncmain4picstatic.c: New file.
1332         * elf/ifuncmain4static.c: New file.
1333         * elf/ifuncmod1.c: New file.
1334         * elf/ifuncmod3.c: New file.
1336 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
1338         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
1340 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
1342         [BZ #10221]
1343         * posix/Makefile (routines): Add execvpe.
1344         * posix/Versions: Export execvpe for GLIBC_2.11.
1345         * posix/execvp.c: Now only a wrapper.  Move code to...
1346         * posix/execvpe.c: ...here.  New file.
1347         * posix/unistd.h: Declare execvpe.
1349 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
1351         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
1352         for STT_GNU_IFUNC handling for efficiency.
1353         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1355         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
1356         _exit.
1357         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
1359 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
1361         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
1362         for !SHARED.
1364 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
1366         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
1367         is not defined.
1368         (__rela_iplt_start): New declaration.
1369         (__rela_iplt_end): Likewise.
1370         (__rel_iplt_start): Likewise.
1371         (__rel_iplt_end): Likewise.
1372         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
1373         * elf/elf.h (R_386_IRELATIVE): New macro.
1374         (R_X86_64_IRELATIVE): New macro.
1375         (R_386_NUM): Updated.
1376         (R_X86_64_NUM): Likewise.
1377         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
1378         (libc_ifunc_hidden_def): New macro.
1379         * sysdeps/generic/dl-irel.h: New file.
1380         * sysdeps/i386/dl-irel.h: New file.
1381         * sysdeps/x86_64/dl-irel.h: New file.
1382         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
1383         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
1384         Handle R_386_IRELATIVE.
1385         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
1386         (elf_machine_lazy_rela): Likewise.
1387         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
1388         R_X86_64_IRELATIVE.
1389         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
1391 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
1393         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
1394         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
1395         are no differences.  If an architecture has bits in CPUID index 1
1396         meaning different things the values for the COMMON_CPUID_INDEX_1
1397         index must not be set.
1398         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
1399         (HAS_POPCOUNT): ...this.  New macro.
1400         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
1401         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
1402         to set the value for Intel and AMD architectures.
1403         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
1404         INTEL_CPUID_INDEX_1.
1405         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
1406         change.
1408 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
1410         * configure.in: Move AC_CANONICAL_HOST before first use of $host
1411         and $build.
1413 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
1415         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
1416         (__expm1l): Set errno to ERANGE on overflow.
1417         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
1418         (__tanl): Set errno to EDOM for Â±Inf.
1419         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
1420         (__cosl): Set errno to EDOM for Â±Inf.
1421         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
1422         (__sinl): Set errno to EDOM for Â±Inf.
1424         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
1425         defined, use it.
1426         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
1427         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
1428         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
1430 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
1432         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
1433         code accessing it.
1434         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
1436 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
1438         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
1439         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
1440         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
1441         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
1443         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
1444         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
1445         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
1446         defined.
1447         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1448         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1450 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
1452         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
1453         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
1454         is, either do nothing at all if __ASSUME_ACCEPT4, or
1455         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
1456         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
1457         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
1458         define.
1459         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
1460         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
1461         internal_accept4 in socket directory.
1463 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
1465         * sysdeps/ia64/configure.in: New file.
1467 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1469         [BZ #10162]
1470         * sysdeps/ia64/memchr.S: Use speculative load.
1472         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
1473         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
1474         use it.
1476         * sysdeps/i386/__longjmp.S: Add .text.
1477         * sysdeps/x86_64/__longjmp.S: Likewise.
1479 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
1481         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
1482         __ASSUME_ACCEPT4 for IA-64.
1484 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
1486         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
1488         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
1489         (SOCKOP_accept4): Define.
1491 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
1493         Sun approved the change of the license.
1494         * sunrpc/auth_des.c: Replace license text.
1495         * sunrpc/auth_none.c: Likewise.
1496         * sunrpc/auth_unix.c: Likewise.
1497         * sunrpc/authdes_prot.c: Likewise.
1498         * sunrpc/authuxprot.c: Likewise.
1499         * sunrpc/bindrsvprt.c: Likewise.
1500         * sunrpc/clnt_gen.c: Likewise.
1501         * sunrpc/clnt_perr.c: Likewise.
1502         * sunrpc/clnt_raw.c: Likewise.
1503         * sunrpc/clnt_simp.c: Likewise.
1504         * sunrpc/clnt_tcp.c: Likewise.
1505         * sunrpc/clnt_udp.c: Likewise.
1506         * sunrpc/clnt_unix.c: Likewise.
1507         * sunrpc/des_crypt.c: Likewise.
1508         * sunrpc/des_soft.c: Likewise.
1509         * sunrpc/get_myaddr.c: Likewise.
1510         * sunrpc/getrpcport.c: Likewise.
1511         * sunrpc/key_call.c: Likewise.
1512         * sunrpc/key_prot.c: Likewise.
1513         * sunrpc/openchild.c: Likewise.
1514         * sunrpc/pm_getmaps.c: Likewise.
1515         * sunrpc/pm_getport.c: Likewise.
1516         * sunrpc/pmap_clnt.c: Likewise.
1517         * sunrpc/pmap_prot.c: Likewise.
1518         * sunrpc/pmap_prot2.c: Likewise.
1519         * sunrpc/pmap_rmt.c: Likewise.
1520         * sunrpc/rpc/auth.h: Likewise.
1521         * sunrpc/rpc/auth_unix.h: Likewise.
1522         * sunrpc/rpc/clnt.h: Likewise.
1523         * sunrpc/rpc/des_crypt.h: Likewise.
1524         * sunrpc/rpc/key_prot.h: Likewise.
1525         * sunrpc/rpc/netdb.h: Likewise.
1526         * sunrpc/rpc/pmap_clnt.h: Likewise.
1527         * sunrpc/rpc/pmap_prot.h: Likewise.
1528         * sunrpc/rpc/pmap_rmt.h: Likewise.
1529         * sunrpc/rpc/rpc.h: Likewise.
1530         * sunrpc/rpc/rpc_des.h: Likewise.
1531         * sunrpc/rpc/rpc_msg.h: Likewise.
1532         * sunrpc/rpc/svc.h: Likewise.
1533         * sunrpc/rpc/svc_auth.h: Likewise.
1534         * sunrpc/rpc/types.h: Likewise.
1535         * sunrpc/rpc/xdr.h: Likewise.
1536         * sunrpc/rpc_clntout.c: Likewise.
1537         * sunrpc/rpc_cmsg.c: Likewise.
1538         * sunrpc/rpc_common.c: Likewise.
1539         * sunrpc/rpc_cout.c: Likewise.
1540         * sunrpc/rpc_dtable.c: Likewise.
1541         * sunrpc/rpc_hout.c: Likewise.
1542         * sunrpc/rpc_main.c: Likewise.
1543         * sunrpc/rpc_parse.c: Likewise.
1544         * sunrpc/rpc_parse.h: Likewise.
1545         * sunrpc/rpc_prot.c: Likewise.
1546         * sunrpc/rpc_sample.c: Likewise.
1547         * sunrpc/rpc_scan.c: Likewise.
1548         * sunrpc/rpc_scan.h: Likewise.
1549         * sunrpc/rpc_svcout.c: Likewise.
1550         * sunrpc/rpc_tblout.c: Likewise.
1551         * sunrpc/rpc_util.c: Likewise.
1552         * sunrpc/rpc_util.h: Likewise.
1553         * sunrpc/rpcinfo.c: Likewise.
1554         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
1555         * sunrpc/rpcsvc/key_prot.x: Likewise.
1556         * sunrpc/rpcsvc/klm_prot.x: Likewise.
1557         * sunrpc/rpcsvc/mount.x: Likewise.
1558         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
1559         * sunrpc/rpcsvc/rex.x: Likewise.
1560         * sunrpc/rpcsvc/rstat.x: Likewise.
1561         * sunrpc/rpcsvc/rusers.x: Likewise.
1562         * sunrpc/rpcsvc/sm_inter.x: Likewise.
1563         * sunrpc/rpcsvc/spray.x: Likewise.
1564         * sunrpc/rpcsvc/yppasswd.x: Likewise.
1565         * sunrpc/rtime.c: Likewise.
1566         * sunrpc/svc.c: Likewise.
1567         * sunrpc/svc_auth.c: Likewise.
1568         * sunrpc/svc_authux.c: Likewise.
1569         * sunrpc/svc_raw.c: Likewise.
1570         * sunrpc/svc_run.c: Likewise.
1571         * sunrpc/svc_simple.c: Likewise.
1572         * sunrpc/svc_tcp.c: Likewise.
1573         * sunrpc/svc_udp.c: Likewise.
1574         * sunrpc/svc_unix.c: Likewise.
1575         * sunrpc/svcauth_des.c: Likewise.
1576         * sunrpc/xcrypt.c: Likewise.
1577         * sunrpc/xdr.c: Likewise.
1578         * sunrpc/xdr_array.c: Likewise.
1579         * sunrpc/xdr_float.c: Likewise.
1580         * sunrpc/xdr_mem.c: Likewise.
1581         * sunrpc/xdr_rec.c: Likewise.
1582         * sunrpc/xdr_ref.c: Likewise.
1583         * sunrpc/xdr_sizeof.c: Likewise.
1584         * sunrpc/xdr_stdio.c: Likewise.
1586         * po/da.po: Update from translation team.
1588 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1590         * sysdeps/sh/____longjmp_chk.S: New file.
1591         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
1592         * sysdeps/sh/sh4/__longjmp.S: Likewise.
1594 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
1595             Ulrich Drepper  <drepper@redhat.com>
1597         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
1598         (__nscd_cache_search): Assume each entry in the
1599         hash chain needs one hashentry and half of datahead.  Use
1600         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
1602 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
1604         * posix/sys/wait.h: Fix typos.  Pretty printing.
1605         * stdlib/stdlib.h: Likewise.  Correct comments.
1607         [BZ #10159]
1608         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
1610         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
1611         patch.
1613 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
1615         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
1616         Use it if we absolutely cannot reach any more correct list elements
1617         because that many do not fit into the currently mapped database.
1619 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
1621         * nscd/nscd_helper.c: Include stddef.h.
1622         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
1623         in a couple of places.  Return NULL if trail is not less than
1624         datasize, don't consider dataheads with length smaller than
1625         offsetof (struct datahead, data) + datalen.
1626         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
1627         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
1628         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1629         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1630         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1631         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
1632         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
1634         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
1635         Rename ...
1636         (fallocate64): ... to this.
1637         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
1638         Rename ...
1639         (fallocate64): ... to this.
1640         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
1641         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
1642         fallocate64@@GLIBC_2.10.
1643         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
1644         fallocate64@@GLIBC_2.11.
1645         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
1646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
1647         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
1648         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
1650         * nscd/selinux.c (nscd_avc_destroy): Removed.
1651         * nscd/selinux.h (nscd_avc_destroy): Likewise.
1652         * nscd/nscd.c (termination_handler): Don't call
1653         nscd_avc_destroy.
1655 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
1657         * include/atomic.h: Formatting.
1658         (catomic_compare_and_exchange_val_acq): Don't define if already
1659         defined by bits/atomic.h.
1661 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
1663         * math/libm-test.inc (expm1_test): Add test for range error.
1665         * Versions.def: Add GLIBC_2.11 for libc.
1666         * debug/Makefile (routines): Add longjmp_chk.
1667         Add rules to build and run tst-longjmp_chk.
1668         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
1669         * debug/longjmp_chk.c: New file.
1670         * debug/tst-longjmp_chk.c: New file.
1671         * include/bits/setjmp2.: New file.
1672         * include/stdio.h: Mark __fortify_fail as internal_function.
1673         * setjmp/Makefile (headers): Add bits/setjmp2.h.
1674         * setjmp/bits/setjmp2.h: New file.
1675         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
1676         of the aliases.
1677         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
1678         defined.
1679         * sysdeps/i386/____longjmp_chk.S: New file.
1680         * sysdeps/x86_64/____longjmp_chk.S: New file.
1681         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
1682         * sysdeps/x86_64/__longjmp.S: Likewise.
1684         * version.h: Bump for 2.11 development.
1686         * elf/check-execstack.c: New file.
1687         * elf/Makefile: Add rules to build and run check-execstack.
1689 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
1691         * version.h (VERSION): Bump to 2.10.1.
1693         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
1694         compatibility functions.
1695         * nss/getXXent_r.c: Likewise.
1696         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
1697         * gshadow/getsgnam_r.c: Likewise.
1698         * gshadow/Version: Remove duplicate entries.
1700         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
1701         for recent processor.
1702         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
1703         Likewise.
1705 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
1707         * version.h (VERSION): Bump for 2.10 release.
1708         * include/features.h (__GLIBC_MINOR__): Bump to 10.
1710         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
1711         same place we add ASFLAGS-config.
1713 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
1715         [BZ #10128]
1716         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
1717         or FORMERR and the other NOERROR, don't raise an error.
1719 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
1721         [BZ #10118]
1722         * Makeconfig (+asflags): New variable based upon ASFLAG or
1723         asflags-cpu.
1724         (ASFLAGS): Add override to set ASFLAGS to +asflags.
1725         * config.make.in (asflags-cpu): Add variable based upon
1726         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
1727         the assembler.
1728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1729         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
1730         recognizes power6 instruction set due to passing -mcpu=power6 from
1731         --with-cpu=power6 when compiling .S files.
1732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1733         Likewise.
1734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1735         Likewise.
1736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1737         Likewise.
1739 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
1741         * string/stratcliff.c (do_test): Test for zero length
1742         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
1743         at the end of the page.
1745 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
1747         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
1749         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
1750         count is zero.
1752         * po/da.po: Update from translation team.
1754 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
1756         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
1757         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
1759 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
1761         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
1762         and READ_IMPLIES_EXEC.
1764 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
1766         * po/da.po: Update from translation team.
1768 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
1770         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
1771         comment change.
1773 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
1775         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
1776         to MAP_ANON in PROT_NONE mmap64 call.
1777         (open_archive): Likewise.
1778         (file_data_available_p): Use mmap64 instead of mremap.
1779         (enlarge_archive): Likewise.  Update head if ah->addr changed.
1780         Attempt to reserve address space after mmap64 region.
1782 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
1784         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
1785         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
1786         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1788         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
1789         atanh should set ERANGE.
1791         [BZ #10087]
1792         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
1793         result of lookup to make call to implement STT_GNU_IFUNC.
1794         (_dl_profile_fixup): Likewise.
1795         Patch by H.J. Lu <hjl.tools@gmail.com>.
1797         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
1798         warning.
1800         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
1801         from definition.
1803         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
1804         label if it is not used.
1806         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
1807         of gmon_hist_hdr and gmon_hdr structures and use them.
1808         * elf/sprof.c: Likewise.
1810         * elf/dl-load.c (open_verify): Add temporary variable to avoid
1811         warning.
1813         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
1815         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
1816         to avoid cast.
1818         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
1819         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
1820         to avoid warnings.
1821         (iruserok_af): Use ss_family instead of casts.
1823         * gmon/gmon.c (write_hist): Define real-type variant of
1824         gmon_hist_hdr structure and use it.
1825         (write_gmon): Likewise for gmon_hdr.
1827         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
1828         function if we are not going to define it.
1829         * sysdeps/unix/sysv/linux/writev.c: Likewise.
1831         * inet/inet6_option.c (option_alloc): Add temporary variable to
1832         avoid warning.
1834         * libio/strfile.h (struct _IO_streambuf): Use correct type and
1835         name of VTable element.
1836         * libio/iovsprintf.c: Avoid casts to avoid warnings.
1837         * libio/iovsscanf.c: Likewise.
1838         * libio/vasprintf.c: Likewise.
1839         * libio/vsnprintf.c: Likewise.
1840         * stdio-common/isoc99_vsscanf.c: Likewise.
1841         * stdlib/strfmon_l.c: Likewise.
1842         * debug/vasprintf_chk.c: Likewise.
1843         * debug/vsnprintf_chk.c: Likewise.
1844         * debug/vsprintf_chk.c: Likewise.
1846         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
1847         function pointers.
1849 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
1851         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
1853 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
1855         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
1857         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
1858         * sysdeps/i386/fpu/s_tanf.S: Likewise.
1859         * sysdeps/i386/fpu/s_tanl.S: Likewise.
1860         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1861         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
1862         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
1863         * math/libm-test.inc: Add tests for errno after tan calls with
1864         Â±Inf.
1866         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
1867         errno value vor pow(+-0,neg).
1868         * math/libm-test.inc (pow_test): Add tests for errno value for
1869         pole errors.
1871         * math/w_fmod.c: Also handle x=±Inf as error.
1872         * math/w_fmodf.c: Likewise.
1873         * math/w_fmodl.c: Likewise.
1874         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
1875         x=±Inf or y=0.
1877         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
1878         * sysdeps/i386/fpu/s_cosf.S: Likewise.
1879         * sysdeps/i386/fpu/s_cosl.S: Likewise.
1880         * sysdeps/i386/fpu/s_sin.S: Likewise.
1881         * sysdeps/i386/fpu/s_sinf.S: Likewise.
1882         * sysdeps/i386/fpu/s_sinl.S: Likewise.
1883         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1884         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
1885         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
1886         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
1887         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
1888         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
1889         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
1890         * math/libm-test.inc: Add tests for errno after sin/cos calls with
1891         Â±Inf.
1893         * stdlib/strtod_l.c (round_and_return): We have to set errno to
1894         ERANGE for underflows.
1895         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
1897         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
1898         the 2001 revision.
1900         * libio/tst-widetext.input: Remove surrogates.
1902         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
1904         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
1905         for lgamma should set errno to ERANGE, not EDOM.
1906         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
1908 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
1910         [BZ #10093]
1911         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
1912         UTF-16 surrogates.
1914         * locale/programs/locarchive.c (enlarge_archive): Conserve address
1915         space when temporarily mapping the whole content of the old file.
1917         [BZ #10100]
1918         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
1919         not zero.
1921 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
1923         * iconvdata/sjis.c (BODY): Don't advance inptr before
1924         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
1925         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
1926         two byte chars.
1928 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
1930         * locale/locarchive.h (struct locarhandle): Rename len field to
1931         mmaped and add new reserved field.
1932         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
1933         (create_archive): Reserve address space and then map file into it.
1934         (open_archive): Likewise.
1935         (file_data_available_p): New function.
1936         (compare_from_file): New function.
1937         (close_archive): Adjust to member name changes.
1938         (add_locale): Before comparing locale data, check it is mapped.
1939         Otherwise fall back to reading from the file.
1941 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
1943         * stdio-common/psiginfo.c: Include <errno.h>.
1945 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
1947         [BZ #9920]
1948         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
1949         to get consistency between 32 and 64 bit architectures.
1951         [BZ #10052]
1952         * sysdeps/unix/make-syscalls.sh: Add rule to create target
1953         directory for dummy syscall rules.
1954         Patch by Chris Steinbroner <hesh@pobox.com>.
1956 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
1958         [BZ #10092]
1959         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
1960         MNT_EXPIRE.
1962 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
1964         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
1965         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
1967 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
1969         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
1970         data from vector to temporary buffer and call PWRITEV after it
1971         instead of vice versa.
1972         * sysdeps/posix/preadv.c: Fix up comment.
1973         * misc/preadv.c: Likewise.
1974         * misc/preadv64.c: Likewise.
1975         * misc/pwritev.c: Likewise.
1976         * misc/pwritev64.c: Likewise.
1977         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
1979 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
1981         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
1983         * shadow/Makefile (tests): Add tst-shadow.
1984         * shadow/tst-shadow.c: New file.
1986         [BZ #9955]
1987         * gshadow/Makefile: New file.
1988         * gshadow/Versions: New file.
1989         * gshadow/fgetsgent.c: New file.
1990         * gshadow/fgetsgent_r.c: New file.
1991         * gshadow/getsgent.c: New file.
1992         * gshadow/getsgent_r.c: New file.
1993         * gshadow/getsgnam.c: New file.
1994         * gshadow/getsgnam_r.c: New file.
1995         * gshadow/gshadow.h: New file.
1996         * gshadow/putsgent.c: New file.
1997         * gshadow/sgetsgent.c: New file.
1998         * gshadow/sgetsgent_r.c: New file.
1999         * gshadow/tst-gshadow.c: New file.
2000         * include/gshadow.h: New file.
2001         * Makeconfig (all-subdirs): Add gshadow.
2002         * Makefile (installed-headers): Add gshadow/gshadow.h.
2003         * nss/Makefile (databases): Add sgrp.
2004         * nss/Versions: Add gshadow functions as private exports.
2005         * nss/nsswitch.conf: Add gshadow entry.
2006         * nss/sgrp-lookup.c: New file.
2007         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
2008         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
2009         * nss/nss_files/files-sgrp.c: New file.
2010         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
2011         * sysdeps/unix/sysv/linux/paths.h: Likewise.
2013 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
2015         * stdio-common/printf.h: Add missing const to register_printf_modifier.
2016         * stdio-common/reg-modifier.c: Likewise.
2018 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
2020         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
2021         is no FPU.
2023 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
2025         [BZ #10086]
2026         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
2027         headers up to 2.6.30.
2029         * po/ca.po: Update from translation team.
2031 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
2033         [BZ #10069]
2034         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
2035         an object that uses static TLS if the TLS modid is higher than the
2036         reserve we always allocate.  At least for multi-threaded code.
2038 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
2040         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
2041         Numerically stable check for valid width.
2043         * locale/programs/locarchive.c (open_archive): Map the entire file
2044         and not just the administrative data.
2045         (add_locale): When we find a hash sum match compare the content
2046         to be sure.
2048         * malloc/malloc.c (malloc_info): Output address space information.
2050 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
2052         * malloc/malloc.c (malloc_info): Also output system memory information.
2054         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
2055         architectures have preadv/pwritev in 2.6.30.
2057         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
2058         * sysdeps/posix/readv.c: Likewise.
2059         Reported by Markus Armbruster <armbru@redhat.com>.
2061         * malloc/hooks.c (top_check): Force hook value into register.
2063 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2065         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
2066         calls to _dl_relocate_object.
2068 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2070         [BZ #9957]
2071         * malloc/malloc.c (force_reg): Define.
2072         (sYSMALLOc): Load hook variable into variable
2073         before test and force into register.
2074         (sYSTRIm): Likewise.
2075         (public_mALLOc): Force hook value into register.
2076         (public_fREe): Likewise.
2077         (public_rEALLOc): Likewise.
2078         (public_mEMALIGn): Likewise.
2079         (public_vALLOc): Likewise.
2080         (public_pVALLOc): Likewise.
2081         (public_cALLOc): Likewise.
2082         (__posix_memalign): Likewise.
2083         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
2084         before test and force into register.
2085         * malloc/hooks.c (top_check): Likewise.
2086         (public_sET_STATe): Pretty printing.
2088         * resolv/res_send.c (send_dg): Don't just ignore the result we got
2089         in case we only receive one reply in single-request mode.
2091 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
2093         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
2094         are dlopened in statically linked program even for __LM_ID_CALLER.
2096 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2098         * resolv/res_send.c (send_dg): Don't switch into single-request
2099         mode if we already are in it.
2101 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
2103         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
2104         are always at least 4 bytes in the returned line.
2106 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
2108         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
2109         __libc_use_alloca (8192), if the stack is too small use 512 bytes
2110         instead of 8K.  Stop searching in /proc/stat after hitting first
2111         line not starting with cpu.
2112         (next_line): Truncate too long
2113         lines at buffer size * 3/4 instead of pretending there were line
2114         breaks inside of large lines.
2116 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2118         * sysdeps/x86_64/mp_clz_tab.c: New file.
2120 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
2121             Ulrich Drepper  <drepper@redhat.com>
2123         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
2124         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
2125         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
2127 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
2129         * sysdeps/sh/libc-tls.c: New file.
2131         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
2133 2009-04-14  Roland McGrath  <roland@redhat.com>
2135         * elf/elf.h: Add various missing ARM constants, to match binutils.
2137 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2139         Optimizations from GMP.
2140         * sysdeps/x86_64/add_n.S: New file.
2141         * sysdeps/x86_64/addmul_1.S: New file.
2142         * sysdeps/x86_64/lshift.S: New file.
2143         * sysdeps/x86_64/mul_1.S: New file.
2144         * sysdeps/x86_64/rshift.S: New file.
2145         * sysdeps/x86_64/sub_n.S: New file.
2146         * sysdeps/x86_64/submul_1.S: New file.
2148 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2150         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
2151         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
2152         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
2153         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2155 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2157         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
2158         preadv/pwritev.
2160 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
2162         * sysdeps/x86-64/strrchr.S: New file.
2164 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
2166         * stdio-common/printf.h (struct printf_info): Add user element.
2167         New types printf_arginfo_size_function, printf_va_arg_function.
2168         Declare register_printf_specifier, register_printf_modifier,
2169         register_printf_type.
2170         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
2171         (union printf_arg): Add pa_user element.
2172         Adjust __printf_arginfo_table type.
2173         Add __printf_va_arg_table, __printf_modifier_table,
2174         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
2175         declarations.
2176         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
2177         If registered arginfo call failed try normal specifier.
2178         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
2179         function.
2180         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
2181         * stdio-common/Versions: Export register_printf_modifier,
2182         register_printf_type, and register_printf_specifier for GLIBC_2.10.
2183         * stdio-common/reg-modifier.c: New file.
2184         * stdio-common/reg-type.c: New file.
2185         * stdio-common/reg-printf.c (__register_printf_specifier): New
2186         function.  Mostly the old __register_printf_function function but
2187         uses locking and type of third parameter changed.
2188         (__register_printf_function): Implement using
2189         __register_printf_specifier.
2190         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
2191         calls to arginfo functions.  Allocate enough memory for user-defined
2192         types.  Call new va_arg functions to get user-defined types.
2193         Try installed handlers even for existing format specifiers first.
2195 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
2197         * sysdeps/x86_64/rawmemchr.S: New file.
2199         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
2200         Simplified code and possible copy problem fixed.
2202         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
2203         function if it is not defined.  Add some necessary casts.
2204         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2206         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
2207         have preadv/pwritev in 2.6.30.
2209 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
2211         * malloc/malloc.c (malloc_info): New function.
2212         * malloc/malloc.h: Declare it.
2213         * malloc/Versions: Export malloc_info for GLIBC_2.10.
2215         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
2216         to avoid PLT slot.
2218         * malloc/malloc.c (_int_realloc): Add parameter with old block
2219         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
2220         Adjust all callers.
2221         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
2223 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
2225         * sysdeps/x86_64/strchrnul.S: New file.
2227         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
2228         depending libcrypt on -lfreebl3.
2230         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
2231         preadv/pwritev in 2.6.30.
2233         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
2234         instead of __strcasecmp.
2236         * string/stratcliff.c (do_test): Add memchr tests..
2237         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
2238         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
2239         first read quad word.
2241 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
2243         * string/strverscmp.c (__strverscmp): Fix last cleanups.
2244         * string/tst-svc.input: Add new test case.
2245         * string/tst-svc.expect: Adjust.
2246         * string/Makefile: Don't ignore tst-svc error.
2248         * sysdeps/x86_64/memchr.S: New file.
2250         * resolv/resolv.h (RES_SNGLKUP): Define.
2251         * resolv/res_init.c (res_setoptions): Recognize single-request option.
2252         * resolv/res_send.c (send_dg): If we sent two requests at once and
2253         only get one reply before timeout switch to mode where we send the
2254         second request only after the first answer has been received.
2256 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
2258         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
2259         * sysdeps/x86_64/strchr.S: Likewise.
2261 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
2263         * configure.in: We need to test for the compiler earlier.
2265         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
2266         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
2267         GLIBC_2.10.
2268         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
2269         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
2270         and pwritev.
2271         * misc/preadv.c: New file.
2272         * misc/preadv64.c: New file.
2273         * misc/pwritev.c: New file.
2274         * misc/pwritev64.c: New file.
2275         * sysdeps/posx/preadv.c: New file.
2276         * sysdeps/posx/preadv64.c: New file.
2277         * sysdeps/posx/pwritev.c: New file.
2278         * sysdeps/posx/pwritev64.c: New file.
2279         * sysdeps/unix/sysv/linux/preadv.c: New file.
2280         * sysdeps/unix/sysv/linux/preadv64.c: New file.
2281         * sysdeps/unix/sysv/linux/pwritev.c: New file.
2282         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
2283         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
2284         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
2286         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
2287         compatibility code.
2288         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
2290         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2291         __ASSUME_COMPLETE_READV_WRITEV.
2292         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
2293         with modern kernels.
2294         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2296         * sysdeps/posix/readv.c: Since read is a cancellation point we have
2297         to free a possible malloced buffer in case of cancellation.
2298         * sysdeps/posix/writev.c: Likewise for write.
2300 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
2302         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
2304         * configure.in: Recognize --enable-nss-crypt.
2305         * config.make.in: Add nss-crypt entry.
2306         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
2307         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
2308         and include path for NSS directory to compiler for md5-crypt,
2309         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
2310         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
2311         function implementation, use NSS.  Introduce wrappers around the
2312         hash function calls.  Little code size optimization.
2313         * crypt/sha256-crypt.c: Likewise.
2314         * crypt/sha512-crypt.c: Likewise.
2315         * scripts/check-local-headers.sh: Ignore nss3 directory.
2317         * configure.in: Rename pic_default to libc_cv_pic_default.
2318         * config.make.in: Likewise.
2320 2009-04-01  Roland McGrath  <roland@redhat.com>
2322         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
2323         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
2324         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
2325         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
2326         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
2327         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
2328         (R_SPARC_NUM): Update.
2329         From Dave Miller <davem@davemloft.net>.
2331 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
2333         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
2335 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
2337         * elf/dl-open.c: Keep track of used name spaces and only iterate over
2338         those which are used.
2339         * elf/dl-addr.c: Likewise.
2340         * elf/dl-caller.c: Likewise.
2341         * elf/dl-fini.c: Likewise.
2342         * elf/dl-iteratephdr.c: Likewise.
2343         * elf/dl-libc.c: Likewise.
2344         * elf/dl-load.c: Likewise.
2345         * elf/dl-support.c: Likewise.
2346         * elf/dl-sym.c: Likewise.
2347         * elf/rtld.c: Likewise.
2348         * sysdeps/generic/ldsodefs.h: Likewise.
2350         * elf/dl-load.c: Remove support for systems without MAP_ANON.
2351         * elf/dl-minimal.c: Likewise.
2352         * elf/dl-misc.c: Likewise.
2353         * elf/rtld.c: Likewise.
2354         * sysdeps/generic/ldsodefs.h: Likewise.
2356 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
2358         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
2359         Avoid reuse of complex expression.
2361         * po/fr.po: Update from translation team.
2363 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
2365         * include/dirent.h: Yet more changes to match sort function type
2366         change.
2367         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
2368         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
2369         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
2371 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
2373         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
2375 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
2377         * nscd/connections.c (restart): Try to preserve the process name
2378         by reading the /proc/self/exe symlink and using the return name.
2379         Patch by Jeff Bastian <jbastian@redhat.com>.
2381 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
2383         [BZ #9733]
2384         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
2385         if we are not loading a new audit library.
2386         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
2387         Only use profiling trampoline for auditing if we are not relocating
2388         an audit library.
2389         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
2390         * elf/rtld.c: Likewise.
2391         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
2393         * elf/rtld.c (dl_main): Extend help message for --audit option.
2395         [BZ #9759]
2396         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
2397         alphasort64, versionsort, and versionsort64 to POSIX 2008.
2398         * dirent/alphasort.c: Adjust implementation to type change.
2399         * dirent/alphasort64.c: Likewise.
2400         * dirent/scandir.c: Likewise.
2401         * dirent/versionsort.c: Likewise.
2402         * dirent/versionsort64.c: Likewise.
2403         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
2404         declaration.
2405         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
2406         declaration.
2408         [BZ #9880]
2409         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
2410         correctly.  Set segleft member in output as required.
2411         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2412         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
2414         [BZ #9881]
2415         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
2416         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2417         * inet/Makefile (tests): Add tst-inet6_rth.
2418         * inet/tst-inet6_rth.c: New file.
2420         [BZ #5807]
2421         * string/strlen.c (strlen): Fix omission in the expression to test
2422         for NUL bytes.
2424 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2426         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
2428         * elf/dl-runtime.c (reloc_offset): Define.
2429         (reloc_index): Define.
2430         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
2431         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
2432         computing index from reloc_offset.
2433         (_dl_call_pltexit): Likewise.
2434         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
2435         the relocation index to _dl_fixup.
2436         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
2437         _dl_call_pltexit.
2438         * sysdeps/x86_64/dl-runtime.c: New file.
2440         [BZ #9893]
2441         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
2442         alignment of La_x86_64_regs.  Store xmm parameters.
2443         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
2445         [BZ #9913]
2446         * string/strverscmp.c (__strverscmp): Fix case of different digits
2447         in fractional part of string.
2448         Patch by Jingyu Liu <jyliu@fortinet.com>.
2449         * string/Makefile (tests): Add tst-svc2.
2450         * string/tst-svc2.c: New file.
2452         * string/strverscmp.c (__strverscmp): Optimize size of tables.
2454         * locale/iso-639.def: Add Min Nan.
2456 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2458         [BZ #9948]
2459         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
2461 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2463         * elf/dl-sysdep.c (auxvars): Compress data structure.
2465         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
2466         STT_GNU_IFUNC handling.
2467         (elf_machine_rela): Likewise.
2469 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
2471         * config.h.in (USE_MULTIARCH): Define.
2472         * configure.in: Handle --enable-multi-arch.
2473         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
2474         (_dl_fixup_profile): Likewise.
2475         * elf/do-lookup.c (dl_lookup_x): Likewise.
2476         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
2477         * elf/elf.h (STT_GNU_IFUNC): Define.
2478         * include/libc-symbols.h (libc_ifunc): Define.
2479         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
2480         framework in init-arch.h to get CPUID values.
2481         * sysdeps/x86_64/multiarch/Makefile: New file.
2482         * sysdeps/x86_64/multiarch/init-arch.c: New file.
2483         * sysdeps/x86_64/multiarch/init-arch.h: New file.
2484         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
2486         * config.make.in (experimental-malloc): Define.
2487         * configure.in: Handle --enable-experimental-malloc.
2488         * malloc/Makefile: Handle experimental-malloc flag.
2489         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
2490         * malloc/arena.c: Likewise.
2491         * malloc/hooks.c: Likewise.
2492         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
2494 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
2496         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
2497         prediction.  A few size optimizations.
2499 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2501         * time/tzset.c: Optimize a bit for size.
2503 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
2505         * include/stdio.h (fmemopen): Add libc_hidden_proto.
2506         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
2508         * elf/sprof.c: Avoid warning about multi-line comment.
2510 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2512         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
2513         DST name.
2514         * time/tst-posixtz.c: Add tests for quoted timezone names.
2516 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
2518         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
2519         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
2520         200809L instead of 200112L.
2521         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
2522         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
2524         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
2525         instead of __quick_exit_funcs to __run_exit_handlers.
2526         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
2527         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
2528         (__cxa_at_quick_exit): Remove attribute_hidden.
2529         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
2530         to __run_exit_handlers.
2531         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
2532         attribute_hidden.
2534 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2536         * po/id.po: Update from translation team.
2538 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
2540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
2541         .machine push; .machine "power6" and .machine pop around mtfsf
2542         insns outside of _ARCH_PWR6 define.
2543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
2545         Likewise.
2546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
2547         Likewise.
2548         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
2549         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
2550         relax_fenv_state): Likewise.
2552 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
2554         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
2555         cxa_at_quick_exit.
2556         (static-only-routines): Add at_quick_exit.
2557         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
2558         GLIBC_2.10.
2559         * stdlib/quick_exit.c: New file.
2560         * stdlib/at_quick_exit.c: New file.
2561         * stdlib/cxa_at_quick_exit.c: New file.
2562         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
2563         it appropriately.
2564         (__internal_atexit): New function.
2565         (__new_exitfn): Now takes parameter to point to the list to use.
2566         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
2567         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
2568         (exit): ...here.  Just call __run_exit_handlers appropriately.
2569         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
2570         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
2571         * stdlib/on_exit.c: Adjust call to __new_exitfn.
2572         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
2574         * po/id.po: Update from translation team.
2576 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
2578         * po/ru.po: Update from translation team.
2580 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
2582         * po/nl.po: Update from translation team.
2584 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
2586         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
2587         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2588         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2589         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2590         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2591         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2592         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2594         * po/pl.po: Update from translation team.
2596 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
2598         [BZ #7083]
2599         * sysdeps/unix/sysv/linux/fallocate.c: New file.
2600         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
2601         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
2602         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
2603         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
2604         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
2605         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
2606         for GLIBC_2.10.
2607         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2608         Add fallocate and fallocate64.
2610         * io/fcntl.h: Pretty printing.
2612 2009-03-02  Richard Guenther  <rguenther@suse.de>
2614         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
2615         attribute also for non-C99 inline semantics variant.
2617 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2619         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
2620         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
2621         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
2622         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
2623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
2624         Likewise.
2625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
2626         Likewise.
2628 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
2630         * po/cs.po: Update from translation team.
2632 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
2634         * po/bg.po: Update from translation team.
2635         * po/sv.po: Likewise.
2636         * po/fi.po: Likewise.
2637         * po/vi.po: Likewise.
2639 2009-02-27  Roland McGrath  <roland@redhat.com>
2641         * Makeconfig (%.v.i): Depend on Makeconfig.
2642         Exclude % lines from initial #-comment removal.
2644 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
2646         * po/ko.po: Update from translation team.
2648 2009-02-26  Roland McGrath  <roland@redhat.com>
2650         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
2651         avoids unused warning.
2653 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
2654             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2656         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
2657         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
2658         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
2659         and asm/user.h.  Include asm/ptrace.h.
2660         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
2661         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
2662         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
2663         Undefine.
2664         (start_thread): Don't undefine.
2665         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
2666         Define.
2668 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
2670         * wctype/wctype.h: The *_l functions are in POSIX 2008.
2671         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
2672         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
2673         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
2674         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
2675         200112L to 200809L.
2676         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
2677         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2678         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
2679         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2680         _SC_THREAD_ROBUST_PRIO_PROTECT.
2681         * posix/unistd.h: fexecve is in POSIX 2008.
2682         * time/time.h: strftime_l is in POSIX 2008.
2683         * io/sys/stat.h: futimens is in POSIX 2008.
2684         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
2685         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
2686         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
2687         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
2688         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
2689         open_memstream, and vdprintf are in POSIX 2008.
2691 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
2693         * include/features.h: Define macros for XPG7/POSIX 2008.
2694         * ctype/ctype.h: The *_l functions are in POSIX 2008.
2695         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
2696         POSIX 2008.
2697         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
2698         * locale/xlocale.h: Define locale_t type.
2699         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
2700         in POSIX 2008.  Don't define locale_t here.
2701         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
2702         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
2703         UTIME_OMIT only with __USE_ATFILE.
2704         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
2705         * stdio-common/psiginfo.c: New file.
2706         * stdio-common/psiginfo-data.h: New file.
2707         * stdio-common/psiginfo-define.h: New file.
2708         * stdio-common/Makefile (routines): Add psiginfo.
2709         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
2710         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2711         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
2712         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
2713         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
2714         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2715         * io/sys/stat.h: Move mknodat definition into same conditional as
2716         mknod.
2717         * time/sys/time.h: futimesat is not among the functions accepted
2718         into the POSIX standard.
2720         * include/features.h: If no feature selection given and we select
2721         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
2722         * posix/Versions: Export __posix_getopt.
2723         * posix/getopt.c (_getopt_initialize): Take additional parameter.
2724         Use it to alternatively initialize __posixly_correct.
2725         (_getopt_internal_r): Take addition parameter.  Pass on to
2726         _getopt_initialize.
2727         (_getopt_internal): Take addition parameter.  Pass on to
2728         _getopt_internal_r.
2729         (getopt): Pass additional zero to _getopt_internal.
2730         (__posix_getopt): New function.
2731         * posix/getopt.h: Add redirection for getopt.
2732         * posix/getopt1.c (getopt_long): Pass additional zero to
2733         _getopt_internal.
2734         (getopt_long_only): Likewise.
2735         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
2736         (_getopt_long_only_r): Likewise.
2737         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
2738         _getopt_internal_r.
2740 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
2742         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
2743         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2744         * sysdeps/posix/sysconf.c (__sysconf): Handle
2745         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
2746         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2748 2009-02-24  Roland McGrath  <roland@redhat.com>
2750         [BZ #9895]
2751         * README.template: Reworded not to use substituted version number.
2752         Renamed to ...
2753         * README: ... here (no longer generated).
2754         * Makefile (README): Target removed.
2756 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
2758         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
2759         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
2760         instead.
2762         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
2764         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
2766 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
2768         * po/bg.po: Update from translation team.
2770 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
2772         * stdlib/monetary.h: Uglify function parameter names.
2773         * sunrpc/rpc/pmap_clnt.h: Likewise.
2774         * sunrpc/rpc/svc.h: Likewise.
2775         * sunrpc/rpc/xdr.h: Likewise.
2776         * sunrpc/rpc/clnt.h: Likewise.
2777         * resolv/netdb.h: Likewise.
2778         * resolv/arpa/nameser.h: Likewise.
2779         * resolv/resolv.h: Likewise.
2780         * argp/argp.h: Likewise.
2781         * locale/langinfo.h: Likewise.
2782         * io/sys/stat.h: Likewise.
2783         * posix/spawn.h: Likewise.
2784         * nis/rpcsvc/nislib.h: Likewise.
2785         * malloc/obstack.h: Likewise.
2786         * sysdeps/ia64/bits/link.h: Likewise.
2787         * sysdeps/i386/bits/link.h: Likewise.
2788         * sysdeps/s390/bits/link.h: Likewise.
2789         * sysdeps/powerpc/bits/link.h: Likewise.
2790         * sysdeps/x86_64/bits/link.h: Likewise.
2791         * sysdeps/sparc/bits/link.h: Likewise.
2792         * sysdeps/sh/bits/link.h: Likewise.
2793         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
2794         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
2795         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
2796         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
2798 2008-12-01  Fredrik Unger  <fred@tree.se>
2800         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
2801         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
2802         _FP_UNPACK_RAW_2, fix up first argument.
2804 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
2806         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
2807         (GET_NPROCS_PARSER): Change parameters and use next_line.
2808         (__get_nprocs): Rewrite to not use stdio routines.
2809         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
2810         Change parameters and use next_line.
2812 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
2814         [BZ #5381]
2815         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
2816         Change mempool_alloc prototype.
2817         * nscd/mem.c (gc): Don't handle mem_in_flight.
2818         (mempool_alloc): Third parameter now only indicates whether this is the
2819         first call (to allocate data) or not.  If it is, get db rdlock.
2820         Release it on error.  Don't handle mem_in_flight.
2821         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
2822         Adjust third parameter of mempool_alloc calls.
2823         Nothing to do here in case mempool_alloc fails.
2824         Avoid local variable shadowing parameter.  No need to get db rdlock
2825         before calling cache_add.
2826         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
2827         no mem_in_flight array anymore.
2828         * nscd/connections.c: Remove definition and handling of mem_in_flight.
2829         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
2830         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
2831         in case mempool_alloc fails. No need to get db rdlock before calling
2832         cache_add.
2833         * nscd/hstcache.c (cache_addhst): Likewise.
2834         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2835         * nscd/servicescache.c (cache_addserv): Likewise.
2836         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
2838 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
2840         * po/lt.po: Update from translation team.
2842 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
2844         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
2845         defined, allow additional data to be added using the optional
2846         MORE_ELF_HEADER_DATA macro.
2847         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
2848         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
2850 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
2852         * include/atomic.h: Define catomic_and if not already defined.
2853         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
2854         * sysdeps/i386/i486/bits/atomic.h: Likewise.
2856 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
2858         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
2859         Change all callers.
2860         (_int_realloc): Likewise.  Third argument is now padded size
2861         All _int_* functions are now static.
2863         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
2864         * malloc/arena.c: Likewise.
2865         * include/malloc.h: Remove now unnecessary declarations of the _int_*
2866         functions.
2868         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
2869         easily.
2871         * malloc/malloc.c: Add branch prediction for use of the hooks.
2873         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
2875 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2877         [BZ #7095]
2878         * bits/confname.h: Add SUSv7 macros for getconf environments.
2879         * bits/environments.h: Likewise.
2880         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
2881         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
2882         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
2883         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
2884         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
2885         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
2886         * posix/getconf.c: Likewise.
2887         * posix/sysconf.c: Likewise.
2888         * sysdeps/posix/sysconf.c: Likewise.
2889         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
2890         environments.
2892 2009-01-16  Petr Baudis  <pasky@suse.cz>
2894         [BZ #9753]
2895         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
2896         even if we currently have zero nscount.
2898 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2900         [BZ #9781]
2901         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
2902         the input line is too long.
2904         * po/Makefile (libc.pot): Add f_print as function taking c-format
2905         parameter.
2907         * debug/xtrace.sh: Unify translatable messages.
2908         * elf/ldd.bash.in: Likewise.
2909         * elf/sprof.c: Likewise.
2910         * locale/programs/locale.c: Likewise.
2911         * malloc/memusage.sh: Likewise.
2912         * nss/getent.c: Likewise.
2914 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
2916         * debug/pcprofiledump.c (print_version,
2917         argp_program_version_hook): New function.
2918         * elf/ldconfig.c (more_help): New function.
2919         (argp): Use it.
2920         * elf/sln.c (usage): New function.
2921         (main): Support --help and --version.
2922         * malloc/memusagestat.c (print_version): New function.
2923         (argp_program_version_hook): New variable.
2924         * nscd/nscd.c (more_help): New function.
2925         (argp): Use it.
2926         * posix/getconf.c (main): Send --version output to stdout.
2927         Support --help.
2928         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
2929         arguments.  All callers changed.
2930         (print_version): New function.
2931         (parseargs): Support --help and --version.
2932         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
2933         changed.
2934         (print_version): New function.
2935         (main): Use getopt_long.  Support --help and --version.
2936         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
2937         --version.
2939 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2941         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
2942         (update_data): Fix handling of wrapping back
2943         to the beginning of the buffer.
2945         [BZ #9823]
2946         * stdio-common/psignal.c (psignal): Fix test for empty string.
2948 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
2950         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
2951         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
2952         move _null_auth to .rodata.
2954         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
2955         value of 24.
2957         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
2959         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
2960         today than when the original code was written.  Use larger
2961         buffers.  This also makes it unnecessary to have stat information,
2962         if this causes extra efforts.
2963         (__opendir): In case O_DIRECTORY works, don't call fstat just for
2964         __alloc_dir.
2966 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
2968         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
2969         is set.
2970         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
2971         * sysdeps/sh/sh4/__longjmp.S: Likewise.
2972         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
2973         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
2974         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
2975         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
2977 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
2979         * po/ru.po: Update from translation team.
2981 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
2983         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
2984         Add _tid slot to maintain consistency with kernel.
2986 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
2988         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
2989         incomplete characters at end of input buffer.
2990         * libio/Makefile (tests): Add tst-fgetwc.
2991         * libio/tst-fgetwc.c: New file.
2992         * libio/tst-fgetwc.input: New file.
2994 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
2996         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
2998 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
3000         [BZ #9793]
3001         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
3002         *OUTBUFSTART unless the whole output fit into the buffer.
3003         * iconv/Makefile (tests): Add tst-iconv4.
3004         * iconv/tst-iconv4.c: New file.
3006 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
3008         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
3009         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3011 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
3013         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
3014         newer linker scripts.
3016 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3018         [BZ #7040]
3019         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
3020         inotify_rm_watch should have type int.
3022 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
3024         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
3025         Make aligned_restore_vmx a local symbol.
3026         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
3027         Likewise.
3029 2009-01-30  Andreas Jaeger  <aj@suse.de>
3031         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
3032         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
3033         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
3034         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
3035         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
3036         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
3037         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
3039 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
3041         [BZ #9726]
3042         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
3043         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
3045 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
3047         [BZ #9726]
3048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3049         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3051         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3053 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
3055         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
3056         memcpy instead of memcmp.
3057         (_dl_setup_pointer_guard): Likewise.
3059 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3061         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
3062         manipulated brk, use malloc_printerr.
3063         * misc/sbrk.c (__sbrk): Better error handling for nonsense
3064         requests.
3066 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
3068         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
3069         rindex): For C++ add inlines so that they can be recognized as
3070         builtins.
3071         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
3073 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3074             Jakub Jelinek  <jakub@redhat.com>
3076         * string/string.h: Define correct C++ prototypes for gcc 4.4.
3077         * wcsmbs/wchar.h: Likewise.
3079 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3081         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
3082         (stackinfo_sub_sp): Define.
3084 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3086         [BZ #9750]
3087         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
3088         * include/alloca.h (alloca_account): Define.
3089         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
3090         (stackinfo_sub_sp): Define.
3092         * nscd/connections.c (nscd_init): If database file access fails
3093         check whether this is due to permission problems and bail in that
3094         case.
3096         [BZ #9741]
3097         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
3098         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
3100 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3102         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
3103         Add "t" to clobber list.
3104         (INTERNAL_SYSCALL_NCS): Likewise.
3106 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3108         * nss/getent.c (print_networks): Don't print comma between aliases.
3110 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
3112         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
3114         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
3115         the hash table.
3116         * misc/Makefile (tests): Add bug-hsearch1.
3117         * misc/bug-hsearch1.c: New file.
3119 2009-01-22  Roland McGrath  <roland@redhat.com>
3121         * Makeconfig (%.v.i): Strip trailing # comments,
3122         not only whole-line comments.
3124 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
3126         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
3127         one parameter.  If non-NULL use it to initialize return value.
3128         (_dl_setup_pointer_guard): New function.
3129         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3130         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
3131         * elf/rtld.c (security_init): Pass _dl_random to
3132         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
3133         pointer_chk_guard.
3134         * elf/dl-sysdep.c (_dl_random): New variable.
3135         (_dl_sysdep_start): Handle AT_RANDOM.
3136         (_dl_show_auxv): Likewise.
3137         * elf/dl-support.c (_dl_random): New variable.
3138         (_dl_aux_init): Handle AT_RANDOM.
3139         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
3140         to _dl_setup_stack_chk_guard.
3142         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
3144 2009-01-10  Roland McGrath  <roland@redhat.com>
3146         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
3148 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
3150         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
3152         [BZ #9706]
3153         * nss/nss_files/files-parse.c (strtou32): New function.
3154         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
3155         across 32-bit and 64-bit platforms.
3156         (INT_FIELD_MAYBE_NULL): Likewise.
3158 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
3160         [BZ #9720]
3161         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
3162         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
3163         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
3164         Likewise.
3166 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
3168         [BZ #697]
3169         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
3170         being NULL also if there are no backreferences.
3171         * posix/rxspencer/tests: Add testcases.
3173 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
3175         [BZ #9697]
3176         * posix/bug-regex17.c: Add testcases.
3177         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
3178         handling.
3180 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3182         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
3183         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
3184         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
3185         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
3186         for elf subdir.
3187         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
3188         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
3189         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
3190         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
3191         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3192         * sysdeps/unix/sysv/linux/s390/Versions: New file.
3194 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
3196         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
3197         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
3198         re_string_skip_chars, re_string_reconstruct): Likewise.
3199         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
3201 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
3203         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
3204         adjust the buffer alignment.
3206 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3208         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
3209         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
3210         net/route.h.
3212         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
3213         flavor to description only when flavor is not NULL.
3215         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
3216         mutex after SIGIO/SIGURG lookup loop.
3218 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3220         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
3222 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
3224         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
3225         handling.
3227 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
3229         * sysdeps/unix/sysv/linux/kernel-features.h
3230         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
3232         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
3233         if no output is written.
3235         * version.h: Bump to 2.10 development.
3237         * posix/getconf.c: Update copyright year.
3238         * nss/getent.c: Likewise.
3239         * iconv/iconvconfig.c: Likewise.
3240         * iconv/iconv_prog.c: Likewise.
3241         * elf/ldconfig.c: Likewise.
3242         * catgets/gencat.c: Likewise.
3243         * csu/version.c: Likewise.
3244         * elf/ldd.bash.in: Likewise.
3245         * elf/sprof.c (print_version): Likewise.
3246         * locale/programs/locale.c: Likewise.
3247         * locale/programs/localedef.c: Likewise.
3248         * nscd/nscd.c (print_version): Likewise.
3249         * debug/xtrace.sh: Likewise.
3250         * malloc/memusage.sh: Likewise.
3251         * malloc/mtrace.pl: Likewise.
3252         * debug/catchsegv.sh: Likewise.
3254 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
3256         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
3257         script.
3259 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
3261         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
3262         gethostbyname4_r function call succeeded, just leave the loop.
3264         [BZ #9694]
3265         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
3266         very end.
3267         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
3268         * wctype/Makefile (tests): Add bug-wctypeh.
3269         * wctype/bug-wctypeh.c: New file.
3271         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
3272         LOCALDOMAIN is defined.
3273         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3275         * sysdeps/x86_64/bits/select.h: New file.
3277         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
3279 2008-12-21  Bruno Haible  <bruno@clisp.org>
3281         [BZ #9677]
3282         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
3283         if no output is written.
3285 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
3287         * login/utmp_file.c (pututline_file): Replace call to dup2 with
3288         libc internal symbol __dup2 to avoid access through the PLT.
3290 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
3292         [BZ #6545]
3293         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
3294         available only for __USE_GNU.
3296         * inet/Makefile (tests): Add tst-getni2.
3297         * inet/tst-getni2.c: New file.
3299         [BZ #7080]
3300         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
3301         NULL when NI_NAMEREQD is set.
3302         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3303         * inet/Makefile (tests): Add tst-getni1.
3304         * inet/tst-getni1.c: New file.
3306 2008-12-03  Petr Baudis  <pasky@suse.cz>
3308         [BZ #7067]
3309         * nscd/connections.c (invalidate_cache): Use prune_run_lock
3310         instead of prune_lock.
3311         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
3312         * nscd/nscd.h (database_dyn): Add prune_run_cache.
3314 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
3316         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
3317         use.
3319         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
3320         handling.
3322         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
3323         after reading name server list.
3325         [BZ #7058]
3326         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
3327         handling for host name aliases.
3329 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
3331         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
3332         instead of doing things manually.
3334 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
3336         * posix/regex_internal.h (build_wcs_upper_buffer):
3337         Return type is reg_error_t.
3339 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
3341         * posix/globtest.sh: Use mktemp to create temporary file and
3342         directory.
3344         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
3345         sets correctly.
3346         (__CPU_CLR_S): Likewise.
3347         (__CPU_ISSET_S): Likewise.
3349 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
3350             Ulrich Drepper  <drepper@redhat.com>
3352         * scripts/firstversion.awk: Use custom comparison function to compare
3353         version numbers.
3354         * scripts/versions.awk: Use sort invocation which can handle
3355         multi-digit sub-version numbers.
3357 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
3359         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
3360         * locale/iso-639.def: Add Chhattisgarhi entry.
3362 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
3364         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
3365         ESRCH return value.
3366         (_nss_dns_gethostbyname4_r): Likewise.
3367         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
3368         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
3369         gethostbyname4_r, we don't have a separate IPv6 status, so copy
3370         the no_data variable.
3372         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
3373         information at the correct index.
3375         * socket/sys/socket.h: Declare accept4.
3376         * socket/accept4.c: New file.
3377         * sysdeps/unix/sysv/linux/accept4.c: New file.
3378         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
3379         * socket/Makefile (routines): Add accept4.
3380         * socket/Versions: Export accept4 with version GLIBC_2.10.
3381         * socket/paccept.c: Removed.
3382         * sysdeps/unix/sysv/linux/paccept.c: Removed.
3383         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
3384         * Versions.def: Define GLIBC_2.10 for libc.
3385         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
3387         * nscd/connections.c: Use accept4.
3389         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
3391 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
3393         * resolv/res_send.c (send_dg): Create sockets with non-blocking
3394         flag already set.
3396         * stdlib/setenv.c (unsetenv): Don't search environment if it does
3397         not exist.
3398         * stdlib/Makefile (tests): Add tst-unsetenv1.
3399         * stdlib/tst-unsetenv1.c: New file.
3401 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
3403         * login/utmp_file.c (file_writable): New variable.
3404         (setutent_file): Don't try to open file for writing.
3405         (pututline_file): Before writing, make descriptor writable if
3406         necessary.
3408 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
3410         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
3411         to IPv4 or IPv6 if an interface has been found.
3413 2008-11-26  Roland McGrath  <roland@redhat.com>
3415         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
3416         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
3418         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
3419         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
3420         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
3422         * elf/elf.h (NT_386_IOPERM): New macro.
3423         (NT_PPC_VSX): New macro.
3425 2008-11-25  Roland McGrath  <roland@redhat.com>
3427         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
3428         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
3429         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
3430         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
3431         Subdirectories moved to ports repository.
3432         * configure.in (base_machine): Remove alpha case.
3434 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
3436         * sysdeps/mach/strerror_l.c: New file.
3438 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
3440         [BZ #6411]
3441         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
3442         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
3443         magic numbers.
3444         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
3445         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
3446         (relax_fenv_state): Same as above.
3447         (FPSCR_29): Reserve bit in ISA 2.05.
3448         (FPSCR_NI): Provide define for compat.
3449         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
3450         magic numbers.
3451         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
3452         magic numbers.
3453         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
3454         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
3455         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
3456         access to hwcap to account for hwcap size increase to uint64_t.
3457         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
3458         Likewise.
3459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
3460         (*setcontext): Likewise.
3461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3462         New file.
3463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3464         New file.
3465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3466         (*setcontext): dynamically select mtfsf insn based on
3467         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
3468         increase to uint64_t.
3469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3470         (*swapcontext): dynamically select mtfsf insn based on
3471         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
3472         increase to uint64_t.
3473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3474         New file.
3475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3476         New file.
3477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3478         (*setcontext): dynamically select mtfsf insn based on
3479         PPC_FEATURE_HAS_DFP.
3480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3481         (*swapcontext): dynamically select mtfsf insn based on
3482         PPC_FEATURE_HAS_DFP.
3484 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
3486         * version.h: Bump for 2.9 release.
3487         * include/features.h (__GLIBC_MINOR__): Bump to 9.
3489         [BZ #7029]
3490         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
3491         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
3492         all the rounding.
3494 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
3496         [BZ #7009]
3497         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
3498         unknown request types for now.
3500 2008-11-11  Roland McGrath  <roland@redhat.com>
3502         * sysdeps/x86_64/configure: New file.
3504         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
3505         * configure: Regenerated.
3507 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3509         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
3510         correct instruction to remove the stack frame.
3512 2008-11-03  Michael Matz  <matz@suse.de>
3514         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
3515         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
3517 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
3519         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
3520         Remove.
3522         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
3523         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
3524         of the thread variable instead of void *.
3525         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
3526         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
3527         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3528         __libc_tsd_define arguments.
3529         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
3530         __libc_tsd_address arguments.  Remove union hack.
3531         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
3532         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
3533         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
3534         Adjust __libc_tsd_{set,get} arguments.
3535         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3536         __libc_tsd_define arguments.
3537         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
3538         arguments.
3539         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3540         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
3541         (LOCALE): Adjust __libc_tsd_define arguments.
3542         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
3543         arguments.
3544         (LOCALE): Adjust __libc_tsd_define arguments.
3545         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
3546         arguments.
3547         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
3548         arguments.
3550 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
3552         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
3553         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
3555 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
3557         [BZ #6966]
3558         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
3560 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
3561             Ulrich Drepper  <drepper@redhat.com>
3563         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
3564         definition for GCC 3.1 and later.
3566 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
3568         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
3569         refetch dtv, as it might have changed.
3570         * elf/Makefile: Add rules to build and run tst-tls18.
3571         * elf/tst-tls18.c: New test.
3572         * elf/tst-tlsmod18a.c: New file.
3574 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
3576         [BZ #6875]
3577         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
3579 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
3581         [BZ #6867]
3582         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
3584         [BZ #6919]
3585         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
3586         Fix length of copy operation.
3588 2008-10-02  Pierre Habouzit <madcoder@debian.org>
3590         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
3591         and fix its calling convention.
3593 2008-10-07  Andreas Schwab  <schwab@suse.de>
3595         [BZ #6942]
3596         * resolv/res_send.c (send_vc): Fix last change.
3597         (send_dg): Align here as well.
3599 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
3601         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
3602         return value in case rlimit is RLIM_INFINITY.
3604         [BZ #6947]
3605         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
3606         for UL_SETFSIZE.
3607         * resource/Makefile (tests): Add bug-ulimit1.
3608         * resource/bug-ulimit1.c: New file.
3610         [BZ #6974]
3611         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
3612         without dot.  Properly terminate the string with a null byte.
3613         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
3615         [BZ #6980]
3616         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
3617         negative sizees.
3618         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
3619         negative __size.
3621         [BZ #6995]
3622         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
3624 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
3626         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
3627         abort if there is no initgroups_dyn function.
3629         * resolv/res_send.c (send_dg): On timeout, only return nonzero
3630         result if any of the queries really provided an answer.
3632 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
3634         * po/lt.po: Update from translation team.
3636 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
3638         * po/id.po: Update from translation team.
3640 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
3642         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
3643         Fix tests for existence of second reply.
3645 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
3647         * po/id.po: New file.
3648         Contributed by the Indonesian translation team.
3650 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
3652         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
3653         initialization.
3655 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
3657         * elf/Makefile: Add rules to build and run tst-tls17.
3658         * elf/tst-tls17.c: New test.
3659         * elf/tst-tlsmod17a.c: New file.
3660         * elf/tst-tlsmod17b.c: Likewise.
3662 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
3664         * stdlib/divmod_1.c: Use correct type for dummy variable.
3665         * stdlib/mod_1.c: Likewise.
3667 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
3669         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
3671 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
3673         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
3674         __nonnull order for C++.
3675         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
3676         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
3678 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
3680         * stdlib/longlong.h: Update from GCC.
3682 2008-10-09  Jakub Jelinek <jakub@redhat.com>
3683             David S. Miller  <davem@davemloft.net>
3685         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
3686         make sure any registers used with 64-bit 'branch-on-register'
3687         instructions have their top 32-bits clear.
3688         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
3689         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
3691 2008-09-18  Andreas Schwab  <schwab@suse.de>
3693         [BZ #6942]
3694         * resolv/res_send.c (send_vc): Fix use of unaligned address.
3695         Properly handle partial reads.
3697 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
3699         * elf/elf.h (STO_MIPS_PLT): New.
3700         (R_MIPS_COPY): New.
3701         (R_MIPS_JUMP_SLOT): New.
3702         (R_MIPS_NUM): Redefine to 128.
3703         (DT_MIPS_PLTGOT): New.
3704         (DT_MIPS_RWPLT): New.
3705         (DT_MIPS_NUM): Redefine to 0x35.
3707 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
3709         * timezone/africa: Update from tzdata2008f.
3710         * timezone/asia: Likewise.
3711         * timezone/australasia: Likewise.
3712         * timezone/europe: Likewise.
3713         * timezone/leapseconds: Likewise.
3714         * timezone/northamerica: Likewise.
3715         * timezone/southamerica: Likewise.
3716         * timezone/zone.tab: Likewise.
3718 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
3720         * nscd/connections.c: Disable use of paccept for now.
3722 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
3724         * socket/Versions: Remove paccept export for GLIBC_2.9.
3725         * socket/Makefile (routines): Remove paccept.
3726         * socket/sys/socket.h: Remove paccept declaration.
3728         * po/sv.po: Update from translation team.
3730 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
3732         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
3733         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3735 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
3737         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
3738         Patch by Olivier Fourdan <ofourdan@redhat.com>.
3740 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
3742         * sunrpc/rpc/svc.h: Declare svcfd_create.
3743         Patch by Michael Solberg <msolberg@redhat.com>.
3745 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
3746             Ulrich Drepper  <drepper@redhat.com>
3748         * malloc/malloc.c (public_vALLOc): Try other arenas in case
3749         _int_valloc fails.
3750         (public_pVALLOc): Likewise.
3752 2008-09-02  Andreas Jaeger  <aj@suse.de>
3754         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
3755         commit.
3757 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
3759         [BZ #6860]
3760         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
3762 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
3764         * Makefile (check-data): Check data directory in add-ons.
3765         * elf/Makefile (check-data): Likewise.
3767 2008-08-18  Roland McGrath  <roland@redhat.com>
3769         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
3770         * configure: Regenerated.
3771         * config.make.in (cflags-cpu): New substituted variable.
3772         (with-cpu): Variable removed.
3773         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
3775 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
3777         [BZ #6845]
3778         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
3779         __signbitl definition and __LONG_DOUBLE_128__ guard from:
3780         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
3781         redundant.  Functions which call floating point assembler operations
3782         should go into a sysdeps powerpc/fpu directory.
3784 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
3786         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
3787         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
3789 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
3791         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
3793         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
3794         change related to AT_EXECFN.  We cannot use that string.
3795         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
3796         _dl_execfn member.
3797         * elf/dl-support.c: Remove _dl_execfn variable.
3798         (_dl_aux_init): Remove handling of AT_EXECFN.
3799         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
3800         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
3802 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
3804         [BZ #6544]
3805         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
3806         byte gets added to writes and seeks from the end use the length of
3807         the buffer and not the currently terminating NUL byte.
3809         [BZ #6634]
3810         * login/utmp_file.c (getutent_r_file): Take additional parameter.
3811         Set to true if locking failed.
3812         (getutid_r_file): Adjust caller.
3813         (pututline_file): Likewise.  Return NULL in this case.
3814         Patch mostly by halesh.s@gmail.com.
3816 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
3818         [BZ #6589]
3819         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
3820         Define.
3821         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
3823 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
3825         [BZ #6839]
3826         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
3827         macro since it is now available in elf/dynamic-link.h.
3829 2008-08-12  Roland McGrath  <roland@frob.com>
3831         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
3832         in case used outside of libc.
3833         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
3835 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
3837         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
3838         directly instead of going through dn_comp.
3840 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
3842         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
3843         Fix asm constraints.
3845 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
3847         [BZ #6790]
3848         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
3849         (IPV6_PMTUDISC_PROBE): Likewise.
3851 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
3853         [BZ #6791]
3854         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
3856 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
3857             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
3859         [BZ #6817]
3860         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
3861         Added the members 'vsx' and 'arch_2_06'.
3862         (_dl_powerpc_platforms): Add the member 'power7'.
3863         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
3864         to reflect the changes required by VSX and ISA 2.06.
3865         Modify _DL_PLATFORMS_COUNT to reflect the addition of
3866         'power7'.
3867         Defined PPC_PLATFORM_POWER7.
3868         (_dl_string_platform): Add support for POWER7.
3869         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
3870         capability and ISA 2.06.
3872 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
3874         [BZ #6824]
3875         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
3876         macro to detect use of 128 bit long double.
3877         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
3879 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
3881         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
3883         [BZ #5794]
3884         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
3885         parameters.
3886         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3887         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
3889 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
3891         * nscd/connections.c (main_loop_poll): Pass a buffer which is
3892         guaranteed to be large enough to read inotify event.  Ignore
3893         EAGAIN error.  Better error message.  Add branch predicition.
3894         (main_loop_epoll): Likewise.
3896 2008-08-02  Roland McGrath  <roland@frob.com>
3898         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
3899         Add memory clobbers.
3901 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
3903         * manual/arith.texi: Avoid @strong{Note:}.
3904         * manual/creature.texi: Likewise.
3905         * manual/filesys.texi: Likewise.
3906         * manual/math.texi: Likewise.
3907         * manual/memory.texi: Likewise.
3908         * manual/resource.texi: Likewise.
3909         * manual/syslog.texi: Likewise.
3910         * manual/time.texi: Likewise.
3912         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
3913         to prevent warning.
3915 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
3917         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
3918         new epoll_create1 interface.
3919         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3920         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
3921         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
3923         * include/arpa/nameser.h (NS_GET16): Use const pointer.
3924         (NS_GET32): Likewise.
3926         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
3927         syscalls, too.
3929         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
3930         use the AT_EXECFN value if it is no absolute path.
3931         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
3932         __ASSUME_AT_EXECFN.
3934         * Versions.def: Add GLIBC_2.9 to libresolv.
3935         * include/resolv.h: Remove hidden proto declarations for __ns_*
3936         functions.  Add them for __dn_count_labels and __p_secstodate.
3937         * include/arpa/nameser.h: Add a number of hidden proto declarations.
3938         Define ns_msg_getflags macro here.
3939         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
3940         and __p_secstodate.
3941         * resolv/Versions: Export functions from <arpa/nameser.h> from
3942         libresolv in version GLIBC_2.9.
3943         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
3944         hidden definitions.
3945         * resolv/ns_netint.c: Likewise.
3946         * resolv/ns_parse.c: Likewise.
3947         * resolv/ns_print.c: Likewise.
3948         * resolv/ns_samedomain.c: Likewise.
3949         * resolv/ns_ttl.c: Likewise.
3950         * resolv/arpa/nameser_compat.h: Likewise.
3951         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
3952         function calls.
3953         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
3954         instead of ns_get16.
3955         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
3956         __ns_get32 instead of ns_get16 and ns_get32 respectively.
3957         (gaih_getanswer_slice): Likewise.
3958         * resolv/Makefile (libresolv-routines): Add ns_date.
3959         * resolv/ns_date.c: New file.
3961         * elf/Makefile (check-localplt.out): Also check libresolv and
3962         libcrypt.
3964 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
3966         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3967         __ASSUME_O_CLOEXEC.
3969 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
3971         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
3972         buffer passed to NSS functions.
3974         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
3976         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
3977         Define.
3979         * misc/syslog.c (openlog_internal): Fix compile problem.
3981 2008-07-28  Roland McGrath  <roland@redhat.com>
3983         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
3985 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
3987         * io/ftw.c (add_object): Remove inline to avoid warning.
3989         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
3991         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
3992         Use it instead of locally defined resplen2 variable.
3993         (res_nsend): Adjust for __libc_res_nsend interface change.
3994         (send_vc): Initialize *resplen2 if necessary.  Read length of
3995         package into an appropriately aligned variable.  Store converted length
3996         in new variable and use it appropriately.
3997         Add branch prediction help.
3998         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
3999         and pass it on to __libc_res_nsend.  Adjust all callers.
4000         (__libc_res_nsearch): Likewise.
4001         (__libc_res_nqeurydomain): Likewise.
4002         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
4003         change.
4004         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
4005         Define resplen2 variable and pass it to __libc_res_nsearch and then
4006         to gaih_getanswer.
4007         (getanswer_r): In case of incorrect DNS data don't overread buffer.
4008         Add branch prediction.
4009         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
4010         (gaih_getanswer): Don't decode second slice if first one failed due
4011         to a too small buffer.  Don't let not found status of second
4012         decoder shadow results of the first.
4013         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
4014         and __libc_res_nquery interface changes
4015         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
4016         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
4017         __libc_res_nsearch, and __libc_res_nsend.
4018         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
4019         change.
4020         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
4021         __libc_res_nsearch interface changes.
4023 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
4025         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
4027         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
4028         file descriptors with close-on-exec set.
4029         (exec_comm_child): Fix the case where the write end of the pipe is
4030         STDOUT_FILENO already.  In case it is, clear close-on-exec.
4032         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
4033         * io/pipe2.c: Likewise.
4034         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
4035         instead of __ASSUME_PACCEPT.
4036         * include/unistd.h: Declare __have_pipe2.
4037         * libio/iopopen.c: Implement "e" flag.
4038         * libio/Makefile (tests): Add tst-popen1.
4039         * libio/tst-popen1.c: New file.
4041         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
4042         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4044 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4046         [BZ #6771]
4047         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
4048         success call of _IO_SEEKOFF or calls which failed because the
4049         descriptor is for a pipe.
4051         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
4052         magic number.
4054         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
4056         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
4057         F_SETFD use if we know fopen set the flag.
4059         * login/utmp_file.c (setutent_file): Minor optimization in case
4060         O_CLOEXEC is available.
4062 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
4064         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
4065         * elf/Makefile: Use pie-ccflag variable.
4066         * nscd/Makefile: Likewise.
4067         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
4069 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
4071         [BZ #6724]
4072         * Versions.def: Add GLIBC_2.9 version tag for libutil.
4073         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
4074         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
4075         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
4076         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
4077         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
4078         utmp32, utmpx32 and login32.
4079         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
4080         versions of struct utmp functions to libc and libutil.
4081         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
4082         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
4083         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
4084         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
4085         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
4086         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
4087         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
4088         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
4089         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
4090         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
4091         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
4092         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
4093         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
4094         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
4095         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
4096         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
4097         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
4098         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
4099         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
4100         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
4101         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
4102         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
4104 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4106         * scripts/gen-as-const.awk: Generate more widely usable code by
4107         using 64-bit arithmetic.
4109         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
4110         the same treatment as narrow output code in last patch.
4112         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
4114         [BZ #6763]
4115         * elf/dl-load.c (local_strdup): Remove inline.
4116         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
4117         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
4118         part of the object.
4120         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
4122 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
4124         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
4125         the new syscalls, too.
4127         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
4128         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
4130         [BZ #6698]
4131         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
4132         parameter for end of buffer.  If temporary copy is too large use
4133         malloc.
4134         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
4135         interface change.
4136         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
4137         string rewrite when allocating buffer.
4139         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
4140         syscalls, too.
4142         * nscd/connections.c (nscd_init): Clean up fcntl call.
4144         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
4145         SOCK_NONBLOCK if possible.
4147         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
4148         SOCK_CLOEXEC if available.
4150         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
4151         __libc_clntudp_bufcreate_internal.
4152         * include/sys/socket.h: Declare __have_sock_cloexec.
4153         * socket/Makefile (aux): Add have_sock_cloexec.
4154         * socket/have_sock_cloexec.c: New file.
4155         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
4156         __libc_clntudp_bufcreate.
4157         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
4158         which takes an additional parameter.  Create socket with non-blocking
4159         mode and close-on-exec flag set, if wanted.
4160         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
4161         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
4162         instead of clntudp_create.  The socket has already the close-on-exec
4163         flag set if SOCK_CLOEXEC is defined.
4165 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
4167         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4168         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
4169         appropriate.
4170         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
4171         non-blocking mode by using socket, paccept, and inotify_init1.
4173         * Versions.def (glibc): Add GLIBC_2.9.
4174         * io/Makefile (routines): Add dup3 and pipe2.
4175         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
4176         * io/dup3.c: New file.
4177         * io/pipe2.c: New file.
4178         * posix/unistd.h: Declare dup3 and pipe2.
4179         * socket/Makefile (routines): Add paccept.
4180         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
4181         * socket/paccept.c: New file.
4182         * socket/sys/socket.h: Declare paccept.
4183         * sysdeps/unix/syscalls.list: Add entry for dup3.
4184         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
4185         epoll_create2 and inotify_init1.
4186         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
4187         * sysdeps/unix/sysv/linux/paccept.c: New file.
4188         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
4189         possible.
4190         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
4191         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
4192         inotify_init1, and pipe2 entries.
4193         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
4194         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
4195         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
4196         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
4197         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
4198         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
4199         SOCK_NONBLOCK.
4200         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
4201         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
4202         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
4203         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
4204         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
4205         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
4206         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
4207         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
4208         EPOLL_NONBLOCK.  Declare epoll_create2.
4209         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
4210         EFD_NONBLOCK.
4211         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
4212         IN_NONBLOCK.  Declare inotify_init1.
4213         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
4214         SFD_NONBLOCK.
4215         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
4216         TFD_NONBLOCK.
4218         * elf/elf.h: Define AT_EXECFN.
4219         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
4220         LD_ORIGIN_PATH.
4221         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
4222         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
4223         if __ASSUME_AT_EXECFN is defined.
4224         (_dl_aux_init): Handle AT_EXECFN.
4225         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
4226         for 2.6.27 and up.
4227         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
4228         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
4229         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
4230         _dl_execfn if available and avoid compatibility code if
4231         __ASSUME_AT_EXECFN is defined.
4233         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
4234         _dl_discover_osversion only for older kernels.
4236 2008-07-22  Roland McGrath  <roland@frob.com>
4238         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
4240 2008-07-21  Roland McGrath  <roland@frob.com>
4242         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
4243         returned too much data out of line.
4245 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
4247         * locale/setlocale.c (setname): Remove inline to avoid compiler
4248         warning.
4250         [BZ #6712]
4251         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
4253 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
4255         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
4256         doesn't manage to write anything, fail.
4258         * malloc/hooks.c (__malloc_check_init): Remove printf.
4260 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4262         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
4264 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
4266         * nscd/connections.c (main_loop_poll): Fix handling of read errors
4267         from inotify.
4268         (main_loop_epoll): Likewise.
4270 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
4272         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
4274         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
4275         if DEBUG is defined.
4277         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
4278         query.  Adjust buffer size computation for padding.
4280 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
4282         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
4283         * stdio-common/tst-setvbuf1.c: New file.
4284         * stdio-common/tst-setvbuf1.expect: New file.
4286         [BZ #6719]
4287         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
4288         when selecting fully-buffered stream.
4289         Patch by Wang Xin <wxinee@gmail.com>.
4291 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4293         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
4294         (__open_2): New function.
4295         (__open64_2): New alias to __open_2.
4296         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
4297         (__openat_2): New function.
4298         (__openat64_2): New alias to __openat_2.
4300 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
4302         [BZ #6723]
4303         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4305 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4307         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
4308         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
4309         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
4310         __hurd_dfail.
4311         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4312         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4313         * sysdeps/mach/hurd/send.c (__send): Likewise.
4314         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
4315         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
4317 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4319         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
4320         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4321         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4322         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
4323         * hurd/get-host.c (_hurd_get_host_config): Likewise.
4324         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
4326 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
4328         [BZ #6657]
4329         * time/strptime_l.c: Don't clear s.era_cnt after successful match
4330         of %EY.
4331         Patch by Petr Baudis.
4333 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
4335         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
4336         Patch by Peter Jones <pjones@redhat.com>.
4338 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
4340         [BZ #6654]
4341         * stdlib/canonicalize.c (__realpath): readlink can write too much
4342         into the buffer on platforms without PATH_MAX.
4344 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
4346         [BZ #6653]
4347         * posix/tst-regex.c (main): Rename to...
4348         (do_test): ... this. Remove cmdline option processing.
4349         (TIMEOUT): Define.
4350         (TEST_FUNCTION): Define.
4351         (CMDLINE_OPTIONS): Define.
4353 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
4355         [BZ #5210]
4356         * configure.in: Add -Werror to -fstack-protector test to catch
4357         unsupported architectures.
4358         Patch by Gilles Esponasse <g.esp@free.fr>.
4360 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
4362         * stdlib/tst-setcontext.c: Set back_in_main before exit if
4363         getcontext returns ENOSYS.
4365 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
4367         * nscd/connections.c (main_loop_poll): Fix test for read error.
4368         (main_loop_epoll): Likewise.
4370 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
4372         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
4373         better place so it is not called when nscd is used.
4375         * nscd/connections.c: Also recognize and handle changes to the
4376         resolver configuration file.
4378 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
4380         * time/strftime.c: Pass reference to tzset_called around to handle
4381         recursive calls.
4383         [BZ #6612]
4384         * time/strftime.c (__strftime_internal): Call tzset() only
4385         when printing timezone-dependent values.
4386         Based on a patch by Petr Baudis <pasky@suse.cz>.
4388         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
4389         unconditionally use second gaih_getanswer_slice result.
4391         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
4392         (getaddrinfo): RES must always be non-NULL.
4394 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
4396         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
4397         cr[34] registers.
4398         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
4399         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
4400         Likewise.
4401         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
4402         register.
4404 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
4406         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
4407         fields.
4408         * nscd/connections.c (inotify_fd): New variable.
4409         (nscd_init): Try to open an inotify descriptor.
4410         If successful, watch files for databases using inotify instead of
4411         having prune threads stat the files.
4412         (nscd_run_prune): Recognize clear_cache flag being set and call
4413         prune_cache appropriately.
4414         (main_loop_poll): Add inotify descriptor to wait set and handle the
4415         reported changes.
4416         (main_loop_epoll): Likewise.
4417         * nscd/cache.c (prune_cache): Don't stat files for databases if
4418         inotify is used.
4419         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
4420         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
4422         * nscd/grpcache.c (cache_addgr): Correctly compute size of
4423         fixed-size portion of the record.
4424         * nscd/servicescache.c (cache_addserv): Likewise.
4425         * nscd/pwdcache.c (cache_addpw): Likewise.
4426         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4428 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
4430         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
4431         out we don't use uninitialized memory.
4433         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
4434         the client.
4436 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
4438         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
4439         ignore T_DNAME messages.
4440         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
4442 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
4444         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
4445         Avoid segfault if first GETC returns eof/'\0'/'\n'.
4447 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
4449         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
4450         instead of portstr to nscd_getserv_r.  Patch by
4451         Roman Kagan <rkagan@mail.ru>.
4453 2008-05-26  Jim Meyering  <meyering@redhat.com>
4455         Remove more useless "if" tests before "free".
4456         * include/inline-hashtab.h (htab_delete): Likewise.
4457         * libio/freopen.c (freopen): Likewise.
4458         * libio/freopen64.c (freopen64): Likewise.
4459         * locale/programs/ld-collate.c (collate_read): Likewise.
4460         * misc/fstab.c (libc_freeres_fn): Likewise.
4461         * posix/glob.c (globfree): Likewise.
4463 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
4465         * string/Makefile (strop-tests): Add memmem.
4466         * string/test-memmem.c: New file.
4467         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
4468         (test_init): Size buf1 according to BUF1PAGES.
4470 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
4472         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
4473         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
4474         (CFLAGS-scanf17.c): New.
4475         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
4476         * stdio-common/scanf15.c (main): Likewise.
4477         * stdio-common/scanf16.c: New file.
4478         * stdio-common/scanf17.c: New file.
4480 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
4482         * resolv/res_send.c (send_dg): If we already have one of two
4483         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
4484         use the one answer insted of failing.
4486 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
4488         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
4489         being executed on PowerPC as the expected result exceeds IBM
4490         long double 128 __LDBL_MAX__.
4492 2008-05-21  Roland McGrath  <roland@redhat.com>
4494         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
4496         * Makefile (check-data): Use $(abi-name) before other guesses.
4497         Look in $(add-ons) dirs before scripts/data/.
4498         * elf/Makefile (check-data): Likewise.
4500         * scripts/soversions.awk: Grok ABI line.
4501         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
4502         Emit definition for abi-name variable.
4504 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
4506         * string/endian.h: Define new fixed-size hto* and *toh macros only
4507         if [__USE_BSD].
4509         * iconvdata/Depend: Add localedata.
4511 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4513         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
4515 2008-05-08  David S. Miller  <davem@davemloft.net>
4517         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
4518         HIDDEN_JUMPTARGET.
4519         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4520         (__SYSCALL_CLOBBERS): Remove %g* registers.
4521         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4522         (__SYSCALL_CLOBBERS): Likewise.
4523         * scripts/data/localplt-sparc-linux-gnu.data: New file.
4524         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
4526 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
4528         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4529         (CALL_ERRNO_LOCATION): Define.
4530         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4531         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4532         (CALL_ERRNO_LOCATION): Define.
4533         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4534         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
4535         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
4537 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
4539         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
4540         variable.
4542 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
4544         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
4545         (FIRST_FRAME_POINTER): Define.
4547 2008-05-09  David S. Miller  <davem@davemloft.net>
4549         * sysdeps/sparc/sparc64/backtrace.c: New file.
4551 2008-05-14  David S. Miller  <davem@davemloft.net>
4553         * sysdeps/sparc/machine-gmon.h: New file.
4554         * sysdeps/sparc/sparc-mcount.S: Likewise.
4555         * sysdeps/sparc/Makefile: Add sparc-mcount target to
4556         sysdep_routines in gmon directory.
4558 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
4560         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
4562 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
4564         * resolv/res_query.c (__libc_res_nquery): In case one of two
4565         answer was too short don't try to read that answer's header.
4567         * resolv/res_send.c (send_dg): In case of timeout and there are
4568         two queries and one has been answered, return value indicating
4569         success.
4571 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
4573         * nscd/cache.c (cache_add): Take additional parameter specifying
4574         whether this is in response of a cache refill.  Check alignment
4575         of package data.  Revamp waking of pruning thread.
4576         (prune_cache): Small optimization.
4577         * nscd/nscd.h: Adjust cache_add prototypes.
4578         * nscd/aicache.c: Adjust cache_add calls.
4579         * nscd/grpcache.c: Likewise.
4580         * nscd/hstcache.c: Likewise.
4581         * nscd/initgrcache.c: Likewise.
4582         * nscd/pwdcache.c: Likewise.
4583         * nscd/servicescache.c: Likewise.
4584         * nscd/connections.c (restart): Really disable cache use before
4585         exec attempt.  If it fails, reenable cache.
4586         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
4587         time to max to be able to notice concurrent cache additions.  Unlock
4588         prune_lock while performing gc.  Afterwards compute wakeup time with
4589         current wakeup_time value in mind.
4591 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
4593         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
4595         * nscd/mem.c (gc): Correctly determine highest used array element
4596         in mark.
4598         * nscd/mem.c (markrange): Add assert to check entries are all
4599         aligned.  Small cleanup in bitmap use.
4601         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
4602         blockoff of type nscd_ssize_t.
4603         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
4604         (mempoll_alloc): Record block offset and not address.
4606         * nscd/mem.c (gc): Fix test for stack overuse.
4608         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
4609         more asserts.
4611         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
4612         entry is available, believe it.
4614         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
4615         no answers return NSS_STATUS_NOTFOUND.
4616         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
4617         buffer does not have any content.
4619 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
4621         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
4623         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
4624         lookup, don't assign canon unconditionally.
4626 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4628         * string/Makefile (distribute): Add str-two-way.h.
4630 2008-03-29  Eric Blake  <ebb9@byu.net>
4632         Rewrite string searches to O(n) rather than O(n^2).
4633         * string/str-two-way.h: New file.  For linear fixed-allocation
4634         string searching.
4635         * string/memmem.c: New implementation.
4636         * string/strstr.c: New implementation.
4637         * string/strcasestr.c: New implementation.
4639 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
4641         * posix/regcomp.c (optimize_utf8): Add a note on why we test
4642         opr.ctx_type.
4643         (calc_first): Initialize constraint field.
4644         (duplicate_node_closure): Use it instead of special casing ANCHORS.
4645         Use search_duplicated_node to avoid loops.  Fix grammar.
4646         (duplicate_node): Merge constraint field for all node types.
4647         (calc_eclosure_iter): Look at constraint field for all node types.
4648         * posix/regex_internal.c (create_cd_newstate): Don't look at
4649         create_cd_newstate.
4651 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4653         [BZ #6428]
4654         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
4656         [BZ #6442]
4657         * string/endian.h: Add macros for fixed-size endian conversion.
4658         * bits/byteswap.h: Allow inclusion from <endian.h>.
4659         * sysdeps/i386/bits/byteswap.h: Likewise.
4660         * sysdeps/ia64/bits/byteswap.h: Likewise.
4661         * sysdeps/s390/bits/byteswap.h: Likewise.
4662         * sysdeps/x86_64/bits/byteswap.h: Likewise.
4663         * string/Makefile (tests): Add tst-endian.
4664         * string/tst-endian.c: New file.
4666         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
4667         Patch by Reuben Thomas.
4669 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
4671         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
4673 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4675         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
4677         [BZ #6461]
4678         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
4679         Add missing braces.
4680         (BODY for __gconv_transform_internal_ascii): Likewise.
4682         [BZ #6472]
4683         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
4684         to be treated like link-local addresses.
4685         (match_prefix): Don't treat IPv4 loopback address special when
4686         converting to v4 mapped addressed.
4688         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
4689         if necessary.
4690         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
4691         * posix/tst-rfc3484-2.c: Likewise.
4692         * posix/tst-rfc3484-3.c: Likewise.
4694         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
4695         and SCTP.
4697         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
4699         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
4701         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
4703 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
4705         * po/lt.po: New file.  From Lituanian translation team.
4707 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
4709         Introduce TLS descriptors for i386 and x86_64.
4710         * include/inline-hashtab.h: New file, copied from 2005's
4711         libiberty, with fix for memory leak imported afterwards by
4712         Glauber de Oliveira Costa.
4713         * elf/tlsdeschtab.h: New file.
4714         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
4715         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
4716         (CHECK_STATIC_TLS): Move to...
4717         * elf/dynamic-link.h: ... this file.
4718         (TRY_STATIC_TLS): New macro.
4719         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
4720         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
4721         R_386_TLS_DESC): Define.
4722         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
4723         binutils.
4724         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
4725         R_X86_64_TLSDESC): Define.
4726         (R_386_NUM, R_X86_64_NUM): Adjust.
4727         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
4728         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4729         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4730         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
4731         release tlsdesc_table.
4732         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
4733         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
4734         (elf_machine_rel): Handle R_386_TLS_DESC.
4735         (elf_machine_rela): Likewise.
4736         (elf_machine_lazy_rel): Likewise.
4737         (elf_machine_lazy_rela): Likewise.
4738         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
4739         * sysdeps/i386/dl-tlsdesc.S: New file.
4740         * sysdeps/i386/dl-tlsdesc.h: New file.
4741         * sysdeps/i386/tlsdesc.c: New file.
4742         * sysdeps/i386/tlsdesc.sym: New file.
4743         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
4744         tlsdesc_table.
4745         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
4746         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4747         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4748         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
4749         release tlsdesc_table.
4750         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
4751         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
4752         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
4753         (elf_machine_rel): Handle R_X86_64_TLSDESC.
4754         (elf_machine_rela): Likewise.
4755         (elf_machine_lazy_rel): Likewise.
4756         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
4757         (__tls_get_addr): Do not declare for non-shared compiles.
4758         * sysdeps/x86_64/dl-tlsdesc.S: New file.
4759         * sysdeps/x86_64/dl-tlsdesc.h: New file.
4760         * sysdeps/x86_64/tlsdesc.c: New file.
4761         * sysdeps/x86_64/tlsdesc.sym: New file.
4762         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
4763         tlsdesc_table for both 32- and 64-bit structs.
4765 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
4767         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
4768         its own function.  This reduces the frame setup costs and more.
4770 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
4772         [BZ #3406]
4773         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
4774         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
4776 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
4778         * io/openat.c (__openat_2): Also pass fd to __openat.
4779         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
4780         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
4782         * string/tester.c (test_memcmp): Add a few more tests.
4783         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
4785 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
4787         * nscd/cache.c (cache_add): Before returning with failure and this
4788         is the first use of the record, mark it as unusable.
4789         * nscd/aicache.c: Don't touch the dataset after cache_add returns
4790         reporting a failure.
4791         * nscd/grpcache.c: Likewise
4792         * nscd/hstcache.c: Likewise.
4793         * nscd/initgrcache.c: Likewise.
4794         * nscd/pwdcache.c: Likewise.
4795         * nscd/servicescache.c: Likewise.
4797 2008-05-10  Roland McGrath  <roland@redhat.com>
4799         [BZ #6505]
4800         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
4802 2008-05-08  David S. Miller  <davem@davemloft.net>
4804         * misc/truncate64.c (truncate64): Use __truncate not truncate.
4806         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
4807         (__ieee754_y0l): Likewise.
4808         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
4809         (__ieee754_y1l): Likewise.
4810         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
4811         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
4812         frexpl and ldexpl.  math_private.h provides them and the latter
4813         is not even used.
4814         (__log1pl): Use __frexpl.
4816 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
4818         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
4819         prototypes.
4820         * include/arpa/nameser_compat.h: Define T_UNSPEC.
4821         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
4822         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
4823         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
4824         af==AF_UNSPEC.
4825         (_nss_nis_gethostbyname4_r): New function.
4826         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
4827         Change to also handle af==AF_UNSPEC.
4828         (get_tablename): New function.  Use it to avoid duplication.
4829         (_nss_nisplus_gethostbyname4_r): New function.
4830         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
4831         available.
4832         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
4833         * nss/nss.h: Define struct gaih_addrtuple.
4834         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
4835         af==AF_UNSPEC.
4836         (_nss_files_gethostbyname4_r): New function.
4837         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
4838         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
4839         calls.
4840         * resolv/res_query.c (__libc_res_nquery): Take two additional
4841         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
4842         look up IPv4 and IPv6.
4843         Change all callers.
4844         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
4845         for an additional query and answer buffer.  Pass to send_vc and
4846         send_dg.
4847         (send_vc): Send possibly two requests and receive two answers.
4848         (send_dg): Likewise.
4849         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
4850         __libc_res_nquery.
4851         (_nss_dns_gethostbyname4_r): New function.
4852         (gaih_getanswer_slice): Likewise.
4853         (gaih_getanswer): Likewise.
4854         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
4855         __libc_res_nquery call.
4856         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
4857         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
4858         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
4859         available.
4861 2008-05-05  David S. Miller  <davem@davemloft.net>
4863         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
4864         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
4866 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4868         Fix termios bit macros.
4869         Move *DLY definitions where they belong, in termios.h.
4870         Add *[0-3] definitions.
4871         Fixes confusion between VT and FF.
4872         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
4873         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
4874         are already defined to avoid collision with termios.h.
4875         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
4876         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
4877         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
4878         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
4879         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
4880         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
4881         VTDLY, VT0, VT1): New macros.
4882         [__USE_GNU] (OLCUC): Change value of macro.
4883         [__USE_XOPEN] (OFILL): New macro.
4884         [__USE_BSD] (CRTSCTS): Change value.
4885         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
4886         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
4887         (B7200, B14400, B28800, B76800): New macros.
4889 2008-05-01  David S. Miller  <davem@davemloft.net>
4891         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
4892         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
4893         (gen-as-const-headers): Add it.
4894         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
4895         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
4896         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
4897         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
4899         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
4900         six system call parameters.
4901         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
4903 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
4905         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
4906         RUSAGE_LWP.
4907         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
4908         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
4910 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
4912         * stdlib/tst-setcontext.c: Include unistd.h.
4914 2008-04-25  David S. Miller  <davem@davemloft.net>
4916         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
4917         Pass "union semun" properly in to sys_ipc, it must be passed
4918         by value, not by reference.
4920 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
4922         * nscd/Makefile (nscd-cflags): Set back to -fpie.
4923         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
4924         * nscd/connections.c (mem_in_flight): Likewise.
4926         * nscd/nscd.h (dbs): Make hidden.
4928         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
4929         Avoid returning -1, return 0 instead.
4931 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
4933         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
4935 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
4937         [BZ #5209]
4938         * sysdeps/unix/sysv/linux/times.c: New file.
4940         [BZ #5381]
4941         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
4942         mem_in_flight_list variables.  Add new parameter to mempool_alloc
4943         prototype.
4944         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
4945         appropriate mem_in_flight element.
4946         (gc): Take allocations which have not yet been committed to the
4947         database into account.
4948         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
4949         Reset mem_in_flight before returning.
4950         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
4951         cue it up in mem_in_flight_list.
4952         * nscd/aicache.c: Adjust mempool_alloc call.
4953         * nscd/grpcache.c: Likewise.
4954         * nscd/hstcache.c: Likewise.
4955         * nscd/initgrcache.c: Likewise.
4956         * nscd/pwdcache.c: Likewise.
4957         * nscd/servicescache.c: Likewise.
4958         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
4959         of -fpie.
4961         * nscd/connections.c (handle_request): Provide better error message
4962         in case SELinux forbids the service.
4964         * version.h (VERSION): Bump to 2.8.90.
4966 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
4968         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
4970 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
4972         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
4973         Also use for 32-bit.
4974         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
4975         __nextafter instead of nextafter to avoid local PLT.
4976         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
4977         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
4979         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
4981         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
4982         __fe_nomask_env.
4983         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
4984         <fenv_libc.h> instead of <fenv.h>.
4985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
4986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
4988         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
4990         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
4991         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
4992         function from fegetexcept and make old name weak alias.
4993         * include/fenv.h: Declare __fegetexcept.
4994         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
4995         fegetexcept.
4996         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
4997         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
4998         to fetestexcept.
4999         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
5000         instead of frexpl to avoid local PLT.
5001         * math/s_significandl.c (__significandl): Use __ilogbl instead of
5002         ilogbl to avoid local PLT.
5003         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
5004         instead of ldexpl to avoid local PLT.
5005         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
5006         __roundl not roundl to avoid local PLT.
5007         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
5008         local PLTs.  Use __sincosl instead of separate sinl and cosl
5009         calls.
5010         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
5012         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
5013         version for ppc64 to 2.4.21 since without it makecontext will fail.
5015         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
5016         to the ABI in use.
5017         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
5018         .__tls_get_addr.
5019         [__powerpc64__] (TLS_GD): Likewise.
5021 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
5023         [BZ #4997]
5024         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
5025         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
5026         mantissa.
5027         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5028         Likewise.  Also account for when x is an odd number between 2^52
5029         and 2^53-1.
5030         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
5031         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5032         * math/libm-test.inc (lround_test, llround_test): Added test cases to
5033         detect aforementioned erroneous conditions.
5035 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5037         * configure.in: Check for -fno-section-anchors in addition to
5038         -fno-toplevel-reorder.
5040 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
5042         * include/features.h (__GLIBC_MINOR__): Bump to 8.
5044         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
5045         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
5046         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
5047         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
5048         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
5049         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
5051 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5053         [BZ #5443]
5054         * time/era.c: Transform __libc_setlocale_lock into rwlock.
5055         * time/alt_digit.c: Likewise.
5056         * wcsmbs/wcsmbsload.c: Likewise.
5058 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
5060         * version.h (VERSION): Bump to 2.8.
5062         * timzeone/asia: Update from tzdata2008b.
5063         * timezone/backward: Likewise.
5064         * timezone/europe: Likewise.
5065         * timezone/northamerica: Likewise.
5066         * timezone/southamerica: Likewise.
5067         * timezone/iso3166.tab: Likewise.
5068         * timezone/leapseconds: Likewise.
5069         * timezone/zone.tab: Likewise.
5070         * timezone/private.h: Update from tzcode2008a.
5071         * timezone/zdump.c: Likewise.
5072         * timezone/zic.c: Likewise.
5074 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
5076         [BZ #5741]
5077         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
5078         Define additonal Data Cache Block instruction macros.
5079         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
5080         Replace dcbst with dcbf and sync with sync/isync.
5082 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
5084         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
5085         Always set ELF_RTYPE_CLASS_PLT.
5086         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
5088 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
5090         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
5091         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
5092         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
5093         For ISA 2.01 and later replace mftb with mfspr 268.
5095 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
5097         [BZ #5768]
5098         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
5099         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
5101 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
5103         [BZ #5768]
5104         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
5105         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
5106         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
5107         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
5109 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
5111         * stdlib/tst-makecontext.c (othervar): New variable.
5112         (cf): Test sign extending the argument to long.
5114 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
5116         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
5117         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
5118         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
5119         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
5120         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
5121         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
5122         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
5124 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
5126         * elf/Makefile (tests): Substitute tests-vis-yes here.
5127         (tests-vis-yes): Delete.
5128         (modules-name, modules-vis-yes): Similarly.
5130 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
5132         [BZ #4407]
5133         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
5134         Preserve sign in signgamp when x is zero.
5136 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
5138         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
5139         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
5140         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
5141         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
5142         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
5143         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
5145 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
5147         [BZ #4314]
5148         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
5149         buffers.
5151         [BZ #5209]
5152         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
5153         a reserved error value.
5155         * stdlib/tst-makecontext.c: Change parameter to cf to negative
5156         value to check for correct sign extension.
5158         [BZ #5436]
5159         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
5160         Copy 64-bit parameter values even though this is not required in
5161         the standard.
5163         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
5164         PC save.
5166 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
5168         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
5169         PC save.
5171 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
5173         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
5175 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
5177         [BZ #5998]
5178         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
5179         in line-buffered stream failed.
5180         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
5182 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
5184         [BZ #6024]
5185         * scripts/abi-versions.awk: If the version specified by
5186         --enable-oldest-abi is older than the first version for this
5187         architecture, use the default version.
5189         * locale/programs/ld-collate.c (collate_read): Ignore script lines
5190         as well when ignoring the whole category.
5192 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
5194         [BZ #6042]
5195         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
5196         ETHERTYPE_* definitions.
5197         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
5199 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
5201         * stdlib/mbtowc.c (__no_r_state): Remove.
5202         (mbtowc): New static state variable.  Use it instead of
5203         __no_r_state.
5204         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
5205         (__wctomb_state): New hidden variable.
5206         (wctomb): Use __wctomb_state instead of __no_r_state.
5207         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
5208         (__wctomb_state): New extern decl.
5209         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
5211 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
5213         [BZ #5475]
5214         * resolv/res_init.c: Handle scope IDs in resolv.conf.
5216 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
5218         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
5220 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
5222         * po/nl.po: Update from translation team.
5224 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
5226         [BZ #6007]
5227         * string/strfry.c: Handle empty strings again.
5229 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
5231         [BZ #5443]
5232         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
5233         before looking for translation.
5234         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
5235         * locale/freelocale.c: Likewise.
5236         * locale/newlocale.c: Likewise.
5237         * locale/setlocale.c: Likewise.
5238         Based partially on a patch by ryo@np.css.fujitsu.com.
5240 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
5242         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
5243         acquiring wrlock.  Do conv_tab allocation while holding lock.
5244         * intl/Makefile: Add rules to build and run tst-gettext6.
5245         * intl/tst-gettext6.c: New test.
5246         * intl/tst-gettext6.sh: New file.
5248 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
5250         * po/nl.po: Update from translation team.
5252         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
5253         provided through st_blksize, try the default size before giving up.
5255 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
5257         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
5259         [BZ #5939]
5260         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
5262         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
5263         error message.  POSIX today does not require the messages to be in
5264         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
5266         [BZ #5979]
5267         * sunrpc/auth_unix.c: Unify printed strings.
5268         * sunrpc/clnt_tcp.c: Likewise.
5269         * sunrpc/clnt_udp.c: Likewise.
5270         * sunrpc/clnt_unix.c: Likewise.
5271         * sunrpc/svc_tcp.c: Likewise.
5272         * sunrpc/svc_udp.c: Likewise.
5273         * sunrpc/svc_unix.c: Likewise.
5274         * sunrpc/xdr.c: Likewise.
5275         * sunrpc/xdr_array.c: Likewise.
5276         * sunrpc/xdr_rec.c: Likewise.
5277         * sunrpc/xdr_ref.c: Likewise.
5278         * locale/programs/ld-time.c (time_finish): Unify messages.
5279         * locale/programs/locfile.c (handle_copy): Fix typo.
5280         * nscd/nscd.c (options): Fix typo.
5282         [BZ #5995]
5283         * stdlib/strtod_l.c: Use correct sign for result in one more
5284         underflow case.
5285         Patch by Eric Blake <ebb9@byu.net>.
5287 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
5289         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
5290         and creat system calls.
5291         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
5292         call.
5293         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
5294         system calls.
5295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
5296         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5297         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5299 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
5301         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
5302         <linux/limits.h> has defined it.
5303         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
5304         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
5305         headers.
5306         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
5307         it instead of ARG_MAX.
5309 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
5311         * posix/gai.conf: Fix comment for scope nullbits.
5312         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
5313         default to 128 bits for v4 mapped addresses.
5315 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5317         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
5318         ptrace call to get the ieee_instruction_pointer from the kernel.
5319         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
5320         ptrace call to set the ieee_instructtion_pointer.
5321         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
5322         Add comment that ieee_instruction_pointer is always 0.
5324 2008-03-09  Andreas Jaeger  <aj@suse.de>
5326         [BZ #5857]
5327         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
5328         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
5329         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
5331         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
5332         (rint_test): Likewise.
5334 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
5336         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
5337         call.
5338         (__nisfind_server): Similar for open readColdStartFile call.
5339         Patch partially by Jim Meyering.
5340         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
5341         around internal_setent call.
5343         * po/vi.po: New Vietnamese translation.
5345         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
5346         ADJ_OFFSET_SS_READ.
5348         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
5349         remove CLONE_STOPPED.
5351 2008-02-10  Jim Meyering  <meyering@redhat.com>
5353         Remove useless "if" before "free":
5354         * elf/ldconfig.c (parse_conf_include): Likewise.
5355         * gmon/gmon.c (weak_alias): Likewise.
5356         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
5357         * inet/rcmd.c (__validuser2_sa): Likewise.
5358         * intl/bindtextdom.c (set_binding_values): Likewise.
5359         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
5360         * libio/genops.c (save_for_backup): Likewise.
5361         * libio/wgenops.c (save_for_wbackup): Likewise.
5362         * locale/programs/ld-collate.c (collate_read): Likewise.
5363         * locale/programs/linereader.c (get_string): Likewise.
5364         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
5365         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
5366         * resolv/res_debug.c (do_section): Likewise.
5367         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
5368         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
5369         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
5370         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
5371         * time/tzset.c (tzset_internal): Likewise.
5373 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
5375         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
5376         of ASSEMBLER.
5378 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
5380         [BZ #5903]
5381         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
5382         not stream for output file.  Open output file here.
5383         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
5384         and output file name.
5385         (process_fd): Likewise.
5386         (process_file): Likewise.
5387         (main): Adjust callers of changed functions.
5388         * iconv/iconv_prog.h: Adjust prototype.
5390 2008-03-09  Andreas Jaeger  <aj@suse.de>
5392         [BZ #5753]
5393         * sysdeps/ia64/ieee754.h: Use protected namespace
5394         __BIG_ENDIAN/__LITTLE_ENDIAN.
5395         * sysdeps/ieee754/ieee754.h: Likewise.
5396         Patch by Aurelien Jarno <aurelien@aurel32.net>.
5398 2008-03-08  Roland McGrath  <roland@frob.com>
5400         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
5401         ignore a signal that came from a machine exception, treat it as a
5402         fatal core-dump signal instead.
5403         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5405         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
5406         Clear DF bit in thread state's eflags.
5407         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5409 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
5411         [BZ #5774]
5412         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
5413         of NAN(...) sequence.
5414         * stdlib/Makefile (tests): Add tst-strtod6.
5415         * stdlib/tst-strtod6.c: New file.
5417         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
5419         [BZ #5762]
5420         * posix/getopt.c (_getopt_internal_r): Clarify error message by
5421         putting offending option character in quotes.  Clean up error
5422         messages.
5423         * po/be.po: Adjust msgstr in translation file.
5424         * po/bg.po: Likewise.
5425         * po/ca.po: Likewise.
5426         * po/cs.po: Likewise.
5427         * po/da.po: Likewise.
5428         * po/de.po: Likewise.
5429         * po/es.po: Likewise.
5430         * po/fr.po: Likewise.
5431         * po/hr.po: Likewise.
5432         * po/ko.po: Likewise.
5433         * po/nl.po: Likewise.
5434         * po/rw.po: Likewise.
5435         * po/sk.po: Likewise.
5436         * po/sv.po: Likewise.
5437         * po/tr.po: Likewise.
5438         * po/zh_CN.po: Likewise.
5439         * po/zh_TW.po: Likewise.
5441         [BZ #5760]
5442         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
5443         Patch by Roland Bless <roland@bless.de>.
5445         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
5446         .o file.
5447         * elf/Makefile (routines): Add dl-sysdep.
5448         (elide-routines.os): Likewise.
5450 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
5452         [BZ #5786]
5453         * elf/dl-sysdep.c: Undefine ROUND after use.
5454         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
5455         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
5456         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
5457         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
5458         to ...
5459         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
5460         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
5461         if necessary.
5462         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
5464         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
5465         _dl_tls_get_addr_soft element.
5466         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
5467         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
5468         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
5469         GLRO.
5470         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5471         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
5472         of internal_function.
5474         * stdlib/Makefile (aux): Add tens_in_limb.
5475         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
5476         * stdlib/tens_in_limb.c: ...here.  New file.
5478         [BZ #5778]
5479         * sysdeps/unix/sysv/linux/pathconf.h: Declare
5480         __statfs_chown_restricted.
5481         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
5482         for _PC_CHOWN_RESTRICTED.
5483         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
5484         Implement __statfs_chown_restricted.
5485         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
5486         _POSIX_CHOWN_RESTRICTED value to zero.
5487         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
5488         defined to zero.
5490         * sysdeps/x86_64/rtld-memset.c: New file.
5492 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
5494         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
5496         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
5497         Barcelona machine.  Make default fall through branch of
5498         __x86_64_preferred_memory_instruction check as the integer code path.
5500 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
5502         * sysdeps/x86_64/cacheinfo.c
5503         (__x86_64_preferred_memory_instruction): New variable.
5504         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
5506         * sysdeps/x86_64/memset.S: Rewrite.
5508 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
5510         * include/stdio.h (__asprintf_chk, __dprintf_chk,
5511         __obstack_printf_chk): New prototypes.
5512         (__vasprintf_chk, __vdprintf_chk,
5513         __obstack_vprintf_chk): Likewise.
5514         Add libc_hidden_proto.
5515         * libio/obprintf.c
5516         (_IO_obstack_jumps): No longer static, add attribute_hidden.
5517         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
5518         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5519         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
5520         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
5521         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5522         __obstack_vprintf_chk): New prototypes.
5523         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
5524         obstack_vprintf): New inlines.
5525         * debug/dprintf_chk.c: New file.
5526         * debug/vdprintf_chk.c: New file.
5527         * debug/asprintf_chk.c: New file.
5528         * debug/vasprintf_chk.c: New file.
5529         * debug/obprintf_chk.c: New file.
5530         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
5531         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
5532         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
5533         @@GLIBC_2.8.
5534         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
5535         vdprintf_chk and obprintf_chk, set CFLAGS for them.
5536         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
5537         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
5538         libc_hidden_proto.
5539         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
5540         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
5541         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
5542         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
5543         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
5544         @@GLIBC_2.8.
5545         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
5546         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
5547         obstack_vprintf_chk.
5548         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
5549         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
5550         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
5551         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
5552         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
5553         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
5555 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
5557         [BZ #5779]
5558         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
5559         Patch by Roy Marples <roy@marples.name>.
5561         [BZ #5736]
5562         * malloc/malloc.c: Fix typo in comment.
5564         [BZ #5627]
5565         * locale/iso-639.def: Add Shuswap.
5567 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
5569         [BZ #5790]
5570         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
5571         overwrite *h_errnop/*errnop values from getanswer_r in case of
5572         failure.
5574 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
5576         [BZ #5818]
5577         * nscd/connections.c (dbs): Add initializers for .suggested_module.
5578         (verify_persistent_db): Remove one unnecessary test and add a new one
5579         for bad configuration.
5580         (nscd_init): Improve error reported when persistent database cannot
5581         be reused.
5582         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
5583         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
5584         .suggested_module and .max_db_size and case config file says the
5585         values are zero.
5586         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
5588         [BZ #5854]
5589         * nis/ypclnt.c (yp_order): Fix handling of return value of
5590         do_ypcall_tr call.
5591         Patch by Jeff Moyer <jmoyer@redhat.com>.
5593         * po/fr.po: Update from translation team.
5595 2008-02-22  Andreas Jaeger  <aj@suse.de>,
5596             Carlos O'Donell <carlos@systemhalted.org>
5598         [BZ #5012]
5599         * FAQ.in: Describe why glibc needs to be compiled with
5600         optimization.
5602 2008-02-19  Roland McGrath  <roland@redhat.com>
5604         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
5606 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
5608         [BZ #5737]
5609         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
5610         __USE_MISC is defined.
5612 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
5614         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
5615         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
5616         sys/timerfd.h.
5617         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
5618         timerfd_gettime, timerfd_settime.
5619         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
5620         timerfd_gettime, timerfd_settime for GLIBC_2.8.
5622 2008-02-08  Roland McGrath  <roland@redhat.com>
5624         * elf/elf.h (NT_PPC_SPE): New macro.
5626 2008-02-06  Roland McGrath  <roland@redhat.com>
5628         * Makerules ($(common-objpfx)sysd-rules):
5629         Depend on $(sysdep-makeconfigs).
5631 2008-01-31  Roland McGrath  <roland@redhat.com>
5633         [BZ #5442]
5634         * configure.in: Use -print-file-name if it yields a directory,
5635         for each of include and include-fixed.
5636         * configure: Regenerated.
5638         * Makeconfig (sysd-rules-targets): New variable.
5639         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
5640         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
5642 2008-01-30  Roland McGrath  <roland@redhat.com>
5644         * manual/libc.texinfo: Update back-cover text.
5646         * elf/elf.h (NT_386_TLS): New macro.
5648 2008-01-29  Roland McGrath  <roland@redhat.com>
5650         * Makeconfig (sysd-rules-patterns): New variable.
5651         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
5652         (check-inhibit-asm): New canned sequence, replaces ...
5653         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
5654         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
5655         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
5656         (CFLAGS-rtld): Variable removed.
5658 2008-01-24  Roland McGrath  <roland@redhat.com>
5660         * configure.in: Let configure fragments set base_os.
5661         * configure: Regenerated.
5663 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
5665         * po/ko.po: Update from translation team.
5667 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
5669         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
5671 2008-01-12  Andreas Jaeger  <aj@suse.de>
5673         [BZ #5040]
5674         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
5675         Add EPOLLRDHUP.
5677 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5679         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
5680         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
5681         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
5683 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
5685         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
5686         * elf/dl-close.c (_dl_close): Check for it.
5687         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
5688         (_dl_allocate_static_tls): Likewise.
5689         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
5690         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
5691         to it.
5692         * elf/tst-tls16.c: New file.
5693         * elf/tst-tlsmod16a.c: New file.
5694         * elf/tst-tlsmod16b.c: New file.
5695         * elf/Makefile: Add rules to build and run tst-tls16.
5697 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
5699         [BZ #5628]
5700         * bits/shm.h: Fix comment describing shmid_ds.
5701         * sysdeps/gnu/bits/shm.h: Likewise.
5702         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
5703         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
5704         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
5705         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
5706         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
5707         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
5708         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
5709         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
5710         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
5712         [BZ #5607]
5713         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
5714         prototypes.
5715         * conform/data/limits.h-data: Adjust limits changed in v6 and add
5716         additional suffixes.
5717         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
5718         Add optional functions mq_timedreceive and mq_timedsend.
5719         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
5720         * conform/data/pthread.h-data: Fix prototype of
5721         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
5722         * conform/data/semaphore.h-data: Allow time.h definitions.
5723         * conform/data/signal.h-data: Likewise.
5724         * conform/data/stdio.h-data: getw and putw are not required in v6.
5725         * conform/data/stdlib.h-data: Change setstate prototype.
5726         * conform/data/string.h-data: Fix strerror_r prototype.
5727         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
5728         * conform/data/unistd.h-data: pthread_atfork not required in v6.
5729         Fix readlink prototype.
5730         * conform/data/netinet/in.h-data: Add const to in6addr_any and
5731         in6addr_loopback.
5732         * inet/netinet/in.h: Cleanup namespace.
5733         * posix/regex.h: Likewise.
5734         * resolv/netdb.h: Likewise.
5735         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
5736         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
5737         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
5738         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
5739         of names of in in6_addr.
5740         (default_precedence): Likewise.
5741         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
5742         NULL definition.
5744 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
5746         * conform/data/fmtmsg.h-data: Add missing allows.
5747         * conform/data/ftw.h-data: Likewise.
5748         * conform/data/inttypes.h-data: Likewise.
5749         * conform/data/math.h-data: Likewise.
5750         * conform/data/signal.h-data: Likewise.
5751         * conform/data/net/if.h-data: Likewise.
5752         * conform/data/netinet/in.h-data: Likewise.
5753         * conform/data/sys/socket.h-data: Likewise.
5755         [BZ #5614]
5756         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
5757         (__strtok_r): Simplify.
5758         * string/tester.c (test_strtok_r): Add test case for futile search
5759         with single-character seach string.
5761 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
5763         * po/ko.po: Update from translation team.
5765 2008-01-11  Andreas Jaeger  <aj@suse.de>
5767         [BZ #5600]
5768         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
5769         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
5770         kernel header.
5772 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
5774         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
5775         native interface lookup in all the relevant places.
5777 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
5778             Ulrich Drepper  <drepper@redhat.com>
5780         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
5781         field.  Use sockaddr_in6 for source_addr.
5782         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
5783         (match_prefix): Likewise.
5784         (get_label): Likewise.
5785         (get_precedence): Likewise.
5786         (rfc3484_sort): Change to use indirect access to results array.
5787         Adjust to use of sockaddr_in6.  Replace service_order test with
5788         simple index comparison.
5789         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
5790         service_order field.  Adjust qsort_t calls.  Access sorted result
5791         array indirectly through order array.
5792         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
5793         * posix/tst-rfc3484-2.c: Likewise.
5794         * posix/tst-rfc3484-3.c: Likewise.
5796 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
5798         [BZ #5541]
5799         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
5800         pollfd structures.
5801         Patch by André Cruz.
5803         [BZ #5545]
5804         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
5805         (clnt_spcreateerror): Likewise.
5807         [BZ #5553]
5808         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
5809         (public_mEMALIGn): Likewise.
5810         Patch mostly by Daniel Jacobowitz.
5812 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
5814         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
5815         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
5816         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
5817         * stdlib/tst-makecontext2.c: New test.
5819 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
5821         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
5822         defined.
5823         (REINIT_PARAMS): Likewise.  Undefine before end of file.
5824         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
5825         transliteration hooks and REINIT_PARAMS afterwards.
5826         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
5827         status.
5828         (REINIT_PARAMS): Define.
5829         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
5830         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
5831         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
5832         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
5833         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
5834         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
5835         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
5836         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
5837         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
5838         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
5839         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
5840         * iconvdata/tst-iconv7.c: New test.
5842 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
5844         * libio/stdio.h (vscanf): Fix definition for loser compilers.
5846 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
5848         [BZ #5112]
5849         * nscd/connections.c (restart): Fix condition.
5851 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
5853         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
5854         __ctype_toupper_loc): Add __THROW.
5856 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
5858         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
5859         recognition of interface family.
5861         * posix/getconf.c: Update copyright year.
5862         * nss/getent.c: Likewise.
5863         * iconv/iconvconfig.c: Likewise.
5864         * iconv/iconv_prog.c: Likewise.
5865         * elf/ldconfig.c: Likewise.
5866         * catgets/gencat.c: Likewise.
5867         * csu/version.c: Likewise.
5868         * elf/ldd.bash.in: Likewise.
5869         * elf/sprof.c (print_version): Likewise.
5870         * locale/programs/locale.c: Likewise.
5871         * locale/programs/localedef.c: Likewise.
5872         * nscd/nscd.c (print_version): Likewise.
5873         * debug/xtrace.sh: Likewise.
5874         * malloc/memusage.sh: Likewise.
5875         * malloc/mtrace.pl: Likewise.
5876         * debug/catchsegv.sh: Likewise.
5878 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
5880         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
5881         second lookup.
5883 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
5885         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
5886         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5888 2007-12-17  Roland McGrath  <roland@redhat.com>
5890         * inet/ether_line.c (ether_line): Remove unused variable.
5892 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5894         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
5895         and winp.
5896         * login/openpty.c (openpty): Likewise.
5897         * login/pty.h (openpty, forkpty): Likewise.
5898         * manual/terminal.texi (openpty, forkpty): Likewise.
5900 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
5902         * malloc/malloc.c (public_cALLOc): For arenas other than
5903         main_arena, count all bytes inside the mprotect_size range of the
5904         heap as uninitialized.
5906 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
5908         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
5909         executable stacks.
5911         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
5912         mTRIm for all of them.
5913         (mTRIm): Additionally iterate over all free blocks and use madvise
5914         to free memory for all those blocks which contain at least one
5915         memory page.
5916         * malloc/tst-trim1.c: New file.
5917         * malloc/Makefile (tests): Add tst-trim1.
5919         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
5921 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
5923         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
5924         First cast argument to long
5925         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
5926         Return long.
5927         (__vdso_clock_gettime): Likewise.
5928         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
5929         return long.
5931 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
5933         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
5934         * locale/nl_langinfo_l.c: Real implementation, copied from
5935         nl_langinfo.c.
5936         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
5938 2007-12-01  Jim Meyering  <meyering@redhat.com>
5940         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
5941         that would inhibit utf8-optimization of a regexp containing line-
5942         or buffer-anchors, e.g., `^', `$'.
5944 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
5946         * time/bug-getdate1.c (do_test): Don't use century values which
5947         aren't valid on 32-bit systems.
5949 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
5951         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
5952         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
5953         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
5954         __strcat_g, __strncat_g): Add __asm__.
5956 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
5958         [BZ #5477]
5959         * io/fchmodat.c: Fix typo in stub_warning use.
5960         Patch by Petr Salinger.
5962 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
5964         * iconvdata/hp-thai8.c: New file.
5965         * iconvdata/Makefile: Add rules for hp-thai8.c.
5966         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
5967         * iconvdata/gconv-modules: Likewise.
5969         [BZ #5464]
5970         * iconvdata/hp-greek8.c: New file.
5971         * iconvdata/Makefile: Add rules for hp-greek8.c.
5972         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
5973         * iconvdata/gconv-modules: Likewise.
5975         [BZ #5463]
5976         * iconvdata/hp-turkish8.c: New file.
5977         * iconvdata/Makefile: Add rules for hp-turkish8.c.
5978         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
5979         * iconvdata/gconv-modules: Likewise.
5981         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
5982         (shrink_heap): ... this new function.
5983         (heap_trim): Call shrink_heap instead of grow_heap.
5985         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
5986         case don't call alloc_perturb.
5988 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
5990         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
5991         possible.
5992         * sysdeps/unix/sysv/linux/kernel-features.h
5993         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
5994         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
5996 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
5998         [BZ #5424]
5999         * stdio-common/vfprintf.c: Do not overflow when adding to done.
6000         * stdio-common/Makefile (tests): Add bug22.
6001         * stdio-common/bug22.c: New file.
6003         [BZ #5451]
6004         * time/getdate.c: Fix filling in default values.
6005         * time/bug-getdate1.c: New file.
6006         * time/Makefile: Add rules to build and run bug-getdate1.
6008         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
6009         * iconvdata/ebcdic-es.c: Likewise.
6010         * iconvdata/ebcdic-es-a.c: Likewise.
6011         * iconvdata/ebcdic-uk.c: Likewise.
6012         * iconvdata/iso8859-16.c: Likewise.
6013         * iconvdata/viscii.c: Likewise.
6014         * iconvdata/iso8859-9e.c: Likewise.
6015         * iconvdata/Makefile: Adjust appropriately.
6017         [BZ #5428]
6018         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
6019         __need_wint_t.
6021 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6023         [BZ #5427]
6024         * iconvdata/hp-roman9.c: New file.
6025         * iconvdata/Makefile: Add rules for hp-roman9.c.
6026         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
6027         * iconvdata/gconv-modules: Likewise.
6029         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
6030         * iconvdata/Makefile: Adjust appropriately.
6032         [BZ #5441]
6033         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
6034         structure, it's allocated with alloca.
6035         * stdio-common/Makefile (tests): Add bug21.
6036         * stdio-common/bug21.c: New file.
6038 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
6040         [BZ #5452]
6041         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
6042         keyword for gcc's braced-groups.
6044 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6046         [BZ #5454]
6047         * inet/ether_line.c: Strip hostname of whitespaces.
6048         * inet/Makefile (tests): Add tst-ether_line.
6049         * inet/tst-ether_line.c: New file.
6051 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
6053         [BZ #5439]
6054         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
6056         [BZ #5435]
6057         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
6059         * stdlib/tst-setcontext.c: Catch the case where the links gets
6060         messed up and we do not reach main again.
6062         * po/ca.po: Update from translation team.
6064 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
6066         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
6067         * posix/regex.h (REG_ENOSYS): Likewise.
6068         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
6070 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
6072         * nscd/nscd.h (MAX_STACK_USE): Define.
6073         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
6074         (gc): Initialize stack_used based on allocation in prune_cache.
6075         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
6076         Clear array before use.
6078         * nscd/aicache.c (addhstaiX): Update statistics counter in case
6079         memory allocation failed.
6080         * nscd/hstcache.c (cache_addhst): Likewise.
6081         * nscd/grpcache.c (cache_addgr): Likewise.
6082         * nscd/servicescache.c (cache_addserv): Likewise.
6083         * nscd/pwdcache.c (cache_addpw): Likewise.
6084         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6086 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
6088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
6089         and creat system calls.
6091         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
6093 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6095         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
6096         Add netiucv/iucv.h.
6097         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
6098         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
6099         protocol.
6100         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
6101         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
6102         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
6104 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6106         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
6107         strncat): Define as macros to avoid compile errors.
6109         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
6110         creat entries.
6112 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
6114         [BZ #5382]
6115         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
6116         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
6117         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
6118         overflow it.
6119         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6121         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
6122         Return zero in case the thread library is not NPTL.
6124         [BZ #5375]
6125         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
6126         initializing interface list.
6128         [BZ #5378]
6129         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
6130         use result of nss_getgrgid_r if nothing was found.  For other
6131         error return with a failure.
6132         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6134         * locale/programs/ld-collate.c (collate_read): Fix loop to match
6135         macro name.
6137 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6139         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
6140         (get_scope): For IPv4 scope, use scopes table.
6141         (fini): Free scopes table if necessary.
6142         (free_scopelist): New function.
6143         (scopecmp): New function.
6144         (gaiconf_init): Also handle scopev4 entries.
6145         * posix/tst-rfc3484.c (do_test): Initialize scopes.
6146         * posix/tst-rfc3484-2.c (do_test): Likewise.
6147         * posix/gai.conf: Document scopev4 defaults.
6148         * posix/Makefile (tests): Add tst-rfc3484-3.
6149         * posix/tst-rfc3484-3.c: New file.
6151         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
6152         Teredo tunnels.
6153         * posix/gai.conf: Update for current default tables.
6155 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6157         * po/tr.po: Update from translation team.
6159 2007-11-18  Roland McGrath  <roland@frob.com>
6161         * manual/arith.texi (Remainder Functions): Spelling fix.
6162         From Shaun Silk <genix@mysoul.com.au>.
6164         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
6166 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
6168         * po/zh_CN.po: Update from translation team.
6170         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
6171         Add sys/signalfd.h and sys/eventfd.h.
6173 2007-11-15  Bruno Haible  <bruno@clisp.org>
6175         [BZ #5346]
6176         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
6177         union.
6178         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
6179         (DCIGETTEXT): Change the allocation of the 'search' variable so that
6180         it needs only fixed stack space. Delay the initialization of
6181         msgid_len until it is needed.
6183 2007-11-15  Andreas Jaeger  <aj@suse.de>
6185         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
6186         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
6188 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
6190         * po/ko.po: Update from translation team.
6192 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
6194         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
6195         significantly.  The device type is also part of the ifinfomsg data.
6197         * po/sv.po: Update from translation team.
6198         * po/nl.po: Likewise.
6200         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
6201         to wake up in 24 hours.
6203         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
6205 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
6207         * po/cs.po: Update from translation team.
6208         * po/pl.po: Likewise.
6210         * include/ifaddrs.h: Remove in6ai_temporary.
6211         (struct in6addrinfo): Add index element.
6212         Declare __check_native.
6213         * inet/Makefile (aux): Add check_native.
6214         * sysdeps/unix/sysv/linux/check_native.c: New file.
6215         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
6216         IFA_F_TEMPORARY.  Pass back ifa_index.
6217         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
6218         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
6219         call __check_native if necessary.
6220         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
6221         to sort addresses.  Pass information about the results.
6222         * posix/tst-rfc3484.c: Adjust for addition of index field and change
6223         of rfc3484_sort interface.
6224         * posix/tst-rfc3484-2.c: Likewise.
6226         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
6227         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
6228         for _quicksort.
6229         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
6230         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
6231         on as third parameter to compare function and _quicksort.
6232         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
6233         to the compare function.
6234         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
6235         * Versions.def: Add GLIBC_2.8 for libc.
6237         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
6238         * posix/tst-rfc3484-2.c: Likewise.
6240         * include/kernel-features.h: Moved to...
6241         * sysdeps/mach/hurd/kernel-features.h: ...here.
6243 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
6245         * sysdeps/i386/i586/memcpy_chk.S: New file.
6246         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
6247         * sysdeps/i386/i586/memset_chk.S: Likewise.
6249 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
6251         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
6252         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
6253         list of interfaces.  Also store prefix length.
6254         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
6255         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
6256         prefix if source and destination address are in the same subnet.
6257         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
6258         Always look for matching record in in6ai list.
6259         Correct source_addr_len value for IPv6->IPv4 converted records.
6261 2007-11-11  Roland McGrath  <roland@frob.com>
6263         * include/kernel-features.h: New file.
6265 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
6267         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
6268         complications for 64-bit platforms.
6270         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
6271         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
6272         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
6273         open64_2.
6274         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
6275         entries.
6276         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6277         * sysdeps/wordsize-64/alphasort.c: New file.
6278         * sysdeps/wordsize-64/alphasort64.c: New file.
6279         * sysdeps/wordsize-64/fseeko.c: New file.
6280         * sysdeps/wordsize-64/fseeko64.c: New file.
6281         * sysdeps/wordsize-64/ftello.c: New file.
6282         * sysdeps/wordsize-64/ftello64.c: New file.
6283         * sysdeps/wordsize-64/ftw.c: New file.
6284         * sysdeps/wordsize-64/ftw64.c: New file.
6285         * sysdeps/wordsize-64/iofgetpos.c: New file.
6286         * sysdeps/wordsize-64/iofgetpos64.c: New file.
6287         * sysdeps/wordsize-64/iofopen.c: New file.
6288         * sysdeps/wordsize-64/iofopen64.c: New file.
6289         * sysdeps/wordsize-64/iofsetpos.c: New file.
6290         * sysdeps/wordsize-64/iofsetpos64.c: New file.
6291         * sysdeps/wordsize-64/lockf.c: New file.
6292         * sysdeps/wordsize-64/lockf64.c: New file.
6293         * sysdeps/wordsize-64/mkostemp.c: New file.
6294         * sysdeps/wordsize-64/mkostemp64.c: New file.
6295         * sysdeps/wordsize-64/mkstemp.c: New file.
6296         * sysdeps/wordsize-64/mkstemp64.c: New file.
6297         * sysdeps/wordsize-64/scandir.c: New file.
6298         * sysdeps/wordsize-64/scandir64.c: New file.
6299         * sysdeps/wordsize-64/tmpfile.c: New file.
6300         * sysdeps/wordsize-64/tmpfile64.c: New file.
6301         * sysdeps/wordsize-64/versionsort.c: New file.
6302         * sysdeps/wordsize-64/versionsort64.c: New file.
6303         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
6304         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
6305         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
6306         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
6307         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
6308         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
6309         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
6310         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
6311         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
6312         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
6313         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
6314         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
6316         * crypt/sha256-crypt.c: Fix a comment.
6317         * crypt/sha512-crypt.c: Likewise.
6319 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
6321         * sysdeps/x86_64/memset.S: Add sfence after movnti.
6323 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
6325         [BZ #5277]
6326         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
6327         because output buffer is too small break, don't loop.
6328         * iconvdata/Makefile (tests): Add bug-iconv6.
6329         * iconvdata/bug-iconv6.c: New file.
6331 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
6333         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
6334         with size_t type.
6335         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
6336         size_t.  Add casts where needed.
6338         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
6339         old headers, don't call avc_has_perm if we don't have the
6340         permission information.
6342 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
6344         * elf/rtld.c (dl_main): Use the page size to find the map start.
6346 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
6348         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
6349         Patch by Szymon Siwek <sls@poczta.wp.pl>.
6351         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
6352         when the lookup call failed.
6354         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
6355         Add prune_cond and wakeup_time.
6356         (CACHE_PRUNE_INTERNAL): Define.
6357         Update declarations of prune_cache and setup_thread.
6358         * nscd/connections.c (dbs): Update initializers.
6359         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
6360         (nscd_init): Default number of threads is now 4.
6361         (invalidate_cache): Take lock before calling prune_cache.
6362         (handle_request): If SELinux forbids the request, say so.
6363         (readylist_cond): Use static initializer.
6364         (nscd_run_prune): New function.  Used only by pruning threads.
6365         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
6366         here.
6367         (fd_ready): Update nscd_run reference.
6368         (start_threads): No need to initialize readylist_cond.
6369         Start pruning threads separately.
6370         * nscd/nscd_setup_thread.c: Change return value type to int and always
6371         return 0.
6372         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
6373         to int and return nonzero value if we can use the TID address hack.
6374         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
6375         the database is later than the new entry's timeout, update the
6376         wakeup time and wake the cleanup thread.
6377         (prune_cache): Return seconds the next entry in the database is still
6378         valid.  Remove locking for pruning here.
6379         * nscd/nscd.conf: Document default number of threads.
6381 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
6383         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
6384         stack is properly aligned for the target function.
6385         Correct unwind info.
6387         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
6388         when using auditing libraries.
6390 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
6392         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
6393         _nss_dns_getnetbyaddr2_r.
6394         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
6395         extra parameter to getanswer_r.
6396         (_nss_dns_getnetbyaddr_r): Now a wrapper around
6397         _nss_dns_getnetbyaddr2_r.
6399         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
6400         gethstbynm3_r.
6401         * nscd/gethstbynm2_r.c: Remove.
6402         * nscd/gethstbynm3_r.c: New file.
6403         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
6404         __gethostbyaddr_r.
6405         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
6406         __gethostbyaddr_r compatibility wrapper.
6407         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
6408         determining timeout of entry.
6409         (lookup): Take new parameter and pass it to __gethostbyname3_r and
6410         __gethostbyaddr2_r.
6411         (addhstbyX): Pass reference to variable for TTL to lookup and
6412         cache_addhst.
6413         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
6414         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
6415         and __nss_next2.  Remove __nss_services_lookup.
6416         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
6417         Add compat wrapper.
6418         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
6419         __nss_next2.
6420         * nss/getXXent_r.c: Likewise.
6421         * nss/getnssent_r.c: Likewise.
6422         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
6423         does not exist in module, try the optional second name.
6424         (__nss_next2): New function.
6425         (__nss_next): Now wrapper around __nss_next2.
6426         * nss/nsswitch.h: Adjust __nss_lookup prototype.
6427         Declare __nss_next2.
6428         Adjust definition of db_lookup_function type.
6429         * nss/service-lookup.c: Define NO_COMPAT.
6430         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
6431         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
6432         * inet/ether_ntoh.c: Likewise.
6433         * sunrpc/netname.c: Likewise.
6434         * sunrpc/publickey.c: Likewise.
6435         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
6436         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
6437         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
6438         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
6439         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
6441         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
6443         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
6445 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
6447         [BZ #5204]
6448         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
6449         * crypt/sha512c-test.c: Likewise.
6451         [BZ #5225]
6452         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
6453         to keep track of end of %[ format string element.
6454         * stdio-common/Makefile (tests): Add bug20.
6455         * stdio-common/bug20.c: New file.
6457         [BZ #5222]
6458         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
6459         path elements in counting mode.
6461 2007-10-27  Andreas Jaeger  <aj@suse.de>
6463         [BZ #5040]
6464         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
6466         [BZ #3112]
6467         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
6468         (__cleanup): Free shared library when exiting.
6469         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
6470         (__cleanup): Free shared library when exiting.
6472 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
6474         [BZ #2549]
6475         * math/libm-test.inc (check_float_internal): Support
6476         denormalized return.
6478 2007-10-23  Andreas Jaeger  <aj@suse.de>
6480         [BZ #5208]
6481         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
6482         __LONG_LONG_PAIR to handle little endian byte order.
6483         Suggested by abhishekrai@google.com
6485 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
6487         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
6489 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
6491         * nscd/cache.c (prune_cache): Move test for modified file outside
6492         of locking.
6494 2007-10-21  Andreas Jaeger  <aj@suse.de>
6496         * manual/texinfo.tex: Update to latest version.
6498         * manual/sysinfo.texi (System Parameters): Fix Formatting.
6500         * manual/arith.texi (Status bit operations): Fix formatting.
6502         * manual/errno.texi (Error Messages): Fix formatting.
6504         * manual/sysinfo.texi (System Parameters): Fix formatting.
6506         * manual/libc.texinfo: Update VERSION and UPDATED.
6508 2007-10-19  Roland McGrath  <roland@redhat.com>
6510         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
6512 2007-10-06  David S. Miller  <davem@davemloft.net>
6514         * configure.in: Add sparcv9v2 and sparc64v2.
6515         * scripts/config.sub: Likewise.
6516         * configure: Regenerate.
6517         * elf/elf.h (HWCAP_SPARC_N2): New.
6518         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
6519         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
6520         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
6521         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
6522         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
6523         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
6524         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
6526 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
6528         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
6529         even if the poll result indicates there is data to read.
6530         Patch by Jeff Moyer <jmoyer@redhat.com>.
6532 2007-10-18  Roland McGrath  <roland@redhat.com>
6534         * elf/elf.h (NT_PPC_VMX): New macro.
6536 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6538         * version.h (VERSION): Set to 2.7.90.
6540 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
6542         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
6543         weak_alias.
6545 2007-10-17  Roland McGrath  <roland@frob.com>
6547         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
6548         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
6550 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6552         * version.h (VERSION): Bump to 2.7.
6553         * include/features.h (__GLIBC_MINOR__): Bump to 7.
6555         [BZ #5186]
6556         * time/tzset.c (__tz_convert): Don't force testing for a change of
6557         TZ if not called from localtime.  But then also see whether the
6558         file changed, in case __use_tzfile is set.
6560         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
6561         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6562         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6563         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6564         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6565         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
6566         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
6567         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
6569 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
6571         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
6572         and admin selects to be able to replace the gai.conf file, lock
6573         data structures around the qsort call.
6575 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6577         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
6578         new memset.
6579         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
6580         too high for the improvements.  Implement bzero unconditionally for
6581         use in libc.
6583 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6584             Jakub Jelinek  <jakub@redhat.com>
6586         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
6587         even when time_t is 32-bit.
6588         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
6589         timezone data read by __tzfile_default.  Ensure __tzname[0] is
6590         always set after the search.
6592 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
6594         * time/tzfile.c (__tzfile_read): Help the compiler recognize
6595         unreachable code on 32-bit machines.
6597 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6599         [BZ #5184]
6600         * time/strftime_l.c: Include stdbool.h.
6601         (my_strftime): New wrapper, old function renamed to...
6602         (__strftime_internal): ... new function.  Add tzset_called
6603         argument, pass it down to recursive calls, don't call tzset ()
6604         if already true, set to true after call to tzset ().
6606 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
6608         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
6609         into account when copying TZ string.
6611 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6613         * time/tzfile.c (__tzfile_compute): For use_last case set i to
6614         num_transition rather than num_transitions - 1.
6616 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6618         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
6619         PIC indirect jump.
6621         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
6622         a local label rather than HIDDEN_JUMPTARGET.
6624 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
6626         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
6627         (init_cacheinfo): Initialize it.
6628         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
6629         Always define bzero.
6630         Remove non-glibc code.
6631         * sysdeps/x86_64/bzero.S: Make an empty file.
6633 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
6635         * sysdeps/x86_64/cacheinfo.c
6636         (__x86_64_preferred_memory_instruction): New.
6637         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
6639         * sysdeps/x86_64/memset.S: Rewrite.
6641 2007-10-15  Roland McGrath  <roland@redhat.com>
6643         * po/libc.pot: Regenerated.
6645 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
6647         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
6648         pointers.
6650         [BZ #3425]
6651         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
6652         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
6653         address record to T_A/T_AAAA requests.
6655 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
6657         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
6659         * posix/glob.c: Add some branch prediction throughout.
6661         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
6662         read from nscd.
6664         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
6665         service_order.
6666         (rfc3484_sort): Make sure that even if qsort doesn't support
6667         stable sorting out sorting here is stable by comparing service_order.
6668         (getaddrinfo): Initialize service_order.
6669         * posix/tst-rfc3484.c (do_test): Adjust for addition of
6670         service_order field to sorting structure.
6671         * posix/tst-rfc3484-2.c (do_test): Likewise.
6673         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
6674         * time/tzset.c (tzset_internal): Break TZ string parsing out into
6675         __tzset_parse_tz and updating of daylight, timezone, tzname into
6676         update_vars.
6677         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
6678         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
6679         happens in __tz_compute.
6680         * time/tzfile.c (__tzfile_read): Also read TZ string.
6681         (find_transition): Fold into __tzfile_compute.
6682         (__tzfile_compute): For times beyond the last transition try to
6683         use the TZ string.
6684         * timezone/tst-timezone.c: Information in daylight and tzname does
6685         change for Asia/Tokyo timezone with more concrete information.
6686         Remove the test.
6688         * include/stdio.h: Add libc_hidden_proto for ftello.
6689         * libio/ftello.c: Add libc_hidden_def.
6691         [BZ #1140]
6692         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
6693         on the specified time and not the last entries in the file.  Move
6694         code to determine tzname[] to...
6695         (find_transition): ...here.  Add ugly guess for times before the
6696         first transition.
6698 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
6700         [BZ #3195]
6701         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
6702         no entry.
6703         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
6704         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
6705         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
6706         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
6708         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
6709         read mechanism when there are no group members and avoid no-op
6710         read syscall in this case.
6712         [BZ #3242]
6713         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
6714         (__readall): If reading failed due to EAGAIN error wait a bit
6715         and possibly try again.
6716         (__readvall): Likewise.
6718 2007-10-13  Bruno Haible  <bruno@clisp.org>
6720         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
6721         when we cannot recode the message.
6723 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
6725         [BZ #4359]
6726         * libio/__freading.c (__freading): Don't return true for
6727         write-only streams.  For read/write streams, check whether we
6728         performed a read operation already.
6729         * libio/Makefile (tests): Add tst-ext2.
6730         * libio/tst-ext2.c: New file.
6732 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
6734         * locale/programs/repertoire.c (repertoire_read): Always free
6735         memory for repertoire file name [Coverity CID 270].
6737         * elf/cache.c (save_aux_cache): Free memory allocated for
6738         temporary file name [Coverity CID 267].
6740 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
6742         * misc/Makefile (headers): Add bits/error.h.
6744 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
6746         * posix/fnmatch_loop.c: Take rule index returned as part of
6747         findidx return value into account when accessing weights.
6748         * posix/regcomp.c: Likewise.
6749         * posix/regexec.c: Likewise.
6751         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
6752         (skip_to): Fix problems with parameter of elifdef/elifndef.
6754 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
6756         * iconv/gconv_simple.c: Add some branch prediction.
6758 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
6760         * locale/programs/ld-collate.c (collate_read): If ignore_content
6761         and nowtok is tok_define, eat any tok_eol tokens.
6763 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
6765         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
6766         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
6768         * inet/netinet/in.h: Don't include bits/socket.h.
6769         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
6770         macro.
6771         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6773 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
6775         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
6776         and tok_elifndef.
6777         * locale/programs/locfile-kw.gperf: Likewise.
6778         * locale/programs/ld-collate.c: Implement primitive preprocessor.
6780 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
6782         * stdio-common/printf-parse.h: Include string.h and wchar.h.
6783         (__find_specwc): Change into __extern_always_inline function.
6784         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
6785         (__parse_one_specmb): Remove ps argument.
6786         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
6787         Adjust __find_specmb and __parse_one_specmb callers.
6788         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
6789         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
6790         Removed.
6791         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
6792         caller.
6794 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
6796         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
6797         with some Pentium Ds.
6799 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
6801         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
6802         __read not read.
6803         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
6804         __write not write.
6806 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
6808         [BZ #181]
6809         * locale/C-time.c: Set week_1stday data to 19971201.
6810         * locale/programs/ld-time.c (time_finish): Default for
6811         first_workday is Monday.
6813         [BZ #2633]
6814         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
6816         [BZ #5103]
6817         * posix/glob.c (glob): Recognize patterns starting \/.
6818         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
6819         (main): Add test for pattern starting \/.
6821         * misc/error.h: Use __const instead of const.
6822         * misc/bits/error.h: Likewise.
6824 2007-10-07  Andreas Jaeger  <aj@suse.de>
6826         * include/bits/error.h: New file.
6828         * misc/bits/error.h (error_at_line): Fix prototype.
6830 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
6832         [BZ #3924]
6833         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
6834         more little bugs in creating the stack frame when pltexit has to
6835         be called.
6837         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
6838         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
6840         [BZ #4407]
6841         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
6842         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
6843         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
6844         * math/libm-test.inc: Add test for this case.
6846         [BZ #5010]
6847         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
6848         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
6849         map service succeeded.
6850         (svc_is_mapped): New function.
6851         (svc_unregister): Use it before trying to unmap service.
6853 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
6855         * timezone/zic.c: Update from tzcode2007h.
6857         [BZ #5063]
6858         * timezone/africa: Update from tzdata2007h.
6859         * timezone/antarctica: Likewise.
6860         * timezone/asia: Likewise.
6861         * timezone/australasia: Likewise.
6862         * timezone/europe: Likewise.
6863         * timezone/leapseconds: Likewise.
6864         * timezone/northamerica: Likewise.
6865         * timezone/southamerica: Likewise.
6866         * timzeone/zone.tab: Likewise.
6868         [BZ #5104]
6869         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
6871         [BZ #5113]
6872         * string/bits/string2.h (__strdup): Cast parameters to calloc to
6873         avoid warning with -Wconversion.
6874         (__strndup): Likewise.
6875         Half the patch by Christian Iseli <christian.iseli@licr.org>.
6877         [BZ #5112]
6878         * nscd/connections.c (restart): Don't resync if database is
6879         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
6881         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
6882         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
6884         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
6885         evetnfd_read, eventfd_write.
6886         * sysdeps/unix/sysv/linux/eventfd.c: New file.
6887         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
6888         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
6889         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
6890         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
6891         eventfd_write for GLIBC_2.7.
6893         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
6894         * sysdeps/unix/sysv/linux/signalfd.c: New file.
6895         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
6896         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
6898 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
6900         * stdlib/msort.c: Include stdint.h.
6901         (struct msort_param): New type.
6902         (msort_with_tmp): Use struct msort_param pointer for unchanging
6903         parameters.  Add optimized handling for several common sizes
6904         and indirect sorting mode.
6905         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
6906         sorting.
6907         Suggested by Belazougui Djamel .
6909         * stdlib/Makefile (tests): Add tst-qsort2.
6910         * stdlib/tst-qsort2.c: New test.
6912 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
6914         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
6915         for dup2 in case another thread races with the current one.  Retry
6916         in this case.
6918         * misc/error.h: Remove support for use outside of libc.  We have to
6919         include <features.h> now.  Include <bits/error.h> if possible.
6920         * misc/bits/error.h: New file.
6922 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
6924         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
6925         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
6926         __extern_always_inline functions unconditionally, drop macros.
6928         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
6929         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
6930         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
6932         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
6933         add __artificial__ attribute.
6935 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
6937         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
6938         backward to forward direction.
6940         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
6942         [BZ #645]
6943         * locale/programs/ld-collate.c (collate_finish): Compare against last
6944         used section which is known to have rules defined.
6945         (collate_read): After order_start, correctly record order of sections
6946         and queue sections up.
6948 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
6950         [BZ #5071]
6951         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
6952         the same number of pages.
6953         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
6955         * locale/programs/ld-collate.c (collate_read): After initial copy
6956         statement, continue in state 0.
6958         * include/stdio_ext.h (__fsetlocking): Define as macro.
6960 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
6962         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
6963         of section order.
6965         * po/pt_BR.po: Fix typo.
6967 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
6969         * iconvdata/Makefile (modules): Add ISO8859-9E.
6970         (distribute): Add iso8859-9e.c.
6971         (gen-8bit-gap-modules): Add iso8859-9e.
6972         * iconvdata/iso8859-9e.c: New file.
6973         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
6974         * iconvdata/TESTS: Likewise.
6975         * iconvdata/tst-tables.sh: Likewise.
6977         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
6979         * locale/iso-639.def: Add several new entries.
6981 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
6983         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
6984         void * pointers instead of struct link_map **.
6985         (_dl_scope_free): Change argument type to void *.
6986         * include/link.h (struct link_map): Change type of l_reldeps
6987         to struct link_map_reldeps, move l_reldepsact into that
6988         struct too.
6989         * elf/dl-deps.c: Include atomic.h.
6990         (_dl_map_object_deps): Only change l->l_initfini when it is
6991         fully populated, use _dl_scope_free for freeing it.  Optimize
6992         removal of libs from reldeps by using l_reserved flag, when
6993         some removal is needed, allocate a new list instead of
6994         reallocating and free the old with _dl_scope_free.  Adjust
6995         for l_reldeps and l_reldepsact changes.
6996         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
6997         searching in l_initfini and l_reldeps without holding dl_load_lock.
6998         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
6999         l_reldepsact changes.
7000         * elf/dl-close.c (_dl_close_worker): Likewise.
7001         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
7003 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
7005         * iconvdata/Makefile (modules): Add KOI8-RU.
7006         (distribute): Add koi8-ru.c.
7007         (gen-8bit-gap-modules): Add koi8-ru.
7008         * iconvdata/koi8-ru.c: New file.
7009         * iconvdata/gconv-modules: Add entries for KOI8-RU.
7010         * iconvdata/TESTS: Likewise.
7011         * iconvdata/tst-tables.sh: Likewise.
7013         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7015 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
7017         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
7018         with __warning__/__error__ attributes.
7019         (__warnattr): Define.
7020         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
7021         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
7022         __warnattr.
7023         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
7024         of __*_chk if compile time detectable overflow is found.
7025         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
7026         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
7027         with __warnattr.
7028         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
7029         instead of __*_chk if compile time detectable overflow is found.
7030         (__gets_alias): Rename to...
7031         (__gets_warn): ... this.  Add __warnattr.
7032         (gets): Call __gets_warn instead of __gets_alias.
7033         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
7034         aliases with __warnattr.
7035         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
7036         time detectable overflow is found.
7037         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
7038         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
7039         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
7040         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
7041         __getdomainname_chk_warn): New aliases with __warnattr.
7042         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
7043         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
7044         __*_chk_warn instead of __*_chk if compile time detectable overflow
7045         is found.
7046         (__getgroups_chk): Rename argument to __listlen from listlen.
7047         (__getwd_alias): Rename to...
7048         (__getwd_warn): ... this.  Add __warnattr.
7049         (getwd): Call __getwd_warn instead of __getwd_alias.
7050         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
7051         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
7052         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
7053         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
7054         __wcsnrtombs_chk_warn): New aliases with __warnattr.
7055         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
7056         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
7057         compile time detectable overflow is found.
7058         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
7059         to use __*_chk or not.
7060         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
7061         in comparisons which function should be called and in __*_chk*
7062         arguments.  Call __*_chk_warn instead of __*_chk if compile time
7063         detectable overflow is found.
7064         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
7065         __*_chk argument.
7066         * debug/tst-chk1.c (do_test): Add a few more tests.
7068 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
7070         [BZ #5058]
7071         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
7072         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
7073         (_nl_unload_domain): Finalize conversions_lock.
7074         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
7075         handling table of known conversions.
7077 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
7079         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
7080         close_not_cancel_no_status instead of close.
7082 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
7084         [BZ #5028]
7085         * posix/regcomp.c (lookup_collation_sequence_value): Check that
7086         nrules != 0 for multibyte chars.
7088 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
7090         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
7091         Provide better error message in case the type is unknown.
7093         [BZ #4963]
7094         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
7095         * string/stratcliff.c: Make usable to test wide char functions.
7096         * wcsmbs/wcsatcliff.c: New file.
7097         * wcsmbs/Makefiel (tests): Add wcsatcliff.
7099         [BZ #4972]
7100         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
7101         (distribute): Add mac-centraleurope.c.
7102         (gen-8bit-gap-modules): Add mac-centraleurope.
7103         * iconvdata/mac-centraleurope.c: New file.
7104         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
7105         * iconvdata/TESTS: Likewise.
7106         * iconvdata/tst-tables.sh: Likewise.
7108         [BZ #5043]
7109         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
7111 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
7113         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
7114         from __x86_64_core_cache_size_half.
7115         (init_cacheinfo): Compute shared cache size for AMD processors with
7116         shared L3 correctly.
7117         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
7118         name change.
7119         Patch in large parts by Evandro Menezes.
7121 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
7123         * elf/dl-lookup.c (add_dependency): Handle failing memory
7124         allocation for dependency list.  Remove unnecessary check.
7126         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
7127         open/close when determining source addresses.
7129         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
7130         sha512-crypt, and sha512.
7131         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
7132         (distribute): Add sha256.h and sha512.h.
7133         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
7134         and call the appropriate code.
7135         * crypt/sha256-crypt.c: New file.
7136         * crypt/sha256.c: New file.
7137         * crypt/sha256.h: New file.
7138         * crypt/sha256c-test.c: New file.
7139         * crypt/sha256test.c: New file.
7140         * crypt/sha512-crypt.c: New file.
7141         * crypt/sha512.c: New file.
7142         * crypt/sha512.h: New file.
7143         * crypt/sha512c-test.c: New file.
7144         * crypt/sha512test.c: New file.
7146 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
7148         * misc/bits/syslog.h (syslog): Remove extraneous argument from
7149         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
7150         __syslog_chk.
7152 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
7154         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
7155         %as in fscanf format strings.
7157         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
7158         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
7159         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7160         Likewise.
7161         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7162         Likewise.
7164         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
7165         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
7166         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
7167         * elf/dl-sym.c (do_sym): Likewise.
7168         * include/link.h (struct link_map): Add l_serial field.
7169         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
7170         * elf/dl-lookup.c (add_dependency): Add flags argument.
7171         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
7172         flags, use THREAD_GSCOPE_RESET_FLAG before and
7173         THREAD_GSCOPE_SET_FLAG after
7174         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
7175         Don't dereference map until it has been found on some list.
7176         If map->l_serial changed, return -1.
7178 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
7180         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
7181         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
7182         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
7183         libc_hidden_proto.
7184         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
7185         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
7186         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
7187         add libc_hidden_proto.
7188         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7189         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7190         conformance requested.
7191         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
7192         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7193         conformance requested.
7194         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7195         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
7196         conformance requested.
7197         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
7198         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
7199         ISO C99 or POSIX conformance requested.
7200         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
7201         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
7202         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
7203         and __isoc99_vsscanf@@GLIBC_2.7.
7204         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
7205         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
7206         (tests): Add scanf14.
7207         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
7208         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
7209         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
7210         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
7211         CFLAGS-isoc99_scanf.c): Add $(exceptions).
7212         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
7213         from using internal headers.
7214         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
7215         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
7216         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
7217         and __isoc99_vswscanf@@GLIBC_2.7.
7218         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
7219         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
7220         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
7221         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
7222         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
7223         * stdio-common/isoc99_scanf.c: New file.
7224         * stdio-common/isoc99_vsscanf.c: New file.
7225         * stdio-common/isoc99_vscanf.c: New file.
7226         * stdio-common/isoc99_vfscanf.c: New file.
7227         * stdio-common/isoc99_fscanf.c: New file.
7228         * stdio-common/isoc99_sscanf.c: New file.
7229         * wcsmbs/isoc99_fwscanf.c: New file.
7230         * wcsmbs/isoc99_vswscanf.c: New file.
7231         * wcsmbs/isoc99_swscanf.c: New file.
7232         * wcsmbs/isoc99_wscanf.c: New file.
7233         * wcsmbs/isoc99_vwscanf.c: New file.
7234         * wcsmbs/isoc99_vfwscanf.c: New file.
7235         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
7236         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
7237         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
7238         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
7239         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
7240         * stdio-common/scanf14.c: New test.
7241         * stdio-common/scanf15.c: New test.
7242         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
7243         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
7244         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
7245         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
7246         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
7247         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
7248         __nldbl___isoc99_scanf@@GLIBC_2.7,
7249         __nldbl___isoc99_fscanf@@GLIBC_2.7,
7250         __nldbl___isoc99_sscanf@@GLIBC_2.7,
7251         __nldbl___isoc99_vscanf@@GLIBC_2.7,
7252         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
7253         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
7254         __nldbl___isoc99_wscanf@@GLIBC_2.7,
7255         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
7256         __nldbl___isoc99_swscanf@@GLIBC_2.7,
7257         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
7258         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
7259         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
7260         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
7261         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
7262         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
7263         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
7264         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
7265         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
7266         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
7267         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
7268         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
7269         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
7270         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
7271         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
7272         functions.
7273         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
7274         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
7275         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
7276         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
7277         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
7278         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
7279         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
7280         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
7281         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
7282         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
7283         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
7284         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
7286         * stdio-common/Makefile (tests): Add scanf13.
7287         (scanf13-ENV): New.
7288         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
7289         m modifier followed by l.
7290         (STRING_ARG): Add width argument.
7291         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
7292         <case L_('C')>: Handle %mlc and %mC.
7293         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
7294         arguments.
7295         * stdio-common/scanf13.c: New test.
7297         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
7298         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
7300 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
7302         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
7303         type and __THROW marker of splice, vmsplice, and tee.
7304         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7305         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7306         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7307         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7308         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7309         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7310         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7311         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
7312         as cancellation points.
7314 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
7316         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
7317         parse more than three parts of the version number.
7319 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
7321         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
7322         modifier.  Patch by Jakub Jelinek.
7324 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
7326         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
7327         call_fallocate in misc subdir.
7328         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
7329         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
7330         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
7331         instead of __fallocate64.
7332         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
7334 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
7336         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
7337         * rt/Makefile (headers): Add bits/mqueue2.h.
7338         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
7339         optimizing with GCC and __va_arg_pack_len is defined.
7340         * rt/bits/mqueue2.h: New file.
7341         * rt/mq_open.c (__mq_open): Renamed from mq_open.
7342         (mq_open): New strong_alias.
7343         (__mq_open_2): New function.
7344         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
7345         (mq_open): New strong_alias.
7346         (__mq_open_2): New function.
7347         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
7348         * Versions.def (librt): Add GLIBC_2.7 version.
7349         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
7350         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
7352         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
7353         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
7354         is defined rather than when not C++.
7355         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
7356         __openat64_alias): New redirects.
7357         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
7358         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
7359         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
7360         (open, open64, openat, openat64): Rewrite as __extern_always_inline
7361         functions instead of function-like macros.
7363 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
7365         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
7366         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
7367         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
7369 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
7371         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
7372         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
7374 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
7376         * inet/tst-network.c: Increment ERRORS for failing tests.
7378 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
7380         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
7381         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
7382         implement as __extern_always_inline function.
7383         (vsyslog): Define as __extern_always_inline function unconditionally.
7384         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
7385         When __va_arg_pack is defined, implement as __extern_always_inline
7386         functions.
7387         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7388         __extern_always_inline functions unconditionally.
7389         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
7390         bits/stdio2.h will be included.
7391         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
7392         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
7393         implement as __extern_always_inline functions.
7394         (vswprintf, vwprintf, vfwprintf): Define as
7395         __extern_always_inline functions unconditionally.
7396         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
7398 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
7400         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
7401         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
7402         attribute.
7403         * include/features.h (__USE_EXTERN_INLINES): Define only when
7404         __extern_inline is defined.
7405         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
7406         is defined instead of when not __cplusplus.
7407         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
7408         is defined instead of when not __cplusplus.
7409         * socket/sys/socket.h: Include bits/socket2.h when
7410         __extern_always_inline is defined instead of when not __cplusplus.
7411         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
7412         is defined instead of when not __cplusplus.
7413         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
7414         is defined instead of when not __cplusplus.
7415         * string/string.h: Include bits/string3.h when __extern_always_inline
7416         is defined instead of when not __cplusplus.
7417         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
7418         is defined instead of when not __cplusplus.
7419         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
7420         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
7421         is not defined.
7422         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
7423         defined __extern_always_inline instead of !defined __cplusplus.
7424         * libio/bits/stdio-ldbl.h: Likewise.
7425         * wcsmbs/bits/wchar-ldbl.h: Likewise.
7426         * misc/bits/syslog.h (syslog): Don't define for C++.
7427         (vsyslog): Use __extern_always_inline function for C++ instead of
7428         a macro.
7429         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
7430         whenever that macro is defined.
7431         (vprintf): Don't provide the inline for C++.
7432         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
7433         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
7434         define the macros for C++.
7435         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7436         __extern_always_inline functions for C++.
7437         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
7438         stat64, lstat64, fstat64, fstatat64): Don't define if not
7439         __USE_EXTERN_INLINES.
7440         * wcsmbs/bits/wchar2.h: Fix #error message.
7441         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
7442         (vswprintf, vwprintf, vfwprintf): Define using
7443         __extern_always_inline functions for C++.
7444         * string/bits/string3.h: Don't #undef macros if __cplusplus.
7445         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
7446         strncpy, strcat, strncat): Define as __extern_always_inline
7447         functions instead of macros for C++.
7448         * math/bits/cmathcalls.h: Guard __extern_inline routines with
7449         defined __extern_inline.
7450         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
7451         to __extern_inline whenever that macro is defined.
7452         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7453         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7454         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
7455         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
7456         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7457         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7458         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7459         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7460         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
7461         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
7462         prototypes.  Only provide __extern_inline routines if
7463         __USE_EXTERN_INLINES.
7464         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
7465         tests.
7466         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
7467         For now avoid some *printf tests in C++.  Skip all testing
7468         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
7469         is not.
7470         * debug/tst-chk4.cc: New file.
7471         * debug/tst-chk5.cc: New file.
7472         * debug/tst-chk6.cc: New file.
7473         * debug/tst-lfschk4.cc: New file.
7474         * debug/tst-lfschk5.cc: New file.
7475         * debug/tst-lfschk6.cc: New file.
7476         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
7477         prototypes in C++.
7478         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
7479         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
7480         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
7482 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
7484         * po/cs.po: Update from translation team.
7486 2007-09-11  Roland McGrath  <roland@redhat.com>
7488         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
7489         compiling.
7491 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7493         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
7495 2007-09-05  Roland McGrath  <roland@redhat.com>
7497         * manual/signal.texi (Signaling Another Process): Typo fix.
7498         From Karl Berry <karl@freefriends.org>.
7500 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
7502         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
7503         zero if not defined.
7504         (make_request): Recognize optimistic addresses and treat them like
7505         deprecated addresses.
7506         Reported by Neil Horman <nhorman@redhat.com>.
7508 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
7510         * nscd/connections.c (send_ro_fd): Also transfer file size.
7511         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
7512         file size don't call fstat.
7514         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
7515         ahead and map the file.  This should always be correct and we can
7516         catch problems later.
7518 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
7520         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
7521         prototypes.
7522         (__fread_alias, __fread_unlocked_alias): New aliases.
7523         (fread): New extern inline.
7524         (fread_unlocked): Likewise.  Undef macro before definition of
7525         the inline function.
7526         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
7527         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
7528         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
7529         and __fread_unlocked_chk@@GLIBC_2.7.
7530         * debug/fread_chk.c: New file.
7531         * debug/fread_u_chk.c: New file.
7532         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
7534 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
7536         * sysdeps/unix/sysv/linux/syscalls.list
7537         (personality): Change caller to EXTRA.
7539 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
7541         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
7542         to keep gcc quiet.
7543         * iconvdata/iso-2022-cn.c (BODY): Likewise.
7545         * locale/programs/ld-collate.c (collate_output): Avoid warning if
7546         NDEBUG is defined.
7548         * Makerules: Use -p option with mkdir.
7550         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
7551         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
7552         (_xdr_directory_obj): Likewise.
7553         (xdr_entry_obj): Likewise.
7554         (xdr_group_obj): Likewise.
7555         (xdr_link_obj): Likewise.
7556         (xdr_table_obj): Likewise.
7557         (_xdr_nis_result): Likewise.
7558         (_xdr_ns_request): Likewise.
7559         (_xdr_ib_request): Likewise.
7560         (_xdr_nis_taglist): Likewise.
7561         (xdr_cback_data): Likewise.
7562         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
7563         (xdr_ypresp_maplist): Likewise.
7565         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
7567         * posix/regex_internal.h: Prevent some declarations and definitions
7568         to be seen when used in tests.
7570         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
7571         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
7573         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
7575         * config.make.in (datarootdir): Add to shut up configure.
7577         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
7578         associativity for fully-associative caches.
7580         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
7581         requests.  Fill on more associativity values for L2.
7582         Patch mostly by Evandro Menezes.
7584 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
7586         * sysdeps/unix/sysv/linux/x86_64/init-first.c
7587         (_libc_vdso_platform_setup): Avoid using exported variable by using
7588         alias.
7590         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
7592         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
7593         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
7594         defined.
7596 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
7598         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
7599         align stack for call if pltexit is to be used.
7601         [BZ #3924]
7602         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
7603         align for function call in case pltexit has to be called later.
7605         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
7606         implicit atomic operation when storing function pointer.
7607         (_dl_runtime_profile): Likewise.
7609 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
7611         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
7612         NIS_NOTFOUND.
7614 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
7616         [BZ #4566]
7617         * string/strtok.c: Fix typo in comment.
7619         [BZ #4582]
7620         * debug/segfault.c: Fix typos in comments.
7622         [BZ #4588]
7623         * stdio-common/tempnam.c: Fix comment, it is not checked that
7624         TMPDIR points to a writable directory.
7626         [BZ #4726]
7627         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
7628         memory allocated for the name server address.
7630         [BZ #4946]
7631         * nscd/connections.c (handle_request): Using sendfile always
7632         requires that mmap is used for the database.
7633         Patch by Petr Baudis <pasky@suse.cz>.
7635         [BZ #4905]
7636         * nscd/hstcache.c (cache_addhst): When reloading an entry which
7637         suddenly has two or more addresses, ignore it and remove the old
7638         entry.
7640         [BZ #4814]
7641         * resolv/res_hconf.c: Prepare for compiling outside libc.
7642         * nscd/res_hconf.c: New file.
7643         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
7644         the new file.
7645         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
7646         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
7648         * nscd/hstcache.c (cache_addhst): Minimal optimization.
7650         [BZ #4925]
7651         * debug/pcprofiledump.c: Turn on internationalization by calling
7652         setlocale.  Patch mostly by Benno Schulenberg.
7654         [BZ #4936]
7655         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
7656         the state.
7657         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
7658         * iconvdata/bug-iconv5.c: New file.
7660 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
7662         [BZ #4896]
7663         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
7664         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
7665         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
7666         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
7667         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
7668         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
7669         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
7670         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
7672 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
7674         [BZ #4937]
7675         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
7676         lookup loop.  Suggested by John Reiser.
7678 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
7680         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
7682 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
7684         * csu/libc-start.c: Don't handle VDSO_SETUP here.
7685         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
7686         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
7687         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
7688         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
7689         to...
7690         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
7692 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
7694         * po/nl.po: Update from translation team.
7696 2007-08-16  Andreas Jaeger  <aj@suse.de>
7698         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
7699         Reported by Peter Festner <peter.festner@ewetel.net>.
7701 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
7703         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
7705 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
7707         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
7708         to check for undefined symbols.
7710         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
7711         If the syscall fails, set errno to the actual returned error number
7712         rather than EINVAL.
7713         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
7714         arguments are incorrect, set errno to EINVAL, if the syscall
7715         fails, set errno to the actual returned error number.
7717         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
7718         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
7720         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
7721         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
7722         file.
7723         (ASI_PNF, ASI_BLK_P): Don't define.
7724         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
7725         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
7726         file.
7727         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
7728         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
7729         file.
7731 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
7733         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
7734         FE_UNDERFLOW on Niagara CPUs.
7736         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
7737         exceptions.
7739 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
7741         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
7742         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
7743         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
7744         flush should be used or not inside of the function.
7745         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
7747         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
7748         __thread_start): Use HIDDEN_JUMPTARGET.
7749         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
7750         __thread_start): Likewise.
7751         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
7753         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
7754         Add libc_hidden_proto.
7755         (STRTOF): Add libc_hidden_proto.
7756         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
7757         (strtold_l, wcstold_l): Use them as second argument for
7758         long_double_symbol.
7760 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
7762         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
7764 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7766         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
7768 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
7770         * po/bg.po: New file.  From the translation team.
7772 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
7774         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
7775         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
7776         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
7777         when each feature was introduced.
7779         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
7780         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
7781         (CHECK_HASH): New macro.
7782         (PREPARE_VERSION): Use it.
7784         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
7785         prototype if not __ASSUME_PSELECT.
7786         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
7787         prototype if not __ASSUME_PPOLL.
7789         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
7791         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
7792         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
7793         is defined.
7795 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
7797         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7798         (_libc_vdso_platform_setup): If vDSO is not available point
7799         __vdso_gettimeofday to the vsyscall.
7800         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
7801         __vdso_gettimeofday instead of vsyscall.
7803 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
7805         * nscd/servicescache.c: Include kernel-features.h.
7806         * nscd/gai.c: Likewise.
7807         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
7808         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
7809         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
7810         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7811         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7812         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
7813         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7814         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
7815         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7817 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
7819         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
7820         and _dl_get_origin defines anymore.
7822         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
7823         Build fix for systems which might lack POSIX timer support.
7825         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7826         (_libc_vdso_platform_setup): Mangle function pointers before storing
7827         them.
7828         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
7829         Demangle vdso pointer before use.
7830         (INTERNAL_VSYSCALL): Likewise.
7832         * elf/cache.c (primes): Mark as const.
7833         Noted by Roland McGrath.
7835 2007-08-01  Andreas Jaeger  <aj@suse.de>
7836             Jakub Jelinek  <jakub@redhat.com>
7838         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
7839         (options): Add option.
7840         (parse_opt): Handle option.
7841         (manual_link): Adjust process_file caller.  Call implicit_soname.
7842         (search_dir): Formatting.  Use and populate auxiliary cache.
7843         (main): Load and save auxiliary cache.
7844         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
7845         stat64 from fstat64 to caller.
7846         (implicit_soname): New function.
7847         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
7848         leave *soname as NULL.
7849         * elf/cache.c: Include libgen.h.
7850         (print_entry, print_cache, compare, save_cache, add_to_cache):
7851         Formatting and cleanups.
7852         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
7853         aux_cache_file): New structures.
7854         (AUX_CACHEMAGIC): Define.
7855         (primes): New array.
7856         (aux_hash_size, aux_hash): New variables.
7857         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
7858         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
7859         load_aux_cache, save_aux_cache): New functions.
7860         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
7861         (init_aux_cache, search_aux_cache, add_to_aux_cache,
7862         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
7863         (process_file): Adjust prototype.
7865 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
7867         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
7868         with __need_size_t.
7870 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
7872         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
7873         r_found_version structure as second parameter.
7874         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
7875         (_dl_vdso_vsym): Change type of second parameter accordingly.
7876         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
7877         (_libc_vdso_platform_setup): Adjust.
7878         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7879         (_libc_vdso_platform_setup): Likewise.
7881         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
7882         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
7883         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
7884         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
7885         * csu/libc-start.c: Pretty printing.
7886         Use VDSO_SETUP if defined.
7887         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
7888         and let generic code call into _libc_vdso_platform_setup.
7889         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
7890         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
7891         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
7892         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
7893         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
7894         for GLIBC_PRIVATE.
7895         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
7896         (sysdep_rountines): Add dl-vdso.
7898         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
7899         of routines.
7901         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
7902         attribute_hidden to __vdso_gettimeofday prototype.
7904 2007-08-12  Roland McGrath  <roland@redhat.com>
7906         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
7907         From: Karl Berry <karl@freefriends.org>.
7909 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
7911         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
7912         an atime update for the files we read.
7914 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
7916         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
7918         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
7919         instead of mkstemp.
7921         * misc/Makefile (routines): Add mkostemp and mkostemp64.
7922         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
7923         * misc/mkostemp.c: New file.
7924         * misc/mkostemp64.c: New file.
7925         * stdlib/stdlib.h: Declare the new functions.
7926         * sysdeps/posix/tempname.c: Add new parameter which is added to
7927         the flags for open.  Remove __GT_BIGFILE handling.
7928         * stdio-common/tempname.c: Likewise.
7929         * include/stdio.h: Adjust __gen_tempname prototype.
7930         Renumber __GT_* constants.
7931         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
7932         * misc/mkdtemp.c: Likewise.
7933         * misc/mkstemp.c: Likewise.
7934         * misc/mkstemp64.c: Likewise.
7935         * misc/mktemp.c: Likewise.
7936         * stdio-common/tempnam.c: Likewise.
7937         * stdio-common/tmpfile.c: Likewise.
7938         * stdio-common/tmpfile64.c: Likewise.
7939         * stdio-common/tmpnam.c: Likewise.
7940         * stdio-common/tmpnam_r.c: Likewise.
7942 2007-08-10  Roland McGrath  <roland@frob.com>
7944         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
7945         New macros.
7946         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
7947         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7949 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
7951         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
7952         possible.
7953         * nss/nss_files/files-alias.c (internal_setent): Likewise.
7954         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
7955         * nss/nss_files/files-have_o_cloexec.c: New file.
7957         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
7958         available.
7960 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
7962         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
7963         ___new_wcstold_l): New weak aliases.
7964         (strtold_l, wcstold_l): Use them as second argument for
7965         long_double_symbol.
7967 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
7969         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
7970         register in test for error.
7972         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
7973         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
7975         * po/sv.po: Update from translation team.
7977 2007-08-06  Roland McGrath  <roland@redhat.com>
7979         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
7980         Remove __strto*_l inlines.
7981         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
7982         * stdlib/strtod.c: Add libc_hidden_def.
7983         * stdlib/strtod_l.c: Likewise.
7984         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
7985         for __new_strtold and __new_wcstold.
7986         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
7987         __STRTOF, STRTOF.
7988         * stdlib/strtol.c: Add libc_hidden_def.
7989         * stdlib/strtol_l.c: Likewise.
7990         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
7991         strtoq.
7993         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
7995         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
7996         * scripts/data/localplt-generic.data: ... here.
7997         * elf/Makefile (check-data): Get generic file if no other.
7998         ($(objpfx)check-localplt.out): Make target unconditional.
8000         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
8001         Use ElfW(Nhdr).
8003 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
8005         * po/zh_CN.po: Updated translation from translation team.
8007 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
8009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
8010         Don't use CGOTSETUP and CGOTRESTORE macros.
8012 2007-08-04  Roland McGrath  <roland@redhat.com>
8014         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
8016 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
8018         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
8019         __extension__ around the whole statement expression.
8021 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
8023         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
8024         elements during initialization.
8026         * po/pl.po: Updated translation from translation team.
8027         * po/tr.po: Likewise.
8028         * po/nl.po: Likewise.
8030 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
8032         * rt/aio.h: Add __nonnull attributes.
8034 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8036         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
8037         * stdlib/Makefile (tests): Add tst-strtod5.
8038         (tst-strtod5-ENV): New.
8039         * stdlib/tst-strtod5.c: New file.
8041         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
8042         failed.
8043         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
8044         on failure.
8046         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
8047         allocated.
8049 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8051         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
8052         numbers.
8054 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
8056         * io/Makefile (aux): Add have_o_cloexec.
8057         * include/fcntl.h: Declare __have_o_cloexec.
8058         * io/have_o_cloexec.c: New file.
8059         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
8060         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
8061         fcntl call if not necessary.
8062         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
8063         of local variable.
8065         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
8066         Avoid memset, add explicit initialization.
8067         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
8068         to the end and change into zero-sized array.
8069         Move lock member to fill a hole on 64-bit platforms.
8071         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
8072         inline functions.
8073         * include/stdlib.h: Add __strto*_internal prototypes here.
8074         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
8075         inline functions.
8076         * include/wchar.h: Add __wcsto*_internal prototypes.
8077         * sysdeps/generic/inttypes.h: No need to protect the declaration
8078         of the __strto*_internal and __wcsto*_internal members here.
8080         * rt/mqueue.h: Change const to __const and add nonnull attributes.
8082 2007-08-02  Roland McGrath  <roland@redhat.com>
8084         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
8085         $(inst_bindir)/getconf if possible.
8087         * posix/Makefile ($(objpfx)getconf.speclist): New target.
8088         (generated): Add it.
8089         ($(inst_libexecdir)/getconf): Use it.
8091 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
8093         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
8094         /proc is faster and sufficient.  /sys is still needed for
8095         __get_nprocs_conf.
8097 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
8099         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
8100         syscall as __fallocate64.
8101         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
8102         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
8104 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
8106         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
8107         value.
8109         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
8110         if off_t is different rank from size_t.
8112         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
8113         uw_frame_state_for): Avoid type punning warnings.
8114         * sysdeps/generic/unwind-dw2-fde-glibc.c
8115         (_Unwind_IteratePhdrCallback): Likewise.
8116         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
8117         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
8118         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
8119         pointers.
8121 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
8123         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
8124         total processors using sysfs.
8125         (__get_nprocs): Use sysfs to determine which processors are online.
8127 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
8129         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
8130         syscall arguments count.
8132         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
8134 2007-07-30  Roland McGrath  <roland@redhat.com>
8136         * manual/libc.texinfo: Update copyrights, formatting magic, and
8137         @dircategory.  From Karl Berry <karl@freefriends.org>.
8139 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
8141         [BZ #4860]
8142         * io/Makefile (headers): Add bits/fcntl2.h.
8144         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
8145         using gcc builtin.
8146         (__CPU_EQUAL_S): Likewise.
8148         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
8149         (tests): Add tst-cpuset.
8150         * posix/sched_cpualloc.c: New file.
8151         * posix/sched_cpufree.c: New file.
8152         * posix/tst-cpuset.c: New file.
8153         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
8154         GLIBC_2.7.
8155         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
8156         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
8157         macros.  Define CPU_*_S macros.
8159 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
8161         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
8162         entry.
8164         [BZ #4858]
8165         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
8166         #.0g and value rounded to 1.0.
8167         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
8169 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
8171         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
8172         for int_frac_digits and frac_digits.
8174         * login/logout.c (logout): Avoid aliasing violation.
8175         * login/logwtmp.c (logwtmp): Likewise.
8177         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
8179         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
8180         to avoid warning.
8181         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
8182         warning.
8183         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
8184         warning.
8185         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
8186         to avoid warnings.
8188         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
8189         void **.
8190         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
8192         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
8193         char * to avoid warning.
8194         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
8196         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
8198         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
8199         allocate_arrays): Cast second argument to charmap_find_symbol
8200         to char * to avoid warnings.
8202         * locale/programs/repertoire.c (repertoire_new_char): Change
8203         from_nr, to_nr and cnt to unsigned long, adjust printf format
8204         string.
8206         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
8207         Cast second argument to new_element to char * to avoid warnings.
8209         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
8211         * intl/gettextP.h (struct loaded_domain): Change plural to const
8212         struct expression *.
8213         * intl/plural-eval.c (plural_eval): Change first argument to
8214         const struct expression *.
8215         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
8216         argument to const struct expression **.
8217         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
8218         prototypes.
8219         * intl/loadmsgcat (_nl_unload_domain): Cast away const
8220         in call to __gettext_free_exp.
8222         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
8223         unitialized wstring/wpattern var warnings.
8225         * posix/runtests.c (struct a_test): Make data field const char *.
8227         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
8228         vars if not LDBL_MANT_DIG >= 106.
8230         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
8232         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
8233         __find_specmb to avoid warning.
8235         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
8237         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
8238         to avoid warnings.
8240         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
8241         initializer.
8243         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
8244         tv var when it will be actually used.
8246         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
8247         to avoid warnings.
8249         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
8250         char array resp. pointer.
8251         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
8252         char array.
8253         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
8254         to const unsigned char **.
8255         (ucs4_to_cns11643): Change second argument to unsigned char *.
8256         * iconvdata/euc-tw.c (BODY): Change endp type to
8257         const unsigned char *.
8258         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
8259         to unsigned char *.
8260         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
8261         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
8262         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
8263         types to unsigned char pointers/arrays instead of char.
8264         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
8265         to unsigned char *.
8266         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
8267         * iconvdata/jis0212.h: Include assert.h.
8268         (ucs4_to_jisx0212): Change second argument to unsigned char *.
8269         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
8270         of trying to handle that.
8271         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
8272         shut up a warning.
8273         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
8274         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
8275         two dimensional const unsigned char arrays.
8276         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
8277         Initialize endp to inptr to shut up a warning.
8279 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
8281         [BZ #4772]
8282         * time/strptime_l.c (__strptime_internal): Silently ignore
8283         strftime modifiers and field width in recursive calls.
8285         * include/time.h (enum ptime_locale_status): Remove.
8286         (__strptime_internal): Remove decided and era_cnt arguments,
8287         add statep argument.
8288         * time/strptime_l.c (__strptime_internal): Remove decided
8289         and era_cnt arguments, add statep argument.  Don't recompute
8290         any fields in recursive calls, only update caller's tm
8291         and state, if recursive call fails, don't change tm nor
8292         any state.
8293         (get_alt_number): Adjust.
8294         (recursive): Adjust caller.
8295         (strptime): Likewise.
8296         * time/strptime.c (strptime): Likewise.
8298 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
8300         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
8301         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
8302         if from and to charsets are the same.
8303         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
8304         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
8305         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
8307 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
8309         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
8310         Don't define wint_t when __need_mbstate_t unless it
8311         is necessary.
8312         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
8313         in the typedef if possible.
8314         * wctype/wctype.h (wint_t): Define by including
8315         wchar.h with __need_wint_t instead of including stddef.h
8316         with __need_wint_t and as fallback definining it ourselves.
8317         * iconv/gconv.h (__need_wint_t): Define before including
8318         wchar.h.
8319         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
8320         or _GLIBCPP_USE_WCHAR_T.
8321         (__need_wchar_t): Don't define
8322         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8323         (__need_wint_t): Don't define before including stddef.h,
8324         define before including wchar.h only if _LIBC or
8325         _GLIBCPP_USE_WCHAR_T.
8326         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8327         * sysdeps/mach/hurd/_G_config.h: Likewise.
8328         * sysdeps/generic/_G_config.h: Likewise.
8329         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
8330         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
8331         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
8332         if _LIBC or _GLIBCPP_USE_WCHAR_T.
8334 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
8336         * sysdeps/posix/posix_fallocate64.c: Undefine
8337         __posix_fallocate64_l64 before alias handling.
8338         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
8339         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
8340         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
8341         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
8343         * io/tst-posix_fallocate.c: Include <fcntl.h>.
8345 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
8347         * locale/programs/ld-collate.c (atwc): New variable.
8348         (add_to_tablewc): New toplevel function, moved from collate_output.
8349         (collate_output): Remove add_to_tablewc nested function.
8351         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
8352         (name_insert): New function.
8353         (write_output): Remove hash_table and hash_size vars and name_insert
8354         nested function.
8356 2007-07-24  Roland McGrath  <roland@redhat.com>
8358         * Makerules (install-others-programs-nosubdir): New target.
8359         (install-no-libc.a-nosubdir): Depend on it.
8361         * iconv/Makefile (install-others-programs): Set this instead of
8362         install-others.
8363         * login/Makefile (install-others-programs): Likewise.
8364         * posix/Makefile (install-others-programs): Likewise.
8366         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
8367         dependencies.
8369 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
8371         * io/Makefile (tests): Add tst-posix_fallocate.
8372         * io/tst-posix_fallocate.c: New file.
8374         * sysdeps/unix/sysv/linux/kernel-features.h: Define
8375         __ASSUME_FALLOCATE.
8377 2007-07-22  Roland McGrath  <roland@frob.com>
8379         * hurd/getdport.c: Add missing copyright year update.
8381         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
8382         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
8384 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
8386         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
8388         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
8389         O_CLOEXEC is needed.
8390         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
8391         Avoid additional fcntl to set O_CLOEXEC if not needed.
8392         * nis/nss_compat/compat-initgroups.c: Likewise.
8393         * nis/nss_compat/compat-pwd.c: Likewise.
8394         * nis/nss_compat/compat-spwd.c: Likewise.
8396 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8398         [BZ #3665]
8399         * manual/errno.texi: Change ECANCELED value to 119.
8401         [BZ #4610]
8402         * mach/lock-intern.h: Include <sys/cdefs.h>.
8404         [BZ #4178]
8405         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
8406         reading A.
8408         [BZ #4126]
8409         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
8410         to __sigsuspend.
8412         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
8414 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
8416         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
8417         `__ASSEMBLER__'.
8418         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8420 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
8422         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
8423         descriptor received from nscd.
8425         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
8427         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
8428         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8429         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8430         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8431         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8432         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8434 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
8436         [BZ #4816]
8437         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
8439         [BZ #4813]
8440         * login/forkpty.c (forkpty): Close master and slave fds on
8441         fork failure.  Patch by
8442         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
8444 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
8446         * include/features.h (__USE_ISOC95): New define.
8447         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
8448         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
8449         for -std=iso9899:199409.
8450         * CONFORMANCE: Remove comments about unsupported AMD1.
8452 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
8454         * sysdeps/ia64/sched_cpucount.c: New file.
8455         * sysdeps/powerpc/sched_cpucount.c: New file.
8457         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
8458         __BEGIN_DECLS/__END_DECLS around the prototype.
8459         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
8460         pointer to const cpu_set_t.
8462         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
8463         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
8464         __need_size_t and include stddef.h.
8465         * sysvipc/sys/msg.h: Likewise.
8466         * posix/sched.h: Likewise.
8467         * hurd/hurd/signal.h (__need_size_t): Define.
8469         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
8470         neither does signal.h in pedantic ISO C namespaces.  stdio.h
8471         no longer defines wint_t or wchar_t.
8473         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
8474         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
8475         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
8476         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
8477         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
8478         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
8479         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
8480         * debug/printf_chk.c (__printf_chk): Likewise.
8481         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
8482         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
8484         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
8485         Define.
8487         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
8488         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
8490 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
8492         [BZ #4792]
8493         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
8494         * malloc/malloc.h (realloc): Likewise.
8496         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
8497         if one of proc_file_chain streams has that fileno.
8498         * stdio-common/Makefile (tests): Add tst-popen2.
8499         * stdio-common/tst-popen2.c: New test.
8501 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
8503         * elf/ldconfig.c: Allow GPLv2 or any later version.
8504         * elf/readlib.c: Likewise.
8505         * elf/chroot_canon.c: Likewise.
8506         * elf/cache.c: Likewise.
8507         * nscd/mem.c: Likewise.
8508         * nscd/getpwuid_r.c: Likewise.
8509         * nscd/grpcache.c: Likewise.
8510         * nscd/aicache.c: Likewise.
8511         * nscd/getsrvbynm_r.c: Likewise.
8512         * nscd/nscd.c: Likewise.
8513         * nscd/servicescache.c: Likewise.
8514         * nscd/getsrvbypt_r.c: Likewise.
8515         * nscd/initgrcache.c: Likewise.
8516         * nscd/gethstbyad_r.c: Likewise.
8517         * nscd/gethstbynm2_r.c: Likewise.
8518         * nscd/getgrnam_r.c: Likewise.
8519         * nscd/nscd_setup_thread.c: Likewise.
8520         * nscd/getpwnam_r.c: Likewise.
8521         * nscd/gai.c: Likewise.
8522         * nscd/connections.c: Likewise.
8523         * nscd/dbg_log.c: Likewise.
8524         * nscd/cache.c: Likewise.
8525         * nscd/hstcache.c: Likewise.
8526         * nscd/nscd_conf.c: Likewise.
8527         * nscd/getgrgid_r.c: Likewise.
8528         * nscd/pwdcache.c: Likewise.
8529         * catgets/gencat.c: Likewise.
8530         * locale/programs/linereader.h: Likewise.
8531         * locale/programs/locarchive.c: Likewise.
8532         * locale/programs/ld-paper.c: Likewise.
8533         * locale/programs/locfile-kw.h: Likewise.
8534         * locale/programs/ld-address.c: Likewise.
8535         * locale/programs/xmalloc.c: Likewise.
8536         * locale/programs/ld-time.c: Likewise.
8537         * locale/programs/localedef.c: Likewise.
8538         * locale/programs/simple-hash.c: Likewise.
8539         * locale/programs/xstrdup.c: Likewise.
8540         * locale/programs/ld-numeric.c: Likewise.
8541         * locale/programs/locfile-kw.gperf: Likewise.
8542         * locale/programs/ld-collate.c: Likewise.
8543         * locale/programs/charmap-kw.gperf: Likewise.
8544         * locale/programs/charmap.h: Likewise.
8545         * locale/programs/charmap-kw.h: Likewise.
8546         * locale/programs/config.h: Likewise.
8547         * locale/programs/locfile.c: Likewise.
8548         * locale/programs/ld-ctype.c: Likewise.
8549         * locale/programs/charmap.c: Likewise.
8550         * locale/programs/ld-messages.c: Likewise.
8551         * locale/programs/repertoire.h: Likewise.
8552         * locale/programs/locale.c: Likewise.
8553         * locale/programs/ld-name.c: Likewise.
8554         * locale/programs/linereader.c: Likewise.
8555         * locale/programs/locfile.h: Likewise.
8556         * locale/programs/3level.h: Likewise.
8557         * locale/programs/ld-monetary.c: Likewise.
8558         * locale/programs/ld-measurement.c: Likewise.
8559         * locale/programs/charmap-dir.c: Likewise.
8560         * locale/programs/ld-identification.c: Likewise.
8561         * locale/programs/localedef.h: Likewise.
8562         * locale/programs/charmap-dir.h: Likewise.
8563         * locale/programs/repertoire.c: Likewise.
8564         * locale/programs/simple-hash.h: Likewise.
8565         * locale/programs/ld-telephone.c: Likewise.
8566         * locale/programs/locale-spec.c: Likewise.
8567         * locale/programs/locfile-token.h: Likewise.
8568         * posix/getconf.c: Likewise.
8569         * iconv/dummy-repertoire.c: Likewise.
8570         * iconv/iconv_charmap.c: Likewise.
8571         * iconv/iconvconfig.c: Likewise.
8572         * iconv/iconv_prog.c: Likewise.
8573         * malloc/memusagestat.c: Likewise.
8574         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
8576 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8578         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
8579         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
8580         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
8581         check for the first argument.
8583 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
8585         [BZ #4775]
8586         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
8587         (__tgmath_real_type): Fix if expr is const int or other const
8588         qualified integral type.
8589         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
8590         expressions and handle const qualified arguments.
8591         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
8592         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
8593         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
8594         statement expressions.
8595         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
8596         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
8597         (__TGMATH_UNARY_IMAG): Define.
8598         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
8599         * math/Makefile (tests): Add test-tgmath2.
8600         (CFLAGS-test-tgmath2.c): Add.
8601         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
8602         count_cfloat, count_cldouble): New variables.
8603         (NCCALLS): Define.
8604         (main): Check number of complex calls as well.
8605         (F(compile_test)): Add complex tests and tests with const qualified
8606         arguments.
8607         (y, z, ccount): Define.
8608         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
8609         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
8610         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
8611         F(cproj)): New functions.
8612         * math/test-tgmath2.c: New test.
8614 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
8616         [BZ #4776]
8617         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
8618         RPATH etc. as "/" rather than "", don't segfault on empty paths,
8619         instead output ".".
8620         * dlfcn/Makefile (distribute): Add glreflib3.c.
8621         (module-names): Add glreflib3.
8622         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
8623         glreflib1.so.
8624         (LDFLAGS_glreflib3.so): New.
8625         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
8626         glreflib1.so.
8627         * dlfcn/glreflib3.c: New file.
8629         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
8630         returned -1, return NULL.
8631         * intl/explodename.c (_nl_explode_name): Return -1 if
8632         _nl_normalize_codeset failed.
8634 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
8636         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
8637         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
8638         and avoid branch misspredicts for > 31 bytes memset case.
8639         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8640         Remove toc ref to __cache_line_size.
8642         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
8643         to get ISA-V2.0 branch hints.
8644         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
8645         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
8646         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
8647         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
8648         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
8649         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
8650         Remove toc ref to __cache_line_size.
8652         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
8653         Include math_ldbl_opt.h.
8655 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
8657         [BZ #4773]
8658         * time/strptime_l.c (__strptime_internal): Implement greedy
8659         matching of weekday and month names.
8661 2007-07-09  Roland McGrath  <roland@redhat.com>
8663         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
8664         (ELF_NOTE_ABI): Use it.
8665         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
8667 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
8669         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
8670         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
8672 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
8674         [BZ #4745]
8675         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
8676         in loop to look for conversion specifier to avoid testing of
8677         wrong errno value.
8678         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
8679         * stdio-common/bug18.c: New file.
8680         * stdio-common/bug18a.c: New file.
8681         * stdio-common/bug19.c: New file.
8682         * stdio-common/bug19a.c: New file.
8684 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
8686         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
8687         running awk script.
8689 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
8691         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
8692         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
8693         Return NULL if mmap failed instead of asserting it does not.
8694         (calloc): Check for integer overflow.
8696         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
8697         than LONG_MAX / 10.
8699 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
8701         [BZ #4702]
8702         * nis/nss-default.c: Include errno.h.
8703         (init): Preserve errno.
8705 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
8707         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
8709 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
8711         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
8713 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8715         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
8717 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8719         * sysdeps/s390/dl-procinfo.c: New file.
8720         * sysdeps/s390/dl-procinfo.h: New file.
8721         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
8723 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
8725         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
8726         in PT_NOTE segments with multiple notes.
8727         * elf/readelflib.c (process_elf_file): Likewise.
8729 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
8731         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
8732         ISO C compliant.
8734 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
8736         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
8738 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
8740         * include/link.h: Don't include rtld-lowlevel.h.
8741         (struct link_map): Remove l_scope_lock.
8742         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
8743         (_dl_scope_free_list): New field (variable) in _rtld_global.
8744         (DL_LOOKUP_SCOPE_LOCK): Remove.
8745         (_dl_scope_free): New prototype.
8746         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
8747         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
8748         (_dl_profile_fixup): Likewise.
8749         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
8750         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
8751         THREAD_GSCOPE_RESET_FLAG around it.
8752         * elf/dl-close.c (_dl_close_worker): Don't use
8753         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
8754         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
8755         scopes were queued or if l_scope_mem has been abandoned.
8756         * elf/dl-open.c (_dl_scope_free): New function.
8757         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
8758         * elf/dl-support.c (_dl_scope_free_list): New variable.
8759         * elf/dl-lookup.c (add_dependency): Remove flags argument.
8760         Remove DL_LOOKUP_SCOPE_LOCK handling.
8761         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
8762         handling.
8763         * elf/dl-object.c (_dl_new_object): Don't use
8764         __rtld_mrlock_initialize.
8766 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
8768         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
8769         to fill in holes
8770         (rtld_global_ro): Likewise.
8772 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8774         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
8775         Move PT_LOAD checking to...
8776         (_dl_addr_inside_object): ... here, new function.
8777         * elf/dl-sym.c (do_sym): If not l_contiguous,
8778         call _dl_addr_inside_object.
8779         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
8780         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
8781         * elf/dl-open.c (dl_open_worker): Likewise.
8782         (_dl_addr_inside_object): New function if IS_IN_rtld.
8783         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
8784         holes are present or are PROT_NONE protected.
8785         * include/link.h (struct link_map): Add l_contiguous field.
8786         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
8788 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8789             Tomas Janousek  <tjanouse@redhat.com>
8790             Ulrich Drepper  <drepper@redhat.com>
8792         [BZ #4647]
8793         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
8794         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
8795         socket.
8796         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
8797         unused member a bitmap.
8798         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
8799         servers are configured.
8801 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8803         * elf/rtld.c (dl_main): Don't call init_tls more than once.
8805 2007-06-17  Andreas Schwab  <schwab@suse.de>
8807         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
8809 2007-06-16  Andreas Jaeger  <aj@suse.de>
8811         [BZ #4125]
8812         * sysdeps/unix/sysv/linux/sys/ptrace.h
8813         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
8814         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
8815         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
8816         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
8817         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
8818         Define.
8819         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
8820         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
8821         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
8822         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
8824 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
8826         [BZ #4599]
8827         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
8828         determining whether there are IPv4/IPv6 addresses, ignore loopback
8829         addresses.
8831 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
8833         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
8834         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
8835         as the return type.  Change type of "r" variable to CMPtype.
8836         * soft-fp/eqsf2.c (__eqsf2): Likewise.
8837         * soft-fp/eqtf2.c (__eqtf2): Likewise.
8838         * soft-fp/gedf2.c (__gedf2): Likewise.
8839         * soft-fp/gesf2.c (__gesf2): Likewise.
8840         * soft-fp/getf2.c (__getf2): Likewise.
8841         * soft-fp/ledf2.c (__ledf2): Likewise.
8842         * soft-fp/lesf2.c (__lesf2): Likewise.
8843         * soft-fp/letf2.c (__letf2): Likewise.
8844         * soft-fp/unorddf2 (__unorddf2): Likewise.
8845         * soft-fp/unordsf2 (__unordsf2): Likewise.
8846         * soft-fp/unordtf2 (__unordtf2): Likewise.
8848 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
8850         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
8851         make sure gcc doesn't mess around with this.
8853 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
8855         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
8857 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
8859         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
8860         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
8861         at most once per _dl_close_worker.
8863 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
8865         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
8866         __sched_cpucount as const.
8867         * posix/sched_cpucount.c: Adjust.
8869         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
8870         instruction for counting bits.
8871         * sysdeps/x86_64/sched_cpucount.c: New file.
8873 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
8875         * configure.in: Avoid variable named BASH.
8876         * config.make.in: Likewise.
8877         Patch in part by Mike Frysinger.
8879 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
8881         [BZ #4586]
8882         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
8883         pseudo-zeros as zero.
8884         * sysdeps/x86_64/ldbl2mpn.c: New file.
8885         * sysdeps/ia64/ldbl2mpn.c: New file.
8887 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
8889         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
8890         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
8891         Remove unreachable code at the end.
8893 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
8895         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
8896         ldbl-128ibm in comment.
8897         (fpclassifyl): Correct classification of denormals.
8898         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
8899         return value for MIN denormal. Rewrite using long double math too
8900         correctly handle denormals and canonicalize the results.
8902 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
8904         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
8905         (__mpn_construct_long_double): Fix conversion where result ought
8906         to be smaller than __LDBL_MIN__, or the low double should be
8907         denormal.  Fix decision where to negate low double - honor round
8908         to even rules.
8909         * stdio-common/tst-sprintf2.c: Include string.h.
8910         (COMPARE_LDBL): Define.
8911         (TEST): Also test whether a string hexadecimal float representation
8912         can be parsed back to the number.
8913         (main): Add a couple of further tests.
8915 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
8917         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
8918         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
8919         is non-zero, but smaller than 2 * __DBL_MIN__.
8920         * stdio-common/tst-sprintf2.c: New test.
8921         * stdio-common/Makefile (tests): Add tst-sprintf2.
8923         * math/test-misc.c (main): Don't run last batch of tests with
8924         IBM long double format.
8926 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
8928         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
8929         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
8930         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
8931         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
8932         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8933         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
8934         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
8935         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
8936         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
8937         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
8938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
8939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
8940         New file.
8941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
8942         New file.
8943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
8944         New file.
8945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
8946         New file.
8947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
8948         New file.
8949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
8950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
8951         New file.
8952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
8953         New file.
8954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
8955         New file.
8956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
8957         New file.
8958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
8959         New file.
8961 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
8963         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
8964         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
8965         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
8966         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
8967         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
8968         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
8969         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
8970         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
8972 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
8974         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
8975         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8976         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
8977         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8978         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
8979         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8980         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
8981         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8983 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
8985         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
8986         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
8987         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
8988         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
8990 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
8992         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
8993         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
8995 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
8997         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
8998         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
8999         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
9000         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
9002 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
9004         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
9005         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
9007 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9009         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
9010         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
9012         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
9013         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
9014         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
9015         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
9017 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
9019         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
9020         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
9021         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
9022         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
9024 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
9026         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
9027         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
9028         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
9029         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9030         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
9031         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9033 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9035         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
9036         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
9037         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
9038         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
9040 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
9042         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
9043         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
9044         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
9045         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
9046         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
9047         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
9048         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
9049         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
9050         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
9051         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
9052         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
9053         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
9054         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
9055         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
9056         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
9057         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
9059 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9061         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
9062         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
9064 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
9066         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
9067         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
9069 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9071         * sysdeps/powerpc/powerpc32/970/Implies: New file.
9072         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
9073         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
9074         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
9075         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
9076         * sysdeps/powerpc/powerpc64/970/Implies: New file.
9077         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
9078         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
9079         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
9080         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
9082 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
9084         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
9086 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
9088         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
9089         branch miss-predicts. Ensure that cache line crossing does not impact
9090         dispatch grouping.
9092 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
9094         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
9095         "../../powerpc32/power4/memcopy.h".
9096         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
9097         "../../powerpc32/power4/wordcopy.c".
9099 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9101         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
9102         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
9103         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
9104         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
9105         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
9106         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
9108 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
9110         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
9112 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9114         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
9115         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
9116         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
9117         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
9118         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
9119         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
9120         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
9121         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
9123 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
9125         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
9127 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9129         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
9130         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
9131         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
9132         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
9133         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
9134         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
9135         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
9137 2007-05-29  Roland McGrath  <roland@redhat.com>
9139         * po/Makefile (po-sed-cmd): New variable.
9140         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
9142 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
9144         * crypt/md5-crypt.c: Fix comment.
9146         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
9147         of crashing.  When this is the case or if the reply is malformed,
9148         don't try to close the new file descriptor since it does not
9149         exist.
9150         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
9152 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
9154         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
9155         if __NR_utimensat is not defined.
9157 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
9159         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
9161 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
9163         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
9164         (open): Fix comment typos.  Don't call __open_2 if flags
9165         is a compile time constant without O_CREAT.
9166         (__open64_2): Add nonnull attribute.
9167         (open64): Fix comment typos.  Don't call __open64_2 if flags
9168         is a compile time constant without O_CREAT.
9169         (__openat_2): Add nonnull attribute, fix nonnull attribute
9170         on redirect.
9171         (openat): Fix comment typos.  Don't call __openat_2 if flags
9172         is a compile time constant without O_CREAT.
9173         (__openat64_2): Add nonnull attribute, fix nonnull attribute
9174         on redirect.
9175         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
9176         is a compile time constant without O_CREAT.
9178 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
9180         * Makerules (sysd-rules): Define PTW for ptw-* files.
9181         * Versions: Define GLIBC_2.7 for libc.
9182         * include/stdio.h: Declare __fortify_fail.
9183         * debug/fortify_fail.c: New file.
9184         * debug/Makefile (routines): Add fortify_fail.
9185         * debug/chk_fail.c: Use __fortify_fail.
9186         * debug/stack_chk_fail.c: Likewise.
9187         * io/Versions: Export __open_2, __open64_2, __openat_2, and
9188         __openat64_2 for GLIBC_2.7.
9189         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
9190         * io/open.c: Define *_2 variant of function which checks for O_CREAT
9191         and fails if necessary.
9192         * io/open64.c: Likewise.
9193         * io/openat.c: Likewise.
9194         * io/openat64.c: Likewise.
9195         * sysdeps/unix/sysv/linux/open64.c: Likewise.
9196         * sysdeps/unix/sysv/linux/openat.c: Likewise.
9197         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
9198         * io/bits/fcntl2.h: New file.
9199         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
9200         __openat64_2.
9201         * include/bits/fcntl2.h: New file.
9202         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
9203         Add open_2.
9204         * sysdeps/unix/sysv/linux/open_2.c: New file.
9206 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
9208         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
9209         as second parameter to handle_intel.
9211         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
9212         the entry.
9214         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
9215         handling to ...
9216         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
9217         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
9218         cacheinfo.
9219         * sysdeps/x86_64/memcpy.S: Complete rewrite.
9220         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
9221         Patch by Evandro Menezes <evandro.menezes@amd.com>.
9223         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
9225 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
9227         [BZ #4525]
9228         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
9229         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
9230         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
9232         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
9234         [BZ #4514]
9235         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
9236         reinitialize workend at the start of each do_positional format spec
9237         loop, free workstart before do_positional loops.
9238         (printf_unknown): Fix size of work_buffer.
9239         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
9241         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
9242         (public_sET_STATe): If ms->version < 3, put all chunks into
9243         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
9244         chunks.
9246         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
9247         * malloc/hooks.c: Likewise.
9248         * malloc/arena.c: Likewise.
9249         * malloc/malloc.c (do_check_malloc_state): Don't assert
9250         n_mmaps is not greater than n_mmaps_max.  This removes the need
9251         for the previous change.
9253         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
9254         2007-05-07 commit.
9256 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
9258         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
9259         Define for kernel >= 2.6.22.
9261 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
9263         * elf/dl-close.c (_dl_close_worker): When removing object from
9264         global scope, wait for all lookups to finish afterwards.
9265         * elf/dl-open.c (add_to_global): When global scope array must
9266         grow, allocate a new one and free old array only after all
9267         lookups finish.
9268         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
9269         (_dl_lookup_symbol_x): Likewise.
9270         * elf/dl-support.c: Define _dl_wait_lookup_done.
9271         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9272         _dl_wait_lookup_done.
9274         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
9275         not overlapping with arena.
9277         * malloc/mcheck.c (reallochook): If size==0, free the block.
9279         * rt/tst-shm.c: Use fstat64 instead of fstat.
9281         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
9282         __NR_sync_file_range is not defined.
9284 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
9286         Dummy files to prevent stub versions from being used.
9287         * sysdeps/x86_64/fpu/k_cosl.c: New file.
9288         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
9289         * sysdeps/x86_64/fpu/k_sinl.c: New file.
9290         * sysdeps/x86_64/fpu/k_tanl.c: New file.
9292         * version.h (VERSION): Set to 2.6.90.
9294 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
9296         * version.h (VERSION): Define to 2.6.
9297         * include/features.h (__GLIBC_MINOR__): Define to 6.
9299         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
9301         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
9302         sizes.
9304 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
9306         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
9307         number of mmaps.  n_mmaps_max is the target.
9308         * malloc/hooks.c: Likewise.
9309         * malloc/arena.c: Likewise.
9311 2007-05-12  Andreas Jaeger  <aj@suse.de>
9313         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
9314         getpid.
9316 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
9318         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
9319         adding new variables.
9321         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
9322         optimize.  Completely extend global scope array before making the
9323         new entries visible.
9325 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
9327         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
9328         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
9329         tst-getcpu.
9331         * include/link.h: Move l_version and l_nversion members around to
9332         fill gaps.
9334         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
9336         * sysdeps/unix/sysv/linux/sched_setaffinity.c
9337         (__sched_setaffinity_new): If syscall was successful and
9338         RESET_VGETCPU_CACHE is defined, use it before returning.
9339         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
9341         * io/sys/stat.h: Make sure struct timespec is defined for
9342         __USE_ATFILE.
9344         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
9345         UTIME_OMIT.
9346         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
9347         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
9348         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9349         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
9350         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9351         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
9352         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
9353         * io/sys/stat.h: Declare utimensat, futimens.
9354         * io/utimensat.c: New file.
9355         * io/futimens.c: New file.
9356         * sysdeps/unix/sysv/linux/utimensat.c: New file.
9357         * sysdeps/unix/sysv/linux/futimens.c: New file.
9358         * io/Makefile (routines): Add utimensat, futimens.
9359         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
9360         * sysdeps/unix/sysv/linux/lutimes.c: New file.
9361         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
9362         available.
9364         * include/sys/cdefs.h: Redefine __nonnull so that test for
9365         incorrect parameters in the libc code itself are not omitted.
9367 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
9369         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
9370         exception in addition to inexact when asked to raise only FE_INEXACT.
9372         [BZ #3427]
9373         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
9374         in *envp.
9376 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
9378         [BZ #4403]
9379         * string/strfry.c (strfry): Make result more random.
9381 2007-05-07  Richard Henderson  <rth@redhat.com>
9383         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
9384         if __NO_LONG_DOUBLE_MATH.
9385         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
9386         available in the compiler, add .arch directive to the assembly.
9388 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
9390         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
9391         compat_symbol to GLIBC_2_1.
9392         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
9393         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
9394         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
9395         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
9396         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
9397         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
9398         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
9399         libc, not libm.
9400         (__isnanl): New compat_symbol.
9402 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
9403             Jakub Jelinek  <jakub@redhat.com>
9405         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
9406         (new_heap): Initialize mprotect_size.
9407         (grow_heap): When growing, only mprotect from mprotect_size till
9408         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
9409         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
9411 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
9412             Peter Bergner  <bergner@us.ibm.com>
9414         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
9415         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
9416         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
9417         * sysdeps/powerpc/fpu/fe_mask.c: New file.
9418         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
9419         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
9420         Call __fe_mask_env() if all FP exceptions disabled.
9421         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
9422         from old FPSCR to new fenv to propagate DFP rounding modes.
9423         Call __fe_mask_env() if FP exceptions previously enabled.
9424         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
9425         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
9426         transitioning from all exceptions disabled to any exception enabled
9427         or visa versa.
9428         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
9429         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
9430         when transitioning from all exceptions disabled to any exception
9431         enabled or visa versa.
9432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
9433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
9434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
9435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
9436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
9437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
9439 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
9441         [BZ #4465]
9442         * posix/unistd.h: Remove __THROW from fdatasync.
9444 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
9446         [BZ #4465]
9447         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
9449 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
9451         * stdio-common/vfprintf.c (process_string_arg): Optimize
9452         ridiculous precision in wide char code printing multi-byte string.
9453         Reported by Jim Meyering <jim@meyering.net>.
9455         [BZ #4131]
9456         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
9457         boundaries to work around systems with overlapping binary loading.
9458         Based on a patch by Suzuki <suzuki@in.ibm.com>.
9460 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
9462         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
9463         __mbsnrtowcs after last change.
9465         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
9466         (get_ident): Likewise.
9468 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
9470         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
9471         with setting the sticky bit.
9472         * math/test-misc.c (main): Add more truncation tests.
9474 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
9476         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
9477         double in the function declaration.
9478         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
9479         double in the function declaration.
9480         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9481         float in the function declaration.
9482         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9483         float in the function declaration.
9485         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
9486         denormal operands.  Do not generate FP_EX_DENORM exception.
9487         (FP_UNPACK_RAW_EP): Ditto.
9488         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
9489         undefined _FP_UNPACK_RAW_E.
9490         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
9491         undefined _FP_UNPACK_RAW_EP.
9492         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
9493         undefined _FP_PACK_RAW_E.
9494         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
9495         undefined _FP_PACK_RAW_EP.
9497         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
9498         _FP_FRAC_COPY_2.
9499         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
9500         _FP_FRAC_COPY_4.
9502 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
9503             Jakub Jelinek  <jakub@redhat.com>
9505         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
9506         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
9507         this case.
9508         * soft-fp/op-common.h (FP_TRUNC): Ditto.
9510 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
9512         * math/test-misc.c (main): Add tests for rounding long double
9513         values close to smallest double denormalized value to double.
9515 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
9517         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
9518         condition for truncating to 0.  Set sticky bit for such
9519         truncation.
9521 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
9523         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
9524         fixed length array for ignore.
9526 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
9528         [BZ #4438]
9529         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
9530         stack for large precisions.
9531         * stdio-common/test-vfprintf.c (main): Add test for large
9532         precision.
9534 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
9536         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
9537         for exponent 0.
9538         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
9540         [BZ #4439]
9541         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
9542         account in the size check.
9543         * resolv/tst-inet_ntop.c: New test.
9544         * resolv/Makefile (tests): Add tst-inet_ntop.
9546 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
9547             Jakub Jelinek  <jakub@redhat.com>
9549         [BZ #4349]
9550         * malloc/malloc.c: Keep separate list for first blocks on the bin
9551         lists with a given size.  This helps skipping over list elements
9552         we know won't fit in two places.
9553         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
9555 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
9557         [BZ #4102]
9558         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
9559         label to Teredo tunnel addresses 2001://32.
9561 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
9563         * locale/programs/ld-collate.c (collate_read): Allow order_start
9564         after copy.
9566         * locale/programs/ld-collate.c (collate_read): Fix printing of
9567         error message.
9569         [BZ #3213]
9570         * locale/C-translit.h.in: Add entry for U2044.
9572         [BZ #4342]
9573         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
9574         hexa-decimal floats without exponent.
9575         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
9577 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
9579         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
9580         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
9581         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
9582         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
9583         GLIBC_2.6.
9584         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
9585         Add sched_getcpu.
9587 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
9589         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
9590         of 0 after the out_fail label.
9592 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
9594         [BZ #4406]
9595         * iconv/gconv_charset.h (strip): Allow ':'.
9596         * iconv/iconv_open.c (iconv_open): Adjust comment.
9598 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
9600         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
9601         version.
9603 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
9605         [BZ #4381]
9606         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
9607         alignment of buffer and tmp_buffer.
9608         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
9609         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
9610         alignment of buffer.
9611         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
9612         bigger than INT_MAX.
9613         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
9614         h_errnop arguments.  Fail if buflen is too small.
9615         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
9617 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
9619         [BZ #4405]
9620         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
9621         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
9623 2007-04-22  Roland McGrath  <roland@redhat.com>
9625         * elf/elf.h (NT_PRXFPREG): New macro.
9627 2007-04-19  Andreas Jaeger  <aj@suse.de>
9629         [BZ #3905]
9630         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
9631         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
9632         Added.
9634 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
9636         * include/sys/mman.h: Mark madvise hidden.
9637         * misc/madvise.c: Add libc_hidden_def.
9639 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
9641         * nis/nis_domain_of.c (__nis_domain_of): New function.
9642         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
9643         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
9644         * nis/nis_call.c (rec_dirsearch): Likewise.
9645         (first_shoot): Likewise.  Remove search_parent_first argument.
9646         (struct nis_server_cache): Rename search_parent_first field
9647         to search_parent.
9648         (nis_server_cache_search, nis_server_cache_add): Rename
9649         search_parent_first argument to search_parent.
9650         (__nisfind_server): Likewise.  If search_parent, call
9651         __nis_domain_of.
9653 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
9655         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
9657 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
9659         [BZ #4368]
9660         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
9662 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
9664         * locale/programs/locarchive.c (add_alias, insert_name): Remove static.
9666 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
9668         [BZ #4364]
9669         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
9671 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
9673         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
9674         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
9675         current number of locales in SUPPORTED.
9676         (create_archive): Initialize serial.
9677         (enlarge_archive): Preserve aliases rather than duplicating
9678         their locrecs.
9680 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
9682         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
9683         after _IO_un_link, not before it.
9685         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
9686         special case handling when wcp == wstartp + 1.  Fix a comment typo.
9687         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
9689 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
9691         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
9692         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
9693         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
9694         Remove __THROW.
9695         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
9696         _IO_file_xsgetn_maybe_mmap): Likewise.
9697         * libio/oldfileops.c (old_do_write): Likewise.
9698         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
9699         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
9700         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
9701         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
9702         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
9703         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
9704         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
9705         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
9706         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
9707         _IO_file_underflow, _IO_file_underflow_mmap,
9708         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
9709         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
9710         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
9711         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
9712         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
9713         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
9714         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
9715         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
9716         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
9717         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
9718         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
9719         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
9720         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
9721         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
9722         _IO_adjust_column_internal, _IO_default_uflow_internal,
9723         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
9724         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
9725         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
9726         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
9727         _IO_file_close_it_internal, _IO_file_underflow_internal,
9728         _IO_file_overflow_internal, _IO_file_attach_internal,
9729         _IO_file_fopen_internal, _IO_file_sync_internal,
9730         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
9731         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
9732         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
9733         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
9734         _IO_seekpos_unlocked): Likewise.
9735         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
9736         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
9738 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
9740         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
9741         argument in xmalloc size computation.
9743 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
9745         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
9746         math_opt_barrier and math_force_eval macros.
9748 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
9750         [BZ #3306]
9751         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
9752         * sysdeps/i386/fpu/math_private.h: New file.
9753         * sysdeps/x86_64/fpu/math_private.h: New file.
9754         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
9755         math_force_eval macros.  Use "+m" constraint on asm rather than
9756         "=m" and "m".
9757         * math/s_nextafter.c (__nextafter): Likewise.
9758         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
9759         Likewise.
9760         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9761         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
9762         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
9763         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
9764         math_opt_barrier and math_force_eval macros.
9765         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
9766         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
9767         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
9768         (__nexttoward): Use math_opt_barrier and
9769         math_force_eval macros.  Use "+m" constraint on asm rather than
9770         "=m" and "m".  Only use asm to force double result if
9771         FLT_EVAL_METHOD is 2.
9772         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
9773         (__nexttowardf): Use math_opt_barrier and
9774         math_force_eval macros.  Use "+m" constraint on asm rather than
9775         "=m" and "m".  Only use asm to force double result if
9776         FLT_EVAL_METHOD is not 0.
9777         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
9778         (__nexttowardf): Use math_opt_barrier and
9779         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
9780         x to float using asm.
9781         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
9782         (__nldbl_nexttowardf): Use math_opt_barrier and
9783         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
9784         x to float using asm.
9785         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
9786         (__nexttowardf): Use math_opt_barrier and math_force_eval
9787         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
9788         * math/bug-nextafter.c (zero, inf): New variables.
9789         (main): Add new tests.
9790         * math/bug-nexttoward.c (zero, inf): New variables.
9791         (main): Add new tests.
9793 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
9795         [BZ #3427]
9796         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
9797         exceptions both in SW and MXCSR.
9798         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
9799         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
9800         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
9801         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9802         in MXCSR if SSE is available.
9803         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
9804         and ldsodefs.h.
9805         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
9806         Fix comment typo.
9807         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
9808         Return 0 rather than 1.
9809         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
9810         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
9811         * math/test-fenv.c (feholdexcept_tests): New function.
9812         (main): Call it.
9814 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
9816         [BZ #3427]
9817         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9818         in SW.
9820 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
9822         [BZ #4344]
9823         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
9824         Reported by David Anderson <davea42@earthlink.net>.
9826 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
9828         * posix/sys/wait.h: Remove unnecessary forward declaration.
9830 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
9832         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
9833         with obj->do_servers after first_shoot.
9835 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
9837         * posix/Makefile (routines): Add sched_cpucount.
9838         (tests): Add tst-cpucount.
9839         * posix/sched_cpucount.c: New file.
9840         * posix/tst-cpucount.c: New file.
9841         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
9842         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
9843         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9844         * posix/sched.h: Define CPU_COUNT.
9846 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
9848         * posix/fnmatch.c (STRUCT): Define.
9849         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
9850         * posix/fnmatch_loop.c (struct STRUCT): New type.
9851         (FCT): Add ends argument.  If ends != NULL and normal * is
9852         seen in the pattern, store current pattern and string pointers
9853         and return.  Adjust recursive calls.
9854         (EXT): Adjust FCT callers.
9855         (STRUCT): Undef at the end of the file.
9856         * posix/Makefile (tests): Add tst-fnmatch2.
9857         * posix/tst-fnmatch2.c: New test.
9859 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
9861         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
9862         and 1 on failure.
9864         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
9865         Change last argument to unsigned int.
9867 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
9869         * scripts/check-local-headers.sh: Filter out sys/capability.h.
9871 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
9873         * config.h.in (HAVE_LIBCAP): Add.
9874         * nscd/selinux.h: Include sys/capability.h rather than non-existent
9875         sys/capabilities.h.
9876         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
9877         free_caps.  Cast away const from 4th cap_set_flag argument.
9879 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
9881         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
9882         GLIBC_2.6.
9883         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
9884         Add sync_file_range.
9885         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
9887 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
9889         * sysdeps/powerpc/bits/atomic.h
9890         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
9891         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
9892         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9893         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
9894         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9895         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
9896         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
9897         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
9898         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9899         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
9900         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
9901         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
9902         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9903         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
9904         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9905         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
9906         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9907         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
9908         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9909         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
9911 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
9913         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9914         (__cache_line_size): Define the variable here.  Add
9915         attribute_hidden, remove weak_extern.
9916         (__libc_start_main): Set __cache_line_size
9917         unconditionally.
9918         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
9919         (__cache_line_size): Define the variable here.  Add
9920         attribute_hidden, remove weak_extern.
9921         (DL_PLATFORM_AUXV): Set __cache_line_size
9922         unconditionally.
9923         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
9924         weak_extern, add attribute_hidden.
9925         (__elf_machine_runtime_setup): Assume __cache_line_size is always
9926         defined in ld.so.
9927         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
9928         definition.
9929         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
9931 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
9933         [BZ #4276]
9934         * timezone/africa: Update from tzdata2007d.
9935         * timezone/asia: Likewise.
9936         * timezone/australasia: Likewise.
9937         * timezone/backward: Likewise.
9938         * timezone/europe: Likewise.
9939         * timezone/iso3166.tab: Likewise.
9940         * timezone/leapseconds: Likewise.
9941         * timezone/northamerica: Likewise.
9942         * timezone/southamerica: Likewise.
9943         * timezone/zone.tab: Likewise.
9945         * timezone/private.h: Update from tzcode2007d.
9946         * timezone/zdump.c: Likewise.
9947         * timezone/zic.c: Likewise.
9949 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
9951         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
9952         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
9953         variables.
9954         (nis_server_cache_search, nis_server_cache_add): New functions.
9955         (__nisfind_server): Use them.  Add dbp and flags argument, if
9956         call __nisbind_create.
9957         (__nisbind_create): Add server_used and current_ep arguments,
9958         only call __nis_findfastest if server_used is ~0.
9959         (__do_niscall2, __prepare_niscall): Adjust callers.
9960         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
9961         ckey_cache_euid, ckey_cache_lock): New variables.
9962         (get_ckey): New function.
9963         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
9964         __pmap_getnisport.  Save __pmap_getnisport result in
9965         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
9966         key.
9967         * nis/nis_lookup.c (nis_lookup): Likewise.
9968         * nis/nis_table.c (nis_list): Likewise.
9969         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
9970         prototypes.
9972         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
9973         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
9974         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
9975         _nss_nisplus_getservbyport_r): Likewise.
9976         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
9977         _nss_nisplus_getnetbyaddr_r): Likewise.
9978         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
9979         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
9980         _nss_nisplus_getntohost_r): Likewise.
9981         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
9982         _nss_nisplus_getrpcbynumber_r): Likewise.
9984 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
9986         * configure.in (libc_cv_gnu89_inline): Only do compile test.
9987         * configure: Rebuilt.
9989         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
9990         bit-fields.
9991         * soft-fp/extended.h (_FP_UNION_E): Likewise.
9993 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
9995         [BZ #2831]
9996         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
9997         bit-fields.
9999 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
10001         * nscd/gai.c: Include alloca.h.
10002         (__libc_use_alloca): Define.
10004 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
10006         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
10007         smaller scopes.
10008         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
10009         (DL_DST_REQUIRED): Adjust user.
10011         * include/dlfcn.h (struct link_map): New forward decl.
10013         * inet/getnameinfo.c: Include stddef.h.
10014         (getnameinfo): Use offsetof.
10016         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
10018         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
10020         * string/strerror_l.c: Include stdlib.h.
10022         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
10023         * config.make.in (gnu89-inline-CFLAGS): New variable.
10024         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
10025         -std=gnu99.
10026         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
10027         * argp/argp.h: Use it.
10028         * bits/mathinline.h: Likewise.
10029         * bits/sigset.h: Likewise.
10030         * bits/string.h: Likewise.
10031         * ctype/ctype.h: Likewise.
10032         * hurd/hurd.h: Likewise.
10033         * hurd/hurd/fd.h: Likewise.
10034         * hurd/hurd/port.h: Likewise.
10035         * hurd/hurd/signal.h: Likewise.
10036         * hurd/hurd/threadvar.h: Likewise.
10037         * hurd/hurd/userlink.h: Likewise.
10038         * io/sys/stat.h: Likewise.
10039         * libio/bits/stdio.h: Likewise.
10040         * libio/bits/stdio2.h: Likewise.
10041         * mach/lock-intern.h: Likewise.
10042         * mach/mach/mig_support.h: Likewise.
10043         * math/bits/cmathcalls.h: Likewise.
10044         * posix/bits/unistd.h: Likewise.
10045         * socket/bits/socket2.h: Likewise.
10046         * stdlib/bits/stdlib.h: Likewise.
10047         * stdlib/stdlib.h: Likewise.
10048         * string/argz.h: Likewise.
10049         * string/bits/string2.h: Likewise.
10050         * string/bits/string3.h: Likewise.
10051         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
10052         * sysdeps/generic/inttypes.h: Likewise.
10053         * sysdeps/generic/machine-lock.h: Likewise.
10054         * sysdeps/generic/machine-sp.h: Likewise.
10055         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
10056         * sysdeps/i386/i486/bits/string.h: Likewise.
10057         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
10058         * sysdeps/mach/alpha/machine-lock.h: Likewise.
10059         * sysdeps/mach/alpha/machine-sp.h: Likewise.
10060         * sysdeps/mach/i386/machine-lock.h: Likewise.
10061         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
10062         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
10063         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
10064         * sysdeps/s390/bits/string.h: Likewise.
10065         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
10066         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
10067         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
10068         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
10069         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10070         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
10071         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
10072         * wcsmbs/bits/wchar2.h: Likewise.
10073         * wcsmbs/wchar.h: Likewise.
10074         * stdlib/gmp.h: Likewise.  Include <features.h> to get
10075         __extern_inline definition.
10077 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
10079         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
10080         NULL.
10082         [BZ #3919]
10083         * math/libm-test.inc (log_test): Test -Inf and NaN.
10084         (log10_test, log1p_test, log2_test): Test -Inf.
10085         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
10086         FE_INVALID when argument is qNaN.
10087         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
10088         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
10089         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10090         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
10091         andb $1, %ah with testb $1, %ah, don't test for parity, instead
10092         testb $4, %ah and jump if non-zero.
10093         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10094         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
10096         [BZ #4101]
10097         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
10098         ancestors with the same depths.
10099         Patch by Niels Moeller <nisse@lysator.liu.se>.
10100         (filter_doc): Don't crash if argp is NULL.
10101         * argp/Makefile (tests): Add tst-argp2.
10102         * argp/tst-argp2.c: New test.
10104         [BZ #4130]
10105         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
10106         open_not_cancel_2.
10107         (updwtmp_file): Likewise.
10109         [BZ #4181]
10110         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
10111         (inet6_opt_append): Don't check extlen is big enough if extbuf
10112         is NULL.
10113         (inet6_opt_finish): Likewise.
10114         * inet/Makefile (tests): Add test-inet6_opt.
10115         * inet/test-inet6_opt.c: New test.
10117         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
10118         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
10119         NLMSG_ERR.  Instead use a page sized buffer.
10120         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
10121         buffer.
10123 2007-03-14  Richard Henderson  <rth@redhat.com>
10125         * sysdeps/alpha/fpu/s_llround.c: New file.
10126         * sysdeps/alpha/fpu/s_llroundf.c: New file.
10127         * sysdeps/alpha/fpu/s_lround.c: New file.
10128         * sysdeps/alpha/fpu/s_lroundf.c: New file.
10129         * sysdeps/alpha/fpu/s_round.c: New file.
10130         * sysdeps/alpha/fpu/s_roundf.c: New file.
10131         * sysdeps/alpha/fpu/s_trunc.c: New file.
10132         * sysdeps/alpha/fpu/s_truncf.c: New file.
10134         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
10135         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
10136         * sysdeps/alpha/fpu/s_floor.c: Likewise.
10137         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
10138         * sysdeps/alpha/fpu/s_rint.c: Likewise.
10139         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
10141         * sysdeps/alpha/fpu/s_fmax.S: New file.
10142         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
10143         * sysdeps/alpha/fpu/s_fmin.S: New file.
10144         * sysdeps/alpha/fpu/s_fminf.S: New file.
10145         * sysdeps/alpha/fpu/s_isnan.c: New file.
10146         * sysdeps/alpha/fpu/s_isnanf.c: New file.
10147         * sysdeps/alpha/fpu/s_llrint.c: New file.
10148         * sysdeps/alpha/fpu/s_llrintf.c: New file.
10149         * sysdeps/alpha/fpu/s_lrint.c: New file.
10150         * sysdeps/alpha/fpu/s_lrintf.c: New file.
10151         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
10152         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
10154         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
10155         (__fdimf, fdimf, __fdim, fdim): Remove.
10156         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
10157         (__isnanf, __isnan, __isnanl): New.
10159 2007-03-13  Richard Henderson  <rth@redhat.com>
10161         * sysdeps/ieee754/ldbl-128/Makefile: New file.
10163 2007-03-13  Richard Henderson  <rth@redhat.com>
10165         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
10166         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
10167         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
10168         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
10169         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
10170         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
10172 2007-03-13  Richard Henderson  <rth@redhat.com>
10174         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
10175         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
10176         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
10177         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
10178         Move to dl-auxv.h; initialize instead of extern weak.
10179         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
10180         weak symbol.
10181         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
10182         Extern instead of initialized.
10184 2007-03-13  Richard Henderson  <rth@redhat.com>
10186         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
10187         __sigsuspend_nocancel.
10189 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
10191         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
10192         172.16/12 address range.
10194 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
10196         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
10197         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
10198         message.
10200 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
10202         [BZ #4069]
10203         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
10204         earlier.
10205         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
10207         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
10208         for x qNaN and y either +-inf or non-integer value.
10209         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
10210         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10211         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
10213 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
10215         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
10216         from sysdep_headers.
10218 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
10220         * time/tzfile.c (find_transition): Instead of a linear search try to
10221         guess the transition index, use a linear search if the result is at
10222         most 10 transitions away from the guess or binary search otherwise.
10224 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
10226         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
10227         memory reallocation.
10229 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
10231         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
10232         and fix some typos.
10233         Optimize use of TOLOWER.
10235         [BZ #3325]
10236         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
10237         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10238         * sysdeps/i386/fpu/e_fmod.S: Likewise.
10240         [BZ #3458]
10241         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
10242         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
10244         [BZ #4076]
10245         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
10246         (open_dir_stream): Likewise.
10247         * io/Makefile (tests): Add bug-ftw5.
10248         * io/bug-ftw5.c: New file.
10250         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
10251         * nscd/servicescache.c (cache_addserv): Likewise.
10253         * nscd/grpcache.c (cache_addgr): In case a record changed on
10254         refresh, adjust key_copy.
10256         [BZ #4074]
10257         * nscd/pwdcache.c (cache_addpw): In case a record changed on
10258         refresh, adjust key_copy.
10260         [BZ #4070]
10261         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
10262         special cases.
10263         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
10265 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
10267         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
10268         optimization.
10270         * stdio-common/vfscanf.c: Small cleanups throughout.
10272 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
10274         [BZ #3325]
10275         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
10276         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10277         * sysdeps/i386/fpu/e_fmod.S: Likewise.
10278         Patch by Jared Casper <jaredcasper@gmail.com>.
10280         * sysdeps/unix/closedir.c: Outside libc don't use locking.
10281         * sysdeps/unix/opendir.c: Likewise.
10282         * sysdeps/unix/readdir.c: Likewise.
10284         [BZ #2211]
10285         * stdio-common/vfscanf.c: Handle localized digits etc for floating
10286         point numbers.
10287         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
10289         * stdio-common/vfscanf.c: Fix problems in width accounting.
10290         * stdio-common/tst-sscanf.c (double_tests): New tests.
10291         (main): Hook them up.
10293         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
10294         More simplifications of floating-point reader.
10296         * stdio-common/Makefile (tests): Add tst-swscanf.
10297         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
10298         testing.
10299         * stdio-common/tst-swscanf.c: New file.
10301 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
10303         [BZ #2633]
10304         * libio/stdio.h: Define struct _IO_FILE in global namespace.
10305         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
10306         Remove using for __jmp_buf_tag.
10307         * locale/locale.h (struct lconv): Also define in std namespace.
10308         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
10310         [BZ #3842]
10311         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
10312         using __libc_enable_secure.
10314         [BZ #3818]
10315         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
10317         [BZ #3745]
10318         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
10319         of names for ellipsises.
10321         [BZ #3348]
10322         * malloc/memusage.sh: Cleanups.
10323         * debug/xtrace.sh: Quoting and trap changes.
10325 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
10327         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
10329         * locale/iso-3166.def: Update entry for Serbia.
10330         * locale/iso-4217.def: Define RSD, remove CSD.
10332         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
10333         and 64-bit operations.
10335         [BZ #4040]
10336         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
10337         16-bit operations.
10339         * nscd/nscd.c (parse_opt): One more conversion to use send instead
10340         of writev.
10342 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
10344         [BZ #3991]
10345         * assert/assert.h (assert): Simplify.
10346         (assert_perror): Likewise.
10347         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
10349         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
10350         reqdata.
10352         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
10353         change: don't pass NULL in place of an integer.
10355 2007-02-02  Bruno Haible  <bruno@clisp.org>
10357         [BZ #3954]
10358         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
10359         Add mapping for U+327E.
10360         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
10361         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10362         mapping of 0xD9 0xE8.
10363         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
10364         mapping of U+327E.
10365         Reported by Jungshik Shin <jungshik@google.com>.
10367         [BZ #3955]
10368         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10369         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
10370         Reported by Jungshik Shin <jungshik@google.com>.
10372 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
10374         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
10375         byte variants.
10377         [BZ #4040]
10378         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
10379         byte variants.  Patch mostly be tom@tommay.net.
10381 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
10383         [BZ #3996]
10384         * posix/glob.c (attribute_hidden): Define if not defined.
10385         (glob): Unescape dirname, filename or username when needed and not
10386         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
10387         is NULL.  Handle unescaped [ in pattern without closing ].
10388         Don't pass GLOB_CHECK down to recursive glob for directories.
10389         (__glob_pattern_type): New function.
10390         (__glob_pattern_p): Implement using __glob_pattern_type.
10391         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10392         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10393         Remove unreachable code.
10394         * posix/globtest.sh: Add a couple of new tests.
10396 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
10398         * po/ru.po: Update from translation team.
10400 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
10402         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
10403         to the list of i486+ CPUs.
10404         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10406 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
10408         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
10409         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
10410         references.
10412 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
10414         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
10416         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
10417         * resolv/res_mkquery.c: Define __res_nopt.
10418         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
10419         try adding EDNS0 record.
10420         * resolv/res_send.c (send_dg): If request failed with FORMERR and
10421         EDNS0 record was send make sure we don't try it again.
10422         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
10423         * include/resolv.h: Declare __res_nopt.
10425 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
10427         [BZ #3944]
10428         * time/strptime_l.c (__strptime_internal): Set have_mon for
10429         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
10430         have been computed from tm_yday and tm_year.  Don't crash
10431         in day_of_the_week or day_of_the_year if not have_mon
10432         and tm_mon contains bogus value.
10433         * time/Makefile (tests): Add tst-strptime3.
10434         * time/tst-strptime3.c: New test.
10436 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
10438         [BZ #3957]
10439         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
10440         bit for RE_HAT_LISTS_NOT_NEWLINE.
10441         (build_charclass_op): Remove bogus comment.
10442         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
10443         * posix/bug-regex27.c: New test.
10444         * posix/bug-regex28.c: New test.
10446 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
10448         * po/sv.po: Update from translation team.
10450 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
10452         * nscd/nscd_helper.c (open_socket): Minor size optimization.
10454 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
10456         * include/locale.h (__uselocale): Add libc_hidden_proto.
10457         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
10459         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
10460         gettimeofday.
10462 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
10464         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
10465         returning.
10466         (PTR_DEMANGLE): Real definition now that it's not the same as
10467         PRT_MANGLE anymore.
10468         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10470         * string/strerror_l.c: New file.
10471         * string/Makefile (routines): Add strerror_l.
10472         * string/string.h: Declare strerror_l.
10473         * string/Versions: Export strerror_l for GLIBC_2.6.
10475 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
10477         * nscd/nscd_helper.c (open_socket): Now takes request type and key
10478         as parameter.  Construct request record.  Try sending request
10479         before the first poll use, it usually succeeds.  Adjust all
10480         callers.
10481         * nscd/nscd-client.h: Define MAXKEYLEN.
10482         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
10484 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
10486         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
10487         from return value.
10488         * nscd/nscd_helper.c: Include string.h.
10489         (__nscd_cache_search): Remove const qualifier from return value.
10490         On strict alignment architectures check hash entry and data head
10491         alignment.
10492         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
10493         mmapped data during GC cycle contains garbage.  If
10494         __nscd_drop_map_ref fails, decrement mapped->counter when returning
10495         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
10496         dropped to 0.
10497         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10498         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10499         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
10500         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10501         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10503 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
10505         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
10507 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
10509         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
10510         names not numbers in cfi_*.
10512 2007-01-26  Andreas Jaeger  <aj@suse.de>
10514         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
10515         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
10516         Correct values of PER_HPUX and PER_OSF4.
10518 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
10520         * elf/dl-minimal.c: Undefine _itoa first.
10521         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
10522         * malloc/mtrace.c: Revert last change.
10523         * posix/wordexp.c: Likewise.
10525 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
10527         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
10528         and __geode__ to the list of i486+ CPUs.
10529         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10531 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
10533         * stdio-common/_itoa.c: Include <limits.h>.
10534         * stdio-common/_itowa.c: Likewise.
10536 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
10538         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
10539         platforms.
10540         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
10541         64-bit platforms.
10542         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
10543         possible.
10544         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
10545         if possible.
10547         [BZ #3902]
10548         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
10549         * stdio-common/Makefile (tests): Add bug17.
10550         * stdio-common/bug17.c: New file.
10552 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
10554         * iconvdata/brf.c: New file.
10555         * iconvdata/testdata/BRF: New file.
10556         * iconvdata/testdata/BRF..UTF8: New file.
10557         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
10558         * iconvdata/Makefile: Add rules to build BRF.
10559         * iconvdata/TESTS: Add BRF entry.
10560         * iconvdata/gconv-modules: Likewise.
10561         * iconvdata/tst-tables.sh: Likewise.
10563 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
10565         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
10566         type `long long int', not `long int'.
10567         (wcstoq): Likewise.
10569 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
10571         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
10572         of values on 64-bit platforms which are too large.
10574 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
10575             Joe Kerian  <jkerian@us.us.ibm.com>
10577         [BZ #2749]
10578         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
10579         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
10580         (__copysignl): Use signbit() for comparison.
10581         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
10582         SET_LDOUBLE_WORDS64.
10584         [BZ #2423, #2749]
10585         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
10586         (__ceill): Remove calls to fegetround(), fesetround().
10587         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
10588         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
10589         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
10591 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
10593         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
10595         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
10597 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
10599         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
10600         demangle pointer.
10601         * csu/libc-start.c: Likewise.
10603 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
10605         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
10606         really work anyway.
10608 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
10610         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
10611         users.
10612         (handle_request): Remove unnecessary tests.
10614         * nscd/cache.c (cache_add): Record the failure to add to the cache.
10616 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
10618         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
10619         workbits in semi-raw fraction.
10621         * math/test-misc.c: Add new tests.
10623 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
10625         * math/basic-test.c: Include test-skeleton.c.
10626         (TEST_TRUNC): Define.
10627         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
10628         (main): Rename to ...
10629         (do_test): ...this.  Run new tests.
10630         (TEST_FUNCTION): Define.
10632 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
10633             Joe Kerian  <jkerian@us.us.ibm.com>
10635         [BZ #2749]
10636         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
10637         handling for high words.
10638         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
10639         and overflow for infinity.
10641 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
10643         * nscd/connections.c (handle_request): Add a __builtin_expect.
10645         * nscd/connections.c (serv2db): Change type into structure which
10646         also says whether this is a request for data.  Renamed to
10647         servinfo.  All users changed.
10648         (handle_request): Much simpler test whether we should search the cache.
10650         * nscd/connections.c (handle_request): Fix thinko in selinux test
10651         invocation.
10653         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
10654         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
10655         it before getting dl_load_lock and then relock.
10656         (_dl_lookup_symbol_x): Pass flags to add_dependency.
10657         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
10658         case we unlocked the scope.
10659         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
10660         _dl_lookup_symbol_x in case we locked the scope.
10661         (_dl_profile_fixup): Likewise.
10662         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
10663         set DL_LOOKUP_SCOPE_LOCK.
10665 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
10667         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
10668         CFLAGS-getsrvbynpt_r.c.
10669         * nscd/getsrvbynm_r.c: New file.
10670         * nscd/getsrvbypt_r.c: New file.
10671         * nscd/nscd_getserv_r.c: New file.
10672         * nscd/servicescache.c: New file.
10673         * nscd/Makefile (routines): Add nscd_getserv_r.
10674         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
10675         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
10676         CFLAGS-getsrvbypt_r.c.
10677         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
10678         table.  Add entries for services database.
10679         * nscd/connections.c (serv2str): Mark as const.  Add entries for
10680         services database.
10681         (dbs): Add .reset_res and servdb initialization.
10682         (serv2db): Add entries for services database.
10683         (verify_persistent_db): Accept dbnr == servdb.
10684         (invalidate_cache): Rewrite database name recognition to use a table.
10685         Call res_init() if .reset_res is set for database.
10686         (handle_request): Add code to handle services database.
10687         * nscd/gai.c: Don't define __getservbyname_r.
10688         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
10689         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
10690         (serv_response_header): Define.
10691         (struct datahead): Add serv_response_header member.
10692         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
10693         using table.
10694         * nscd/nscd.conf: Add entries for services database.
10695         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
10696         Declare serv_iov_disabled.
10697         Declare addservbyname, readdservbyname, addservbyport, and
10698         readdservbyport.
10699         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
10700         (find_db): Fix error message.
10701         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
10702         __nscd_getservbyname_r, and __nscd_getservbyport_r.
10703         * nscd/selinux.c (perms): Add entries for services database.
10704         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
10705         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
10707         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
10708         * nscd/hstcache.c: Likewise.
10709         * nscd/pwdcache.c: Likewise.
10711         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
10712         computation of keylen.
10714         * include/string.h: Only redefine strndupa if this is really for
10715         libc code.
10717 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
10719         * nscd/nscd_gethst_r.c: Minor cleanups.
10721         * nscd/connections.c (handle_request): Check selinux permissions
10722         for all non-admin commands.
10724         * sysdeps/i386/i486/bits/atomic.h: Define
10725         atomic_compare_and_exchange_val_acq,
10726         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
10727         using __sync_* built-ins for gcc >= 4.1.
10728         * sysdeps/x86_64/bits/atomic.h: Likewise.
10730         [BZ #3840]
10731         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
10732         and .oS.d files.
10734 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
10736         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
10737         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
10738         (do_test): Check errno and exit(0) if ENOSYS.
10740 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
10742         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
10743         thousands separators.
10744         * stdlib/Makefile: Add rules to build and run tst-strtod4.
10745         * stdlib/tst-strtod4.c: New test.
10747         [BZ #3855]
10748         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
10749         hexadecimal digit should accept just the initial 0.
10750         * stdlib/tst-strtod2.c (tests): New variable.
10751         (do_test): Run several tests rather than just one.
10753 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
10755         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
10756         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
10758 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
10760         * io/fts.c: Make sure fts_cur is always valid after return from
10761         fts_read.
10762         Patch by Miloslav Trmac <mitr@redhat.com>.
10764 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
10766         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
10767         (R_MIPS_NUM): Bump by 1.
10769 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
10771         * posix/execvp.c: Include alloca.h.
10772         (allocate_scripts_argv): Renamed to...
10773         (scripts_argv): ... this.  Don't allocate buffer here nor count
10774         arguments.
10775         (execvp): Use alloca if possible.
10776         * posix/Makefile: Add rules to build and run tst-vfork3 test.
10777         * posix/tst-vfork3.c: New test.
10779 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
10781         * string/Makefile (tst-strxfrm2-ENV): Define.
10782         * stdlib/Makefile (tst-strtod3-ENV): Define.
10784 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
10786         * posix/getconf.c: Update copyright year.
10787         * nss/getent.c: Likewise.
10788         * iconv/iconvconfig.c: Likewise.
10789         * iconv/iconv_prog.c: Likewise.
10790         * elf/ldconfig.c: Likewise.
10791         * catgets/gencat.c: Likewise.
10792         * csu/version.c: Likewise.
10793         * elf/ldd.bash.in: Likewise.
10794         * elf/sprof.c (print_version): Likewise.
10795         * locale/programs/locale.c: Likewise.
10796         * locale/programs/localedef.c: Likewise.
10797         * nscd/nscd.c (print_version): Likewise.
10798         * debug/xtrace.sh: Likewise.
10799         * malloc/memusage.sh: Likewise.
10800         * malloc/mtrace.pl: Likewise.
10801         * debug/catchsegv.sh: Likewise.
10803 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
10805         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
10806         attempts.
10808 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
10810         * posix/wordexp.c: Remove some unnecessary tests.
10812 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
10814         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
10815         blacklist the group till after we look it up.
10817 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
10819         * include/atomic.h (atomic_forced_read): New macro.
10821 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
10823         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
10825 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
10827         * nss/getXXbyYY_r.c: Include atomic.h.
10828         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
10829         add atomic_write_barrier () in between.
10831         * stdlib/Makefile (tests): Add tst-makecontext.
10832         * stdlib/tst-makecontext.c: New test.
10834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
10835         (__makecontext): Don't realign uc_mcontext.uc_regs.
10837 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
10839         * elf/dl-support.c: Include dl-procinfo.h.
10840         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
10841         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
10842         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
10843         Define.
10844         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
10845         hardcoded constants.
10846         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
10847         PPC_PLATFORM_* macros for array designators.
10849 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
10851         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
10852         names to the beginning.
10853         (_dl_powerpc_platforms): Add "power6x".
10854         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
10855         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
10856         (_DL_PLATFORMS_COUNT): Increase.
10857         (_dl_string_platform): Handle power6x case.
10858         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
10859         PPC_FEATURE_POWER6_EXT): Define.
10860         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
10862 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
10864         [BZ #3747]
10865         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
10866         [-2^31 .. 2^31) range.
10867         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
10868         targets.
10869         * stdlib/tst-rand48-2.c: New test.
10870         * stdlib/Makefile (tests): Add tst-rand48-2.
10872 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
10874         * misc/tst-pselect.c (do_test): Fix sigblock argument.
10876 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
10878         * misc/tst-pselect.c (do_test): Make sure the helper process is
10879         terminating when the test is aborted.
10881 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
10883         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
10884         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10885         Handle relatime mount option.
10887         [BZ #2337]
10888         * libio/Makefile (tests): Add tst-setvbuf1.
10889         * libio/tst-setvbuf1.c: New file.
10891 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
10893         [BZ #2337]
10894         * libio/genops.c (__uflow): Fix a typo.
10895         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
10896         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
10897         the narrow buffer size.
10899 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
10901         [BZ #2337]
10902         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
10903         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
10904         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
10905         in _flags.
10906         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
10907         _IO_wstr_finish): Likewise.
10908         * libio/wmemstream.c (open_wmemstream): Likewise.
10909         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
10910         even for wide streams.
10912 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
10914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
10915         kernel-features.h.
10917 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
10919         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
10920         separators also if no non-zero digits found.
10921         * stdlib/Makefile (tests): Add tst-strtod3.
10923 2006-12-10  Jakub Jelinek  <jakub@redhat.com>
10925         * sysdeps/unix/sysv/linux/netlinkaccess.h: Include linux/if_addr.h
10926         if IFA_MAX is not defined.
10927         (IFA_RTA, IFA_PAYLOAD, IFLA_RTA, IFLA_PAYLOAD): Define if not
10928         defined.
10929         * sysdeps/unix/sysv/linux/check_pf.c: Include netlinkaccess.h
10930         instead of asm/types.h, linux/netlink.h and linux/rtnetlink.h.
10932 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
10934         [BZ #3632]
10935         * include/features.h: Fix comment about default value for
10936         _POSIX_C_SOURCE.
10938         [BZ #3664]
10939         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
10940         empty parsed strings.
10941         * stdlib/Makefile (tests): Add tst-strtod2.
10942         * stdlib/tst-strtod2.c: New file.
10944         [BZ #3673]
10945         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
10946         computation.
10947         * stdlib/Makefile (tests): Add tst-atof2.
10948         * stdlib/tst-atof2.c: New file.
10950         [BZ #3674]
10951         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
10952         correctly if removing trailing zero of hex-float.
10953         * stdlib/Makefile (tests): Add tst-atof1.
10954         * stdlib/tst-atof1.c: New file.
10956 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
10958         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
10959         Start searching for next comma at p rather than rest.
10960         * misc/Makefile (tests): Add tst-mntent2.
10961         * misc/tst-mntent2.c: New test.
10963         * misc/getusershell.c (initshells): Check for integer overflows.
10964         Make strings buffer one bigger as fgets always succeeds when second
10965         argument is 1.  Don't use calloc for shells array.  Disallow
10966         / as shell.
10968 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
10970         * malloc/memusage.c: Handle realloc with new size of zero and
10971         non-NULL pointer correctly.
10972         (me): Really write first record twice.
10973         (struct entry): Make format bi-arch safe.
10974         (dest): Write out more realloc statistics.
10975         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
10977 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
10979         * nis/nis_subr.c (nis_getnames): Revert last change.
10981 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
10983         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
10984         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
10985         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
10986         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
10987         ENOTTY.
10988         * io/Makefile: Add rules to build and run tst-ttyname_r test.
10989         * io/tst-ttyname_r.c: New test.
10991 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10993         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
10995 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
10997         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
10998         jump table entries.
11000 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
11002         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
11003         `clone' function to ensure proper unwinding stop of gdb.
11004         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
11006 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
11008         * nscd/nscd.init: Remove obsolete and commented-out -S option
11009         handling.
11011 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
11013         [BZ #3514]
11014         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
11016         [BZ #3515]
11017         * manual/string.texi (strtok): Remove duplicate paragraph.
11019 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11021         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
11022         libgcc not supporting `rflags' unwinding (register # >= 17).
11024 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
11026         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
11027         succeeded.
11029 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
11030             Jakub Jelinek  <jakub@redhat.com>
11031             Jan Kratochvil  <jan.kratochvil@redhat.com>
11033         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
11034         unwind information.
11035         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
11036         'restore_rt' even in the 'signal' directory.
11037         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
11039 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
11041         [BZ #3559]
11042         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
11043         malloc crashed.  Don't allocate memory unnecessarily in each
11044         loop.
11046 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
11048         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
11050 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
11052         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
11054 2006-11-18  Bruno Haible  <bruno@clisp.org>
11056         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
11057         __sysconf only after having tried to call getgroups32.
11059 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
11061         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
11062         addresses for IPv4 queries if they can be mapped.
11064 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
11066         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
11067         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
11068         (signmask): Add .size directive.
11069         (othermask): Add .type directive.
11071 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
11073         * po/nl.po: Update from translation team.
11075         * timezone/zdump.c: Redo fix for BZ #3137.
11077 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
11079         * nss/nss_files/files-alias.c (get_next_alias): Set line back
11080         to first_unused after parsing :include: file.
11082 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11084         * timezone/africa: Update from tzdata2006o.
11085         * timezone/antarctica: Likewise.
11086         * timezone/asia: Likewise.
11087         * timezone/australasia: Likewise.
11088         * timezone/backward: Likewise.
11089         * timezone/europe: Likewise.
11090         * timezone/iso3166.tab: Likewise.
11091         * timezone/northamerica: Likewise.
11092         * timezone/southamerica: Likewise.
11093         * timezone/zone.tab: Likewise.
11095         * time/tzfile.c (__tzfile_read): Extend to handle new file format
11096         on machines with 64-bit time_t.
11098         * timezone/checktab.awk: Update from tzcode2006o.
11099         * timezone/ialloc.c: Likewise.
11100         * timezone/private.h: Likewise.
11101         * timezone/scheck.c: Likewise.
11102         * timezone/tzfile.h: Likewise.
11103         * timezone/tzselect.ksh: Likewise.
11104         * timezone/zdump.c: Likewise.
11105         * timezone/zic.c: Likewise.
11107         [BZ #3483]
11108         * elf/ldconfig.c (main): Call setlocale and textdomain.
11109         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11111         [BZ #3480]
11112         * manual/argp.texi: Fix typos.
11113         * manual/charset.texi: Likewise.
11114         * manual/errno.texi: Likewise.
11115         * manual/filesys.texi: Likewise.
11116         * manual/lang.texi: Likewise.
11117         * manual/maint.texi: Likewise.
11118         * manual/memory.texi: Likewise.
11119         * manual/message.texi: Likewise.
11120         * manual/resource.texi: Likewise.
11121         * manual/search.texi: Likewise.
11122         * manual/signal.texi: Likewise.
11123         * manual/startup.texi: Likewise.
11124         * manual/stdio.texi: Likewise.
11125         * manual/sysinfo.texi: Likewise.
11126         * manual/syslog.texi: Likewise.
11127         * manual/time.texi: Likewise.
11128         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11130         [BZ #3465]
11131         * sunrpc/clnt_raw.c: Minimal message improvements.
11132         * sunrpc/pm_getmaps.c: Likewise.
11133         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11134         * nis/nis_print_group_entry.c: Likewise.
11135         * locale/programs/repertoire.c: Likewise.
11136         * locale/programs/charmap.c: Likewise.
11137         * malloc/memusage.sh: Likewise.
11138         * elf/dl-deps.c: Likewise.
11139         * locale/programs/ld-collate.c: Likewise.
11140         * libio/vswprintf.c: Likewise.
11141         * malloc/memusagestat.c: Likewise.
11142         * sunrpc/auth_unix.c: Likewise.
11143         * sunrpc/rpc_main.c: Likewise.
11144         * nscd/cache.c: Likewise.
11145         * locale/programs/repertoire.c: Unify output messages.
11146         * locale/programs/charmap.c: Likewise.
11147         * locale/programs/ld-ctype.c: Likewise.
11148         * locale/programs/ld-monetary.c: Likewise.
11149         * locale/programs/ld-numeric.c: Likewise.
11150         * locale/programs/ld-time.c: Likewise.
11151         * elf/ldconfig.c: Likewise.
11152         * nscd/selinux.c: Likewise.
11153         * elf/cache.c: Likewise.
11154         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11156         [BZ #3451]
11157         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
11158         change atomic.
11159         (ceil): Likewise.
11161 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
11163         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
11164         if N is one bigger than return value.
11165         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
11166         and l1 last arguments, if buf is defined, verify the return value
11167         equals to strlen (buf) and verify no byte beyond passed length
11168         is modified.
11170 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11172         * po/sv.po: Update from translation team.
11174 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
11176         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
11177         noinline attribute.
11179 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
11181         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
11182         noinline attribute.
11184         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
11185         Use __new_sys_siglist instead of _sys_siglist_internal as
11186         second macro argument.
11187         (_old_sys_siglist): Use declare_symbol_alias macro instead of
11188         strong_alias.
11190 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
11192         [BZ #3493]
11193         * posix/unistd.h (sysconf): Remove const attribute.
11195         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
11196         temporary or deprecated addresses.
11197         Patch by Sridhar Samudrala <sri@us.ibm.com>.
11199         * string/Makefile (tests): Add tst-strxfrm2.
11200         * string/tst-strxfrm2.c: New file.
11202 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
11204         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
11205         rather than r->r_brk.
11207 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
11209         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
11210         optimization even if needed > n.
11212         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
11213         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
11214         return false, otherwise return true.
11215         (cache_rpath): Return decompose_rpath return value.
11217 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
11219         * include/libc-symbols.h (declare_symbol): Rename to...
11220         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
11221         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
11222         .size directive.
11223         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
11224         changes.
11225         * sysdeps/gnu/siglist.c: Likewise.
11227 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
11229         * sysdeps/powerpc/fpu/bits/mathinline.h
11230         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
11231         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
11233 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
11235         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
11236         Update handling of cache descriptor 0x49 for new models.
11237         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
11238         Likewise.
11240 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
11242         * malloc/memusage.c (dest): Reset not_me back to false after
11243         printing statistics.
11245 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
11247         * configure.in: Work around ld --help change and avoid -z relro
11248         test completely if the architecture doesn't care about security.
11250 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
11252         * po/sv.po: Update from translation team.
11254 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
11256         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
11257         generate compatibility version.
11259 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
11261         * configure.in: Relax -z relro requirement a bit.
11263         * po/sv.po: Update from translation team.
11265 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
11267         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
11268         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11269         * elf/dl-close.c (_dl_close_worker): Likewise.
11270         * elf/dl-open.c (_dl_open_worker): Likewise.
11271         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
11273 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
11275         * configure.in: Require assembler support for visibility, compiler
11276         support for visibility and aliases, linker support for various -z
11277         options.
11278         * Makeconfig: Remove conditional code which now is unnecessary.
11279         * config.h.in: Likewise.
11280         * config.make.in: Likewise.
11281         * dlfcn/Makefile: Likewise.
11282         * elf/Makefile: Likewise.
11283         * elf/dl-load.c: Likewise.
11284         * elf/rtld.c: Likewise.
11285         * include/libc-symbols.h: Likewise.
11286         * include/stdio.h: Likewise.
11287         * io/Makefile: Likewise.
11288         * io/fstat.c: Likewise.
11289         * io/fstat64.c: Likewise.
11290         * io/fstatat.c: Likewise.
11291         * io/fstatat64.c: Likewise.
11292         * io/lstat.c: Likewise.
11293         * io/lstat64.c: Likewise.
11294         * io/mknod.c: Likewise.
11295         * io/mknodat.c: Likewise.
11296         * io/stat.c: Likewise.
11297         * io/stat64.c: Likewise.
11298         * libio/stdio.c: Likewise.
11299         * nscd/Makefile: Likewise.
11300         * stdlib/Makefile: Likewise.
11301         * stdlib/atexit.c: Likewise.
11302         * sysdeps/generic/ldsodefs.h: Likewise.
11303         * sysdeps/i386/dl-machine.h: Likewise.
11304         * sysdeps/i386/sysdep.h: Likewise.
11305         * sysdeps/i386/i686/memcmp.S: Likewise.
11306         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
11307         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11308         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11310         * Makerules: USE_TLS support is now default.
11311         * tls.make.c: Likewise.
11312         * csu/Versions: Likewise.
11313         * csu/libc-start.c: Likewise.
11314         * csu/libc-tls.c: Likewise.
11315         * csu/version.c: Likewise.
11316         * dlfcn/dlinfo.c: Likewise.
11317         * elf/dl-addr.c: Likewise.
11318         * elf/dl-cache.c: Likewise.
11319         * elf/dl-close.c: Likewise.
11320         * elf/dl-iteratephdr.c: Likewise.
11321         * elf/dl-load.c: Likewise.
11322         * elf/dl-lookup.c: Likewise.
11323         * elf/dl-object.c: Likewise.
11324         * elf/dl-open.c: Likewise.
11325         * elf/dl-reloc.c: Likewise.
11326         * elf/dl-support.c: Likewise.
11327         * elf/dl-sym.c: Likewise.
11328         * elf/dl-sysdep.c: Likewise.
11329         * elf/dl-tls.c: Likewise.
11330         * elf/ldconfig.c: Likewise.
11331         * elf/rtld.c: Likewise.
11332         * elf/tst-tls-dlinfo.c: Likewise.
11333         * elf/tst-tls1.c: Likewise.
11334         * elf/tst-tls10.h: Likewise.
11335         * elf/tst-tls14.c: Likewise.
11336         * elf/tst-tls2.c: Likewise.
11337         * elf/tst-tls3.c: Likewise.
11338         * elf/tst-tls4.c: Likewise.
11339         * elf/tst-tls5.c: Likewise.
11340         * elf/tst-tls6.c: Likewise.
11341         * elf/tst-tls7.c: Likewise.
11342         * elf/tst-tls8.c: Likewise.
11343         * elf/tst-tls9.c: Likewise.
11344         * elf/tst-tlsmod1.c: Likewise.
11345         * elf/tst-tlsmod13.c: Likewise.
11346         * elf/tst-tlsmod13a.c: Likewise.
11347         * elf/tst-tlsmod14a.c: Likewise.
11348         * elf/tst-tlsmod2.c: Likewise.
11349         * elf/tst-tlsmod3.c: Likewise.
11350         * elf/tst-tlsmod4.c: Likewise.
11351         * elf/tst-tlsmod5.c: Likewise.
11352         * elf/tst-tlsmod6.c: Likewise.
11353         * include/errno.h: Likewise.
11354         * include/link.h: Likewise.
11355         * include/tls.h: Likewise.
11356         * locale/global-locale.c: Likewise.
11357         * locale/localeinfo.h: Likewise.
11358         * malloc/arena.c: Likewise.
11359         * malloc/hooks.c: Likewise.
11360         * malloc/malloc.c: Likewise.
11361         * resolv/Versions: Likewise.
11362         * sysdeps/alpha/dl-machine.h: Likewise.
11363         * sysdeps/alpha/libc-tls.c: Likewise.
11364         * sysdeps/generic/ldsodefs.h: Likewise.
11365         * sysdeps/generic/tls.h: Likewise.
11366         * sysdeps/i386/dl-machine.h: Likewise.
11367         * sysdeps/ia64/dl-machine.h: Likewise.
11368         * sysdeps/ia64/libc-tls.c: Likewise.
11369         * sysdeps/mach/hurd/fork.c: Likewise.
11370         * sysdeps/mach/hurd/i386/tls.h: Likewise.
11371         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
11372         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
11373         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11374         * sysdeps/s390/libc-tls.c: Likewise.
11375         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11376         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11377         * sysdeps/sh/dl-machine.h: Likewise.
11378         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11379         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11380         * sysdeps/x86_64/dl-machine.h: Likewise.
11382         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
11383         split out locking and parameter checking.
11384         (_dl_close): Call _dl_close_worker after locking and checking.
11385         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
11386         _dl_close.
11387         * elf/Makefile: Add rules to build and run tst-thrlock.
11388         * elf/tst-thrlock.c:  New file.
11390         [BZ #3426]
11391         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
11392         reality.
11394         [BZ #3429]
11395         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
11396         we are sure we do not need it anymore for _dl_close.  Also move
11397         the asserts inside the lock region.
11398         Patch mostly by Suzuki <suzuki@in.ibm.com>.
11400 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
11402         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
11403         argument.
11404         (_dl_lookup_symbol_x): Adjust caller.
11406         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
11407         _ns_global_scope.
11408         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
11410         * elf/dl-libc.c: Revert l_scope name changes.
11411         * elf/dl-load.c: Likewise.
11412         * elf/dl-object.c: Likewise.
11413         * elf/rtld.c: Likewise.
11414         * elf/dl-close.c (_dl_close): Likewise.
11415         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
11416         always use __rtld_mrlock_{change,done}.  Always free old scope list
11417         here if not l_scope_mem.
11418         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
11419         change.  Never free scope list here.  Just __rtld_mrlock_lock before
11420         the lookup and __rtld_mrlock_unlock it after the lookup.
11421         * elf/dl-sym.c: Likewise.
11422         * include/link.h (struct r_scoperec): Remove.
11423         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
11424         with l_scope_mem and l_scoperec_lock with l_scope_lock.
11426 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
11428         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
11430 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11432         * configure.in: Disable building profile libraries by default.
11434 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11436         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
11437         as signed longs, check for x_base + pos overflow.
11438         * sunrpc/Makefile (tests): Add tst-xdrmem2.
11439         * sunrpc/tst-xdrmem2.c: New test.
11441 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11443         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
11444         _dl_lookup_symbol_x code.
11446 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11448         * elf/dl-runtime.c: Include sysdep-cancel.h.
11449         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
11450         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
11451         instead of catomic_* macros.
11452         * elf/dl-sym.c: Include sysdep-cancel.h.
11453         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
11454         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11455         * elf/dl-close.c: Include sysdep-cancel.h.
11456         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
11457         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11458         * elf/dl-open.c: Include sysdep-cancel.h.
11459         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
11460         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11462 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11464         [BZ #3313]
11465         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
11466         fastbin rather than end of fastbin array.
11468 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11470         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
11471         body macro.
11472         * sysdeps/x86_64/bits/atomic.h
11473         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
11474         (catomic_decrement): Use correct body macro.
11476 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11478         * include/atomic.h: Add a unique prefix to all local variables
11479         in macros.
11480         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
11482 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
11484         [BZ #3369]
11485         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
11486         and 7.
11488 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
11490         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
11492 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
11494         [BZ #3313]
11495         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
11496         determine highest fast bin to consolidate, always look into all of
11497         them.
11498         (do_check_malloc_state): Only require for empty bins for large
11499         sizes in main arena.
11501         * libio/stdio.h: Add more __wur attributes.
11503         * elf/dl-minimal.c (realloc): Optimize last patch.
11505 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
11507         [BZ #3352]
11508         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
11509         and use memcpy() if it does.
11511 2006-11-12  Andreas Jaeger  <aj@suse.de>
11513         [BZ #2510]
11514         * manual/search.texi (Hash Search Function): Clarify.
11515         (Array Search Function): Clarify.
11517 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
11519         [BZ #2830]
11520         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
11521         shifting.
11522         * math/atest-exp2.c (read_mpn_hex): Likewise.
11523         * math/atest-sincos.c (main): Likewise.
11525 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
11527         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
11528         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
11529         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
11530         version GLIBC_2.6.
11531         * Versions.def: Add GLIBC_2.6 for libc.
11533         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
11535         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
11537 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
11539         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
11541         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
11543         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
11544         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
11546 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
11548         * include/atomic.c: Define catomic_* operations.
11549         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
11550         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
11551         * malloc/memusage.c: Likewise.
11552         * gmon/mcount.c: Likewise.
11553         * elf/dl-close.c: Likewise.
11554         * elf/dl-open.c: Likewise.
11555         * elf/dl-profile.c: Likewise.
11556         * elf/dl-sym.c: Likewise.
11557         * elf/dl-runtime.c: Likewise.
11558         * elf/dl-fptr.c: Likewise.
11559         * resolv/res_libc.c: Likewise.
11561 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
11563         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
11564         components which lack them.
11566         * nis/nis_subr.c (nis_getnames): Make sure that we always return
11567         at least one entry consisting of the parameter concatenated with
11568         the domain.
11570 2006-10-10  Roland McGrath  <roland@frob.com>
11572         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
11573         * sysdeps/mach/hurd/futimes.c: Likewise.
11574         * sysdeps/mach/hurd/lutimes.c: Likewise.
11576 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
11577             Jakub Jelinek  <jakub@redhat.com>
11579         Implement reference counting of scope records.
11580         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
11581         from the list in objects which remain.  Always allocate new scope
11582         record.
11583         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
11584         don't resize, allocate a new one.
11585         * elf/dl-runtime.c: Update reference counters before using a scope
11586         array.
11587         * elf/dl-sym.c: Likewise.
11588         * elf/dl-libc.c: Adjust for l_scope name change.
11589         * elf/dl-load.c: Likewise.
11590         * elf/dl-object.c: Likewise.
11591         * elf/rtld.c: Likewise.
11592         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
11593         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
11594         Add l_scoperec_lock.
11595         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
11596         * sysdeps/generic/rtld-lowlevel.h: New file.
11598         * include/atomic.h: Rename atomic_and to atomic_and_val and
11599         atomic_or to atomic_or_val.  Define new macros atomic_and and
11600         atomic_or which do not return values.
11601         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
11602         Various cleanups.
11603         * sysdeps/i386/i486/bits/atomic.h: Likewise.
11605         * po/sv.po: Update from translation team.
11607 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
11609         * Versions.def: Add GLIBC_2.6 to libpthread.
11611         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
11612         (versioned_symbol): Likewise.
11613         (compat_symbol): Likewise.
11615         * po/tr.po: Update from translation team.
11617 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11619         * nis/Banner: Removed.  It's been integral part forever and the
11620         author info is incomplete anyway.
11621         * libio/Banner: Likewise.
11623         * nis/nis_table.c (nis_list): If __follow_path fails in the new
11624         code, make sure the nis_freeresult call doesn't crash and that the
11625         result is reported correctly.
11627 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
11629         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
11630         when callback is NULL.
11632         * nis/Versions (libnss_nisplus): Add
11633         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
11634         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
11635         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
11636         _nss_create_tablename): Rename to...
11637         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
11638         ... these.  No longer static.
11639         (internal_setgrent): Adjust users.
11640         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11641         Don't use locking around _nss_grp_create_tablename call.
11642         * nis/nss_nisplus/nisplus-initgroups.c: New file.
11644 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11646         * version.h (VERSION): Bump to 2.5.90 for new development tree.
11648 2006-10-06  Andreas Jaeger  <aj@suse.de>
11650         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
11652 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11654         * po/pl.po: Update from translation team.
11656         * nscd/nscd.c (main): Fix typo in message.
11657         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
11659 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
11661         [BZ #3291]
11662         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
11663         errno.h, signal.h, unistd.h and sysdep-cancel.h.
11664         (__sigprocmask): Define.
11666 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
11668         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
11669         used.
11671 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
11673         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
11674         in oldtotal and newtotal calculation.
11675         * nscd/nscd-client.h (struct mapped_database): Add datasize
11676         field.
11677         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
11678         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
11679         increased.
11680         (__nscd_cache_search): Add checks to make sure we never reference
11681         data beyond the current mapping.
11683 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
11685         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
11686         variables const to avoid compiler warnings.
11688         * io/fts.c (fts_close): Remove redundant checks.
11689         (fts_build): Likewise.
11690         (fts_palloc): Likewise.
11692         * manual/message.texi (Advanced gettext functions,
11693         Using gettextized software): Fix typos.
11695 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
11697         * posix/glob.c (glob_in_dir): Add some comments and asserts to
11698         explain why there are no leaks.
11700 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
11702         * libio/wmemstream.c: Include <wchar.h>.
11703         * libio/bug-wmemstream1.c: Likewise.
11704         * libio/tst-wmemstream1.c: Likewise.
11705         * libio/tst-wmemstream2.c: Likewise.
11707         * version.h (RELEASE): Bump to 2.5.
11708         * README: Regenerated.
11710         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
11712         [BZ #3273]
11713         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
11714         found no group members.
11715         Patch by Petr Baudis.
11717 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
11719         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
11720         assert bootstrap_map.l_tls_modid is zero.
11721         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
11722         if USE___THREAD.
11724 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
11726         * libio/stdio.h: Move open_wmemstream prototype to ...
11727         * wcsmbs/wchar.h: ... here.
11729 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
11731         [BZ #3252]
11732         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
11733         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
11734         __{,l}chown to handle the rest.
11735         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
11736         fchownat syscall and __ASSUME_32BITUIDS case inline, call
11737         __{,l}chown to handle the rest.
11738         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
11739         i386/fchownat.c.
11740         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
11741         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
11743         [BZ #3253]
11744         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11745         time, rather allocate increasingly bigger arrays of pointers, if
11746         possible with alloca, if too large with malloc.
11748 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
11750         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
11752         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
11754 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
11756         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
11757         home addresses.
11758         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
11759         IFA_F_HOMEADDRESS flag for interfaces.
11760         * include/ifaddrs.h (struct in6addrinfo): Define
11761         in6ai_homeaddress.
11763 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
11765         [BZ #3225]
11766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
11767         PTR_DEMANGLE3): Define.
11768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
11769         PTR_DEMANGLE3): Likewise.
11770         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
11771         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
11772         Likewise.
11773         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
11775 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
11777         * po/libc.pot: Regenerated.
11778         * po/be.po: Updated.
11779         * po/ca.po: Likewise.
11780         * po/cs.po: Likewise.
11781         * po/da.po: Likewise.
11782         * po/de.po: Likewise.
11783         * po/el.po: Likewise.
11784         * po/en_GB.po: Likewise.
11785         * po/es.po: Likewise.
11786         * po/fi.po: Likewise.
11787         * po/fr.po: Likewise.
11788         * po/gl.po: Likewise.
11789         * po/hr.po: Likewise.
11790         * po/hu.po: Likewise.
11791         * po/ja.po: Likewise.
11792         * po/ko.po: Likewise.
11793         * po/nb.po: Likewise.
11794         * po/nl.po: Likewise.
11795         * po/pl.po: Likewise.
11796         * po/pt_BR.po: Likewise.
11797         * po/ru.po: Likewise.
11798         * po/rw.po: Likewise.
11799         * po/sk.po: Likewise.
11800         * po/sv.po: Likewise.
11801         * po/tr.po: Likewise.
11802         * po/zh_CN.po: Likewise.
11803         * po/zh_TW.po: Likewise.
11805         [BZ #3137]
11806         * iconv/iconv_prog.c (main): Fix spelling in error message.
11807         * iconv/iconvconfig.c (main): Likewise.
11808         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
11809         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
11810         * locale/programs/localedef.c (main): Likewise.
11811         * locale/programs/repertoire.c (repertoire_read): Likewise.
11812         * timezone/zdump.c (main): Likewise.
11813         * nscd/connections.c (handle_request): Fix spelling in log message.
11814         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
11816 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
11818         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
11819         interfaces.
11821 2006-09-20  Andreas Jaeger  <aj@suse.de>
11823         * math/libm-test.inc (lrint_test_upward): Fix typo.
11825 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
11827         [BZ #2592]
11828         * math/libm-test.inc (lrint_test_tonearest): New function.
11829         (lrint_test_towardzero): New function.
11830         (lrint_test_downward): New function.
11831         (lrint_test_upward): New function.
11832         (main): Run these new tests.
11833         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
11834         of values near to 0.
11835         (two52): Use double not long double.
11836         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
11837         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
11838         (two23): Use float not double.
11839         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
11840         (two23): Use float not double.
11841         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
11842         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
11843         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
11844         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
11846 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11848         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
11849         Cast sp to unsigned long to avoid compiler warning.
11850         Use __makecontext_ret function instead of a trampoline on the stack.
11851         (__makecontext_ret): New function.
11852         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
11854 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
11856         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
11857         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
11858         bits.
11860 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
11862         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
11863         sure no reference to the unloaded map's search list remains in the
11864         dependency's scope.
11866 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
11868         * elf/Makefile: Add rules to build and run unload7 test.
11869         * elf/unload7.c: New test.
11870         * elf/unload7mod1.c: New file.
11871         * elf/unload7mod2.c: New file.
11873 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
11875         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
11876         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
11877         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
11878         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
11879         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
11880         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
11881         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
11882         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
11883         PTRACE_GETEVENTMSG): Likewise.
11884         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
11885         values.
11887 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
11889         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
11890         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
11891         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
11892         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
11894 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
11896         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
11897         write '\0' to the fd.
11898         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
11899         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
11900         Change regs to unsigned long pointer from unsigned int, fix fscr
11901         offset.
11903 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
11905         * io/Makefile (CFLAGS-fstatat.c): Set.
11906         (CFLAGS-fstatat64.c): Likewise.
11907         (CFLAGS-mknodat.c): Likewise.
11909         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
11910         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
11911         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
11912         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
11914 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
11915             Steven Munroe  <sjmunroe@us.ibm.com>
11917         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
11918         names to the beginning.  Rename "cell" to "cellbe".
11919         (_dl_powerpc_platforms): New.
11920         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
11921         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
11922         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
11923         (_DL_HWCAP_PLATFORM): Define to new mask.
11924         (_dl_platform_string, _dl_string_platform): New functions.
11925         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
11926         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
11928 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
11930         [BZ #2526]
11931         * README.libm: Fix a thinko in sqrt algorithm description.
11933         [BZ #3143]
11934         * manual/string.texi (argz_delete): Fix prototype.
11935         Patch by <alpt@freaknet.org>.
11937 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
11939         [BZ #3138]
11940         * io/test-lfs.c (do_prepare): Give name_len type size_t.
11941         * io/tst-fcntl.c (do_prepare): Likewise.
11942         * posix/tst-exec.c (do_prepare): Likewise.
11943         * posix/tst-preadwrite.c (do_prepare): Likewise.
11944         * posix/tst-spawn.c (do_prepare): Likewise.
11945         * posix/tst-truncate.c (do_prepare): Likewise.
11946         * rt/tst-aio.c (do_prepare): Likewise.
11947         * rt/tst-aio64.c (do_prepare): Likewise.
11948         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
11949         size_t.
11951 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
11953         [BZ #2821]
11954         * time/mktime.c (guess_time_tm): Fix overflow detection.
11955         * time/Makefile (tests): Add bug-mktime1.
11956         * time/bug-mktime1.c: New file.
11958         [BZ #3189, #3188]
11959         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
11960         (mremap): Likewise.
11962 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
11964         [BZ #1006]
11965         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
11966         Ensure relocation doesn't clobber any bits outside of the
11967         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
11968         R_SPARC_HI22 and R_SPARC_H44.
11970         [BZ #2775]
11971         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
11972         (long) (MINSIZE + nb - old_size) is positive.
11974         * malloc/arena.c (grow_heap): When growing bail even if new_size
11975         is negative.
11977         [BZ #3155]
11978         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
11979         stack below r1.
11981 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11983         * posix/regex_internal.c (re_string_reconstruct): Handle
11984         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11985         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11986         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11987         re_string_context_at.
11988         * posix/Makefile: Add rules to build and run bug-regex26 test.
11989         * posix/bug-regex26.c: New test.
11991         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
11992         rather than col_sym_free.  Move seqp declaration earlier.
11994         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
11996 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
11998         * nscd/initgrcache.c (addinitgroupsX): Move any_success
11999         decl before first goto out.
12001 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
12003         * Makerules (shlib.lds): If have-hash-style, put .hash section
12004         at the end of the RO segment.
12006 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
12008         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
12009         style hash table format is used.
12011 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
12013         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
12014         randomization rather than before.
12015         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
12017 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
12019         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
12021         * malloc/malloc.c (_int_malloc): Use full list insert and not
12022         shortcut which assumes the list is empty for large requests
12023         too.
12025         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
12027 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
12029         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
12030         and offout arguments to the prototype.
12031         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
12032         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
12033         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
12034         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
12035         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
12036         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
12037         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
12038         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
12040 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
12042         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
12044         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
12045         dlopen parameters.
12047 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
12049         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
12050         only if herrno is NETDB_INTERNAL.  Handle errors other than
12051         ERANGE outside of the loops, handle TRY_AGAIN.
12053         * locale/programs/ld-ctype.c (translit_flatten): Issue error
12054         if other's ctype category was missing.
12055         * locale/programs/ld-collate.c (collate_read): Return if
12056         copy_locale's collate category is missing.
12058 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
12060         [BZ #2684]
12061         * malloc/malloc.c (public_rEALLOc): Try harder by using other
12062         arenas if allocation failed.
12063         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
12065 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
12067         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
12068         waste bins[0..1].
12069         (malloc_state): Reduce bins size by 2.
12070         (_int_malloc): Fix test for large enough buffer for early termination.
12071         When no unsorted block matches perfectly and an exiting block has
12072         to be split, use full list insert and not shortcut which assumes
12073         the list is empty.
12075         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
12076         failure.
12078 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12080         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
12081         do anything.
12083         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
12084         symbol require exact match (these are PLTs).
12085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
12086         (_dl_ppc64_addr_sym_match): Likewise.
12088         [BZ #2683]
12089         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
12090         If symbol has a value use it.
12091         * elf/tst-dladdr1.c: New file.
12092         * elf/Makefile: Add rules to build and run tst-addr1.
12094 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
12096         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
12097         keeps failing and heap growth or new heap creation isn't
12098         successful either.
12099         * malloc/tst-malloc.c (main): Add new tests.
12101 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12103         [BZ #2734]
12104         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
12105         as in the x86-64 code to use bswap.
12107 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
12109         [BZ #2680]
12110         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
12111         __USE_UNIX98.
12112         * posix/bits/unistd.h: Likewise.
12114 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
12116         [BZ #2751]
12117         * string/strchr.c: Add cast to avoid warning.
12119 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12121         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
12122         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
12123         limit is needed to avoid the exploding of the address space
12124         requirement for secondary heaps.
12125         * malloc/arena.c (HEAP_MAX_SIZE): Define using
12126         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
12128 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
12130         [BZ #3018]
12131         * Makerules (depfiles): Handle extra-test-objs the same as
12132         extra-objs.
12133         (common-mostlyclean): Likewise.
12134         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
12135         instead.
12136         * elf/Makefile (extra-objs): Likewise.
12137         * stdlib/Makefile (extra-objs): Likewise.
12139 2006-08-14  Eric Blake  <ebb9@byu.net>
12141         [BZ #3044]
12142         * misc/error.h: Assume C89 or better.
12143         * misc/error.c: Likewise.
12145 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12147         [BZ #3040]
12148         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
12149         __ASSUME_ATFCTS is defined.
12151 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
12153         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
12154         to sort in each call.
12156         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
12157         is empty simply return and use next service.
12158         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
12160         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
12161         tells us when not finding a charmap file is an error.
12162         * locale/programs/charmap.h: Adjust charmap_read prototype.
12163         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
12164         cannot find a charmap.
12165         * locale/programs/localedef.c (main): Adjust charmap_read call.
12167 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
12169         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
12170         sysdeps/posix/pause.c implementation instead.
12172 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
12174         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
12175         to EPERM.
12177 2006-08-13  Andreas Schwab  <schwab@suse.de>
12179         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
12180         Don't clobber caller's LRSAVE.
12181         (_dl_prof_resolve): Likewise.
12183 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
12185         [BZ #1996]
12186         * libio/memstream.c (open_memstream): Allocate initial buffer with
12187         calloc.
12188         * libio/wmemstream.c (open_wmemstream): Likewise.
12189         * libio/strops.c: Pretty printing.
12190         (_IO_str_overflow): Clear uninitialized part of the new buffer.
12191         (enlarge_userbuf): New function.
12192         (_IO_str_seekoff): Call it if seek position is larger than current
12193         buffer.
12194         * libio/wstrops.c: Likewise.
12195         * libio/vasprintf.c: Add comment as to why we do not have to use
12196         calloc instead of malloc to allocate initial buffer.
12197         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
12198         * libio/bug-memstream1.c: New file.
12199         * libio/bug-wmemstream1.c: New file.
12201 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
12203         * libio/wstrops.c: Remove dead macro definitions and comments.
12204         * libio/strops.c: Likewise.
12206         [BZ #2764]
12207         * login/utmpname.c (__utmpname): Remove unnecessary test.
12209 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
12211         [BZ #2832]
12212         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
12213         0s from integers.
12215 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
12217         [BZ #2987]
12218         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
12219         for CPU clocks.
12220         * sysdeps/unix/clock_settime.c: Add support for platform-specific
12221         setting of CPU clocks.
12223 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12225         [BZ #2841]
12226         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
12227         since C99 requires the result to promote to 'int' when uint_least8_t
12228         and uint_least16_t promote to 'int'.
12230 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12232         [BZ #3013]
12233         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
12234         lenght of one output field, correct bitmask creation.
12235         * locale/programs/ld-time.c: Add alignment.
12237         [BZ #2997]
12238         * misc/error.c: Add space between program name and message if file
12239         name is missing.
12241 2006-08-03  Eric Blake  <ebb9@byu.net>
12243         [BZ #2998]
12244         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
12246 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
12248         * malloc/memusagestat.c: Silence warnings.
12250         * malloc/malloc.c: Dynamically size mmap treshold if the program
12251         frees mmaped blocks.
12252         Patch by Valerie Henson and Arjan van de Ven.
12254 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
12256         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
12257         __USE_GNU.
12259         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
12260         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
12261         (DEF): Don't put the var into .gnu.linkonce.r.* section.
12262         Only provide var definitions in strtol_l (or for *ull*
12263         in strtoll_l).
12265         * stdio-common/bug16.c (tests): New array.
12266         (do_tests): Allow the first hexadecimal digit
12267         to be 1, 2, 4 or 8.  Do 3 additional tests.
12269         * sysdeps/s390/fpu/libm-test-ulps: Update.
12271         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
12272         fchownat syscall if available.
12273         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12274         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
12275         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12277 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
12279         * nis/nis_xdr.c: Avoid some function calls.
12281 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
12282             Ulrich Drepper  <drepper@redhat.com>
12284         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
12285         short cut if only one name component is stripped away.
12287 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
12289         * nis/nis_call.c: Minor cleanups throughout.
12290         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
12291         (first_shoot): Add search_parent_first parameter.  Only if it is set
12292         search parent server first.
12293         If directory for table found through cold start cache is not the same
12294         as referenced in the cache, don't use it.
12295         (__nisfind_server): Take additional parameter.  Pass it on to
12296         first_shoot.
12297         (__prepare_niscall): Adjust __nisfind_server call.
12298         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
12299         * nis/nis_table.c: Adjust __nisfind_server call.
12300         * nis/nis_lookup.c: Likewise.
12301         (nis_lookup): Don't loop endlessly if name is reduced to ".".
12303 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
12305         [BZ #2182]
12306         * math/s_cacosh.c: Return values from positive branch.
12307         * math/s_cacoshf.c: Likewise.
12308         * math/s_cacoshl.c: Likewise.
12310         [BZ #2883]
12311         * sysvipc/sys/msg.h: Change return value to ssize_t.
12312         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
12313         * sysvipc/msgrcv.c: Likewise.
12314         * include/sys/msg.h: Likewise.
12316         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
12317         test introduced in patch for bz #661.
12318         (getgrouplist): Simplify code a bit.  Don't allocate one additional
12319         element for NEWGROUPS.
12321         [BZ #2908]
12322         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
12323         'f', use '1' as leading digit not '\1'.
12324         * stdio-common/Makefile (tests): Add bug16.
12325         * stdio-common/bug16.c: New file.
12327         [BZ #2914]
12328         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
12329         and don't try to open it.  The patch introducing the macro
12330         contained a bug and used the same file name as the new file
12331         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
12332         this out completely.
12334         [BZ #2926]
12335         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
12336         Patch by Jerry James <Jerry.James@usu.edu>.
12338         * rt/Makefile (tests): Add tst-clock2.
12339         * rt/tst-clock2.c: New file.
12341         [BZ #2978]
12342         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
12343         function and its parameters and pass it to new thread.
12344         (__gai_notify): Add support for alternative waiting for completion.
12345         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
12346         waiting for completion.
12347         * resolv/getaddrinfo_a.c: Likewise.
12348         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
12349         waiting for completion is used.
12350         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
12351         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
12352         * resolv/gai_error.c: Likewise.
12353         * resolv/gai_sigqueue.c: Likewise.
12355 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
12357         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
12358         errno to EBADF and return MACH_PORT_NULL.
12360 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
12362         [BZ #2980]
12363         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
12365 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
12367         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
12368         walk them instead of the symbol table.
12370 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
12372         [BZ #2098]
12373         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
12374         status of NSS calls, not the number of returned entries.
12376         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
12377         request_key, keyctl.
12379 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12381         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
12383 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
12385         * elf/tst-auditmod1.c: Fix typo in #error.
12387 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12389         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
12391         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
12393 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
12395         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
12396         that the directory is empty even on non-POSIX filesystems.
12398 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12400         * elf/dl-open.c (dl_open_worker): Add branch prediction.
12402         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
12403         the backend NSS module.  If backend setgrent call failed, don't have
12404         internal_setgrent fail.  Just remember this until it is needed.
12405         * nis/nss_compat/compat-pwd.c: Likewise.
12406         * nis/nss_compat/compat-spwd.c: Likewise.
12408 2006-07-30  Roland McGrath  <roland@redhat.com>
12410         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
12411         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
12412         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
12413         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
12415         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
12416         (nanosleep_not_cancel): New macro.
12417         (sigsuspend_not_cancel): new macro.
12418         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
12419         (do_sigsuspend): Define as inline.
12420         (__sigsuspend): Always use do_sigsuspend.
12421         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
12422         * include/signal.h: Declare __sigsuspend_nocancel.
12423         * sysdeps/posix/pause.c
12424         [! NO_CANCELLATION] (__pause_nocancel): New function.
12426         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
12427         * include/time.h (__nanosleep_nocancel): Likewise.
12429 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
12431         * locale/programs/localedef.c (add_to_readlist): Rename local
12432         variables to avoid confusion.
12434         * locale/programs/charmap.c (charmap_read): Emit error message if
12435         charmap couldn't be found or read.
12437 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
12439         * sysdeps/unix/sysv/linux/kernel-features.h: Define
12440         __ASSUME_FUTEX_LOCK_PI.
12441         * include/time.h: Declare __nanosleep_nocancel.
12442         * include/unistd.h: Declare __pause_nocancel.
12444         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
12445         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
12446         get the __stack_chk_fail_local definition when it's needed.
12448 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
12450         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
12451         * dlfcn/bug-atexit3.c: New file.
12452         * dlfcn/bug-atexit3-lib.cc: New file.
12454         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
12455         used when the namespace is not the base namespace.
12457 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
12459         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
12460         (__new_exitfn): Bump it in every successful call.
12461         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
12462         more exit handlers, call them right away.
12463         * stdlib/exit.h: Declare __new_exitfn_called.
12465 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
12467         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
12468         calling registered handler.
12470         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
12471         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
12472         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
12473         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
12474         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
12475         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
12476         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
12477         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
12479 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
12481         * elf/dl-lookup.c (dl_new_hash): New functions.
12482         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
12483         value here.  Compute new-style hash value.  Pass new hash value
12484         and reference to variable with the old value to do_lookup_x.
12485         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
12486         old-style hash table.
12487         (_dl_debug_bindings): Pass new hash value and reference to variable
12488         with the old value to do_lookup_x.
12489         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
12490         new-style hash value and change old-style hash value parameter to
12491         be a reference.  Reoganize functions to determine whether
12492         new-style hash table is available.  Only fall back on old-style
12493         table.  If old-style hash value is needed, compute it here.
12494         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
12495         entry.
12496         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
12497         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
12498         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
12499         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
12500         * Makeconfig: If linker supports --hash-style option add it to all
12501         linker command lines to build DSOs.
12502         * config.make.in: Define have-hash-style.
12503         * configure.in: Test whether linker supports --hash-style option.
12505         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
12506         * sysdeps/generic/ldsodefs.h: Adjust prototype.
12508 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
12510         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
12511         auditing.
12513         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
12514         RPATH of main map twice.
12516 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
12518         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
12519         look further, return original strings.
12520         (_nl_find_msg): Do not return found translation if the conversion
12521         failed.  Either signal the string is unusable or that something went
12522         wrong and the original should be used.
12524 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
12526         * string/_strerror.c (__strerror_r): Add __builtin_expect.
12528 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
12530         [BZ #2766]
12531         * misc/insremque.c (insque): Handle prev == NULL.
12532         * misc/Makefile (tests): Add tst-insremque.
12533         * misc/tst-insremque.c: New test.
12535 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
12537         [BZ #2792]
12538         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
12539         conflict with DL_DST_REQUIRED.
12541 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
12543         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
12544         match what Solaris does.
12546 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
12548         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
12549         local_setegid instead of seteuid and setegid.
12550         * sysdeps/generic/local-setxid.h: New file.
12551         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
12553         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
12555         * string/Makefile (tests): Add bug-envz1.
12556         * string/bug-envz1.c: New file.
12558 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12560         * posix/regex_internal.c (re_string_skip_chars): If no character has
12561         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
12562         to the byte which couldn't be converted.
12563         (re_string_reconstruct): Don't clear valid_raw_len before calling
12564         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12565         tip_context using re_string_context_at.
12566         * posix/Makefile: Add rules to build and run bug-regex25 test.
12567         * posix/bug-regex25.c: New test.
12569 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
12571         [BZ #2703]
12572         * string/envz.c (envz_strip): Correct erroneously reversed src
12573         and dest parameters to memmove() invocation.
12575 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
12577         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
12578         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
12579         to make sure the database has been already invalidated.
12580         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
12581         after the cache has been invalidated.  Use pthread_mutex_lock rather
12582         than pthread_mutex_trylock if fd != -1.
12583         * nscd/connections.c (invalidate_cache): Add fd argument, write
12584         response to fd if not calling prune_cache, pass fd to prune_cache.
12585         (handle_request): Adjust invalidate_cache caller.
12586         (nscd_run): Pass -1 as fd to prune_cache.
12588 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
12590         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
12591         the correct place.
12593 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
12595         * nscd/nscd.h (struct database_dyn): Add prunelock field.
12596         * nscd/cache.c (prune_cache): Take prunelock before starting the
12597         work.  Just return in case it is already taken.
12598         * nscd/connections.c (dbs): Initialize .prunelock.
12600 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
12602         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
12603         copying.  No need to allocate new array for group members.  Just
12604         move the pointers and update the size.
12606         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
12607         Avoid memory leak in case realloc fails.  Simplification for
12608         better code generation.
12610         Avoid deprecation warning because of libc_hidden_proto for
12611         inet6_option_alloc.
12612         * inet/inet6_option.c (option_alloc): Renamed from
12613         inet6_option_alloc.  Made static.
12614         (inet6_option_alloc): Now a simple wrapper around option_alloc.
12615         (inet6_option_append): Call option_alloc.
12616         * include/netinet/in.h: Remove libc_hidden_proto for
12617         inet6_option_alloc.
12619         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
12620         for cleanup when cb!=NULL [Coverity CID 233].
12622 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
12624         [BZ #2693]
12625         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
12626         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
12627         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
12628         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
12629         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
12630         and inet6_rth_getaddr.
12631         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
12632         array.
12633         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
12634         Mark inet6_option_* interfaces as deprecated.
12635         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
12636         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
12637         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
12638         inet6_rth_segments, and inet6_rth_getaddr.
12639         * inet/inet6_opt.c: New file.
12640         * inet/inet6_rth.c: New file.
12642         * inet/netinet/icmp6.h: Pretty printing.
12644         [BZ #2683]
12645         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
12647 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
12649         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
12650         doing it all here.  When server does not know the answer do not
12651         fail immediate, try parent first.
12653         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
12654         overflow test.
12656 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
12658         * nis/nis_call.c (__prepare_niscall): New function.  Split out
12659         from __do_niscall.
12660         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
12661         and exported.
12662         (__follow_path): New function.  Split out from nis_list.
12663         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
12664         _xdr_nis_result.
12665         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
12666         _xdr_nis_result.
12667         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
12668         and __follow_path.
12669         * nis/Versions: Export __prepare_niscall, __create_ib_request,
12670         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
12671         from libnsl for version GLIBC_PRIVATE.
12672         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
12673         Remove entry parameter from _nss_nisplus_parse_pwent and
12674         _nss_nisplus_parse_grent.
12675         * nis/nss_nisplus/nisplus-parser.c: Likewise.
12676         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
12677         again.  Rewrite getpwent handling to not use nis_first_entry and
12678         nis_next_entry.  Roll out own niscall handling.
12679         * nis/nss_nisplus/nisplus-grp.c: Likewise.
12681         * sunrpc/xdr_rec.c: Fix typo in comment.
12683 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
12685         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
12686         handling.
12688         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
12689         to allocate memory for my_pollfd.  Better initialization of
12690         cb_is_running.  Use TEMP_FAILURE_RETRY.
12692         * malloc/memusage.sh (memusageso): Add quotes.
12693         (memusagestat): Likewise.
12694         * debug/xtrace.sh (pcprofileso): Likewise.
12695         (pcprofiledump): Likewise.
12696         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
12697         replacement.
12698         * malloc/Makefile ($(objpfx)memusage): Likewise.
12700         * nis/nis_callback.c (__nis_create_callback): Calls to
12701         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
12702         asprintf call fails.
12704         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
12705         no uninitialized memory is passed to sendto.
12707 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
12709         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
12710         of snprintf+strdup.  Handle OOM.
12711         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
12712         cb->serv together.  Remove now obsolete free calls.
12713         (__nis_destroy_callback): Remove now obsolete free call.
12715 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
12717         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
12718         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
12719         and ULA respectively). Set precedence for IPv4 address to 10 as
12720         defined in RFC3484 for preferring IPv6.
12721         * posix/gai.conf: Update to match the new default tables.
12723 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
12725         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
12726         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
12727         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
12728         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
12730         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
12731         Removed.
12732         (init_nss_interface): Remove initialization of these variables.
12734 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
12736         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
12737         nis_free_directory forward to avoid duplication.
12739 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
12741         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
12742         rec_dirsearch returning NULL.
12743         (first_shoot): Handle __nis_finddirectory returning NULL.
12744         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
12746         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
12747         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
12749 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
12751         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
12752         pid changed.
12754 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
12756         * include/rpc/pmap_prot.h: Mark all functions as hidden.
12758         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
12759         * nscd/nscd_getgr_r.c: Likewise.
12761         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
12763         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
12764         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
12766         * stdlib/longlong.h (__clz_tab): Mark as hidden.
12768         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
12770         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
12772         * include/rpc/auth.h: Mark xdr_des_block_internal and
12773         xdr_opaque_auth_internal as hidden.
12775         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
12776         hidden.
12778         * include/rpc/xdr.h: Mark all _internal functions as hidden.
12780         * misc/getusershell.c (okshells): Don't use static initializers,
12781         do it dynamically.
12783         * stdlib/fmtmsg.c (keywords): Change type of len element to
12784         uint32_t to not waste space on 64bit machines.
12786         * locale/setlocale.c: Change _nl_category_names into a string.
12787         Add new _nl_category_name_idxs.  Change all users.
12788         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
12789         Declare _nl_category_name_idxs.
12790         * locale/findlocale.c: Adjust for _nl_category_names change.
12791         * locale/loadlocale.c: Likewise.
12792         * locale/newlocale.c: Likewise.
12793         * intl/dcigettext.c: Likewise.
12795         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
12796         (add_alias2): ...here.  New function.
12797         (__gconv_read_conf): Simplify builtin alias handling.
12798         (builtin_aliases): Convert to string to avoid relocations.
12799         * iconv/gconv_builtin.h: Add comment about correct formatting.
12801 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
12803         * resolv/res_debug.c (loc_ntoa): Make error const.
12805 2006-05-14  Andreas Schwab  <schwab@suse.de>
12807         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
12809 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
12811         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
12812         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
12813         sizeof (cpu_set_t).
12815 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
12817         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
12819         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
12821         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
12822         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
12824         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
12825         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
12827         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
12828         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
12829         xdr_cback_data.
12831         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
12832         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
12833         xdr_ypupdate_args.
12835         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
12836         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
12838         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
12839         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
12841         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
12842         * include/rpcsvc/nis_callback.h: New file.
12844         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
12845         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
12847         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
12848         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
12850         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
12851         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
12853         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
12854         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
12856         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
12857         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
12858         xdr_ypdelete_args.
12860         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
12861         __BEGIN_DECLS and __END_DECLS, the header is not installed.
12863         * nis/nis_error.c: Remove table of strings.  Use position
12864         independent mechanism.
12865         * nis/nis_error.h: New file.
12867 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
12869         * locale/programs/ld-time.c (time_finish): If wide era name or
12870         format aren't provided, set both wname and wformat to L"".
12872 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
12874         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
12875         results if the call was succesful.
12877         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
12879         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
12880         as hidden.
12882 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
12884         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
12886 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
12888         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
12889         caller makes sure this is not the case.
12890         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
12892 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
12894         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
12895         calls.
12897         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
12898         [Coverity CID 229, 230]
12900         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
12901         DGETTEXT calls.
12902         (hol_help): Likewise.  [Coverity CID 226, 227]
12904         * string/argz-replace.c (__argz_replace): Unconditionally call
12905         free on SRC.  [Coverity CID 225]
12907         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
12908         the return value of __nis_default_owner and __nis_default_group,
12909         it has been especially allocated.  [Coverity CID 224]
12911         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
12912         searchgroup and searchowner.  Significantly simplified.
12913         (__nis_default_owner): Remove duplication.  Do not locally copy the
12914         string before duplicating it.
12915         (__nis_default_group): Likewise.
12917         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
12918         we must clear the variable before calling __nisfind_server.
12920         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
12921         nis_getnames.  [Coverity CID 223]
12923         * locale/programs/locfile.c (locfile_read): Use alloca instead of
12924         xmalloc to allocate local repertoire name.  [Coverity CID 222]
12926         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
12927         allocate memory for the input to add_bytes.  [Coverity CID 221]
12929         * posix/wordexp.c (w_addword): Free word if realloc fails and it
12930         was allocated here.  [Coverity CID 219, 220]
12932         * posix/getconf.c (print_all): Free confstr data after printing.
12933         [Coverity CID 218]
12935         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
12936         list allocation fails.  [Coverity CID 215]
12938         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
12939         [Coverity CID 213]
12941         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
12942         string is NULL.  [Coverity CID 212]
12943         * argp/Makefile: Add rules to build and run bug-argp1.
12944         * argp/bug-argp1.c: New file.
12946         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
12947         end of string.
12948         * stdlib/canonicalize.c (__realpath): Likewise.
12950         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
12951         pointer.  [Coverity CID 206]
12953         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
12954         in statically linked code.
12955         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
12956         statically built code, be prepared to have no link map.
12957         [Coverity CID 205]
12959         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
12960         dgettext calls. [Coverity CID 204]
12962         * argp/argp-help.c (struct uparams): Remove valid member.  Change
12963         the one user.
12964         (uparam_names): Reduce size.  Avoid relative relocations.
12965         Moved to read-only segment.
12966         (fill_in_uparams): Update for new layout.
12968         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
12969         assumed to always be != NULL. [Coverity CID 202]
12971         * argp/argp-help.c (hol_entry_help): Remove some dead code
12972         [Coverity CID 200].
12974         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
12975         away a few more unconditional yperr2nss calls.
12976         (_nss_nis_getservbyname_r): Likewise.
12978 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
12980         * sysdeps/generic/ldsodefs.h: Remove support for non-core
12981         architectures.
12983         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
12984         that unused memory passed to sendto is nevertheless initialized.
12986         [BZ #2499]
12987         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
12988         possibly unaligned memory accesses.
12990         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
12991         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
12992         and __putlong respectively.  Correct buffer overflow check for
12993         NS_NOTIFY_OP.
12995         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
12997         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
12998         (send_dg): Rewrite error handling to be more compact and avoid
12999         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
13001         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
13003         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
13004         instead of ns_get16.
13005         (res_queriesmatch): Likewise.  Minor optimization.
13007         [BZ #2499]
13008         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
13009         __libc_res_nsend might reallocate the buffer for the answer.  In
13010         this case we have to reload the HP pointer.
13012 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13014         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
13015         some branch prediction hints.
13017         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
13018         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13019         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13020         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13021         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13022         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13023         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13024         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13026 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13028         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
13029         by a GOT relocation to make Scrt1.o position independent.
13030         * sysdeps/s390/s390-64/elf/start.S: Likewise.
13032         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
13033         six system call parameters.
13034         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
13036 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13038         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
13039         malloc&bzero.
13041         * sunrpc/svc_udp.c (BZERO): Remove definition.
13042         (CALLOC): Define.
13043         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
13045         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
13046         (des_SPtrans): Use uint32_t type.
13047         (des_skb): Likewise.
13049         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
13051 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
13053         [BZ #2509]
13054         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
13055         on 32-bit arches.
13057 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13059         * locale/programs/ld-address.c (address_finish): Fix one more
13060         place where the iso639 array might be accessed beyond the limits.
13062 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
13064         * nis/nis_table.c (nis_list): Avoid clearing res twice before
13065         filling it for the first time.
13067         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
13068         Adjust all callers.
13069         Free res object content before returning.
13071         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
13073         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
13074         client->cl_auth.
13076         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
13077         cleanup for initial thread, just the free call on TVP.
13079         * nscd/gai.c (__getline): Define.
13082 See ChangeLog.16 for earlier changes.