Fix F_GETOWN on some Linux archs.
[glibc.git] / ChangeLog
bloba54bc108485cabd91e5c91d1792bcb63b37ed594
1 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #10840]
4         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5         __ASSUME_F_GETOWN_EX.
6         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
7         if possible.
8         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
10         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
11         and f_owner_ex.
12         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
16         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
17         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
19         [BZ #10847]
20         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
21         getutmpx symbol.
23         [BZ #10823]
24         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
25         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
27 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
29         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
31 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
33         [BZ #10817]
34         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
35         Reported by Ray Chason.
37 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
39         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
40         strend-sse4.
41         * sysdeps/x86_64/multiarch/strchr.S: New file.
42         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
43         * sysdeps/x86_64/multiarch/strrchr.S: New file.
45 2009-10-21  Andreas Schwab  <schwab@redhat.com>
47         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
49 2009-10-19  Andreas Schwab  <schwab@redhat.com>
51         * include/math.h: Add hidden protos for __exp/__expf/__expl.
52         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
53         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
54         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
55         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
56         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
57         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
58         __ieee751_expl to handle overflow.
60 2009-10-14  David S. Miller  <davem@davemloft.net>
62         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
63         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
65 2009-10-13  Andreas Schwab  <schwab@redhat.com>
67         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
68         !USE_MULTIARCH.
70 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
72         [BZ #10730]
73         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
74         Patch in part by Steve Ward <planet36@gmail.com>.
76         [BZ #10731]
77         * stdlib/rand_r.c: Fix typo.
79         * po/cs.po: Update from translation team.
81 2009-10-06  Andreas Schwab  <schwab@redhat.com>
83         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
84         returning if RTLD_NOLOAD.
86 2009-10-06  Roland McGrath  <roland@redhat.com>
88         * sysdeps/x86_64/multiarch/strstr-c.c
89         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
91         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
92         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
94         * sysdeps/x86_64/multiarch/init-arch.h
95         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
96         (HAS_CPU_FEATURE): New macro.
97         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
98         * sysdeps/x86_64/multiarch/init-arch.c
99         (__get_cpu_features): #undef it before definition.
101 2009-10-05  Andreas Schwab  <schwab@redhat.com>
103         * locale/C-time.c: Revert week-1stday back to 19971130 and set
104         first_weekday to 1 and first_workday to 2.
106 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
108         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
109         F_GETOWN_EX.
110         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
111         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
112         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
113         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
114         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
115         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
117 2009-09-28  Andreas Schwab  <schwab@redhat.com>
119         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
120         * stdio-common/vfprintf.c: Likewise.
122 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
124         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
125         (mkdirat): Call __directory_name_split_at instead of
126         __directory_name_split.
128 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
130         * locale/programs/locale-spec.c (locale_special): If nothing matches
131         fail with an appropriate message.
133 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
135         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
136         and XX.
138 2009-09-25  Andreas Schwab  <schwab@redhat.com>
140         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
141         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
143 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
145         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
147 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
149         * iconvdata/iso646.c (gconv_init): Correctly initialize the
150         character size elements in step data.
152 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
154         * po/hu.po: Update from translation team.
155         * po/vi.po: Likewise.
157 2009-09-19  Roland McGrath  <roland@redhat.com>
159         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
161 2009-09-15  Roland McGrath  <roland@redhat.com>
163         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
164         * nptl/sysdeps/pthread/configure: Regenerated.
165         * nptl/sysdeps/x86_64/configure: Regenerated.
166         * sysdeps/unix/sysv/linux/configure: Regenerated.
167         * sysdeps/x86_64/elf/configure: Regenerated.
169         * Makefile (autoconf-it): Set execute bit only on top-level configure.
171         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
172         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
173         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
174         * configure: Regenerated.
176 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
178         * posix/getconf.c (main): Handle -- on command line.
180 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
182         * configure.in: Support binutils 2.100 and 3.0.
184 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
186         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
187         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
188         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
189         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
191 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
193         * locale/programs/ld-collate.c (struct locale_collate_t): Add
194         unnamed_section_defined field.
195         (collate_read): Test and set unnamed_section_defined.
197         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
198         _POSIX2_LINE_MAX.
200 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
202         * configure.in: Support binutils 2.20.
204 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
206         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
207         __strstr_ia32): Add attribute_hidden.
209 2009-09-01  Andreas Schwab  <schwab@redhat.com>
211         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
212         parsing of group entry.
214 2009-09-02  Andreas Schwab  <schwab@redhat.com>
216         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
217         external buffer.  Always discard readahead in internal buffer.
218         * libio/Makefile (tests): Add bug-wsetpos.
219         * libio/bug-wsetpos.c: New file.
221 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
223         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
224         Add attribute_hidden.
225         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
226         __strcasestr_sse2): Likewise.
227         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
228         (__fma_fma): Make static.
229         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
230         (__fmaf_fma): Make static.
232 2009-08-31  Andreas Schwab  <schwab@redhat.com>
234         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
235         reformulate in-buffer optimisation check to match code in
236         _IO_new_file_seekoff.
238 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
240         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
241         to srwi in 32-bit memcpy for power6.
243 2009-09-01  Andreas Schwab  <schwab@redhat.com>
245         * include/stdio.h: Declare hidden proto for fflush.
246         * libio/iofflush.c: Add hidden weak alias for fflush.
248 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
250         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
251         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
253 2009-08-31  Andreas Schwab  <schwab@redhat.com>
255         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
257 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
259         [BZ #10560]
260         * malloc/malloc.c: Add local assert definition to avoid problems with
261         memory allocation in the real one.
263 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
265         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
266         Removed.
267         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
268         turn off SSSE3 on Atom.
270 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
272         * stdlib/tst-strtol.c (tests): More tests.
273         * stdlib/tst-strtoll.c (tests): Likewise.
275 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
277         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
279         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
281 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
283         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
284         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
286         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
288         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
290         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
292 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
294         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
296 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
298         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
299         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
301         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
303         * sysdeps/x86_64/fpu/s_signbit.S: New file.
304         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
306         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
307         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
309         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
310         leftover YMM_SIZE definition.
312 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
314         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
315         union.
316         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
317         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
318         Redefine.
319         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
321         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
322         and SET_FLOAT_WORD definitions.
324 2009-08-24  Roland McGrath  <roland@redhat.com>
326         * sysdeps/unix/syscall-template.S: New file.
327         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
328         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
329         (compile-syscall): Pass mkdep and -g options as normal.
330         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
331         (common-generated): Don't add them here.
333 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
335         * math/s_fdim.c: In case of overflows set errno.
336         * math/s_fdimf.c: Likewise.
337         * math/s_fdiml.c: Likewise.
339         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
340         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
341         are using the inline optimizations.
343         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
344         (__signbitf): Likewise.
346 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
348         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
349         terminated.
350         * posix/Makefile (tests): Add bug-regex29.
351         * posix/bug-regex29.c: New file.
353         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
354         older POSIX versions are selected.
356         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
357         as well.
358         * stdio-common/printf_fphex.c: Likewise.
359         * stdio-common/tstdiomisc.c: Add more tests.
361         * locale/locale.h: Include xlocale.h and the thread-local locale
362         declarations for XPG7, not XPG6.
364 2009-08-21  Andreas Schwab  <schwab@redhat.com>
366         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
367         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
370         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
371         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
373 2009-08-20  Roland McGrath  <roland@redhat.com>
375         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
376         Use l_addr instead of l_map_start (dli_fbase).
377         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
378         address when there is no proximate symbol.
379         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
380         Likewise.
382 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
384         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
386 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
388         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
389         Also handle SIGINT.  In that case only do the cleanup and then
390         re-raise the signal.
391         (main): Install handler for SIGINT.
393 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
395         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
396         clobber list.
398 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
400         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
401         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
402         tst-auditmod7b.c.
403         (tests): Add tst-audit6 tst-audit7.
404         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
405         tst-auditmod7a tst-auditmod7b.
406         ($(objpfx)tst-audit6): New.
407         ($(objpfx)tst-audit6.out): Likewise.
408         ($(objpfx)tst-audit7): Likewise.
409         ($(objpfx)tst-audit7.out): Likewise.
410         (tst-audit6-ENV): Likewise.
411         (tst-audit7-ENV): Likewise.
412         (CFLAGS-tst-auditmod6b.c): Likewise.
413         (CFLAGS-tst-auditmod6c.c): Likewise.
414         (CFLAGS-tst-auditmod7b.c): Likewise.
415         * elf/tst-audit6.c: New file.
416         * elf/tst-audit7.c: New file.
417         * elf/tst-auditmod6a.c: New file.
418         * elf/tst-auditmod6b.c: New file.
419         * elf/tst-auditmod6c.c: New file.
420         * elf/tst-auditmod7a.c: New file.
421         * elf/tst-auditmod7b.c: New file.
422         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
423         saving and restoring SSE/AVX registers to ...
424         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
426 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
428         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
429         only if SHARED is defined.
430         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
432 2009-08-03  Jim Meyering  <meyering@redhat.com>
434         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
436 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
438         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
439         section as the other functions for this architecture.
440         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
442 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
444         * sysdeps/x86_64/strcmp.S: Add support to compile with
445         USE_SSSE3.  In this case palignr is used.
446         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
447         available but SSSE3 is, pick __str{,n}cmp_ssse3.
448         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
449         Add strcmp-ssse3 and strncmp-ssse3.
450         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
451         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
453         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
454         warning through fake initialization.
456 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
458         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
460 2009-08-07  Andreas Schwab  <schwab@redhat.com>
462         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
463         unique symbols.
465 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
467         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
468         EBX from EAX = 1.  Handle EAX = 11.
470 2009-08-07  Andreas Schwab  <schwab@redhat.com>
472         * Makefile (TAGS): Use separate sed -e expressions to avoid \
473         inside ''.
475 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
477         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
478         hidden IFUNC functions.
479         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
481         * sysdeps/i386/i686/multiarch/strlen.S: New file.
483         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
484         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
485         strcasestr-c.
486         (CFLAGS-strcspn-c.c): Define.
487         (CFLAGS-strpbrk-c.c): Define.
488         (CFLAGS-strspn-c.c): Define.
489         (CFLAGS-strstr.c): Define.
490         (CFLAGS-strcasestr.c): Define.
491         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
492         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
493         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
494         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
495         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
496         * sysdeps/i386/i686/multiarch/strspn.S: New file.
497         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
498         * sysdeps/i386/i686/multiarch/strstr.c: New file.
499         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
500         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
501         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
502         -16L instead of 0xfffffffffffffff0L.
503         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
505 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
507         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
509 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
511         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
512         another rewrite.  Much smaller and faster.
513         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
515         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
516         ss_flags from the correct location.
518 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
520         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
521         * sysdeps/i386/i686/cacheinfo.c: New file.
522         * sysdeps/i386/i686/multiarch/Makefile: New file.
523         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
524         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
525         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
526         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
527         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
528         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
529         (__cpuid_count): New. Provide the default.
530         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
531         (__x86_64_preferred_memory_instruction): Define only if
532         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
533         (intel_check_word): Use __cpuid.
534         (handle_intel): Likewise.
535         (handle_amd): Likewise.
536         (__cache_sysconf): Likewise.
537         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
538         (__cache_sysconf): Likewise.
539         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
540         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
541         (get_common_indeces): Use __cpuid.
542         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
543         if ENABLE_SSSE3_ON_ATOM is not defined.
544         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
545         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
546         popcnt instead of popcntq.
548 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
550         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
552 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
554         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
555         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
556         which always causes a compile error.
558         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
560         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
561         comes from...
562         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
563         which always causes a compile error.
565         * debug/Makefile (tests): Add tst-longjmp_chk2.
566         * debug/tst-longjmp_chk2.c: New file.
568         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
569         Remove incorrect use of BP_SYM.
570         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
571         here now since it is more complex than just a simple check.
573         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
574         we make no more progress.
576 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
578         * math/s_fma.c: Don't define alias if __fma is a macro.
579         * math/s_fmaf.c: Likewise.
580         * sysdeps/x86_64/multiarch/s_fma.c: New file.
581         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
582         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
584         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
585         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
586         New macro HAS_FMA.
587         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
588         function.
589         * include/libc-symbols.h (libm_ifunc): Define.
590         * sysdeps/x86_64/multiarch/Versions: New file.
592         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
594 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
596         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
598 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
600         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
601         call that registers used in calling conventions need to be preserved.
602         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
603         to preserve register content if necessary.
604         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
605         (_dl_x86_64_restore_sse): New function.
606         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
607         is allowed to modify xmm/ymm registers.
609         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
610         application's perspective.
611         * stdio-common/scanf17.c: Likewise.
613 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
615         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
616         size to memsz.
617         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
618         here.
619         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
620         two steps to catch bugs.
622 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
624         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
625         determines which files are used in runtime lookups and only checks
626         those for SSE use.
627         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
628         testing.
629         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
630         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
631         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
632         take a while.
634         * elf/dl-open.c: Move _dl_scope_free to...
635         * elf/dl-scope.c: ...here.  New file.
636         * elf/Makefile (dl-routines): Add scope.
638         * resolv/resolv.h (RES_USE_DNSSEC): Define.
639         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
640         RES_USE_DNSSEC.
641         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
642         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
643         all the places we handled RES_USE_EDNS0 only before.
644         Patch by Adam Tkac <atkac@redhat.com>.
646 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
648         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
649         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
650         Update size when reallocating.
652 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
654         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
655         functions used in ld.so modify xmm/ymm registers.
656         * sysdeps/x86_64/Makefile:  Hook new test up.
657         * sysdeps/x86_64/rtld-memchr.c: New file.
658         * sysdeps/x86_64/rtld-memcmp.c: New file.
659         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
660         * sysdeps/x86_64/rtld-strchr.S: New file.
661         * sysdeps/x86_64/rtld-strlen.S: New file.
662         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
663         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
665 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
667         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
668         strncmp-c.
669         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
670         (exit): Likewise.
671         (Byte1): Likewise.
672         (Byte2): Likewise.
673         (Byte3): Likewise.
674         (Byte4): Likewise.
675         (Byte5): Likewise.
676         (Byte6): Likewise.
677         (next_8_bytes): Likewise.
678         (Byte0): Remove commented out codes.
679         (unaligned_table): Align jump table at 8 bytes.
680         Add _sse4_2 to all labels.  Always include "../strcmp.S".
681         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
682         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
683         * sysdeps/x86_64/strncmp.S: New file.
685 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
687         [BZ #10422]
688         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
689         kernels, dropped when eventfd2 support was added.
690         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
691         kernels, dropped when signalfd4 support was added.
692         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
693         added, name them.
695         [BZ #10452]
696         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
697         replies up.
699         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
701 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
703         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
704         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
706         [BZ #10448]
707         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
708         callback we must touch the status to avoid using stale value.
710         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
711         compiled in.
713 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
715         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
716         /lib/modules/* headers anymore.  We have sane headers in the standard
717         place now.
719 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
721         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
722         "etf3enh" and "highgprs" added.
723         (_dl_s390_platforms): "z10" added.
724         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
725         Increased for the new entries.
726         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
727         HWCAP_S390_HIGH_GPRS added.
729         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
730         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
731         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
732         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
733         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
735 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
737         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
738         avoid additional cpuid instructions.  Most of the information is
739         stored somewhere.
741         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
742         cache descriptors.
743         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
745         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
746         SSSE3 bit for Atoms.
747         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
748         here anymore.
750         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
751         structure before copying it to avoid warning.
752         * posix/tst-rfc3484-2.c (do_test): Likewise.
753         * posix/tst-rfc3484-3.c (do_test): Likewise.
755         [BZ #10416]
756         * include/unistd.h: Make header file suitable for C++ test cases.
757         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
759         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
760         stack alignment in the exit code.
762         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
763         potentially be zero.
765         * elf/tst-unique1.c: Extend test to check for unloading DSO with
766         unique symbol definition.
767         Patch by Jakub Jelinek.
768         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
769         make sure the object with the definition cannot be unloaded.  Adjust
770         a few types.
771         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
772         the unique symbol hash table should not be const.
774 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
776         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
777         unnecesary variables.  Comment fixes.
779 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
781         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
782         Use NONASCII_CASE information provided by the locale to determine
783         whether optimized string load function can be used.  Minor cleanups.
785 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
787         * string/strcasestr.c (STRCASESTR): New macro.
788         (__strcasestr): Renamed to ..
789         (STRCASESTR): ...this.
790         * string/strstr.c (STRSTR): New macro.
791         (strstr): Renamed to ..
792         (STRSTR): ...this.
793         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
794         strstr-c strcasestr-c
795         (CFLAGS-strstr.c): New.
796         (CFLAGS-strcasestr.c): Likewise.
797         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
798         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
799         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
800         * sysdeps/x86_64/multiarch/strstr.c: New file.
802 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
804         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
805         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
806         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
807         _NL_CTYPE_NONASCII_CASE.
808         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
809         field.
810         (ctype_finish): Check whether there are any 8-bit characters outside
811         the range ASCII has or whether the mapping isn't the same as for
812         ASCII (±0x20).  Set nonascii_case appropriately.
813         (ctype_output): Add output handler for nonascii_case.
815 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
817         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
818         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
820 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
822         [BZ #10360]
823         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
824         0xffff in the EDNS0 record.
826 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
828         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
829         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
830         is written before the list head update.
831         Patch by Andreas Schwab <aschwab@redhat.com>.
833 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
834             Jakub Jelinek  <jakub@redhat.com>
836         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
837         corruption thread-safe.
839 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
841         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
842         overrides atomic_compare_and_exchange_val_rel, define to
843         atomic_compare_and_exchange_val_rel by default, otherwise default
844         to catomic_compare_and_exchange_val_acq.
845         (catomic_compare_and_exchange_bool_rel): If arch overrides
846         atomic_compare_and_exchange_bool_rel, define to
847         atomic_compare_and_exchange_bool_rel by default.
848         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
849         Use catomic_compare_and_exchange_val_rel instead of
850         catomic_compare_and_exchange_val_acq.
852 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
854         * sysdeps/generic/ldsodefs.h: Add prototype for
855         _dl_higher_prime_number.
856         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
858         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
859         restoring of ymm registers a bit.
861 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
863         * sysdeps/x86_64/memcmp.S: New file.
865 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
867         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
868         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
869         pointers in writable memory.
871 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
873         * config.h.in: Add HAVE_AVX_SUPPORT entry.
874         * config.make.in: Add config-cflags-avx entry.
875         * configure.in: Substitute libc_cv_cc_avx.
876         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
877         * elf/tst-audit4.c: New file.
878         * elf/tst-audit5.c: New file.
879         * elf/tst-auditmod4a.c: New file.
880         * elf/tst-auditmod4b.c: New file.
881         * elf/tst-auditmod5a.c: New file.
882         * elf/tst-auditmod5b.c: New file.
883         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
884         link-defines.sym.
885         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
886         (La_x86_64_vector): Likewise.
887         (La_x86_64_regs): Append lr_vector.
888         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
889         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
890         saving and restoring SSE registers to ...
891         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
892         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
893         <link-defines.h>.
894         (_dl_runtime_profile): Use LR_SIZE to allocate space for
895         La_x86_64_regs.  Allocate extra space and jump to memory at
896         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
897         (save_and_restore_vector_sse): New.
898         (save_and_restore_vector_avx): Likewise.
899         (check_avx): Likewise.
900         (save_and_restore_vector): Likewise.
901         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
902         HAVE_AVX_SUPPORT.
903         * sysdeps/x86_64/link-defines.sym: New file.
905 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
907         * elf/do-lookup.h: Removed after folding content into...
908         * elf/dl-lookup.c: ...here.
910         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
912 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
914         * configure.in: Check for gnu_unique_symbol symbol type.
915         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
916         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
917         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
918         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
919         change.
920         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
921         unique symbol table.
922         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
923         for first namespace.
924         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
925         unique symbol hash table.
926         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
927         * elf/tst-unique1.c: New file.
928         * elf/tst-unique1mod1.c: New file.
929         * elf/tst-unique1mod2.c: New file.
930         * elf/tst-unique2.c: New file.
931         * elf/tst-unique2mod1.c: New file.
932         * elf/tst-unique2mod2.c: New file.
934 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
936         * elf/elf.h (STB_GNU_UNIQUE): Define.
938         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
939         from...
940         * include/inline-hashtab.h: ...here.
941         (htab_expand): Adjust for renamed function.  Correct memory handling.
943 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
945         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
947 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
949         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
950         (PPC_FEATURE_HAS_VSX): Likewise.
952 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
954         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
955         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
957         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
958         aligned to 16 byte boundaries.
959         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
960         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
961         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
963 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
965         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
966         * config.make.in (config-cflags-sse4): New variable.
967         * configure.in: Substitute libc_cv_cc_sse4.
968         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
969         HAVE_SSE4_SUPPORT.
970         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
971         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
972         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
973         * sysdeps/x86_64/multiarch/strcspn.S: New file.
974         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
975         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
976         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
977         * sysdeps/x86_64/multiarch/strspn.S: New file.
979 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
981         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
982         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
983         (tests): Add tst-audit3 for x86_64.
984         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
985         ($(objpfx)tst-audit3): Define.
986         ($(objpfx)tst-audit3.out): Define.
987         (tst-audit3-ENV): Define.
988         * elf/tst-audit3.c: New file.
989         * elf/tst-auditmod3a.c: New file.
990         * elf/tst-auditmod3b.c: New file.
991         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
992         and restore xmm6.
994         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
995         (__stpncpy): Renamed to ...
996         (STPNCPY): This.
997         (stpncpy): Create alias only if STPNCPY is not defined.
998         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
999         defined.
1000         (strncpy): Renamed to ...
1001         (STRNCPY): This.
1002         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1003          stpncpy-c strncpy-c for string.
1004         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
1005         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
1006         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
1007         * sysdeps/x86_64/multiarch/strcpy.S: New file.
1008         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
1009         * sysdeps/x86_64/multiarch/strncpy.S: New file.
1011 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
1013         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
1014         adding to fast bin list.
1016 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
1018         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
1019         inet_makeaddr.  This worked only with class-based networks.
1020         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
1021         Likewise.
1023         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
1024         recognize all types.
1025         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
1026         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
1027         be in host byte order.
1029 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
1031         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
1032         (MODEL_OFFSET): Define.
1033         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
1034         family and model.
1035         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
1036         out common code into new function get_common_indeces. Determine
1037         extended family and model for Intel processors.
1039 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
1041         * resolv/resolv.h: Define RES_SNGLKUPREOP.
1042         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
1043         option.
1044         * resolv/res_send.c (reopen): New function.  Broken out of...
1045         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
1046         fallback mechanism.  If single-request fails switch to
1047         single-request-reopen mode which opens a new socket for the second
1048         request.
1050 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
1052         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
1053         (CHECK_SP): Use it.
1055 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
1057         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
1058         for saved registers.
1059         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
1060         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
1061         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
1063 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
1065         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
1067 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
1069         * po/id.po: Update from translation team.
1071         * po/bg.po: Update from translation team.
1073 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1075         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
1076         defined.
1077         (strncmp): Renamed to STRNCMP.
1078         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1079         strncmp-c for string.
1080         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
1081         * sysdeps/x86_64/multiarch/strcmp.S: New file.
1082         * sysdeps/x86_64/multiarch/strncmp.S: New file.
1083         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
1085 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
1087         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
1088         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
1089         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
1090         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
1091         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
1092         ifuncmain7static.c.
1093         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
1094         ifuncmain7static, and ifuncmain7picstatic.
1095         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
1096         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
1097         $(objpfx)ifuncmain7pie.out.
1098         (modules-names): Add ifuncmod5 ifuncmod6
1099         (ifuncmod5.so-no-z-defs): Define.
1100         (ifuncmod6.so-no-z-defs): Define.
1101         (CFLAGS-ifuncmain5pic.c): Define.
1102         (CFLAGS-ifuncmain5picstatic.c): Define.
1103         (CFLAGS-ifuncmain5staticpic.c): Define.
1104         (CFLAGS-ifuncdep5pic.c): Define.
1105         (CFLAGS-ifuncmain7pic.c): Define.
1106         (CFLAGS-ifuncmain7picstatic.c): Define.
1107         (CFLAGS-ifuncmain1staticpie.c): Define.
1108         (CFLAGS-ifuncmain5pie.c): Define.
1109         (CFLAGS-ifuncmain6pie.c): Define.
1110         (CFLAGS-ifuncmain7pie.c): Define.
1111         ($(objpfx)ifuncmain1staticpie.out): Define.
1112         ($(objpfx)ifuncmain1staticpie): Define.
1113         ($(objpfx)ifuncmain5pie.out): Define.
1114         ($(objpfx)ifuncmain5pie): Define.
1115         ($(objpfx)ifuncmain6pie.out): Define.
1116         ($(objpfx)ifuncmain6pie): Define.
1117         ($(objpfx)ifuncmain5): Define.
1118         ($(objpfx)ifuncmain5pic): Define.
1119         ($(objpfx)ifuncmain5static): Define.
1120         ($(objpfx)ifuncmain5staticpic): Define.
1121         ($(objpfx)ifuncmain5picstatic): Define.
1122         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
1123         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
1124         ifuncmain6pie.out.
1125         * elf/b/elf/ifuncmain1staticpie.c: New file.
1126         * elf/ifuncdep5.c: New file.
1127         * elf/ifuncdep5pic.c: New file.
1128         * elf/ifuncmain5.c: New file.
1129         * elf/ifuncmain5pic.c: New file.
1130         * elf/ifuncmain5picstatic.c: New file.
1131         * elf/ifuncmain5pie.c: New file.
1132         * elf/ifuncmain5static.c: New file.
1133         * elf/ifuncmain5staticpic.c: New file.
1134         * elf/ifuncmain6pie.c: New file.
1135         * elf/ifuncmain7.c: New file.
1136         * elf/ifuncmain7pic.c: New file.
1137         * elf/ifuncmain7picstatic.c: New file.
1138         * elf/ifuncmain7pie.c: New file.
1139         * elf/ifuncmain7static.c: New file.
1140         * elf/ifuncmod5.c: New file.
1141         * elf/ifuncmod6.c: New file.
1143 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
1145         [BZ #10085]
1146         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
1147         (nss_endgrent): New variable.
1148         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
1149         fields. Change type of files to bool and adjust all users.
1150         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
1151         (internal_endgrent): Call nss_endgrent if necessary.
1152         (add_group): New function.  Broken out of...
1153         (check_and_add_group): ...here.
1154         (getgrent_next_nss): Remove test that any callback is available.
1155         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
1156         callback.  If there is no blacklist we can trust the results returned
1157         by the initgroups_dyn callback.  In case there is a callback and we
1158         find a group entry for the group ID but it doesn't contain the
1159         correct member, switch to the slow mode and use getgrent_r.
1160         (internal_getgrent_r): When we see a +: entry, determine whether
1161         there is any callback and which we can use the initgroups_dyn
1162         callback.
1164 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
1166         * malloc/malloc.c (_int_malloc): Add some consistency checks.
1167         (_int_free): Likewise.
1169         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
1170         AF_IEEE802154.
1171         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1172         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
1173         and ARPHRD_IEEE802154_PHY.
1175         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
1176         relative to generic Linux version.
1178 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
1180         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
1181         ($(objpfx)ifuncmain1vispie): Likewise.
1183 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1185         * login/Makefile: Build pt_chown as PIE.
1187 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
1189         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
1190         a format string.
1191         * elf/sln.c (usage): Likewise.
1192         * malloc/memusage.sh (do_help): Likewise.
1193         * nss/getent.c (more_help): Likewise.
1194         * posix/getconf.c (main): Likewise.
1195         * sunrpc/rpcinfo.c (usage): Likewise.
1196         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1198 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1200         * login/programs/pt_chown.c: Use libcap to drop privileges other than
1201         those needed.
1202         * login/Makefile: If necessary link pt_chown with -lcap.
1203         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
1204         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
1206 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
1208         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
1209         comparisons.
1210         * string/test-memchr.c (do_random_tests): Test very large lengths
1211         as well.
1213 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1215         * Makeconfig (+link-pie): Define.
1216         (+prectorS): Define.
1217         (+postctorS): Define.
1218         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
1219         * nscd/Makefile ($(objpfx)nscd): Likewise.
1221 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
1223         [BZ #10107]
1224         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
1225         with cmplwi.
1226         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
1228 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1230         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
1231         into ...
1232         * sysdeps/unix/grantpt.c: ...here.
1234 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
1236         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
1237         chmod if it is necessary.
1239         [BZ #10166]
1240         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
1241         when the slave device is in devpts or devfs.
1243         [BZ #10183]
1244         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
1246         [BZ #10195]
1247         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
1248         of nd_opt_home_agent_info_preference to uint16_t.
1249         Patch by Arnaud Ebalard <arno@natisbad.org>.
1251         [BZ #10207]
1252         * nss/getent.c: Add support for printing gshadow data.
1254         [BZ #10203]
1255         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
1256         not just the currently used one and those which follow.
1257         Patch by Joe Landers <jlanders@vmware.com>.
1259         [BZ #10196]
1260         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
1261         * libio/Makefile: Run tst-fgetwc with necessary envvar.
1262         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
1264         [BZ #10217]
1265         * stdlib/abort.c: Define variable __abort_msg.
1266         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
1267         * include/stdlib.h: Declare __abort_msg.
1268         * assert/assert-perr.c: Don't free buffer for message immediately.
1269         Store atomically in __abort_msg and free old buffer if necessary.
1270         * assert/assert.c: Likewise.
1271         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
1272         store pointer in __abort_msg, and possibly free old string.
1273         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
1275         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
1277         [BZ #10211]
1278         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
1279         handle leap seconds if they are available.
1280         Patch by Akinori Hattori <hattya@gentoo.org>.
1282         * timezone/tzselect.ksh: Update from tzcode2009i.
1283         * timezone/zdump.c: Likewise.
1284         * timezone/zic.c: Likewise.
1286         * timezone/africa: Update from tzdata2009i.
1287         * timezone/antarctica: Likewise.
1288         * timezone/asia: Likewise.
1289         * timezone/australasia: Likewise.
1290         * timezone/backward: Likewise.
1291         * timezone/etcetera: Likewise.
1292         * timezone/europe: Likewise.
1293         * timezone/factory: Likewise.
1294         * timezone/iso3166.tab: Likewise.
1295         * timezone/leapseconds: Likewise.
1296         * timezone/northamerica: Likewise.
1297         * timezone/pacificnew: Likewise.
1298         * timezone/solar87: Likewise.
1299         * timezone/solar88: Likewise.
1300         * timezone/solar89: Likewise.
1301         * timezone/southamerica: Likewise.
1302         * timezone/systemv: Likewise.
1303         * timezone/yearistype: Likewise.
1304         * timezone/zone.tab: Likewise.
1306 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
1308         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
1309         STT_GNU_IFUNC symbol or in 8 into type_class.
1311         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
1312         instead of Elf64_Addr.
1314 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
1316         * po/sv.po: Update from translation team.
1318         [BZ #10229]
1319         * misc/sys/select.h (__NFDBITS): Expression should have type int.
1320         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
1321         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
1322         the C version.
1324 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
1326         * Versions.def: Add GLIBC_2.11 for libpthread.
1328 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
1330         * resolv/res_send.c (send_dg): Remember we switched to
1331         single-request mode.
1333 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
1335         * dlfcn/dlfcn.h: Remove comma at end of enum.
1336         Patch by J.H.M. Dassen <rdassen@redhat.com>.
1338         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
1339         parsing mode string.
1341 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
1343         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
1345         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
1347         * sysdeps/x86_64/multiarch/strlen.S: New file.
1348         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
1349         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
1350         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
1351         content.
1353         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
1354         is defined.
1356 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
1358         * sysdeps/x86_64/strlen.S: Minor optimizations.
1360 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1362         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
1363         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
1364         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
1365         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
1366         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
1367         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
1368         ifuncmain3.c, ifuncmod3.c,.
1369         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
1370         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
1371         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
1372         ifuncmain4picstatic.
1373         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
1374         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
1375         ifuncmain3, ifuncmain4.
1376         (tests): Depend on $(objpfx)ifuncmain1pie.out and
1377         $(objpfx)ifuncmain1vispie.out.
1378         (modules-names): Add ifuncmod1 ifuncmod3.
1379         (generated): Add ifuncmain1pie ifuncmain1pie.out
1380         ifuncmain1vispie ifuncmain1vispie.out.
1381         Define rules to build and run the tests.
1382         * elf/ifuncdep1.c: New file.
1383         * elf/ifuncdep1pic.c: New file.
1384         * elf/ifuncdep2.c: New file.
1385         * elf/ifuncdep2pic.c: New file.
1386         * elf/ifuncmain1.c: New file.
1387         * elf/ifuncmain1pic.c: New file.
1388         * elf/ifuncmain1picstatic.c: New file.
1389         * elf/ifuncmain1pie.c: New file.
1390         * elf/ifuncmain1static.c: New file.
1391         * elf/ifuncmain1staticpic.c: New file.
1392         * elf/ifuncmain1vis.c: New file..
1393         * elf/ifuncmain1vispic.c: New file..
1394         * elf/ifuncmain1vispie.c: New file.
1395         * elf/ifuncmain2.c: New file.
1396         * elf/ifuncmain2pic.c: New file.
1397         * elf/ifuncmain2picstatic.c: New file.
1398         * elf/ifuncmain2static.c: New file.
1399         * elf/ifuncmain3.c: New file.
1400         * elf/ifuncmain4.c: New file.
1401         * elf/ifuncmain4picstatic.c: New file.
1402         * elf/ifuncmain4static.c: New file.
1403         * elf/ifuncmod1.c: New file.
1404         * elf/ifuncmod3.c: New file.
1406 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
1408         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
1410 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
1412         [BZ #10221]
1413         * posix/Makefile (routines): Add execvpe.
1414         * posix/Versions: Export execvpe for GLIBC_2.11.
1415         * posix/execvp.c: Now only a wrapper.  Move code to...
1416         * posix/execvpe.c: ...here.  New file.
1417         * posix/unistd.h: Declare execvpe.
1419 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
1421         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
1422         for STT_GNU_IFUNC handling for efficiency.
1423         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1425         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
1426         _exit.
1427         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
1429 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
1431         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
1432         for !SHARED.
1434 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
1436         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
1437         is not defined.
1438         (__rela_iplt_start): New declaration.
1439         (__rela_iplt_end): Likewise.
1440         (__rel_iplt_start): Likewise.
1441         (__rel_iplt_end): Likewise.
1442         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
1443         * elf/elf.h (R_386_IRELATIVE): New macro.
1444         (R_X86_64_IRELATIVE): New macro.
1445         (R_386_NUM): Updated.
1446         (R_X86_64_NUM): Likewise.
1447         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
1448         (libc_ifunc_hidden_def): New macro.
1449         * sysdeps/generic/dl-irel.h: New file.
1450         * sysdeps/i386/dl-irel.h: New file.
1451         * sysdeps/x86_64/dl-irel.h: New file.
1452         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
1453         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
1454         Handle R_386_IRELATIVE.
1455         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
1456         (elf_machine_lazy_rela): Likewise.
1457         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
1458         R_X86_64_IRELATIVE.
1459         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
1461 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
1463         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
1464         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
1465         are no differences.  If an architecture has bits in CPUID index 1
1466         meaning different things the values for the COMMON_CPUID_INDEX_1
1467         index must not be set.
1468         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
1469         (HAS_POPCOUNT): ...this.  New macro.
1470         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
1471         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
1472         to set the value for Intel and AMD architectures.
1473         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
1474         INTEL_CPUID_INDEX_1.
1475         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
1476         change.
1478 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
1480         * configure.in: Move AC_CANONICAL_HOST before first use of $host
1481         and $build.
1483 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
1485         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
1486         (__expm1l): Set errno to ERANGE on overflow.
1487         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
1488         (__tanl): Set errno to EDOM for Â±Inf.
1489         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
1490         (__cosl): Set errno to EDOM for Â±Inf.
1491         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
1492         (__sinl): Set errno to EDOM for Â±Inf.
1494         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
1495         defined, use it.
1496         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
1497         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
1498         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
1500 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
1502         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
1503         code accessing it.
1504         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
1506 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
1508         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
1509         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
1510         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
1511         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
1513         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
1514         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
1515         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
1516         defined.
1517         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1518         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1520 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
1522         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
1523         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
1524         is, either do nothing at all if __ASSUME_ACCEPT4, or
1525         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
1526         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
1527         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
1528         define.
1529         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
1530         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
1531         internal_accept4 in socket directory.
1533 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
1535         * sysdeps/ia64/configure.in: New file.
1537 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1539         [BZ #10162]
1540         * sysdeps/ia64/memchr.S: Use speculative load.
1542         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
1543         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
1544         use it.
1546         * sysdeps/i386/__longjmp.S: Add .text.
1547         * sysdeps/x86_64/__longjmp.S: Likewise.
1549 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
1551         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
1552         __ASSUME_ACCEPT4 for IA-64.
1554 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
1556         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
1558         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
1559         (SOCKOP_accept4): Define.
1561 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
1563         Sun approved the change of the license.
1564         * sunrpc/auth_des.c: Replace license text.
1565         * sunrpc/auth_none.c: Likewise.
1566         * sunrpc/auth_unix.c: Likewise.
1567         * sunrpc/authdes_prot.c: Likewise.
1568         * sunrpc/authuxprot.c: Likewise.
1569         * sunrpc/bindrsvprt.c: Likewise.
1570         * sunrpc/clnt_gen.c: Likewise.
1571         * sunrpc/clnt_perr.c: Likewise.
1572         * sunrpc/clnt_raw.c: Likewise.
1573         * sunrpc/clnt_simp.c: Likewise.
1574         * sunrpc/clnt_tcp.c: Likewise.
1575         * sunrpc/clnt_udp.c: Likewise.
1576         * sunrpc/clnt_unix.c: Likewise.
1577         * sunrpc/des_crypt.c: Likewise.
1578         * sunrpc/des_soft.c: Likewise.
1579         * sunrpc/get_myaddr.c: Likewise.
1580         * sunrpc/getrpcport.c: Likewise.
1581         * sunrpc/key_call.c: Likewise.
1582         * sunrpc/key_prot.c: Likewise.
1583         * sunrpc/openchild.c: Likewise.
1584         * sunrpc/pm_getmaps.c: Likewise.
1585         * sunrpc/pm_getport.c: Likewise.
1586         * sunrpc/pmap_clnt.c: Likewise.
1587         * sunrpc/pmap_prot.c: Likewise.
1588         * sunrpc/pmap_prot2.c: Likewise.
1589         * sunrpc/pmap_rmt.c: Likewise.
1590         * sunrpc/rpc/auth.h: Likewise.
1591         * sunrpc/rpc/auth_unix.h: Likewise.
1592         * sunrpc/rpc/clnt.h: Likewise.
1593         * sunrpc/rpc/des_crypt.h: Likewise.
1594         * sunrpc/rpc/key_prot.h: Likewise.
1595         * sunrpc/rpc/netdb.h: Likewise.
1596         * sunrpc/rpc/pmap_clnt.h: Likewise.
1597         * sunrpc/rpc/pmap_prot.h: Likewise.
1598         * sunrpc/rpc/pmap_rmt.h: Likewise.
1599         * sunrpc/rpc/rpc.h: Likewise.
1600         * sunrpc/rpc/rpc_des.h: Likewise.
1601         * sunrpc/rpc/rpc_msg.h: Likewise.
1602         * sunrpc/rpc/svc.h: Likewise.
1603         * sunrpc/rpc/svc_auth.h: Likewise.
1604         * sunrpc/rpc/types.h: Likewise.
1605         * sunrpc/rpc/xdr.h: Likewise.
1606         * sunrpc/rpc_clntout.c: Likewise.
1607         * sunrpc/rpc_cmsg.c: Likewise.
1608         * sunrpc/rpc_common.c: Likewise.
1609         * sunrpc/rpc_cout.c: Likewise.
1610         * sunrpc/rpc_dtable.c: Likewise.
1611         * sunrpc/rpc_hout.c: Likewise.
1612         * sunrpc/rpc_main.c: Likewise.
1613         * sunrpc/rpc_parse.c: Likewise.
1614         * sunrpc/rpc_parse.h: Likewise.
1615         * sunrpc/rpc_prot.c: Likewise.
1616         * sunrpc/rpc_sample.c: Likewise.
1617         * sunrpc/rpc_scan.c: Likewise.
1618         * sunrpc/rpc_scan.h: Likewise.
1619         * sunrpc/rpc_svcout.c: Likewise.
1620         * sunrpc/rpc_tblout.c: Likewise.
1621         * sunrpc/rpc_util.c: Likewise.
1622         * sunrpc/rpc_util.h: Likewise.
1623         * sunrpc/rpcinfo.c: Likewise.
1624         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
1625         * sunrpc/rpcsvc/key_prot.x: Likewise.
1626         * sunrpc/rpcsvc/klm_prot.x: Likewise.
1627         * sunrpc/rpcsvc/mount.x: Likewise.
1628         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
1629         * sunrpc/rpcsvc/rex.x: Likewise.
1630         * sunrpc/rpcsvc/rstat.x: Likewise.
1631         * sunrpc/rpcsvc/rusers.x: Likewise.
1632         * sunrpc/rpcsvc/sm_inter.x: Likewise.
1633         * sunrpc/rpcsvc/spray.x: Likewise.
1634         * sunrpc/rpcsvc/yppasswd.x: Likewise.
1635         * sunrpc/rtime.c: Likewise.
1636         * sunrpc/svc.c: Likewise.
1637         * sunrpc/svc_auth.c: Likewise.
1638         * sunrpc/svc_authux.c: Likewise.
1639         * sunrpc/svc_raw.c: Likewise.
1640         * sunrpc/svc_run.c: Likewise.
1641         * sunrpc/svc_simple.c: Likewise.
1642         * sunrpc/svc_tcp.c: Likewise.
1643         * sunrpc/svc_udp.c: Likewise.
1644         * sunrpc/svc_unix.c: Likewise.
1645         * sunrpc/svcauth_des.c: Likewise.
1646         * sunrpc/xcrypt.c: Likewise.
1647         * sunrpc/xdr.c: Likewise.
1648         * sunrpc/xdr_array.c: Likewise.
1649         * sunrpc/xdr_float.c: Likewise.
1650         * sunrpc/xdr_mem.c: Likewise.
1651         * sunrpc/xdr_rec.c: Likewise.
1652         * sunrpc/xdr_ref.c: Likewise.
1653         * sunrpc/xdr_sizeof.c: Likewise.
1654         * sunrpc/xdr_stdio.c: Likewise.
1656         * po/da.po: Update from translation team.
1658 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1660         * sysdeps/sh/____longjmp_chk.S: New file.
1661         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
1662         * sysdeps/sh/sh4/__longjmp.S: Likewise.
1664 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
1665             Ulrich Drepper  <drepper@redhat.com>
1667         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
1668         (__nscd_cache_search): Assume each entry in the
1669         hash chain needs one hashentry and half of datahead.  Use
1670         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
1672 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
1674         * posix/sys/wait.h: Fix typos.  Pretty printing.
1675         * stdlib/stdlib.h: Likewise.  Correct comments.
1677         [BZ #10159]
1678         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
1680         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
1681         patch.
1683 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
1685         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
1686         Use it if we absolutely cannot reach any more correct list elements
1687         because that many do not fit into the currently mapped database.
1689 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
1691         * nscd/nscd_helper.c: Include stddef.h.
1692         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
1693         in a couple of places.  Return NULL if trail is not less than
1694         datasize, don't consider dataheads with length smaller than
1695         offsetof (struct datahead, data) + datalen.
1696         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
1697         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
1698         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1699         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1700         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1701         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
1702         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
1704         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
1705         Rename ...
1706         (fallocate64): ... to this.
1707         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
1708         Rename ...
1709         (fallocate64): ... to this.
1710         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
1711         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
1712         fallocate64@@GLIBC_2.10.
1713         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
1714         fallocate64@@GLIBC_2.11.
1715         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
1716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
1717         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
1718         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
1720         * nscd/selinux.c (nscd_avc_destroy): Removed.
1721         * nscd/selinux.h (nscd_avc_destroy): Likewise.
1722         * nscd/nscd.c (termination_handler): Don't call
1723         nscd_avc_destroy.
1725 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
1727         * include/atomic.h: Formatting.
1728         (catomic_compare_and_exchange_val_acq): Don't define if already
1729         defined by bits/atomic.h.
1731 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
1733         * math/libm-test.inc (expm1_test): Add test for range error.
1735         * Versions.def: Add GLIBC_2.11 for libc.
1736         * debug/Makefile (routines): Add longjmp_chk.
1737         Add rules to build and run tst-longjmp_chk.
1738         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
1739         * debug/longjmp_chk.c: New file.
1740         * debug/tst-longjmp_chk.c: New file.
1741         * include/bits/setjmp2.: New file.
1742         * include/stdio.h: Mark __fortify_fail as internal_function.
1743         * setjmp/Makefile (headers): Add bits/setjmp2.h.
1744         * setjmp/bits/setjmp2.h: New file.
1745         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
1746         of the aliases.
1747         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
1748         defined.
1749         * sysdeps/i386/____longjmp_chk.S: New file.
1750         * sysdeps/x86_64/____longjmp_chk.S: New file.
1751         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
1752         * sysdeps/x86_64/__longjmp.S: Likewise.
1754         * version.h: Bump for 2.11 development.
1756         * elf/check-execstack.c: New file.
1757         * elf/Makefile: Add rules to build and run check-execstack.
1759 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
1761         * version.h (VERSION): Bump to 2.10.1.
1763         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
1764         compatibility functions.
1765         * nss/getXXent_r.c: Likewise.
1766         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
1767         * gshadow/getsgnam_r.c: Likewise.
1768         * gshadow/Version: Remove duplicate entries.
1770         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
1771         for recent processor.
1772         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
1773         Likewise.
1775 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
1777         * version.h (VERSION): Bump for 2.10 release.
1778         * include/features.h (__GLIBC_MINOR__): Bump to 10.
1780         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
1781         same place we add ASFLAGS-config.
1783 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
1785         [BZ #10128]
1786         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
1787         or FORMERR and the other NOERROR, don't raise an error.
1789 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
1791         [BZ #10118]
1792         * Makeconfig (+asflags): New variable based upon ASFLAG or
1793         asflags-cpu.
1794         (ASFLAGS): Add override to set ASFLAGS to +asflags.
1795         * config.make.in (asflags-cpu): Add variable based upon
1796         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
1797         the assembler.
1798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1799         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
1800         recognizes power6 instruction set due to passing -mcpu=power6 from
1801         --with-cpu=power6 when compiling .S files.
1802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1803         Likewise.
1804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1805         Likewise.
1806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1807         Likewise.
1809 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
1811         * string/stratcliff.c (do_test): Test for zero length
1812         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
1813         at the end of the page.
1815 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
1817         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
1819         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
1820         count is zero.
1822         * po/da.po: Update from translation team.
1824 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
1826         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
1827         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
1829 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
1831         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
1832         and READ_IMPLIES_EXEC.
1834 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
1836         * po/da.po: Update from translation team.
1838 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
1840         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
1841         comment change.
1843 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
1845         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
1846         to MAP_ANON in PROT_NONE mmap64 call.
1847         (open_archive): Likewise.
1848         (file_data_available_p): Use mmap64 instead of mremap.
1849         (enlarge_archive): Likewise.  Update head if ah->addr changed.
1850         Attempt to reserve address space after mmap64 region.
1852 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
1854         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
1855         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
1856         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1858         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
1859         atanh should set ERANGE.
1861         [BZ #10087]
1862         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
1863         result of lookup to make call to implement STT_GNU_IFUNC.
1864         (_dl_profile_fixup): Likewise.
1865         Patch by H.J. Lu <hjl.tools@gmail.com>.
1867         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
1868         warning.
1870         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
1871         from definition.
1873         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
1874         label if it is not used.
1876         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
1877         of gmon_hist_hdr and gmon_hdr structures and use them.
1878         * elf/sprof.c: Likewise.
1880         * elf/dl-load.c (open_verify): Add temporary variable to avoid
1881         warning.
1883         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
1885         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
1886         to avoid cast.
1888         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
1889         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
1890         to avoid warnings.
1891         (iruserok_af): Use ss_family instead of casts.
1893         * gmon/gmon.c (write_hist): Define real-type variant of
1894         gmon_hist_hdr structure and use it.
1895         (write_gmon): Likewise for gmon_hdr.
1897         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
1898         function if we are not going to define it.
1899         * sysdeps/unix/sysv/linux/writev.c: Likewise.
1901         * inet/inet6_option.c (option_alloc): Add temporary variable to
1902         avoid warning.
1904         * libio/strfile.h (struct _IO_streambuf): Use correct type and
1905         name of VTable element.
1906         * libio/iovsprintf.c: Avoid casts to avoid warnings.
1907         * libio/iovsscanf.c: Likewise.
1908         * libio/vasprintf.c: Likewise.
1909         * libio/vsnprintf.c: Likewise.
1910         * stdio-common/isoc99_vsscanf.c: Likewise.
1911         * stdlib/strfmon_l.c: Likewise.
1912         * debug/vasprintf_chk.c: Likewise.
1913         * debug/vsnprintf_chk.c: Likewise.
1914         * debug/vsprintf_chk.c: Likewise.
1916         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
1917         function pointers.
1919 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
1921         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
1923 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
1925         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
1927         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
1928         * sysdeps/i386/fpu/s_tanf.S: Likewise.
1929         * sysdeps/i386/fpu/s_tanl.S: Likewise.
1930         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1931         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
1932         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
1933         * math/libm-test.inc: Add tests for errno after tan calls with
1934         Â±Inf.
1936         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
1937         errno value vor pow(+-0,neg).
1938         * math/libm-test.inc (pow_test): Add tests for errno value for
1939         pole errors.
1941         * math/w_fmod.c: Also handle x=±Inf as error.
1942         * math/w_fmodf.c: Likewise.
1943         * math/w_fmodl.c: Likewise.
1944         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
1945         x=±Inf or y=0.
1947         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
1948         * sysdeps/i386/fpu/s_cosf.S: Likewise.
1949         * sysdeps/i386/fpu/s_cosl.S: Likewise.
1950         * sysdeps/i386/fpu/s_sin.S: Likewise.
1951         * sysdeps/i386/fpu/s_sinf.S: Likewise.
1952         * sysdeps/i386/fpu/s_sinl.S: Likewise.
1953         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1954         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
1955         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
1956         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
1957         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
1958         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
1959         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
1960         * math/libm-test.inc: Add tests for errno after sin/cos calls with
1961         Â±Inf.
1963         * stdlib/strtod_l.c (round_and_return): We have to set errno to
1964         ERANGE for underflows.
1965         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
1967         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
1968         the 2001 revision.
1970         * libio/tst-widetext.input: Remove surrogates.
1972         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
1974         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
1975         for lgamma should set errno to ERANGE, not EDOM.
1976         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
1978 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
1980         [BZ #10093]
1981         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
1982         UTF-16 surrogates.
1984         * locale/programs/locarchive.c (enlarge_archive): Conserve address
1985         space when temporarily mapping the whole content of the old file.
1987         [BZ #10100]
1988         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
1989         not zero.
1991 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
1993         * iconvdata/sjis.c (BODY): Don't advance inptr before
1994         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
1995         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
1996         two byte chars.
1998 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
2000         * locale/locarchive.h (struct locarhandle): Rename len field to
2001         mmaped and add new reserved field.
2002         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
2003         (create_archive): Reserve address space and then map file into it.
2004         (open_archive): Likewise.
2005         (file_data_available_p): New function.
2006         (compare_from_file): New function.
2007         (close_archive): Adjust to member name changes.
2008         (add_locale): Before comparing locale data, check it is mapped.
2009         Otherwise fall back to reading from the file.
2011 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
2013         * stdio-common/psiginfo.c: Include <errno.h>.
2015 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2017         [BZ #9920]
2018         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
2019         to get consistency between 32 and 64 bit architectures.
2021         [BZ #10052]
2022         * sysdeps/unix/make-syscalls.sh: Add rule to create target
2023         directory for dummy syscall rules.
2024         Patch by Chris Steinbroner <hesh@pobox.com>.
2026 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
2028         [BZ #10092]
2029         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
2030         MNT_EXPIRE.
2032 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2034         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
2035         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2037 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
2039         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
2040         data from vector to temporary buffer and call PWRITEV after it
2041         instead of vice versa.
2042         * sysdeps/posix/preadv.c: Fix up comment.
2043         * misc/preadv.c: Likewise.
2044         * misc/preadv64.c: Likewise.
2045         * misc/pwritev.c: Likewise.
2046         * misc/pwritev64.c: Likewise.
2047         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
2049 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2051         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
2053         * shadow/Makefile (tests): Add tst-shadow.
2054         * shadow/tst-shadow.c: New file.
2056         [BZ #9955]
2057         * gshadow/Makefile: New file.
2058         * gshadow/Versions: New file.
2059         * gshadow/fgetsgent.c: New file.
2060         * gshadow/fgetsgent_r.c: New file.
2061         * gshadow/getsgent.c: New file.
2062         * gshadow/getsgent_r.c: New file.
2063         * gshadow/getsgnam.c: New file.
2064         * gshadow/getsgnam_r.c: New file.
2065         * gshadow/gshadow.h: New file.
2066         * gshadow/putsgent.c: New file.
2067         * gshadow/sgetsgent.c: New file.
2068         * gshadow/sgetsgent_r.c: New file.
2069         * gshadow/tst-gshadow.c: New file.
2070         * include/gshadow.h: New file.
2071         * Makeconfig (all-subdirs): Add gshadow.
2072         * Makefile (installed-headers): Add gshadow/gshadow.h.
2073         * nss/Makefile (databases): Add sgrp.
2074         * nss/Versions: Add gshadow functions as private exports.
2075         * nss/nsswitch.conf: Add gshadow entry.
2076         * nss/sgrp-lookup.c: New file.
2077         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
2078         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
2079         * nss/nss_files/files-sgrp.c: New file.
2080         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
2081         * sysdeps/unix/sysv/linux/paths.h: Likewise.
2083 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
2085         * stdio-common/printf.h: Add missing const to register_printf_modifier.
2086         * stdio-common/reg-modifier.c: Likewise.
2088 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
2090         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
2091         is no FPU.
2093 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
2095         [BZ #10086]
2096         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
2097         headers up to 2.6.30.
2099         * po/ca.po: Update from translation team.
2101 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
2103         [BZ #10069]
2104         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
2105         an object that uses static TLS if the TLS modid is higher than the
2106         reserve we always allocate.  At least for multi-threaded code.
2108 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
2110         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
2111         Numerically stable check for valid width.
2113         * locale/programs/locarchive.c (open_archive): Map the entire file
2114         and not just the administrative data.
2115         (add_locale): When we find a hash sum match compare the content
2116         to be sure.
2118         * malloc/malloc.c (malloc_info): Output address space information.
2120 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
2122         * malloc/malloc.c (malloc_info): Also output system memory information.
2124         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
2125         architectures have preadv/pwritev in 2.6.30.
2127         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
2128         * sysdeps/posix/readv.c: Likewise.
2129         Reported by Markus Armbruster <armbru@redhat.com>.
2131         * malloc/hooks.c (top_check): Force hook value into register.
2133 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2135         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
2136         calls to _dl_relocate_object.
2138 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2140         [BZ #9957]
2141         * malloc/malloc.c (force_reg): Define.
2142         (sYSMALLOc): Load hook variable into variable
2143         before test and force into register.
2144         (sYSTRIm): Likewise.
2145         (public_mALLOc): Force hook value into register.
2146         (public_fREe): Likewise.
2147         (public_rEALLOc): Likewise.
2148         (public_mEMALIGn): Likewise.
2149         (public_vALLOc): Likewise.
2150         (public_pVALLOc): Likewise.
2151         (public_cALLOc): Likewise.
2152         (__posix_memalign): Likewise.
2153         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
2154         before test and force into register.
2155         * malloc/hooks.c (top_check): Likewise.
2156         (public_sET_STATe): Pretty printing.
2158         * resolv/res_send.c (send_dg): Don't just ignore the result we got
2159         in case we only receive one reply in single-request mode.
2161 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
2163         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
2164         are dlopened in statically linked program even for __LM_ID_CALLER.
2166 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2168         * resolv/res_send.c (send_dg): Don't switch into single-request
2169         mode if we already are in it.
2171 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
2173         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
2174         are always at least 4 bytes in the returned line.
2176 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
2178         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
2179         __libc_use_alloca (8192), if the stack is too small use 512 bytes
2180         instead of 8K.  Stop searching in /proc/stat after hitting first
2181         line not starting with cpu.
2182         (next_line): Truncate too long
2183         lines at buffer size * 3/4 instead of pretending there were line
2184         breaks inside of large lines.
2186 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2188         * sysdeps/x86_64/mp_clz_tab.c: New file.
2190 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
2191             Ulrich Drepper  <drepper@redhat.com>
2193         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
2194         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
2195         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
2197 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
2199         * sysdeps/sh/libc-tls.c: New file.
2201         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
2203 2009-04-14  Roland McGrath  <roland@redhat.com>
2205         * elf/elf.h: Add various missing ARM constants, to match binutils.
2207 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2209         Optimizations from GMP.
2210         * sysdeps/x86_64/add_n.S: New file.
2211         * sysdeps/x86_64/addmul_1.S: New file.
2212         * sysdeps/x86_64/lshift.S: New file.
2213         * sysdeps/x86_64/mul_1.S: New file.
2214         * sysdeps/x86_64/rshift.S: New file.
2215         * sysdeps/x86_64/sub_n.S: New file.
2216         * sysdeps/x86_64/submul_1.S: New file.
2218 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2220         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
2221         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
2222         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
2223         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2225 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2227         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
2228         preadv/pwritev.
2230 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
2232         * sysdeps/x86-64/strrchr.S: New file.
2234 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
2236         * stdio-common/printf.h (struct printf_info): Add user element.
2237         New types printf_arginfo_size_function, printf_va_arg_function.
2238         Declare register_printf_specifier, register_printf_modifier,
2239         register_printf_type.
2240         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
2241         (union printf_arg): Add pa_user element.
2242         Adjust __printf_arginfo_table type.
2243         Add __printf_va_arg_table, __printf_modifier_table,
2244         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
2245         declarations.
2246         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
2247         If registered arginfo call failed try normal specifier.
2248         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
2249         function.
2250         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
2251         * stdio-common/Versions: Export register_printf_modifier,
2252         register_printf_type, and register_printf_specifier for GLIBC_2.10.
2253         * stdio-common/reg-modifier.c: New file.
2254         * stdio-common/reg-type.c: New file.
2255         * stdio-common/reg-printf.c (__register_printf_specifier): New
2256         function.  Mostly the old __register_printf_function function but
2257         uses locking and type of third parameter changed.
2258         (__register_printf_function): Implement using
2259         __register_printf_specifier.
2260         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
2261         calls to arginfo functions.  Allocate enough memory for user-defined
2262         types.  Call new va_arg functions to get user-defined types.
2263         Try installed handlers even for existing format specifiers first.
2265 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
2267         * sysdeps/x86_64/rawmemchr.S: New file.
2269         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
2270         Simplified code and possible copy problem fixed.
2272         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
2273         function if it is not defined.  Add some necessary casts.
2274         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2276         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
2277         have preadv/pwritev in 2.6.30.
2279 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
2281         * malloc/malloc.c (malloc_info): New function.
2282         * malloc/malloc.h: Declare it.
2283         * malloc/Versions: Export malloc_info for GLIBC_2.10.
2285         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
2286         to avoid PLT slot.
2288         * malloc/malloc.c (_int_realloc): Add parameter with old block
2289         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
2290         Adjust all callers.
2291         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
2293 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
2295         * sysdeps/x86_64/strchrnul.S: New file.
2297         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
2298         depending libcrypt on -lfreebl3.
2300         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
2301         preadv/pwritev in 2.6.30.
2303         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
2304         instead of __strcasecmp.
2306         * string/stratcliff.c (do_test): Add memchr tests..
2307         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
2308         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
2309         first read quad word.
2311 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
2313         * string/strverscmp.c (__strverscmp): Fix last cleanups.
2314         * string/tst-svc.input: Add new test case.
2315         * string/tst-svc.expect: Adjust.
2316         * string/Makefile: Don't ignore tst-svc error.
2318         * sysdeps/x86_64/memchr.S: New file.
2320         * resolv/resolv.h (RES_SNGLKUP): Define.
2321         * resolv/res_init.c (res_setoptions): Recognize single-request option.
2322         * resolv/res_send.c (send_dg): If we sent two requests at once and
2323         only get one reply before timeout switch to mode where we send the
2324         second request only after the first answer has been received.
2326 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
2328         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
2329         * sysdeps/x86_64/strchr.S: Likewise.
2331 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
2333         * configure.in: We need to test for the compiler earlier.
2335         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
2336         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
2337         GLIBC_2.10.
2338         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
2339         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
2340         and pwritev.
2341         * misc/preadv.c: New file.
2342         * misc/preadv64.c: New file.
2343         * misc/pwritev.c: New file.
2344         * misc/pwritev64.c: New file.
2345         * sysdeps/posx/preadv.c: New file.
2346         * sysdeps/posx/preadv64.c: New file.
2347         * sysdeps/posx/pwritev.c: New file.
2348         * sysdeps/posx/pwritev64.c: New file.
2349         * sysdeps/unix/sysv/linux/preadv.c: New file.
2350         * sysdeps/unix/sysv/linux/preadv64.c: New file.
2351         * sysdeps/unix/sysv/linux/pwritev.c: New file.
2352         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
2353         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
2354         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
2356         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
2357         compatibility code.
2358         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
2360         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2361         __ASSUME_COMPLETE_READV_WRITEV.
2362         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
2363         with modern kernels.
2364         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2366         * sysdeps/posix/readv.c: Since read is a cancellation point we have
2367         to free a possible malloced buffer in case of cancellation.
2368         * sysdeps/posix/writev.c: Likewise for write.
2370 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
2372         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
2374         * configure.in: Recognize --enable-nss-crypt.
2375         * config.make.in: Add nss-crypt entry.
2376         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
2377         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
2378         and include path for NSS directory to compiler for md5-crypt,
2379         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
2380         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
2381         function implementation, use NSS.  Introduce wrappers around the
2382         hash function calls.  Little code size optimization.
2383         * crypt/sha256-crypt.c: Likewise.
2384         * crypt/sha512-crypt.c: Likewise.
2385         * scripts/check-local-headers.sh: Ignore nss3 directory.
2387         * configure.in: Rename pic_default to libc_cv_pic_default.
2388         * config.make.in: Likewise.
2390 2009-04-01  Roland McGrath  <roland@redhat.com>
2392         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
2393         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
2394         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
2395         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
2396         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
2397         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
2398         (R_SPARC_NUM): Update.
2399         From Dave Miller <davem@davemloft.net>.
2401 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
2403         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
2405 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
2407         * elf/dl-open.c: Keep track of used name spaces and only iterate over
2408         those which are used.
2409         * elf/dl-addr.c: Likewise.
2410         * elf/dl-caller.c: Likewise.
2411         * elf/dl-fini.c: Likewise.
2412         * elf/dl-iteratephdr.c: Likewise.
2413         * elf/dl-libc.c: Likewise.
2414         * elf/dl-load.c: Likewise.
2415         * elf/dl-support.c: Likewise.
2416         * elf/dl-sym.c: Likewise.
2417         * elf/rtld.c: Likewise.
2418         * sysdeps/generic/ldsodefs.h: Likewise.
2420         * elf/dl-load.c: Remove support for systems without MAP_ANON.
2421         * elf/dl-minimal.c: Likewise.
2422         * elf/dl-misc.c: Likewise.
2423         * elf/rtld.c: Likewise.
2424         * sysdeps/generic/ldsodefs.h: Likewise.
2426 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
2428         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
2429         Avoid reuse of complex expression.
2431         * po/fr.po: Update from translation team.
2433 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
2435         * include/dirent.h: Yet more changes to match sort function type
2436         change.
2437         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
2438         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
2439         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
2441 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
2443         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
2445 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
2447         * nscd/connections.c (restart): Try to preserve the process name
2448         by reading the /proc/self/exe symlink and using the return name.
2449         Patch by Jeff Bastian <jbastian@redhat.com>.
2451 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
2453         [BZ #9733]
2454         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
2455         if we are not loading a new audit library.
2456         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
2457         Only use profiling trampoline for auditing if we are not relocating
2458         an audit library.
2459         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
2460         * elf/rtld.c: Likewise.
2461         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
2463         * elf/rtld.c (dl_main): Extend help message for --audit option.
2465         [BZ #9759]
2466         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
2467         alphasort64, versionsort, and versionsort64 to POSIX 2008.
2468         * dirent/alphasort.c: Adjust implementation to type change.
2469         * dirent/alphasort64.c: Likewise.
2470         * dirent/scandir.c: Likewise.
2471         * dirent/versionsort.c: Likewise.
2472         * dirent/versionsort64.c: Likewise.
2473         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
2474         declaration.
2475         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
2476         declaration.
2478         [BZ #9880]
2479         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
2480         correctly.  Set segleft member in output as required.
2481         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2482         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
2484         [BZ #9881]
2485         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
2486         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2487         * inet/Makefile (tests): Add tst-inet6_rth.
2488         * inet/tst-inet6_rth.c: New file.
2490         [BZ #5807]
2491         * string/strlen.c (strlen): Fix omission in the expression to test
2492         for NUL bytes.
2494 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2496         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
2498         * elf/dl-runtime.c (reloc_offset): Define.
2499         (reloc_index): Define.
2500         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
2501         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
2502         computing index from reloc_offset.
2503         (_dl_call_pltexit): Likewise.
2504         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
2505         the relocation index to _dl_fixup.
2506         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
2507         _dl_call_pltexit.
2508         * sysdeps/x86_64/dl-runtime.c: New file.
2510         [BZ #9893]
2511         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
2512         alignment of La_x86_64_regs.  Store xmm parameters.
2513         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
2515         [BZ #9913]
2516         * string/strverscmp.c (__strverscmp): Fix case of different digits
2517         in fractional part of string.
2518         Patch by Jingyu Liu <jyliu@fortinet.com>.
2519         * string/Makefile (tests): Add tst-svc2.
2520         * string/tst-svc2.c: New file.
2522         * string/strverscmp.c (__strverscmp): Optimize size of tables.
2524         * locale/iso-639.def: Add Min Nan.
2526 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2528         [BZ #9948]
2529         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
2531 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2533         * elf/dl-sysdep.c (auxvars): Compress data structure.
2535         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
2536         STT_GNU_IFUNC handling.
2537         (elf_machine_rela): Likewise.
2539 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
2541         * config.h.in (USE_MULTIARCH): Define.
2542         * configure.in: Handle --enable-multi-arch.
2543         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
2544         (_dl_fixup_profile): Likewise.
2545         * elf/do-lookup.c (dl_lookup_x): Likewise.
2546         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
2547         * elf/elf.h (STT_GNU_IFUNC): Define.
2548         * include/libc-symbols.h (libc_ifunc): Define.
2549         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
2550         framework in init-arch.h to get CPUID values.
2551         * sysdeps/x86_64/multiarch/Makefile: New file.
2552         * sysdeps/x86_64/multiarch/init-arch.c: New file.
2553         * sysdeps/x86_64/multiarch/init-arch.h: New file.
2554         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
2556         * config.make.in (experimental-malloc): Define.
2557         * configure.in: Handle --enable-experimental-malloc.
2558         * malloc/Makefile: Handle experimental-malloc flag.
2559         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
2560         * malloc/arena.c: Likewise.
2561         * malloc/hooks.c: Likewise.
2562         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
2564 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
2566         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
2567         prediction.  A few size optimizations.
2569 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2571         * time/tzset.c: Optimize a bit for size.
2573 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
2575         * include/stdio.h (fmemopen): Add libc_hidden_proto.
2576         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
2578         * elf/sprof.c: Avoid warning about multi-line comment.
2580 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2582         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
2583         DST name.
2584         * time/tst-posixtz.c: Add tests for quoted timezone names.
2586 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
2588         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
2589         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
2590         200809L instead of 200112L.
2591         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
2592         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
2594         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
2595         instead of __quick_exit_funcs to __run_exit_handlers.
2596         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
2597         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
2598         (__cxa_at_quick_exit): Remove attribute_hidden.
2599         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
2600         to __run_exit_handlers.
2601         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
2602         attribute_hidden.
2604 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2606         * po/id.po: Update from translation team.
2608 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
2610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
2611         .machine push; .machine "power6" and .machine pop around mtfsf
2612         insns outside of _ARCH_PWR6 define.
2613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
2615         Likewise.
2616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
2617         Likewise.
2618         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
2619         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
2620         relax_fenv_state): Likewise.
2622 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
2624         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
2625         cxa_at_quick_exit.
2626         (static-only-routines): Add at_quick_exit.
2627         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
2628         GLIBC_2.10.
2629         * stdlib/quick_exit.c: New file.
2630         * stdlib/at_quick_exit.c: New file.
2631         * stdlib/cxa_at_quick_exit.c: New file.
2632         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
2633         it appropriately.
2634         (__internal_atexit): New function.
2635         (__new_exitfn): Now takes parameter to point to the list to use.
2636         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
2637         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
2638         (exit): ...here.  Just call __run_exit_handlers appropriately.
2639         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
2640         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
2641         * stdlib/on_exit.c: Adjust call to __new_exitfn.
2642         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
2644         * po/id.po: Update from translation team.
2646 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
2648         * po/ru.po: Update from translation team.
2650 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
2652         * po/nl.po: Update from translation team.
2654 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
2656         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
2657         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2658         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2659         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2660         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2661         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2662         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2664         * po/pl.po: Update from translation team.
2666 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
2668         [BZ #7083]
2669         * sysdeps/unix/sysv/linux/fallocate.c: New file.
2670         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
2671         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
2672         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
2673         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
2674         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
2675         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
2676         for GLIBC_2.10.
2677         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2678         Add fallocate and fallocate64.
2680         * io/fcntl.h: Pretty printing.
2682 2009-03-02  Richard Guenther  <rguenther@suse.de>
2684         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
2685         attribute also for non-C99 inline semantics variant.
2687 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2689         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
2690         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
2691         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
2692         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
2693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
2694         Likewise.
2695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
2696         Likewise.
2698 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
2700         * po/cs.po: Update from translation team.
2702 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
2704         * po/bg.po: Update from translation team.
2705         * po/sv.po: Likewise.
2706         * po/fi.po: Likewise.
2707         * po/vi.po: Likewise.
2709 2009-02-27  Roland McGrath  <roland@redhat.com>
2711         * Makeconfig (%.v.i): Depend on Makeconfig.
2712         Exclude % lines from initial #-comment removal.
2714 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
2716         * po/ko.po: Update from translation team.
2718 2009-02-26  Roland McGrath  <roland@redhat.com>
2720         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
2721         avoids unused warning.
2723 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
2724             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2726         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
2727         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
2728         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
2729         and asm/user.h.  Include asm/ptrace.h.
2730         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
2731         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
2732         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
2733         Undefine.
2734         (start_thread): Don't undefine.
2735         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
2736         Define.
2738 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
2740         * wctype/wctype.h: The *_l functions are in POSIX 2008.
2741         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
2742         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
2743         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
2744         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
2745         200112L to 200809L.
2746         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
2747         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2748         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
2749         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2750         _SC_THREAD_ROBUST_PRIO_PROTECT.
2751         * posix/unistd.h: fexecve is in POSIX 2008.
2752         * time/time.h: strftime_l is in POSIX 2008.
2753         * io/sys/stat.h: futimens is in POSIX 2008.
2754         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
2755         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
2756         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
2757         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
2758         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
2759         open_memstream, and vdprintf are in POSIX 2008.
2761 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
2763         * include/features.h: Define macros for XPG7/POSIX 2008.
2764         * ctype/ctype.h: The *_l functions are in POSIX 2008.
2765         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
2766         POSIX 2008.
2767         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
2768         * locale/xlocale.h: Define locale_t type.
2769         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
2770         in POSIX 2008.  Don't define locale_t here.
2771         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
2772         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
2773         UTIME_OMIT only with __USE_ATFILE.
2774         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
2775         * stdio-common/psiginfo.c: New file.
2776         * stdio-common/psiginfo-data.h: New file.
2777         * stdio-common/psiginfo-define.h: New file.
2778         * stdio-common/Makefile (routines): Add psiginfo.
2779         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
2780         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2781         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
2782         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
2783         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
2784         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2785         * io/sys/stat.h: Move mknodat definition into same conditional as
2786         mknod.
2787         * time/sys/time.h: futimesat is not among the functions accepted
2788         into the POSIX standard.
2790         * include/features.h: If no feature selection given and we select
2791         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
2792         * posix/Versions: Export __posix_getopt.
2793         * posix/getopt.c (_getopt_initialize): Take additional parameter.
2794         Use it to alternatively initialize __posixly_correct.
2795         (_getopt_internal_r): Take addition parameter.  Pass on to
2796         _getopt_initialize.
2797         (_getopt_internal): Take addition parameter.  Pass on to
2798         _getopt_internal_r.
2799         (getopt): Pass additional zero to _getopt_internal.
2800         (__posix_getopt): New function.
2801         * posix/getopt.h: Add redirection for getopt.
2802         * posix/getopt1.c (getopt_long): Pass additional zero to
2803         _getopt_internal.
2804         (getopt_long_only): Likewise.
2805         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
2806         (_getopt_long_only_r): Likewise.
2807         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
2808         _getopt_internal_r.
2810 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
2812         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
2813         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2814         * sysdeps/posix/sysconf.c (__sysconf): Handle
2815         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
2816         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2818 2009-02-24  Roland McGrath  <roland@redhat.com>
2820         [BZ #9895]
2821         * README.template: Reworded not to use substituted version number.
2822         Renamed to ...
2823         * README: ... here (no longer generated).
2824         * Makefile (README): Target removed.
2826 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
2828         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
2829         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
2830         instead.
2832         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
2834         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
2836 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
2838         * po/bg.po: Update from translation team.
2840 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
2842         * stdlib/monetary.h: Uglify function parameter names.
2843         * sunrpc/rpc/pmap_clnt.h: Likewise.
2844         * sunrpc/rpc/svc.h: Likewise.
2845         * sunrpc/rpc/xdr.h: Likewise.
2846         * sunrpc/rpc/clnt.h: Likewise.
2847         * resolv/netdb.h: Likewise.
2848         * resolv/arpa/nameser.h: Likewise.
2849         * resolv/resolv.h: Likewise.
2850         * argp/argp.h: Likewise.
2851         * locale/langinfo.h: Likewise.
2852         * io/sys/stat.h: Likewise.
2853         * posix/spawn.h: Likewise.
2854         * nis/rpcsvc/nislib.h: Likewise.
2855         * malloc/obstack.h: Likewise.
2856         * sysdeps/ia64/bits/link.h: Likewise.
2857         * sysdeps/i386/bits/link.h: Likewise.
2858         * sysdeps/s390/bits/link.h: Likewise.
2859         * sysdeps/powerpc/bits/link.h: Likewise.
2860         * sysdeps/x86_64/bits/link.h: Likewise.
2861         * sysdeps/sparc/bits/link.h: Likewise.
2862         * sysdeps/sh/bits/link.h: Likewise.
2863         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
2864         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
2865         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
2866         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
2868 2008-12-01  Fredrik Unger  <fred@tree.se>
2870         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
2871         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
2872         _FP_UNPACK_RAW_2, fix up first argument.
2874 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
2876         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
2877         (GET_NPROCS_PARSER): Change parameters and use next_line.
2878         (__get_nprocs): Rewrite to not use stdio routines.
2879         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
2880         Change parameters and use next_line.
2882 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
2884         [BZ #5381]
2885         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
2886         Change mempool_alloc prototype.
2887         * nscd/mem.c (gc): Don't handle mem_in_flight.
2888         (mempool_alloc): Third parameter now only indicates whether this is the
2889         first call (to allocate data) or not.  If it is, get db rdlock.
2890         Release it on error.  Don't handle mem_in_flight.
2891         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
2892         Adjust third parameter of mempool_alloc calls.
2893         Nothing to do here in case mempool_alloc fails.
2894         Avoid local variable shadowing parameter.  No need to get db rdlock
2895         before calling cache_add.
2896         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
2897         no mem_in_flight array anymore.
2898         * nscd/connections.c: Remove definition and handling of mem_in_flight.
2899         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
2900         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
2901         in case mempool_alloc fails. No need to get db rdlock before calling
2902         cache_add.
2903         * nscd/hstcache.c (cache_addhst): Likewise.
2904         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2905         * nscd/servicescache.c (cache_addserv): Likewise.
2906         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
2908 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
2910         * po/lt.po: Update from translation team.
2912 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
2914         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
2915         defined, allow additional data to be added using the optional
2916         MORE_ELF_HEADER_DATA macro.
2917         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
2918         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
2920 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
2922         * include/atomic.h: Define catomic_and if not already defined.
2923         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
2924         * sysdeps/i386/i486/bits/atomic.h: Likewise.
2926 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
2928         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
2929         Change all callers.
2930         (_int_realloc): Likewise.  Third argument is now padded size
2931         All _int_* functions are now static.
2933         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
2934         * malloc/arena.c: Likewise.
2935         * include/malloc.h: Remove now unnecessary declarations of the _int_*
2936         functions.
2938         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
2939         easily.
2941         * malloc/malloc.c: Add branch prediction for use of the hooks.
2943         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
2945 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2947         [BZ #7095]
2948         * bits/confname.h: Add SUSv7 macros for getconf environments.
2949         * bits/environments.h: Likewise.
2950         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
2951         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
2952         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
2953         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
2954         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
2955         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
2956         * posix/getconf.c: Likewise.
2957         * posix/sysconf.c: Likewise.
2958         * sysdeps/posix/sysconf.c: Likewise.
2959         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
2960         environments.
2962 2009-01-16  Petr Baudis  <pasky@suse.cz>
2964         [BZ #9753]
2965         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
2966         even if we currently have zero nscount.
2968 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2970         [BZ #9781]
2971         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
2972         the input line is too long.
2974         * po/Makefile (libc.pot): Add f_print as function taking c-format
2975         parameter.
2977         * debug/xtrace.sh: Unify translatable messages.
2978         * elf/ldd.bash.in: Likewise.
2979         * elf/sprof.c: Likewise.
2980         * locale/programs/locale.c: Likewise.
2981         * malloc/memusage.sh: Likewise.
2982         * nss/getent.c: Likewise.
2984 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
2986         * debug/pcprofiledump.c (print_version,
2987         argp_program_version_hook): New function.
2988         * elf/ldconfig.c (more_help): New function.
2989         (argp): Use it.
2990         * elf/sln.c (usage): New function.
2991         (main): Support --help and --version.
2992         * malloc/memusagestat.c (print_version): New function.
2993         (argp_program_version_hook): New variable.
2994         * nscd/nscd.c (more_help): New function.
2995         (argp): Use it.
2996         * posix/getconf.c (main): Send --version output to stdout.
2997         Support --help.
2998         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
2999         arguments.  All callers changed.
3000         (print_version): New function.
3001         (parseargs): Support --help and --version.
3002         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
3003         changed.
3004         (print_version): New function.
3005         (main): Use getopt_long.  Support --help and --version.
3006         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
3007         --version.
3009 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
3011         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
3012         (update_data): Fix handling of wrapping back
3013         to the beginning of the buffer.
3015         [BZ #9823]
3016         * stdio-common/psignal.c (psignal): Fix test for empty string.
3018 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
3020         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
3021         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
3022         move _null_auth to .rodata.
3024         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
3025         value of 24.
3027         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
3029         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
3030         today than when the original code was written.  Use larger
3031         buffers.  This also makes it unnecessary to have stat information,
3032         if this causes extra efforts.
3033         (__opendir): In case O_DIRECTORY works, don't call fstat just for
3034         __alloc_dir.
3036 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
3038         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
3039         is set.
3040         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
3041         * sysdeps/sh/sh4/__longjmp.S: Likewise.
3042         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
3043         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
3044         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
3045         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
3047 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
3049         * po/ru.po: Update from translation team.
3051 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3053         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
3054         Add _tid slot to maintain consistency with kernel.
3056 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
3058         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
3059         incomplete characters at end of input buffer.
3060         * libio/Makefile (tests): Add tst-fgetwc.
3061         * libio/tst-fgetwc.c: New file.
3062         * libio/tst-fgetwc.input: New file.
3064 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
3066         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
3068 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
3070         [BZ #9793]
3071         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
3072         *OUTBUFSTART unless the whole output fit into the buffer.
3073         * iconv/Makefile (tests): Add tst-iconv4.
3074         * iconv/tst-iconv4.c: New file.
3076 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
3078         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
3079         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3081 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
3083         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
3084         newer linker scripts.
3086 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3088         [BZ #7040]
3089         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
3090         inotify_rm_watch should have type int.
3092 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
3094         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
3095         Make aligned_restore_vmx a local symbol.
3096         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
3097         Likewise.
3099 2009-01-30  Andreas Jaeger  <aj@suse.de>
3101         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
3102         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
3103         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
3104         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
3105         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
3106         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
3107         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
3109 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
3111         [BZ #9726]
3112         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
3113         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
3115 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
3117         [BZ #9726]
3118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3119         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3121         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3123 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
3125         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
3126         memcpy instead of memcmp.
3127         (_dl_setup_pointer_guard): Likewise.
3129 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3131         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
3132         manipulated brk, use malloc_printerr.
3133         * misc/sbrk.c (__sbrk): Better error handling for nonsense
3134         requests.
3136 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
3138         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
3139         rindex): For C++ add inlines so that they can be recognized as
3140         builtins.
3141         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
3143 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3144             Jakub Jelinek  <jakub@redhat.com>
3146         * string/string.h: Define correct C++ prototypes for gcc 4.4.
3147         * wcsmbs/wchar.h: Likewise.
3149 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3151         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
3152         (stackinfo_sub_sp): Define.
3154 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3156         [BZ #9750]
3157         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
3158         * include/alloca.h (alloca_account): Define.
3159         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
3160         (stackinfo_sub_sp): Define.
3162         * nscd/connections.c (nscd_init): If database file access fails
3163         check whether this is due to permission problems and bail in that
3164         case.
3166         [BZ #9741]
3167         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
3168         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
3170 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3172         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
3173         Add "t" to clobber list.
3174         (INTERNAL_SYSCALL_NCS): Likewise.
3176 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3178         * nss/getent.c (print_networks): Don't print comma between aliases.
3180 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
3182         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
3184         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
3185         the hash table.
3186         * misc/Makefile (tests): Add bug-hsearch1.
3187         * misc/bug-hsearch1.c: New file.
3189 2009-01-22  Roland McGrath  <roland@redhat.com>
3191         * Makeconfig (%.v.i): Strip trailing # comments,
3192         not only whole-line comments.
3194 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
3196         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
3197         one parameter.  If non-NULL use it to initialize return value.
3198         (_dl_setup_pointer_guard): New function.
3199         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3200         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
3201         * elf/rtld.c (security_init): Pass _dl_random to
3202         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
3203         pointer_chk_guard.
3204         * elf/dl-sysdep.c (_dl_random): New variable.
3205         (_dl_sysdep_start): Handle AT_RANDOM.
3206         (_dl_show_auxv): Likewise.
3207         * elf/dl-support.c (_dl_random): New variable.
3208         (_dl_aux_init): Handle AT_RANDOM.
3209         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
3210         to _dl_setup_stack_chk_guard.
3212         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
3214 2009-01-10  Roland McGrath  <roland@redhat.com>
3216         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
3218 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
3220         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
3222         [BZ #9706]
3223         * nss/nss_files/files-parse.c (strtou32): New function.
3224         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
3225         across 32-bit and 64-bit platforms.
3226         (INT_FIELD_MAYBE_NULL): Likewise.
3228 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
3230         [BZ #9720]
3231         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
3232         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
3233         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
3234         Likewise.
3236 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
3238         [BZ #697]
3239         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
3240         being NULL also if there are no backreferences.
3241         * posix/rxspencer/tests: Add testcases.
3243 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
3245         [BZ #9697]
3246         * posix/bug-regex17.c: Add testcases.
3247         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
3248         handling.
3250 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3252         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
3253         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
3254         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
3255         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
3256         for elf subdir.
3257         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
3258         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
3259         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
3260         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
3261         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3262         * sysdeps/unix/sysv/linux/s390/Versions: New file.
3264 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
3266         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
3267         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
3268         re_string_skip_chars, re_string_reconstruct): Likewise.
3269         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
3271 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
3273         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
3274         adjust the buffer alignment.
3276 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3278         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
3279         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
3280         net/route.h.
3282         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
3283         flavor to description only when flavor is not NULL.
3285         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
3286         mutex after SIGIO/SIGURG lookup loop.
3288 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3290         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
3292 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
3294         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
3295         handling.
3297 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
3299         * sysdeps/unix/sysv/linux/kernel-features.h
3300         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
3302         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
3303         if no output is written.
3305         * version.h: Bump to 2.10 development.
3307         * posix/getconf.c: Update copyright year.
3308         * nss/getent.c: Likewise.
3309         * iconv/iconvconfig.c: Likewise.
3310         * iconv/iconv_prog.c: Likewise.
3311         * elf/ldconfig.c: Likewise.
3312         * catgets/gencat.c: Likewise.
3313         * csu/version.c: Likewise.
3314         * elf/ldd.bash.in: Likewise.
3315         * elf/sprof.c (print_version): Likewise.
3316         * locale/programs/locale.c: Likewise.
3317         * locale/programs/localedef.c: Likewise.
3318         * nscd/nscd.c (print_version): Likewise.
3319         * debug/xtrace.sh: Likewise.
3320         * malloc/memusage.sh: Likewise.
3321         * malloc/mtrace.pl: Likewise.
3322         * debug/catchsegv.sh: Likewise.
3324 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
3326         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
3327         script.
3329 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
3331         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
3332         gethostbyname4_r function call succeeded, just leave the loop.
3334         [BZ #9694]
3335         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
3336         very end.
3337         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
3338         * wctype/Makefile (tests): Add bug-wctypeh.
3339         * wctype/bug-wctypeh.c: New file.
3341         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
3342         LOCALDOMAIN is defined.
3343         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3345         * sysdeps/x86_64/bits/select.h: New file.
3347         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
3349 2008-12-21  Bruno Haible  <bruno@clisp.org>
3351         [BZ #9677]
3352         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
3353         if no output is written.
3355 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
3357         * login/utmp_file.c (pututline_file): Replace call to dup2 with
3358         libc internal symbol __dup2 to avoid access through the PLT.
3360 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
3362         [BZ #6545]
3363         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
3364         available only for __USE_GNU.
3366         * inet/Makefile (tests): Add tst-getni2.
3367         * inet/tst-getni2.c: New file.
3369         [BZ #7080]
3370         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
3371         NULL when NI_NAMEREQD is set.
3372         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3373         * inet/Makefile (tests): Add tst-getni1.
3374         * inet/tst-getni1.c: New file.
3376 2008-12-03  Petr Baudis  <pasky@suse.cz>
3378         [BZ #7067]
3379         * nscd/connections.c (invalidate_cache): Use prune_run_lock
3380         instead of prune_lock.
3381         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
3382         * nscd/nscd.h (database_dyn): Add prune_run_cache.
3384 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
3386         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
3387         use.
3389         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
3390         handling.
3392         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
3393         after reading name server list.
3395         [BZ #7058]
3396         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
3397         handling for host name aliases.
3399 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
3401         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
3402         instead of doing things manually.
3404 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
3406         * posix/regex_internal.h (build_wcs_upper_buffer):
3407         Return type is reg_error_t.
3409 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
3411         * posix/globtest.sh: Use mktemp to create temporary file and
3412         directory.
3414         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
3415         sets correctly.
3416         (__CPU_CLR_S): Likewise.
3417         (__CPU_ISSET_S): Likewise.
3419 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
3420             Ulrich Drepper  <drepper@redhat.com>
3422         * scripts/firstversion.awk: Use custom comparison function to compare
3423         version numbers.
3424         * scripts/versions.awk: Use sort invocation which can handle
3425         multi-digit sub-version numbers.
3427 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
3429         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
3430         * locale/iso-639.def: Add Chhattisgarhi entry.
3432 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
3434         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
3435         ESRCH return value.
3436         (_nss_dns_gethostbyname4_r): Likewise.
3437         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
3438         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
3439         gethostbyname4_r, we don't have a separate IPv6 status, so copy
3440         the no_data variable.
3442         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
3443         information at the correct index.
3445         * socket/sys/socket.h: Declare accept4.
3446         * socket/accept4.c: New file.
3447         * sysdeps/unix/sysv/linux/accept4.c: New file.
3448         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
3449         * socket/Makefile (routines): Add accept4.
3450         * socket/Versions: Export accept4 with version GLIBC_2.10.
3451         * socket/paccept.c: Removed.
3452         * sysdeps/unix/sysv/linux/paccept.c: Removed.
3453         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
3454         * Versions.def: Define GLIBC_2.10 for libc.
3455         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
3457         * nscd/connections.c: Use accept4.
3459         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
3461 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
3463         * resolv/res_send.c (send_dg): Create sockets with non-blocking
3464         flag already set.
3466         * stdlib/setenv.c (unsetenv): Don't search environment if it does
3467         not exist.
3468         * stdlib/Makefile (tests): Add tst-unsetenv1.
3469         * stdlib/tst-unsetenv1.c: New file.
3471 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
3473         * login/utmp_file.c (file_writable): New variable.
3474         (setutent_file): Don't try to open file for writing.
3475         (pututline_file): Before writing, make descriptor writable if
3476         necessary.
3478 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
3480         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
3481         to IPv4 or IPv6 if an interface has been found.
3483 2008-11-26  Roland McGrath  <roland@redhat.com>
3485         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
3486         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
3488         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
3489         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
3490         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
3492         * elf/elf.h (NT_386_IOPERM): New macro.
3493         (NT_PPC_VSX): New macro.
3495 2008-11-25  Roland McGrath  <roland@redhat.com>
3497         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
3498         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
3499         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
3500         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
3501         Subdirectories moved to ports repository.
3502         * configure.in (base_machine): Remove alpha case.
3504 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
3506         * sysdeps/mach/strerror_l.c: New file.
3508 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
3510         [BZ #6411]
3511         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
3512         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
3513         magic numbers.
3514         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
3515         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
3516         (relax_fenv_state): Same as above.
3517         (FPSCR_29): Reserve bit in ISA 2.05.
3518         (FPSCR_NI): Provide define for compat.
3519         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
3520         magic numbers.
3521         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
3522         magic numbers.
3523         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
3524         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
3525         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
3526         access to hwcap to account for hwcap size increase to uint64_t.
3527         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
3528         Likewise.
3529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
3530         (*setcontext): Likewise.
3531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3532         New file.
3533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3534         New file.
3535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3536         (*setcontext): dynamically select mtfsf insn based on
3537         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
3538         increase to uint64_t.
3539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3540         (*swapcontext): dynamically select mtfsf insn based on
3541         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
3542         increase to uint64_t.
3543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3544         New file.
3545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3546         New file.
3547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3548         (*setcontext): dynamically select mtfsf insn based on
3549         PPC_FEATURE_HAS_DFP.
3550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3551         (*swapcontext): dynamically select mtfsf insn based on
3552         PPC_FEATURE_HAS_DFP.
3554 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
3556         * version.h: Bump for 2.9 release.
3557         * include/features.h (__GLIBC_MINOR__): Bump to 9.
3559         [BZ #7029]
3560         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
3561         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
3562         all the rounding.
3564 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
3566         [BZ #7009]
3567         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
3568         unknown request types for now.
3570 2008-11-11  Roland McGrath  <roland@redhat.com>
3572         * sysdeps/x86_64/configure: New file.
3574         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
3575         * configure: Regenerated.
3577 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3579         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
3580         correct instruction to remove the stack frame.
3582 2008-11-03  Michael Matz  <matz@suse.de>
3584         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
3585         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
3587 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
3589         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
3590         Remove.
3592         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
3593         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
3594         of the thread variable instead of void *.
3595         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
3596         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
3597         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3598         __libc_tsd_define arguments.
3599         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
3600         __libc_tsd_address arguments.  Remove union hack.
3601         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
3602         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
3603         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
3604         Adjust __libc_tsd_{set,get} arguments.
3605         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3606         __libc_tsd_define arguments.
3607         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
3608         arguments.
3609         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3610         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
3611         (LOCALE): Adjust __libc_tsd_define arguments.
3612         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
3613         arguments.
3614         (LOCALE): Adjust __libc_tsd_define arguments.
3615         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
3616         arguments.
3617         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
3618         arguments.
3620 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
3622         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
3623         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
3625 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
3627         [BZ #6966]
3628         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
3630 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
3631             Ulrich Drepper  <drepper@redhat.com>
3633         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
3634         definition for GCC 3.1 and later.
3636 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
3638         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
3639         refetch dtv, as it might have changed.
3640         * elf/Makefile: Add rules to build and run tst-tls18.
3641         * elf/tst-tls18.c: New test.
3642         * elf/tst-tlsmod18a.c: New file.
3644 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
3646         [BZ #6875]
3647         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
3649 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
3651         [BZ #6867]
3652         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
3654         [BZ #6919]
3655         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
3656         Fix length of copy operation.
3658 2008-10-02  Pierre Habouzit <madcoder@debian.org>
3660         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
3661         and fix its calling convention.
3663 2008-10-07  Andreas Schwab  <schwab@suse.de>
3665         [BZ #6942]
3666         * resolv/res_send.c (send_vc): Fix last change.
3667         (send_dg): Align here as well.
3669 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
3671         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
3672         return value in case rlimit is RLIM_INFINITY.
3674         [BZ #6947]
3675         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
3676         for UL_SETFSIZE.
3677         * resource/Makefile (tests): Add bug-ulimit1.
3678         * resource/bug-ulimit1.c: New file.
3680         [BZ #6974]
3681         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
3682         without dot.  Properly terminate the string with a null byte.
3683         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
3685         [BZ #6980]
3686         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
3687         negative sizees.
3688         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
3689         negative __size.
3691         [BZ #6995]
3692         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
3694 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
3696         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
3697         abort if there is no initgroups_dyn function.
3699         * resolv/res_send.c (send_dg): On timeout, only return nonzero
3700         result if any of the queries really provided an answer.
3702 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
3704         * po/lt.po: Update from translation team.
3706 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
3708         * po/id.po: Update from translation team.
3710 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
3712         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
3713         Fix tests for existence of second reply.
3715 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
3717         * po/id.po: New file.
3718         Contributed by the Indonesian translation team.
3720 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
3722         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
3723         initialization.
3725 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
3727         * elf/Makefile: Add rules to build and run tst-tls17.
3728         * elf/tst-tls17.c: New test.
3729         * elf/tst-tlsmod17a.c: New file.
3730         * elf/tst-tlsmod17b.c: Likewise.
3732 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
3734         * stdlib/divmod_1.c: Use correct type for dummy variable.
3735         * stdlib/mod_1.c: Likewise.
3737 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
3739         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
3741 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
3743         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
3744         __nonnull order for C++.
3745         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
3746         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
3748 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
3750         * stdlib/longlong.h: Update from GCC.
3752 2008-10-09  Jakub Jelinek <jakub@redhat.com>
3753             David S. Miller  <davem@davemloft.net>
3755         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
3756         make sure any registers used with 64-bit 'branch-on-register'
3757         instructions have their top 32-bits clear.
3758         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
3759         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
3761 2008-09-18  Andreas Schwab  <schwab@suse.de>
3763         [BZ #6942]
3764         * resolv/res_send.c (send_vc): Fix use of unaligned address.
3765         Properly handle partial reads.
3767 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
3769         * elf/elf.h (STO_MIPS_PLT): New.
3770         (R_MIPS_COPY): New.
3771         (R_MIPS_JUMP_SLOT): New.
3772         (R_MIPS_NUM): Redefine to 128.
3773         (DT_MIPS_PLTGOT): New.
3774         (DT_MIPS_RWPLT): New.
3775         (DT_MIPS_NUM): Redefine to 0x35.
3777 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
3779         * timezone/africa: Update from tzdata2008f.
3780         * timezone/asia: Likewise.
3781         * timezone/australasia: Likewise.
3782         * timezone/europe: Likewise.
3783         * timezone/leapseconds: Likewise.
3784         * timezone/northamerica: Likewise.
3785         * timezone/southamerica: Likewise.
3786         * timezone/zone.tab: Likewise.
3788 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
3790         * nscd/connections.c: Disable use of paccept for now.
3792 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
3794         * socket/Versions: Remove paccept export for GLIBC_2.9.
3795         * socket/Makefile (routines): Remove paccept.
3796         * socket/sys/socket.h: Remove paccept declaration.
3798         * po/sv.po: Update from translation team.
3800 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
3802         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
3803         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3805 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
3807         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
3808         Patch by Olivier Fourdan <ofourdan@redhat.com>.
3810 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
3812         * sunrpc/rpc/svc.h: Declare svcfd_create.
3813         Patch by Michael Solberg <msolberg@redhat.com>.
3815 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
3816             Ulrich Drepper  <drepper@redhat.com>
3818         * malloc/malloc.c (public_vALLOc): Try other arenas in case
3819         _int_valloc fails.
3820         (public_pVALLOc): Likewise.
3822 2008-09-02  Andreas Jaeger  <aj@suse.de>
3824         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
3825         commit.
3827 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
3829         [BZ #6860]
3830         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
3832 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
3834         * Makefile (check-data): Check data directory in add-ons.
3835         * elf/Makefile (check-data): Likewise.
3837 2008-08-18  Roland McGrath  <roland@redhat.com>
3839         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
3840         * configure: Regenerated.
3841         * config.make.in (cflags-cpu): New substituted variable.
3842         (with-cpu): Variable removed.
3843         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
3845 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
3847         [BZ #6845]
3848         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
3849         __signbitl definition and __LONG_DOUBLE_128__ guard from:
3850         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
3851         redundant.  Functions which call floating point assembler operations
3852         should go into a sysdeps powerpc/fpu directory.
3854 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
3856         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
3857         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
3859 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
3861         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
3863         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
3864         change related to AT_EXECFN.  We cannot use that string.
3865         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
3866         _dl_execfn member.
3867         * elf/dl-support.c: Remove _dl_execfn variable.
3868         (_dl_aux_init): Remove handling of AT_EXECFN.
3869         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
3870         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
3872 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
3874         [BZ #6544]
3875         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
3876         byte gets added to writes and seeks from the end use the length of
3877         the buffer and not the currently terminating NUL byte.
3879         [BZ #6634]
3880         * login/utmp_file.c (getutent_r_file): Take additional parameter.
3881         Set to true if locking failed.
3882         (getutid_r_file): Adjust caller.
3883         (pututline_file): Likewise.  Return NULL in this case.
3884         Patch mostly by halesh.s@gmail.com.
3886 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
3888         [BZ #6589]
3889         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
3890         Define.
3891         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
3893 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
3895         [BZ #6839]
3896         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
3897         macro since it is now available in elf/dynamic-link.h.
3899 2008-08-12  Roland McGrath  <roland@frob.com>
3901         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
3902         in case used outside of libc.
3903         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
3905 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
3907         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
3908         directly instead of going through dn_comp.
3910 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
3912         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
3913         Fix asm constraints.
3915 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
3917         [BZ #6790]
3918         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
3919         (IPV6_PMTUDISC_PROBE): Likewise.
3921 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
3923         [BZ #6791]
3924         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
3926 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
3927             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
3929         [BZ #6817]
3930         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
3931         Added the members 'vsx' and 'arch_2_06'.
3932         (_dl_powerpc_platforms): Add the member 'power7'.
3933         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
3934         to reflect the changes required by VSX and ISA 2.06.
3935         Modify _DL_PLATFORMS_COUNT to reflect the addition of
3936         'power7'.
3937         Defined PPC_PLATFORM_POWER7.
3938         (_dl_string_platform): Add support for POWER7.
3939         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
3940         capability and ISA 2.06.
3942 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
3944         [BZ #6824]
3945         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
3946         macro to detect use of 128 bit long double.
3947         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
3949 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
3951         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
3953         [BZ #5794]
3954         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
3955         parameters.
3956         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3957         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
3959 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
3961         * nscd/connections.c (main_loop_poll): Pass a buffer which is
3962         guaranteed to be large enough to read inotify event.  Ignore
3963         EAGAIN error.  Better error message.  Add branch predicition.
3964         (main_loop_epoll): Likewise.
3966 2008-08-02  Roland McGrath  <roland@frob.com>
3968         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
3969         Add memory clobbers.
3971 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
3973         * manual/arith.texi: Avoid @strong{Note:}.
3974         * manual/creature.texi: Likewise.
3975         * manual/filesys.texi: Likewise.
3976         * manual/math.texi: Likewise.
3977         * manual/memory.texi: Likewise.
3978         * manual/resource.texi: Likewise.
3979         * manual/syslog.texi: Likewise.
3980         * manual/time.texi: Likewise.
3982         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
3983         to prevent warning.
3985 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
3987         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
3988         new epoll_create1 interface.
3989         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3990         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
3991         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
3993         * include/arpa/nameser.h (NS_GET16): Use const pointer.
3994         (NS_GET32): Likewise.
3996         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
3997         syscalls, too.
3999         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
4000         use the AT_EXECFN value if it is no absolute path.
4001         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
4002         __ASSUME_AT_EXECFN.
4004         * Versions.def: Add GLIBC_2.9 to libresolv.
4005         * include/resolv.h: Remove hidden proto declarations for __ns_*
4006         functions.  Add them for __dn_count_labels and __p_secstodate.
4007         * include/arpa/nameser.h: Add a number of hidden proto declarations.
4008         Define ns_msg_getflags macro here.
4009         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
4010         and __p_secstodate.
4011         * resolv/Versions: Export functions from <arpa/nameser.h> from
4012         libresolv in version GLIBC_2.9.
4013         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
4014         hidden definitions.
4015         * resolv/ns_netint.c: Likewise.
4016         * resolv/ns_parse.c: Likewise.
4017         * resolv/ns_print.c: Likewise.
4018         * resolv/ns_samedomain.c: Likewise.
4019         * resolv/ns_ttl.c: Likewise.
4020         * resolv/arpa/nameser_compat.h: Likewise.
4021         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
4022         function calls.
4023         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
4024         instead of ns_get16.
4025         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
4026         __ns_get32 instead of ns_get16 and ns_get32 respectively.
4027         (gaih_getanswer_slice): Likewise.
4028         * resolv/Makefile (libresolv-routines): Add ns_date.
4029         * resolv/ns_date.c: New file.
4031         * elf/Makefile (check-localplt.out): Also check libresolv and
4032         libcrypt.
4034 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
4036         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4037         __ASSUME_O_CLOEXEC.
4039 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
4041         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
4042         buffer passed to NSS functions.
4044         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
4046         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
4047         Define.
4049         * misc/syslog.c (openlog_internal): Fix compile problem.
4051 2008-07-28  Roland McGrath  <roland@redhat.com>
4053         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
4055 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
4057         * io/ftw.c (add_object): Remove inline to avoid warning.
4059         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
4061         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
4062         Use it instead of locally defined resplen2 variable.
4063         (res_nsend): Adjust for __libc_res_nsend interface change.
4064         (send_vc): Initialize *resplen2 if necessary.  Read length of
4065         package into an appropriately aligned variable.  Store converted length
4066         in new variable and use it appropriately.
4067         Add branch prediction help.
4068         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
4069         and pass it on to __libc_res_nsend.  Adjust all callers.
4070         (__libc_res_nsearch): Likewise.
4071         (__libc_res_nqeurydomain): Likewise.
4072         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
4073         change.
4074         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
4075         Define resplen2 variable and pass it to __libc_res_nsearch and then
4076         to gaih_getanswer.
4077         (getanswer_r): In case of incorrect DNS data don't overread buffer.
4078         Add branch prediction.
4079         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
4080         (gaih_getanswer): Don't decode second slice if first one failed due
4081         to a too small buffer.  Don't let not found status of second
4082         decoder shadow results of the first.
4083         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
4084         and __libc_res_nquery interface changes
4085         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
4086         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
4087         __libc_res_nsearch, and __libc_res_nsend.
4088         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
4089         change.
4090         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
4091         __libc_res_nsearch interface changes.
4093 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
4095         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
4097         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
4098         file descriptors with close-on-exec set.
4099         (exec_comm_child): Fix the case where the write end of the pipe is
4100         STDOUT_FILENO already.  In case it is, clear close-on-exec.
4102         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
4103         * io/pipe2.c: Likewise.
4104         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
4105         instead of __ASSUME_PACCEPT.
4106         * include/unistd.h: Declare __have_pipe2.
4107         * libio/iopopen.c: Implement "e" flag.
4108         * libio/Makefile (tests): Add tst-popen1.
4109         * libio/tst-popen1.c: New file.
4111         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
4112         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4114 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4116         [BZ #6771]
4117         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
4118         success call of _IO_SEEKOFF or calls which failed because the
4119         descriptor is for a pipe.
4121         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
4122         magic number.
4124         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
4126         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
4127         F_SETFD use if we know fopen set the flag.
4129         * login/utmp_file.c (setutent_file): Minor optimization in case
4130         O_CLOEXEC is available.
4132 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
4134         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
4135         * elf/Makefile: Use pie-ccflag variable.
4136         * nscd/Makefile: Likewise.
4137         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
4139 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
4141         [BZ #6724]
4142         * Versions.def: Add GLIBC_2.9 version tag for libutil.
4143         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
4144         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
4145         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
4146         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
4147         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
4148         utmp32, utmpx32 and login32.
4149         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
4150         versions of struct utmp functions to libc and libutil.
4151         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
4152         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
4153         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
4154         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
4155         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
4156         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
4157         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
4158         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
4159         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
4160         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
4161         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
4162         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
4163         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
4164         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
4165         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
4166         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
4167         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
4168         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
4169         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
4170         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
4171         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
4172         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
4174 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4176         * scripts/gen-as-const.awk: Generate more widely usable code by
4177         using 64-bit arithmetic.
4179         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
4180         the same treatment as narrow output code in last patch.
4182         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
4184         [BZ #6763]
4185         * elf/dl-load.c (local_strdup): Remove inline.
4186         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
4187         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
4188         part of the object.
4190         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
4192 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
4194         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
4195         the new syscalls, too.
4197         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
4198         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
4200         [BZ #6698]
4201         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
4202         parameter for end of buffer.  If temporary copy is too large use
4203         malloc.
4204         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
4205         interface change.
4206         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
4207         string rewrite when allocating buffer.
4209         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
4210         syscalls, too.
4212         * nscd/connections.c (nscd_init): Clean up fcntl call.
4214         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
4215         SOCK_NONBLOCK if possible.
4217         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
4218         SOCK_CLOEXEC if available.
4220         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
4221         __libc_clntudp_bufcreate_internal.
4222         * include/sys/socket.h: Declare __have_sock_cloexec.
4223         * socket/Makefile (aux): Add have_sock_cloexec.
4224         * socket/have_sock_cloexec.c: New file.
4225         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
4226         __libc_clntudp_bufcreate.
4227         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
4228         which takes an additional parameter.  Create socket with non-blocking
4229         mode and close-on-exec flag set, if wanted.
4230         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
4231         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
4232         instead of clntudp_create.  The socket has already the close-on-exec
4233         flag set if SOCK_CLOEXEC is defined.
4235 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
4237         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4238         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
4239         appropriate.
4240         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
4241         non-blocking mode by using socket, paccept, and inotify_init1.
4243         * Versions.def (glibc): Add GLIBC_2.9.
4244         * io/Makefile (routines): Add dup3 and pipe2.
4245         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
4246         * io/dup3.c: New file.
4247         * io/pipe2.c: New file.
4248         * posix/unistd.h: Declare dup3 and pipe2.
4249         * socket/Makefile (routines): Add paccept.
4250         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
4251         * socket/paccept.c: New file.
4252         * socket/sys/socket.h: Declare paccept.
4253         * sysdeps/unix/syscalls.list: Add entry for dup3.
4254         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
4255         epoll_create2 and inotify_init1.
4256         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
4257         * sysdeps/unix/sysv/linux/paccept.c: New file.
4258         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
4259         possible.
4260         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
4261         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
4262         inotify_init1, and pipe2 entries.
4263         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
4264         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
4265         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
4266         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
4267         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
4268         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
4269         SOCK_NONBLOCK.
4270         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
4271         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
4272         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
4273         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
4274         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
4275         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
4276         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
4277         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
4278         EPOLL_NONBLOCK.  Declare epoll_create2.
4279         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
4280         EFD_NONBLOCK.
4281         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
4282         IN_NONBLOCK.  Declare inotify_init1.
4283         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
4284         SFD_NONBLOCK.
4285         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
4286         TFD_NONBLOCK.
4288         * elf/elf.h: Define AT_EXECFN.
4289         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
4290         LD_ORIGIN_PATH.
4291         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
4292         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
4293         if __ASSUME_AT_EXECFN is defined.
4294         (_dl_aux_init): Handle AT_EXECFN.
4295         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
4296         for 2.6.27 and up.
4297         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
4298         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
4299         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
4300         _dl_execfn if available and avoid compatibility code if
4301         __ASSUME_AT_EXECFN is defined.
4303         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
4304         _dl_discover_osversion only for older kernels.
4306 2008-07-22  Roland McGrath  <roland@frob.com>
4308         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
4310 2008-07-21  Roland McGrath  <roland@frob.com>
4312         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
4313         returned too much data out of line.
4315 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
4317         * locale/setlocale.c (setname): Remove inline to avoid compiler
4318         warning.
4320         [BZ #6712]
4321         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
4323 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
4325         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
4326         doesn't manage to write anything, fail.
4328         * malloc/hooks.c (__malloc_check_init): Remove printf.
4330 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4332         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
4334 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
4336         * nscd/connections.c (main_loop_poll): Fix handling of read errors
4337         from inotify.
4338         (main_loop_epoll): Likewise.
4340 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
4342         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
4344         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
4345         if DEBUG is defined.
4347         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
4348         query.  Adjust buffer size computation for padding.
4350 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
4352         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
4353         * stdio-common/tst-setvbuf1.c: New file.
4354         * stdio-common/tst-setvbuf1.expect: New file.
4356         [BZ #6719]
4357         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
4358         when selecting fully-buffered stream.
4359         Patch by Wang Xin <wxinee@gmail.com>.
4361 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4363         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
4364         (__open_2): New function.
4365         (__open64_2): New alias to __open_2.
4366         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
4367         (__openat_2): New function.
4368         (__openat64_2): New alias to __openat_2.
4370 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
4372         [BZ #6723]
4373         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4375 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4377         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
4378         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
4379         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
4380         __hurd_dfail.
4381         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4382         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4383         * sysdeps/mach/hurd/send.c (__send): Likewise.
4384         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
4385         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
4387 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4389         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
4390         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4391         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4392         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
4393         * hurd/get-host.c (_hurd_get_host_config): Likewise.
4394         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
4396 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
4398         [BZ #6657]
4399         * time/strptime_l.c: Don't clear s.era_cnt after successful match
4400         of %EY.
4401         Patch by Petr Baudis.
4403 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
4405         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
4406         Patch by Peter Jones <pjones@redhat.com>.
4408 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
4410         [BZ #6654]
4411         * stdlib/canonicalize.c (__realpath): readlink can write too much
4412         into the buffer on platforms without PATH_MAX.
4414 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
4416         [BZ #6653]
4417         * posix/tst-regex.c (main): Rename to...
4418         (do_test): ... this. Remove cmdline option processing.
4419         (TIMEOUT): Define.
4420         (TEST_FUNCTION): Define.
4421         (CMDLINE_OPTIONS): Define.
4423 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
4425         [BZ #5210]
4426         * configure.in: Add -Werror to -fstack-protector test to catch
4427         unsupported architectures.
4428         Patch by Gilles Esponasse <g.esp@free.fr>.
4430 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
4432         * stdlib/tst-setcontext.c: Set back_in_main before exit if
4433         getcontext returns ENOSYS.
4435 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
4437         * nscd/connections.c (main_loop_poll): Fix test for read error.
4438         (main_loop_epoll): Likewise.
4440 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
4442         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
4443         better place so it is not called when nscd is used.
4445         * nscd/connections.c: Also recognize and handle changes to the
4446         resolver configuration file.
4448 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
4450         * time/strftime.c: Pass reference to tzset_called around to handle
4451         recursive calls.
4453         [BZ #6612]
4454         * time/strftime.c (__strftime_internal): Call tzset() only
4455         when printing timezone-dependent values.
4456         Based on a patch by Petr Baudis <pasky@suse.cz>.
4458         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
4459         unconditionally use second gaih_getanswer_slice result.
4461         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
4462         (getaddrinfo): RES must always be non-NULL.
4464 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
4466         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
4467         cr[34] registers.
4468         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
4469         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
4470         Likewise.
4471         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
4472         register.
4474 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
4476         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
4477         fields.
4478         * nscd/connections.c (inotify_fd): New variable.
4479         (nscd_init): Try to open an inotify descriptor.
4480         If successful, watch files for databases using inotify instead of
4481         having prune threads stat the files.
4482         (nscd_run_prune): Recognize clear_cache flag being set and call
4483         prune_cache appropriately.
4484         (main_loop_poll): Add inotify descriptor to wait set and handle the
4485         reported changes.
4486         (main_loop_epoll): Likewise.
4487         * nscd/cache.c (prune_cache): Don't stat files for databases if
4488         inotify is used.
4489         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
4490         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
4492         * nscd/grpcache.c (cache_addgr): Correctly compute size of
4493         fixed-size portion of the record.
4494         * nscd/servicescache.c (cache_addserv): Likewise.
4495         * nscd/pwdcache.c (cache_addpw): Likewise.
4496         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4498 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
4500         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
4501         out we don't use uninitialized memory.
4503         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
4504         the client.
4506 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
4508         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
4509         ignore T_DNAME messages.
4510         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
4512 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
4514         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
4515         Avoid segfault if first GETC returns eof/'\0'/'\n'.
4517 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
4519         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
4520         instead of portstr to nscd_getserv_r.  Patch by
4521         Roman Kagan <rkagan@mail.ru>.
4523 2008-05-26  Jim Meyering  <meyering@redhat.com>
4525         Remove more useless "if" tests before "free".
4526         * include/inline-hashtab.h (htab_delete): Likewise.
4527         * libio/freopen.c (freopen): Likewise.
4528         * libio/freopen64.c (freopen64): Likewise.
4529         * locale/programs/ld-collate.c (collate_read): Likewise.
4530         * misc/fstab.c (libc_freeres_fn): Likewise.
4531         * posix/glob.c (globfree): Likewise.
4533 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
4535         * string/Makefile (strop-tests): Add memmem.
4536         * string/test-memmem.c: New file.
4537         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
4538         (test_init): Size buf1 according to BUF1PAGES.
4540 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
4542         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
4543         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
4544         (CFLAGS-scanf17.c): New.
4545         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
4546         * stdio-common/scanf15.c (main): Likewise.
4547         * stdio-common/scanf16.c: New file.
4548         * stdio-common/scanf17.c: New file.
4550 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
4552         * resolv/res_send.c (send_dg): If we already have one of two
4553         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
4554         use the one answer insted of failing.
4556 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
4558         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
4559         being executed on PowerPC as the expected result exceeds IBM
4560         long double 128 __LDBL_MAX__.
4562 2008-05-21  Roland McGrath  <roland@redhat.com>
4564         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
4566         * Makefile (check-data): Use $(abi-name) before other guesses.
4567         Look in $(add-ons) dirs before scripts/data/.
4568         * elf/Makefile (check-data): Likewise.
4570         * scripts/soversions.awk: Grok ABI line.
4571         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
4572         Emit definition for abi-name variable.
4574 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
4576         * string/endian.h: Define new fixed-size hto* and *toh macros only
4577         if [__USE_BSD].
4579         * iconvdata/Depend: Add localedata.
4581 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4583         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
4585 2008-05-08  David S. Miller  <davem@davemloft.net>
4587         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
4588         HIDDEN_JUMPTARGET.
4589         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4590         (__SYSCALL_CLOBBERS): Remove %g* registers.
4591         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4592         (__SYSCALL_CLOBBERS): Likewise.
4593         * scripts/data/localplt-sparc-linux-gnu.data: New file.
4594         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
4596 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
4598         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4599         (CALL_ERRNO_LOCATION): Define.
4600         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4601         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4602         (CALL_ERRNO_LOCATION): Define.
4603         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4604         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
4605         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
4607 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
4609         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
4610         variable.
4612 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
4614         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
4615         (FIRST_FRAME_POINTER): Define.
4617 2008-05-09  David S. Miller  <davem@davemloft.net>
4619         * sysdeps/sparc/sparc64/backtrace.c: New file.
4621 2008-05-14  David S. Miller  <davem@davemloft.net>
4623         * sysdeps/sparc/machine-gmon.h: New file.
4624         * sysdeps/sparc/sparc-mcount.S: Likewise.
4625         * sysdeps/sparc/Makefile: Add sparc-mcount target to
4626         sysdep_routines in gmon directory.
4628 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
4630         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
4632 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
4634         * resolv/res_query.c (__libc_res_nquery): In case one of two
4635         answer was too short don't try to read that answer's header.
4637         * resolv/res_send.c (send_dg): In case of timeout and there are
4638         two queries and one has been answered, return value indicating
4639         success.
4641 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
4643         * nscd/cache.c (cache_add): Take additional parameter specifying
4644         whether this is in response of a cache refill.  Check alignment
4645         of package data.  Revamp waking of pruning thread.
4646         (prune_cache): Small optimization.
4647         * nscd/nscd.h: Adjust cache_add prototypes.
4648         * nscd/aicache.c: Adjust cache_add calls.
4649         * nscd/grpcache.c: Likewise.
4650         * nscd/hstcache.c: Likewise.
4651         * nscd/initgrcache.c: Likewise.
4652         * nscd/pwdcache.c: Likewise.
4653         * nscd/servicescache.c: Likewise.
4654         * nscd/connections.c (restart): Really disable cache use before
4655         exec attempt.  If it fails, reenable cache.
4656         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
4657         time to max to be able to notice concurrent cache additions.  Unlock
4658         prune_lock while performing gc.  Afterwards compute wakeup time with
4659         current wakeup_time value in mind.
4661 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
4663         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
4665         * nscd/mem.c (gc): Correctly determine highest used array element
4666         in mark.
4668         * nscd/mem.c (markrange): Add assert to check entries are all
4669         aligned.  Small cleanup in bitmap use.
4671         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
4672         blockoff of type nscd_ssize_t.
4673         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
4674         (mempoll_alloc): Record block offset and not address.
4676         * nscd/mem.c (gc): Fix test for stack overuse.
4678         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
4679         more asserts.
4681         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
4682         entry is available, believe it.
4684         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
4685         no answers return NSS_STATUS_NOTFOUND.
4686         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
4687         buffer does not have any content.
4689 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
4691         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
4693         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
4694         lookup, don't assign canon unconditionally.
4696 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4698         * string/Makefile (distribute): Add str-two-way.h.
4700 2008-03-29  Eric Blake  <ebb9@byu.net>
4702         Rewrite string searches to O(n) rather than O(n^2).
4703         * string/str-two-way.h: New file.  For linear fixed-allocation
4704         string searching.
4705         * string/memmem.c: New implementation.
4706         * string/strstr.c: New implementation.
4707         * string/strcasestr.c: New implementation.
4709 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
4711         * posix/regcomp.c (optimize_utf8): Add a note on why we test
4712         opr.ctx_type.
4713         (calc_first): Initialize constraint field.
4714         (duplicate_node_closure): Use it instead of special casing ANCHORS.
4715         Use search_duplicated_node to avoid loops.  Fix grammar.
4716         (duplicate_node): Merge constraint field for all node types.
4717         (calc_eclosure_iter): Look at constraint field for all node types.
4718         * posix/regex_internal.c (create_cd_newstate): Don't look at
4719         create_cd_newstate.
4721 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4723         [BZ #6428]
4724         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
4726         [BZ #6442]
4727         * string/endian.h: Add macros for fixed-size endian conversion.
4728         * bits/byteswap.h: Allow inclusion from <endian.h>.
4729         * sysdeps/i386/bits/byteswap.h: Likewise.
4730         * sysdeps/ia64/bits/byteswap.h: Likewise.
4731         * sysdeps/s390/bits/byteswap.h: Likewise.
4732         * sysdeps/x86_64/bits/byteswap.h: Likewise.
4733         * string/Makefile (tests): Add tst-endian.
4734         * string/tst-endian.c: New file.
4736         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
4737         Patch by Reuben Thomas.
4739 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
4741         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
4743 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4745         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
4747         [BZ #6461]
4748         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
4749         Add missing braces.
4750         (BODY for __gconv_transform_internal_ascii): Likewise.
4752         [BZ #6472]
4753         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
4754         to be treated like link-local addresses.
4755         (match_prefix): Don't treat IPv4 loopback address special when
4756         converting to v4 mapped addressed.
4758         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
4759         if necessary.
4760         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
4761         * posix/tst-rfc3484-2.c: Likewise.
4762         * posix/tst-rfc3484-3.c: Likewise.
4764         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
4765         and SCTP.
4767         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
4769         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
4771         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
4773 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
4775         * po/lt.po: New file.  From Lituanian translation team.
4777 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
4779         Introduce TLS descriptors for i386 and x86_64.
4780         * include/inline-hashtab.h: New file, copied from 2005's
4781         libiberty, with fix for memory leak imported afterwards by
4782         Glauber de Oliveira Costa.
4783         * elf/tlsdeschtab.h: New file.
4784         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
4785         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
4786         (CHECK_STATIC_TLS): Move to...
4787         * elf/dynamic-link.h: ... this file.
4788         (TRY_STATIC_TLS): New macro.
4789         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
4790         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
4791         R_386_TLS_DESC): Define.
4792         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
4793         binutils.
4794         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
4795         R_X86_64_TLSDESC): Define.
4796         (R_386_NUM, R_X86_64_NUM): Adjust.
4797         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
4798         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4799         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4800         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
4801         release tlsdesc_table.
4802         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
4803         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
4804         (elf_machine_rel): Handle R_386_TLS_DESC.
4805         (elf_machine_rela): Likewise.
4806         (elf_machine_lazy_rel): Likewise.
4807         (elf_machine_lazy_rela): Likewise.
4808         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
4809         * sysdeps/i386/dl-tlsdesc.S: New file.
4810         * sysdeps/i386/dl-tlsdesc.h: New file.
4811         * sysdeps/i386/tlsdesc.c: New file.
4812         * sysdeps/i386/tlsdesc.sym: New file.
4813         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
4814         tlsdesc_table.
4815         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
4816         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4817         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4818         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
4819         release tlsdesc_table.
4820         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
4821         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
4822         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
4823         (elf_machine_rel): Handle R_X86_64_TLSDESC.
4824         (elf_machine_rela): Likewise.
4825         (elf_machine_lazy_rel): Likewise.
4826         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
4827         (__tls_get_addr): Do not declare for non-shared compiles.
4828         * sysdeps/x86_64/dl-tlsdesc.S: New file.
4829         * sysdeps/x86_64/dl-tlsdesc.h: New file.
4830         * sysdeps/x86_64/tlsdesc.c: New file.
4831         * sysdeps/x86_64/tlsdesc.sym: New file.
4832         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
4833         tlsdesc_table for both 32- and 64-bit structs.
4835 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
4837         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
4838         its own function.  This reduces the frame setup costs and more.
4840 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
4842         [BZ #3406]
4843         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
4844         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
4846 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
4848         * io/openat.c (__openat_2): Also pass fd to __openat.
4849         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
4850         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
4852         * string/tester.c (test_memcmp): Add a few more tests.
4853         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
4855 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
4857         * nscd/cache.c (cache_add): Before returning with failure and this
4858         is the first use of the record, mark it as unusable.
4859         * nscd/aicache.c: Don't touch the dataset after cache_add returns
4860         reporting a failure.
4861         * nscd/grpcache.c: Likewise
4862         * nscd/hstcache.c: Likewise.
4863         * nscd/initgrcache.c: Likewise.
4864         * nscd/pwdcache.c: Likewise.
4865         * nscd/servicescache.c: Likewise.
4867 2008-05-10  Roland McGrath  <roland@redhat.com>
4869         [BZ #6505]
4870         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
4872 2008-05-08  David S. Miller  <davem@davemloft.net>
4874         * misc/truncate64.c (truncate64): Use __truncate not truncate.
4876         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
4877         (__ieee754_y0l): Likewise.
4878         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
4879         (__ieee754_y1l): Likewise.
4880         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
4881         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
4882         frexpl and ldexpl.  math_private.h provides them and the latter
4883         is not even used.
4884         (__log1pl): Use __frexpl.
4886 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
4888         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
4889         prototypes.
4890         * include/arpa/nameser_compat.h: Define T_UNSPEC.
4891         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
4892         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
4893         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
4894         af==AF_UNSPEC.
4895         (_nss_nis_gethostbyname4_r): New function.
4896         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
4897         Change to also handle af==AF_UNSPEC.
4898         (get_tablename): New function.  Use it to avoid duplication.
4899         (_nss_nisplus_gethostbyname4_r): New function.
4900         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
4901         available.
4902         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
4903         * nss/nss.h: Define struct gaih_addrtuple.
4904         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
4905         af==AF_UNSPEC.
4906         (_nss_files_gethostbyname4_r): New function.
4907         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
4908         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
4909         calls.
4910         * resolv/res_query.c (__libc_res_nquery): Take two additional
4911         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
4912         look up IPv4 and IPv6.
4913         Change all callers.
4914         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
4915         for an additional query and answer buffer.  Pass to send_vc and
4916         send_dg.
4917         (send_vc): Send possibly two requests and receive two answers.
4918         (send_dg): Likewise.
4919         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
4920         __libc_res_nquery.
4921         (_nss_dns_gethostbyname4_r): New function.
4922         (gaih_getanswer_slice): Likewise.
4923         (gaih_getanswer): Likewise.
4924         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
4925         __libc_res_nquery call.
4926         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
4927         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
4928         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
4929         available.
4931 2008-05-05  David S. Miller  <davem@davemloft.net>
4933         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
4934         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
4936 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4938         Fix termios bit macros.
4939         Move *DLY definitions where they belong, in termios.h.
4940         Add *[0-3] definitions.
4941         Fixes confusion between VT and FF.
4942         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
4943         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
4944         are already defined to avoid collision with termios.h.
4945         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
4946         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
4947         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
4948         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
4949         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
4950         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
4951         VTDLY, VT0, VT1): New macros.
4952         [__USE_GNU] (OLCUC): Change value of macro.
4953         [__USE_XOPEN] (OFILL): New macro.
4954         [__USE_BSD] (CRTSCTS): Change value.
4955         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
4956         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
4957         (B7200, B14400, B28800, B76800): New macros.
4959 2008-05-01  David S. Miller  <davem@davemloft.net>
4961         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
4962         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
4963         (gen-as-const-headers): Add it.
4964         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
4965         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
4966         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
4967         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
4969         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
4970         six system call parameters.
4971         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
4973 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
4975         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
4976         RUSAGE_LWP.
4977         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
4978         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
4980 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
4982         * stdlib/tst-setcontext.c: Include unistd.h.
4984 2008-04-25  David S. Miller  <davem@davemloft.net>
4986         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
4987         Pass "union semun" properly in to sys_ipc, it must be passed
4988         by value, not by reference.
4990 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
4992         * nscd/Makefile (nscd-cflags): Set back to -fpie.
4993         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
4994         * nscd/connections.c (mem_in_flight): Likewise.
4996         * nscd/nscd.h (dbs): Make hidden.
4998         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
4999         Avoid returning -1, return 0 instead.
5001 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
5003         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
5005 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
5007         [BZ #5209]
5008         * sysdeps/unix/sysv/linux/times.c: New file.
5010         [BZ #5381]
5011         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
5012         mem_in_flight_list variables.  Add new parameter to mempool_alloc
5013         prototype.
5014         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
5015         appropriate mem_in_flight element.
5016         (gc): Take allocations which have not yet been committed to the
5017         database into account.
5018         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
5019         Reset mem_in_flight before returning.
5020         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
5021         cue it up in mem_in_flight_list.
5022         * nscd/aicache.c: Adjust mempool_alloc call.
5023         * nscd/grpcache.c: Likewise.
5024         * nscd/hstcache.c: Likewise.
5025         * nscd/initgrcache.c: Likewise.
5026         * nscd/pwdcache.c: Likewise.
5027         * nscd/servicescache.c: Likewise.
5028         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
5029         of -fpie.
5031         * nscd/connections.c (handle_request): Provide better error message
5032         in case SELinux forbids the service.
5034         * version.h (VERSION): Bump to 2.8.90.
5036 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
5038         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
5040 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
5042         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
5043         Also use for 32-bit.
5044         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
5045         __nextafter instead of nextafter to avoid local PLT.
5046         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
5047         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
5049         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
5051         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
5052         __fe_nomask_env.
5053         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
5054         <fenv_libc.h> instead of <fenv.h>.
5055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
5056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
5058         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
5060         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
5061         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
5062         function from fegetexcept and make old name weak alias.
5063         * include/fenv.h: Declare __fegetexcept.
5064         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
5065         fegetexcept.
5066         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
5067         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
5068         to fetestexcept.
5069         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
5070         instead of frexpl to avoid local PLT.
5071         * math/s_significandl.c (__significandl): Use __ilogbl instead of
5072         ilogbl to avoid local PLT.
5073         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
5074         instead of ldexpl to avoid local PLT.
5075         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
5076         __roundl not roundl to avoid local PLT.
5077         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
5078         local PLTs.  Use __sincosl instead of separate sinl and cosl
5079         calls.
5080         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
5082         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
5083         version for ppc64 to 2.4.21 since without it makecontext will fail.
5085         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
5086         to the ABI in use.
5087         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
5088         .__tls_get_addr.
5089         [__powerpc64__] (TLS_GD): Likewise.
5091 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
5093         [BZ #4997]
5094         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
5095         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
5096         mantissa.
5097         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5098         Likewise.  Also account for when x is an odd number between 2^52
5099         and 2^53-1.
5100         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
5101         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5102         * math/libm-test.inc (lround_test, llround_test): Added test cases to
5103         detect aforementioned erroneous conditions.
5105 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5107         * configure.in: Check for -fno-section-anchors in addition to
5108         -fno-toplevel-reorder.
5110 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
5112         * include/features.h (__GLIBC_MINOR__): Bump to 8.
5114         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
5115         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
5116         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
5117         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
5118         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
5119         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
5121 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5123         [BZ #5443]
5124         * time/era.c: Transform __libc_setlocale_lock into rwlock.
5125         * time/alt_digit.c: Likewise.
5126         * wcsmbs/wcsmbsload.c: Likewise.
5128 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
5130         * version.h (VERSION): Bump to 2.8.
5132         * timzeone/asia: Update from tzdata2008b.
5133         * timezone/backward: Likewise.
5134         * timezone/europe: Likewise.
5135         * timezone/northamerica: Likewise.
5136         * timezone/southamerica: Likewise.
5137         * timezone/iso3166.tab: Likewise.
5138         * timezone/leapseconds: Likewise.
5139         * timezone/zone.tab: Likewise.
5140         * timezone/private.h: Update from tzcode2008a.
5141         * timezone/zdump.c: Likewise.
5142         * timezone/zic.c: Likewise.
5144 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
5146         [BZ #5741]
5147         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
5148         Define additonal Data Cache Block instruction macros.
5149         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
5150         Replace dcbst with dcbf and sync with sync/isync.
5152 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
5154         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
5155         Always set ELF_RTYPE_CLASS_PLT.
5156         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
5158 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
5160         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
5161         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
5162         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
5163         For ISA 2.01 and later replace mftb with mfspr 268.
5165 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
5167         [BZ #5768]
5168         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
5169         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
5171 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
5173         [BZ #5768]
5174         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
5175         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
5176         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
5177         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
5179 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
5181         * stdlib/tst-makecontext.c (othervar): New variable.
5182         (cf): Test sign extending the argument to long.
5184 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
5186         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
5187         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
5188         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
5189         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
5190         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
5191         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
5192         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
5194 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
5196         * elf/Makefile (tests): Substitute tests-vis-yes here.
5197         (tests-vis-yes): Delete.
5198         (modules-name, modules-vis-yes): Similarly.
5200 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
5202         [BZ #4407]
5203         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
5204         Preserve sign in signgamp when x is zero.
5206 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
5208         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
5209         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
5210         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
5211         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
5212         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
5213         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
5215 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
5217         [BZ #4314]
5218         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
5219         buffers.
5221         [BZ #5209]
5222         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
5223         a reserved error value.
5225         * stdlib/tst-makecontext.c: Change parameter to cf to negative
5226         value to check for correct sign extension.
5228         [BZ #5436]
5229         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
5230         Copy 64-bit parameter values even though this is not required in
5231         the standard.
5233         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
5234         PC save.
5236 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
5238         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
5239         PC save.
5241 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
5243         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
5245 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
5247         [BZ #5998]
5248         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
5249         in line-buffered stream failed.
5250         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
5252 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
5254         [BZ #6024]
5255         * scripts/abi-versions.awk: If the version specified by
5256         --enable-oldest-abi is older than the first version for this
5257         architecture, use the default version.
5259         * locale/programs/ld-collate.c (collate_read): Ignore script lines
5260         as well when ignoring the whole category.
5262 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
5264         [BZ #6042]
5265         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
5266         ETHERTYPE_* definitions.
5267         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
5269 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
5271         * stdlib/mbtowc.c (__no_r_state): Remove.
5272         (mbtowc): New static state variable.  Use it instead of
5273         __no_r_state.
5274         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
5275         (__wctomb_state): New hidden variable.
5276         (wctomb): Use __wctomb_state instead of __no_r_state.
5277         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
5278         (__wctomb_state): New extern decl.
5279         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
5281 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
5283         [BZ #5475]
5284         * resolv/res_init.c: Handle scope IDs in resolv.conf.
5286 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
5288         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
5290 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
5292         * po/nl.po: Update from translation team.
5294 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
5296         [BZ #6007]
5297         * string/strfry.c: Handle empty strings again.
5299 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
5301         [BZ #5443]
5302         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
5303         before looking for translation.
5304         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
5305         * locale/freelocale.c: Likewise.
5306         * locale/newlocale.c: Likewise.
5307         * locale/setlocale.c: Likewise.
5308         Based partially on a patch by ryo@np.css.fujitsu.com.
5310 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
5312         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
5313         acquiring wrlock.  Do conv_tab allocation while holding lock.
5314         * intl/Makefile: Add rules to build and run tst-gettext6.
5315         * intl/tst-gettext6.c: New test.
5316         * intl/tst-gettext6.sh: New file.
5318 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
5320         * po/nl.po: Update from translation team.
5322         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
5323         provided through st_blksize, try the default size before giving up.
5325 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
5327         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
5329         [BZ #5939]
5330         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
5332         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
5333         error message.  POSIX today does not require the messages to be in
5334         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
5336         [BZ #5979]
5337         * sunrpc/auth_unix.c: Unify printed strings.
5338         * sunrpc/clnt_tcp.c: Likewise.
5339         * sunrpc/clnt_udp.c: Likewise.
5340         * sunrpc/clnt_unix.c: Likewise.
5341         * sunrpc/svc_tcp.c: Likewise.
5342         * sunrpc/svc_udp.c: Likewise.
5343         * sunrpc/svc_unix.c: Likewise.
5344         * sunrpc/xdr.c: Likewise.
5345         * sunrpc/xdr_array.c: Likewise.
5346         * sunrpc/xdr_rec.c: Likewise.
5347         * sunrpc/xdr_ref.c: Likewise.
5348         * locale/programs/ld-time.c (time_finish): Unify messages.
5349         * locale/programs/locfile.c (handle_copy): Fix typo.
5350         * nscd/nscd.c (options): Fix typo.
5352         [BZ #5995]
5353         * stdlib/strtod_l.c: Use correct sign for result in one more
5354         underflow case.
5355         Patch by Eric Blake <ebb9@byu.net>.
5357 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
5359         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
5360         and creat system calls.
5361         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
5362         call.
5363         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
5364         system calls.
5365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
5366         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5367         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5369 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
5371         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
5372         <linux/limits.h> has defined it.
5373         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
5374         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
5375         headers.
5376         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
5377         it instead of ARG_MAX.
5379 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
5381         * posix/gai.conf: Fix comment for scope nullbits.
5382         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
5383         default to 128 bits for v4 mapped addresses.
5385 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5387         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
5388         ptrace call to get the ieee_instruction_pointer from the kernel.
5389         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
5390         ptrace call to set the ieee_instructtion_pointer.
5391         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
5392         Add comment that ieee_instruction_pointer is always 0.
5394 2008-03-09  Andreas Jaeger  <aj@suse.de>
5396         [BZ #5857]
5397         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
5398         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
5399         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
5401         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
5402         (rint_test): Likewise.
5404 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
5406         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
5407         call.
5408         (__nisfind_server): Similar for open readColdStartFile call.
5409         Patch partially by Jim Meyering.
5410         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
5411         around internal_setent call.
5413         * po/vi.po: New Vietnamese translation.
5415         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
5416         ADJ_OFFSET_SS_READ.
5418         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
5419         remove CLONE_STOPPED.
5421 2008-02-10  Jim Meyering  <meyering@redhat.com>
5423         Remove useless "if" before "free":
5424         * elf/ldconfig.c (parse_conf_include): Likewise.
5425         * gmon/gmon.c (weak_alias): Likewise.
5426         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
5427         * inet/rcmd.c (__validuser2_sa): Likewise.
5428         * intl/bindtextdom.c (set_binding_values): Likewise.
5429         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
5430         * libio/genops.c (save_for_backup): Likewise.
5431         * libio/wgenops.c (save_for_wbackup): Likewise.
5432         * locale/programs/ld-collate.c (collate_read): Likewise.
5433         * locale/programs/linereader.c (get_string): Likewise.
5434         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
5435         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
5436         * resolv/res_debug.c (do_section): Likewise.
5437         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
5438         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
5439         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
5440         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
5441         * time/tzset.c (tzset_internal): Likewise.
5443 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
5445         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
5446         of ASSEMBLER.
5448 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
5450         [BZ #5903]
5451         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
5452         not stream for output file.  Open output file here.
5453         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
5454         and output file name.
5455         (process_fd): Likewise.
5456         (process_file): Likewise.
5457         (main): Adjust callers of changed functions.
5458         * iconv/iconv_prog.h: Adjust prototype.
5460 2008-03-09  Andreas Jaeger  <aj@suse.de>
5462         [BZ #5753]
5463         * sysdeps/ia64/ieee754.h: Use protected namespace
5464         __BIG_ENDIAN/__LITTLE_ENDIAN.
5465         * sysdeps/ieee754/ieee754.h: Likewise.
5466         Patch by Aurelien Jarno <aurelien@aurel32.net>.
5468 2008-03-08  Roland McGrath  <roland@frob.com>
5470         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
5471         ignore a signal that came from a machine exception, treat it as a
5472         fatal core-dump signal instead.
5473         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5475         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
5476         Clear DF bit in thread state's eflags.
5477         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5479 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
5481         [BZ #5774]
5482         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
5483         of NAN(...) sequence.
5484         * stdlib/Makefile (tests): Add tst-strtod6.
5485         * stdlib/tst-strtod6.c: New file.
5487         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
5489         [BZ #5762]
5490         * posix/getopt.c (_getopt_internal_r): Clarify error message by
5491         putting offending option character in quotes.  Clean up error
5492         messages.
5493         * po/be.po: Adjust msgstr in translation file.
5494         * po/bg.po: Likewise.
5495         * po/ca.po: Likewise.
5496         * po/cs.po: Likewise.
5497         * po/da.po: Likewise.
5498         * po/de.po: Likewise.
5499         * po/es.po: Likewise.
5500         * po/fr.po: Likewise.
5501         * po/hr.po: Likewise.
5502         * po/ko.po: Likewise.
5503         * po/nl.po: Likewise.
5504         * po/rw.po: Likewise.
5505         * po/sk.po: Likewise.
5506         * po/sv.po: Likewise.
5507         * po/tr.po: Likewise.
5508         * po/zh_CN.po: Likewise.
5509         * po/zh_TW.po: Likewise.
5511         [BZ #5760]
5512         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
5513         Patch by Roland Bless <roland@bless.de>.
5515         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
5516         .o file.
5517         * elf/Makefile (routines): Add dl-sysdep.
5518         (elide-routines.os): Likewise.
5520 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
5522         [BZ #5786]
5523         * elf/dl-sysdep.c: Undefine ROUND after use.
5524         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
5525         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
5526         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
5527         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
5528         to ...
5529         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
5530         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
5531         if necessary.
5532         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
5534         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
5535         _dl_tls_get_addr_soft element.
5536         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
5537         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
5538         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
5539         GLRO.
5540         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5541         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
5542         of internal_function.
5544         * stdlib/Makefile (aux): Add tens_in_limb.
5545         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
5546         * stdlib/tens_in_limb.c: ...here.  New file.
5548         [BZ #5778]
5549         * sysdeps/unix/sysv/linux/pathconf.h: Declare
5550         __statfs_chown_restricted.
5551         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
5552         for _PC_CHOWN_RESTRICTED.
5553         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
5554         Implement __statfs_chown_restricted.
5555         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
5556         _POSIX_CHOWN_RESTRICTED value to zero.
5557         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
5558         defined to zero.
5560         * sysdeps/x86_64/rtld-memset.c: New file.
5562 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
5564         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
5566         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
5567         Barcelona machine.  Make default fall through branch of
5568         __x86_64_preferred_memory_instruction check as the integer code path.
5570 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
5572         * sysdeps/x86_64/cacheinfo.c
5573         (__x86_64_preferred_memory_instruction): New variable.
5574         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
5576         * sysdeps/x86_64/memset.S: Rewrite.
5578 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
5580         * include/stdio.h (__asprintf_chk, __dprintf_chk,
5581         __obstack_printf_chk): New prototypes.
5582         (__vasprintf_chk, __vdprintf_chk,
5583         __obstack_vprintf_chk): Likewise.
5584         Add libc_hidden_proto.
5585         * libio/obprintf.c
5586         (_IO_obstack_jumps): No longer static, add attribute_hidden.
5587         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
5588         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5589         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
5590         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
5591         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5592         __obstack_vprintf_chk): New prototypes.
5593         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
5594         obstack_vprintf): New inlines.
5595         * debug/dprintf_chk.c: New file.
5596         * debug/vdprintf_chk.c: New file.
5597         * debug/asprintf_chk.c: New file.
5598         * debug/vasprintf_chk.c: New file.
5599         * debug/obprintf_chk.c: New file.
5600         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
5601         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
5602         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
5603         @@GLIBC_2.8.
5604         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
5605         vdprintf_chk and obprintf_chk, set CFLAGS for them.
5606         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
5607         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
5608         libc_hidden_proto.
5609         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
5610         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
5611         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
5612         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
5613         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
5614         @@GLIBC_2.8.
5615         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
5616         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
5617         obstack_vprintf_chk.
5618         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
5619         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
5620         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
5621         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
5622         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
5623         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
5625 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
5627         [BZ #5779]
5628         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
5629         Patch by Roy Marples <roy@marples.name>.
5631         [BZ #5736]
5632         * malloc/malloc.c: Fix typo in comment.
5634         [BZ #5627]
5635         * locale/iso-639.def: Add Shuswap.
5637 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
5639         [BZ #5790]
5640         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
5641         overwrite *h_errnop/*errnop values from getanswer_r in case of
5642         failure.
5644 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
5646         [BZ #5818]
5647         * nscd/connections.c (dbs): Add initializers for .suggested_module.
5648         (verify_persistent_db): Remove one unnecessary test and add a new one
5649         for bad configuration.
5650         (nscd_init): Improve error reported when persistent database cannot
5651         be reused.
5652         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
5653         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
5654         .suggested_module and .max_db_size and case config file says the
5655         values are zero.
5656         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
5658         [BZ #5854]
5659         * nis/ypclnt.c (yp_order): Fix handling of return value of
5660         do_ypcall_tr call.
5661         Patch by Jeff Moyer <jmoyer@redhat.com>.
5663         * po/fr.po: Update from translation team.
5665 2008-02-22  Andreas Jaeger  <aj@suse.de>,
5666             Carlos O'Donell <carlos@systemhalted.org>
5668         [BZ #5012]
5669         * FAQ.in: Describe why glibc needs to be compiled with
5670         optimization.
5672 2008-02-19  Roland McGrath  <roland@redhat.com>
5674         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
5676 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
5678         [BZ #5737]
5679         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
5680         __USE_MISC is defined.
5682 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
5684         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
5685         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
5686         sys/timerfd.h.
5687         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
5688         timerfd_gettime, timerfd_settime.
5689         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
5690         timerfd_gettime, timerfd_settime for GLIBC_2.8.
5692 2008-02-08  Roland McGrath  <roland@redhat.com>
5694         * elf/elf.h (NT_PPC_SPE): New macro.
5696 2008-02-06  Roland McGrath  <roland@redhat.com>
5698         * Makerules ($(common-objpfx)sysd-rules):
5699         Depend on $(sysdep-makeconfigs).
5701 2008-01-31  Roland McGrath  <roland@redhat.com>
5703         [BZ #5442]
5704         * configure.in: Use -print-file-name if it yields a directory,
5705         for each of include and include-fixed.
5706         * configure: Regenerated.
5708         * Makeconfig (sysd-rules-targets): New variable.
5709         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
5710         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
5712 2008-01-30  Roland McGrath  <roland@redhat.com>
5714         * manual/libc.texinfo: Update back-cover text.
5716         * elf/elf.h (NT_386_TLS): New macro.
5718 2008-01-29  Roland McGrath  <roland@redhat.com>
5720         * Makeconfig (sysd-rules-patterns): New variable.
5721         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
5722         (check-inhibit-asm): New canned sequence, replaces ...
5723         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
5724         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
5725         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
5726         (CFLAGS-rtld): Variable removed.
5728 2008-01-24  Roland McGrath  <roland@redhat.com>
5730         * configure.in: Let configure fragments set base_os.
5731         * configure: Regenerated.
5733 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
5735         * po/ko.po: Update from translation team.
5737 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
5739         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
5741 2008-01-12  Andreas Jaeger  <aj@suse.de>
5743         [BZ #5040]
5744         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
5745         Add EPOLLRDHUP.
5747 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5749         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
5750         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
5751         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
5753 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
5755         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
5756         * elf/dl-close.c (_dl_close): Check for it.
5757         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
5758         (_dl_allocate_static_tls): Likewise.
5759         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
5760         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
5761         to it.
5762         * elf/tst-tls16.c: New file.
5763         * elf/tst-tlsmod16a.c: New file.
5764         * elf/tst-tlsmod16b.c: New file.
5765         * elf/Makefile: Add rules to build and run tst-tls16.
5767 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
5769         [BZ #5628]
5770         * bits/shm.h: Fix comment describing shmid_ds.
5771         * sysdeps/gnu/bits/shm.h: Likewise.
5772         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
5773         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
5774         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
5775         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
5776         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
5777         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
5778         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
5779         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
5780         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
5782         [BZ #5607]
5783         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
5784         prototypes.
5785         * conform/data/limits.h-data: Adjust limits changed in v6 and add
5786         additional suffixes.
5787         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
5788         Add optional functions mq_timedreceive and mq_timedsend.
5789         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
5790         * conform/data/pthread.h-data: Fix prototype of
5791         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
5792         * conform/data/semaphore.h-data: Allow time.h definitions.
5793         * conform/data/signal.h-data: Likewise.
5794         * conform/data/stdio.h-data: getw and putw are not required in v6.
5795         * conform/data/stdlib.h-data: Change setstate prototype.
5796         * conform/data/string.h-data: Fix strerror_r prototype.
5797         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
5798         * conform/data/unistd.h-data: pthread_atfork not required in v6.
5799         Fix readlink prototype.
5800         * conform/data/netinet/in.h-data: Add const to in6addr_any and
5801         in6addr_loopback.
5802         * inet/netinet/in.h: Cleanup namespace.
5803         * posix/regex.h: Likewise.
5804         * resolv/netdb.h: Likewise.
5805         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
5806         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
5807         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
5808         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
5809         of names of in in6_addr.
5810         (default_precedence): Likewise.
5811         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
5812         NULL definition.
5814 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
5816         * conform/data/fmtmsg.h-data: Add missing allows.
5817         * conform/data/ftw.h-data: Likewise.
5818         * conform/data/inttypes.h-data: Likewise.
5819         * conform/data/math.h-data: Likewise.
5820         * conform/data/signal.h-data: Likewise.
5821         * conform/data/net/if.h-data: Likewise.
5822         * conform/data/netinet/in.h-data: Likewise.
5823         * conform/data/sys/socket.h-data: Likewise.
5825         [BZ #5614]
5826         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
5827         (__strtok_r): Simplify.
5828         * string/tester.c (test_strtok_r): Add test case for futile search
5829         with single-character seach string.
5831 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
5833         * po/ko.po: Update from translation team.
5835 2008-01-11  Andreas Jaeger  <aj@suse.de>
5837         [BZ #5600]
5838         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
5839         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
5840         kernel header.
5842 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
5844         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
5845         native interface lookup in all the relevant places.
5847 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
5848             Ulrich Drepper  <drepper@redhat.com>
5850         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
5851         field.  Use sockaddr_in6 for source_addr.
5852         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
5853         (match_prefix): Likewise.
5854         (get_label): Likewise.
5855         (get_precedence): Likewise.
5856         (rfc3484_sort): Change to use indirect access to results array.
5857         Adjust to use of sockaddr_in6.  Replace service_order test with
5858         simple index comparison.
5859         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
5860         service_order field.  Adjust qsort_t calls.  Access sorted result
5861         array indirectly through order array.
5862         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
5863         * posix/tst-rfc3484-2.c: Likewise.
5864         * posix/tst-rfc3484-3.c: Likewise.
5866 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
5868         [BZ #5541]
5869         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
5870         pollfd structures.
5871         Patch by André Cruz.
5873         [BZ #5545]
5874         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
5875         (clnt_spcreateerror): Likewise.
5877         [BZ #5553]
5878         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
5879         (public_mEMALIGn): Likewise.
5880         Patch mostly by Daniel Jacobowitz.
5882 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
5884         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
5885         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
5886         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
5887         * stdlib/tst-makecontext2.c: New test.
5889 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
5891         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
5892         defined.
5893         (REINIT_PARAMS): Likewise.  Undefine before end of file.
5894         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
5895         transliteration hooks and REINIT_PARAMS afterwards.
5896         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
5897         status.
5898         (REINIT_PARAMS): Define.
5899         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
5900         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
5901         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
5902         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
5903         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
5904         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
5905         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
5906         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
5907         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
5908         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
5909         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
5910         * iconvdata/tst-iconv7.c: New test.
5912 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
5914         * libio/stdio.h (vscanf): Fix definition for loser compilers.
5916 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
5918         [BZ #5112]
5919         * nscd/connections.c (restart): Fix condition.
5921 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
5923         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
5924         __ctype_toupper_loc): Add __THROW.
5926 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
5928         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
5929         recognition of interface family.
5931         * posix/getconf.c: Update copyright year.
5932         * nss/getent.c: Likewise.
5933         * iconv/iconvconfig.c: Likewise.
5934         * iconv/iconv_prog.c: Likewise.
5935         * elf/ldconfig.c: Likewise.
5936         * catgets/gencat.c: Likewise.
5937         * csu/version.c: Likewise.
5938         * elf/ldd.bash.in: Likewise.
5939         * elf/sprof.c (print_version): Likewise.
5940         * locale/programs/locale.c: Likewise.
5941         * locale/programs/localedef.c: Likewise.
5942         * nscd/nscd.c (print_version): Likewise.
5943         * debug/xtrace.sh: Likewise.
5944         * malloc/memusage.sh: Likewise.
5945         * malloc/mtrace.pl: Likewise.
5946         * debug/catchsegv.sh: Likewise.
5948 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
5950         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
5951         second lookup.
5953 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
5955         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
5956         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5958 2007-12-17  Roland McGrath  <roland@redhat.com>
5960         * inet/ether_line.c (ether_line): Remove unused variable.
5962 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5964         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
5965         and winp.
5966         * login/openpty.c (openpty): Likewise.
5967         * login/pty.h (openpty, forkpty): Likewise.
5968         * manual/terminal.texi (openpty, forkpty): Likewise.
5970 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
5972         * malloc/malloc.c (public_cALLOc): For arenas other than
5973         main_arena, count all bytes inside the mprotect_size range of the
5974         heap as uninitialized.
5976 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
5978         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
5979         executable stacks.
5981         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
5982         mTRIm for all of them.
5983         (mTRIm): Additionally iterate over all free blocks and use madvise
5984         to free memory for all those blocks which contain at least one
5985         memory page.
5986         * malloc/tst-trim1.c: New file.
5987         * malloc/Makefile (tests): Add tst-trim1.
5989         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
5991 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
5993         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
5994         First cast argument to long
5995         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
5996         Return long.
5997         (__vdso_clock_gettime): Likewise.
5998         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
5999         return long.
6001 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
6003         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
6004         * locale/nl_langinfo_l.c: Real implementation, copied from
6005         nl_langinfo.c.
6006         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
6008 2007-12-01  Jim Meyering  <meyering@redhat.com>
6010         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
6011         that would inhibit utf8-optimization of a regexp containing line-
6012         or buffer-anchors, e.g., `^', `$'.
6014 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
6016         * time/bug-getdate1.c (do_test): Don't use century values which
6017         aren't valid on 32-bit systems.
6019 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
6021         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
6022         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
6023         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
6024         __strcat_g, __strncat_g): Add __asm__.
6026 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
6028         [BZ #5477]
6029         * io/fchmodat.c: Fix typo in stub_warning use.
6030         Patch by Petr Salinger.
6032 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
6034         * iconvdata/hp-thai8.c: New file.
6035         * iconvdata/Makefile: Add rules for hp-thai8.c.
6036         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
6037         * iconvdata/gconv-modules: Likewise.
6039         [BZ #5464]
6040         * iconvdata/hp-greek8.c: New file.
6041         * iconvdata/Makefile: Add rules for hp-greek8.c.
6042         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
6043         * iconvdata/gconv-modules: Likewise.
6045         [BZ #5463]
6046         * iconvdata/hp-turkish8.c: New file.
6047         * iconvdata/Makefile: Add rules for hp-turkish8.c.
6048         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
6049         * iconvdata/gconv-modules: Likewise.
6051         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
6052         (shrink_heap): ... this new function.
6053         (heap_trim): Call shrink_heap instead of grow_heap.
6055         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
6056         case don't call alloc_perturb.
6058 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
6060         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
6061         possible.
6062         * sysdeps/unix/sysv/linux/kernel-features.h
6063         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
6064         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
6066 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
6068         [BZ #5424]
6069         * stdio-common/vfprintf.c: Do not overflow when adding to done.
6070         * stdio-common/Makefile (tests): Add bug22.
6071         * stdio-common/bug22.c: New file.
6073         [BZ #5451]
6074         * time/getdate.c: Fix filling in default values.
6075         * time/bug-getdate1.c: New file.
6076         * time/Makefile: Add rules to build and run bug-getdate1.
6078         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
6079         * iconvdata/ebcdic-es.c: Likewise.
6080         * iconvdata/ebcdic-es-a.c: Likewise.
6081         * iconvdata/ebcdic-uk.c: Likewise.
6082         * iconvdata/iso8859-16.c: Likewise.
6083         * iconvdata/viscii.c: Likewise.
6084         * iconvdata/iso8859-9e.c: Likewise.
6085         * iconvdata/Makefile: Adjust appropriately.
6087         [BZ #5428]
6088         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
6089         __need_wint_t.
6091 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6093         [BZ #5427]
6094         * iconvdata/hp-roman9.c: New file.
6095         * iconvdata/Makefile: Add rules for hp-roman9.c.
6096         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
6097         * iconvdata/gconv-modules: Likewise.
6099         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
6100         * iconvdata/Makefile: Adjust appropriately.
6102         [BZ #5441]
6103         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
6104         structure, it's allocated with alloca.
6105         * stdio-common/Makefile (tests): Add bug21.
6106         * stdio-common/bug21.c: New file.
6108 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
6110         [BZ #5452]
6111         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
6112         keyword for gcc's braced-groups.
6114 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6116         [BZ #5454]
6117         * inet/ether_line.c: Strip hostname of whitespaces.
6118         * inet/Makefile (tests): Add tst-ether_line.
6119         * inet/tst-ether_line.c: New file.
6121 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
6123         [BZ #5439]
6124         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
6126         [BZ #5435]
6127         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
6129         * stdlib/tst-setcontext.c: Catch the case where the links gets
6130         messed up and we do not reach main again.
6132         * po/ca.po: Update from translation team.
6134 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
6136         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
6137         * posix/regex.h (REG_ENOSYS): Likewise.
6138         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
6140 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
6142         * nscd/nscd.h (MAX_STACK_USE): Define.
6143         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
6144         (gc): Initialize stack_used based on allocation in prune_cache.
6145         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
6146         Clear array before use.
6148         * nscd/aicache.c (addhstaiX): Update statistics counter in case
6149         memory allocation failed.
6150         * nscd/hstcache.c (cache_addhst): Likewise.
6151         * nscd/grpcache.c (cache_addgr): Likewise.
6152         * nscd/servicescache.c (cache_addserv): Likewise.
6153         * nscd/pwdcache.c (cache_addpw): Likewise.
6154         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6156 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
6158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
6159         and creat system calls.
6161         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
6163 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6165         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
6166         Add netiucv/iucv.h.
6167         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
6168         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
6169         protocol.
6170         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
6171         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
6172         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
6174 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6176         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
6177         strncat): Define as macros to avoid compile errors.
6179         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
6180         creat entries.
6182 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
6184         [BZ #5382]
6185         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
6186         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
6187         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
6188         overflow it.
6189         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6191         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
6192         Return zero in case the thread library is not NPTL.
6194         [BZ #5375]
6195         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
6196         initializing interface list.
6198         [BZ #5378]
6199         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
6200         use result of nss_getgrgid_r if nothing was found.  For other
6201         error return with a failure.
6202         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6204         * locale/programs/ld-collate.c (collate_read): Fix loop to match
6205         macro name.
6207 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6209         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
6210         (get_scope): For IPv4 scope, use scopes table.
6211         (fini): Free scopes table if necessary.
6212         (free_scopelist): New function.
6213         (scopecmp): New function.
6214         (gaiconf_init): Also handle scopev4 entries.
6215         * posix/tst-rfc3484.c (do_test): Initialize scopes.
6216         * posix/tst-rfc3484-2.c (do_test): Likewise.
6217         * posix/gai.conf: Document scopev4 defaults.
6218         * posix/Makefile (tests): Add tst-rfc3484-3.
6219         * posix/tst-rfc3484-3.c: New file.
6221         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
6222         Teredo tunnels.
6223         * posix/gai.conf: Update for current default tables.
6225 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6227         * po/tr.po: Update from translation team.
6229 2007-11-18  Roland McGrath  <roland@frob.com>
6231         * manual/arith.texi (Remainder Functions): Spelling fix.
6232         From Shaun Silk <genix@mysoul.com.au>.
6234         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
6236 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
6238         * po/zh_CN.po: Update from translation team.
6240         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
6241         Add sys/signalfd.h and sys/eventfd.h.
6243 2007-11-15  Bruno Haible  <bruno@clisp.org>
6245         [BZ #5346]
6246         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
6247         union.
6248         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
6249         (DCIGETTEXT): Change the allocation of the 'search' variable so that
6250         it needs only fixed stack space. Delay the initialization of
6251         msgid_len until it is needed.
6253 2007-11-15  Andreas Jaeger  <aj@suse.de>
6255         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
6256         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
6258 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
6260         * po/ko.po: Update from translation team.
6262 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
6264         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
6265         significantly.  The device type is also part of the ifinfomsg data.
6267         * po/sv.po: Update from translation team.
6268         * po/nl.po: Likewise.
6270         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
6271         to wake up in 24 hours.
6273         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
6275 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
6277         * po/cs.po: Update from translation team.
6278         * po/pl.po: Likewise.
6280         * include/ifaddrs.h: Remove in6ai_temporary.
6281         (struct in6addrinfo): Add index element.
6282         Declare __check_native.
6283         * inet/Makefile (aux): Add check_native.
6284         * sysdeps/unix/sysv/linux/check_native.c: New file.
6285         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
6286         IFA_F_TEMPORARY.  Pass back ifa_index.
6287         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
6288         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
6289         call __check_native if necessary.
6290         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
6291         to sort addresses.  Pass information about the results.
6292         * posix/tst-rfc3484.c: Adjust for addition of index field and change
6293         of rfc3484_sort interface.
6294         * posix/tst-rfc3484-2.c: Likewise.
6296         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
6297         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
6298         for _quicksort.
6299         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
6300         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
6301         on as third parameter to compare function and _quicksort.
6302         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
6303         to the compare function.
6304         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
6305         * Versions.def: Add GLIBC_2.8 for libc.
6307         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
6308         * posix/tst-rfc3484-2.c: Likewise.
6310         * include/kernel-features.h: Moved to...
6311         * sysdeps/mach/hurd/kernel-features.h: ...here.
6313 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
6315         * sysdeps/i386/i586/memcpy_chk.S: New file.
6316         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
6317         * sysdeps/i386/i586/memset_chk.S: Likewise.
6319 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
6321         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
6322         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
6323         list of interfaces.  Also store prefix length.
6324         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
6325         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
6326         prefix if source and destination address are in the same subnet.
6327         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
6328         Always look for matching record in in6ai list.
6329         Correct source_addr_len value for IPv6->IPv4 converted records.
6331 2007-11-11  Roland McGrath  <roland@frob.com>
6333         * include/kernel-features.h: New file.
6335 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
6337         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
6338         complications for 64-bit platforms.
6340         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
6341         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
6342         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
6343         open64_2.
6344         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
6345         entries.
6346         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6347         * sysdeps/wordsize-64/alphasort.c: New file.
6348         * sysdeps/wordsize-64/alphasort64.c: New file.
6349         * sysdeps/wordsize-64/fseeko.c: New file.
6350         * sysdeps/wordsize-64/fseeko64.c: New file.
6351         * sysdeps/wordsize-64/ftello.c: New file.
6352         * sysdeps/wordsize-64/ftello64.c: New file.
6353         * sysdeps/wordsize-64/ftw.c: New file.
6354         * sysdeps/wordsize-64/ftw64.c: New file.
6355         * sysdeps/wordsize-64/iofgetpos.c: New file.
6356         * sysdeps/wordsize-64/iofgetpos64.c: New file.
6357         * sysdeps/wordsize-64/iofopen.c: New file.
6358         * sysdeps/wordsize-64/iofopen64.c: New file.
6359         * sysdeps/wordsize-64/iofsetpos.c: New file.
6360         * sysdeps/wordsize-64/iofsetpos64.c: New file.
6361         * sysdeps/wordsize-64/lockf.c: New file.
6362         * sysdeps/wordsize-64/lockf64.c: New file.
6363         * sysdeps/wordsize-64/mkostemp.c: New file.
6364         * sysdeps/wordsize-64/mkostemp64.c: New file.
6365         * sysdeps/wordsize-64/mkstemp.c: New file.
6366         * sysdeps/wordsize-64/mkstemp64.c: New file.
6367         * sysdeps/wordsize-64/scandir.c: New file.
6368         * sysdeps/wordsize-64/scandir64.c: New file.
6369         * sysdeps/wordsize-64/tmpfile.c: New file.
6370         * sysdeps/wordsize-64/tmpfile64.c: New file.
6371         * sysdeps/wordsize-64/versionsort.c: New file.
6372         * sysdeps/wordsize-64/versionsort64.c: New file.
6373         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
6374         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
6375         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
6376         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
6377         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
6378         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
6379         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
6380         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
6381         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
6382         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
6383         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
6384         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
6386         * crypt/sha256-crypt.c: Fix a comment.
6387         * crypt/sha512-crypt.c: Likewise.
6389 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
6391         * sysdeps/x86_64/memset.S: Add sfence after movnti.
6393 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
6395         [BZ #5277]
6396         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
6397         because output buffer is too small break, don't loop.
6398         * iconvdata/Makefile (tests): Add bug-iconv6.
6399         * iconvdata/bug-iconv6.c: New file.
6401 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
6403         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
6404         with size_t type.
6405         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
6406         size_t.  Add casts where needed.
6408         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
6409         old headers, don't call avc_has_perm if we don't have the
6410         permission information.
6412 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
6414         * elf/rtld.c (dl_main): Use the page size to find the map start.
6416 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
6418         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
6419         Patch by Szymon Siwek <sls@poczta.wp.pl>.
6421         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
6422         when the lookup call failed.
6424         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
6425         Add prune_cond and wakeup_time.
6426         (CACHE_PRUNE_INTERNAL): Define.
6427         Update declarations of prune_cache and setup_thread.
6428         * nscd/connections.c (dbs): Update initializers.
6429         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
6430         (nscd_init): Default number of threads is now 4.
6431         (invalidate_cache): Take lock before calling prune_cache.
6432         (handle_request): If SELinux forbids the request, say so.
6433         (readylist_cond): Use static initializer.
6434         (nscd_run_prune): New function.  Used only by pruning threads.
6435         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
6436         here.
6437         (fd_ready): Update nscd_run reference.
6438         (start_threads): No need to initialize readylist_cond.
6439         Start pruning threads separately.
6440         * nscd/nscd_setup_thread.c: Change return value type to int and always
6441         return 0.
6442         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
6443         to int and return nonzero value if we can use the TID address hack.
6444         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
6445         the database is later than the new entry's timeout, update the
6446         wakeup time and wake the cleanup thread.
6447         (prune_cache): Return seconds the next entry in the database is still
6448         valid.  Remove locking for pruning here.
6449         * nscd/nscd.conf: Document default number of threads.
6451 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
6453         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
6454         stack is properly aligned for the target function.
6455         Correct unwind info.
6457         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
6458         when using auditing libraries.
6460 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
6462         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
6463         _nss_dns_getnetbyaddr2_r.
6464         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
6465         extra parameter to getanswer_r.
6466         (_nss_dns_getnetbyaddr_r): Now a wrapper around
6467         _nss_dns_getnetbyaddr2_r.
6469         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
6470         gethstbynm3_r.
6471         * nscd/gethstbynm2_r.c: Remove.
6472         * nscd/gethstbynm3_r.c: New file.
6473         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
6474         __gethostbyaddr_r.
6475         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
6476         __gethostbyaddr_r compatibility wrapper.
6477         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
6478         determining timeout of entry.
6479         (lookup): Take new parameter and pass it to __gethostbyname3_r and
6480         __gethostbyaddr2_r.
6481         (addhstbyX): Pass reference to variable for TTL to lookup and
6482         cache_addhst.
6483         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
6484         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
6485         and __nss_next2.  Remove __nss_services_lookup.
6486         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
6487         Add compat wrapper.
6488         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
6489         __nss_next2.
6490         * nss/getXXent_r.c: Likewise.
6491         * nss/getnssent_r.c: Likewise.
6492         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
6493         does not exist in module, try the optional second name.
6494         (__nss_next2): New function.
6495         (__nss_next): Now wrapper around __nss_next2.
6496         * nss/nsswitch.h: Adjust __nss_lookup prototype.
6497         Declare __nss_next2.
6498         Adjust definition of db_lookup_function type.
6499         * nss/service-lookup.c: Define NO_COMPAT.
6500         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
6501         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
6502         * inet/ether_ntoh.c: Likewise.
6503         * sunrpc/netname.c: Likewise.
6504         * sunrpc/publickey.c: Likewise.
6505         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
6506         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
6507         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
6508         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
6509         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
6511         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
6513         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
6515 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
6517         [BZ #5204]
6518         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
6519         * crypt/sha512c-test.c: Likewise.
6521         [BZ #5225]
6522         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
6523         to keep track of end of %[ format string element.
6524         * stdio-common/Makefile (tests): Add bug20.
6525         * stdio-common/bug20.c: New file.
6527         [BZ #5222]
6528         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
6529         path elements in counting mode.
6531 2007-10-27  Andreas Jaeger  <aj@suse.de>
6533         [BZ #5040]
6534         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
6536         [BZ #3112]
6537         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
6538         (__cleanup): Free shared library when exiting.
6539         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
6540         (__cleanup): Free shared library when exiting.
6542 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
6544         [BZ #2549]
6545         * math/libm-test.inc (check_float_internal): Support
6546         denormalized return.
6548 2007-10-23  Andreas Jaeger  <aj@suse.de>
6550         [BZ #5208]
6551         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
6552         __LONG_LONG_PAIR to handle little endian byte order.
6553         Suggested by abhishekrai@google.com
6555 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
6557         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
6559 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
6561         * nscd/cache.c (prune_cache): Move test for modified file outside
6562         of locking.
6564 2007-10-21  Andreas Jaeger  <aj@suse.de>
6566         * manual/texinfo.tex: Update to latest version.
6568         * manual/sysinfo.texi (System Parameters): Fix Formatting.
6570         * manual/arith.texi (Status bit operations): Fix formatting.
6572         * manual/errno.texi (Error Messages): Fix formatting.
6574         * manual/sysinfo.texi (System Parameters): Fix formatting.
6576         * manual/libc.texinfo: Update VERSION and UPDATED.
6578 2007-10-19  Roland McGrath  <roland@redhat.com>
6580         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
6582 2007-10-06  David S. Miller  <davem@davemloft.net>
6584         * configure.in: Add sparcv9v2 and sparc64v2.
6585         * scripts/config.sub: Likewise.
6586         * configure: Regenerate.
6587         * elf/elf.h (HWCAP_SPARC_N2): New.
6588         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
6589         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
6590         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
6591         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
6592         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
6593         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
6594         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
6596 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
6598         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
6599         even if the poll result indicates there is data to read.
6600         Patch by Jeff Moyer <jmoyer@redhat.com>.
6602 2007-10-18  Roland McGrath  <roland@redhat.com>
6604         * elf/elf.h (NT_PPC_VMX): New macro.
6606 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6608         * version.h (VERSION): Set to 2.7.90.
6610 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
6612         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
6613         weak_alias.
6615 2007-10-17  Roland McGrath  <roland@frob.com>
6617         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
6618         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
6620 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6622         * version.h (VERSION): Bump to 2.7.
6623         * include/features.h (__GLIBC_MINOR__): Bump to 7.
6625         [BZ #5186]
6626         * time/tzset.c (__tz_convert): Don't force testing for a change of
6627         TZ if not called from localtime.  But then also see whether the
6628         file changed, in case __use_tzfile is set.
6630         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
6631         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6632         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6633         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6634         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6635         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
6636         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
6637         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
6639 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
6641         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
6642         and admin selects to be able to replace the gai.conf file, lock
6643         data structures around the qsort call.
6645 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6647         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
6648         new memset.
6649         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
6650         too high for the improvements.  Implement bzero unconditionally for
6651         use in libc.
6653 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6654             Jakub Jelinek  <jakub@redhat.com>
6656         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
6657         even when time_t is 32-bit.
6658         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
6659         timezone data read by __tzfile_default.  Ensure __tzname[0] is
6660         always set after the search.
6662 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
6664         * time/tzfile.c (__tzfile_read): Help the compiler recognize
6665         unreachable code on 32-bit machines.
6667 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6669         [BZ #5184]
6670         * time/strftime_l.c: Include stdbool.h.
6671         (my_strftime): New wrapper, old function renamed to...
6672         (__strftime_internal): ... new function.  Add tzset_called
6673         argument, pass it down to recursive calls, don't call tzset ()
6674         if already true, set to true after call to tzset ().
6676 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
6678         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
6679         into account when copying TZ string.
6681 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6683         * time/tzfile.c (__tzfile_compute): For use_last case set i to
6684         num_transition rather than num_transitions - 1.
6686 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6688         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
6689         PIC indirect jump.
6691         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
6692         a local label rather than HIDDEN_JUMPTARGET.
6694 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
6696         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
6697         (init_cacheinfo): Initialize it.
6698         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
6699         Always define bzero.
6700         Remove non-glibc code.
6701         * sysdeps/x86_64/bzero.S: Make an empty file.
6703 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
6705         * sysdeps/x86_64/cacheinfo.c
6706         (__x86_64_preferred_memory_instruction): New.
6707         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
6709         * sysdeps/x86_64/memset.S: Rewrite.
6711 2007-10-15  Roland McGrath  <roland@redhat.com>
6713         * po/libc.pot: Regenerated.
6715 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
6717         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
6718         pointers.
6720         [BZ #3425]
6721         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
6722         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
6723         address record to T_A/T_AAAA requests.
6725 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
6727         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
6729         * posix/glob.c: Add some branch prediction throughout.
6731         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
6732         read from nscd.
6734         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
6735         service_order.
6736         (rfc3484_sort): Make sure that even if qsort doesn't support
6737         stable sorting out sorting here is stable by comparing service_order.
6738         (getaddrinfo): Initialize service_order.
6739         * posix/tst-rfc3484.c (do_test): Adjust for addition of
6740         service_order field to sorting structure.
6741         * posix/tst-rfc3484-2.c (do_test): Likewise.
6743         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
6744         * time/tzset.c (tzset_internal): Break TZ string parsing out into
6745         __tzset_parse_tz and updating of daylight, timezone, tzname into
6746         update_vars.
6747         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
6748         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
6749         happens in __tz_compute.
6750         * time/tzfile.c (__tzfile_read): Also read TZ string.
6751         (find_transition): Fold into __tzfile_compute.
6752         (__tzfile_compute): For times beyond the last transition try to
6753         use the TZ string.
6754         * timezone/tst-timezone.c: Information in daylight and tzname does
6755         change for Asia/Tokyo timezone with more concrete information.
6756         Remove the test.
6758         * include/stdio.h: Add libc_hidden_proto for ftello.
6759         * libio/ftello.c: Add libc_hidden_def.
6761         [BZ #1140]
6762         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
6763         on the specified time and not the last entries in the file.  Move
6764         code to determine tzname[] to...
6765         (find_transition): ...here.  Add ugly guess for times before the
6766         first transition.
6768 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
6770         [BZ #3195]
6771         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
6772         no entry.
6773         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
6774         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
6775         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
6776         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
6778         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
6779         read mechanism when there are no group members and avoid no-op
6780         read syscall in this case.
6782         [BZ #3242]
6783         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
6784         (__readall): If reading failed due to EAGAIN error wait a bit
6785         and possibly try again.
6786         (__readvall): Likewise.
6788 2007-10-13  Bruno Haible  <bruno@clisp.org>
6790         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
6791         when we cannot recode the message.
6793 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
6795         [BZ #4359]
6796         * libio/__freading.c (__freading): Don't return true for
6797         write-only streams.  For read/write streams, check whether we
6798         performed a read operation already.
6799         * libio/Makefile (tests): Add tst-ext2.
6800         * libio/tst-ext2.c: New file.
6802 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
6804         * locale/programs/repertoire.c (repertoire_read): Always free
6805         memory for repertoire file name [Coverity CID 270].
6807         * elf/cache.c (save_aux_cache): Free memory allocated for
6808         temporary file name [Coverity CID 267].
6810 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
6812         * misc/Makefile (headers): Add bits/error.h.
6814 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
6816         * posix/fnmatch_loop.c: Take rule index returned as part of
6817         findidx return value into account when accessing weights.
6818         * posix/regcomp.c: Likewise.
6819         * posix/regexec.c: Likewise.
6821         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
6822         (skip_to): Fix problems with parameter of elifdef/elifndef.
6824 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
6826         * iconv/gconv_simple.c: Add some branch prediction.
6828 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
6830         * locale/programs/ld-collate.c (collate_read): If ignore_content
6831         and nowtok is tok_define, eat any tok_eol tokens.
6833 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
6835         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
6836         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
6838         * inet/netinet/in.h: Don't include bits/socket.h.
6839         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
6840         macro.
6841         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6843 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
6845         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
6846         and tok_elifndef.
6847         * locale/programs/locfile-kw.gperf: Likewise.
6848         * locale/programs/ld-collate.c: Implement primitive preprocessor.
6850 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
6852         * stdio-common/printf-parse.h: Include string.h and wchar.h.
6853         (__find_specwc): Change into __extern_always_inline function.
6854         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
6855         (__parse_one_specmb): Remove ps argument.
6856         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
6857         Adjust __find_specmb and __parse_one_specmb callers.
6858         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
6859         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
6860         Removed.
6861         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
6862         caller.
6864 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
6866         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
6867         with some Pentium Ds.
6869 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
6871         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
6872         __read not read.
6873         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
6874         __write not write.
6876 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
6878         [BZ #181]
6879         * locale/C-time.c: Set week_1stday data to 19971201.
6880         * locale/programs/ld-time.c (time_finish): Default for
6881         first_workday is Monday.
6883         [BZ #2633]
6884         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
6886         [BZ #5103]
6887         * posix/glob.c (glob): Recognize patterns starting \/.
6888         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
6889         (main): Add test for pattern starting \/.
6891         * misc/error.h: Use __const instead of const.
6892         * misc/bits/error.h: Likewise.
6894 2007-10-07  Andreas Jaeger  <aj@suse.de>
6896         * include/bits/error.h: New file.
6898         * misc/bits/error.h (error_at_line): Fix prototype.
6900 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
6902         [BZ #3924]
6903         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
6904         more little bugs in creating the stack frame when pltexit has to
6905         be called.
6907         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
6908         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
6910         [BZ #4407]
6911         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
6912         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
6913         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
6914         * math/libm-test.inc: Add test for this case.
6916         [BZ #5010]
6917         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
6918         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
6919         map service succeeded.
6920         (svc_is_mapped): New function.
6921         (svc_unregister): Use it before trying to unmap service.
6923 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
6925         * timezone/zic.c: Update from tzcode2007h.
6927         [BZ #5063]
6928         * timezone/africa: Update from tzdata2007h.
6929         * timezone/antarctica: Likewise.
6930         * timezone/asia: Likewise.
6931         * timezone/australasia: Likewise.
6932         * timezone/europe: Likewise.
6933         * timezone/leapseconds: Likewise.
6934         * timezone/northamerica: Likewise.
6935         * timezone/southamerica: Likewise.
6936         * timzeone/zone.tab: Likewise.
6938         [BZ #5104]
6939         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
6941         [BZ #5113]
6942         * string/bits/string2.h (__strdup): Cast parameters to calloc to
6943         avoid warning with -Wconversion.
6944         (__strndup): Likewise.
6945         Half the patch by Christian Iseli <christian.iseli@licr.org>.
6947         [BZ #5112]
6948         * nscd/connections.c (restart): Don't resync if database is
6949         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
6951         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
6952         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
6954         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
6955         evetnfd_read, eventfd_write.
6956         * sysdeps/unix/sysv/linux/eventfd.c: New file.
6957         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
6958         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
6959         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
6960         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
6961         eventfd_write for GLIBC_2.7.
6963         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
6964         * sysdeps/unix/sysv/linux/signalfd.c: New file.
6965         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
6966         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
6968 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
6970         * stdlib/msort.c: Include stdint.h.
6971         (struct msort_param): New type.
6972         (msort_with_tmp): Use struct msort_param pointer for unchanging
6973         parameters.  Add optimized handling for several common sizes
6974         and indirect sorting mode.
6975         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
6976         sorting.
6977         Suggested by Belazougui Djamel .
6979         * stdlib/Makefile (tests): Add tst-qsort2.
6980         * stdlib/tst-qsort2.c: New test.
6982 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
6984         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
6985         for dup2 in case another thread races with the current one.  Retry
6986         in this case.
6988         * misc/error.h: Remove support for use outside of libc.  We have to
6989         include <features.h> now.  Include <bits/error.h> if possible.
6990         * misc/bits/error.h: New file.
6992 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
6994         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
6995         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
6996         __extern_always_inline functions unconditionally, drop macros.
6998         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
6999         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
7000         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
7002         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
7003         add __artificial__ attribute.
7005 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
7007         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
7008         backward to forward direction.
7010         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
7012         [BZ #645]
7013         * locale/programs/ld-collate.c (collate_finish): Compare against last
7014         used section which is known to have rules defined.
7015         (collate_read): After order_start, correctly record order of sections
7016         and queue sections up.
7018 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
7020         [BZ #5071]
7021         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
7022         the same number of pages.
7023         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
7025         * locale/programs/ld-collate.c (collate_read): After initial copy
7026         statement, continue in state 0.
7028         * include/stdio_ext.h (__fsetlocking): Define as macro.
7030 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
7032         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
7033         of section order.
7035         * po/pt_BR.po: Fix typo.
7037 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
7039         * iconvdata/Makefile (modules): Add ISO8859-9E.
7040         (distribute): Add iso8859-9e.c.
7041         (gen-8bit-gap-modules): Add iso8859-9e.
7042         * iconvdata/iso8859-9e.c: New file.
7043         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
7044         * iconvdata/TESTS: Likewise.
7045         * iconvdata/tst-tables.sh: Likewise.
7047         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7049         * locale/iso-639.def: Add several new entries.
7051 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
7053         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
7054         void * pointers instead of struct link_map **.
7055         (_dl_scope_free): Change argument type to void *.
7056         * include/link.h (struct link_map): Change type of l_reldeps
7057         to struct link_map_reldeps, move l_reldepsact into that
7058         struct too.
7059         * elf/dl-deps.c: Include atomic.h.
7060         (_dl_map_object_deps): Only change l->l_initfini when it is
7061         fully populated, use _dl_scope_free for freeing it.  Optimize
7062         removal of libs from reldeps by using l_reserved flag, when
7063         some removal is needed, allocate a new list instead of
7064         reallocating and free the old with _dl_scope_free.  Adjust
7065         for l_reldeps and l_reldepsact changes.
7066         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
7067         searching in l_initfini and l_reldeps without holding dl_load_lock.
7068         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
7069         l_reldepsact changes.
7070         * elf/dl-close.c (_dl_close_worker): Likewise.
7071         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
7073 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
7075         * iconvdata/Makefile (modules): Add KOI8-RU.
7076         (distribute): Add koi8-ru.c.
7077         (gen-8bit-gap-modules): Add koi8-ru.
7078         * iconvdata/koi8-ru.c: New file.
7079         * iconvdata/gconv-modules: Add entries for KOI8-RU.
7080         * iconvdata/TESTS: Likewise.
7081         * iconvdata/tst-tables.sh: Likewise.
7083         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7085 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
7087         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
7088         with __warning__/__error__ attributes.
7089         (__warnattr): Define.
7090         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
7091         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
7092         __warnattr.
7093         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
7094         of __*_chk if compile time detectable overflow is found.
7095         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
7096         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
7097         with __warnattr.
7098         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
7099         instead of __*_chk if compile time detectable overflow is found.
7100         (__gets_alias): Rename to...
7101         (__gets_warn): ... this.  Add __warnattr.
7102         (gets): Call __gets_warn instead of __gets_alias.
7103         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
7104         aliases with __warnattr.
7105         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
7106         time detectable overflow is found.
7107         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
7108         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
7109         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
7110         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
7111         __getdomainname_chk_warn): New aliases with __warnattr.
7112         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
7113         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
7114         __*_chk_warn instead of __*_chk if compile time detectable overflow
7115         is found.
7116         (__getgroups_chk): Rename argument to __listlen from listlen.
7117         (__getwd_alias): Rename to...
7118         (__getwd_warn): ... this.  Add __warnattr.
7119         (getwd): Call __getwd_warn instead of __getwd_alias.
7120         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
7121         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
7122         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
7123         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
7124         __wcsnrtombs_chk_warn): New aliases with __warnattr.
7125         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
7126         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
7127         compile time detectable overflow is found.
7128         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
7129         to use __*_chk or not.
7130         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
7131         in comparisons which function should be called and in __*_chk*
7132         arguments.  Call __*_chk_warn instead of __*_chk if compile time
7133         detectable overflow is found.
7134         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
7135         __*_chk argument.
7136         * debug/tst-chk1.c (do_test): Add a few more tests.
7138 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
7140         [BZ #5058]
7141         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
7142         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
7143         (_nl_unload_domain): Finalize conversions_lock.
7144         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
7145         handling table of known conversions.
7147 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
7149         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
7150         close_not_cancel_no_status instead of close.
7152 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
7154         [BZ #5028]
7155         * posix/regcomp.c (lookup_collation_sequence_value): Check that
7156         nrules != 0 for multibyte chars.
7158 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
7160         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
7161         Provide better error message in case the type is unknown.
7163         [BZ #4963]
7164         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
7165         * string/stratcliff.c: Make usable to test wide char functions.
7166         * wcsmbs/wcsatcliff.c: New file.
7167         * wcsmbs/Makefiel (tests): Add wcsatcliff.
7169         [BZ #4972]
7170         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
7171         (distribute): Add mac-centraleurope.c.
7172         (gen-8bit-gap-modules): Add mac-centraleurope.
7173         * iconvdata/mac-centraleurope.c: New file.
7174         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
7175         * iconvdata/TESTS: Likewise.
7176         * iconvdata/tst-tables.sh: Likewise.
7178         [BZ #5043]
7179         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
7181 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
7183         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
7184         from __x86_64_core_cache_size_half.
7185         (init_cacheinfo): Compute shared cache size for AMD processors with
7186         shared L3 correctly.
7187         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
7188         name change.
7189         Patch in large parts by Evandro Menezes.
7191 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
7193         * elf/dl-lookup.c (add_dependency): Handle failing memory
7194         allocation for dependency list.  Remove unnecessary check.
7196         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
7197         open/close when determining source addresses.
7199         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
7200         sha512-crypt, and sha512.
7201         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
7202         (distribute): Add sha256.h and sha512.h.
7203         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
7204         and call the appropriate code.
7205         * crypt/sha256-crypt.c: New file.
7206         * crypt/sha256.c: New file.
7207         * crypt/sha256.h: New file.
7208         * crypt/sha256c-test.c: New file.
7209         * crypt/sha256test.c: New file.
7210         * crypt/sha512-crypt.c: New file.
7211         * crypt/sha512.c: New file.
7212         * crypt/sha512.h: New file.
7213         * crypt/sha512c-test.c: New file.
7214         * crypt/sha512test.c: New file.
7216 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
7218         * misc/bits/syslog.h (syslog): Remove extraneous argument from
7219         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
7220         __syslog_chk.
7222 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
7224         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
7225         %as in fscanf format strings.
7227         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
7228         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
7229         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7230         Likewise.
7231         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7232         Likewise.
7234         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
7235         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
7236         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
7237         * elf/dl-sym.c (do_sym): Likewise.
7238         * include/link.h (struct link_map): Add l_serial field.
7239         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
7240         * elf/dl-lookup.c (add_dependency): Add flags argument.
7241         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
7242         flags, use THREAD_GSCOPE_RESET_FLAG before and
7243         THREAD_GSCOPE_SET_FLAG after
7244         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
7245         Don't dereference map until it has been found on some list.
7246         If map->l_serial changed, return -1.
7248 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
7250         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
7251         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
7252         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
7253         libc_hidden_proto.
7254         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
7255         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
7256         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
7257         add libc_hidden_proto.
7258         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7259         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7260         conformance requested.
7261         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
7262         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7263         conformance requested.
7264         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7265         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
7266         conformance requested.
7267         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
7268         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
7269         ISO C99 or POSIX conformance requested.
7270         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
7271         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
7272         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
7273         and __isoc99_vsscanf@@GLIBC_2.7.
7274         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
7275         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
7276         (tests): Add scanf14.
7277         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
7278         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
7279         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
7280         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
7281         CFLAGS-isoc99_scanf.c): Add $(exceptions).
7282         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
7283         from using internal headers.
7284         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
7285         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
7286         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
7287         and __isoc99_vswscanf@@GLIBC_2.7.
7288         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
7289         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
7290         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
7291         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
7292         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
7293         * stdio-common/isoc99_scanf.c: New file.
7294         * stdio-common/isoc99_vsscanf.c: New file.
7295         * stdio-common/isoc99_vscanf.c: New file.
7296         * stdio-common/isoc99_vfscanf.c: New file.
7297         * stdio-common/isoc99_fscanf.c: New file.
7298         * stdio-common/isoc99_sscanf.c: New file.
7299         * wcsmbs/isoc99_fwscanf.c: New file.
7300         * wcsmbs/isoc99_vswscanf.c: New file.
7301         * wcsmbs/isoc99_swscanf.c: New file.
7302         * wcsmbs/isoc99_wscanf.c: New file.
7303         * wcsmbs/isoc99_vwscanf.c: New file.
7304         * wcsmbs/isoc99_vfwscanf.c: New file.
7305         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
7306         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
7307         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
7308         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
7309         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
7310         * stdio-common/scanf14.c: New test.
7311         * stdio-common/scanf15.c: New test.
7312         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
7313         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
7314         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
7315         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
7316         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
7317         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
7318         __nldbl___isoc99_scanf@@GLIBC_2.7,
7319         __nldbl___isoc99_fscanf@@GLIBC_2.7,
7320         __nldbl___isoc99_sscanf@@GLIBC_2.7,
7321         __nldbl___isoc99_vscanf@@GLIBC_2.7,
7322         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
7323         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
7324         __nldbl___isoc99_wscanf@@GLIBC_2.7,
7325         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
7326         __nldbl___isoc99_swscanf@@GLIBC_2.7,
7327         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
7328         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
7329         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
7330         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
7331         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
7332         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
7333         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
7334         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
7335         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
7336         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
7337         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
7338         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
7339         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
7340         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
7341         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
7342         functions.
7343         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
7344         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
7345         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
7346         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
7347         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
7348         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
7349         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
7350         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
7351         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
7352         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
7353         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
7354         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
7356         * stdio-common/Makefile (tests): Add scanf13.
7357         (scanf13-ENV): New.
7358         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
7359         m modifier followed by l.
7360         (STRING_ARG): Add width argument.
7361         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
7362         <case L_('C')>: Handle %mlc and %mC.
7363         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
7364         arguments.
7365         * stdio-common/scanf13.c: New test.
7367         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
7368         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
7370 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
7372         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
7373         type and __THROW marker of splice, vmsplice, and tee.
7374         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7375         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7376         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7377         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7378         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7379         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7380         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7381         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
7382         as cancellation points.
7384 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
7386         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
7387         parse more than three parts of the version number.
7389 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
7391         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
7392         modifier.  Patch by Jakub Jelinek.
7394 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
7396         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
7397         call_fallocate in misc subdir.
7398         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
7399         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
7400         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
7401         instead of __fallocate64.
7402         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
7404 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
7406         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
7407         * rt/Makefile (headers): Add bits/mqueue2.h.
7408         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
7409         optimizing with GCC and __va_arg_pack_len is defined.
7410         * rt/bits/mqueue2.h: New file.
7411         * rt/mq_open.c (__mq_open): Renamed from mq_open.
7412         (mq_open): New strong_alias.
7413         (__mq_open_2): New function.
7414         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
7415         (mq_open): New strong_alias.
7416         (__mq_open_2): New function.
7417         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
7418         * Versions.def (librt): Add GLIBC_2.7 version.
7419         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
7420         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
7422         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
7423         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
7424         is defined rather than when not C++.
7425         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
7426         __openat64_alias): New redirects.
7427         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
7428         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
7429         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
7430         (open, open64, openat, openat64): Rewrite as __extern_always_inline
7431         functions instead of function-like macros.
7433 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
7435         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
7436         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
7437         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
7439 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
7441         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
7442         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
7444 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
7446         * inet/tst-network.c: Increment ERRORS for failing tests.
7448 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
7450         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
7451         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
7452         implement as __extern_always_inline function.
7453         (vsyslog): Define as __extern_always_inline function unconditionally.
7454         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
7455         When __va_arg_pack is defined, implement as __extern_always_inline
7456         functions.
7457         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7458         __extern_always_inline functions unconditionally.
7459         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
7460         bits/stdio2.h will be included.
7461         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
7462         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
7463         implement as __extern_always_inline functions.
7464         (vswprintf, vwprintf, vfwprintf): Define as
7465         __extern_always_inline functions unconditionally.
7466         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
7468 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
7470         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
7471         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
7472         attribute.
7473         * include/features.h (__USE_EXTERN_INLINES): Define only when
7474         __extern_inline is defined.
7475         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
7476         is defined instead of when not __cplusplus.
7477         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
7478         is defined instead of when not __cplusplus.
7479         * socket/sys/socket.h: Include bits/socket2.h when
7480         __extern_always_inline is defined instead of when not __cplusplus.
7481         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
7482         is defined instead of when not __cplusplus.
7483         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
7484         is defined instead of when not __cplusplus.
7485         * string/string.h: Include bits/string3.h when __extern_always_inline
7486         is defined instead of when not __cplusplus.
7487         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
7488         is defined instead of when not __cplusplus.
7489         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
7490         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
7491         is not defined.
7492         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
7493         defined __extern_always_inline instead of !defined __cplusplus.
7494         * libio/bits/stdio-ldbl.h: Likewise.
7495         * wcsmbs/bits/wchar-ldbl.h: Likewise.
7496         * misc/bits/syslog.h (syslog): Don't define for C++.
7497         (vsyslog): Use __extern_always_inline function for C++ instead of
7498         a macro.
7499         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
7500         whenever that macro is defined.
7501         (vprintf): Don't provide the inline for C++.
7502         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
7503         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
7504         define the macros for C++.
7505         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7506         __extern_always_inline functions for C++.
7507         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
7508         stat64, lstat64, fstat64, fstatat64): Don't define if not
7509         __USE_EXTERN_INLINES.
7510         * wcsmbs/bits/wchar2.h: Fix #error message.
7511         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
7512         (vswprintf, vwprintf, vfwprintf): Define using
7513         __extern_always_inline functions for C++.
7514         * string/bits/string3.h: Don't #undef macros if __cplusplus.
7515         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
7516         strncpy, strcat, strncat): Define as __extern_always_inline
7517         functions instead of macros for C++.
7518         * math/bits/cmathcalls.h: Guard __extern_inline routines with
7519         defined __extern_inline.
7520         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
7521         to __extern_inline whenever that macro is defined.
7522         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7523         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7524         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
7525         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
7526         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7527         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7528         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7529         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7530         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
7531         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
7532         prototypes.  Only provide __extern_inline routines if
7533         __USE_EXTERN_INLINES.
7534         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
7535         tests.
7536         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
7537         For now avoid some *printf tests in C++.  Skip all testing
7538         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
7539         is not.
7540         * debug/tst-chk4.cc: New file.
7541         * debug/tst-chk5.cc: New file.
7542         * debug/tst-chk6.cc: New file.
7543         * debug/tst-lfschk4.cc: New file.
7544         * debug/tst-lfschk5.cc: New file.
7545         * debug/tst-lfschk6.cc: New file.
7546         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
7547         prototypes in C++.
7548         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
7549         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
7550         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
7552 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
7554         * po/cs.po: Update from translation team.
7556 2007-09-11  Roland McGrath  <roland@redhat.com>
7558         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
7559         compiling.
7561 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7563         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
7565 2007-09-05  Roland McGrath  <roland@redhat.com>
7567         * manual/signal.texi (Signaling Another Process): Typo fix.
7568         From Karl Berry <karl@freefriends.org>.
7570 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
7572         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
7573         zero if not defined.
7574         (make_request): Recognize optimistic addresses and treat them like
7575         deprecated addresses.
7576         Reported by Neil Horman <nhorman@redhat.com>.
7578 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
7580         * nscd/connections.c (send_ro_fd): Also transfer file size.
7581         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
7582         file size don't call fstat.
7584         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
7585         ahead and map the file.  This should always be correct and we can
7586         catch problems later.
7588 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
7590         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
7591         prototypes.
7592         (__fread_alias, __fread_unlocked_alias): New aliases.
7593         (fread): New extern inline.
7594         (fread_unlocked): Likewise.  Undef macro before definition of
7595         the inline function.
7596         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
7597         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
7598         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
7599         and __fread_unlocked_chk@@GLIBC_2.7.
7600         * debug/fread_chk.c: New file.
7601         * debug/fread_u_chk.c: New file.
7602         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
7604 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
7606         * sysdeps/unix/sysv/linux/syscalls.list
7607         (personality): Change caller to EXTRA.
7609 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
7611         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
7612         to keep gcc quiet.
7613         * iconvdata/iso-2022-cn.c (BODY): Likewise.
7615         * locale/programs/ld-collate.c (collate_output): Avoid warning if
7616         NDEBUG is defined.
7618         * Makerules: Use -p option with mkdir.
7620         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
7621         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
7622         (_xdr_directory_obj): Likewise.
7623         (xdr_entry_obj): Likewise.
7624         (xdr_group_obj): Likewise.
7625         (xdr_link_obj): Likewise.
7626         (xdr_table_obj): Likewise.
7627         (_xdr_nis_result): Likewise.
7628         (_xdr_ns_request): Likewise.
7629         (_xdr_ib_request): Likewise.
7630         (_xdr_nis_taglist): Likewise.
7631         (xdr_cback_data): Likewise.
7632         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
7633         (xdr_ypresp_maplist): Likewise.
7635         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
7637         * posix/regex_internal.h: Prevent some declarations and definitions
7638         to be seen when used in tests.
7640         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
7641         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
7643         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
7645         * config.make.in (datarootdir): Add to shut up configure.
7647         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
7648         associativity for fully-associative caches.
7650         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
7651         requests.  Fill on more associativity values for L2.
7652         Patch mostly by Evandro Menezes.
7654 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
7656         * sysdeps/unix/sysv/linux/x86_64/init-first.c
7657         (_libc_vdso_platform_setup): Avoid using exported variable by using
7658         alias.
7660         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
7662         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
7663         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
7664         defined.
7666 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
7668         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
7669         align stack for call if pltexit is to be used.
7671         [BZ #3924]
7672         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
7673         align for function call in case pltexit has to be called later.
7675         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
7676         implicit atomic operation when storing function pointer.
7677         (_dl_runtime_profile): Likewise.
7679 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
7681         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
7682         NIS_NOTFOUND.
7684 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
7686         [BZ #4566]
7687         * string/strtok.c: Fix typo in comment.
7689         [BZ #4582]
7690         * debug/segfault.c: Fix typos in comments.
7692         [BZ #4588]
7693         * stdio-common/tempnam.c: Fix comment, it is not checked that
7694         TMPDIR points to a writable directory.
7696         [BZ #4726]
7697         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
7698         memory allocated for the name server address.
7700         [BZ #4946]
7701         * nscd/connections.c (handle_request): Using sendfile always
7702         requires that mmap is used for the database.
7703         Patch by Petr Baudis <pasky@suse.cz>.
7705         [BZ #4905]
7706         * nscd/hstcache.c (cache_addhst): When reloading an entry which
7707         suddenly has two or more addresses, ignore it and remove the old
7708         entry.
7710         [BZ #4814]
7711         * resolv/res_hconf.c: Prepare for compiling outside libc.
7712         * nscd/res_hconf.c: New file.
7713         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
7714         the new file.
7715         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
7716         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
7718         * nscd/hstcache.c (cache_addhst): Minimal optimization.
7720         [BZ #4925]
7721         * debug/pcprofiledump.c: Turn on internationalization by calling
7722         setlocale.  Patch mostly by Benno Schulenberg.
7724         [BZ #4936]
7725         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
7726         the state.
7727         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
7728         * iconvdata/bug-iconv5.c: New file.
7730 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
7732         [BZ #4896]
7733         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
7734         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
7735         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
7736         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
7737         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
7738         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
7739         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
7740         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
7742 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
7744         [BZ #4937]
7745         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
7746         lookup loop.  Suggested by John Reiser.
7748 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
7750         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
7752 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
7754         * csu/libc-start.c: Don't handle VDSO_SETUP here.
7755         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
7756         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
7757         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
7758         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
7759         to...
7760         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
7762 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
7764         * po/nl.po: Update from translation team.
7766 2007-08-16  Andreas Jaeger  <aj@suse.de>
7768         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
7769         Reported by Peter Festner <peter.festner@ewetel.net>.
7771 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
7773         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
7775 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
7777         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
7778         to check for undefined symbols.
7780         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
7781         If the syscall fails, set errno to the actual returned error number
7782         rather than EINVAL.
7783         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
7784         arguments are incorrect, set errno to EINVAL, if the syscall
7785         fails, set errno to the actual returned error number.
7787         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
7788         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
7790         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
7791         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
7792         file.
7793         (ASI_PNF, ASI_BLK_P): Don't define.
7794         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
7795         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
7796         file.
7797         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
7798         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
7799         file.
7801 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
7803         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
7804         FE_UNDERFLOW on Niagara CPUs.
7806         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
7807         exceptions.
7809 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
7811         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
7812         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
7813         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
7814         flush should be used or not inside of the function.
7815         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
7817         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
7818         __thread_start): Use HIDDEN_JUMPTARGET.
7819         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
7820         __thread_start): Likewise.
7821         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
7823         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
7824         Add libc_hidden_proto.
7825         (STRTOF): Add libc_hidden_proto.
7826         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
7827         (strtold_l, wcstold_l): Use them as second argument for
7828         long_double_symbol.
7830 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
7832         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
7834 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7836         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
7838 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
7840         * po/bg.po: New file.  From the translation team.
7842 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
7844         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
7845         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
7846         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
7847         when each feature was introduced.
7849         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
7850         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
7851         (CHECK_HASH): New macro.
7852         (PREPARE_VERSION): Use it.
7854         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
7855         prototype if not __ASSUME_PSELECT.
7856         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
7857         prototype if not __ASSUME_PPOLL.
7859         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
7861         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
7862         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
7863         is defined.
7865 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
7867         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7868         (_libc_vdso_platform_setup): If vDSO is not available point
7869         __vdso_gettimeofday to the vsyscall.
7870         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
7871         __vdso_gettimeofday instead of vsyscall.
7873 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
7875         * nscd/servicescache.c: Include kernel-features.h.
7876         * nscd/gai.c: Likewise.
7877         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
7878         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
7879         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
7880         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7881         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7882         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
7883         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7884         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
7885         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7887 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
7889         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
7890         and _dl_get_origin defines anymore.
7892         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
7893         Build fix for systems which might lack POSIX timer support.
7895         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7896         (_libc_vdso_platform_setup): Mangle function pointers before storing
7897         them.
7898         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
7899         Demangle vdso pointer before use.
7900         (INTERNAL_VSYSCALL): Likewise.
7902         * elf/cache.c (primes): Mark as const.
7903         Noted by Roland McGrath.
7905 2007-08-01  Andreas Jaeger  <aj@suse.de>
7906             Jakub Jelinek  <jakub@redhat.com>
7908         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
7909         (options): Add option.
7910         (parse_opt): Handle option.
7911         (manual_link): Adjust process_file caller.  Call implicit_soname.
7912         (search_dir): Formatting.  Use and populate auxiliary cache.
7913         (main): Load and save auxiliary cache.
7914         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
7915         stat64 from fstat64 to caller.
7916         (implicit_soname): New function.
7917         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
7918         leave *soname as NULL.
7919         * elf/cache.c: Include libgen.h.
7920         (print_entry, print_cache, compare, save_cache, add_to_cache):
7921         Formatting and cleanups.
7922         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
7923         aux_cache_file): New structures.
7924         (AUX_CACHEMAGIC): Define.
7925         (primes): New array.
7926         (aux_hash_size, aux_hash): New variables.
7927         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
7928         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
7929         load_aux_cache, save_aux_cache): New functions.
7930         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
7931         (init_aux_cache, search_aux_cache, add_to_aux_cache,
7932         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
7933         (process_file): Adjust prototype.
7935 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
7937         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
7938         with __need_size_t.
7940 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
7942         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
7943         r_found_version structure as second parameter.
7944         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
7945         (_dl_vdso_vsym): Change type of second parameter accordingly.
7946         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
7947         (_libc_vdso_platform_setup): Adjust.
7948         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7949         (_libc_vdso_platform_setup): Likewise.
7951         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
7952         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
7953         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
7954         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
7955         * csu/libc-start.c: Pretty printing.
7956         Use VDSO_SETUP if defined.
7957         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
7958         and let generic code call into _libc_vdso_platform_setup.
7959         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
7960         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
7961         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
7962         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
7963         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
7964         for GLIBC_PRIVATE.
7965         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
7966         (sysdep_rountines): Add dl-vdso.
7968         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
7969         of routines.
7971         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
7972         attribute_hidden to __vdso_gettimeofday prototype.
7974 2007-08-12  Roland McGrath  <roland@redhat.com>
7976         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
7977         From: Karl Berry <karl@freefriends.org>.
7979 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
7981         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
7982         an atime update for the files we read.
7984 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
7986         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
7988         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
7989         instead of mkstemp.
7991         * misc/Makefile (routines): Add mkostemp and mkostemp64.
7992         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
7993         * misc/mkostemp.c: New file.
7994         * misc/mkostemp64.c: New file.
7995         * stdlib/stdlib.h: Declare the new functions.
7996         * sysdeps/posix/tempname.c: Add new parameter which is added to
7997         the flags for open.  Remove __GT_BIGFILE handling.
7998         * stdio-common/tempname.c: Likewise.
7999         * include/stdio.h: Adjust __gen_tempname prototype.
8000         Renumber __GT_* constants.
8001         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
8002         * misc/mkdtemp.c: Likewise.
8003         * misc/mkstemp.c: Likewise.
8004         * misc/mkstemp64.c: Likewise.
8005         * misc/mktemp.c: Likewise.
8006         * stdio-common/tempnam.c: Likewise.
8007         * stdio-common/tmpfile.c: Likewise.
8008         * stdio-common/tmpfile64.c: Likewise.
8009         * stdio-common/tmpnam.c: Likewise.
8010         * stdio-common/tmpnam_r.c: Likewise.
8012 2007-08-10  Roland McGrath  <roland@frob.com>
8014         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
8015         New macros.
8016         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
8017         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8019 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
8021         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
8022         possible.
8023         * nss/nss_files/files-alias.c (internal_setent): Likewise.
8024         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
8025         * nss/nss_files/files-have_o_cloexec.c: New file.
8027         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
8028         available.
8030 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
8032         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
8033         ___new_wcstold_l): New weak aliases.
8034         (strtold_l, wcstold_l): Use them as second argument for
8035         long_double_symbol.
8037 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
8039         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
8040         register in test for error.
8042         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
8043         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
8045         * po/sv.po: Update from translation team.
8047 2007-08-06  Roland McGrath  <roland@redhat.com>
8049         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
8050         Remove __strto*_l inlines.
8051         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
8052         * stdlib/strtod.c: Add libc_hidden_def.
8053         * stdlib/strtod_l.c: Likewise.
8054         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
8055         for __new_strtold and __new_wcstold.
8056         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
8057         __STRTOF, STRTOF.
8058         * stdlib/strtol.c: Add libc_hidden_def.
8059         * stdlib/strtol_l.c: Likewise.
8060         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
8061         strtoq.
8063         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
8065         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
8066         * scripts/data/localplt-generic.data: ... here.
8067         * elf/Makefile (check-data): Get generic file if no other.
8068         ($(objpfx)check-localplt.out): Make target unconditional.
8070         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
8071         Use ElfW(Nhdr).
8073 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
8075         * po/zh_CN.po: Updated translation from translation team.
8077 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
8079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
8080         Don't use CGOTSETUP and CGOTRESTORE macros.
8082 2007-08-04  Roland McGrath  <roland@redhat.com>
8084         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
8086 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
8088         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
8089         __extension__ around the whole statement expression.
8091 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
8093         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
8094         elements during initialization.
8096         * po/pl.po: Updated translation from translation team.
8097         * po/tr.po: Likewise.
8098         * po/nl.po: Likewise.
8100 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
8102         * rt/aio.h: Add __nonnull attributes.
8104 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8106         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
8107         * stdlib/Makefile (tests): Add tst-strtod5.
8108         (tst-strtod5-ENV): New.
8109         * stdlib/tst-strtod5.c: New file.
8111         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
8112         failed.
8113         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
8114         on failure.
8116         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
8117         allocated.
8119 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8121         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
8122         numbers.
8124 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
8126         * io/Makefile (aux): Add have_o_cloexec.
8127         * include/fcntl.h: Declare __have_o_cloexec.
8128         * io/have_o_cloexec.c: New file.
8129         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
8130         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
8131         fcntl call if not necessary.
8132         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
8133         of local variable.
8135         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
8136         Avoid memset, add explicit initialization.
8137         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
8138         to the end and change into zero-sized array.
8139         Move lock member to fill a hole on 64-bit platforms.
8141         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
8142         inline functions.
8143         * include/stdlib.h: Add __strto*_internal prototypes here.
8144         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
8145         inline functions.
8146         * include/wchar.h: Add __wcsto*_internal prototypes.
8147         * sysdeps/generic/inttypes.h: No need to protect the declaration
8148         of the __strto*_internal and __wcsto*_internal members here.
8150         * rt/mqueue.h: Change const to __const and add nonnull attributes.
8152 2007-08-02  Roland McGrath  <roland@redhat.com>
8154         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
8155         $(inst_bindir)/getconf if possible.
8157         * posix/Makefile ($(objpfx)getconf.speclist): New target.
8158         (generated): Add it.
8159         ($(inst_libexecdir)/getconf): Use it.
8161 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
8163         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
8164         /proc is faster and sufficient.  /sys is still needed for
8165         __get_nprocs_conf.
8167 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
8169         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
8170         syscall as __fallocate64.
8171         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
8172         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
8174 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
8176         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
8177         value.
8179         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
8180         if off_t is different rank from size_t.
8182         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
8183         uw_frame_state_for): Avoid type punning warnings.
8184         * sysdeps/generic/unwind-dw2-fde-glibc.c
8185         (_Unwind_IteratePhdrCallback): Likewise.
8186         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
8187         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
8188         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
8189         pointers.
8191 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
8193         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
8194         total processors using sysfs.
8195         (__get_nprocs): Use sysfs to determine which processors are online.
8197 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
8199         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
8200         syscall arguments count.
8202         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
8204 2007-07-30  Roland McGrath  <roland@redhat.com>
8206         * manual/libc.texinfo: Update copyrights, formatting magic, and
8207         @dircategory.  From Karl Berry <karl@freefriends.org>.
8209 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
8211         [BZ #4860]
8212         * io/Makefile (headers): Add bits/fcntl2.h.
8214         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
8215         using gcc builtin.
8216         (__CPU_EQUAL_S): Likewise.
8218         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
8219         (tests): Add tst-cpuset.
8220         * posix/sched_cpualloc.c: New file.
8221         * posix/sched_cpufree.c: New file.
8222         * posix/tst-cpuset.c: New file.
8223         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
8224         GLIBC_2.7.
8225         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
8226         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
8227         macros.  Define CPU_*_S macros.
8229 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
8231         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
8232         entry.
8234         [BZ #4858]
8235         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
8236         #.0g and value rounded to 1.0.
8237         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
8239 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
8241         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
8242         for int_frac_digits and frac_digits.
8244         * login/logout.c (logout): Avoid aliasing violation.
8245         * login/logwtmp.c (logwtmp): Likewise.
8247         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
8249         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
8250         to avoid warning.
8251         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
8252         warning.
8253         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
8254         warning.
8255         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
8256         to avoid warnings.
8258         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
8259         void **.
8260         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
8262         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
8263         char * to avoid warning.
8264         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
8266         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
8268         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
8269         allocate_arrays): Cast second argument to charmap_find_symbol
8270         to char * to avoid warnings.
8272         * locale/programs/repertoire.c (repertoire_new_char): Change
8273         from_nr, to_nr and cnt to unsigned long, adjust printf format
8274         string.
8276         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
8277         Cast second argument to new_element to char * to avoid warnings.
8279         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
8281         * intl/gettextP.h (struct loaded_domain): Change plural to const
8282         struct expression *.
8283         * intl/plural-eval.c (plural_eval): Change first argument to
8284         const struct expression *.
8285         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
8286         argument to const struct expression **.
8287         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
8288         prototypes.
8289         * intl/loadmsgcat (_nl_unload_domain): Cast away const
8290         in call to __gettext_free_exp.
8292         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
8293         unitialized wstring/wpattern var warnings.
8295         * posix/runtests.c (struct a_test): Make data field const char *.
8297         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
8298         vars if not LDBL_MANT_DIG >= 106.
8300         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
8302         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
8303         __find_specmb to avoid warning.
8305         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
8307         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
8308         to avoid warnings.
8310         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
8311         initializer.
8313         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
8314         tv var when it will be actually used.
8316         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
8317         to avoid warnings.
8319         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
8320         char array resp. pointer.
8321         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
8322         char array.
8323         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
8324         to const unsigned char **.
8325         (ucs4_to_cns11643): Change second argument to unsigned char *.
8326         * iconvdata/euc-tw.c (BODY): Change endp type to
8327         const unsigned char *.
8328         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
8329         to unsigned char *.
8330         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
8331         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
8332         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
8333         types to unsigned char pointers/arrays instead of char.
8334         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
8335         to unsigned char *.
8336         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
8337         * iconvdata/jis0212.h: Include assert.h.
8338         (ucs4_to_jisx0212): Change second argument to unsigned char *.
8339         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
8340         of trying to handle that.
8341         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
8342         shut up a warning.
8343         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
8344         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
8345         two dimensional const unsigned char arrays.
8346         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
8347         Initialize endp to inptr to shut up a warning.
8349 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
8351         [BZ #4772]
8352         * time/strptime_l.c (__strptime_internal): Silently ignore
8353         strftime modifiers and field width in recursive calls.
8355         * include/time.h (enum ptime_locale_status): Remove.
8356         (__strptime_internal): Remove decided and era_cnt arguments,
8357         add statep argument.
8358         * time/strptime_l.c (__strptime_internal): Remove decided
8359         and era_cnt arguments, add statep argument.  Don't recompute
8360         any fields in recursive calls, only update caller's tm
8361         and state, if recursive call fails, don't change tm nor
8362         any state.
8363         (get_alt_number): Adjust.
8364         (recursive): Adjust caller.
8365         (strptime): Likewise.
8366         * time/strptime.c (strptime): Likewise.
8368 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
8370         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
8371         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
8372         if from and to charsets are the same.
8373         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
8374         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
8375         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
8377 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
8379         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
8380         Don't define wint_t when __need_mbstate_t unless it
8381         is necessary.
8382         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
8383         in the typedef if possible.
8384         * wctype/wctype.h (wint_t): Define by including
8385         wchar.h with __need_wint_t instead of including stddef.h
8386         with __need_wint_t and as fallback definining it ourselves.
8387         * iconv/gconv.h (__need_wint_t): Define before including
8388         wchar.h.
8389         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
8390         or _GLIBCPP_USE_WCHAR_T.
8391         (__need_wchar_t): Don't define
8392         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8393         (__need_wint_t): Don't define before including stddef.h,
8394         define before including wchar.h only if _LIBC or
8395         _GLIBCPP_USE_WCHAR_T.
8396         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8397         * sysdeps/mach/hurd/_G_config.h: Likewise.
8398         * sysdeps/generic/_G_config.h: Likewise.
8399         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
8400         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
8401         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
8402         if _LIBC or _GLIBCPP_USE_WCHAR_T.
8404 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
8406         * sysdeps/posix/posix_fallocate64.c: Undefine
8407         __posix_fallocate64_l64 before alias handling.
8408         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
8409         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
8410         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
8411         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
8413         * io/tst-posix_fallocate.c: Include <fcntl.h>.
8415 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
8417         * locale/programs/ld-collate.c (atwc): New variable.
8418         (add_to_tablewc): New toplevel function, moved from collate_output.
8419         (collate_output): Remove add_to_tablewc nested function.
8421         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
8422         (name_insert): New function.
8423         (write_output): Remove hash_table and hash_size vars and name_insert
8424         nested function.
8426 2007-07-24  Roland McGrath  <roland@redhat.com>
8428         * Makerules (install-others-programs-nosubdir): New target.
8429         (install-no-libc.a-nosubdir): Depend on it.
8431         * iconv/Makefile (install-others-programs): Set this instead of
8432         install-others.
8433         * login/Makefile (install-others-programs): Likewise.
8434         * posix/Makefile (install-others-programs): Likewise.
8436         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
8437         dependencies.
8439 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
8441         * io/Makefile (tests): Add tst-posix_fallocate.
8442         * io/tst-posix_fallocate.c: New file.
8444         * sysdeps/unix/sysv/linux/kernel-features.h: Define
8445         __ASSUME_FALLOCATE.
8447 2007-07-22  Roland McGrath  <roland@frob.com>
8449         * hurd/getdport.c: Add missing copyright year update.
8451         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
8452         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
8454 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
8456         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
8458         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
8459         O_CLOEXEC is needed.
8460         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
8461         Avoid additional fcntl to set O_CLOEXEC if not needed.
8462         * nis/nss_compat/compat-initgroups.c: Likewise.
8463         * nis/nss_compat/compat-pwd.c: Likewise.
8464         * nis/nss_compat/compat-spwd.c: Likewise.
8466 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8468         [BZ #3665]
8469         * manual/errno.texi: Change ECANCELED value to 119.
8471         [BZ #4610]
8472         * mach/lock-intern.h: Include <sys/cdefs.h>.
8474         [BZ #4178]
8475         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
8476         reading A.
8478         [BZ #4126]
8479         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
8480         to __sigsuspend.
8482         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
8484 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
8486         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
8487         `__ASSEMBLER__'.
8488         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8490 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
8492         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
8493         descriptor received from nscd.
8495         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
8497         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
8498         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8499         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8500         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8501         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8502         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8504 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
8506         [BZ #4816]
8507         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
8509         [BZ #4813]
8510         * login/forkpty.c (forkpty): Close master and slave fds on
8511         fork failure.  Patch by
8512         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
8514 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
8516         * include/features.h (__USE_ISOC95): New define.
8517         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
8518         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
8519         for -std=iso9899:199409.
8520         * CONFORMANCE: Remove comments about unsupported AMD1.
8522 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
8524         * sysdeps/ia64/sched_cpucount.c: New file.
8525         * sysdeps/powerpc/sched_cpucount.c: New file.
8527         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
8528         __BEGIN_DECLS/__END_DECLS around the prototype.
8529         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
8530         pointer to const cpu_set_t.
8532         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
8533         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
8534         __need_size_t and include stddef.h.
8535         * sysvipc/sys/msg.h: Likewise.
8536         * posix/sched.h: Likewise.
8537         * hurd/hurd/signal.h (__need_size_t): Define.
8539         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
8540         neither does signal.h in pedantic ISO C namespaces.  stdio.h
8541         no longer defines wint_t or wchar_t.
8543         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
8544         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
8545         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
8546         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
8547         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
8548         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
8549         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
8550         * debug/printf_chk.c (__printf_chk): Likewise.
8551         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
8552         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
8554         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
8555         Define.
8557         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
8558         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
8560 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
8562         [BZ #4792]
8563         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
8564         * malloc/malloc.h (realloc): Likewise.
8566         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
8567         if one of proc_file_chain streams has that fileno.
8568         * stdio-common/Makefile (tests): Add tst-popen2.
8569         * stdio-common/tst-popen2.c: New test.
8571 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
8573         * elf/ldconfig.c: Allow GPLv2 or any later version.
8574         * elf/readlib.c: Likewise.
8575         * elf/chroot_canon.c: Likewise.
8576         * elf/cache.c: Likewise.
8577         * nscd/mem.c: Likewise.
8578         * nscd/getpwuid_r.c: Likewise.
8579         * nscd/grpcache.c: Likewise.
8580         * nscd/aicache.c: Likewise.
8581         * nscd/getsrvbynm_r.c: Likewise.
8582         * nscd/nscd.c: Likewise.
8583         * nscd/servicescache.c: Likewise.
8584         * nscd/getsrvbypt_r.c: Likewise.
8585         * nscd/initgrcache.c: Likewise.
8586         * nscd/gethstbyad_r.c: Likewise.
8587         * nscd/gethstbynm2_r.c: Likewise.
8588         * nscd/getgrnam_r.c: Likewise.
8589         * nscd/nscd_setup_thread.c: Likewise.
8590         * nscd/getpwnam_r.c: Likewise.
8591         * nscd/gai.c: Likewise.
8592         * nscd/connections.c: Likewise.
8593         * nscd/dbg_log.c: Likewise.
8594         * nscd/cache.c: Likewise.
8595         * nscd/hstcache.c: Likewise.
8596         * nscd/nscd_conf.c: Likewise.
8597         * nscd/getgrgid_r.c: Likewise.
8598         * nscd/pwdcache.c: Likewise.
8599         * catgets/gencat.c: Likewise.
8600         * locale/programs/linereader.h: Likewise.
8601         * locale/programs/locarchive.c: Likewise.
8602         * locale/programs/ld-paper.c: Likewise.
8603         * locale/programs/locfile-kw.h: Likewise.
8604         * locale/programs/ld-address.c: Likewise.
8605         * locale/programs/xmalloc.c: Likewise.
8606         * locale/programs/ld-time.c: Likewise.
8607         * locale/programs/localedef.c: Likewise.
8608         * locale/programs/simple-hash.c: Likewise.
8609         * locale/programs/xstrdup.c: Likewise.
8610         * locale/programs/ld-numeric.c: Likewise.
8611         * locale/programs/locfile-kw.gperf: Likewise.
8612         * locale/programs/ld-collate.c: Likewise.
8613         * locale/programs/charmap-kw.gperf: Likewise.
8614         * locale/programs/charmap.h: Likewise.
8615         * locale/programs/charmap-kw.h: Likewise.
8616         * locale/programs/config.h: Likewise.
8617         * locale/programs/locfile.c: Likewise.
8618         * locale/programs/ld-ctype.c: Likewise.
8619         * locale/programs/charmap.c: Likewise.
8620         * locale/programs/ld-messages.c: Likewise.
8621         * locale/programs/repertoire.h: Likewise.
8622         * locale/programs/locale.c: Likewise.
8623         * locale/programs/ld-name.c: Likewise.
8624         * locale/programs/linereader.c: Likewise.
8625         * locale/programs/locfile.h: Likewise.
8626         * locale/programs/3level.h: Likewise.
8627         * locale/programs/ld-monetary.c: Likewise.
8628         * locale/programs/ld-measurement.c: Likewise.
8629         * locale/programs/charmap-dir.c: Likewise.
8630         * locale/programs/ld-identification.c: Likewise.
8631         * locale/programs/localedef.h: Likewise.
8632         * locale/programs/charmap-dir.h: Likewise.
8633         * locale/programs/repertoire.c: Likewise.
8634         * locale/programs/simple-hash.h: Likewise.
8635         * locale/programs/ld-telephone.c: Likewise.
8636         * locale/programs/locale-spec.c: Likewise.
8637         * locale/programs/locfile-token.h: Likewise.
8638         * posix/getconf.c: Likewise.
8639         * iconv/dummy-repertoire.c: Likewise.
8640         * iconv/iconv_charmap.c: Likewise.
8641         * iconv/iconvconfig.c: Likewise.
8642         * iconv/iconv_prog.c: Likewise.
8643         * malloc/memusagestat.c: Likewise.
8644         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
8646 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8648         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
8649         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
8650         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
8651         check for the first argument.
8653 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
8655         [BZ #4775]
8656         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
8657         (__tgmath_real_type): Fix if expr is const int or other const
8658         qualified integral type.
8659         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
8660         expressions and handle const qualified arguments.
8661         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
8662         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
8663         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
8664         statement expressions.
8665         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
8666         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
8667         (__TGMATH_UNARY_IMAG): Define.
8668         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
8669         * math/Makefile (tests): Add test-tgmath2.
8670         (CFLAGS-test-tgmath2.c): Add.
8671         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
8672         count_cfloat, count_cldouble): New variables.
8673         (NCCALLS): Define.
8674         (main): Check number of complex calls as well.
8675         (F(compile_test)): Add complex tests and tests with const qualified
8676         arguments.
8677         (y, z, ccount): Define.
8678         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
8679         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
8680         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
8681         F(cproj)): New functions.
8682         * math/test-tgmath2.c: New test.
8684 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
8686         [BZ #4776]
8687         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
8688         RPATH etc. as "/" rather than "", don't segfault on empty paths,
8689         instead output ".".
8690         * dlfcn/Makefile (distribute): Add glreflib3.c.
8691         (module-names): Add glreflib3.
8692         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
8693         glreflib1.so.
8694         (LDFLAGS_glreflib3.so): New.
8695         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
8696         glreflib1.so.
8697         * dlfcn/glreflib3.c: New file.
8699         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
8700         returned -1, return NULL.
8701         * intl/explodename.c (_nl_explode_name): Return -1 if
8702         _nl_normalize_codeset failed.
8704 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
8706         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
8707         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
8708         and avoid branch misspredicts for > 31 bytes memset case.
8709         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8710         Remove toc ref to __cache_line_size.
8712         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
8713         to get ISA-V2.0 branch hints.
8714         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
8715         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
8716         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
8717         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
8718         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
8719         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
8720         Remove toc ref to __cache_line_size.
8722         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
8723         Include math_ldbl_opt.h.
8725 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
8727         [BZ #4773]
8728         * time/strptime_l.c (__strptime_internal): Implement greedy
8729         matching of weekday and month names.
8731 2007-07-09  Roland McGrath  <roland@redhat.com>
8733         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
8734         (ELF_NOTE_ABI): Use it.
8735         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
8737 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
8739         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
8740         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
8742 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
8744         [BZ #4745]
8745         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
8746         in loop to look for conversion specifier to avoid testing of
8747         wrong errno value.
8748         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
8749         * stdio-common/bug18.c: New file.
8750         * stdio-common/bug18a.c: New file.
8751         * stdio-common/bug19.c: New file.
8752         * stdio-common/bug19a.c: New file.
8754 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
8756         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
8757         running awk script.
8759 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
8761         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
8762         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
8763         Return NULL if mmap failed instead of asserting it does not.
8764         (calloc): Check for integer overflow.
8766         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
8767         than LONG_MAX / 10.
8769 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
8771         [BZ #4702]
8772         * nis/nss-default.c: Include errno.h.
8773         (init): Preserve errno.
8775 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
8777         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
8779 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
8781         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
8783 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8785         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
8787 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8789         * sysdeps/s390/dl-procinfo.c: New file.
8790         * sysdeps/s390/dl-procinfo.h: New file.
8791         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
8793 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
8795         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
8796         in PT_NOTE segments with multiple notes.
8797         * elf/readelflib.c (process_elf_file): Likewise.
8799 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
8801         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
8802         ISO C compliant.
8804 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
8806         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
8808 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
8810         * include/link.h: Don't include rtld-lowlevel.h.
8811         (struct link_map): Remove l_scope_lock.
8812         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
8813         (_dl_scope_free_list): New field (variable) in _rtld_global.
8814         (DL_LOOKUP_SCOPE_LOCK): Remove.
8815         (_dl_scope_free): New prototype.
8816         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
8817         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
8818         (_dl_profile_fixup): Likewise.
8819         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
8820         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
8821         THREAD_GSCOPE_RESET_FLAG around it.
8822         * elf/dl-close.c (_dl_close_worker): Don't use
8823         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
8824         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
8825         scopes were queued or if l_scope_mem has been abandoned.
8826         * elf/dl-open.c (_dl_scope_free): New function.
8827         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
8828         * elf/dl-support.c (_dl_scope_free_list): New variable.
8829         * elf/dl-lookup.c (add_dependency): Remove flags argument.
8830         Remove DL_LOOKUP_SCOPE_LOCK handling.
8831         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
8832         handling.
8833         * elf/dl-object.c (_dl_new_object): Don't use
8834         __rtld_mrlock_initialize.
8836 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
8838         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
8839         to fill in holes
8840         (rtld_global_ro): Likewise.
8842 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8844         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
8845         Move PT_LOAD checking to...
8846         (_dl_addr_inside_object): ... here, new function.
8847         * elf/dl-sym.c (do_sym): If not l_contiguous,
8848         call _dl_addr_inside_object.
8849         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
8850         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
8851         * elf/dl-open.c (dl_open_worker): Likewise.
8852         (_dl_addr_inside_object): New function if IS_IN_rtld.
8853         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
8854         holes are present or are PROT_NONE protected.
8855         * include/link.h (struct link_map): Add l_contiguous field.
8856         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
8858 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8859             Tomas Janousek  <tjanouse@redhat.com>
8860             Ulrich Drepper  <drepper@redhat.com>
8862         [BZ #4647]
8863         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
8864         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
8865         socket.
8866         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
8867         unused member a bitmap.
8868         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
8869         servers are configured.
8871 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8873         * elf/rtld.c (dl_main): Don't call init_tls more than once.
8875 2007-06-17  Andreas Schwab  <schwab@suse.de>
8877         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
8879 2007-06-16  Andreas Jaeger  <aj@suse.de>
8881         [BZ #4125]
8882         * sysdeps/unix/sysv/linux/sys/ptrace.h
8883         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
8884         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
8885         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
8886         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
8887         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
8888         Define.
8889         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
8890         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
8891         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
8892         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
8894 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
8896         [BZ #4599]
8897         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
8898         determining whether there are IPv4/IPv6 addresses, ignore loopback
8899         addresses.
8901 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
8903         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
8904         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
8905         as the return type.  Change type of "r" variable to CMPtype.
8906         * soft-fp/eqsf2.c (__eqsf2): Likewise.
8907         * soft-fp/eqtf2.c (__eqtf2): Likewise.
8908         * soft-fp/gedf2.c (__gedf2): Likewise.
8909         * soft-fp/gesf2.c (__gesf2): Likewise.
8910         * soft-fp/getf2.c (__getf2): Likewise.
8911         * soft-fp/ledf2.c (__ledf2): Likewise.
8912         * soft-fp/lesf2.c (__lesf2): Likewise.
8913         * soft-fp/letf2.c (__letf2): Likewise.
8914         * soft-fp/unorddf2 (__unorddf2): Likewise.
8915         * soft-fp/unordsf2 (__unordsf2): Likewise.
8916         * soft-fp/unordtf2 (__unordtf2): Likewise.
8918 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
8920         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
8921         make sure gcc doesn't mess around with this.
8923 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
8925         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
8927 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
8929         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
8930         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
8931         at most once per _dl_close_worker.
8933 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
8935         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
8936         __sched_cpucount as const.
8937         * posix/sched_cpucount.c: Adjust.
8939         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
8940         instruction for counting bits.
8941         * sysdeps/x86_64/sched_cpucount.c: New file.
8943 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
8945         * configure.in: Avoid variable named BASH.
8946         * config.make.in: Likewise.
8947         Patch in part by Mike Frysinger.
8949 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
8951         [BZ #4586]
8952         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
8953         pseudo-zeros as zero.
8954         * sysdeps/x86_64/ldbl2mpn.c: New file.
8955         * sysdeps/ia64/ldbl2mpn.c: New file.
8957 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
8959         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
8960         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
8961         Remove unreachable code at the end.
8963 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
8965         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
8966         ldbl-128ibm in comment.
8967         (fpclassifyl): Correct classification of denormals.
8968         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
8969         return value for MIN denormal. Rewrite using long double math too
8970         correctly handle denormals and canonicalize the results.
8972 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
8974         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
8975         (__mpn_construct_long_double): Fix conversion where result ought
8976         to be smaller than __LDBL_MIN__, or the low double should be
8977         denormal.  Fix decision where to negate low double - honor round
8978         to even rules.
8979         * stdio-common/tst-sprintf2.c: Include string.h.
8980         (COMPARE_LDBL): Define.
8981         (TEST): Also test whether a string hexadecimal float representation
8982         can be parsed back to the number.
8983         (main): Add a couple of further tests.
8985 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
8987         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
8988         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
8989         is non-zero, but smaller than 2 * __DBL_MIN__.
8990         * stdio-common/tst-sprintf2.c: New test.
8991         * stdio-common/Makefile (tests): Add tst-sprintf2.
8993         * math/test-misc.c (main): Don't run last batch of tests with
8994         IBM long double format.
8996 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
8998         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
8999         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
9000         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
9001         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
9002         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9003         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
9004         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
9005         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
9006         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
9007         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
9009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
9010         New file.
9011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
9012         New file.
9013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
9014         New file.
9015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
9016         New file.
9017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
9018         New file.
9019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
9020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
9021         New file.
9022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
9023         New file.
9024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
9025         New file.
9026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
9027         New file.
9028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
9029         New file.
9031 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9033         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
9034         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
9035         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
9036         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
9037         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
9038         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
9039         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
9040         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
9042 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
9044         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
9045         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9046         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
9047         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9048         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
9049         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9050         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
9051         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9053 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
9055         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
9056         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
9057         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
9058         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
9060 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
9062         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
9063         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
9065 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
9067         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
9068         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
9069         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
9070         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
9072 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
9074         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
9075         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
9077 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9079         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
9080         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
9082         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
9083         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
9084         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
9085         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
9087 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
9089         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
9090         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
9091         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
9092         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
9094 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
9096         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
9097         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
9098         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
9099         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9100         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
9101         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9103 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9105         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
9106         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
9107         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
9108         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
9110 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
9112         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
9113         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
9114         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
9115         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
9116         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
9117         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
9118         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
9119         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
9120         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
9121         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
9122         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
9123         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
9124         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
9125         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
9126         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
9127         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
9129 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9131         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
9132         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
9134 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
9136         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
9137         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
9139 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9141         * sysdeps/powerpc/powerpc32/970/Implies: New file.
9142         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
9143         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
9144         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
9145         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
9146         * sysdeps/powerpc/powerpc64/970/Implies: New file.
9147         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
9148         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
9149         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
9150         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
9152 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
9154         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
9156 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
9158         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
9159         branch miss-predicts. Ensure that cache line crossing does not impact
9160         dispatch grouping.
9162 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
9164         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
9165         "../../powerpc32/power4/memcopy.h".
9166         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
9167         "../../powerpc32/power4/wordcopy.c".
9169 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9171         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
9172         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
9173         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
9174         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
9175         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
9176         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
9178 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
9180         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
9182 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9184         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
9185         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
9186         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
9187         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
9188         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
9189         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
9190         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
9191         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
9193 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
9195         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
9197 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9199         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
9200         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
9201         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
9202         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
9203         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
9204         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
9205         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
9207 2007-05-29  Roland McGrath  <roland@redhat.com>
9209         * po/Makefile (po-sed-cmd): New variable.
9210         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
9212 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
9214         * crypt/md5-crypt.c: Fix comment.
9216         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
9217         of crashing.  When this is the case or if the reply is malformed,
9218         don't try to close the new file descriptor since it does not
9219         exist.
9220         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
9222 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
9224         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
9225         if __NR_utimensat is not defined.
9227 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
9229         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
9231 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
9233         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
9234         (open): Fix comment typos.  Don't call __open_2 if flags
9235         is a compile time constant without O_CREAT.
9236         (__open64_2): Add nonnull attribute.
9237         (open64): Fix comment typos.  Don't call __open64_2 if flags
9238         is a compile time constant without O_CREAT.
9239         (__openat_2): Add nonnull attribute, fix nonnull attribute
9240         on redirect.
9241         (openat): Fix comment typos.  Don't call __openat_2 if flags
9242         is a compile time constant without O_CREAT.
9243         (__openat64_2): Add nonnull attribute, fix nonnull attribute
9244         on redirect.
9245         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
9246         is a compile time constant without O_CREAT.
9248 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
9250         * Makerules (sysd-rules): Define PTW for ptw-* files.
9251         * Versions: Define GLIBC_2.7 for libc.
9252         * include/stdio.h: Declare __fortify_fail.
9253         * debug/fortify_fail.c: New file.
9254         * debug/Makefile (routines): Add fortify_fail.
9255         * debug/chk_fail.c: Use __fortify_fail.
9256         * debug/stack_chk_fail.c: Likewise.
9257         * io/Versions: Export __open_2, __open64_2, __openat_2, and
9258         __openat64_2 for GLIBC_2.7.
9259         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
9260         * io/open.c: Define *_2 variant of function which checks for O_CREAT
9261         and fails if necessary.
9262         * io/open64.c: Likewise.
9263         * io/openat.c: Likewise.
9264         * io/openat64.c: Likewise.
9265         * sysdeps/unix/sysv/linux/open64.c: Likewise.
9266         * sysdeps/unix/sysv/linux/openat.c: Likewise.
9267         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
9268         * io/bits/fcntl2.h: New file.
9269         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
9270         __openat64_2.
9271         * include/bits/fcntl2.h: New file.
9272         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
9273         Add open_2.
9274         * sysdeps/unix/sysv/linux/open_2.c: New file.
9276 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
9278         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
9279         as second parameter to handle_intel.
9281         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
9282         the entry.
9284         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
9285         handling to ...
9286         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
9287         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
9288         cacheinfo.
9289         * sysdeps/x86_64/memcpy.S: Complete rewrite.
9290         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
9291         Patch by Evandro Menezes <evandro.menezes@amd.com>.
9293         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
9295 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
9297         [BZ #4525]
9298         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
9299         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
9300         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
9302         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
9304         [BZ #4514]
9305         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
9306         reinitialize workend at the start of each do_positional format spec
9307         loop, free workstart before do_positional loops.
9308         (printf_unknown): Fix size of work_buffer.
9309         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
9311         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
9312         (public_sET_STATe): If ms->version < 3, put all chunks into
9313         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
9314         chunks.
9316         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
9317         * malloc/hooks.c: Likewise.
9318         * malloc/arena.c: Likewise.
9319         * malloc/malloc.c (do_check_malloc_state): Don't assert
9320         n_mmaps is not greater than n_mmaps_max.  This removes the need
9321         for the previous change.
9323         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
9324         2007-05-07 commit.
9326 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
9328         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
9329         Define for kernel >= 2.6.22.
9331 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
9333         * elf/dl-close.c (_dl_close_worker): When removing object from
9334         global scope, wait for all lookups to finish afterwards.
9335         * elf/dl-open.c (add_to_global): When global scope array must
9336         grow, allocate a new one and free old array only after all
9337         lookups finish.
9338         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
9339         (_dl_lookup_symbol_x): Likewise.
9340         * elf/dl-support.c: Define _dl_wait_lookup_done.
9341         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9342         _dl_wait_lookup_done.
9344         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
9345         not overlapping with arena.
9347         * malloc/mcheck.c (reallochook): If size==0, free the block.
9349         * rt/tst-shm.c: Use fstat64 instead of fstat.
9351         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
9352         __NR_sync_file_range is not defined.
9354 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
9356         Dummy files to prevent stub versions from being used.
9357         * sysdeps/x86_64/fpu/k_cosl.c: New file.
9358         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
9359         * sysdeps/x86_64/fpu/k_sinl.c: New file.
9360         * sysdeps/x86_64/fpu/k_tanl.c: New file.
9362         * version.h (VERSION): Set to 2.6.90.
9364 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
9366         * version.h (VERSION): Define to 2.6.
9367         * include/features.h (__GLIBC_MINOR__): Define to 6.
9369         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
9371         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
9372         sizes.
9374 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
9376         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
9377         number of mmaps.  n_mmaps_max is the target.
9378         * malloc/hooks.c: Likewise.
9379         * malloc/arena.c: Likewise.
9381 2007-05-12  Andreas Jaeger  <aj@suse.de>
9383         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
9384         getpid.
9386 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
9388         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
9389         adding new variables.
9391         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
9392         optimize.  Completely extend global scope array before making the
9393         new entries visible.
9395 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
9397         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
9398         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
9399         tst-getcpu.
9401         * include/link.h: Move l_version and l_nversion members around to
9402         fill gaps.
9404         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
9406         * sysdeps/unix/sysv/linux/sched_setaffinity.c
9407         (__sched_setaffinity_new): If syscall was successful and
9408         RESET_VGETCPU_CACHE is defined, use it before returning.
9409         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
9411         * io/sys/stat.h: Make sure struct timespec is defined for
9412         __USE_ATFILE.
9414         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
9415         UTIME_OMIT.
9416         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
9417         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
9418         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9419         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
9420         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9421         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
9422         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
9423         * io/sys/stat.h: Declare utimensat, futimens.
9424         * io/utimensat.c: New file.
9425         * io/futimens.c: New file.
9426         * sysdeps/unix/sysv/linux/utimensat.c: New file.
9427         * sysdeps/unix/sysv/linux/futimens.c: New file.
9428         * io/Makefile (routines): Add utimensat, futimens.
9429         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
9430         * sysdeps/unix/sysv/linux/lutimes.c: New file.
9431         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
9432         available.
9434         * include/sys/cdefs.h: Redefine __nonnull so that test for
9435         incorrect parameters in the libc code itself are not omitted.
9437 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
9439         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
9440         exception in addition to inexact when asked to raise only FE_INEXACT.
9442         [BZ #3427]
9443         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
9444         in *envp.
9446 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
9448         [BZ #4403]
9449         * string/strfry.c (strfry): Make result more random.
9451 2007-05-07  Richard Henderson  <rth@redhat.com>
9453         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
9454         if __NO_LONG_DOUBLE_MATH.
9455         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
9456         available in the compiler, add .arch directive to the assembly.
9458 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
9460         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
9461         compat_symbol to GLIBC_2_1.
9462         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
9463         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
9464         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
9465         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
9466         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
9467         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
9468         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
9469         libc, not libm.
9470         (__isnanl): New compat_symbol.
9472 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
9473             Jakub Jelinek  <jakub@redhat.com>
9475         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
9476         (new_heap): Initialize mprotect_size.
9477         (grow_heap): When growing, only mprotect from mprotect_size till
9478         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
9479         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
9481 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
9482             Peter Bergner  <bergner@us.ibm.com>
9484         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
9485         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
9486         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
9487         * sysdeps/powerpc/fpu/fe_mask.c: New file.
9488         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
9489         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
9490         Call __fe_mask_env() if all FP exceptions disabled.
9491         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
9492         from old FPSCR to new fenv to propagate DFP rounding modes.
9493         Call __fe_mask_env() if FP exceptions previously enabled.
9494         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
9495         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
9496         transitioning from all exceptions disabled to any exception enabled
9497         or visa versa.
9498         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
9499         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
9500         when transitioning from all exceptions disabled to any exception
9501         enabled or visa versa.
9502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
9503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
9504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
9505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
9506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
9507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
9509 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
9511         [BZ #4465]
9512         * posix/unistd.h: Remove __THROW from fdatasync.
9514 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
9516         [BZ #4465]
9517         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
9519 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
9521         * stdio-common/vfprintf.c (process_string_arg): Optimize
9522         ridiculous precision in wide char code printing multi-byte string.
9523         Reported by Jim Meyering <jim@meyering.net>.
9525         [BZ #4131]
9526         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
9527         boundaries to work around systems with overlapping binary loading.
9528         Based on a patch by Suzuki <suzuki@in.ibm.com>.
9530 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
9532         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
9533         __mbsnrtowcs after last change.
9535         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
9536         (get_ident): Likewise.
9538 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
9540         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
9541         with setting the sticky bit.
9542         * math/test-misc.c (main): Add more truncation tests.
9544 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
9546         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
9547         double in the function declaration.
9548         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
9549         double in the function declaration.
9550         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9551         float in the function declaration.
9552         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9553         float in the function declaration.
9555         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
9556         denormal operands.  Do not generate FP_EX_DENORM exception.
9557         (FP_UNPACK_RAW_EP): Ditto.
9558         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
9559         undefined _FP_UNPACK_RAW_E.
9560         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
9561         undefined _FP_UNPACK_RAW_EP.
9562         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
9563         undefined _FP_PACK_RAW_E.
9564         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
9565         undefined _FP_PACK_RAW_EP.
9567         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
9568         _FP_FRAC_COPY_2.
9569         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
9570         _FP_FRAC_COPY_4.
9572 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
9573             Jakub Jelinek  <jakub@redhat.com>
9575         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
9576         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
9577         this case.
9578         * soft-fp/op-common.h (FP_TRUNC): Ditto.
9580 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
9582         * math/test-misc.c (main): Add tests for rounding long double
9583         values close to smallest double denormalized value to double.
9585 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
9587         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
9588         condition for truncating to 0.  Set sticky bit for such
9589         truncation.
9591 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
9593         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
9594         fixed length array for ignore.
9596 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
9598         [BZ #4438]
9599         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
9600         stack for large precisions.
9601         * stdio-common/test-vfprintf.c (main): Add test for large
9602         precision.
9604 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
9606         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
9607         for exponent 0.
9608         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
9610         [BZ #4439]
9611         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
9612         account in the size check.
9613         * resolv/tst-inet_ntop.c: New test.
9614         * resolv/Makefile (tests): Add tst-inet_ntop.
9616 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
9617             Jakub Jelinek  <jakub@redhat.com>
9619         [BZ #4349]
9620         * malloc/malloc.c: Keep separate list for first blocks on the bin
9621         lists with a given size.  This helps skipping over list elements
9622         we know won't fit in two places.
9623         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
9625 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
9627         [BZ #4102]
9628         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
9629         label to Teredo tunnel addresses 2001://32.
9631 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
9633         * locale/programs/ld-collate.c (collate_read): Allow order_start
9634         after copy.
9636         * locale/programs/ld-collate.c (collate_read): Fix printing of
9637         error message.
9639         [BZ #3213]
9640         * locale/C-translit.h.in: Add entry for U2044.
9642         [BZ #4342]
9643         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
9644         hexa-decimal floats without exponent.
9645         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
9647 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
9649         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
9650         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
9651         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
9652         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
9653         GLIBC_2.6.
9654         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
9655         Add sched_getcpu.
9657 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
9659         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
9660         of 0 after the out_fail label.
9662 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
9664         [BZ #4406]
9665         * iconv/gconv_charset.h (strip): Allow ':'.
9666         * iconv/iconv_open.c (iconv_open): Adjust comment.
9668 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
9670         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
9671         version.
9673 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
9675         [BZ #4381]
9676         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
9677         alignment of buffer and tmp_buffer.
9678         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
9679         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
9680         alignment of buffer.
9681         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
9682         bigger than INT_MAX.
9683         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
9684         h_errnop arguments.  Fail if buflen is too small.
9685         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
9687 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
9689         [BZ #4405]
9690         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
9691         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
9693 2007-04-22  Roland McGrath  <roland@redhat.com>
9695         * elf/elf.h (NT_PRXFPREG): New macro.
9697 2007-04-19  Andreas Jaeger  <aj@suse.de>
9699         [BZ #3905]
9700         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
9701         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
9702         Added.
9704 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
9706         * include/sys/mman.h: Mark madvise hidden.
9707         * misc/madvise.c: Add libc_hidden_def.
9709 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
9711         * nis/nis_domain_of.c (__nis_domain_of): New function.
9712         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
9713         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
9714         * nis/nis_call.c (rec_dirsearch): Likewise.
9715         (first_shoot): Likewise.  Remove search_parent_first argument.
9716         (struct nis_server_cache): Rename search_parent_first field
9717         to search_parent.
9718         (nis_server_cache_search, nis_server_cache_add): Rename
9719         search_parent_first argument to search_parent.
9720         (__nisfind_server): Likewise.  If search_parent, call
9721         __nis_domain_of.
9723 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
9725         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
9727 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
9729         [BZ #4368]
9730         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
9732 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
9734         [BZ #4364]
9735         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
9737 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
9739         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
9740         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
9741         current number of locales in SUPPORTED.
9742         (create_archive): Initialize serial.
9743         (enlarge_archive): Preserve aliases rather than duplicating
9744         their locrecs.
9746 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
9748         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
9749         after _IO_un_link, not before it.
9751         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
9752         special case handling when wcp == wstartp + 1.  Fix a comment typo.
9753         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
9755 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
9757         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
9758         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
9759         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
9760         Remove __THROW.
9761         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
9762         _IO_file_xsgetn_maybe_mmap): Likewise.
9763         * libio/oldfileops.c (old_do_write): Likewise.
9764         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
9765         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
9766         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
9767         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
9768         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
9769         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
9770         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
9771         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
9772         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
9773         _IO_file_underflow, _IO_file_underflow_mmap,
9774         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
9775         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
9776         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
9777         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
9778         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
9779         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
9780         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
9781         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
9782         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
9783         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
9784         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
9785         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
9786         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
9787         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
9788         _IO_adjust_column_internal, _IO_default_uflow_internal,
9789         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
9790         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
9791         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
9792         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
9793         _IO_file_close_it_internal, _IO_file_underflow_internal,
9794         _IO_file_overflow_internal, _IO_file_attach_internal,
9795         _IO_file_fopen_internal, _IO_file_sync_internal,
9796         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
9797         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
9798         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
9799         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
9800         _IO_seekpos_unlocked): Likewise.
9801         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
9802         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
9804 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
9806         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
9807         argument in xmalloc size computation.
9809 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
9811         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
9812         math_opt_barrier and math_force_eval macros.
9814 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
9816         [BZ #3306]
9817         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
9818         * sysdeps/i386/fpu/math_private.h: New file.
9819         * sysdeps/x86_64/fpu/math_private.h: New file.
9820         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
9821         math_force_eval macros.  Use "+m" constraint on asm rather than
9822         "=m" and "m".
9823         * math/s_nextafter.c (__nextafter): Likewise.
9824         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
9825         Likewise.
9826         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9827         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
9828         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
9829         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
9830         math_opt_barrier and math_force_eval macros.
9831         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
9832         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
9833         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
9834         (__nexttoward): Use math_opt_barrier and
9835         math_force_eval macros.  Use "+m" constraint on asm rather than
9836         "=m" and "m".  Only use asm to force double result if
9837         FLT_EVAL_METHOD is 2.
9838         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
9839         (__nexttowardf): Use math_opt_barrier and
9840         math_force_eval macros.  Use "+m" constraint on asm rather than
9841         "=m" and "m".  Only use asm to force double result if
9842         FLT_EVAL_METHOD is not 0.
9843         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
9844         (__nexttowardf): Use math_opt_barrier and
9845         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
9846         x to float using asm.
9847         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
9848         (__nldbl_nexttowardf): Use math_opt_barrier and
9849         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
9850         x to float using asm.
9851         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
9852         (__nexttowardf): Use math_opt_barrier and math_force_eval
9853         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
9854         * math/bug-nextafter.c (zero, inf): New variables.
9855         (main): Add new tests.
9856         * math/bug-nexttoward.c (zero, inf): New variables.
9857         (main): Add new tests.
9859 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
9861         [BZ #3427]
9862         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
9863         exceptions both in SW and MXCSR.
9864         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
9865         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
9866         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
9867         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9868         in MXCSR if SSE is available.
9869         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
9870         and ldsodefs.h.
9871         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
9872         Fix comment typo.
9873         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
9874         Return 0 rather than 1.
9875         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
9876         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
9877         * math/test-fenv.c (feholdexcept_tests): New function.
9878         (main): Call it.
9880 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
9882         [BZ #3427]
9883         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9884         in SW.
9886 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
9888         [BZ #4344]
9889         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
9890         Reported by David Anderson <davea42@earthlink.net>.
9892 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
9894         * posix/sys/wait.h: Remove unnecessary forward declaration.
9896 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
9898         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
9899         with obj->do_servers after first_shoot.
9901 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
9903         * posix/Makefile (routines): Add sched_cpucount.
9904         (tests): Add tst-cpucount.
9905         * posix/sched_cpucount.c: New file.
9906         * posix/tst-cpucount.c: New file.
9907         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
9908         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
9909         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9910         * posix/sched.h: Define CPU_COUNT.
9912 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
9914         * posix/fnmatch.c (STRUCT): Define.
9915         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
9916         * posix/fnmatch_loop.c (struct STRUCT): New type.
9917         (FCT): Add ends argument.  If ends != NULL and normal * is
9918         seen in the pattern, store current pattern and string pointers
9919         and return.  Adjust recursive calls.
9920         (EXT): Adjust FCT callers.
9921         (STRUCT): Undef at the end of the file.
9922         * posix/Makefile (tests): Add tst-fnmatch2.
9923         * posix/tst-fnmatch2.c: New test.
9925 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
9927         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
9928         and 1 on failure.
9930         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
9931         Change last argument to unsigned int.
9933 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
9935         * scripts/check-local-headers.sh: Filter out sys/capability.h.
9937 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
9939         * config.h.in (HAVE_LIBCAP): Add.
9940         * nscd/selinux.h: Include sys/capability.h rather than non-existent
9941         sys/capabilities.h.
9942         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
9943         free_caps.  Cast away const from 4th cap_set_flag argument.
9945 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
9947         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
9948         GLIBC_2.6.
9949         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
9950         Add sync_file_range.
9951         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
9953 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
9955         * sysdeps/powerpc/bits/atomic.h
9956         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
9957         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
9958         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9959         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
9960         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9961         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
9962         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
9963         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
9964         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9965         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
9966         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
9967         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
9968         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9969         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
9970         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9971         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
9972         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9973         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
9974         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9975         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
9977 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
9979         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9980         (__cache_line_size): Define the variable here.  Add
9981         attribute_hidden, remove weak_extern.
9982         (__libc_start_main): Set __cache_line_size
9983         unconditionally.
9984         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
9985         (__cache_line_size): Define the variable here.  Add
9986         attribute_hidden, remove weak_extern.
9987         (DL_PLATFORM_AUXV): Set __cache_line_size
9988         unconditionally.
9989         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
9990         weak_extern, add attribute_hidden.
9991         (__elf_machine_runtime_setup): Assume __cache_line_size is always
9992         defined in ld.so.
9993         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
9994         definition.
9995         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
9997 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
9999         [BZ #4276]
10000         * timezone/africa: Update from tzdata2007d.
10001         * timezone/asia: Likewise.
10002         * timezone/australasia: Likewise.
10003         * timezone/backward: Likewise.
10004         * timezone/europe: Likewise.
10005         * timezone/iso3166.tab: Likewise.
10006         * timezone/leapseconds: Likewise.
10007         * timezone/northamerica: Likewise.
10008         * timezone/southamerica: Likewise.
10009         * timezone/zone.tab: Likewise.
10011         * timezone/private.h: Update from tzcode2007d.
10012         * timezone/zdump.c: Likewise.
10013         * timezone/zic.c: Likewise.
10015 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
10017         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
10018         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
10019         variables.
10020         (nis_server_cache_search, nis_server_cache_add): New functions.
10021         (__nisfind_server): Use them.  Add dbp and flags argument, if
10022         call __nisbind_create.
10023         (__nisbind_create): Add server_used and current_ep arguments,
10024         only call __nis_findfastest if server_used is ~0.
10025         (__do_niscall2, __prepare_niscall): Adjust callers.
10026         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
10027         ckey_cache_euid, ckey_cache_lock): New variables.
10028         (get_ckey): New function.
10029         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
10030         __pmap_getnisport.  Save __pmap_getnisport result in
10031         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
10032         key.
10033         * nis/nis_lookup.c (nis_lookup): Likewise.
10034         * nis/nis_table.c (nis_list): Likewise.
10035         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
10036         prototypes.
10038         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
10039         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
10040         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
10041         _nss_nisplus_getservbyport_r): Likewise.
10042         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
10043         _nss_nisplus_getnetbyaddr_r): Likewise.
10044         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
10045         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
10046         _nss_nisplus_getntohost_r): Likewise.
10047         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
10048         _nss_nisplus_getrpcbynumber_r): Likewise.
10050 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
10052         * configure.in (libc_cv_gnu89_inline): Only do compile test.
10053         * configure: Rebuilt.
10055         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
10056         bit-fields.
10057         * soft-fp/extended.h (_FP_UNION_E): Likewise.
10059 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
10061         [BZ #2831]
10062         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
10063         bit-fields.
10065 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
10067         * nscd/gai.c: Include alloca.h.
10068         (__libc_use_alloca): Define.
10070 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
10072         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
10073         smaller scopes.
10074         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
10075         (DL_DST_REQUIRED): Adjust user.
10077         * include/dlfcn.h (struct link_map): New forward decl.
10079         * inet/getnameinfo.c: Include stddef.h.
10080         (getnameinfo): Use offsetof.
10082         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
10084         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
10086         * string/strerror_l.c: Include stdlib.h.
10088         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
10089         * config.make.in (gnu89-inline-CFLAGS): New variable.
10090         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
10091         -std=gnu99.
10092         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
10093         * argp/argp.h: Use it.
10094         * bits/mathinline.h: Likewise.
10095         * bits/sigset.h: Likewise.
10096         * bits/string.h: Likewise.
10097         * ctype/ctype.h: Likewise.
10098         * hurd/hurd.h: Likewise.
10099         * hurd/hurd/fd.h: Likewise.
10100         * hurd/hurd/port.h: Likewise.
10101         * hurd/hurd/signal.h: Likewise.
10102         * hurd/hurd/threadvar.h: Likewise.
10103         * hurd/hurd/userlink.h: Likewise.
10104         * io/sys/stat.h: Likewise.
10105         * libio/bits/stdio.h: Likewise.
10106         * libio/bits/stdio2.h: Likewise.
10107         * mach/lock-intern.h: Likewise.
10108         * mach/mach/mig_support.h: Likewise.
10109         * math/bits/cmathcalls.h: Likewise.
10110         * posix/bits/unistd.h: Likewise.
10111         * socket/bits/socket2.h: Likewise.
10112         * stdlib/bits/stdlib.h: Likewise.
10113         * stdlib/stdlib.h: Likewise.
10114         * string/argz.h: Likewise.
10115         * string/bits/string2.h: Likewise.
10116         * string/bits/string3.h: Likewise.
10117         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
10118         * sysdeps/generic/inttypes.h: Likewise.
10119         * sysdeps/generic/machine-lock.h: Likewise.
10120         * sysdeps/generic/machine-sp.h: Likewise.
10121         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
10122         * sysdeps/i386/i486/bits/string.h: Likewise.
10123         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
10124         * sysdeps/mach/alpha/machine-lock.h: Likewise.
10125         * sysdeps/mach/alpha/machine-sp.h: Likewise.
10126         * sysdeps/mach/i386/machine-lock.h: Likewise.
10127         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
10128         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
10129         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
10130         * sysdeps/s390/bits/string.h: Likewise.
10131         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
10132         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
10133         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
10134         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
10135         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10136         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
10137         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
10138         * wcsmbs/bits/wchar2.h: Likewise.
10139         * wcsmbs/wchar.h: Likewise.
10140         * stdlib/gmp.h: Likewise.  Include <features.h> to get
10141         __extern_inline definition.
10143 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
10145         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
10146         NULL.
10148         [BZ #3919]
10149         * math/libm-test.inc (log_test): Test -Inf and NaN.
10150         (log10_test, log1p_test, log2_test): Test -Inf.
10151         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
10152         FE_INVALID when argument is qNaN.
10153         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
10154         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
10155         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10156         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
10157         andb $1, %ah with testb $1, %ah, don't test for parity, instead
10158         testb $4, %ah and jump if non-zero.
10159         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10160         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
10162         [BZ #4101]
10163         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
10164         ancestors with the same depths.
10165         Patch by Niels Moeller <nisse@lysator.liu.se>.
10166         (filter_doc): Don't crash if argp is NULL.
10167         * argp/Makefile (tests): Add tst-argp2.
10168         * argp/tst-argp2.c: New test.
10170         [BZ #4130]
10171         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
10172         open_not_cancel_2.
10173         (updwtmp_file): Likewise.
10175         [BZ #4181]
10176         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
10177         (inet6_opt_append): Don't check extlen is big enough if extbuf
10178         is NULL.
10179         (inet6_opt_finish): Likewise.
10180         * inet/Makefile (tests): Add test-inet6_opt.
10181         * inet/test-inet6_opt.c: New test.
10183         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
10184         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
10185         NLMSG_ERR.  Instead use a page sized buffer.
10186         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
10187         buffer.
10189 2007-03-14  Richard Henderson  <rth@redhat.com>
10191         * sysdeps/alpha/fpu/s_llround.c: New file.
10192         * sysdeps/alpha/fpu/s_llroundf.c: New file.
10193         * sysdeps/alpha/fpu/s_lround.c: New file.
10194         * sysdeps/alpha/fpu/s_lroundf.c: New file.
10195         * sysdeps/alpha/fpu/s_round.c: New file.
10196         * sysdeps/alpha/fpu/s_roundf.c: New file.
10197         * sysdeps/alpha/fpu/s_trunc.c: New file.
10198         * sysdeps/alpha/fpu/s_truncf.c: New file.
10200         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
10201         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
10202         * sysdeps/alpha/fpu/s_floor.c: Likewise.
10203         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
10204         * sysdeps/alpha/fpu/s_rint.c: Likewise.
10205         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
10207         * sysdeps/alpha/fpu/s_fmax.S: New file.
10208         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
10209         * sysdeps/alpha/fpu/s_fmin.S: New file.
10210         * sysdeps/alpha/fpu/s_fminf.S: New file.
10211         * sysdeps/alpha/fpu/s_isnan.c: New file.
10212         * sysdeps/alpha/fpu/s_isnanf.c: New file.
10213         * sysdeps/alpha/fpu/s_llrint.c: New file.
10214         * sysdeps/alpha/fpu/s_llrintf.c: New file.
10215         * sysdeps/alpha/fpu/s_lrint.c: New file.
10216         * sysdeps/alpha/fpu/s_lrintf.c: New file.
10217         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
10218         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
10220         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
10221         (__fdimf, fdimf, __fdim, fdim): Remove.
10222         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
10223         (__isnanf, __isnan, __isnanl): New.
10225 2007-03-13  Richard Henderson  <rth@redhat.com>
10227         * sysdeps/ieee754/ldbl-128/Makefile: New file.
10229 2007-03-13  Richard Henderson  <rth@redhat.com>
10231         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
10232         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
10233         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
10234         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
10235         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
10236         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
10238 2007-03-13  Richard Henderson  <rth@redhat.com>
10240         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
10241         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
10242         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
10243         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
10244         Move to dl-auxv.h; initialize instead of extern weak.
10245         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
10246         weak symbol.
10247         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
10248         Extern instead of initialized.
10250 2007-03-13  Richard Henderson  <rth@redhat.com>
10252         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
10253         __sigsuspend_nocancel.
10255 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
10257         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
10258         172.16/12 address range.
10260 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
10262         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
10263         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
10264         message.
10266 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
10268         [BZ #4069]
10269         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
10270         earlier.
10271         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
10273         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
10274         for x qNaN and y either +-inf or non-integer value.
10275         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
10276         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10277         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
10279 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
10281         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
10282         from sysdep_headers.
10284 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
10286         * time/tzfile.c (find_transition): Instead of a linear search try to
10287         guess the transition index, use a linear search if the result is at
10288         most 10 transitions away from the guess or binary search otherwise.
10290 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
10292         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
10293         memory reallocation.
10295 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
10297         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
10298         and fix some typos.
10299         Optimize use of TOLOWER.
10301         [BZ #3325]
10302         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
10303         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10304         * sysdeps/i386/fpu/e_fmod.S: Likewise.
10306         [BZ #3458]
10307         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
10308         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
10310         [BZ #4076]
10311         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
10312         (open_dir_stream): Likewise.
10313         * io/Makefile (tests): Add bug-ftw5.
10314         * io/bug-ftw5.c: New file.
10316         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
10317         * nscd/servicescache.c (cache_addserv): Likewise.
10319         * nscd/grpcache.c (cache_addgr): In case a record changed on
10320         refresh, adjust key_copy.
10322         [BZ #4074]
10323         * nscd/pwdcache.c (cache_addpw): In case a record changed on
10324         refresh, adjust key_copy.
10326         [BZ #4070]
10327         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
10328         special cases.
10329         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
10331 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
10333         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
10334         optimization.
10336         * stdio-common/vfscanf.c: Small cleanups throughout.
10338 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
10340         [BZ #3325]
10341         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
10342         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10343         * sysdeps/i386/fpu/e_fmod.S: Likewise.
10344         Patch by Jared Casper <jaredcasper@gmail.com>.
10346         * sysdeps/unix/closedir.c: Outside libc don't use locking.
10347         * sysdeps/unix/opendir.c: Likewise.
10348         * sysdeps/unix/readdir.c: Likewise.
10350         [BZ #2211]
10351         * stdio-common/vfscanf.c: Handle localized digits etc for floating
10352         point numbers.
10353         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
10355         * stdio-common/vfscanf.c: Fix problems in width accounting.
10356         * stdio-common/tst-sscanf.c (double_tests): New tests.
10357         (main): Hook them up.
10359         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
10360         More simplifications of floating-point reader.
10362         * stdio-common/Makefile (tests): Add tst-swscanf.
10363         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
10364         testing.
10365         * stdio-common/tst-swscanf.c: New file.
10367 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
10369         [BZ #2633]
10370         * libio/stdio.h: Define struct _IO_FILE in global namespace.
10371         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
10372         Remove using for __jmp_buf_tag.
10373         * locale/locale.h (struct lconv): Also define in std namespace.
10374         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
10376         [BZ #3842]
10377         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
10378         using __libc_enable_secure.
10380         [BZ #3818]
10381         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
10383         [BZ #3745]
10384         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
10385         of names for ellipsises.
10387         [BZ #3348]
10388         * malloc/memusage.sh: Cleanups.
10389         * debug/xtrace.sh: Quoting and trap changes.
10391 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
10393         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
10395         * locale/iso-3166.def: Update entry for Serbia.
10396         * locale/iso-4217.def: Define RSD, remove CSD.
10398         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
10399         and 64-bit operations.
10401         [BZ #4040]
10402         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
10403         16-bit operations.
10405         * nscd/nscd.c (parse_opt): One more conversion to use send instead
10406         of writev.
10408 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
10410         [BZ #3991]
10411         * assert/assert.h (assert): Simplify.
10412         (assert_perror): Likewise.
10413         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
10415         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
10416         reqdata.
10418         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
10419         change: don't pass NULL in place of an integer.
10421 2007-02-02  Bruno Haible  <bruno@clisp.org>
10423         [BZ #3954]
10424         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
10425         Add mapping for U+327E.
10426         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
10427         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10428         mapping of 0xD9 0xE8.
10429         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
10430         mapping of U+327E.
10431         Reported by Jungshik Shin <jungshik@google.com>.
10433         [BZ #3955]
10434         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10435         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
10436         Reported by Jungshik Shin <jungshik@google.com>.
10438 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
10440         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
10441         byte variants.
10443         [BZ #4040]
10444         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
10445         byte variants.  Patch mostly be tom@tommay.net.
10447 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
10449         [BZ #3996]
10450         * posix/glob.c (attribute_hidden): Define if not defined.
10451         (glob): Unescape dirname, filename or username when needed and not
10452         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
10453         is NULL.  Handle unescaped [ in pattern without closing ].
10454         Don't pass GLOB_CHECK down to recursive glob for directories.
10455         (__glob_pattern_type): New function.
10456         (__glob_pattern_p): Implement using __glob_pattern_type.
10457         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10458         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10459         Remove unreachable code.
10460         * posix/globtest.sh: Add a couple of new tests.
10462 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
10464         * po/ru.po: Update from translation team.
10466 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
10468         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
10469         to the list of i486+ CPUs.
10470         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10472 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
10474         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
10475         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
10476         references.
10478 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
10480         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
10482         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
10483         * resolv/res_mkquery.c: Define __res_nopt.
10484         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
10485         try adding EDNS0 record.
10486         * resolv/res_send.c (send_dg): If request failed with FORMERR and
10487         EDNS0 record was send make sure we don't try it again.
10488         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
10489         * include/resolv.h: Declare __res_nopt.
10491 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
10493         [BZ #3944]
10494         * time/strptime_l.c (__strptime_internal): Set have_mon for
10495         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
10496         have been computed from tm_yday and tm_year.  Don't crash
10497         in day_of_the_week or day_of_the_year if not have_mon
10498         and tm_mon contains bogus value.
10499         * time/Makefile (tests): Add tst-strptime3.
10500         * time/tst-strptime3.c: New test.
10502 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
10504         [BZ #3957]
10505         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
10506         bit for RE_HAT_LISTS_NOT_NEWLINE.
10507         (build_charclass_op): Remove bogus comment.
10508         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
10509         * posix/bug-regex27.c: New test.
10510         * posix/bug-regex28.c: New test.
10512 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
10514         * po/sv.po: Update from translation team.
10516 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
10518         * nscd/nscd_helper.c (open_socket): Minor size optimization.
10520 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
10522         * include/locale.h (__uselocale): Add libc_hidden_proto.
10523         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
10525         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
10526         gettimeofday.
10528 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
10530         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
10531         returning.
10532         (PTR_DEMANGLE): Real definition now that it's not the same as
10533         PRT_MANGLE anymore.
10534         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10536         * string/strerror_l.c: New file.
10537         * string/Makefile (routines): Add strerror_l.
10538         * string/string.h: Declare strerror_l.
10539         * string/Versions: Export strerror_l for GLIBC_2.6.
10541 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
10543         * nscd/nscd_helper.c (open_socket): Now takes request type and key
10544         as parameter.  Construct request record.  Try sending request
10545         before the first poll use, it usually succeeds.  Adjust all
10546         callers.
10547         * nscd/nscd-client.h: Define MAXKEYLEN.
10548         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
10550 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
10552         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
10553         from return value.
10554         * nscd/nscd_helper.c: Include string.h.
10555         (__nscd_cache_search): Remove const qualifier from return value.
10556         On strict alignment architectures check hash entry and data head
10557         alignment.
10558         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
10559         mmapped data during GC cycle contains garbage.  If
10560         __nscd_drop_map_ref fails, decrement mapped->counter when returning
10561         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
10562         dropped to 0.
10563         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10564         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10565         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
10566         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10567         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10569 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
10571         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
10573 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
10575         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
10576         names not numbers in cfi_*.
10578 2007-01-26  Andreas Jaeger  <aj@suse.de>
10580         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
10581         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
10582         Correct values of PER_HPUX and PER_OSF4.
10584 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
10586         * elf/dl-minimal.c: Undefine _itoa first.
10587         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
10588         * malloc/mtrace.c: Revert last change.
10589         * posix/wordexp.c: Likewise.
10591 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
10593         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
10594         and __geode__ to the list of i486+ CPUs.
10595         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10597 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
10599         * stdio-common/_itoa.c: Include <limits.h>.
10600         * stdio-common/_itowa.c: Likewise.
10602 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
10604         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
10605         platforms.
10606         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
10607         64-bit platforms.
10608         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
10609         possible.
10610         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
10611         if possible.
10613         [BZ #3902]
10614         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
10615         * stdio-common/Makefile (tests): Add bug17.
10616         * stdio-common/bug17.c: New file.
10618 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
10620         * iconvdata/brf.c: New file.
10621         * iconvdata/testdata/BRF: New file.
10622         * iconvdata/testdata/BRF..UTF8: New file.
10623         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
10624         * iconvdata/Makefile: Add rules to build BRF.
10625         * iconvdata/TESTS: Add BRF entry.
10626         * iconvdata/gconv-modules: Likewise.
10627         * iconvdata/tst-tables.sh: Likewise.
10629 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
10631         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
10632         type `long long int', not `long int'.
10633         (wcstoq): Likewise.
10635 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
10637         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
10638         of values on 64-bit platforms which are too large.
10640 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
10641             Joe Kerian  <jkerian@us.us.ibm.com>
10643         [BZ #2749]
10644         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
10645         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
10646         (__copysignl): Use signbit() for comparison.
10647         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
10648         SET_LDOUBLE_WORDS64.
10650         [BZ #2423, #2749]
10651         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
10652         (__ceill): Remove calls to fegetround(), fesetround().
10653         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
10654         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
10655         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
10657 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
10659         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
10661         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
10663 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
10665         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
10666         demangle pointer.
10667         * csu/libc-start.c: Likewise.
10669 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
10671         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
10672         really work anyway.
10674 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
10676         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
10677         users.
10678         (handle_request): Remove unnecessary tests.
10680         * nscd/cache.c (cache_add): Record the failure to add to the cache.
10682 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
10684         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
10685         workbits in semi-raw fraction.
10687         * math/test-misc.c: Add new tests.
10689 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
10691         * math/basic-test.c: Include test-skeleton.c.
10692         (TEST_TRUNC): Define.
10693         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
10694         (main): Rename to ...
10695         (do_test): ...this.  Run new tests.
10696         (TEST_FUNCTION): Define.
10698 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
10699             Joe Kerian  <jkerian@us.us.ibm.com>
10701         [BZ #2749]
10702         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
10703         handling for high words.
10704         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
10705         and overflow for infinity.
10707 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
10709         * nscd/connections.c (handle_request): Add a __builtin_expect.
10711         * nscd/connections.c (serv2db): Change type into structure which
10712         also says whether this is a request for data.  Renamed to
10713         servinfo.  All users changed.
10714         (handle_request): Much simpler test whether we should search the cache.
10716         * nscd/connections.c (handle_request): Fix thinko in selinux test
10717         invocation.
10719         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
10720         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
10721         it before getting dl_load_lock and then relock.
10722         (_dl_lookup_symbol_x): Pass flags to add_dependency.
10723         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
10724         case we unlocked the scope.
10725         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
10726         _dl_lookup_symbol_x in case we locked the scope.
10727         (_dl_profile_fixup): Likewise.
10728         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
10729         set DL_LOOKUP_SCOPE_LOCK.
10731 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
10733         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
10734         CFLAGS-getsrvbynpt_r.c.
10735         * nscd/getsrvbynm_r.c: New file.
10736         * nscd/getsrvbypt_r.c: New file.
10737         * nscd/nscd_getserv_r.c: New file.
10738         * nscd/servicescache.c: New file.
10739         * nscd/Makefile (routines): Add nscd_getserv_r.
10740         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
10741         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
10742         CFLAGS-getsrvbypt_r.c.
10743         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
10744         table.  Add entries for services database.
10745         * nscd/connections.c (serv2str): Mark as const.  Add entries for
10746         services database.
10747         (dbs): Add .reset_res and servdb initialization.
10748         (serv2db): Add entries for services database.
10749         (verify_persistent_db): Accept dbnr == servdb.
10750         (invalidate_cache): Rewrite database name recognition to use a table.
10751         Call res_init() if .reset_res is set for database.
10752         (handle_request): Add code to handle services database.
10753         * nscd/gai.c: Don't define __getservbyname_r.
10754         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
10755         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
10756         (serv_response_header): Define.
10757         (struct datahead): Add serv_response_header member.
10758         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
10759         using table.
10760         * nscd/nscd.conf: Add entries for services database.
10761         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
10762         Declare serv_iov_disabled.
10763         Declare addservbyname, readdservbyname, addservbyport, and
10764         readdservbyport.
10765         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
10766         (find_db): Fix error message.
10767         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
10768         __nscd_getservbyname_r, and __nscd_getservbyport_r.
10769         * nscd/selinux.c (perms): Add entries for services database.
10770         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
10771         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
10773         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
10774         * nscd/hstcache.c: Likewise.
10775         * nscd/pwdcache.c: Likewise.
10777         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
10778         computation of keylen.
10780         * include/string.h: Only redefine strndupa if this is really for
10781         libc code.
10783 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
10785         * nscd/nscd_gethst_r.c: Minor cleanups.
10787         * nscd/connections.c (handle_request): Check selinux permissions
10788         for all non-admin commands.
10790         * sysdeps/i386/i486/bits/atomic.h: Define
10791         atomic_compare_and_exchange_val_acq,
10792         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
10793         using __sync_* built-ins for gcc >= 4.1.
10794         * sysdeps/x86_64/bits/atomic.h: Likewise.
10796         [BZ #3840]
10797         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
10798         and .oS.d files.
10800 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
10802         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
10803         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
10804         (do_test): Check errno and exit(0) if ENOSYS.
10806 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
10808         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
10809         thousands separators.
10810         * stdlib/Makefile: Add rules to build and run tst-strtod4.
10811         * stdlib/tst-strtod4.c: New test.
10813         [BZ #3855]
10814         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
10815         hexadecimal digit should accept just the initial 0.
10816         * stdlib/tst-strtod2.c (tests): New variable.
10817         (do_test): Run several tests rather than just one.
10819 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
10821         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
10822         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
10824 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
10826         * io/fts.c: Make sure fts_cur is always valid after return from
10827         fts_read.
10828         Patch by Miloslav Trmac <mitr@redhat.com>.
10830 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
10832         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
10833         (R_MIPS_NUM): Bump by 1.
10835 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
10837         * posix/execvp.c: Include alloca.h.
10838         (allocate_scripts_argv): Renamed to...
10839         (scripts_argv): ... this.  Don't allocate buffer here nor count
10840         arguments.
10841         (execvp): Use alloca if possible.
10842         * posix/Makefile: Add rules to build and run tst-vfork3 test.
10843         * posix/tst-vfork3.c: New test.
10845 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
10847         * string/Makefile (tst-strxfrm2-ENV): Define.
10848         * stdlib/Makefile (tst-strtod3-ENV): Define.
10850 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
10852         * posix/getconf.c: Update copyright year.
10853         * nss/getent.c: Likewise.
10854         * iconv/iconvconfig.c: Likewise.
10855         * iconv/iconv_prog.c: Likewise.
10856         * elf/ldconfig.c: Likewise.
10857         * catgets/gencat.c: Likewise.
10858         * csu/version.c: Likewise.
10859         * elf/ldd.bash.in: Likewise.
10860         * elf/sprof.c (print_version): Likewise.
10861         * locale/programs/locale.c: Likewise.
10862         * locale/programs/localedef.c: Likewise.
10863         * nscd/nscd.c (print_version): Likewise.
10864         * debug/xtrace.sh: Likewise.
10865         * malloc/memusage.sh: Likewise.
10866         * malloc/mtrace.pl: Likewise.
10867         * debug/catchsegv.sh: Likewise.
10869 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
10871         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
10872         attempts.
10874 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
10876         * posix/wordexp.c: Remove some unnecessary tests.
10878 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
10880         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
10881         blacklist the group till after we look it up.
10883 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
10885         * include/atomic.h (atomic_forced_read): New macro.
10887 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
10889         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
10891 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
10893         * nss/getXXbyYY_r.c: Include atomic.h.
10894         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
10895         add atomic_write_barrier () in between.
10897         * stdlib/Makefile (tests): Add tst-makecontext.
10898         * stdlib/tst-makecontext.c: New test.
10900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
10901         (__makecontext): Don't realign uc_mcontext.uc_regs.
10903 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
10905         * elf/dl-support.c: Include dl-procinfo.h.
10906         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
10907         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
10908         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
10909         Define.
10910         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
10911         hardcoded constants.
10912         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
10913         PPC_PLATFORM_* macros for array designators.
10915 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
10917         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
10918         names to the beginning.
10919         (_dl_powerpc_platforms): Add "power6x".
10920         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
10921         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
10922         (_DL_PLATFORMS_COUNT): Increase.
10923         (_dl_string_platform): Handle power6x case.
10924         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
10925         PPC_FEATURE_POWER6_EXT): Define.
10926         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
10928 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
10930         [BZ #3747]
10931         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
10932         [-2^31 .. 2^31) range.
10933         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
10934         targets.
10935         * stdlib/tst-rand48-2.c: New test.
10936         * stdlib/Makefile (tests): Add tst-rand48-2.
10938 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
10940         * misc/tst-pselect.c (do_test): Fix sigblock argument.
10942 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
10944         * misc/tst-pselect.c (do_test): Make sure the helper process is
10945         terminating when the test is aborted.
10947 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
10949         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
10950         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10951         Handle relatime mount option.
10953         [BZ #2337]
10954         * libio/Makefile (tests): Add tst-setvbuf1.
10955         * libio/tst-setvbuf1.c: New file.
10957 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
10959         [BZ #2337]
10960         * libio/genops.c (__uflow): Fix a typo.
10961         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
10962         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
10963         the narrow buffer size.
10965 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
10967         [BZ #2337]
10968         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
10969         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
10970         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
10971         in _flags.
10972         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
10973         _IO_wstr_finish): Likewise.
10974         * libio/wmemstream.c (open_wmemstream): Likewise.
10975         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
10976         even for wide streams.
10978 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
10980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
10981         kernel-features.h.
10983 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
10985         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
10986         separators also if no non-zero digits found.
10987         * stdlib/Makefile (tests): Add tst-strtod3.
10989 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
10991         [BZ #3632]
10992         * include/features.h: Fix comment about default value for
10993         _POSIX_C_SOURCE.
10995         [BZ #3664]
10996         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
10997         empty parsed strings.
10998         * stdlib/Makefile (tests): Add tst-strtod2.
10999         * stdlib/tst-strtod2.c: New file.
11001         [BZ #3673]
11002         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
11003         computation.
11004         * stdlib/Makefile (tests): Add tst-atof2.
11005         * stdlib/tst-atof2.c: New file.
11007         [BZ #3674]
11008         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
11009         correctly if removing trailing zero of hex-float.
11010         * stdlib/Makefile (tests): Add tst-atof1.
11011         * stdlib/tst-atof1.c: New file.
11013 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
11015         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
11016         Start searching for next comma at p rather than rest.
11017         * misc/Makefile (tests): Add tst-mntent2.
11018         * misc/tst-mntent2.c: New test.
11020         * misc/getusershell.c (initshells): Check for integer overflows.
11021         Make strings buffer one bigger as fgets always succeeds when second
11022         argument is 1.  Don't use calloc for shells array.  Disallow
11023         / as shell.
11025 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
11027         * malloc/memusage.c: Handle realloc with new size of zero and
11028         non-NULL pointer correctly.
11029         (me): Really write first record twice.
11030         (struct entry): Make format bi-arch safe.
11031         (dest): Write out more realloc statistics.
11032         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
11034 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
11036         * nis/nis_subr.c (nis_getnames): Revert last change.
11038 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
11040         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
11041         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
11042         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
11043         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
11044         ENOTTY.
11045         * io/Makefile: Add rules to build and run tst-ttyname_r test.
11046         * io/tst-ttyname_r.c: New test.
11048 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11050         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
11052 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
11054         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
11055         jump table entries.
11057 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
11059         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
11060         `clone' function to ensure proper unwinding stop of gdb.
11061         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
11063 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
11065         * nscd/nscd.init: Remove obsolete and commented-out -S option
11066         handling.
11068 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
11070         [BZ #3514]
11071         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
11073         [BZ #3515]
11074         * manual/string.texi (strtok): Remove duplicate paragraph.
11076 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11078         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
11079         libgcc not supporting `rflags' unwinding (register # >= 17).
11081 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
11083         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
11084         succeeded.
11086 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
11087             Jakub Jelinek  <jakub@redhat.com>
11088             Jan Kratochvil  <jan.kratochvil@redhat.com>
11090         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
11091         unwind information.
11092         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
11093         'restore_rt' even in the 'signal' directory.
11094         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
11096 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
11098         [BZ #3559]
11099         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
11100         malloc crashed.  Don't allocate memory unnecessarily in each
11101         loop.
11103 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
11105         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
11107 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
11109         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
11111 2006-11-18  Bruno Haible  <bruno@clisp.org>
11113         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
11114         __sysconf only after having tried to call getgroups32.
11116 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
11118         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
11119         addresses for IPv4 queries if they can be mapped.
11121 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
11123         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
11124         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
11125         (signmask): Add .size directive.
11126         (othermask): Add .type directive.
11128 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
11130         * po/nl.po: Update from translation team.
11132         * timezone/zdump.c: Redo fix for BZ #3137.
11134 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
11136         * nss/nss_files/files-alias.c (get_next_alias): Set line back
11137         to first_unused after parsing :include: file.
11139 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11141         * timezone/africa: Update from tzdata2006o.
11142         * timezone/antarctica: Likewise.
11143         * timezone/asia: Likewise.
11144         * timezone/australasia: Likewise.
11145         * timezone/backward: Likewise.
11146         * timezone/europe: Likewise.
11147         * timezone/iso3166.tab: Likewise.
11148         * timezone/northamerica: Likewise.
11149         * timezone/southamerica: Likewise.
11150         * timezone/zone.tab: Likewise.
11152         * time/tzfile.c (__tzfile_read): Extend to handle new file format
11153         on machines with 64-bit time_t.
11155         * timezone/checktab.awk: Update from tzcode2006o.
11156         * timezone/ialloc.c: Likewise.
11157         * timezone/private.h: Likewise.
11158         * timezone/scheck.c: Likewise.
11159         * timezone/tzfile.h: Likewise.
11160         * timezone/tzselect.ksh: Likewise.
11161         * timezone/zdump.c: Likewise.
11162         * timezone/zic.c: Likewise.
11164         [BZ #3483]
11165         * elf/ldconfig.c (main): Call setlocale and textdomain.
11166         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11168         [BZ #3480]
11169         * manual/argp.texi: Fix typos.
11170         * manual/charset.texi: Likewise.
11171         * manual/errno.texi: Likewise.
11172         * manual/filesys.texi: Likewise.
11173         * manual/lang.texi: Likewise.
11174         * manual/maint.texi: Likewise.
11175         * manual/memory.texi: Likewise.
11176         * manual/message.texi: Likewise.
11177         * manual/resource.texi: Likewise.
11178         * manual/search.texi: Likewise.
11179         * manual/signal.texi: Likewise.
11180         * manual/startup.texi: Likewise.
11181         * manual/stdio.texi: Likewise.
11182         * manual/sysinfo.texi: Likewise.
11183         * manual/syslog.texi: Likewise.
11184         * manual/time.texi: Likewise.
11185         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11187         [BZ #3465]
11188         * sunrpc/clnt_raw.c: Minimal message improvements.
11189         * sunrpc/pm_getmaps.c: Likewise.
11190         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11191         * nis/nis_print_group_entry.c: Likewise.
11192         * locale/programs/repertoire.c: Likewise.
11193         * locale/programs/charmap.c: Likewise.
11194         * malloc/memusage.sh: Likewise.
11195         * elf/dl-deps.c: Likewise.
11196         * locale/programs/ld-collate.c: Likewise.
11197         * libio/vswprintf.c: Likewise.
11198         * malloc/memusagestat.c: Likewise.
11199         * sunrpc/auth_unix.c: Likewise.
11200         * sunrpc/rpc_main.c: Likewise.
11201         * nscd/cache.c: Likewise.
11202         * locale/programs/repertoire.c: Unify output messages.
11203         * locale/programs/charmap.c: Likewise.
11204         * locale/programs/ld-ctype.c: Likewise.
11205         * locale/programs/ld-monetary.c: Likewise.
11206         * locale/programs/ld-numeric.c: Likewise.
11207         * locale/programs/ld-time.c: Likewise.
11208         * elf/ldconfig.c: Likewise.
11209         * nscd/selinux.c: Likewise.
11210         * elf/cache.c: Likewise.
11211         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11213         [BZ #3451]
11214         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
11215         change atomic.
11216         (ceil): Likewise.
11218 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
11220         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
11221         if N is one bigger than return value.
11222         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
11223         and l1 last arguments, if buf is defined, verify the return value
11224         equals to strlen (buf) and verify no byte beyond passed length
11225         is modified.
11227 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11229         * po/sv.po: Update from translation team.
11231 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
11233         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
11234         noinline attribute.
11236 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
11238         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
11239         noinline attribute.
11241         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
11242         Use __new_sys_siglist instead of _sys_siglist_internal as
11243         second macro argument.
11244         (_old_sys_siglist): Use declare_symbol_alias macro instead of
11245         strong_alias.
11247 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
11249         [BZ #3493]
11250         * posix/unistd.h (sysconf): Remove const attribute.
11252         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
11253         temporary or deprecated addresses.
11254         Patch by Sridhar Samudrala <sri@us.ibm.com>.
11256         * string/Makefile (tests): Add tst-strxfrm2.
11257         * string/tst-strxfrm2.c: New file.
11259 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
11261         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
11262         rather than r->r_brk.
11264 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
11266         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
11267         optimization even if needed > n.
11269         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
11270         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
11271         return false, otherwise return true.
11272         (cache_rpath): Return decompose_rpath return value.
11274 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
11276         * include/libc-symbols.h (declare_symbol): Rename to...
11277         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
11278         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
11279         .size directive.
11280         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
11281         changes.
11282         * sysdeps/gnu/siglist.c: Likewise.
11284 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
11286         * sysdeps/powerpc/fpu/bits/mathinline.h
11287         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
11288         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
11290 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
11292         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
11293         Update handling of cache descriptor 0x49 for new models.
11294         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
11295         Likewise.
11297 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
11299         * malloc/memusage.c (dest): Reset not_me back to false after
11300         printing statistics.
11302 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
11304         * configure.in: Work around ld --help change and avoid -z relro
11305         test completely if the architecture doesn't care about security.
11307 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
11309         * po/sv.po: Update from translation team.
11311 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
11313         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
11314         generate compatibility version.
11316 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
11318         * configure.in: Relax -z relro requirement a bit.
11320         * po/sv.po: Update from translation team.
11322 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
11324         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
11325         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11326         * elf/dl-close.c (_dl_close_worker): Likewise.
11327         * elf/dl-open.c (_dl_open_worker): Likewise.
11328         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
11330 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
11332         * configure.in: Require assembler support for visibility, compiler
11333         support for visibility and aliases, linker support for various -z
11334         options.
11335         * Makeconfig: Remove conditional code which now is unnecessary.
11336         * config.h.in: Likewise.
11337         * config.make.in: Likewise.
11338         * dlfcn/Makefile: Likewise.
11339         * elf/Makefile: Likewise.
11340         * elf/dl-load.c: Likewise.
11341         * elf/rtld.c: Likewise.
11342         * include/libc-symbols.h: Likewise.
11343         * include/stdio.h: Likewise.
11344         * io/Makefile: Likewise.
11345         * io/fstat.c: Likewise.
11346         * io/fstat64.c: Likewise.
11347         * io/fstatat.c: Likewise.
11348         * io/fstatat64.c: Likewise.
11349         * io/lstat.c: Likewise.
11350         * io/lstat64.c: Likewise.
11351         * io/mknod.c: Likewise.
11352         * io/mknodat.c: Likewise.
11353         * io/stat.c: Likewise.
11354         * io/stat64.c: Likewise.
11355         * libio/stdio.c: Likewise.
11356         * nscd/Makefile: Likewise.
11357         * stdlib/Makefile: Likewise.
11358         * stdlib/atexit.c: Likewise.
11359         * sysdeps/generic/ldsodefs.h: Likewise.
11360         * sysdeps/i386/dl-machine.h: Likewise.
11361         * sysdeps/i386/sysdep.h: Likewise.
11362         * sysdeps/i386/i686/memcmp.S: Likewise.
11363         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
11364         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11365         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11367         * Makerules: USE_TLS support is now default.
11368         * tls.make.c: Likewise.
11369         * csu/Versions: Likewise.
11370         * csu/libc-start.c: Likewise.
11371         * csu/libc-tls.c: Likewise.
11372         * csu/version.c: Likewise.
11373         * dlfcn/dlinfo.c: Likewise.
11374         * elf/dl-addr.c: Likewise.
11375         * elf/dl-cache.c: Likewise.
11376         * elf/dl-close.c: Likewise.
11377         * elf/dl-iteratephdr.c: Likewise.
11378         * elf/dl-load.c: Likewise.
11379         * elf/dl-lookup.c: Likewise.
11380         * elf/dl-object.c: Likewise.
11381         * elf/dl-open.c: Likewise.
11382         * elf/dl-reloc.c: Likewise.
11383         * elf/dl-support.c: Likewise.
11384         * elf/dl-sym.c: Likewise.
11385         * elf/dl-sysdep.c: Likewise.
11386         * elf/dl-tls.c: Likewise.
11387         * elf/ldconfig.c: Likewise.
11388         * elf/rtld.c: Likewise.
11389         * elf/tst-tls-dlinfo.c: Likewise.
11390         * elf/tst-tls1.c: Likewise.
11391         * elf/tst-tls10.h: Likewise.
11392         * elf/tst-tls14.c: Likewise.
11393         * elf/tst-tls2.c: Likewise.
11394         * elf/tst-tls3.c: Likewise.
11395         * elf/tst-tls4.c: Likewise.
11396         * elf/tst-tls5.c: Likewise.
11397         * elf/tst-tls6.c: Likewise.
11398         * elf/tst-tls7.c: Likewise.
11399         * elf/tst-tls8.c: Likewise.
11400         * elf/tst-tls9.c: Likewise.
11401         * elf/tst-tlsmod1.c: Likewise.
11402         * elf/tst-tlsmod13.c: Likewise.
11403         * elf/tst-tlsmod13a.c: Likewise.
11404         * elf/tst-tlsmod14a.c: Likewise.
11405         * elf/tst-tlsmod2.c: Likewise.
11406         * elf/tst-tlsmod3.c: Likewise.
11407         * elf/tst-tlsmod4.c: Likewise.
11408         * elf/tst-tlsmod5.c: Likewise.
11409         * elf/tst-tlsmod6.c: Likewise.
11410         * include/errno.h: Likewise.
11411         * include/link.h: Likewise.
11412         * include/tls.h: Likewise.
11413         * locale/global-locale.c: Likewise.
11414         * locale/localeinfo.h: Likewise.
11415         * malloc/arena.c: Likewise.
11416         * malloc/hooks.c: Likewise.
11417         * malloc/malloc.c: Likewise.
11418         * resolv/Versions: Likewise.
11419         * sysdeps/alpha/dl-machine.h: Likewise.
11420         * sysdeps/alpha/libc-tls.c: Likewise.
11421         * sysdeps/generic/ldsodefs.h: Likewise.
11422         * sysdeps/generic/tls.h: Likewise.
11423         * sysdeps/i386/dl-machine.h: Likewise.
11424         * sysdeps/ia64/dl-machine.h: Likewise.
11425         * sysdeps/ia64/libc-tls.c: Likewise.
11426         * sysdeps/mach/hurd/fork.c: Likewise.
11427         * sysdeps/mach/hurd/i386/tls.h: Likewise.
11428         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
11429         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
11430         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11431         * sysdeps/s390/libc-tls.c: Likewise.
11432         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11433         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11434         * sysdeps/sh/dl-machine.h: Likewise.
11435         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11436         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11437         * sysdeps/x86_64/dl-machine.h: Likewise.
11439         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
11440         split out locking and parameter checking.
11441         (_dl_close): Call _dl_close_worker after locking and checking.
11442         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
11443         _dl_close.
11444         * elf/Makefile: Add rules to build and run tst-thrlock.
11445         * elf/tst-thrlock.c:  New file.
11447         [BZ #3426]
11448         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
11449         reality.
11451         [BZ #3429]
11452         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
11453         we are sure we do not need it anymore for _dl_close.  Also move
11454         the asserts inside the lock region.
11455         Patch mostly by Suzuki <suzuki@in.ibm.com>.
11457 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
11459         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
11460         argument.
11461         (_dl_lookup_symbol_x): Adjust caller.
11463         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
11464         _ns_global_scope.
11465         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
11467         * elf/dl-libc.c: Revert l_scope name changes.
11468         * elf/dl-load.c: Likewise.
11469         * elf/dl-object.c: Likewise.
11470         * elf/rtld.c: Likewise.
11471         * elf/dl-close.c (_dl_close): Likewise.
11472         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
11473         always use __rtld_mrlock_{change,done}.  Always free old scope list
11474         here if not l_scope_mem.
11475         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
11476         change.  Never free scope list here.  Just __rtld_mrlock_lock before
11477         the lookup and __rtld_mrlock_unlock it after the lookup.
11478         * elf/dl-sym.c: Likewise.
11479         * include/link.h (struct r_scoperec): Remove.
11480         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
11481         with l_scope_mem and l_scoperec_lock with l_scope_lock.
11483 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
11485         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
11487 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11489         * configure.in: Disable building profile libraries by default.
11491 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11493         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
11494         as signed longs, check for x_base + pos overflow.
11495         * sunrpc/Makefile (tests): Add tst-xdrmem2.
11496         * sunrpc/tst-xdrmem2.c: New test.
11498 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11500         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
11501         _dl_lookup_symbol_x code.
11503 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11505         * elf/dl-runtime.c: Include sysdep-cancel.h.
11506         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
11507         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
11508         instead of catomic_* macros.
11509         * elf/dl-sym.c: Include sysdep-cancel.h.
11510         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
11511         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11512         * elf/dl-close.c: Include sysdep-cancel.h.
11513         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
11514         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11515         * elf/dl-open.c: Include sysdep-cancel.h.
11516         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
11517         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11519 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11521         [BZ #3313]
11522         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
11523         fastbin rather than end of fastbin array.
11525 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11527         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
11528         body macro.
11529         * sysdeps/x86_64/bits/atomic.h
11530         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
11531         (catomic_decrement): Use correct body macro.
11533 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11535         * include/atomic.h: Add a unique prefix to all local variables
11536         in macros.
11537         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
11539 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
11541         [BZ #3369]
11542         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
11543         and 7.
11545 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
11547         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
11549 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
11551         [BZ #3313]
11552         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
11553         determine highest fast bin to consolidate, always look into all of
11554         them.
11555         (do_check_malloc_state): Only require for empty bins for large
11556         sizes in main arena.
11558         * libio/stdio.h: Add more __wur attributes.
11560         * elf/dl-minimal.c (realloc): Optimize last patch.
11562 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
11564         [BZ #3352]
11565         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
11566         and use memcpy() if it does.
11568 2006-11-12  Andreas Jaeger  <aj@suse.de>
11570         [BZ #2510]
11571         * manual/search.texi (Hash Search Function): Clarify.
11572         (Array Search Function): Clarify.
11574 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
11576         [BZ #2830]
11577         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
11578         shifting.
11579         * math/atest-exp2.c (read_mpn_hex): Likewise.
11580         * math/atest-sincos.c (main): Likewise.
11582 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
11584         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
11585         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
11586         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
11587         version GLIBC_2.6.
11588         * Versions.def: Add GLIBC_2.6 for libc.
11590         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
11592         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
11594 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
11596         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
11598         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
11600         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
11601         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
11603 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
11605         * include/atomic.c: Define catomic_* operations.
11606         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
11607         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
11608         * malloc/memusage.c: Likewise.
11609         * gmon/mcount.c: Likewise.
11610         * elf/dl-close.c: Likewise.
11611         * elf/dl-open.c: Likewise.
11612         * elf/dl-profile.c: Likewise.
11613         * elf/dl-sym.c: Likewise.
11614         * elf/dl-runtime.c: Likewise.
11615         * elf/dl-fptr.c: Likewise.
11616         * resolv/res_libc.c: Likewise.
11618 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
11620         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
11621         components which lack them.
11623         * nis/nis_subr.c (nis_getnames): Make sure that we always return
11624         at least one entry consisting of the parameter concatenated with
11625         the domain.
11627 2006-10-10  Roland McGrath  <roland@frob.com>
11629         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
11630         * sysdeps/mach/hurd/futimes.c: Likewise.
11631         * sysdeps/mach/hurd/lutimes.c: Likewise.
11633 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
11634             Jakub Jelinek  <jakub@redhat.com>
11636         Implement reference counting of scope records.
11637         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
11638         from the list in objects which remain.  Always allocate new scope
11639         record.
11640         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
11641         don't resize, allocate a new one.
11642         * elf/dl-runtime.c: Update reference counters before using a scope
11643         array.
11644         * elf/dl-sym.c: Likewise.
11645         * elf/dl-libc.c: Adjust for l_scope name change.
11646         * elf/dl-load.c: Likewise.
11647         * elf/dl-object.c: Likewise.
11648         * elf/rtld.c: Likewise.
11649         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
11650         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
11651         Add l_scoperec_lock.
11652         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
11653         * sysdeps/generic/rtld-lowlevel.h: New file.
11655         * include/atomic.h: Rename atomic_and to atomic_and_val and
11656         atomic_or to atomic_or_val.  Define new macros atomic_and and
11657         atomic_or which do not return values.
11658         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
11659         Various cleanups.
11660         * sysdeps/i386/i486/bits/atomic.h: Likewise.
11662         * po/sv.po: Update from translation team.
11664 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
11666         * Versions.def: Add GLIBC_2.6 to libpthread.
11668         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
11669         (versioned_symbol): Likewise.
11670         (compat_symbol): Likewise.
11672         * po/tr.po: Update from translation team.
11674 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11676         * nis/Banner: Removed.  It's been integral part forever and the
11677         author info is incomplete anyway.
11678         * libio/Banner: Likewise.
11680         * nis/nis_table.c (nis_list): If __follow_path fails in the new
11681         code, make sure the nis_freeresult call doesn't crash and that the
11682         result is reported correctly.
11684 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
11686         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
11687         when callback is NULL.
11689         * nis/Versions (libnss_nisplus): Add
11690         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
11691         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
11692         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
11693         _nss_create_tablename): Rename to...
11694         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
11695         ... these.  No longer static.
11696         (internal_setgrent): Adjust users.
11697         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11698         Don't use locking around _nss_grp_create_tablename call.
11699         * nis/nss_nisplus/nisplus-initgroups.c: New file.
11701 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11703         * version.h (VERSION): Bump to 2.5.90 for new development tree.
11705 2006-10-06  Andreas Jaeger  <aj@suse.de>
11707         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
11709 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11711         * po/pl.po: Update from translation team.
11713         * nscd/nscd.c (main): Fix typo in message.
11714         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
11716 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
11718         [BZ #3291]
11719         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
11720         errno.h, signal.h, unistd.h and sysdep-cancel.h.
11721         (__sigprocmask): Define.
11723 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
11725         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
11726         used.
11728 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
11730         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
11731         in oldtotal and newtotal calculation.
11732         * nscd/nscd-client.h (struct mapped_database): Add datasize
11733         field.
11734         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
11735         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
11736         increased.
11737         (__nscd_cache_search): Add checks to make sure we never reference
11738         data beyond the current mapping.
11740 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
11742         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
11743         variables const to avoid compiler warnings.
11745         * io/fts.c (fts_close): Remove redundant checks.
11746         (fts_build): Likewise.
11747         (fts_palloc): Likewise.
11749         * manual/message.texi (Advanced gettext functions,
11750         Using gettextized software): Fix typos.
11752 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
11754         * posix/glob.c (glob_in_dir): Add some comments and asserts to
11755         explain why there are no leaks.
11757 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
11759         * libio/wmemstream.c: Include <wchar.h>.
11760         * libio/bug-wmemstream1.c: Likewise.
11761         * libio/tst-wmemstream1.c: Likewise.
11762         * libio/tst-wmemstream2.c: Likewise.
11764         * version.h (RELEASE): Bump to 2.5.
11765         * README: Regenerated.
11767         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
11769         [BZ #3273]
11770         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
11771         found no group members.
11772         Patch by Petr Baudis.
11774 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
11776         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
11777         assert bootstrap_map.l_tls_modid is zero.
11778         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
11779         if USE___THREAD.
11781 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
11783         * libio/stdio.h: Move open_wmemstream prototype to ...
11784         * wcsmbs/wchar.h: ... here.
11786 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
11788         [BZ #3252]
11789         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
11790         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
11791         __{,l}chown to handle the rest.
11792         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
11793         fchownat syscall and __ASSUME_32BITUIDS case inline, call
11794         __{,l}chown to handle the rest.
11795         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
11796         i386/fchownat.c.
11797         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
11798         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
11800         [BZ #3253]
11801         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11802         time, rather allocate increasingly bigger arrays of pointers, if
11803         possible with alloca, if too large with malloc.
11805 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
11807         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
11809         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
11811 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
11813         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
11814         home addresses.
11815         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
11816         IFA_F_HOMEADDRESS flag for interfaces.
11817         * include/ifaddrs.h (struct in6addrinfo): Define
11818         in6ai_homeaddress.
11820 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
11822         [BZ #3225]
11823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
11824         PTR_DEMANGLE3): Define.
11825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
11826         PTR_DEMANGLE3): Likewise.
11827         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
11828         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
11829         Likewise.
11830         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
11832 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
11834         * po/libc.pot: Regenerated.
11835         * po/be.po: Updated.
11836         * po/ca.po: Likewise.
11837         * po/cs.po: Likewise.
11838         * po/da.po: Likewise.
11839         * po/de.po: Likewise.
11840         * po/el.po: Likewise.
11841         * po/en_GB.po: Likewise.
11842         * po/es.po: Likewise.
11843         * po/fi.po: Likewise.
11844         * po/fr.po: Likewise.
11845         * po/gl.po: Likewise.
11846         * po/hr.po: Likewise.
11847         * po/hu.po: Likewise.
11848         * po/ja.po: Likewise.
11849         * po/ko.po: Likewise.
11850         * po/nb.po: Likewise.
11851         * po/nl.po: Likewise.
11852         * po/pl.po: Likewise.
11853         * po/pt_BR.po: Likewise.
11854         * po/ru.po: Likewise.
11855         * po/rw.po: Likewise.
11856         * po/sk.po: Likewise.
11857         * po/sv.po: Likewise.
11858         * po/tr.po: Likewise.
11859         * po/zh_CN.po: Likewise.
11860         * po/zh_TW.po: Likewise.
11862         [BZ #3137]
11863         * iconv/iconv_prog.c (main): Fix spelling in error message.
11864         * iconv/iconvconfig.c (main): Likewise.
11865         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
11866         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
11867         * locale/programs/localedef.c (main): Likewise.
11868         * locale/programs/repertoire.c (repertoire_read): Likewise.
11869         * timezone/zdump.c (main): Likewise.
11870         * nscd/connections.c (handle_request): Fix spelling in log message.
11871         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
11873 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
11875         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
11876         interfaces.
11878 2006-09-20  Andreas Jaeger  <aj@suse.de>
11880         * math/libm-test.inc (lrint_test_upward): Fix typo.
11882 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
11884         [BZ #2592]
11885         * math/libm-test.inc (lrint_test_tonearest): New function.
11886         (lrint_test_towardzero): New function.
11887         (lrint_test_downward): New function.
11888         (lrint_test_upward): New function.
11889         (main): Run these new tests.
11890         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
11891         of values near to 0.
11892         (two52): Use double not long double.
11893         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
11894         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
11895         (two23): Use float not double.
11896         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
11897         (two23): Use float not double.
11898         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
11899         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
11900         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
11901         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
11903 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11905         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
11906         Cast sp to unsigned long to avoid compiler warning.
11907         Use __makecontext_ret function instead of a trampoline on the stack.
11908         (__makecontext_ret): New function.
11909         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
11911 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
11913         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
11914         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
11915         bits.
11917 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
11919         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
11920         sure no reference to the unloaded map's search list remains in the
11921         dependency's scope.
11923 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
11925         * elf/Makefile: Add rules to build and run unload7 test.
11926         * elf/unload7.c: New test.
11927         * elf/unload7mod1.c: New file.
11928         * elf/unload7mod2.c: New file.
11930 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
11932         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
11933         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
11934         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
11935         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
11936         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
11937         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
11938         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
11939         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
11940         PTRACE_GETEVENTMSG): Likewise.
11941         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
11942         values.
11944 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
11946         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
11947         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
11948         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
11949         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
11951 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
11953         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
11954         write '\0' to the fd.
11955         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
11956         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
11957         Change regs to unsigned long pointer from unsigned int, fix fscr
11958         offset.
11960 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
11962         * io/Makefile (CFLAGS-fstatat.c): Set.
11963         (CFLAGS-fstatat64.c): Likewise.
11964         (CFLAGS-mknodat.c): Likewise.
11966         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
11967         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
11968         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
11969         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
11971 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
11972             Steven Munroe  <sjmunroe@us.ibm.com>
11974         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
11975         names to the beginning.  Rename "cell" to "cellbe".
11976         (_dl_powerpc_platforms): New.
11977         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
11978         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
11979         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
11980         (_DL_HWCAP_PLATFORM): Define to new mask.
11981         (_dl_platform_string, _dl_string_platform): New functions.
11982         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
11983         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
11985 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
11987         [BZ #2526]
11988         * README.libm: Fix a thinko in sqrt algorithm description.
11990         [BZ #3143]
11991         * manual/string.texi (argz_delete): Fix prototype.
11992         Patch by <alpt@freaknet.org>.
11994 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
11996         [BZ #3138]
11997         * io/test-lfs.c (do_prepare): Give name_len type size_t.
11998         * io/tst-fcntl.c (do_prepare): Likewise.
11999         * posix/tst-exec.c (do_prepare): Likewise.
12000         * posix/tst-preadwrite.c (do_prepare): Likewise.
12001         * posix/tst-spawn.c (do_prepare): Likewise.
12002         * posix/tst-truncate.c (do_prepare): Likewise.
12003         * rt/tst-aio.c (do_prepare): Likewise.
12004         * rt/tst-aio64.c (do_prepare): Likewise.
12005         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
12006         size_t.
12008 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
12010         [BZ #2821]
12011         * time/mktime.c (guess_time_tm): Fix overflow detection.
12012         * time/Makefile (tests): Add bug-mktime1.
12013         * time/bug-mktime1.c: New file.
12015         [BZ #3189, #3188]
12016         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
12017         (mremap): Likewise.
12019 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
12021         [BZ #1006]
12022         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
12023         Ensure relocation doesn't clobber any bits outside of the
12024         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
12025         R_SPARC_HI22 and R_SPARC_H44.
12027         [BZ #2775]
12028         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
12029         (long) (MINSIZE + nb - old_size) is positive.
12031         * malloc/arena.c (grow_heap): When growing bail even if new_size
12032         is negative.
12034         [BZ #3155]
12035         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
12036         stack below r1.
12038 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
12040         * posix/regex_internal.c (re_string_reconstruct): Handle
12041         offset < pstr->valid_raw_len && pstr->offsets_needed case.
12042         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
12043         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
12044         re_string_context_at.
12045         * posix/Makefile: Add rules to build and run bug-regex26 test.
12046         * posix/bug-regex26.c: New test.
12048         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
12049         rather than col_sym_free.  Move seqp declaration earlier.
12051         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
12053 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
12055         * nscd/initgrcache.c (addinitgroupsX): Move any_success
12056         decl before first goto out.
12058 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
12060         * Makerules (shlib.lds): If have-hash-style, put .hash section
12061         at the end of the RO segment.
12063 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
12065         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
12066         style hash table format is used.
12068 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
12070         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
12071         randomization rather than before.
12072         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
12074 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
12076         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
12078         * malloc/malloc.c (_int_malloc): Use full list insert and not
12079         shortcut which assumes the list is empty for large requests
12080         too.
12082         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
12084 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
12086         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
12087         and offout arguments to the prototype.
12088         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
12089         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
12090         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
12091         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
12092         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
12093         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
12094         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
12095         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
12097 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
12099         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
12101         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
12102         dlopen parameters.
12104 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
12106         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
12107         only if herrno is NETDB_INTERNAL.  Handle errors other than
12108         ERANGE outside of the loops, handle TRY_AGAIN.
12110         * locale/programs/ld-ctype.c (translit_flatten): Issue error
12111         if other's ctype category was missing.
12112         * locale/programs/ld-collate.c (collate_read): Return if
12113         copy_locale's collate category is missing.
12115 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
12117         [BZ #2684]
12118         * malloc/malloc.c (public_rEALLOc): Try harder by using other
12119         arenas if allocation failed.
12120         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
12122 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
12124         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
12125         waste bins[0..1].
12126         (malloc_state): Reduce bins size by 2.
12127         (_int_malloc): Fix test for large enough buffer for early termination.
12128         When no unsorted block matches perfectly and an exiting block has
12129         to be split, use full list insert and not shortcut which assumes
12130         the list is empty.
12132         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
12133         failure.
12135 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12137         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
12138         do anything.
12140         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
12141         symbol require exact match (these are PLTs).
12142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
12143         (_dl_ppc64_addr_sym_match): Likewise.
12145         [BZ #2683]
12146         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
12147         If symbol has a value use it.
12148         * elf/tst-dladdr1.c: New file.
12149         * elf/Makefile: Add rules to build and run tst-addr1.
12151 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
12153         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
12154         keeps failing and heap growth or new heap creation isn't
12155         successful either.
12156         * malloc/tst-malloc.c (main): Add new tests.
12158 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12160         [BZ #2734]
12161         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
12162         as in the x86-64 code to use bswap.
12164 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
12166         [BZ #2680]
12167         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
12168         __USE_UNIX98.
12169         * posix/bits/unistd.h: Likewise.
12171 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
12173         [BZ #2751]
12174         * string/strchr.c: Add cast to avoid warning.
12176 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12178         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
12179         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
12180         limit is needed to avoid the exploding of the address space
12181         requirement for secondary heaps.
12182         * malloc/arena.c (HEAP_MAX_SIZE): Define using
12183         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
12185 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
12187         [BZ #3018]
12188         * Makerules (depfiles): Handle extra-test-objs the same as
12189         extra-objs.
12190         (common-mostlyclean): Likewise.
12191         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
12192         instead.
12193         * elf/Makefile (extra-objs): Likewise.
12194         * stdlib/Makefile (extra-objs): Likewise.
12196 2006-08-14  Eric Blake  <ebb9@byu.net>
12198         [BZ #3044]
12199         * misc/error.h: Assume C89 or better.
12200         * misc/error.c: Likewise.
12202 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12204         [BZ #3040]
12205         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
12206         __ASSUME_ATFCTS is defined.
12208 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
12210         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
12211         to sort in each call.
12213         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
12214         is empty simply return and use next service.
12215         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
12217         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
12218         tells us when not finding a charmap file is an error.
12219         * locale/programs/charmap.h: Adjust charmap_read prototype.
12220         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
12221         cannot find a charmap.
12222         * locale/programs/localedef.c (main): Adjust charmap_read call.
12224 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
12226         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
12227         sysdeps/posix/pause.c implementation instead.
12229 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
12231         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
12232         to EPERM.
12234 2006-08-13  Andreas Schwab  <schwab@suse.de>
12236         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
12237         Don't clobber caller's LRSAVE.
12238         (_dl_prof_resolve): Likewise.
12240 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
12242         [BZ #1996]
12243         * libio/memstream.c (open_memstream): Allocate initial buffer with
12244         calloc.
12245         * libio/wmemstream.c (open_wmemstream): Likewise.
12246         * libio/strops.c: Pretty printing.
12247         (_IO_str_overflow): Clear uninitialized part of the new buffer.
12248         (enlarge_userbuf): New function.
12249         (_IO_str_seekoff): Call it if seek position is larger than current
12250         buffer.
12251         * libio/wstrops.c: Likewise.
12252         * libio/vasprintf.c: Add comment as to why we do not have to use
12253         calloc instead of malloc to allocate initial buffer.
12254         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
12255         * libio/bug-memstream1.c: New file.
12256         * libio/bug-wmemstream1.c: New file.
12258 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
12260         * libio/wstrops.c: Remove dead macro definitions and comments.
12261         * libio/strops.c: Likewise.
12263         [BZ #2764]
12264         * login/utmpname.c (__utmpname): Remove unnecessary test.
12266 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
12268         [BZ #2832]
12269         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
12270         0s from integers.
12272 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
12274         [BZ #2987]
12275         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
12276         for CPU clocks.
12277         * sysdeps/unix/clock_settime.c: Add support for platform-specific
12278         setting of CPU clocks.
12280 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12282         [BZ #2841]
12283         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
12284         since C99 requires the result to promote to 'int' when uint_least8_t
12285         and uint_least16_t promote to 'int'.
12287 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12289         [BZ #3013]
12290         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
12291         lenght of one output field, correct bitmask creation.
12292         * locale/programs/ld-time.c: Add alignment.
12294         [BZ #2997]
12295         * misc/error.c: Add space between program name and message if file
12296         name is missing.
12298 2006-08-03  Eric Blake  <ebb9@byu.net>
12300         [BZ #2998]
12301         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
12303 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
12305         * malloc/memusagestat.c: Silence warnings.
12307         * malloc/malloc.c: Dynamically size mmap treshold if the program
12308         frees mmaped blocks.
12309         Patch by Valerie Henson and Arjan van de Ven.
12311 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
12313         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
12314         __USE_GNU.
12316         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
12317         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
12318         (DEF): Don't put the var into .gnu.linkonce.r.* section.
12319         Only provide var definitions in strtol_l (or for *ull*
12320         in strtoll_l).
12322         * stdio-common/bug16.c (tests): New array.
12323         (do_tests): Allow the first hexadecimal digit
12324         to be 1, 2, 4 or 8.  Do 3 additional tests.
12326         * sysdeps/s390/fpu/libm-test-ulps: Update.
12328         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
12329         fchownat syscall if available.
12330         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12331         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
12332         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12334 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
12336         * nis/nis_xdr.c: Avoid some function calls.
12338 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
12339             Ulrich Drepper  <drepper@redhat.com>
12341         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
12342         short cut if only one name component is stripped away.
12344 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
12346         * nis/nis_call.c: Minor cleanups throughout.
12347         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
12348         (first_shoot): Add search_parent_first parameter.  Only if it is set
12349         search parent server first.
12350         If directory for table found through cold start cache is not the same
12351         as referenced in the cache, don't use it.
12352         (__nisfind_server): Take additional parameter.  Pass it on to
12353         first_shoot.
12354         (__prepare_niscall): Adjust __nisfind_server call.
12355         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
12356         * nis/nis_table.c: Adjust __nisfind_server call.
12357         * nis/nis_lookup.c: Likewise.
12358         (nis_lookup): Don't loop endlessly if name is reduced to ".".
12360 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
12362         [BZ #2182]
12363         * math/s_cacosh.c: Return values from positive branch.
12364         * math/s_cacoshf.c: Likewise.
12365         * math/s_cacoshl.c: Likewise.
12367         [BZ #2883]
12368         * sysvipc/sys/msg.h: Change return value to ssize_t.
12369         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
12370         * sysvipc/msgrcv.c: Likewise.
12371         * include/sys/msg.h: Likewise.
12373         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
12374         test introduced in patch for bz #661.
12375         (getgrouplist): Simplify code a bit.  Don't allocate one additional
12376         element for NEWGROUPS.
12378         [BZ #2908]
12379         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
12380         'f', use '1' as leading digit not '\1'.
12381         * stdio-common/Makefile (tests): Add bug16.
12382         * stdio-common/bug16.c: New file.
12384         [BZ #2914]
12385         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
12386         and don't try to open it.  The patch introducing the macro
12387         contained a bug and used the same file name as the new file
12388         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
12389         this out completely.
12391         [BZ #2926]
12392         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
12393         Patch by Jerry James <Jerry.James@usu.edu>.
12395         * rt/Makefile (tests): Add tst-clock2.
12396         * rt/tst-clock2.c: New file.
12398         [BZ #2978]
12399         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
12400         function and its parameters and pass it to new thread.
12401         (__gai_notify): Add support for alternative waiting for completion.
12402         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
12403         waiting for completion.
12404         * resolv/getaddrinfo_a.c: Likewise.
12405         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
12406         waiting for completion is used.
12407         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
12408         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
12409         * resolv/gai_error.c: Likewise.
12410         * resolv/gai_sigqueue.c: Likewise.
12412 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
12414         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
12415         errno to EBADF and return MACH_PORT_NULL.
12417 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
12419         [BZ #2980]
12420         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
12422 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
12424         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
12425         walk them instead of the symbol table.
12427 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
12429         [BZ #2098]
12430         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
12431         status of NSS calls, not the number of returned entries.
12433         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
12434         request_key, keyctl.
12436 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12438         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
12440 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
12442         * elf/tst-auditmod1.c: Fix typo in #error.
12444 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12446         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
12448         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
12450 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
12452         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
12453         that the directory is empty even on non-POSIX filesystems.
12455 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12457         * elf/dl-open.c (dl_open_worker): Add branch prediction.
12459         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
12460         the backend NSS module.  If backend setgrent call failed, don't have
12461         internal_setgrent fail.  Just remember this until it is needed.
12462         * nis/nss_compat/compat-pwd.c: Likewise.
12463         * nis/nss_compat/compat-spwd.c: Likewise.
12465 2006-07-30  Roland McGrath  <roland@redhat.com>
12467         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
12468         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
12469         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
12470         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
12472         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
12473         (nanosleep_not_cancel): New macro.
12474         (sigsuspend_not_cancel): new macro.
12475         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
12476         (do_sigsuspend): Define as inline.
12477         (__sigsuspend): Always use do_sigsuspend.
12478         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
12479         * include/signal.h: Declare __sigsuspend_nocancel.
12480         * sysdeps/posix/pause.c
12481         [! NO_CANCELLATION] (__pause_nocancel): New function.
12483         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
12484         * include/time.h (__nanosleep_nocancel): Likewise.
12486 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
12488         * locale/programs/localedef.c (add_to_readlist): Rename local
12489         variables to avoid confusion.
12491         * locale/programs/charmap.c (charmap_read): Emit error message if
12492         charmap couldn't be found or read.
12494 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
12496         * sysdeps/unix/sysv/linux/kernel-features.h: Define
12497         __ASSUME_FUTEX_LOCK_PI.
12498         * include/time.h: Declare __nanosleep_nocancel.
12499         * include/unistd.h: Declare __pause_nocancel.
12501         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
12502         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
12503         get the __stack_chk_fail_local definition when it's needed.
12505 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
12507         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
12508         * dlfcn/bug-atexit3.c: New file.
12509         * dlfcn/bug-atexit3-lib.cc: New file.
12511         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
12512         used when the namespace is not the base namespace.
12514 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
12516         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
12517         (__new_exitfn): Bump it in every successful call.
12518         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
12519         more exit handlers, call them right away.
12520         * stdlib/exit.h: Declare __new_exitfn_called.
12522 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
12524         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
12525         calling registered handler.
12527         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
12528         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
12529         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
12530         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
12531         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
12532         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
12533         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
12534         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
12536 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
12538         * elf/dl-lookup.c (dl_new_hash): New functions.
12539         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
12540         value here.  Compute new-style hash value.  Pass new hash value
12541         and reference to variable with the old value to do_lookup_x.
12542         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
12543         old-style hash table.
12544         (_dl_debug_bindings): Pass new hash value and reference to variable
12545         with the old value to do_lookup_x.
12546         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
12547         new-style hash value and change old-style hash value parameter to
12548         be a reference.  Reoganize functions to determine whether
12549         new-style hash table is available.  Only fall back on old-style
12550         table.  If old-style hash value is needed, compute it here.
12551         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
12552         entry.
12553         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
12554         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
12555         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
12556         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
12557         * Makeconfig: If linker supports --hash-style option add it to all
12558         linker command lines to build DSOs.
12559         * config.make.in: Define have-hash-style.
12560         * configure.in: Test whether linker supports --hash-style option.
12562         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
12563         * sysdeps/generic/ldsodefs.h: Adjust prototype.
12565 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
12567         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
12568         auditing.
12570         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
12571         RPATH of main map twice.
12573 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
12575         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
12576         look further, return original strings.
12577         (_nl_find_msg): Do not return found translation if the conversion
12578         failed.  Either signal the string is unusable or that something went
12579         wrong and the original should be used.
12581 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
12583         * string/_strerror.c (__strerror_r): Add __builtin_expect.
12585 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
12587         [BZ #2766]
12588         * misc/insremque.c (insque): Handle prev == NULL.
12589         * misc/Makefile (tests): Add tst-insremque.
12590         * misc/tst-insremque.c: New test.
12592 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
12594         [BZ #2792]
12595         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
12596         conflict with DL_DST_REQUIRED.
12598 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
12600         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
12601         match what Solaris does.
12603 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
12605         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
12606         local_setegid instead of seteuid and setegid.
12607         * sysdeps/generic/local-setxid.h: New file.
12608         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
12610         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
12612         * string/Makefile (tests): Add bug-envz1.
12613         * string/bug-envz1.c: New file.
12615 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12617         * posix/regex_internal.c (re_string_skip_chars): If no character has
12618         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
12619         to the byte which couldn't be converted.
12620         (re_string_reconstruct): Don't clear valid_raw_len before calling
12621         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12622         tip_context using re_string_context_at.
12623         * posix/Makefile: Add rules to build and run bug-regex25 test.
12624         * posix/bug-regex25.c: New test.
12626 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
12628         [BZ #2703]
12629         * string/envz.c (envz_strip): Correct erroneously reversed src
12630         and dest parameters to memmove() invocation.
12632 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
12634         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
12635         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
12636         to make sure the database has been already invalidated.
12637         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
12638         after the cache has been invalidated.  Use pthread_mutex_lock rather
12639         than pthread_mutex_trylock if fd != -1.
12640         * nscd/connections.c (invalidate_cache): Add fd argument, write
12641         response to fd if not calling prune_cache, pass fd to prune_cache.
12642         (handle_request): Adjust invalidate_cache caller.
12643         (nscd_run): Pass -1 as fd to prune_cache.
12645 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
12647         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
12648         the correct place.
12650 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
12652         * nscd/nscd.h (struct database_dyn): Add prunelock field.
12653         * nscd/cache.c (prune_cache): Take prunelock before starting the
12654         work.  Just return in case it is already taken.
12655         * nscd/connections.c (dbs): Initialize .prunelock.
12657 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
12659         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
12660         copying.  No need to allocate new array for group members.  Just
12661         move the pointers and update the size.
12663         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
12664         Avoid memory leak in case realloc fails.  Simplification for
12665         better code generation.
12667         Avoid deprecation warning because of libc_hidden_proto for
12668         inet6_option_alloc.
12669         * inet/inet6_option.c (option_alloc): Renamed from
12670         inet6_option_alloc.  Made static.
12671         (inet6_option_alloc): Now a simple wrapper around option_alloc.
12672         (inet6_option_append): Call option_alloc.
12673         * include/netinet/in.h: Remove libc_hidden_proto for
12674         inet6_option_alloc.
12676         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
12677         for cleanup when cb!=NULL [Coverity CID 233].
12679 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
12681         [BZ #2693]
12682         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
12683         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
12684         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
12685         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
12686         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
12687         and inet6_rth_getaddr.
12688         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
12689         array.
12690         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
12691         Mark inet6_option_* interfaces as deprecated.
12692         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
12693         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
12694         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
12695         inet6_rth_segments, and inet6_rth_getaddr.
12696         * inet/inet6_opt.c: New file.
12697         * inet/inet6_rth.c: New file.
12699         * inet/netinet/icmp6.h: Pretty printing.
12701         [BZ #2683]
12702         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
12704 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
12706         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
12707         doing it all here.  When server does not know the answer do not
12708         fail immediate, try parent first.
12710         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
12711         overflow test.
12713 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
12715         * nis/nis_call.c (__prepare_niscall): New function.  Split out
12716         from __do_niscall.
12717         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
12718         and exported.
12719         (__follow_path): New function.  Split out from nis_list.
12720         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
12721         _xdr_nis_result.
12722         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
12723         _xdr_nis_result.
12724         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
12725         and __follow_path.
12726         * nis/Versions: Export __prepare_niscall, __create_ib_request,
12727         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
12728         from libnsl for version GLIBC_PRIVATE.
12729         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
12730         Remove entry parameter from _nss_nisplus_parse_pwent and
12731         _nss_nisplus_parse_grent.
12732         * nis/nss_nisplus/nisplus-parser.c: Likewise.
12733         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
12734         again.  Rewrite getpwent handling to not use nis_first_entry and
12735         nis_next_entry.  Roll out own niscall handling.
12736         * nis/nss_nisplus/nisplus-grp.c: Likewise.
12738         * sunrpc/xdr_rec.c: Fix typo in comment.
12740 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
12742         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
12743         handling.
12745         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
12746         to allocate memory for my_pollfd.  Better initialization of
12747         cb_is_running.  Use TEMP_FAILURE_RETRY.
12749         * malloc/memusage.sh (memusageso): Add quotes.
12750         (memusagestat): Likewise.
12751         * debug/xtrace.sh (pcprofileso): Likewise.
12752         (pcprofiledump): Likewise.
12753         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
12754         replacement.
12755         * malloc/Makefile ($(objpfx)memusage): Likewise.
12757         * nis/nis_callback.c (__nis_create_callback): Calls to
12758         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
12759         asprintf call fails.
12761         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
12762         no uninitialized memory is passed to sendto.
12764 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
12766         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
12767         of snprintf+strdup.  Handle OOM.
12768         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
12769         cb->serv together.  Remove now obsolete free calls.
12770         (__nis_destroy_callback): Remove now obsolete free call.
12772 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
12774         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
12775         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
12776         and ULA respectively). Set precedence for IPv4 address to 10 as
12777         defined in RFC3484 for preferring IPv6.
12778         * posix/gai.conf: Update to match the new default tables.
12780 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
12782         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
12783         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
12784         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
12785         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
12787         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
12788         Removed.
12789         (init_nss_interface): Remove initialization of these variables.
12791 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
12793         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
12794         nis_free_directory forward to avoid duplication.
12796 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
12798         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
12799         rec_dirsearch returning NULL.
12800         (first_shoot): Handle __nis_finddirectory returning NULL.
12801         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
12803         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
12804         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
12806 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
12808         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
12809         pid changed.
12811 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
12813         * include/rpc/pmap_prot.h: Mark all functions as hidden.
12815         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
12816         * nscd/nscd_getgr_r.c: Likewise.
12818         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
12820         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
12821         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
12823         * stdlib/longlong.h (__clz_tab): Mark as hidden.
12825         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
12827         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
12829         * include/rpc/auth.h: Mark xdr_des_block_internal and
12830         xdr_opaque_auth_internal as hidden.
12832         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
12833         hidden.
12835         * include/rpc/xdr.h: Mark all _internal functions as hidden.
12837         * misc/getusershell.c (okshells): Don't use static initializers,
12838         do it dynamically.
12840         * stdlib/fmtmsg.c (keywords): Change type of len element to
12841         uint32_t to not waste space on 64bit machines.
12843         * locale/setlocale.c: Change _nl_category_names into a string.
12844         Add new _nl_category_name_idxs.  Change all users.
12845         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
12846         Declare _nl_category_name_idxs.
12847         * locale/findlocale.c: Adjust for _nl_category_names change.
12848         * locale/loadlocale.c: Likewise.
12849         * locale/newlocale.c: Likewise.
12850         * intl/dcigettext.c: Likewise.
12852         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
12853         (add_alias2): ...here.  New function.
12854         (__gconv_read_conf): Simplify builtin alias handling.
12855         (builtin_aliases): Convert to string to avoid relocations.
12856         * iconv/gconv_builtin.h: Add comment about correct formatting.
12858 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
12860         * resolv/res_debug.c (loc_ntoa): Make error const.
12862 2006-05-14  Andreas Schwab  <schwab@suse.de>
12864         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
12866 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
12868         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
12869         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
12870         sizeof (cpu_set_t).
12872 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
12874         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
12876         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
12878         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
12879         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
12881         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
12882         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
12884         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
12885         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
12886         xdr_cback_data.
12888         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
12889         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
12890         xdr_ypupdate_args.
12892         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
12893         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
12895         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
12896         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
12898         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
12899         * include/rpcsvc/nis_callback.h: New file.
12901         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
12902         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
12904         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
12905         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
12907         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
12908         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
12910         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
12911         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
12913         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
12914         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
12915         xdr_ypdelete_args.
12917         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
12918         __BEGIN_DECLS and __END_DECLS, the header is not installed.
12920         * nis/nis_error.c: Remove table of strings.  Use position
12921         independent mechanism.
12922         * nis/nis_error.h: New file.
12924 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
12926         * locale/programs/ld-time.c (time_finish): If wide era name or
12927         format aren't provided, set both wname and wformat to L"".
12929 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
12931         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
12932         results if the call was succesful.
12934         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
12936         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
12937         as hidden.
12939 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
12941         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
12943 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
12945         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
12946         caller makes sure this is not the case.
12947         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
12949 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
12951         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
12952         calls.
12954         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
12955         [Coverity CID 229, 230]
12957         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
12958         DGETTEXT calls.
12959         (hol_help): Likewise.  [Coverity CID 226, 227]
12961         * string/argz-replace.c (__argz_replace): Unconditionally call
12962         free on SRC.  [Coverity CID 225]
12964         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
12965         the return value of __nis_default_owner and __nis_default_group,
12966         it has been especially allocated.  [Coverity CID 224]
12968         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
12969         searchgroup and searchowner.  Significantly simplified.
12970         (__nis_default_owner): Remove duplication.  Do not locally copy the
12971         string before duplicating it.
12972         (__nis_default_group): Likewise.
12974         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
12975         we must clear the variable before calling __nisfind_server.
12977         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
12978         nis_getnames.  [Coverity CID 223]
12980         * locale/programs/locfile.c (locfile_read): Use alloca instead of
12981         xmalloc to allocate local repertoire name.  [Coverity CID 222]
12983         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
12984         allocate memory for the input to add_bytes.  [Coverity CID 221]
12986         * posix/wordexp.c (w_addword): Free word if realloc fails and it
12987         was allocated here.  [Coverity CID 219, 220]
12989         * posix/getconf.c (print_all): Free confstr data after printing.
12990         [Coverity CID 218]
12992         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
12993         list allocation fails.  [Coverity CID 215]
12995         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
12996         [Coverity CID 213]
12998         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
12999         string is NULL.  [Coverity CID 212]
13000         * argp/Makefile: Add rules to build and run bug-argp1.
13001         * argp/bug-argp1.c: New file.
13003         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
13004         end of string.
13005         * stdlib/canonicalize.c (__realpath): Likewise.
13007         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
13008         pointer.  [Coverity CID 206]
13010         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
13011         in statically linked code.
13012         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
13013         statically built code, be prepared to have no link map.
13014         [Coverity CID 205]
13016         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
13017         dgettext calls. [Coverity CID 204]
13019         * argp/argp-help.c (struct uparams): Remove valid member.  Change
13020         the one user.
13021         (uparam_names): Reduce size.  Avoid relative relocations.
13022         Moved to read-only segment.
13023         (fill_in_uparams): Update for new layout.
13025         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
13026         assumed to always be != NULL. [Coverity CID 202]
13028         * argp/argp-help.c (hol_entry_help): Remove some dead code
13029         [Coverity CID 200].
13031         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
13032         away a few more unconditional yperr2nss calls.
13033         (_nss_nis_getservbyname_r): Likewise.
13035 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
13037         * sysdeps/generic/ldsodefs.h: Remove support for non-core
13038         architectures.
13040         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
13041         that unused memory passed to sendto is nevertheless initialized.
13043         [BZ #2499]
13044         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
13045         possibly unaligned memory accesses.
13047         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
13048         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
13049         and __putlong respectively.  Correct buffer overflow check for
13050         NS_NOTIFY_OP.
13052         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
13054         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
13055         (send_dg): Rewrite error handling to be more compact and avoid
13056         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
13058         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
13060         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
13061         instead of ns_get16.
13062         (res_queriesmatch): Likewise.  Minor optimization.
13064         [BZ #2499]
13065         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
13066         __libc_res_nsend might reallocate the buffer for the answer.  In
13067         this case we have to reload the HP pointer.
13069 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13071         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
13072         some branch prediction hints.
13074         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
13075         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13076         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13077         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13078         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13079         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13080         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13081         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13083 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13085         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
13086         by a GOT relocation to make Scrt1.o position independent.
13087         * sysdeps/s390/s390-64/elf/start.S: Likewise.
13089         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
13090         six system call parameters.
13091         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
13093 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13095         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
13096         malloc&bzero.
13098         * sunrpc/svc_udp.c (BZERO): Remove definition.
13099         (CALLOC): Define.
13100         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
13102         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
13103         (des_SPtrans): Use uint32_t type.
13104         (des_skb): Likewise.
13106         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
13108 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
13110         [BZ #2509]
13111         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
13112         on 32-bit arches.
13114 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13116         * locale/programs/ld-address.c (address_finish): Fix one more
13117         place where the iso639 array might be accessed beyond the limits.
13119 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
13121         * nis/nis_table.c (nis_list): Avoid clearing res twice before
13122         filling it for the first time.
13124         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
13125         Adjust all callers.
13126         Free res object content before returning.
13128         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
13130         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
13131         client->cl_auth.
13133         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
13134         cleanup for initial thread, just the free call on TVP.
13136         * nscd/gai.c (__getline): Define.
13139 See ChangeLog.16 for earlier changes.