Pass -mtune=i686 to assembler when compiling for i686
[glibc.git] / ChangeLog
blob57a64e9179591df1b0788ffa905d884530524896
1 2010-02-18  H.J. Lu  <hongjiu.lu@intel.com>
3         * config.make.in (config-asflags-i686): Define.
4         * configure.in: Substitute libc_cv_as_i686.
5         * sysdeps/i386/configure.in: Check if assembler supports -mtune=i686.
6         * sysdeps/i386/i686/Makefile (CFLAGS-.oX): Add -Wa,-mtune=i686
7         if assembler supports -mtune=i686.
8         (ASFLAGS-.oX): Likewise.
10 2010-03-04  Ulrich Drepper  <drepper@redhat.com>
12         * elf/elf.h (R_X86_64_SIZE32): Define.
13         (R_X86_64_SIZE64): Define.
15 2010-03-02  Richard Guenther  <rguenther@suse.de>
17         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): R_X86_64_PC32
18         is sign-extending.
20 2010-03-03  Ulrich Drepper  <drepper@redhat.com>
22         * sysdeps/unix/sysv/linux/bits/in.h: Add a few more definitions from
23         the kernel headers.
25 2010-03-04  David S. Miller  <davem@davemloft.net>
27         * sysdeps/sparc/sparc64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
29         * sysdeps/sparc/sparc32/sparcv8/udiv_qrnnd.S: Delete.
30         * sysdeps/sparc/sparc32/udiv_qrnnd.S: Delete.
32 2010-03-03  David S. Miller  <davem@davemloft.net>
34         * math/math_private.h (INSERT_WORDS64): Fix argument order.
36 2010-03-03  Aurelien Jarno  <aurelien@aurel32.net>
38         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: New file.
40 2010-03-03  David S. Miller  <davem@davemloft.net>
42         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_lazy_rel): Must
43         pass '1' for 't' argument to sparc_fixup_plt.
44         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_lazy_rel):
45         Likewise.
46         * sysdeps/sparc/sparc32/dl-plt.h (OPCODE_BA_PT): Define.
47         (sparc_fixup_plt): Document 't' argument.  Enable branch
48         optimization and use v9 branches when possible.  Explain why we
49         cannot unconditionally patch the branch into the first PLT
50         instruction.
51         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Document 't'
52         argument.  Use v9 branches when possible.  Explain why we can in
53         fact unconditionally use a branch in the first PLT instruction
54         here.
56 2010-02-28  Roland McGrath  <roland@redhat.com>
58         * elf/elf.h (NT_X86_XSTATE): New macro.
60 2010-02-25  David S. Miller  <davem@davemloft.net>
62         * sysdeps/sparc/sparc64/Makefile: Add align-cpy rule.
63         * sysdeps/sparc/sparc64/align-cpy.S: New.
64         * sysdeps/sparc/sparc64/memcpy.S (__align_cpy_1, __align_cpy_2,
65         __align_cpy_4, __align_cpy_8, __align_cpy_16): Remove.
66         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (__align_cpy_1,
67         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
68         Remove.
69         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (__align_cpy_1,
70         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
71         Remove.
72         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (__align_cpy_1,
73         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
74         Remove.
76         * sysdeps/sparc/sparc32/bcopy.c: Delete.
77         * sysdeps/sparc/sparc32/memmove.c: Delete.
78         * sysdeps/sparc/sparc32/sparcv9/bcopy.c: Delete.
79         * sysdeps/sparc/sparc32/sparcv9/memmove.c: Delete.
80         * sysdeps/sparc/sparc64/bcopy.c: Delete.
81         * sysdeps/sparc/sparc64/memmove.c: Delete.
82         * sysdeps/sparc/sparc64/memcopy.h: New.
83         * sysdeps/sparc/sparc32/memcpy.S (bcopy, memmove): Remove.
84         * sysdeps/sparc/sparc64/memcpy.S (bcopy, memmove): Likewise.
85         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (bcopy, memmove): Likewise.
86         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (bcopy, memmove): Likewise.
87         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (bcopy, memmove): Likewise.
89         * sysdeps/sparc/elf/rtld-global-offsets.sym: New file.
90         * sysdeps/sparc/Makefile (csu): Add rtld-global-offsets.sym to
91         gen-as-const-headers.
92         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: New file.
93         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.S: New file.
94         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.S: New file.
95         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: Move to...
96         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-ultra3.S: ...here.
97         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: Move to...
98         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara1.S: ...here.
99         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: Move to...
100         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara1.S: ...here.
101         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: Move to...
102         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara2.S: ...here.
103         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: Removed.
104         * sysdeps/sparc/sparc64/multiarch/Makefile: New file.
105         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: Move to...
106         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: ...here.
107         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Move to...
108         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: ...here.
109         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Move to...
110         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: ...here.
111         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Move to...
112         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: ...here.
113         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: Removed.
114         * sysdeps/sparc/sparc64/multiarch/memcpy.S: New file.
115         * sysdeps/sparc/sparc64/multiarch/memset.S: New file.
117 2010-02-20  H.J. Lu  <hongjiu.lu@intel.com>
119         [BZ #11332]
120         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Use cfi_remember_state
121         and cfi_restore_state only if USE_AS_STRNCMP is defined.
123 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
125         * sysdeps/x86_64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
127 2010-02-24  H.J. Lu  <hongjiu.lu@intel.com>
129         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
130         (bk_write_less32bytes_2): Renamed to ...
131         (bk_write_less48bytes): This.
132         Use unsigned conditional jumps.
133         Correct unwind info.
134         Use add/sub instead of lea if possible.
135         (shl_0_gobble_cache_loop_tail): Removed.
136         (large_page): Properly adjust ECX.
138         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Use unsigned
139         conditional jumps.
140         Correct unwind info.
142         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Remove redundant
143         punpcklbw.
144         Use unsigned conditional jumps.
145         (128bytesormore_nt): Renamed to ...
146         (128bytesormore_endof_L1): This.
147         Use add instead of lea if possible.
148         Correct unwind info.
149         * sysdeps/i386/i686/multiarch/memset-sse2.S: Remove redundant
150         punpcklbw.
151         Use unsigned conditional jumps.
152         Use add instead of lea if possible.
153         Correct unwind info.
155 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
157         [BZ #11319]
158         * libio/iovdprintf.c (_IO_vdprintf): Explicitly flush stream before
159         undoing the stream because _IO_FINISH doesn't report failures.
161         [BZ #5553]
162         * malloc/malloc.c (public_vALLOc): Set ar_ptr when trying main_arena.
163         (public_pVALLOc): Likewise.
164         Patch by Petr Baudis.
166 2010-02-22  Jim Meyering  <meyering@redhat.com>
168         * manual/math.texi (BSD Random): Fix a typo: s/are/is/
170         * manual/charset.texi: Adjust grammar.
172         * manual/errno.texi (Error Messages): Fix doubled-words and typos.
173         * manual/charset.texi (Selecting the Conversion): Likewise.
174         * manual/getopt.texi (Getopt Long Options): Likewise.
175         * manual/memory.texi (Resizing the Data Segment): Likewise.
176         * manual/message.texi (GUI program problems): Likewise.
177         * manual/resource.texi (CPU Affinity): Likewise.
178         * manual/stdio.texi (Streams and Threads): Likewise.
179         * manual/time.texi (High Accuracy Clock): Likewise.
181 2009-02-20  David S. Miller  <davem@davemloft.net>
183         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
184         Adjust rela->r_offset by l->l_addr when rewriting PLT.
186         * sysdeps/sparc/sparc64/memchr.S: Use unsigned branch on greater to
187         test end of buffer.
189         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
190         (__makecontext): Adjust arg counter properly when copying arg
191         stack slots.
193 2009-02-20  Joseph Myers  <joseph@codesourcery.com>
195         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
196         Adjust rela->r_offset by l->l_addr when rewriting PLT.
198 2010-02-19  Carl Fredrik Hammar  <hammy.lite@gmail.com>
200         * hurd/hurdioctl.c (tiocsctty): Call `do_tiocsctty' instead of
201         non-existent `tiocsctty_port'.
203 2010-02-16  H.J. Lu  <hongjiu.lu@intel.com>
205         * sysdeps/i386/i686/multiarch/memcmp.S (memcmp): Use CPUID_OFFSET
206         instead of FEATURE_OFFSET.
207         * sysdeps/i386/i686/multiarch/strcmp.S (strcmp): Likewise.
209         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Add alignnments.
210         Fix one unwind info problem.
212         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S (less1bytes): Add CFI_POP.
214         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Simplify unwind info.
216 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
217             Ulrich Drepper  <drepper@redhat.com>
219         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Fix typo in unwind info.
220         Clean up a bit.
222 2010-02-17  Carl Fredrik Hammar  <hammy.lite@gmail.com>
224         * hurd/hurdioctl.c (tiocsctty): Only get FD ports, do work in...
225         (tiocsctty_port): ...this new function.
227         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): Cast to
228         `ioctl_handler_t'.
230 2010-02-15  Ulrich Drepper  <drepper@redhat.com>
232         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Fix unwind info.
233         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
234         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
235         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
237         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Don't fall through to
238         undefined code.
240 2010-02-12  H.J. Lu  <hongjiu.lu@intel.com>
242         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
243         strcmp-ssse3, strcmp-sse4, strncmp-c, strncmp-ssse3, strncmp-sse4,
244         memcmp-c, memcmp-ssse3, and memcmp-sse4.
245         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: New file.
246         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: New file.
247         * sysdeps/i386/i686/multiarch/memcmp.S: New file.
248         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: New file.
249         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: New file.
250         * sysdeps/i386/i686/multiarch/strcmp.S: New file.
251         * sysdeps/i386/i686/multiarch/strncmp-c.c: New file.
252         * sysdeps/i386/i686/multiarch/strncmp-sse4.S: New file.
253         * sysdeps/i386/i686/multiarch/strncmp-ssse3.S: New file.
254         * sysdeps/i386/i686/multiarch/strncmp.S: New file.
256 2010-02-12  Luis Machado  <luisgpm@br.ibm.com>
258         * sysdeps/powerpc/powerpc32/dl-machine.h: Removed old PPC_REL16 check.
259         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
260         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
261         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
262         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
263         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
264         * sysdeps/powerpc/powerpc32/configure.in: Fail if R_PPC_REL16
265         is not supported.
266         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
267         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
268         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
269         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
270         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
271         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Likewise.
272         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
273         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
274         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
275         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
276         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
277         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
278         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
279         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
280         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
281         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
282         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S:
284         Likewise.
285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
286         Likewise.
287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
288         Likewise.
289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
290         Likewise.
291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
293 2010-02-12  Alan Modra  <amodra@gmail.com>
295         * elf/tls-macros.h [__powerpc__] (__TLS_CALL_CLOBBERS): Remove r3.
296         Define and use for __powerpc64__ too.
297         [__powerpc__] (TLS_LD): Add r3 to clobbers.
298         [__powerpc__] (TLS_GD): Set asm output.  Make __result r3 reg.
299         [__powerpc64__] (TLS_GD): Make __result r3 reg.
300         [__powerpc64__] (TLS_IE): Relax output constraint.
302 2010-02-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
304         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Disable hardware
305         instructions cu21 and cu24.  Add well-formedness checking
306         parameter and adjust the software implementation.
307         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
309 2010-02-10  Ulrich Drepper  <drepper@redhat.com>
311         [BZ #11271]
312         * io/ftw.c (ftw_startup): Close descriptor for initial directory
313         after changing back to it.
315 2010-02-05  David S. Miller  <davem@davemloft.net>
317         * elf/elf.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define.
318         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle new
319         ifunc relocs.
320         (elf_machine_lazy_rel): Likewise.
321         (sparc_fixup_plt): Pull out to...
322         * sysdeps/sparc/sparc32/dl-plt.h: ...here.
323         * sysdeps/sparc/sparc32/dl-irel.h: New file.
324         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle new
325         ifunc relocs.
326         (elf_machine_lazy_rel): Likewise.
327         (sparc64_fixup_plt): Pull out to...
328         * sysdeps/sparc/sparc64/dl-plt.h: ...here.
329         * sysdeps/sparc/sparc64/dl-irel.h: New file.
331 2010-02-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
333         * elf/elf.h: Define m68k TLS relocations.
335 2010-02-10  Luis Machado  <luisgpm@br.ibm.com>
337         * sysdeps/powerpc/powerpc64/power7/Implies: Removed.
338         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Removed.
339         * sysdeps/powerpc/powerpc32/power7/Implies: Removed.
340         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: Removed.
341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Add
342         64-bit power7 fpu path.
343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Add
344         32-bit power7 fpu math.
346 2010-02-09  Ulrich Drepper  <drepper@redhat.com>
348         * sysdeps/i386/rshift.S: More compact unwind information.
350         * sysdeps/i386/lshift.S: Fix unwind information.
352 2010-02-08  Luis Machado  <luisgpm@br.ibm.com>
354         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: New file.
355         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: New file.
356         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnanf.S: New file.
357         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnanf.S: New file.
358         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: New file.
359         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: New file.
360         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinff.S: New file.
361         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinff.S: New file.
362         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: New file.
363         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: New file.
364         * sysdeps/powerpc/powerpc64/power7/fpu/s_finitef.S: New file.
365         * sysdeps/powerpc/powerpc32/power7/fpu/s_finitef.S: New file.
367 2010-02-08  Andreas Schwab  <schwab@redhat.com>
369         * include/fenv.h: Add hidden proto for fegetenv.
370         * math/fegetenv.c: Add hidden alias.
371         * sysdeps/i386/fpu/fegetenv.c: Likewise.
372         * sysdeps/ia64/fpu/fegetenv.c: Likewise.
373         * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
374         * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
375         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
376         * sysdeps/x86_64/fpu/fegetenv.c: Likewise
377         * sysdeps/s390/fpu/fegetenv.c: Likewise.  Remove unused headers.
379 2010-02-05  H.J. Lu  <hongjiu.lu@intel.com>
381         [BZ #11230]
382         * sysdeps/ia64/memchr.S: Don't read beyond the last byte
383         during recovery.
385 2010-01-26  Andreas Schwab  <schwab@redhat.com>
387         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: Use internal
388         interface.
389         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: Likewise.
390         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Declare internal
391         utmpx interface.
393         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
394         entry for 2.12.
396 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
398         [BZ #11235]
399         * sysdeps/unix/sysv/linux/sys/mount.h: Remove S_WRITE, S_APPEND,
400         S_IMMUTABLE.  Add MS_DIRSYNC, MS_MOVE, MS_SILENT, MS_REC,
401         MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED,
402         MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION, MS_STRICTATIME,
403         MS_ACTIVE, and MS_NOUSER.
404         (MS_RMT_MASK): Update according to current kernels.
406         [BZ #11242]
407         * misc/getusershell.c (initshells): Allocate one more byte in input
408         buffer so that fgets doesn't loop undefinitely.
410 2010-02-02  Ulrich Drepper  <drepper@redhat.com>
412         * stdlib/setenv.c (__add_to_environ): Don't use alloca if
413         __libc_use_alloca tells us not to.  Fix memory leak in an error
414         situation.  Based partially on patch by Jim Meyering.
416 2010-01-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
418         * sysdeps/mach/getsysstats.c (get_nprocs_conf, get_nprocs,
419         get_phys_pages, get_avphys_pages): Add weak aliases.
421 2010-01-25  Andreas Schwab  <schwab@redhat.com>
423         * iconv/iconv_prog.c (write_output): Fix check for open failure.
425 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
427         [BZ #11200]
428         * locale/loadlocale.c (_nl_load_locale): Fix recognition of genuine
429         mmap resource problem.  Patch by Joe Landers <jlanders@vmware.com>.
431 2010-01-22  Jim Meyering  <jim@meyering.net>
433         [BZ #11193]
434         * posix/regexec.c (extend_buffers): Avoid overflow in realloc
435         buffer length computation.
437         [BZ #11192]
438         * posix/regexec.c (re_copy_regs): Don't leak when allocation
439         of the start buffer succeeds but allocation of the "end" one fails.
441         [BZ #11191]
442         * posix/regexec.c (re_search_2_stub): Check for overflow
443         when adding the sizes of the two strings.
445         [BZ #11190]
446         * posix/regexec.c (re_search_internal): Avoid overflow
447         in computing re_malloc buffer size.
449         [BZ #11189]
450         * posix/regexec.c (prune_impossible_nodes): Avoid overflow
451         in computing re_malloc buffer size.
453         [BZ #11188]
454         * posix/regexec.c (build_trtable): Avoid arithmetic overflow
455         in size calculation.
457         [BZ #11187]
458         * posix/regexec.c (re_search_2_stub): Use simpler method than
459         boolean for freeing internal storage.
461 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
463         * posix/regex_internal.c (re_string_skip_chars): Simplify test for
464         failed mbrtowc call.
466 2010-01-22  Jim Meyering  <jim@meyering.net>
468         [BZ #11186]
469         * posix/regex_internal.c (re_string_skip_chars): Don't assume WEOF
470         fits in wchar_t.  Problem reported by Eric Blake.
472         [BZ #11185]
473         * posix/regex_internal.c (re_string_reconstruct): Remove declaration
474         and stores into set-but-not-used local, "q".
476         [BZ #11184]
477         * posix/regex_internal.c (re_dfa_add_node): Extend the overflow
478         detection test.  Patch by Paul Eggert.
480         [BZ #11183]
481         * posix/regex_internal.c (re_string_realloc_buffers):
482         Detect and handle internal overflow.  Patch by Paul Eggert
484 2010-01-20  Andreas Schwab  <schwab@redhat.com>
486         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c
487         (CHECK_SP): Fix check for alternate stack.
488         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c
489         (CHECK_SP): Likewise.
491 2010-01-19  H.J. Lu  <hongjiu.lu@intel.com>
493         * sysdeps/i386/i686/multiarch/memmove.S: Also check
494         bit_Fast_Rep_String when SHARED isn't defined.
496 2010-01-19  Ulrich Drepper  <drepper@redhat.com>
498         [BZ #11194]
499         * misc/bits/syslog.h (syslog, vsyslog): Remove unnecessary return.
501 2010-01-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
503         * sysdeps/mach/hurd/bits/libc-lock.h
504         (__rtld_lock_recursive_t): New type.
505         (__rtld_lock_initialize): New macro.
507 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
509         * sysdeps/powerpc/powerpc32/cell/memcpy.S: New file.
510         * sysdeps/powerpc/powerpc64/cell/memcpy.S: New file.
511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/fpu/Implies: New file.
512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: New file.
514 2010-01-18  Andreas Schwab  <schwab@redhat.com>
516         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Remove duplicate
517         definitions of O_DSYNC and O_RSYNC.
519         * elf/dynamic-link.h (elf_get_dynamic_info): Use correct type when
520         casting d_tag.
522         * elf/dynamic-link.h (elf_get_dynamic_info): Ignore negative
523         dynamic entry types.
525 2010-01-16  Jakub Jelinek  <jakub@redhat.com>
527         * sysdeps/ieee754/ldbl-128/s_ceill.c (huge): Add L suffix to the
528         constant.
529         * sysdeps/ieee754/ldbl-128/s_floorl.c (huge): Likewise.
530         * sysdeps/ieee754/ldbl-128/s_expm1l.c (big): Decrease to avoid
531         overflow.
532         * sysdeps/ieee754/ldbl-128/s_log1pl.c (big): Remove unused variable.
534         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf): Use
535         math_opt_barrier and math_force_eval macros.
537 2010-01-15  Ulrich Drepper  <drepper@redhat.com>
539         * posix/regcomp.c: Fix a few more cases of ignored return values.
540         * posix/regex_internal.c: Likewise.
541         * posix/regexec.c: Likewise.
543         * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be
544         used without _XOPEN_SOURCE.  Don't base any decisions on this macro
545         if _XOPEN_SOURCE is not defined as well.
547 2010-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
549         * sysdeps/s390/s390-32/elf/start.S (_start): Added check for the
550         high gprs kernel facility.
551         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_matches_host):
552         Added high gprs check for DSOs.
553         * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the
554         new elf header flag.
556 2010-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
558         * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
559         dl_main.
560         * elf/dl-open.c (_dl_sysdep_start): Likewise..
561         * sysdeps/generic/ldsodefs.h (_dl_sysdep_start): Likewise.
562         * elf/rtld.c (dl_main): Added new parameter auxv.  Adjust the
563         AT_PHDR, AT_PHNUM and AT_ENTRY fields if the ld.so is directly
564         started.
566 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
568         [BZ #11027]
569         * sysdeps/generic/netinet/ip.h: Define IPTOS_CLASS_* macros according
570         to RFC 2474.
571         Patch by Philip Prindeville <philipp@redfish-solutions.com>.
573         [BZ #11141]
574         * resolv/res_send.c (reopen): Don't use IPv6 sockets for IPv4
575         addresses.
577         [BZ #11127]
578         * posix/regcomp.c (alc_eclosure_iter): Do not ignore
579         re_node_set_insert failure; return REG_ESPACE.
580         Patch by Paul Eggert.
582         * bits/confname.h: Make pre-C99-safe.
584 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
586         * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
587         $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o
588         files are found by GCC.
590 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
592         * posix/unistd.h: Relax conditions for ualarm, usleep, getwd, vfork,
593         brk, and sbrk.
595         * string/strings.h: Relax condition for bcmp, bcopy, bzero, ffs,
596         index, and rindex.
598         * stdlib/stdlib.h: Relax conditions for *cvt functions and valloc.
600         * Versions.def: Add GLIBC_2.12 for libpthread.
602         [BZ #11126]
603         * malloc/malloc.c (malloc_info): Initialize malloc if not already
604         done.  Handle empty bin lists.
606         * posix/unistd.h: Change getpagesize and getdtablesize declaration
607         visibility some more.
609         * resolv/netdb.h: Relax condition to elide obsolete resolver constants.
611         * posix/unistd.h: Declare getpagesize in _GNU_SOURCE mode.
613         [BZ #11120]
614         * sysdeps/x86_64/strcmp.S: Prevent silent errors should strncmp be
615         needed outside libc.
617 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
619         * stdlib/stdlib.h: Parameter of unsetenv must not be NULL.
621 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
623         * sysdeps/x86_64/multiarch/strlen.S: Unroll the loop.
625 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
627         * stdlib/stdlib.h: Be a bit more relaxed about obsoleted mktemp symbol.
629 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
631         * conform/data/complex.h-data: Test for POSIX2008.
633         * conform/data/ctype.h-data: Fix POSIX testing.
635         * conform/data/dirent.h-data: ino_t only needed for XSI.
637         * grp/grp.h: Declare getgrent and endgrent for XPG7.
639         * conform/data/inttypes.h-data: Use same types as the headers.
641         * resolv/netdb.h: Don't define old resolver macros for XPG7.
643         * conform/data/sys/uio.h-data: Don't exclude POSIX2008.
645         * conform/conformtest.pl: Implement tag for allow-header.
646         Fix newline handling in allow-header implementation.
648         * conform/data/time.h-data: Use allow-header instead of duplicating
649         information.
651         * conform/data/time.h-data: Allow sigevent tag.
653         * posix/sched.h: Define time_t and pid_t for XPG7.
655 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
657         * sysdeps/i386/i686/bcopy.S: New file.
659         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Define.
661         * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Use ENTRY_CHK
662         and END_CHK.
663         * sysdeps/i386/i686/memmove.S (__memmove_chk): Likewise.
664         * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
665         * sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
667         * sysdeps/i386/i686/memmove.S: Support USE_AS_BCOPY.
669         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
670         bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3
671         memcpy-ssse3-rep mempcpy-ssse3-rep memmove-ssse3-rep
672         bcopy-ssse3 bcopy-ssse3-rep memset-sse2-rep bzero-sse2-rep
673         * sysdeps/i386/i686/multiarch/bcopy-ssse3-rep.S: New file.
674         * sysdeps/i386/i686/multiarch/bcopy-ssse3.S: New file.
675         * sysdeps/i386/i686/multiarch/bcopy.S: New file.
676         * sysdeps/i386/i686/multiarch/bzero-sse2-rep.S: New file.
677         * sysdeps/i386/i686/multiarch/bzero-sse2.S: New file.
678         * sysdeps/i386/i686/multiarch/bzero.S: New file.
679         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: New file.
680         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: New file.
681         * sysdeps/i386/i686/multiarch/memcpy.S: New file.
682         * sysdeps/i386/i686/multiarch/memcpy_chk.S: New file.
683         * sysdeps/i386/i686/multiarch/memmove-ssse3-rep.S: New file.
684         * sysdeps/i386/i686/multiarch/memmove-ssse3.S: New file.
685         * sysdeps/i386/i686/multiarch/memmove.S: New file.
686         * sysdeps/i386/i686/multiarch/memmove_chk.S: New file.
687         * sysdeps/i386/i686/multiarch/mempcpy-ssse3-rep.S: New file.
688         * sysdeps/i386/i686/multiarch/mempcpy-ssse3.S: New file.
689         * sysdeps/i386/i686/multiarch/mempcpy.S: New file.
690         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: New file.
691         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: New file.
692         * sysdeps/i386/i686/multiarch/memset-sse2.S: New file.
693         * sysdeps/i386/i686/multiarch/memset.S: New file.
694         * sysdeps/i386/i686/multiarch/memset_chk.S: New file.
696         * sysdeps/i386/sysdep.h (ENTRY_CHK): New.
697         (END_CHK): Likewise.
699         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Add
700         FEATURE_OFFSET, FEATURE_SIZE and FEATURE_INDEX_1.
701         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
703         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add entries
704         for 0x0e and 0x80.
705         (__x86_64_data_cache_size): New.
706         (init_cacheinfo): Set __x86_64_data_cache_size.
708         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Turn
709         on bit_Fast_Rep_String for Intel Core i7.
711         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Rep_String): New.
712         (index_Fast_Rep_String): Likewise.
713         (FEATURE_INDEX_1): Likewise.
714         (FEATURE_INDEX_MAX): Likewise.
715         (cpu_features): Add feature.
717 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
719         * conform/data/sys/select.h-data: Fix up for XPG7.
721 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
723         * posix/sys/wait.h: Don't define W* macros etc. if
724         stdlib.h has been included with _POSIX_C_SOURCE >= 200809L.
726 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
728         * io/sys/stat.h: Declare fchmod for XPG7.
729         * conform/data/sys/stat.h-data: Fix up for XPG7.
731         * termios/termios.h: Define pid_t for XPG7.
733         * conform/data/math.h-data: Fix up for XPG6 and XPG7.
734         * conform/data/tgmath.h-data: Likewise.
736         * conform/data/time.h-data: Fix POSIX tests.
738         * conform/data/wchar.h-data: Fix up XPG7 tests.
740         * include/features.h: Fix __USE_ISOC95 handling.
742         * conform/data/wordexp.h-data: Fix typo in last change.
744         * conform/data/unistd.h-data: Fix up older POSIX tests.
746         * stdlib/stdlib.h: Fix handling symbols removed in XPG7.
747         * posix/unistd.h: Likewise.
749         * posix/unistd.h: Include environments.h also for XPG6 and up.
750         Define intptr_t for XPG6 and up.
751         Fix up for XPG7.
752         * conform/data/unistd.h-data: Fix up for XPG6 and XPG7.
754         * conform/data/sys/types.h-data: Fix up for XPG7.
756         * sysdeps/unix/bsd/bits/stat.h: Fix double-inclusion problem.
757         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
758         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
759         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
760         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
761         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
762         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
763         * sysdeps/unix/sysv/bits/stat.h: Likewise.
764         * sysdeps/mach/hurd/bits/stat.h: Likewise.
766         * bits/confname.h: Fix typo in last change.
768         * conform/data/unistd.h-data: lockf-constants Not needed for POSIX.
770 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
772         * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER,
773         and SA_RESETHAND now available in Base.
774         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
775         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
776         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
777         * conform/data/signal.h-data: Update for XPG7.
779         * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7.
781         * string/strings.h: Don't declare obsolete functions for XPG7.
782         Declare ffs only for XSI.
783         * conform/data/strings.h-data: Update for XPG7.
785 2010-01-10  Jakub Jelinek  <jakub@redhat.com>
787         [BZ #11125]
788         * libio/stdio.h: Define va_list, off_t, and ssize_t.
790         * posix/glob.h: Define size_t.
792         * posix/sys/wait.h: Define idtype_t and declare waitid for XPG7.
794         * signal/signal.h: Define size_t, mcontext_t, and ucontext_t for XPG7.
796 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
798         * conform/conformtest.pl: For XPG7 testing the headers are supposed to
799         be self-contained.
801         * conform/data/stdio.h-data: Expect off_t and ssize_t.
803 2010-01-09  Ulrich Drepper  <drepper@redhat.com>
805         * libio/stdio.h: Define va_list also for XPG7.
807         * conform/conformtest.pl: Update for XPG7 and some bug fixes.
808         * conform/data/ctype.h-data: Likewise.
809         * conform/data/dirent.h-data: Likewise.
810         * conform/data/errno.h-data: Likewise.
811         * conform/data/fcntl.h-data: Likewise.
812         * conform/data/fmtmsg.h-data: Likewise.
813         * conform/data/fnmatch.h-data: Likewise.
814         * conform/data/ftw.h-data: Likewise.
815         * conform/data/glob.h-data: Likewise.
816         * conform/data/grp.h-data: Likewise.
817         * conform/data/iconv.h-data: Likewise.
818         * conform/data/langinfo.h-data: Likewise.
819         * conform/data/libgen.h-data: Likewise.
820         * conform/data/limits.h-data: Likewise.
821         * conform/data/locale.h-data: Likewise.
822         * conform/data/math.h-data: Likewise.
823         * conform/data/monetary.h-data: Likewise.
824         * conform/data/mqueue.h-data: Likewise.
825         * conform/data/ndbm.h-data: Likewise.
826         * conform/data/netdb.h-data: Likewise.
827         * conform/data/pthread.h-data: Likewise.
828         * conform/data/pwd.h-data: Likewise.
829         * conform/data/regex.h-data: Likewise.
830         * conform/data/sched.h-data: Likewise.
831         * conform/data/search.h-data: Likewise.
832         * conform/data/semaphore.h-data: Likewise.
833         * conform/data/setjmp.h-data: Likewise.
834         * conform/data/signal.h-data: Likewise.
835         * conform/data/spawn.h-data: Likewise.
836         * conform/data/stdio.h-data: Likewise.
837         * conform/data/stdlib.h-data: Likewise.
838         * conform/data/string.h-data: Likewise.
839         * conform/data/strings.h-data: Likewise.
840         * conform/data/sys/ipc.h-data: Likewise.
841         * conform/data/sys/msg.h-data: Likewise.
842         * conform/data/sys/resource.h-data: Likewise.
843         * conform/data/sys/sem.h-data: Likewise.
844         * conform/data/sys/shm.h-data: Likewise.
845         * conform/data/sys/socket.h-data: Likewise.
846         * conform/data/sys/stat.h-data: Likewise.
847         * conform/data/sys/time.h-data: Likewise.
848         * conform/data/sys/types.h-data: Likewise.
849         * conform/data/sys/uio.h-data: Likewise.
850         * conform/data/sys/wait.h-data: Likewise.
851         * conform/data/syslog.h-data: Likewise.
852         * conform/data/tar.h-data: Likewise.
853         * conform/data/termios.h-data: Likewise.
854         * conform/data/time.h-data: Likewise.
855         * conform/data/ulimit.h-data: Likewise.
856         * conform/data/unistd.h-data: Likewise.
857         * conform/data/utmpx.h-data: Likewise.
858         * conform/data/wchar.h-data: Likewise.
859         * conform/data/wctype.h-data: Likewise.
860         * conform/data/wordexp.h-data: Likewise.
862         * io/fcntl.h: Define mode_t macros instead of including sys/stat.h.
863         * sysdeps/unix/bsd/bits/stat.h: Enable using from fcntl.h.
864         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
865         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
866         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
867         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
868         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
869         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
870         * sysdeps/unix/sysv/bits/stat.h: Likewise.
871         * sysdeps/mach/hurd/bits/stat.h: Likewise.
873         * stdlib/stdlib.h: Define wait-related bits for XPG7.
874         Don't declare valloc, mktemp, ecvt, fcvt, gcvt for XPG6 and  up.
875         Declare mkstemp and getsubopt for XPG7.
876         Declare posix_openpt for XPG6 XSI.
878         * include/features.h: Define __USE_XOPEN2KXSI for _XOPEN_SOURCE >= 600
879         and __USE_XOPEN2K8XSI for _XOPEN_SOURCE >= 700.
881         * string/string.h: Declare strdup for XPG7.
883 2010-01-08  Ulrich Drepper  <drepper@redhat.com>
885         * bits/confname.h: Define _CS_V6_ENV and _CS_V7_ENV.
886         * posix/confstr.c: Implement _CS_V6_ENV and _CS_V7_ENV.
888         * dirent/dirent.h: Really fix feature selection.
890         * locale/localeinfo.h: Rename struct locale_data to __locale_data.
891         Fix all users.
892         * locale/C-address.c: Fix all users.
893         * locale/C-collate.c: Likewise.
894         * locale/C-ctype.c: Likewise.
895         * locale/C-identification.c: Likewise.
896         * locale/C-measurement.c: Likewise.
897         * locale/C-messages.c: Likewise.
898         * locale/C-monetary.c: Likewise.
899         * locale/C-name.c: Likewise.
900         * locale/C-numeric.c: Likewise.
901         * locale/C-paper.c: Likewise.
902         * locale/C-telephone.c: Likewise.
903         * locale/C-time.c: Likewise.
904         * locale/findlocale.c: Likewise.
905         * locale/global-locale.c: Likewise.
906         * locale/loadarchive.c: Likewise.
907         * locale/loadlocale.c: Likewise.
908         * locale/nl_langinfo_l.c: Likewise.
909         * locale/setlocale.c: Likewise.
910         * locale/xlocale.c: Likewise.
911         * locale/xlocale.h: Likewise.
912         * stdio-common/vfscanf.c: Likewise.
913         * stdlib/strfmon_l.c: Likewise.
914         * stdlib/strtod_l.c: Likewise.
915         * stdlib/strtol_l.c: Likewise.
916         * string/strcoll_l.c: Likewise.
917         * string/strxfrm_l.c: Likewise.
918         * time/alt_digit.c: Likewise.
919         * time/asctime.c: Likewise.
920         * time/era.c: Likewise.
921         * time/lc-time-cleanup.c: Likewise.
922         * time/strftime_l.c: Likewise.
923         * time/strptime_l.c: Likewise.
924         * wcsmbs/wcsmbsload.c: Likewise.
925         * wcsmbs/wcsmbsload.h: Likewise.
927         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define O_DIRECTORY,
928         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN
929         for XPG7.
930         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
931         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
932         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
933         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
934         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
935         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
937 2010-01-07  Roland McGrath  <roland@redhat.com>
939         * elf/elf.h (PN_XNUM): New macro.
941         * elf/dl-sysdep.c (_dl_important_hwcaps): Use NT_GNU_HWCAP instead of
942         literal 2.
944 2010-01-06  Ulrich Drepper  <drepper@redhat.com>
946         * dirent/dirent.h: Fix typo in feature selection macro use.
948 2009-12-15  Maciej W. Rozycki  <macro@codesourcery.com>
950         [BZ #11115]
951         * stdlib/tst-makecontext3.c: New file.
952         * stdlib/Makefile (tests): Add new test.
954         * stdlib/tst-setcontext.c (check_called): Fix a typo.
956 2009-12-17  H.J. Lu  <hongjiu.lu@intel.com>
958         * configure.in: Enable multi-arch by default if the assembler
959         supports gnu_indirect_function symbol type and the architecture
960         supports it.
962 2009-12-23  Ulrich Drepper  <drepper@redhat.com>
964         * include/stdlib.h: Exclude some includes and prototypes if _ISOMAC
965         is defined.
967 2009-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
969         * hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
970         MACH_PORT_NULL when id != cttyid.
972 2009-12-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
974         * sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
975         __mach_port_deallocate on rootdevid.
977 2009-12-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
979         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Handle
980         R_390_PC32DBL. Remove unneeded R_390_PLT16DBL.
981         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
982         unneeded R_390_PLT16DBL and R_390_PLT32DBL.
984 2009-12-21  Ulrich Drepper  <drepper@redhat.com>
986         [BZ #10992]
987         * sysdeps/unix/sysv/linux/futimens.c: Handle AT_FDCWD.
988         Patch by Eric Blake <ebb9@byu.net>.
990 2009-12-15  Ulrich Drepper  <drepper@redhat.com>
992         [BZ #11093]
993         * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and
994         POLLWRBAND also for POSIX 2008.
995         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
996         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
998         * include/link.h (struct link_map): Move l_used into its own word.
999         * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is
1000         still zero.
1001         * elf/dl-object.c (_dl_new_object): Set dl_used if we know it is
1002         never really used.
1004 2009-12-13  H.J. Lu  <hongjiu.lu@intel.com>
1006         * sysdeps/i386/i686/multiarch/strcspn.S Include <init-arch.h>
1007         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
1008         check processor feature.
1009         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1010         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1011         * sysdeps/x86_64/multiarch/init-arch.h (bit_SSE2): New definition.
1012         (index_SSE2): Likewise.
1014 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
1016         * sysdeps/x86_64/multiarch/init-arch.h: Include <ifunc-defines.h>
1017         if __ASSEMBLER__ is defined.
1018         (bit_SSSE3): New.  Defined for __ASSEMBLER__.
1019         (bit_SSE4_2): Likewise.
1020         (index_SSSE3): Likewise.
1021         (index_SSE4_2): Likewise.
1022         * sysdeps/x86_64/multiarch/rawmemchr.S: Include <init-arch.h>
1023         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
1024         check processor feature.
1025         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1026         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1027         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1028         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1029         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
1030         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
1031         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1033 2009-12-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1035         * sysdeps/sh/elf/initfini.c: Update according to generic/initfini.c.
1037 2009-12-01  Mike Frysinger  <vapier@gentoo.org>
1039         * sysdeps/sh/sh4/fpu/fpu_control.h (__set_fpscr): New prototype.
1041 2009-12-11  Ulrich Drepper  <drepper@redhat.com>
1043         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
1044         O_DSYNC to match 2.6.33+ kernels.
1045         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1046         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1047         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1048         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1049         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1050         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1052 2009-12-10  Ulrich Drepper  <drepper@redhat.com>
1054         [BZ #11000]
1055         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Always set
1056         *herrnop before returning.
1057         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r):
1058         Likewise.
1059         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): Handle
1060         TRYAGAIN errors separately.
1061         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix error handling of
1062         *name4_r after functions.
1064 2009-12-09  Ulrich Drepper  <drepper@redhat.com>
1066         [BZ #11046]
1067         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Fix kernel
1068         version check.
1070 2009-11-05  Bruno Haible  <bruno@clisp.org>
1072         [BZ #11056]
1073         * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the
1074         argv argument as non-NULL.
1075         (execle, execl, execlp): Mark the first ARG argument as non-NULL.
1077 -2009-12-08  Ulrich Drepper  <drepper@redhat.com>
1079         * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare
1080         recvmmsg.
1081         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for recvmmsg.
1082         * sysdeps/unix/sysv/linux/Versions: Add recvmmsg for GLIBC_2.12.
1084 2009-12-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1086         * sysdeps/s390/s390-64/dl-trampoline.S: Add CFI for the call saved
1087         registers.
1088         * sysdeps/s390/s390-32/dl-trampoline.S: Likewise.
1089         * sysdeps/s390/s390-32/s390-mcount.S: Add CFI.
1090         * sysdeps/s390/s390-64/s390x-mcount.S: Add CFI.
1092 2009-11-30  Ulrich Drepper  <drepper@redhat.com>
1094         * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_IDLE and
1095         SCHED_RESET_ON_FORK.
1097 2009-11-26  Ulrich Drepper  <drepper@redhat.com>
1099         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
1100         only used on truly ancient kernel if configuration requires a more
1101         recent kernel.
1103 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
1105         [BZ #3662]
1106         * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r.
1107         Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>.
1109         * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
1110         pass it on to __ptsname_internal.
1111         (grantpt): Pass stat64 pointer to pts_name.  Remove stat call here.
1112         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): New function.
1113         All the code from __ptsname_r but take additional parameter.  Use that
1114         instead of pointer to local stat64 variable.
1115         (__ptsname_r): Call __ptsname_internal with pointer to local stat64
1116         variable.
1117         * include/stdlib.h: Declare __ptsname_internal.
1119         * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
1120         before the exec.
1121         * sysdeps/unix/sysv/linux/grantpt.c: New file.
1122         * login/programs/pt_chown.c (main): Don't print message on errors
1123         when doing real work.
1125         * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
1126         once.
1128         * csu/elf-init.c (__libc_csu_irel): New function.  Code to perform
1129         irel relocations split out from...
1130         (__libc_csu_init): ...here.
1131         * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
1133 2009-11-23  Andreas Schwab  <schwab@redhat.com>
1135         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
1136         for timestamps also if __USE_XOPEN2K8.
1137         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1138         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1139         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1140         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1142 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
1144         * nscd/connections.c (restart): Try harder to re-exec.
1146         * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
1148         * sysdeps/unix/sysv/linux/ntp_gettimex.c:  New file.
1149         * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
1150         * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
1151         * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
1152         some placeholders.  Redirect ntp_gettime to ntp_gettimex.
1153         * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
1155         * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
1156         Define.
1157         (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
1159 2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>
1161         [BZ #10162]
1162         * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
1163         than software pipeline.  Properly recover from shorter read.
1165 2009-11-19  Ulrich Drepper  <drepper@redhat.com>
1167         [BZ #10958]
1168         * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
1169         initialized before using it.
1170         (_IO_putwc_unlocked): Likewise.
1172         [BZ #10918]
1173         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
1174         in cast to not throw away const-ness of parameters.
1175         (__CPU_EQUAL_S): Likewise.
1176         (__CPU_OP_S): Likewise.
1178         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
1179         F_OWNER_PGRP and mark F_OWNER_GID obsolete.  The kernel people made
1180         this gratuitous change and we have to keep compatibility.
1181         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1182         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1183         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1184         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1185         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1186         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1188 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1190         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
1191         of parameters of sync_file_range.
1192         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1193         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1194         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1195         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1196         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1197         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1199 2009-11-16  Jakub Jelinek  <jakub@redhat.com>
1201         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
1202         Implement using sync_file_range2 syscall if __NR_sync_file_range2
1203         is defined.
1204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
1205         file.
1207 2009-11-17  Paolo Bonzini  <bonzini@gnu.org>
1209         * posix/bug-regex30.c: New file.
1210         * posix/Makefile: Add rules to build and run bug-regex30.
1211         * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
1212         character lead bytes when there is a range in a COMPLEX_BRACKET.
1213         Reported by Oleg Bylatov.
1215 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1217         [BZ #10969]
1218         * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
1219         * locale/tst-duplocale.c: New file.
1220         * locale/Makefile (tests): Add tst-duplocale.
1222         [BZ #10968]
1223         * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
1224         Patch by Bruno Haible <bruno@clisp.org>.
1225         * locale/tst-locname.c: New file.
1226         * locale/Makefile (tests): Add tst-locname.
1228         [BZ #10972]
1229         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
1230         constants from recent kernels.
1231         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1232         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
1233         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
1234         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
1235         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
1236         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
1238 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
1240         [BZ #10162]
1241         * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
1242         software pipeline.
1244 2009-11-09  Mike Frysinger  <vapier@gentoo.org>
1246         * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
1247         (fallocate): Return ENOSYS if __NR_fallocate is not defined.
1248         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
1250 2009-11-06  Mike Frysinger  <vapier@gentoo.org>
1252         * posix/bug-regex29.c: Include stdio.h.
1254 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
1256         [BZ #10939]
1257         * Versions.def: Define GLIBC_2.12 for libc.
1258         * manual/errno.texi: Add ERFKILL entry.
1259         * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
1260         for 2.12.
1261         * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
1262         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
1264         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
1265         F_GETOWN_EX definitions according to corrected kernel definitions.
1266         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1267         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1268         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1269         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1270         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1271         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1273 2009-11-12  Ulrich Drepper  <drepper@redhat.com>
1275         * version.h: Bump for 2.12 development.
1277 2009-11-10  Andreas Schwab  <schwab@redhat.com>
1279         * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
1280         out of buffer space.
1281         * resolv/nss_dns/dns-host.c (getanswer_r): Check for
1282         map_v4v6_hostent running out of space.
1284 2009-11-10  Ulrich Drepper  <drepper@redhat.com>
1286         * string/bits/string3.h (memset): If the second parameter is constant
1287         and zero there is likely no transposition.
1288         Patch by Caolan McNamara <caolanm@redhat.com.
1290 2009-11-04  Philippe De Muyter  <phdm@macqel.be>
1292         * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
1293         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1295 2009-10-30  Holger Hans Peter Freyther  <zecke@selfish.org>
1297         * malloc/memusagestat.c (main): Fix spelling in an error message.
1299 2009-11-01  H.J. Lu  <hongjiu.lu@intel.com>
1301         * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
1302         * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
1304 2009-11-03  Andreas Schwab  <schwab@redhat.com>
1306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1307         readahead.
1309 2009-11-03  Jakub Jelinek  <jakub@redhat.com>
1311         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
1312         relocate opd entry when resolving prelink conflicts.
1314 2009-11-04  Jakub Jelinek  <jakub@redhat.com>
1316         * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
1317         when -D_FILE_OFFSET_BITS=64.
1319         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
1320         of last two arguments when -D_FILE_OFFSET_BITS=64.
1321         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
1322         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
1323         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
1324         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
1325         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
1326         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
1328 2009-11-03  Andreas Schwab  <schwab@linux-m68k.org>
1330         [BZ #4457]
1331         * sysdeps/generic/libgcc_s.h: New file.
1332         * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
1334 2009-11-01  Ulrich Drepper  <drepper@redhat.com>
1336         * malloc/hooks.c (free_check): Restore locking and call _int_free
1337         appropriately.
1339 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1341         * version.h (VERSION): Bump for 2.11 release.
1342         * include/features.h (__GLIBC_MINOR__): Bump to 11.
1344         * elf/tst-execstack.c (do_test): Add cast to avoid warning.
1346         * stdio-common/scanf13.c (main): Remove unused variable wbuf.
1348         * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
1349         to avoid warning.
1350         * stdlib/tst-strtoll.c (tests): Likewise.
1352         [BZ #9986]
1353         * time/strftime_l.c (__strftime_internal): Allow %OC.
1355         * misc/mkostemps.c: New file.
1356         * misc/mkostemps64.c: New file.
1358 2009-10-30  Andreas Schwab  <schwab@redhat.com>
1360         * locale/programs/locale-spec.c: Include <error.h> and
1361         <libintl.h>.
1363         * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
1365 2009-10-28  Roland McGrath  <roland@redhat.com>
1367         * Makefile (dist-prepare): New target.
1368         (tag-for-dist): Target removed.
1369         (glibc-%.tar): Pattern rule removed.
1370         (%.tar): New pattern rule, does simple use of git archive.
1371         (dist-version): Remove variable definition.
1372         (dist): Just depend on that.  Add .tar.xz dependency.
1373         If dist-version variable not set on command line, depend on
1374         dist-prepare, re-invoke with dist-version set via git describe.
1376         * Makerules (%.xz): New pattern rule.
1378 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
1380         * elf/ifuncdep2.c: Include ifunc-sel.h.
1381         (global): Delete.
1382         (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
1383         * elf/ifuncmain1.c (global): Delete.
1384         * elf/ifuncmain1vis.c: Likewise.
1385         * elf/ifuncmain2.c: Likewise.
1386         * elf/ifuncmain5.c: Likewise.
1387         * elf/ifuncmod3.c: Likewise.
1388         * elf/ifuncmain6pie.c: Include ifunc-sel.h.
1389         (foo_ifunc): Use ifunc_one.
1390         * elf/ifuncmain7.c: Likewise.
1391         * elf/ifuncmod1.c: Include ifunc-sel.h.
1392         (global): Define protected var.
1393         (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
1394         * elf/ifuncmod5.c: Likewise.
1395         * sysdeps/generic/elf/ifunc-sel.h: New file.
1396         * sysdeps/powerpc/elf/ifunc-sel.h: New file.
1398 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
1400         * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
1401         (R_PPC_REL16*): Correct comments.
1402         (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
1403         (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
1404          R_PPC64_REL16_HA): Define.
1405         * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
1406         * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
1407         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
1408         Delete unused "reloc" param.
1409         (__process_machine_rela): Handle R_PPC_IRELATIVE.
1410         * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
1411         Delete "reloc" param.
1412         (elf_machine_rela): Handle STT_GNU_IFUNC functions and
1413         R_PPC_IRELATIVE.
1414         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
1415         (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
1416         relocations.
1418 d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1420         [BZ #10315]
1421         * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
1422         UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
1423         UDP_ENCAP_L2TPINUDP.
1425         [BZ #10349]
1426         * sysdeps/posix/tempname.c (__gen_tempname): Take new second
1427         parameter, specifying length of prefix.
1428         * stdio-common/tempname.c: Likewise.
1429         * include/stdio.h: Adjust prototypes.
1430         * libio/oldtmpfile.c: Adjust caller.
1431         * misc/mkdtemp.c: Likewise.
1432         * misc/mkostemp.c: Likewise.
1433         * misc/mkostemp64.c: Likewise.
1434         * misc/mkstemp.c:  Likewise.
1435         * misc/mkstemp64.c: Likewise.
1436         * misc/mktemp.c: Likewise.
1437         * stdio-common/tempnam.c: Likewise.
1438         * stdio-common/tmpfile.c: Likewise.
1439         * stdio-common/tmpnam.c: Likewise.
1440         * stdio-common/tmpnam_r.c: Likewise.
1441         * misc/mkstemps.c: New file.
1442         * misc/mkstemps64.c: New file.
1443         * stdlib/stdlib.h: Add prototypes.
1444         * misc/Makefile (routines): Add mkstemps and mkstemps64.
1445         * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
1447 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1449         * locale/iso-639.def: Add sml entry.
1451         [BZ #10391]
1452         * resolv/res_send.c (send_dg): Initialize resplen.
1454         [BZ #10446]
1455         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
1456         definition to the kernel's.
1457         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1459 2009-08-18  Anders Johansson  <ajohansson@novell.com>
1461         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
1462         offsets and record sizes in assert()s and response sending.
1463         * nscd/grpcache.c: Likewise.
1464         * nscd/hstcache.c: Likewise.
1465         * nscd/initgrcache.c: Likewise.
1466         * nscd/pwdcache.c: Likewise.
1468 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1470         [BZ #10540]
1471         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
1472         /etc/hosts does not exist set errnop and herrnop appropriately.
1473         Patch by Steve Langasek <vorlon@debian.org>.
1475         [BZ #10553]
1476         * malloc/malloc.c (malloc_info): Fix typos in format strings.
1477         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
1479         [BZ #10564]
1480         * login/utmp_file.c (TIMEOUT): Increase to 10.
1482         [BZ #10609]
1483         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
1484         for file names in case the syscall is not available.
1485         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
1486         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
1487         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
1488         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
1489         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
1490         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
1491         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
1492         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1493         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1494         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1495         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
1496         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1497         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1498         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1499         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1500         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
1501         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
1503         [BZ #10643]
1504         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
1505         creation filed, remove the request from the 'requests' list and signal
1506         the caller that the request is finished.
1508         [BZ #10692]
1509         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
1510         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
1512         [BZ #10713]
1513         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
1514         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
1516         [BZ #10780]
1517         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
1518         overflows the int return type.
1520         [BZ #10717]
1521         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
1522         have to compute maxsize_total, we have to update the variables, and
1523         the also_total handling must happen after the repair.
1525         [BZ #10742]
1526         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
1527         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
1529 2009-10-27  Andreas Schwab  <schwab@redhat.com>
1531         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
1532         errno is always set when returning unsuccessfully.
1534 2009-10-29  Andreas Schwab  <schwab@redhat.com>
1536         * malloc/memusage.c (update_data): Fix index wraparound handling
1537         so that buffer_cnt is actually reset.
1539 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1541         [BZ #10784]
1542         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
1543         of the directory we look at into the static buffer if there is one
1544         at the start of the loop.
1546         [BZ #10789]
1547         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
1548         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
1550         [BZ #10840]
1551         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1552         __ASSUME_F_GETOWN_EX.
1553         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
1554         if possible.
1555         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1557         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
1558         and f_owner_ex.
1559         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1560         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1561         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1562         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1563         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1564         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1566         [BZ #10847]
1567         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
1568         getutmpx symbol.
1570         [BZ #10823]
1571         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
1572         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
1574 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
1576         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
1578 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
1580         [BZ #10817]
1581         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
1582         Reported by Ray Chason.
1584 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
1586         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1587         strend-sse4.
1588         * sysdeps/x86_64/multiarch/strchr.S: New file.
1589         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
1590         * sysdeps/x86_64/multiarch/strrchr.S: New file.
1592 2009-10-21  Andreas Schwab  <schwab@redhat.com>
1594         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
1596 2009-10-19  Andreas Schwab  <schwab@redhat.com>
1598         * include/math.h: Add hidden protos for __exp/__expf/__expl.
1599         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
1600         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
1601         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
1602         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
1603         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
1604         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
1605         __ieee751_expl to handle overflow.
1607 2009-10-14  David S. Miller  <davem@davemloft.net>
1609         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
1610         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
1612 2009-10-13  Andreas Schwab  <schwab@redhat.com>
1614         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
1615         !USE_MULTIARCH.
1617 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
1619         [BZ #10730]
1620         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
1621         Patch in part by Steve Ward <planet36@gmail.com>.
1623         [BZ #10731]
1624         * stdlib/rand_r.c: Fix typo.
1626         * po/cs.po: Update from translation team.
1628 2009-10-06  Andreas Schwab  <schwab@redhat.com>
1630         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
1631         returning if RTLD_NOLOAD.
1633 2009-10-06  Roland McGrath  <roland@redhat.com>
1635         * sysdeps/x86_64/multiarch/strstr-c.c
1636         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
1638         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
1639         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
1641         * sysdeps/x86_64/multiarch/init-arch.h
1642         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
1643         (HAS_CPU_FEATURE): New macro.
1644         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
1645         * sysdeps/x86_64/multiarch/init-arch.c
1646         (__get_cpu_features): #undef it before definition.
1648 2009-10-05  Andreas Schwab  <schwab@redhat.com>
1650         * locale/C-time.c: Revert week-1stday back to 19971130 and set
1651         first_weekday to 1 and first_workday to 2.
1653 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
1655         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
1656         F_GETOWN_EX.
1657         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1658         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1659         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1660         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1661         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1662         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1664 2009-09-28  Andreas Schwab  <schwab@redhat.com>
1666         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
1667         * stdio-common/vfprintf.c: Likewise.
1669 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1671         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
1672         (mkdirat): Call __directory_name_split_at instead of
1673         __directory_name_split.
1675 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
1677         * locale/programs/locale-spec.c (locale_special): If nothing matches
1678         fail with an appropriate message.
1680 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
1682         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
1683         and XX.
1685 2009-09-25  Andreas Schwab  <schwab@redhat.com>
1687         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
1688         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
1690 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1692         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
1694 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
1696         * iconvdata/iso646.c (gconv_init): Correctly initialize the
1697         character size elements in step data.
1699 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
1701         * po/hu.po: Update from translation team.
1702         * po/vi.po: Likewise.
1704 2009-09-19  Roland McGrath  <roland@redhat.com>
1706         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
1708 2009-09-15  Roland McGrath  <roland@redhat.com>
1710         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
1711         * nptl/sysdeps/pthread/configure: Regenerated.
1712         * nptl/sysdeps/x86_64/configure: Regenerated.
1713         * sysdeps/unix/sysv/linux/configure: Regenerated.
1714         * sysdeps/x86_64/elf/configure: Regenerated.
1716         * Makefile (autoconf-it): Set execute bit only on top-level configure.
1718         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
1719         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
1720         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
1721         * configure: Regenerated.
1723 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
1725         * posix/getconf.c (main): Handle -- on command line.
1727 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
1729         * configure.in: Support binutils 2.100 and 3.0.
1731 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
1733         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
1734         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
1735         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
1736         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
1738 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
1740         * locale/programs/ld-collate.c (struct locale_collate_t): Add
1741         unnamed_section_defined field.
1742         (collate_read): Test and set unnamed_section_defined.
1744         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
1745         _POSIX2_LINE_MAX.
1747 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
1749         * configure.in: Support binutils 2.20.
1751 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
1753         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
1754         __strstr_ia32): Add attribute_hidden.
1756 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1758         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
1759         parsing of group entry.
1761 2009-09-02  Andreas Schwab  <schwab@redhat.com>
1763         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
1764         external buffer.  Always discard readahead in internal buffer.
1765         * libio/Makefile (tests): Add bug-wsetpos.
1766         * libio/bug-wsetpos.c: New file.
1768 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
1770         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
1771         Add attribute_hidden.
1772         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
1773         __strcasestr_sse2): Likewise.
1774         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
1775         (__fma_fma): Make static.
1776         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
1777         (__fmaf_fma): Make static.
1779 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1781         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
1782         reformulate in-buffer optimisation check to match code in
1783         _IO_new_file_seekoff.
1785 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
1787         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
1788         to srwi in 32-bit memcpy for power6.
1790 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1792         * include/stdio.h: Declare hidden proto for fflush.
1793         * libio/iofflush.c: Add hidden weak alias for fflush.
1795 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
1797         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
1798         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
1800 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1802         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
1804 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
1806         [BZ #10560]
1807         * malloc/malloc.c: Add local assert definition to avoid problems with
1808         memory allocation in the real one.
1810 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1812         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
1813         Removed.
1814         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
1815         turn off SSSE3 on Atom.
1817 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
1819         * stdlib/tst-strtol.c (tests): More tests.
1820         * stdlib/tst-strtoll.c (tests): Likewise.
1822 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
1824         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
1826         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
1828 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1830         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
1831         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
1833         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
1835         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
1837         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
1839 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
1841         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
1843 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1845         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
1846         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
1848         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
1850         * sysdeps/x86_64/fpu/s_signbit.S: New file.
1851         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
1853         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
1854         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
1856         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
1857         leftover YMM_SIZE definition.
1859 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1861         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
1862         union.
1863         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
1864         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
1865         Redefine.
1866         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
1868         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
1869         and SET_FLOAT_WORD definitions.
1871 2009-08-24  Roland McGrath  <roland@redhat.com>
1873         * sysdeps/unix/syscall-template.S: New file.
1874         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
1875         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
1876         (compile-syscall): Pass mkdep and -g options as normal.
1877         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
1878         (common-generated): Don't add them here.
1880 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1882         * math/s_fdim.c: In case of overflows set errno.
1883         * math/s_fdimf.c: Likewise.
1884         * math/s_fdiml.c: Likewise.
1886         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
1887         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
1888         are using the inline optimizations.
1890         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
1891         (__signbitf): Likewise.
1893 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
1895         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
1896         terminated.
1897         * posix/Makefile (tests): Add bug-regex29.
1898         * posix/bug-regex29.c: New file.
1900         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
1901         older POSIX versions are selected.
1903         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
1904         as well.
1905         * stdio-common/printf_fphex.c: Likewise.
1906         * stdio-common/tstdiomisc.c: Add more tests.
1908         * locale/locale.h: Include xlocale.h and the thread-local locale
1909         declarations for XPG7, not XPG6.
1911 2009-08-21  Andreas Schwab  <schwab@redhat.com>
1913         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
1914         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
1915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
1916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
1917         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
1918         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1920 2009-08-20  Roland McGrath  <roland@redhat.com>
1922         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
1923         Use l_addr instead of l_map_start (dli_fbase).
1924         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
1925         address when there is no proximate symbol.
1926         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
1927         Likewise.
1929 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
1931         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
1933 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
1935         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
1936         Also handle SIGINT.  In that case only do the cleanup and then
1937         re-raise the signal.
1938         (main): Install handler for SIGINT.
1940 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
1942         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
1943         clobber list.
1945 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
1947         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
1948         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
1949         tst-auditmod7b.c.
1950         (tests): Add tst-audit6 tst-audit7.
1951         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
1952         tst-auditmod7a tst-auditmod7b.
1953         ($(objpfx)tst-audit6): New.
1954         ($(objpfx)tst-audit6.out): Likewise.
1955         ($(objpfx)tst-audit7): Likewise.
1956         ($(objpfx)tst-audit7.out): Likewise.
1957         (tst-audit6-ENV): Likewise.
1958         (tst-audit7-ENV): Likewise.
1959         (CFLAGS-tst-auditmod6b.c): Likewise.
1960         (CFLAGS-tst-auditmod6c.c): Likewise.
1961         (CFLAGS-tst-auditmod7b.c): Likewise.
1962         * elf/tst-audit6.c: New file.
1963         * elf/tst-audit7.c: New file.
1964         * elf/tst-auditmod6a.c: New file.
1965         * elf/tst-auditmod6b.c: New file.
1966         * elf/tst-auditmod6c.c: New file.
1967         * elf/tst-auditmod7a.c: New file.
1968         * elf/tst-auditmod7b.c: New file.
1969         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
1970         saving and restoring SSE/AVX registers to ...
1971         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
1973 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1975         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
1976         only if SHARED is defined.
1977         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
1979 2009-08-03  Jim Meyering  <meyering@redhat.com>
1981         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
1983 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
1985         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
1986         section as the other functions for this architecture.
1987         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
1989 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
1991         * sysdeps/x86_64/strcmp.S: Add support to compile with
1992         USE_SSSE3.  In this case palignr is used.
1993         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
1994         available but SSSE3 is, pick __str{,n}cmp_ssse3.
1995         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1996         Add strcmp-ssse3 and strncmp-ssse3.
1997         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
1998         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
2000         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
2001         warning through fake initialization.
2003 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2005         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
2007 2009-08-07  Andreas Schwab  <schwab@redhat.com>
2009         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
2010         unique symbols.
2012 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
2014         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
2015         EBX from EAX = 1.  Handle EAX = 11.
2017 2009-08-07  Andreas Schwab  <schwab@redhat.com>
2019         * Makefile (TAGS): Use separate sed -e expressions to avoid \
2020         inside ''.
2022 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
2024         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
2025         hidden IFUNC functions.
2026         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2028         * sysdeps/i386/i686/multiarch/strlen.S: New file.
2030         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
2031         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
2032         strcasestr-c.
2033         (CFLAGS-strcspn-c.c): Define.
2034         (CFLAGS-strpbrk-c.c): Define.
2035         (CFLAGS-strspn-c.c): Define.
2036         (CFLAGS-strstr.c): Define.
2037         (CFLAGS-strcasestr.c): Define.
2038         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
2039         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
2040         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
2041         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
2042         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
2043         * sysdeps/i386/i686/multiarch/strspn.S: New file.
2044         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
2045         * sysdeps/i386/i686/multiarch/strstr.c: New file.
2046         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
2047         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
2048         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
2049         -16L instead of 0xfffffffffffffff0L.
2050         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
2052 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
2054         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
2056 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
2058         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
2059         another rewrite.  Much smaller and faster.
2060         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
2062         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
2063         ss_flags from the correct location.
2065 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
2067         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
2068         * sysdeps/i386/i686/cacheinfo.c: New file.
2069         * sysdeps/i386/i686/multiarch/Makefile: New file.
2070         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
2071         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
2072         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
2073         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
2074         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
2075         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
2076         (__cpuid_count): New. Provide the default.
2077         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
2078         (__x86_64_preferred_memory_instruction): Define only if
2079         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
2080         (intel_check_word): Use __cpuid.
2081         (handle_intel): Likewise.
2082         (handle_amd): Likewise.
2083         (__cache_sysconf): Likewise.
2084         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2085         (__cache_sysconf): Likewise.
2086         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2087         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
2088         (get_common_indeces): Use __cpuid.
2089         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
2090         if ENABLE_SSSE3_ON_ATOM is not defined.
2091         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
2092         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
2093         popcnt instead of popcntq.
2095 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
2097         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
2099 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
2101         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
2102         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
2103         which always causes a compile error.
2105         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
2107         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
2108         comes from...
2109         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
2110         which always causes a compile error.
2112         * debug/Makefile (tests): Add tst-longjmp_chk2.
2113         * debug/tst-longjmp_chk2.c: New file.
2115         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
2116         Remove incorrect use of BP_SYM.
2117         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
2118         here now since it is more complex than just a simple check.
2120         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
2121         we make no more progress.
2123 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2125         * math/s_fma.c: Don't define alias if __fma is a macro.
2126         * math/s_fmaf.c: Likewise.
2127         * sysdeps/x86_64/multiarch/s_fma.c: New file.
2128         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
2129         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
2131         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
2132         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
2133         New macro HAS_FMA.
2134         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
2135         function.
2136         * include/libc-symbols.h (libm_ifunc): Define.
2137         * sysdeps/x86_64/multiarch/Versions: New file.
2139         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
2141 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
2143         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
2145 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2147         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
2148         call that registers used in calling conventions need to be preserved.
2149         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
2150         to preserve register content if necessary.
2151         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
2152         (_dl_x86_64_restore_sse): New function.
2153         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
2154         is allowed to modify xmm/ymm registers.
2156         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
2157         application's perspective.
2158         * stdio-common/scanf17.c: Likewise.
2160 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
2162         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
2163         size to memsz.
2164         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
2165         here.
2166         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
2167         two steps to catch bugs.
2169 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
2171         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
2172         determines which files are used in runtime lookups and only checks
2173         those for SSE use.
2174         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
2175         testing.
2176         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
2177         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
2178         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
2179         take a while.
2181         * elf/dl-open.c: Move _dl_scope_free to...
2182         * elf/dl-scope.c: ...here.  New file.
2183         * elf/Makefile (dl-routines): Add scope.
2185         * resolv/resolv.h (RES_USE_DNSSEC): Define.
2186         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
2187         RES_USE_DNSSEC.
2188         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
2189         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
2190         all the places we handled RES_USE_EDNS0 only before.
2191         Patch by Adam Tkac <atkac@redhat.com>.
2193 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
2195         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
2196         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
2197         Update size when reallocating.
2199 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2201         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
2202         functions used in ld.so modify xmm/ymm registers.
2203         * sysdeps/x86_64/Makefile:  Hook new test up.
2204         * sysdeps/x86_64/rtld-memchr.c: New file.
2205         * sysdeps/x86_64/rtld-memcmp.c: New file.
2206         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
2207         * sysdeps/x86_64/rtld-strchr.S: New file.
2208         * sysdeps/x86_64/rtld-strlen.S: New file.
2209         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
2210         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
2212 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
2214         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
2215         strncmp-c.
2216         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
2217         (exit): Likewise.
2218         (Byte1): Likewise.
2219         (Byte2): Likewise.
2220         (Byte3): Likewise.
2221         (Byte4): Likewise.
2222         (Byte5): Likewise.
2223         (Byte6): Likewise.
2224         (next_8_bytes): Likewise.
2225         (Byte0): Remove commented out codes.
2226         (unaligned_table): Align jump table at 8 bytes.
2227         Add _sse4_2 to all labels.  Always include "../strcmp.S".
2228         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
2229         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
2230         * sysdeps/x86_64/strncmp.S: New file.
2232 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2234         [BZ #10422]
2235         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
2236         kernels, dropped when eventfd2 support was added.
2237         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
2238         kernels, dropped when signalfd4 support was added.
2239         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
2240         added, name them.
2242         [BZ #10452]
2243         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
2244         replies up.
2246         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
2248 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
2250         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
2251         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
2253         [BZ #10448]
2254         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
2255         callback we must touch the status to avoid using stale value.
2257         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
2258         compiled in.
2260 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
2262         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
2263         /lib/modules/* headers anymore.  We have sane headers in the standard
2264         place now.
2266 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2268         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
2269         "etf3enh" and "highgprs" added.
2270         (_dl_s390_platforms): "z10" added.
2271         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
2272         Increased for the new entries.
2273         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
2274         HWCAP_S390_HIGH_GPRS added.
2276         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
2277         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
2278         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
2279         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
2280         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
2282 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
2284         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
2285         avoid additional cpuid instructions.  Most of the information is
2286         stored somewhere.
2288         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
2289         cache descriptors.
2290         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
2292         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
2293         SSSE3 bit for Atoms.
2294         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
2295         here anymore.
2297         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
2298         structure before copying it to avoid warning.
2299         * posix/tst-rfc3484-2.c (do_test): Likewise.
2300         * posix/tst-rfc3484-3.c (do_test): Likewise.
2302         [BZ #10416]
2303         * include/unistd.h: Make header file suitable for C++ test cases.
2304         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
2306         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
2307         stack alignment in the exit code.
2309         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
2310         potentially be zero.
2312         * elf/tst-unique1.c: Extend test to check for unloading DSO with
2313         unique symbol definition.
2314         Patch by Jakub Jelinek.
2315         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
2316         make sure the object with the definition cannot be unloaded.  Adjust
2317         a few types.
2318         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
2319         the unique symbol hash table should not be const.
2321 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
2323         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
2324         unnecesary variables.  Comment fixes.
2326 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2328         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
2329         Use NONASCII_CASE information provided by the locale to determine
2330         whether optimized string load function can be used.  Minor cleanups.
2332 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
2334         * string/strcasestr.c (STRCASESTR): New macro.
2335         (__strcasestr): Renamed to ..
2336         (STRCASESTR): ...this.
2337         * string/strstr.c (STRSTR): New macro.
2338         (strstr): Renamed to ..
2339         (STRSTR): ...this.
2340         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2341         strstr-c strcasestr-c
2342         (CFLAGS-strstr.c): New.
2343         (CFLAGS-strcasestr.c): Likewise.
2344         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
2345         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
2346         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
2347         * sysdeps/x86_64/multiarch/strstr.c: New file.
2349 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2351         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
2352         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
2353         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
2354         _NL_CTYPE_NONASCII_CASE.
2355         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
2356         field.
2357         (ctype_finish): Check whether there are any 8-bit characters outside
2358         the range ASCII has or whether the mapping isn't the same as for
2359         ASCII (±0x20).  Set nonascii_case appropriately.
2360         (ctype_output): Add output handler for nonascii_case.
2362 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
2364         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
2365         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
2367 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2369         [BZ #10360]
2370         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
2371         0xffff in the EDNS0 record.
2373 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2375         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
2376         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
2377         is written before the list head update.
2378         Patch by Andreas Schwab <aschwab@redhat.com>.
2380 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2381             Jakub Jelinek  <jakub@redhat.com>
2383         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
2384         corruption thread-safe.
2386 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
2388         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
2389         overrides atomic_compare_and_exchange_val_rel, define to
2390         atomic_compare_and_exchange_val_rel by default, otherwise default
2391         to catomic_compare_and_exchange_val_acq.
2392         (catomic_compare_and_exchange_bool_rel): If arch overrides
2393         atomic_compare_and_exchange_bool_rel, define to
2394         atomic_compare_and_exchange_bool_rel by default.
2395         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
2396         Use catomic_compare_and_exchange_val_rel instead of
2397         catomic_compare_and_exchange_val_acq.
2399 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2401         * sysdeps/generic/ldsodefs.h: Add prototype for
2402         _dl_higher_prime_number.
2403         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
2405         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
2406         restoring of ymm registers a bit.
2408 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
2410         * sysdeps/x86_64/memcmp.S: New file.
2412 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
2414         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
2415         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
2416         pointers in writable memory.
2418 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2420         * config.h.in: Add HAVE_AVX_SUPPORT entry.
2421         * config.make.in: Add config-cflags-avx entry.
2422         * configure.in: Substitute libc_cv_cc_avx.
2423         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
2424         * elf/tst-audit4.c: New file.
2425         * elf/tst-audit5.c: New file.
2426         * elf/tst-auditmod4a.c: New file.
2427         * elf/tst-auditmod4b.c: New file.
2428         * elf/tst-auditmod5a.c: New file.
2429         * elf/tst-auditmod5b.c: New file.
2430         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
2431         link-defines.sym.
2432         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
2433         (La_x86_64_vector): Likewise.
2434         (La_x86_64_regs): Append lr_vector.
2435         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
2436         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2437         saving and restoring SSE registers to ...
2438         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2439         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
2440         <link-defines.h>.
2441         (_dl_runtime_profile): Use LR_SIZE to allocate space for
2442         La_x86_64_regs.  Allocate extra space and jump to memory at
2443         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
2444         (save_and_restore_vector_sse): New.
2445         (save_and_restore_vector_avx): Likewise.
2446         (check_avx): Likewise.
2447         (save_and_restore_vector): Likewise.
2448         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
2449         HAVE_AVX_SUPPORT.
2450         * sysdeps/x86_64/link-defines.sym: New file.
2452 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
2454         * elf/do-lookup.h: Removed after folding content into...
2455         * elf/dl-lookup.c: ...here.
2457         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
2459 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
2461         * configure.in: Check for gnu_unique_symbol symbol type.
2462         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
2463         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
2464         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
2465         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
2466         change.
2467         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
2468         unique symbol table.
2469         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
2470         for first namespace.
2471         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
2472         unique symbol hash table.
2473         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
2474         * elf/tst-unique1.c: New file.
2475         * elf/tst-unique1mod1.c: New file.
2476         * elf/tst-unique1mod2.c: New file.
2477         * elf/tst-unique2.c: New file.
2478         * elf/tst-unique2mod1.c: New file.
2479         * elf/tst-unique2mod2.c: New file.
2481 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
2483         * elf/elf.h (STB_GNU_UNIQUE): Define.
2485         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
2486         from...
2487         * include/inline-hashtab.h: ...here.
2488         (htab_expand): Adjust for renamed function.  Correct memory handling.
2490 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
2492         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
2494 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
2496         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
2497         (PPC_FEATURE_HAS_VSX): Likewise.
2499 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
2501         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
2502         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
2504         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
2505         aligned to 16 byte boundaries.
2506         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
2507         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
2508         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2510 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
2512         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
2513         * config.make.in (config-cflags-sse4): New variable.
2514         * configure.in: Substitute libc_cv_cc_sse4.
2515         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
2516         HAVE_SSE4_SUPPORT.
2517         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2518         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
2519         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
2520         * sysdeps/x86_64/multiarch/strcspn.S: New file.
2521         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
2522         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
2523         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
2524         * sysdeps/x86_64/multiarch/strspn.S: New file.
2526 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2528         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
2529         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
2530         (tests): Add tst-audit3 for x86_64.
2531         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
2532         ($(objpfx)tst-audit3): Define.
2533         ($(objpfx)tst-audit3.out): Define.
2534         (tst-audit3-ENV): Define.
2535         * elf/tst-audit3.c: New file.
2536         * elf/tst-auditmod3a.c: New file.
2537         * elf/tst-auditmod3b.c: New file.
2538         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
2539         and restore xmm6.
2541         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
2542         (__stpncpy): Renamed to ...
2543         (STPNCPY): This.
2544         (stpncpy): Create alias only if STPNCPY is not defined.
2545         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
2546         defined.
2547         (strncpy): Renamed to ...
2548         (STRNCPY): This.
2549         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2550          stpncpy-c strncpy-c for string.
2551         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
2552         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
2553         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
2554         * sysdeps/x86_64/multiarch/strcpy.S: New file.
2555         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
2556         * sysdeps/x86_64/multiarch/strncpy.S: New file.
2558 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
2560         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
2561         adding to fast bin list.
2563 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
2565         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
2566         inet_makeaddr.  This worked only with class-based networks.
2567         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
2568         Likewise.
2570         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
2571         recognize all types.
2572         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
2573         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
2574         be in host byte order.
2576 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
2578         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
2579         (MODEL_OFFSET): Define.
2580         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
2581         family and model.
2582         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
2583         out common code into new function get_common_indeces. Determine
2584         extended family and model for Intel processors.
2586 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
2588         * resolv/resolv.h: Define RES_SNGLKUPREOP.
2589         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
2590         option.
2591         * resolv/res_send.c (reopen): New function.  Broken out of...
2592         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
2593         fallback mechanism.  If single-request fails switch to
2594         single-request-reopen mode which opens a new socket for the second
2595         request.
2597 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
2599         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
2600         (CHECK_SP): Use it.
2602 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
2604         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
2605         for saved registers.
2606         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
2607         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
2608         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
2610 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
2612         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
2614 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
2616         * po/id.po: Update from translation team.
2618         * po/bg.po: Update from translation team.
2620 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
2622         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
2623         defined.
2624         (strncmp): Renamed to STRNCMP.
2625         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2626         strncmp-c for string.
2627         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
2628         * sysdeps/x86_64/multiarch/strcmp.S: New file.
2629         * sysdeps/x86_64/multiarch/strncmp.S: New file.
2630         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
2632 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2634         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
2635         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
2636         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
2637         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
2638         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
2639         ifuncmain7static.c.
2640         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
2641         ifuncmain7static, and ifuncmain7picstatic.
2642         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
2643         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
2644         $(objpfx)ifuncmain7pie.out.
2645         (modules-names): Add ifuncmod5 ifuncmod6
2646         (ifuncmod5.so-no-z-defs): Define.
2647         (ifuncmod6.so-no-z-defs): Define.
2648         (CFLAGS-ifuncmain5pic.c): Define.
2649         (CFLAGS-ifuncmain5picstatic.c): Define.
2650         (CFLAGS-ifuncmain5staticpic.c): Define.
2651         (CFLAGS-ifuncdep5pic.c): Define.
2652         (CFLAGS-ifuncmain7pic.c): Define.
2653         (CFLAGS-ifuncmain7picstatic.c): Define.
2654         (CFLAGS-ifuncmain1staticpie.c): Define.
2655         (CFLAGS-ifuncmain5pie.c): Define.
2656         (CFLAGS-ifuncmain6pie.c): Define.
2657         (CFLAGS-ifuncmain7pie.c): Define.
2658         ($(objpfx)ifuncmain1staticpie.out): Define.
2659         ($(objpfx)ifuncmain1staticpie): Define.
2660         ($(objpfx)ifuncmain5pie.out): Define.
2661         ($(objpfx)ifuncmain5pie): Define.
2662         ($(objpfx)ifuncmain6pie.out): Define.
2663         ($(objpfx)ifuncmain6pie): Define.
2664         ($(objpfx)ifuncmain5): Define.
2665         ($(objpfx)ifuncmain5pic): Define.
2666         ($(objpfx)ifuncmain5static): Define.
2667         ($(objpfx)ifuncmain5staticpic): Define.
2668         ($(objpfx)ifuncmain5picstatic): Define.
2669         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
2670         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
2671         ifuncmain6pie.out.
2672         * elf/b/elf/ifuncmain1staticpie.c: New file.
2673         * elf/ifuncdep5.c: New file.
2674         * elf/ifuncdep5pic.c: New file.
2675         * elf/ifuncmain5.c: New file.
2676         * elf/ifuncmain5pic.c: New file.
2677         * elf/ifuncmain5picstatic.c: New file.
2678         * elf/ifuncmain5pie.c: New file.
2679         * elf/ifuncmain5static.c: New file.
2680         * elf/ifuncmain5staticpic.c: New file.
2681         * elf/ifuncmain6pie.c: New file.
2682         * elf/ifuncmain7.c: New file.
2683         * elf/ifuncmain7pic.c: New file.
2684         * elf/ifuncmain7picstatic.c: New file.
2685         * elf/ifuncmain7pie.c: New file.
2686         * elf/ifuncmain7static.c: New file.
2687         * elf/ifuncmod5.c: New file.
2688         * elf/ifuncmod6.c: New file.
2690 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
2692         [BZ #10085]
2693         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
2694         (nss_endgrent): New variable.
2695         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
2696         fields. Change type of files to bool and adjust all users.
2697         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
2698         (internal_endgrent): Call nss_endgrent if necessary.
2699         (add_group): New function.  Broken out of...
2700         (check_and_add_group): ...here.
2701         (getgrent_next_nss): Remove test that any callback is available.
2702         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
2703         callback.  If there is no blacklist we can trust the results returned
2704         by the initgroups_dyn callback.  In case there is a callback and we
2705         find a group entry for the group ID but it doesn't contain the
2706         correct member, switch to the slow mode and use getgrent_r.
2707         (internal_getgrent_r): When we see a +: entry, determine whether
2708         there is any callback and which we can use the initgroups_dyn
2709         callback.
2711 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
2713         * malloc/malloc.c (_int_malloc): Add some consistency checks.
2714         (_int_free): Likewise.
2716         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
2717         AF_IEEE802154.
2718         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2719         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
2720         and ARPHRD_IEEE802154_PHY.
2722         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
2723         relative to generic Linux version.
2725 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
2727         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
2728         ($(objpfx)ifuncmain1vispie): Likewise.
2730 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2732         * login/Makefile: Build pt_chown as PIE.
2734 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
2736         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
2737         a format string.
2738         * elf/sln.c (usage): Likewise.
2739         * malloc/memusage.sh (do_help): Likewise.
2740         * nss/getent.c (more_help): Likewise.
2741         * posix/getconf.c (main): Likewise.
2742         * sunrpc/rpcinfo.c (usage): Likewise.
2743         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2745 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2747         * login/programs/pt_chown.c: Use libcap to drop privileges other than
2748         those needed.
2749         * login/Makefile: If necessary link pt_chown with -lcap.
2750         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
2751         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
2753 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
2755         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
2756         comparisons.
2757         * string/test-memchr.c (do_random_tests): Test very large lengths
2758         as well.
2760 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2762         * Makeconfig (+link-pie): Define.
2763         (+prectorS): Define.
2764         (+postctorS): Define.
2765         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
2766         * nscd/Makefile ($(objpfx)nscd): Likewise.
2768 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
2770         [BZ #10107]
2771         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
2772         with cmplwi.
2773         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
2775 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2777         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
2778         into ...
2779         * sysdeps/unix/grantpt.c: ...here.
2781 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2783         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
2784         chmod if it is necessary.
2786         [BZ #10166]
2787         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
2788         when the slave device is in devpts or devfs.
2790         [BZ #10183]
2791         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
2793         [BZ #10195]
2794         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
2795         of nd_opt_home_agent_info_preference to uint16_t.
2796         Patch by Arnaud Ebalard <arno@natisbad.org>.
2798         [BZ #10207]
2799         * nss/getent.c: Add support for printing gshadow data.
2801         [BZ #10203]
2802         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
2803         not just the currently used one and those which follow.
2804         Patch by Joe Landers <jlanders@vmware.com>.
2806         [BZ #10196]
2807         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
2808         * libio/Makefile: Run tst-fgetwc with necessary envvar.
2809         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
2811         [BZ #10217]
2812         * stdlib/abort.c: Define variable __abort_msg.
2813         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
2814         * include/stdlib.h: Declare __abort_msg.
2815         * assert/assert-perr.c: Don't free buffer for message immediately.
2816         Store atomically in __abort_msg and free old buffer if necessary.
2817         * assert/assert.c: Likewise.
2818         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
2819         store pointer in __abort_msg, and possibly free old string.
2820         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2822         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
2824         [BZ #10211]
2825         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
2826         handle leap seconds if they are available.
2827         Patch by Akinori Hattori <hattya@gentoo.org>.
2829         * timezone/tzselect.ksh: Update from tzcode2009i.
2830         * timezone/zdump.c: Likewise.
2831         * timezone/zic.c: Likewise.
2833         * timezone/africa: Update from tzdata2009i.
2834         * timezone/antarctica: Likewise.
2835         * timezone/asia: Likewise.
2836         * timezone/australasia: Likewise.
2837         * timezone/backward: Likewise.
2838         * timezone/etcetera: Likewise.
2839         * timezone/europe: Likewise.
2840         * timezone/factory: Likewise.
2841         * timezone/iso3166.tab: Likewise.
2842         * timezone/leapseconds: Likewise.
2843         * timezone/northamerica: Likewise.
2844         * timezone/pacificnew: Likewise.
2845         * timezone/solar87: Likewise.
2846         * timezone/solar88: Likewise.
2847         * timezone/solar89: Likewise.
2848         * timezone/southamerica: Likewise.
2849         * timezone/systemv: Likewise.
2850         * timezone/yearistype: Likewise.
2851         * timezone/zone.tab: Likewise.
2853 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
2855         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
2856         STT_GNU_IFUNC symbol or in 8 into type_class.
2858         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
2859         instead of Elf64_Addr.
2861 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
2863         * po/sv.po: Update from translation team.
2865         [BZ #10229]
2866         * misc/sys/select.h (__NFDBITS): Expression should have type int.
2867         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
2868         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
2869         the C version.
2871 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
2873         * Versions.def: Add GLIBC_2.11 for libpthread.
2875 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
2877         * resolv/res_send.c (send_dg): Remember we switched to
2878         single-request mode.
2880 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
2882         * dlfcn/dlfcn.h: Remove comma at end of enum.
2883         Patch by J.H.M. Dassen <rdassen@redhat.com>.
2885         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
2886         parsing mode string.
2888 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
2890         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
2892         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
2894         * sysdeps/x86_64/multiarch/strlen.S: New file.
2895         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
2896         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
2897         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
2898         content.
2900         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
2901         is defined.
2903 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
2905         * sysdeps/x86_64/strlen.S: Minor optimizations.
2907 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2909         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
2910         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
2911         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
2912         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
2913         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
2914         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
2915         ifuncmain3.c, ifuncmod3.c,.
2916         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
2917         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
2918         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
2919         ifuncmain4picstatic.
2920         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
2921         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
2922         ifuncmain3, ifuncmain4.
2923         (tests): Depend on $(objpfx)ifuncmain1pie.out and
2924         $(objpfx)ifuncmain1vispie.out.
2925         (modules-names): Add ifuncmod1 ifuncmod3.
2926         (generated): Add ifuncmain1pie ifuncmain1pie.out
2927         ifuncmain1vispie ifuncmain1vispie.out.
2928         Define rules to build and run the tests.
2929         * elf/ifuncdep1.c: New file.
2930         * elf/ifuncdep1pic.c: New file.
2931         * elf/ifuncdep2.c: New file.
2932         * elf/ifuncdep2pic.c: New file.
2933         * elf/ifuncmain1.c: New file.
2934         * elf/ifuncmain1pic.c: New file.
2935         * elf/ifuncmain1picstatic.c: New file.
2936         * elf/ifuncmain1pie.c: New file.
2937         * elf/ifuncmain1static.c: New file.
2938         * elf/ifuncmain1staticpic.c: New file.
2939         * elf/ifuncmain1vis.c: New file..
2940         * elf/ifuncmain1vispic.c: New file..
2941         * elf/ifuncmain1vispie.c: New file.
2942         * elf/ifuncmain2.c: New file.
2943         * elf/ifuncmain2pic.c: New file.
2944         * elf/ifuncmain2picstatic.c: New file.
2945         * elf/ifuncmain2static.c: New file.
2946         * elf/ifuncmain3.c: New file.
2947         * elf/ifuncmain4.c: New file.
2948         * elf/ifuncmain4picstatic.c: New file.
2949         * elf/ifuncmain4static.c: New file.
2950         * elf/ifuncmod1.c: New file.
2951         * elf/ifuncmod3.c: New file.
2953 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
2955         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
2957 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
2959         [BZ #10221]
2960         * posix/Makefile (routines): Add execvpe.
2961         * posix/Versions: Export execvpe for GLIBC_2.11.
2962         * posix/execvp.c: Now only a wrapper.  Move code to...
2963         * posix/execvpe.c: ...here.  New file.
2964         * posix/unistd.h: Declare execvpe.
2966 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
2968         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
2969         for STT_GNU_IFUNC handling for efficiency.
2970         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
2972         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
2973         _exit.
2974         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
2976 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
2978         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
2979         for !SHARED.
2981 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
2983         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
2984         is not defined.
2985         (__rela_iplt_start): New declaration.
2986         (__rela_iplt_end): Likewise.
2987         (__rel_iplt_start): Likewise.
2988         (__rel_iplt_end): Likewise.
2989         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
2990         * elf/elf.h (R_386_IRELATIVE): New macro.
2991         (R_X86_64_IRELATIVE): New macro.
2992         (R_386_NUM): Updated.
2993         (R_X86_64_NUM): Likewise.
2994         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
2995         (libc_ifunc_hidden_def): New macro.
2996         * sysdeps/generic/dl-irel.h: New file.
2997         * sysdeps/i386/dl-irel.h: New file.
2998         * sysdeps/x86_64/dl-irel.h: New file.
2999         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
3000         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
3001         Handle R_386_IRELATIVE.
3002         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
3003         (elf_machine_lazy_rela): Likewise.
3004         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
3005         R_X86_64_IRELATIVE.
3006         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
3008 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
3010         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
3011         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
3012         are no differences.  If an architecture has bits in CPUID index 1
3013         meaning different things the values for the COMMON_CPUID_INDEX_1
3014         index must not be set.
3015         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
3016         (HAS_POPCOUNT): ...this.  New macro.
3017         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
3018         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
3019         to set the value for Intel and AMD architectures.
3020         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
3021         INTEL_CPUID_INDEX_1.
3022         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
3023         change.
3025 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
3027         * configure.in: Move AC_CANONICAL_HOST before first use of $host
3028         and $build.
3030 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
3032         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
3033         (__expm1l): Set errno to ERANGE on overflow.
3034         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
3035         (__tanl): Set errno to EDOM for Â±Inf.
3036         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
3037         (__cosl): Set errno to EDOM for Â±Inf.
3038         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
3039         (__sinl): Set errno to EDOM for Â±Inf.
3041         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
3042         defined, use it.
3043         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
3044         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
3045         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
3047 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
3049         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
3050         code accessing it.
3051         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
3053 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
3055         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
3056         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
3057         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
3058         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
3060         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
3061         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
3062         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
3063         defined.
3064         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3065         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3067 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
3069         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
3070         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
3071         is, either do nothing at all if __ASSUME_ACCEPT4, or
3072         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
3073         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
3074         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
3075         define.
3076         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
3077         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
3078         internal_accept4 in socket directory.
3080 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
3082         * sysdeps/ia64/configure.in: New file.
3084 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3086         [BZ #10162]
3087         * sysdeps/ia64/memchr.S: Use speculative load.
3089         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
3090         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
3091         use it.
3093         * sysdeps/i386/__longjmp.S: Add .text.
3094         * sysdeps/x86_64/__longjmp.S: Likewise.
3096 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
3098         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
3099         __ASSUME_ACCEPT4 for IA-64.
3101 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
3103         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
3105         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
3106         (SOCKOP_accept4): Define.
3108 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
3110         Sun approved the change of the license.
3111         * sunrpc/auth_des.c: Replace license text.
3112         * sunrpc/auth_none.c: Likewise.
3113         * sunrpc/auth_unix.c: Likewise.
3114         * sunrpc/authdes_prot.c: Likewise.
3115         * sunrpc/authuxprot.c: Likewise.
3116         * sunrpc/bindrsvprt.c: Likewise.
3117         * sunrpc/clnt_gen.c: Likewise.
3118         * sunrpc/clnt_perr.c: Likewise.
3119         * sunrpc/clnt_raw.c: Likewise.
3120         * sunrpc/clnt_simp.c: Likewise.
3121         * sunrpc/clnt_tcp.c: Likewise.
3122         * sunrpc/clnt_udp.c: Likewise.
3123         * sunrpc/clnt_unix.c: Likewise.
3124         * sunrpc/des_crypt.c: Likewise.
3125         * sunrpc/des_soft.c: Likewise.
3126         * sunrpc/get_myaddr.c: Likewise.
3127         * sunrpc/getrpcport.c: Likewise.
3128         * sunrpc/key_call.c: Likewise.
3129         * sunrpc/key_prot.c: Likewise.
3130         * sunrpc/openchild.c: Likewise.
3131         * sunrpc/pm_getmaps.c: Likewise.
3132         * sunrpc/pm_getport.c: Likewise.
3133         * sunrpc/pmap_clnt.c: Likewise.
3134         * sunrpc/pmap_prot.c: Likewise.
3135         * sunrpc/pmap_prot2.c: Likewise.
3136         * sunrpc/pmap_rmt.c: Likewise.
3137         * sunrpc/rpc/auth.h: Likewise.
3138         * sunrpc/rpc/auth_unix.h: Likewise.
3139         * sunrpc/rpc/clnt.h: Likewise.
3140         * sunrpc/rpc/des_crypt.h: Likewise.
3141         * sunrpc/rpc/key_prot.h: Likewise.
3142         * sunrpc/rpc/netdb.h: Likewise.
3143         * sunrpc/rpc/pmap_clnt.h: Likewise.
3144         * sunrpc/rpc/pmap_prot.h: Likewise.
3145         * sunrpc/rpc/pmap_rmt.h: Likewise.
3146         * sunrpc/rpc/rpc.h: Likewise.
3147         * sunrpc/rpc/rpc_des.h: Likewise.
3148         * sunrpc/rpc/rpc_msg.h: Likewise.
3149         * sunrpc/rpc/svc.h: Likewise.
3150         * sunrpc/rpc/svc_auth.h: Likewise.
3151         * sunrpc/rpc/types.h: Likewise.
3152         * sunrpc/rpc/xdr.h: Likewise.
3153         * sunrpc/rpc_clntout.c: Likewise.
3154         * sunrpc/rpc_cmsg.c: Likewise.
3155         * sunrpc/rpc_common.c: Likewise.
3156         * sunrpc/rpc_cout.c: Likewise.
3157         * sunrpc/rpc_dtable.c: Likewise.
3158         * sunrpc/rpc_hout.c: Likewise.
3159         * sunrpc/rpc_main.c: Likewise.
3160         * sunrpc/rpc_parse.c: Likewise.
3161         * sunrpc/rpc_parse.h: Likewise.
3162         * sunrpc/rpc_prot.c: Likewise.
3163         * sunrpc/rpc_sample.c: Likewise.
3164         * sunrpc/rpc_scan.c: Likewise.
3165         * sunrpc/rpc_scan.h: Likewise.
3166         * sunrpc/rpc_svcout.c: Likewise.
3167         * sunrpc/rpc_tblout.c: Likewise.
3168         * sunrpc/rpc_util.c: Likewise.
3169         * sunrpc/rpc_util.h: Likewise.
3170         * sunrpc/rpcinfo.c: Likewise.
3171         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
3172         * sunrpc/rpcsvc/key_prot.x: Likewise.
3173         * sunrpc/rpcsvc/klm_prot.x: Likewise.
3174         * sunrpc/rpcsvc/mount.x: Likewise.
3175         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
3176         * sunrpc/rpcsvc/rex.x: Likewise.
3177         * sunrpc/rpcsvc/rstat.x: Likewise.
3178         * sunrpc/rpcsvc/rusers.x: Likewise.
3179         * sunrpc/rpcsvc/sm_inter.x: Likewise.
3180         * sunrpc/rpcsvc/spray.x: Likewise.
3181         * sunrpc/rpcsvc/yppasswd.x: Likewise.
3182         * sunrpc/rtime.c: Likewise.
3183         * sunrpc/svc.c: Likewise.
3184         * sunrpc/svc_auth.c: Likewise.
3185         * sunrpc/svc_authux.c: Likewise.
3186         * sunrpc/svc_raw.c: Likewise.
3187         * sunrpc/svc_run.c: Likewise.
3188         * sunrpc/svc_simple.c: Likewise.
3189         * sunrpc/svc_tcp.c: Likewise.
3190         * sunrpc/svc_udp.c: Likewise.
3191         * sunrpc/svc_unix.c: Likewise.
3192         * sunrpc/svcauth_des.c: Likewise.
3193         * sunrpc/xcrypt.c: Likewise.
3194         * sunrpc/xdr.c: Likewise.
3195         * sunrpc/xdr_array.c: Likewise.
3196         * sunrpc/xdr_float.c: Likewise.
3197         * sunrpc/xdr_mem.c: Likewise.
3198         * sunrpc/xdr_rec.c: Likewise.
3199         * sunrpc/xdr_ref.c: Likewise.
3200         * sunrpc/xdr_sizeof.c: Likewise.
3201         * sunrpc/xdr_stdio.c: Likewise.
3203         * po/da.po: Update from translation team.
3205 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3207         * sysdeps/sh/____longjmp_chk.S: New file.
3208         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
3209         * sysdeps/sh/sh4/__longjmp.S: Likewise.
3211 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
3212             Ulrich Drepper  <drepper@redhat.com>
3214         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
3215         (__nscd_cache_search): Assume each entry in the
3216         hash chain needs one hashentry and half of datahead.  Use
3217         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
3219 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
3221         * posix/sys/wait.h: Fix typos.  Pretty printing.
3222         * stdlib/stdlib.h: Likewise.  Correct comments.
3224         [BZ #10159]
3225         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
3227         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
3228         patch.
3230 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3232         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
3233         Use it if we absolutely cannot reach any more correct list elements
3234         because that many do not fit into the currently mapped database.
3236 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
3238         * nscd/nscd_helper.c: Include stddef.h.
3239         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
3240         in a couple of places.  Return NULL if trail is not less than
3241         datasize, don't consider dataheads with length smaller than
3242         offsetof (struct datahead, data) + datalen.
3243         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
3244         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
3245         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3246         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3247         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3248         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3249         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3251         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
3252         Rename ...
3253         (fallocate64): ... to this.
3254         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
3255         Rename ...
3256         (fallocate64): ... to this.
3257         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
3258         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
3259         fallocate64@@GLIBC_2.10.
3260         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
3261         fallocate64@@GLIBC_2.11.
3262         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
3263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
3264         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
3265         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
3267         * nscd/selinux.c (nscd_avc_destroy): Removed.
3268         * nscd/selinux.h (nscd_avc_destroy): Likewise.
3269         * nscd/nscd.c (termination_handler): Don't call
3270         nscd_avc_destroy.
3272 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
3274         * include/atomic.h: Formatting.
3275         (catomic_compare_and_exchange_val_acq): Don't define if already
3276         defined by bits/atomic.h.
3278 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3280         * math/libm-test.inc (expm1_test): Add test for range error.
3282         * Versions.def: Add GLIBC_2.11 for libc.
3283         * debug/Makefile (routines): Add longjmp_chk.
3284         Add rules to build and run tst-longjmp_chk.
3285         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
3286         * debug/longjmp_chk.c: New file.
3287         * debug/tst-longjmp_chk.c: New file.
3288         * include/bits/setjmp2.: New file.
3289         * include/stdio.h: Mark __fortify_fail as internal_function.
3290         * setjmp/Makefile (headers): Add bits/setjmp2.h.
3291         * setjmp/bits/setjmp2.h: New file.
3292         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
3293         of the aliases.
3294         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
3295         defined.
3296         * sysdeps/i386/____longjmp_chk.S: New file.
3297         * sysdeps/x86_64/____longjmp_chk.S: New file.
3298         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
3299         * sysdeps/x86_64/__longjmp.S: Likewise.
3301         * version.h: Bump for 2.11 development.
3303         * elf/check-execstack.c: New file.
3304         * elf/Makefile: Add rules to build and run check-execstack.
3306 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
3308         * version.h (VERSION): Bump to 2.10.1.
3310         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
3311         compatibility functions.
3312         * nss/getXXent_r.c: Likewise.
3313         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
3314         * gshadow/getsgnam_r.c: Likewise.
3315         * gshadow/Version: Remove duplicate entries.
3317         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
3318         for recent processor.
3319         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
3320         Likewise.
3322 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
3324         * version.h (VERSION): Bump for 2.10 release.
3325         * include/features.h (__GLIBC_MINOR__): Bump to 10.
3327         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
3328         same place we add ASFLAGS-config.
3330 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
3332         [BZ #10128]
3333         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
3334         or FORMERR and the other NOERROR, don't raise an error.
3336 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
3338         [BZ #10118]
3339         * Makeconfig (+asflags): New variable based upon ASFLAG or
3340         asflags-cpu.
3341         (ASFLAGS): Add override to set ASFLAGS to +asflags.
3342         * config.make.in (asflags-cpu): Add variable based upon
3343         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
3344         the assembler.
3345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3346         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
3347         recognizes power6 instruction set due to passing -mcpu=power6 from
3348         --with-cpu=power6 when compiling .S files.
3349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3350         Likewise.
3351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3352         Likewise.
3353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3354         Likewise.
3356 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
3358         * string/stratcliff.c (do_test): Test for zero length
3359         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
3360         at the end of the page.
3362 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
3364         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
3366         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
3367         count is zero.
3369         * po/da.po: Update from translation team.
3371 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
3373         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
3374         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
3376 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
3378         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
3379         and READ_IMPLIES_EXEC.
3381 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
3383         * po/da.po: Update from translation team.
3385 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
3387         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
3388         comment change.
3390 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3392         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
3393         to MAP_ANON in PROT_NONE mmap64 call.
3394         (open_archive): Likewise.
3395         (file_data_available_p): Use mmap64 instead of mremap.
3396         (enlarge_archive): Likewise.  Update head if ah->addr changed.
3397         Attempt to reserve address space after mmap64 region.
3399 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
3401         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
3402         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
3403         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3405         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
3406         atanh should set ERANGE.
3408         [BZ #10087]
3409         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
3410         result of lookup to make call to implement STT_GNU_IFUNC.
3411         (_dl_profile_fixup): Likewise.
3412         Patch by H.J. Lu <hjl.tools@gmail.com>.
3414         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
3415         warning.
3417         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
3418         from definition.
3420         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
3421         label if it is not used.
3423         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
3424         of gmon_hist_hdr and gmon_hdr structures and use them.
3425         * elf/sprof.c: Likewise.
3427         * elf/dl-load.c (open_verify): Add temporary variable to avoid
3428         warning.
3430         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
3432         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
3433         to avoid cast.
3435         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
3436         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
3437         to avoid warnings.
3438         (iruserok_af): Use ss_family instead of casts.
3440         * gmon/gmon.c (write_hist): Define real-type variant of
3441         gmon_hist_hdr structure and use it.
3442         (write_gmon): Likewise for gmon_hdr.
3444         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
3445         function if we are not going to define it.
3446         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3448         * inet/inet6_option.c (option_alloc): Add temporary variable to
3449         avoid warning.
3451         * libio/strfile.h (struct _IO_streambuf): Use correct type and
3452         name of VTable element.
3453         * libio/iovsprintf.c: Avoid casts to avoid warnings.
3454         * libio/iovsscanf.c: Likewise.
3455         * libio/vasprintf.c: Likewise.
3456         * libio/vsnprintf.c: Likewise.
3457         * stdio-common/isoc99_vsscanf.c: Likewise.
3458         * stdlib/strfmon_l.c: Likewise.
3459         * debug/vasprintf_chk.c: Likewise.
3460         * debug/vsnprintf_chk.c: Likewise.
3461         * debug/vsprintf_chk.c: Likewise.
3463         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
3464         function pointers.
3466 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
3468         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
3470 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
3472         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
3474         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
3475         * sysdeps/i386/fpu/s_tanf.S: Likewise.
3476         * sysdeps/i386/fpu/s_tanl.S: Likewise.
3477         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3478         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
3479         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
3480         * math/libm-test.inc: Add tests for errno after tan calls with
3481         Â±Inf.
3483         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
3484         errno value vor pow(+-0,neg).
3485         * math/libm-test.inc (pow_test): Add tests for errno value for
3486         pole errors.
3488         * math/w_fmod.c: Also handle x=±Inf as error.
3489         * math/w_fmodf.c: Likewise.
3490         * math/w_fmodl.c: Likewise.
3491         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
3492         x=±Inf or y=0.
3494         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
3495         * sysdeps/i386/fpu/s_cosf.S: Likewise.
3496         * sysdeps/i386/fpu/s_cosl.S: Likewise.
3497         * sysdeps/i386/fpu/s_sin.S: Likewise.
3498         * sysdeps/i386/fpu/s_sinf.S: Likewise.
3499         * sysdeps/i386/fpu/s_sinl.S: Likewise.
3500         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3501         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
3502         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
3503         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
3504         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
3505         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
3506         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
3507         * math/libm-test.inc: Add tests for errno after sin/cos calls with
3508         Â±Inf.
3510         * stdlib/strtod_l.c (round_and_return): We have to set errno to
3511         ERANGE for underflows.
3512         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
3514         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
3515         the 2001 revision.
3517         * libio/tst-widetext.input: Remove surrogates.
3519         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
3521         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
3522         for lgamma should set errno to ERANGE, not EDOM.
3523         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
3525 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3527         [BZ #10093]
3528         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
3529         UTF-16 surrogates.
3531         * locale/programs/locarchive.c (enlarge_archive): Conserve address
3532         space when temporarily mapping the whole content of the old file.
3534         [BZ #10100]
3535         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
3536         not zero.
3538 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
3540         * iconvdata/sjis.c (BODY): Don't advance inptr before
3541         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
3542         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
3543         two byte chars.
3545 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3547         * locale/locarchive.h (struct locarhandle): Rename len field to
3548         mmaped and add new reserved field.
3549         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
3550         (create_archive): Reserve address space and then map file into it.
3551         (open_archive): Likewise.
3552         (file_data_available_p): New function.
3553         (compare_from_file): New function.
3554         (close_archive): Adjust to member name changes.
3555         (add_locale): Before comparing locale data, check it is mapped.
3556         Otherwise fall back to reading from the file.
3558 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
3560         * stdio-common/psiginfo.c: Include <errno.h>.
3562 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3564         [BZ #9920]
3565         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
3566         to get consistency between 32 and 64 bit architectures.
3568         [BZ #10052]
3569         * sysdeps/unix/make-syscalls.sh: Add rule to create target
3570         directory for dummy syscall rules.
3571         Patch by Chris Steinbroner <hesh@pobox.com>.
3573 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
3575         [BZ #10092]
3576         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
3577         MNT_EXPIRE.
3579 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3581         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
3582         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3584 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
3586         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
3587         data from vector to temporary buffer and call PWRITEV after it
3588         instead of vice versa.
3589         * sysdeps/posix/preadv.c: Fix up comment.
3590         * misc/preadv.c: Likewise.
3591         * misc/preadv64.c: Likewise.
3592         * misc/pwritev.c: Likewise.
3593         * misc/pwritev64.c: Likewise.
3594         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
3596 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3598         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
3600         * shadow/Makefile (tests): Add tst-shadow.
3601         * shadow/tst-shadow.c: New file.
3603         [BZ #9955]
3604         * gshadow/Makefile: New file.
3605         * gshadow/Versions: New file.
3606         * gshadow/fgetsgent.c: New file.
3607         * gshadow/fgetsgent_r.c: New file.
3608         * gshadow/getsgent.c: New file.
3609         * gshadow/getsgent_r.c: New file.
3610         * gshadow/getsgnam.c: New file.
3611         * gshadow/getsgnam_r.c: New file.
3612         * gshadow/gshadow.h: New file.
3613         * gshadow/putsgent.c: New file.
3614         * gshadow/sgetsgent.c: New file.
3615         * gshadow/sgetsgent_r.c: New file.
3616         * gshadow/tst-gshadow.c: New file.
3617         * include/gshadow.h: New file.
3618         * Makeconfig (all-subdirs): Add gshadow.
3619         * Makefile (installed-headers): Add gshadow/gshadow.h.
3620         * nss/Makefile (databases): Add sgrp.
3621         * nss/Versions: Add gshadow functions as private exports.
3622         * nss/nsswitch.conf: Add gshadow entry.
3623         * nss/sgrp-lookup.c: New file.
3624         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
3625         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
3626         * nss/nss_files/files-sgrp.c: New file.
3627         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
3628         * sysdeps/unix/sysv/linux/paths.h: Likewise.
3630 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
3632         * stdio-common/printf.h: Add missing const to register_printf_modifier.
3633         * stdio-common/reg-modifier.c: Likewise.
3635 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
3637         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
3638         is no FPU.
3640 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
3642         [BZ #10086]
3643         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
3644         headers up to 2.6.30.
3646         * po/ca.po: Update from translation team.
3648 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
3650         [BZ #10069]
3651         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
3652         an object that uses static TLS if the TLS modid is higher than the
3653         reserve we always allocate.  At least for multi-threaded code.
3655 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
3657         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
3658         Numerically stable check for valid width.
3660         * locale/programs/locarchive.c (open_archive): Map the entire file
3661         and not just the administrative data.
3662         (add_locale): When we find a hash sum match compare the content
3663         to be sure.
3665         * malloc/malloc.c (malloc_info): Output address space information.
3667 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
3669         * malloc/malloc.c (malloc_info): Also output system memory information.
3671         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
3672         architectures have preadv/pwritev in 2.6.30.
3674         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
3675         * sysdeps/posix/readv.c: Likewise.
3676         Reported by Markus Armbruster <armbru@redhat.com>.
3678         * malloc/hooks.c (top_check): Force hook value into register.
3680 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3682         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
3683         calls to _dl_relocate_object.
3685 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3687         [BZ #9957]
3688         * malloc/malloc.c (force_reg): Define.
3689         (sYSMALLOc): Load hook variable into variable
3690         before test and force into register.
3691         (sYSTRIm): Likewise.
3692         (public_mALLOc): Force hook value into register.
3693         (public_fREe): Likewise.
3694         (public_rEALLOc): Likewise.
3695         (public_mEMALIGn): Likewise.
3696         (public_vALLOc): Likewise.
3697         (public_pVALLOc): Likewise.
3698         (public_cALLOc): Likewise.
3699         (__posix_memalign): Likewise.
3700         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
3701         before test and force into register.
3702         * malloc/hooks.c (top_check): Likewise.
3703         (public_sET_STATe): Pretty printing.
3705         * resolv/res_send.c (send_dg): Don't just ignore the result we got
3706         in case we only receive one reply in single-request mode.
3708 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
3710         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
3711         are dlopened in statically linked program even for __LM_ID_CALLER.
3713 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3715         * resolv/res_send.c (send_dg): Don't switch into single-request
3716         mode if we already are in it.
3718 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
3720         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
3721         are always at least 4 bytes in the returned line.
3723 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
3725         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
3726         __libc_use_alloca (8192), if the stack is too small use 512 bytes
3727         instead of 8K.  Stop searching in /proc/stat after hitting first
3728         line not starting with cpu.
3729         (next_line): Truncate too long
3730         lines at buffer size * 3/4 instead of pretending there were line
3731         breaks inside of large lines.
3733 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3735         * sysdeps/x86_64/mp_clz_tab.c: New file.
3737 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
3738             Ulrich Drepper  <drepper@redhat.com>
3740         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
3741         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
3742         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
3744 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
3746         * sysdeps/sh/libc-tls.c: New file.
3748         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
3750 2009-04-14  Roland McGrath  <roland@redhat.com>
3752         * elf/elf.h: Add various missing ARM constants, to match binutils.
3754 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3756         Optimizations from GMP.
3757         * sysdeps/x86_64/add_n.S: New file.
3758         * sysdeps/x86_64/addmul_1.S: New file.
3759         * sysdeps/x86_64/lshift.S: New file.
3760         * sysdeps/x86_64/mul_1.S: New file.
3761         * sysdeps/x86_64/rshift.S: New file.
3762         * sysdeps/x86_64/sub_n.S: New file.
3763         * sysdeps/x86_64/submul_1.S: New file.
3765 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3767         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
3768         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
3769         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
3770         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3772 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3774         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
3775         preadv/pwritev.
3777 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
3779         * sysdeps/x86-64/strrchr.S: New file.
3781 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
3783         * stdio-common/printf.h (struct printf_info): Add user element.
3784         New types printf_arginfo_size_function, printf_va_arg_function.
3785         Declare register_printf_specifier, register_printf_modifier,
3786         register_printf_type.
3787         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
3788         (union printf_arg): Add pa_user element.
3789         Adjust __printf_arginfo_table type.
3790         Add __printf_va_arg_table, __printf_modifier_table,
3791         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
3792         declarations.
3793         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
3794         If registered arginfo call failed try normal specifier.
3795         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
3796         function.
3797         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
3798         * stdio-common/Versions: Export register_printf_modifier,
3799         register_printf_type, and register_printf_specifier for GLIBC_2.10.
3800         * stdio-common/reg-modifier.c: New file.
3801         * stdio-common/reg-type.c: New file.
3802         * stdio-common/reg-printf.c (__register_printf_specifier): New
3803         function.  Mostly the old __register_printf_function function but
3804         uses locking and type of third parameter changed.
3805         (__register_printf_function): Implement using
3806         __register_printf_specifier.
3807         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
3808         calls to arginfo functions.  Allocate enough memory for user-defined
3809         types.  Call new va_arg functions to get user-defined types.
3810         Try installed handlers even for existing format specifiers first.
3812 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
3814         * sysdeps/x86_64/rawmemchr.S: New file.
3816         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
3817         Simplified code and possible copy problem fixed.
3819         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
3820         function if it is not defined.  Add some necessary casts.
3821         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3823         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
3824         have preadv/pwritev in 2.6.30.
3826 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
3828         * malloc/malloc.c (malloc_info): New function.
3829         * malloc/malloc.h: Declare it.
3830         * malloc/Versions: Export malloc_info for GLIBC_2.10.
3832         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
3833         to avoid PLT slot.
3835         * malloc/malloc.c (_int_realloc): Add parameter with old block
3836         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
3837         Adjust all callers.
3838         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
3840 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
3842         * sysdeps/x86_64/strchrnul.S: New file.
3844         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
3845         depending libcrypt on -lfreebl3.
3847         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
3848         preadv/pwritev in 2.6.30.
3850         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
3851         instead of __strcasecmp.
3853         * string/stratcliff.c (do_test): Add memchr tests..
3854         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
3855         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
3856         first read quad word.
3858 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
3860         * string/strverscmp.c (__strverscmp): Fix last cleanups.
3861         * string/tst-svc.input: Add new test case.
3862         * string/tst-svc.expect: Adjust.
3863         * string/Makefile: Don't ignore tst-svc error.
3865         * sysdeps/x86_64/memchr.S: New file.
3867         * resolv/resolv.h (RES_SNGLKUP): Define.
3868         * resolv/res_init.c (res_setoptions): Recognize single-request option.
3869         * resolv/res_send.c (send_dg): If we sent two requests at once and
3870         only get one reply before timeout switch to mode where we send the
3871         second request only after the first answer has been received.
3873 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
3875         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
3876         * sysdeps/x86_64/strchr.S: Likewise.
3878 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
3880         * configure.in: We need to test for the compiler earlier.
3882         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
3883         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
3884         GLIBC_2.10.
3885         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
3886         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
3887         and pwritev.
3888         * misc/preadv.c: New file.
3889         * misc/preadv64.c: New file.
3890         * misc/pwritev.c: New file.
3891         * misc/pwritev64.c: New file.
3892         * sysdeps/posx/preadv.c: New file.
3893         * sysdeps/posx/preadv64.c: New file.
3894         * sysdeps/posx/pwritev.c: New file.
3895         * sysdeps/posx/pwritev64.c: New file.
3896         * sysdeps/unix/sysv/linux/preadv.c: New file.
3897         * sysdeps/unix/sysv/linux/preadv64.c: New file.
3898         * sysdeps/unix/sysv/linux/pwritev.c: New file.
3899         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
3900         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
3901         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
3903         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
3904         compatibility code.
3905         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
3907         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3908         __ASSUME_COMPLETE_READV_WRITEV.
3909         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
3910         with modern kernels.
3911         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3913         * sysdeps/posix/readv.c: Since read is a cancellation point we have
3914         to free a possible malloced buffer in case of cancellation.
3915         * sysdeps/posix/writev.c: Likewise for write.
3917 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
3919         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
3921         * configure.in: Recognize --enable-nss-crypt.
3922         * config.make.in: Add nss-crypt entry.
3923         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
3924         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
3925         and include path for NSS directory to compiler for md5-crypt,
3926         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
3927         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
3928         function implementation, use NSS.  Introduce wrappers around the
3929         hash function calls.  Little code size optimization.
3930         * crypt/sha256-crypt.c: Likewise.
3931         * crypt/sha512-crypt.c: Likewise.
3932         * scripts/check-local-headers.sh: Ignore nss3 directory.
3934         * configure.in: Rename pic_default to libc_cv_pic_default.
3935         * config.make.in: Likewise.
3937 2009-04-01  Roland McGrath  <roland@redhat.com>
3939         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
3940         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
3941         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
3942         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
3943         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
3944         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
3945         (R_SPARC_NUM): Update.
3946         From Dave Miller <davem@davemloft.net>.
3948 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
3950         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
3952 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
3954         * elf/dl-open.c: Keep track of used name spaces and only iterate over
3955         those which are used.
3956         * elf/dl-addr.c: Likewise.
3957         * elf/dl-caller.c: Likewise.
3958         * elf/dl-fini.c: Likewise.
3959         * elf/dl-iteratephdr.c: Likewise.
3960         * elf/dl-libc.c: Likewise.
3961         * elf/dl-load.c: Likewise.
3962         * elf/dl-support.c: Likewise.
3963         * elf/dl-sym.c: Likewise.
3964         * elf/rtld.c: Likewise.
3965         * sysdeps/generic/ldsodefs.h: Likewise.
3967         * elf/dl-load.c: Remove support for systems without MAP_ANON.
3968         * elf/dl-minimal.c: Likewise.
3969         * elf/dl-misc.c: Likewise.
3970         * elf/rtld.c: Likewise.
3971         * sysdeps/generic/ldsodefs.h: Likewise.
3973 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
3975         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
3976         Avoid reuse of complex expression.
3978         * po/fr.po: Update from translation team.
3980 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3982         * include/dirent.h: Yet more changes to match sort function type
3983         change.
3984         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
3985         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
3986         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
3988 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
3990         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
3992 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3994         * nscd/connections.c (restart): Try to preserve the process name
3995         by reading the /proc/self/exe symlink and using the return name.
3996         Patch by Jeff Bastian <jbastian@redhat.com>.
3998 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
4000         [BZ #9733]
4001         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
4002         if we are not loading a new audit library.
4003         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
4004         Only use profiling trampoline for auditing if we are not relocating
4005         an audit library.
4006         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
4007         * elf/rtld.c: Likewise.
4008         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
4010         * elf/rtld.c (dl_main): Extend help message for --audit option.
4012         [BZ #9759]
4013         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
4014         alphasort64, versionsort, and versionsort64 to POSIX 2008.
4015         * dirent/alphasort.c: Adjust implementation to type change.
4016         * dirent/alphasort64.c: Likewise.
4017         * dirent/scandir.c: Likewise.
4018         * dirent/versionsort.c: Likewise.
4019         * dirent/versionsort64.c: Likewise.
4020         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
4021         declaration.
4022         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
4023         declaration.
4025         [BZ #9880]
4026         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
4027         correctly.  Set segleft member in output as required.
4028         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4029         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
4031         [BZ #9881]
4032         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
4033         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4034         * inet/Makefile (tests): Add tst-inet6_rth.
4035         * inet/tst-inet6_rth.c: New file.
4037         [BZ #5807]
4038         * string/strlen.c (strlen): Fix omission in the expression to test
4039         for NUL bytes.
4041 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4043         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
4045         * elf/dl-runtime.c (reloc_offset): Define.
4046         (reloc_index): Define.
4047         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
4048         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
4049         computing index from reloc_offset.
4050         (_dl_call_pltexit): Likewise.
4051         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
4052         the relocation index to _dl_fixup.
4053         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
4054         _dl_call_pltexit.
4055         * sysdeps/x86_64/dl-runtime.c: New file.
4057         [BZ #9893]
4058         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
4059         alignment of La_x86_64_regs.  Store xmm parameters.
4060         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
4062         [BZ #9913]
4063         * string/strverscmp.c (__strverscmp): Fix case of different digits
4064         in fractional part of string.
4065         Patch by Jingyu Liu <jyliu@fortinet.com>.
4066         * string/Makefile (tests): Add tst-svc2.
4067         * string/tst-svc2.c: New file.
4069         * string/strverscmp.c (__strverscmp): Optimize size of tables.
4071         * locale/iso-639.def: Add Min Nan.
4073 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4075         [BZ #9948]
4076         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
4078 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4080         * elf/dl-sysdep.c (auxvars): Compress data structure.
4082         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
4083         STT_GNU_IFUNC handling.
4084         (elf_machine_rela): Likewise.
4086 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
4088         * config.h.in (USE_MULTIARCH): Define.
4089         * configure.in: Handle --enable-multi-arch.
4090         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
4091         (_dl_fixup_profile): Likewise.
4092         * elf/do-lookup.c (dl_lookup_x): Likewise.
4093         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
4094         * elf/elf.h (STT_GNU_IFUNC): Define.
4095         * include/libc-symbols.h (libc_ifunc): Define.
4096         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
4097         framework in init-arch.h to get CPUID values.
4098         * sysdeps/x86_64/multiarch/Makefile: New file.
4099         * sysdeps/x86_64/multiarch/init-arch.c: New file.
4100         * sysdeps/x86_64/multiarch/init-arch.h: New file.
4101         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
4103         * config.make.in (experimental-malloc): Define.
4104         * configure.in: Handle --enable-experimental-malloc.
4105         * malloc/Makefile: Handle experimental-malloc flag.
4106         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
4107         * malloc/arena.c: Likewise.
4108         * malloc/hooks.c: Likewise.
4109         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
4111 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
4113         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
4114         prediction.  A few size optimizations.
4116 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4118         * time/tzset.c: Optimize a bit for size.
4120 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4122         * include/stdio.h (fmemopen): Add libc_hidden_proto.
4123         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
4125         * elf/sprof.c: Avoid warning about multi-line comment.
4127 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4129         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
4130         DST name.
4131         * time/tst-posixtz.c: Add tests for quoted timezone names.
4133 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4135         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
4136         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
4137         200809L instead of 200112L.
4138         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
4139         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
4141         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
4142         instead of __quick_exit_funcs to __run_exit_handlers.
4143         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
4144         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
4145         (__cxa_at_quick_exit): Remove attribute_hidden.
4146         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
4147         to __run_exit_handlers.
4148         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
4149         attribute_hidden.
4151 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4153         * po/id.po: Update from translation team.
4155 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
4157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
4158         .machine push; .machine "power6" and .machine pop around mtfsf
4159         insns outside of _ARCH_PWR6 define.
4160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
4161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
4162         Likewise.
4163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
4164         Likewise.
4165         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
4166         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
4167         relax_fenv_state): Likewise.
4169 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
4171         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
4172         cxa_at_quick_exit.
4173         (static-only-routines): Add at_quick_exit.
4174         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
4175         GLIBC_2.10.
4176         * stdlib/quick_exit.c: New file.
4177         * stdlib/at_quick_exit.c: New file.
4178         * stdlib/cxa_at_quick_exit.c: New file.
4179         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
4180         it appropriately.
4181         (__internal_atexit): New function.
4182         (__new_exitfn): Now takes parameter to point to the list to use.
4183         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
4184         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
4185         (exit): ...here.  Just call __run_exit_handlers appropriately.
4186         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
4187         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
4188         * stdlib/on_exit.c: Adjust call to __new_exitfn.
4189         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
4191         * po/id.po: Update from translation team.
4193 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
4195         * po/ru.po: Update from translation team.
4197 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
4199         * po/nl.po: Update from translation team.
4201 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
4203         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
4204         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4205         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4206         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4207         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4208         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4209         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4211         * po/pl.po: Update from translation team.
4213 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4215         [BZ #7083]
4216         * sysdeps/unix/sysv/linux/fallocate.c: New file.
4217         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
4218         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
4219         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
4220         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
4221         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
4222         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
4223         for GLIBC_2.10.
4224         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
4225         Add fallocate and fallocate64.
4227         * io/fcntl.h: Pretty printing.
4229 2009-03-02  Richard Guenther  <rguenther@suse.de>
4231         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
4232         attribute also for non-C99 inline semantics variant.
4234 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4236         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
4237         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
4238         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
4239         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
4240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
4241         Likewise.
4242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
4243         Likewise.
4245 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4247         * po/cs.po: Update from translation team.
4249 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
4251         * po/bg.po: Update from translation team.
4252         * po/sv.po: Likewise.
4253         * po/fi.po: Likewise.
4254         * po/vi.po: Likewise.
4256 2009-02-27  Roland McGrath  <roland@redhat.com>
4258         * Makeconfig (%.v.i): Depend on Makeconfig.
4259         Exclude % lines from initial #-comment removal.
4261 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
4263         * po/ko.po: Update from translation team.
4265 2009-02-26  Roland McGrath  <roland@redhat.com>
4267         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
4268         avoids unused warning.
4270 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
4271             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
4273         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
4274         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
4275         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
4276         and asm/user.h.  Include asm/ptrace.h.
4277         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
4278         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
4279         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
4280         Undefine.
4281         (start_thread): Don't undefine.
4282         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
4283         Define.
4285 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
4287         * wctype/wctype.h: The *_l functions are in POSIX 2008.
4288         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
4289         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
4290         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
4291         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
4292         200112L to 200809L.
4293         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
4294         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4295         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
4296         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4297         _SC_THREAD_ROBUST_PRIO_PROTECT.
4298         * posix/unistd.h: fexecve is in POSIX 2008.
4299         * time/time.h: strftime_l is in POSIX 2008.
4300         * io/sys/stat.h: futimens is in POSIX 2008.
4301         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
4302         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
4303         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
4304         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
4305         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
4306         open_memstream, and vdprintf are in POSIX 2008.
4308 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
4310         * include/features.h: Define macros for XPG7/POSIX 2008.
4311         * ctype/ctype.h: The *_l functions are in POSIX 2008.
4312         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
4313         POSIX 2008.
4314         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
4315         * locale/xlocale.h: Define locale_t type.
4316         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
4317         in POSIX 2008.  Don't define locale_t here.
4318         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
4319         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
4320         UTIME_OMIT only with __USE_ATFILE.
4321         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
4322         * stdio-common/psiginfo.c: New file.
4323         * stdio-common/psiginfo-data.h: New file.
4324         * stdio-common/psiginfo-define.h: New file.
4325         * stdio-common/Makefile (routines): Add psiginfo.
4326         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
4327         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4328         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
4329         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4330         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4331         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
4332         * io/sys/stat.h: Move mknodat definition into same conditional as
4333         mknod.
4334         * time/sys/time.h: futimesat is not among the functions accepted
4335         into the POSIX standard.
4337         * include/features.h: If no feature selection given and we select
4338         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
4339         * posix/Versions: Export __posix_getopt.
4340         * posix/getopt.c (_getopt_initialize): Take additional parameter.
4341         Use it to alternatively initialize __posixly_correct.
4342         (_getopt_internal_r): Take addition parameter.  Pass on to
4343         _getopt_initialize.
4344         (_getopt_internal): Take addition parameter.  Pass on to
4345         _getopt_internal_r.
4346         (getopt): Pass additional zero to _getopt_internal.
4347         (__posix_getopt): New function.
4348         * posix/getopt.h: Add redirection for getopt.
4349         * posix/getopt1.c (getopt_long): Pass additional zero to
4350         _getopt_internal.
4351         (getopt_long_only): Likewise.
4352         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
4353         (_getopt_long_only_r): Likewise.
4354         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
4355         _getopt_internal_r.
4357 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4359         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
4360         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4361         * sysdeps/posix/sysconf.c (__sysconf): Handle
4362         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
4363         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4365 2009-02-24  Roland McGrath  <roland@redhat.com>
4367         [BZ #9895]
4368         * README.template: Reworded not to use substituted version number.
4369         Renamed to ...
4370         * README: ... here (no longer generated).
4371         * Makefile (README): Target removed.
4373 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4375         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
4376         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
4377         instead.
4379         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
4381         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
4383 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
4385         * po/bg.po: Update from translation team.
4387 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
4389         * stdlib/monetary.h: Uglify function parameter names.
4390         * sunrpc/rpc/pmap_clnt.h: Likewise.
4391         * sunrpc/rpc/svc.h: Likewise.
4392         * sunrpc/rpc/xdr.h: Likewise.
4393         * sunrpc/rpc/clnt.h: Likewise.
4394         * resolv/netdb.h: Likewise.
4395         * resolv/arpa/nameser.h: Likewise.
4396         * resolv/resolv.h: Likewise.
4397         * argp/argp.h: Likewise.
4398         * locale/langinfo.h: Likewise.
4399         * io/sys/stat.h: Likewise.
4400         * posix/spawn.h: Likewise.
4401         * nis/rpcsvc/nislib.h: Likewise.
4402         * malloc/obstack.h: Likewise.
4403         * sysdeps/ia64/bits/link.h: Likewise.
4404         * sysdeps/i386/bits/link.h: Likewise.
4405         * sysdeps/s390/bits/link.h: Likewise.
4406         * sysdeps/powerpc/bits/link.h: Likewise.
4407         * sysdeps/x86_64/bits/link.h: Likewise.
4408         * sysdeps/sparc/bits/link.h: Likewise.
4409         * sysdeps/sh/bits/link.h: Likewise.
4410         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
4411         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
4412         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
4413         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4415 2008-12-01  Fredrik Unger  <fred@tree.se>
4417         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
4418         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
4419         _FP_UNPACK_RAW_2, fix up first argument.
4421 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
4423         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
4424         (GET_NPROCS_PARSER): Change parameters and use next_line.
4425         (__get_nprocs): Rewrite to not use stdio routines.
4426         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
4427         Change parameters and use next_line.
4429 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
4431         [BZ #5381]
4432         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
4433         Change mempool_alloc prototype.
4434         * nscd/mem.c (gc): Don't handle mem_in_flight.
4435         (mempool_alloc): Third parameter now only indicates whether this is the
4436         first call (to allocate data) or not.  If it is, get db rdlock.
4437         Release it on error.  Don't handle mem_in_flight.
4438         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
4439         Adjust third parameter of mempool_alloc calls.
4440         Nothing to do here in case mempool_alloc fails.
4441         Avoid local variable shadowing parameter.  No need to get db rdlock
4442         before calling cache_add.
4443         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
4444         no mem_in_flight array anymore.
4445         * nscd/connections.c: Remove definition and handling of mem_in_flight.
4446         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
4447         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
4448         in case mempool_alloc fails. No need to get db rdlock before calling
4449         cache_add.
4450         * nscd/hstcache.c (cache_addhst): Likewise.
4451         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4452         * nscd/servicescache.c (cache_addserv): Likewise.
4453         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
4455 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
4457         * po/lt.po: Update from translation team.
4459 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
4461         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
4462         defined, allow additional data to be added using the optional
4463         MORE_ELF_HEADER_DATA macro.
4464         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
4465         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
4467 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
4469         * include/atomic.h: Define catomic_and if not already defined.
4470         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
4471         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4473 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
4475         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
4476         Change all callers.
4477         (_int_realloc): Likewise.  Third argument is now padded size
4478         All _int_* functions are now static.
4480         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
4481         * malloc/arena.c: Likewise.
4482         * include/malloc.h: Remove now unnecessary declarations of the _int_*
4483         functions.
4485         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
4486         easily.
4488         * malloc/malloc.c: Add branch prediction for use of the hooks.
4490         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
4492 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4494         [BZ #7095]
4495         * bits/confname.h: Add SUSv7 macros for getconf environments.
4496         * bits/environments.h: Likewise.
4497         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
4498         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
4499         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
4500         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
4501         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
4502         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
4503         * posix/getconf.c: Likewise.
4504         * posix/sysconf.c: Likewise.
4505         * sysdeps/posix/sysconf.c: Likewise.
4506         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
4507         environments.
4509 2009-01-16  Petr Baudis  <pasky@suse.cz>
4511         [BZ #9753]
4512         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
4513         even if we currently have zero nscount.
4515 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4517         [BZ #9781]
4518         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
4519         the input line is too long.
4521         * po/Makefile (libc.pot): Add f_print as function taking c-format
4522         parameter.
4524         * debug/xtrace.sh: Unify translatable messages.
4525         * elf/ldd.bash.in: Likewise.
4526         * elf/sprof.c: Likewise.
4527         * locale/programs/locale.c: Likewise.
4528         * malloc/memusage.sh: Likewise.
4529         * nss/getent.c: Likewise.
4531 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
4533         * debug/pcprofiledump.c (print_version,
4534         argp_program_version_hook): New function.
4535         * elf/ldconfig.c (more_help): New function.
4536         (argp): Use it.
4537         * elf/sln.c (usage): New function.
4538         (main): Support --help and --version.
4539         * malloc/memusagestat.c (print_version): New function.
4540         (argp_program_version_hook): New variable.
4541         * nscd/nscd.c (more_help): New function.
4542         (argp): Use it.
4543         * posix/getconf.c (main): Send --version output to stdout.
4544         Support --help.
4545         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
4546         arguments.  All callers changed.
4547         (print_version): New function.
4548         (parseargs): Support --help and --version.
4549         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
4550         changed.
4551         (print_version): New function.
4552         (main): Use getopt_long.  Support --help and --version.
4553         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
4554         --version.
4556 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4558         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
4559         (update_data): Fix handling of wrapping back
4560         to the beginning of the buffer.
4562         [BZ #9823]
4563         * stdio-common/psignal.c (psignal): Fix test for empty string.
4565 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
4567         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
4568         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
4569         move _null_auth to .rodata.
4571         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
4572         value of 24.
4574         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
4576         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
4577         today than when the original code was written.  Use larger
4578         buffers.  This also makes it unnecessary to have stat information,
4579         if this causes extra efforts.
4580         (__opendir): In case O_DIRECTORY works, don't call fstat just for
4581         __alloc_dir.
4583 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
4585         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
4586         is set.
4587         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
4588         * sysdeps/sh/sh4/__longjmp.S: Likewise.
4589         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
4590         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
4591         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
4592         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
4594 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4596         * po/ru.po: Update from translation team.
4598 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4600         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
4601         Add _tid slot to maintain consistency with kernel.
4603 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4605         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
4606         incomplete characters at end of input buffer.
4607         * libio/Makefile (tests): Add tst-fgetwc.
4608         * libio/tst-fgetwc.c: New file.
4609         * libio/tst-fgetwc.input: New file.
4611 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
4613         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
4615 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
4617         [BZ #9793]
4618         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
4619         *OUTBUFSTART unless the whole output fit into the buffer.
4620         * iconv/Makefile (tests): Add tst-iconv4.
4621         * iconv/tst-iconv4.c: New file.
4623 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
4625         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
4626         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4628 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
4630         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
4631         newer linker scripts.
4633 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4635         [BZ #7040]
4636         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
4637         inotify_rm_watch should have type int.
4639 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
4641         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4642         Make aligned_restore_vmx a local symbol.
4643         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
4644         Likewise.
4646 2009-01-30  Andreas Jaeger  <aj@suse.de>
4648         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
4649         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
4650         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
4651         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
4652         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
4653         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
4654         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
4656 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
4658         [BZ #9726]
4659         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
4660         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
4662 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
4664         [BZ #9726]
4665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4666         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4668         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4670 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
4672         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
4673         memcpy instead of memcmp.
4674         (_dl_setup_pointer_guard): Likewise.
4676 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4678         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
4679         manipulated brk, use malloc_printerr.
4680         * misc/sbrk.c (__sbrk): Better error handling for nonsense
4681         requests.
4683 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
4685         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
4686         rindex): For C++ add inlines so that they can be recognized as
4687         builtins.
4688         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
4690 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4691             Jakub Jelinek  <jakub@redhat.com>
4693         * string/string.h: Define correct C++ prototypes for gcc 4.4.
4694         * wcsmbs/wchar.h: Likewise.
4696 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4698         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
4699         (stackinfo_sub_sp): Define.
4701 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4703         [BZ #9750]
4704         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
4705         * include/alloca.h (alloca_account): Define.
4706         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
4707         (stackinfo_sub_sp): Define.
4709         * nscd/connections.c (nscd_init): If database file access fails
4710         check whether this is due to permission problems and bail in that
4711         case.
4713         [BZ #9741]
4714         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
4715         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
4717 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4719         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
4720         Add "t" to clobber list.
4721         (INTERNAL_SYSCALL_NCS): Likewise.
4723 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4725         * nss/getent.c (print_networks): Don't print comma between aliases.
4727 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
4729         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
4731         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
4732         the hash table.
4733         * misc/Makefile (tests): Add bug-hsearch1.
4734         * misc/bug-hsearch1.c: New file.
4736 2009-01-22  Roland McGrath  <roland@redhat.com>
4738         * Makeconfig (%.v.i): Strip trailing # comments,
4739         not only whole-line comments.
4741 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
4743         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
4744         one parameter.  If non-NULL use it to initialize return value.
4745         (_dl_setup_pointer_guard): New function.
4746         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4747         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
4748         * elf/rtld.c (security_init): Pass _dl_random to
4749         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
4750         pointer_chk_guard.
4751         * elf/dl-sysdep.c (_dl_random): New variable.
4752         (_dl_sysdep_start): Handle AT_RANDOM.
4753         (_dl_show_auxv): Likewise.
4754         * elf/dl-support.c (_dl_random): New variable.
4755         (_dl_aux_init): Handle AT_RANDOM.
4756         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
4757         to _dl_setup_stack_chk_guard.
4759         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
4761 2009-01-10  Roland McGrath  <roland@redhat.com>
4763         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
4765 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
4767         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
4769         [BZ #9706]
4770         * nss/nss_files/files-parse.c (strtou32): New function.
4771         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
4772         across 32-bit and 64-bit platforms.
4773         (INT_FIELD_MAYBE_NULL): Likewise.
4775 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
4777         [BZ #9720]
4778         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
4779         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
4780         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
4781         Likewise.
4783 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
4785         [BZ #697]
4786         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4787         being NULL also if there are no backreferences.
4788         * posix/rxspencer/tests: Add testcases.
4790 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
4792         [BZ #9697]
4793         * posix/bug-regex17.c: Add testcases.
4794         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4795         handling.
4797 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4799         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
4800         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
4801         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
4802         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
4803         for elf subdir.
4804         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
4805         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
4806         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
4807         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
4808         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4809         * sysdeps/unix/sysv/linux/s390/Versions: New file.
4811 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
4813         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4814         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4815         re_string_skip_chars, re_string_reconstruct): Likewise.
4816         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4818 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
4820         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
4821         adjust the buffer alignment.
4823 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4825         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
4826         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
4827         net/route.h.
4829         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
4830         flavor to description only when flavor is not NULL.
4832         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
4833         mutex after SIGIO/SIGURG lookup loop.
4835 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4837         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
4839 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
4841         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
4842         handling.
4844 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
4846         * sysdeps/unix/sysv/linux/kernel-features.h
4847         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
4849         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
4850         if no output is written.
4852         * version.h: Bump to 2.10 development.
4854         * posix/getconf.c: Update copyright year.
4855         * nss/getent.c: Likewise.
4856         * iconv/iconvconfig.c: Likewise.
4857         * iconv/iconv_prog.c: Likewise.
4858         * elf/ldconfig.c: Likewise.
4859         * catgets/gencat.c: Likewise.
4860         * csu/version.c: Likewise.
4861         * elf/ldd.bash.in: Likewise.
4862         * elf/sprof.c (print_version): Likewise.
4863         * locale/programs/locale.c: Likewise.
4864         * locale/programs/localedef.c: Likewise.
4865         * nscd/nscd.c (print_version): Likewise.
4866         * debug/xtrace.sh: Likewise.
4867         * malloc/memusage.sh: Likewise.
4868         * malloc/mtrace.pl: Likewise.
4869         * debug/catchsegv.sh: Likewise.
4871 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
4873         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
4874         script.
4876 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
4878         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
4879         gethostbyname4_r function call succeeded, just leave the loop.
4881         [BZ #9694]
4882         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
4883         very end.
4884         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
4885         * wctype/Makefile (tests): Add bug-wctypeh.
4886         * wctype/bug-wctypeh.c: New file.
4888         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
4889         LOCALDOMAIN is defined.
4890         * nscd/nscd_getai.c (__nscd_getai): Likewise.
4892         * sysdeps/x86_64/bits/select.h: New file.
4894         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
4896 2008-12-21  Bruno Haible  <bruno@clisp.org>
4898         [BZ #9677]
4899         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
4900         if no output is written.
4902 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
4904         * login/utmp_file.c (pututline_file): Replace call to dup2 with
4905         libc internal symbol __dup2 to avoid access through the PLT.
4907 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
4909         [BZ #6545]
4910         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
4911         available only for __USE_GNU.
4913         * inet/Makefile (tests): Add tst-getni2.
4914         * inet/tst-getni2.c: New file.
4916         [BZ #7080]
4917         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
4918         NULL when NI_NAMEREQD is set.
4919         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4920         * inet/Makefile (tests): Add tst-getni1.
4921         * inet/tst-getni1.c: New file.
4923 2008-12-03  Petr Baudis  <pasky@suse.cz>
4925         [BZ #7067]
4926         * nscd/connections.c (invalidate_cache): Use prune_run_lock
4927         instead of prune_lock.
4928         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
4929         * nscd/nscd.h (database_dyn): Add prune_run_cache.
4931 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
4933         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
4934         use.
4936         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
4937         handling.
4939         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
4940         after reading name server list.
4942         [BZ #7058]
4943         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
4944         handling for host name aliases.
4946 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
4948         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
4949         instead of doing things manually.
4951 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
4953         * posix/regex_internal.h (build_wcs_upper_buffer):
4954         Return type is reg_error_t.
4956 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
4958         * posix/globtest.sh: Use mktemp to create temporary file and
4959         directory.
4961         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
4962         sets correctly.
4963         (__CPU_CLR_S): Likewise.
4964         (__CPU_ISSET_S): Likewise.
4966 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
4967             Ulrich Drepper  <drepper@redhat.com>
4969         * scripts/firstversion.awk: Use custom comparison function to compare
4970         version numbers.
4971         * scripts/versions.awk: Use sort invocation which can handle
4972         multi-digit sub-version numbers.
4974 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
4976         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
4977         * locale/iso-639.def: Add Chhattisgarhi entry.
4979 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
4981         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
4982         ESRCH return value.
4983         (_nss_dns_gethostbyname4_r): Likewise.
4984         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
4985         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
4986         gethostbyname4_r, we don't have a separate IPv6 status, so copy
4987         the no_data variable.
4989         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
4990         information at the correct index.
4992         * socket/sys/socket.h: Declare accept4.
4993         * socket/accept4.c: New file.
4994         * sysdeps/unix/sysv/linux/accept4.c: New file.
4995         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
4996         * socket/Makefile (routines): Add accept4.
4997         * socket/Versions: Export accept4 with version GLIBC_2.10.
4998         * socket/paccept.c: Removed.
4999         * sysdeps/unix/sysv/linux/paccept.c: Removed.
5000         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
5001         * Versions.def: Define GLIBC_2.10 for libc.
5002         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
5004         * nscd/connections.c: Use accept4.
5006         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
5008 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
5010         * resolv/res_send.c (send_dg): Create sockets with non-blocking
5011         flag already set.
5013         * stdlib/setenv.c (unsetenv): Don't search environment if it does
5014         not exist.
5015         * stdlib/Makefile (tests): Add tst-unsetenv1.
5016         * stdlib/tst-unsetenv1.c: New file.
5018 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
5020         * login/utmp_file.c (file_writable): New variable.
5021         (setutent_file): Don't try to open file for writing.
5022         (pututline_file): Before writing, make descriptor writable if
5023         necessary.
5025 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
5027         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
5028         to IPv4 or IPv6 if an interface has been found.
5030 2008-11-26  Roland McGrath  <roland@redhat.com>
5032         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
5033         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
5035         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
5036         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
5037         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
5039         * elf/elf.h (NT_386_IOPERM): New macro.
5040         (NT_PPC_VSX): New macro.
5042 2008-11-25  Roland McGrath  <roland@redhat.com>
5044         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
5045         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
5046         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
5047         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
5048         Subdirectories moved to ports repository.
5049         * configure.in (base_machine): Remove alpha case.
5051 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
5053         * sysdeps/mach/strerror_l.c: New file.
5055 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
5057         [BZ #6411]
5058         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
5059         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
5060         magic numbers.
5061         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
5062         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
5063         (relax_fenv_state): Same as above.
5064         (FPSCR_29): Reserve bit in ISA 2.05.
5065         (FPSCR_NI): Provide define for compat.
5066         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
5067         magic numbers.
5068         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
5069         magic numbers.
5070         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
5071         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
5072         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
5073         access to hwcap to account for hwcap size increase to uint64_t.
5074         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
5075         Likewise.
5076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
5077         (*setcontext): Likewise.
5078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
5079         New file.
5080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
5081         New file.
5082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
5083         (*setcontext): dynamically select mtfsf insn based on
5084         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
5085         increase to uint64_t.
5086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
5087         (*swapcontext): dynamically select mtfsf insn based on
5088         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
5089         increase to uint64_t.
5090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
5091         New file.
5092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
5093         New file.
5094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
5095         (*setcontext): dynamically select mtfsf insn based on
5096         PPC_FEATURE_HAS_DFP.
5097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
5098         (*swapcontext): dynamically select mtfsf insn based on
5099         PPC_FEATURE_HAS_DFP.
5101 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
5103         * version.h: Bump for 2.9 release.
5104         * include/features.h (__GLIBC_MINOR__): Bump to 9.
5106         [BZ #7029]
5107         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
5108         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
5109         all the rounding.
5111 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
5113         [BZ #7009]
5114         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
5115         unknown request types for now.
5117 2008-11-11  Roland McGrath  <roland@redhat.com>
5119         * sysdeps/x86_64/configure: New file.
5121         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
5122         * configure: Regenerated.
5124 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5126         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
5127         correct instruction to remove the stack frame.
5129 2008-11-03  Michael Matz  <matz@suse.de>
5131         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
5132         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
5134 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
5136         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
5137         Remove.
5139         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
5140         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
5141         of the thread variable instead of void *.
5142         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
5143         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
5144         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5145         __libc_tsd_define arguments.
5146         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
5147         __libc_tsd_address arguments.  Remove union hack.
5148         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
5149         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
5150         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
5151         Adjust __libc_tsd_{set,get} arguments.
5152         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5153         __libc_tsd_define arguments.
5154         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
5155         arguments.
5156         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
5157         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
5158         (LOCALE): Adjust __libc_tsd_define arguments.
5159         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
5160         arguments.
5161         (LOCALE): Adjust __libc_tsd_define arguments.
5162         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
5163         arguments.
5164         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
5165         arguments.
5167 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
5169         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
5170         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5172 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
5174         [BZ #6966]
5175         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
5177 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
5178             Ulrich Drepper  <drepper@redhat.com>
5180         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
5181         definition for GCC 3.1 and later.
5183 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
5185         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
5186         refetch dtv, as it might have changed.
5187         * elf/Makefile: Add rules to build and run tst-tls18.
5188         * elf/tst-tls18.c: New test.
5189         * elf/tst-tlsmod18a.c: New file.
5191 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
5193         [BZ #6875]
5194         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
5196 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5198         [BZ #6867]
5199         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
5201         [BZ #6919]
5202         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
5203         Fix length of copy operation.
5205 2008-10-02  Pierre Habouzit <madcoder@debian.org>
5207         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
5208         and fix its calling convention.
5210 2008-10-07  Andreas Schwab  <schwab@suse.de>
5212         [BZ #6942]
5213         * resolv/res_send.c (send_vc): Fix last change.
5214         (send_dg): Align here as well.
5216 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5218         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
5219         return value in case rlimit is RLIM_INFINITY.
5221         [BZ #6947]
5222         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
5223         for UL_SETFSIZE.
5224         * resource/Makefile (tests): Add bug-ulimit1.
5225         * resource/bug-ulimit1.c: New file.
5227         [BZ #6974]
5228         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
5229         without dot.  Properly terminate the string with a null byte.
5230         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
5232         [BZ #6980]
5233         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
5234         negative sizees.
5235         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
5236         negative __size.
5238         [BZ #6995]
5239         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
5241 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
5243         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
5244         abort if there is no initgroups_dyn function.
5246         * resolv/res_send.c (send_dg): On timeout, only return nonzero
5247         result if any of the queries really provided an answer.
5249 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
5251         * po/lt.po: Update from translation team.
5253 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
5255         * po/id.po: Update from translation team.
5257 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
5259         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
5260         Fix tests for existence of second reply.
5262 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
5264         * po/id.po: New file.
5265         Contributed by the Indonesian translation team.
5267 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
5269         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
5270         initialization.
5272 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
5274         * elf/Makefile: Add rules to build and run tst-tls17.
5275         * elf/tst-tls17.c: New test.
5276         * elf/tst-tlsmod17a.c: New file.
5277         * elf/tst-tlsmod17b.c: Likewise.
5279 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
5281         * stdlib/divmod_1.c: Use correct type for dummy variable.
5282         * stdlib/mod_1.c: Likewise.
5284 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
5286         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
5288 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
5290         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
5291         __nonnull order for C++.
5292         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
5293         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
5295 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
5297         * stdlib/longlong.h: Update from GCC.
5299 2008-10-09  Jakub Jelinek <jakub@redhat.com>
5300             David S. Miller  <davem@davemloft.net>
5302         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
5303         make sure any registers used with 64-bit 'branch-on-register'
5304         instructions have their top 32-bits clear.
5305         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
5306         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
5308 2008-09-18  Andreas Schwab  <schwab@suse.de>
5310         [BZ #6942]
5311         * resolv/res_send.c (send_vc): Fix use of unaligned address.
5312         Properly handle partial reads.
5314 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
5316         * elf/elf.h (STO_MIPS_PLT): New.
5317         (R_MIPS_COPY): New.
5318         (R_MIPS_JUMP_SLOT): New.
5319         (R_MIPS_NUM): Redefine to 128.
5320         (DT_MIPS_PLTGOT): New.
5321         (DT_MIPS_RWPLT): New.
5322         (DT_MIPS_NUM): Redefine to 0x35.
5324 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
5326         * timezone/africa: Update from tzdata2008f.
5327         * timezone/asia: Likewise.
5328         * timezone/australasia: Likewise.
5329         * timezone/europe: Likewise.
5330         * timezone/leapseconds: Likewise.
5331         * timezone/northamerica: Likewise.
5332         * timezone/southamerica: Likewise.
5333         * timezone/zone.tab: Likewise.
5335 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
5337         * nscd/connections.c: Disable use of paccept for now.
5339 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
5341         * socket/Versions: Remove paccept export for GLIBC_2.9.
5342         * socket/Makefile (routines): Remove paccept.
5343         * socket/sys/socket.h: Remove paccept declaration.
5345         * po/sv.po: Update from translation team.
5347 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
5349         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
5350         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
5352 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
5354         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
5355         Patch by Olivier Fourdan <ofourdan@redhat.com>.
5357 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
5359         * sunrpc/rpc/svc.h: Declare svcfd_create.
5360         Patch by Michael Solberg <msolberg@redhat.com>.
5362 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
5363             Ulrich Drepper  <drepper@redhat.com>
5365         * malloc/malloc.c (public_vALLOc): Try other arenas in case
5366         _int_valloc fails.
5367         (public_pVALLOc): Likewise.
5369 2008-09-02  Andreas Jaeger  <aj@suse.de>
5371         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
5372         commit.
5374 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
5376         [BZ #6860]
5377         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
5379 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
5381         * Makefile (check-data): Check data directory in add-ons.
5382         * elf/Makefile (check-data): Likewise.
5384 2008-08-18  Roland McGrath  <roland@redhat.com>
5386         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
5387         * configure: Regenerated.
5388         * config.make.in (cflags-cpu): New substituted variable.
5389         (with-cpu): Variable removed.
5390         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
5392 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
5394         [BZ #6845]
5395         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
5396         __signbitl definition and __LONG_DOUBLE_128__ guard from:
5397         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
5398         redundant.  Functions which call floating point assembler operations
5399         should go into a sysdeps powerpc/fpu directory.
5401 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
5403         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
5404         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
5406 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
5408         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
5410         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
5411         change related to AT_EXECFN.  We cannot use that string.
5412         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
5413         _dl_execfn member.
5414         * elf/dl-support.c: Remove _dl_execfn variable.
5415         (_dl_aux_init): Remove handling of AT_EXECFN.
5416         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
5417         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
5419 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
5421         [BZ #6544]
5422         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
5423         byte gets added to writes and seeks from the end use the length of
5424         the buffer and not the currently terminating NUL byte.
5426         [BZ #6634]
5427         * login/utmp_file.c (getutent_r_file): Take additional parameter.
5428         Set to true if locking failed.
5429         (getutid_r_file): Adjust caller.
5430         (pututline_file): Likewise.  Return NULL in this case.
5431         Patch mostly by halesh.s@gmail.com.
5433 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
5435         [BZ #6589]
5436         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
5437         Define.
5438         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
5440 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
5442         [BZ #6839]
5443         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
5444         macro since it is now available in elf/dynamic-link.h.
5446 2008-08-12  Roland McGrath  <roland@frob.com>
5448         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
5449         in case used outside of libc.
5450         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
5452 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
5454         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
5455         directly instead of going through dn_comp.
5457 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
5459         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5460         Fix asm constraints.
5462 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5464         [BZ #6790]
5465         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
5466         (IPV6_PMTUDISC_PROBE): Likewise.
5468 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
5470         [BZ #6791]
5471         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
5473 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
5474             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
5476         [BZ #6817]
5477         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
5478         Added the members 'vsx' and 'arch_2_06'.
5479         (_dl_powerpc_platforms): Add the member 'power7'.
5480         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
5481         to reflect the changes required by VSX and ISA 2.06.
5482         Modify _DL_PLATFORMS_COUNT to reflect the addition of
5483         'power7'.
5484         Defined PPC_PLATFORM_POWER7.
5485         (_dl_string_platform): Add support for POWER7.
5486         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
5487         capability and ISA 2.06.
5489 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5491         [BZ #6824]
5492         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
5493         macro to detect use of 128 bit long double.
5494         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
5496 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
5498         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
5500         [BZ #5794]
5501         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
5502         parameters.
5503         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
5504         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5506 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
5508         * nscd/connections.c (main_loop_poll): Pass a buffer which is
5509         guaranteed to be large enough to read inotify event.  Ignore
5510         EAGAIN error.  Better error message.  Add branch predicition.
5511         (main_loop_epoll): Likewise.
5513 2008-08-02  Roland McGrath  <roland@frob.com>
5515         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5516         Add memory clobbers.
5518 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
5520         * manual/arith.texi: Avoid @strong{Note:}.
5521         * manual/creature.texi: Likewise.
5522         * manual/filesys.texi: Likewise.
5523         * manual/math.texi: Likewise.
5524         * manual/memory.texi: Likewise.
5525         * manual/resource.texi: Likewise.
5526         * manual/syslog.texi: Likewise.
5527         * manual/time.texi: Likewise.
5529         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
5530         to prevent warning.
5532 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
5534         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
5535         new epoll_create1 interface.
5536         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5537         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
5538         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
5540         * include/arpa/nameser.h (NS_GET16): Use const pointer.
5541         (NS_GET32): Likewise.
5543         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
5544         syscalls, too.
5546         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
5547         use the AT_EXECFN value if it is no absolute path.
5548         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
5549         __ASSUME_AT_EXECFN.
5551         * Versions.def: Add GLIBC_2.9 to libresolv.
5552         * include/resolv.h: Remove hidden proto declarations for __ns_*
5553         functions.  Add them for __dn_count_labels and __p_secstodate.
5554         * include/arpa/nameser.h: Add a number of hidden proto declarations.
5555         Define ns_msg_getflags macro here.
5556         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
5557         and __p_secstodate.
5558         * resolv/Versions: Export functions from <arpa/nameser.h> from
5559         libresolv in version GLIBC_2.9.
5560         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
5561         hidden definitions.
5562         * resolv/ns_netint.c: Likewise.
5563         * resolv/ns_parse.c: Likewise.
5564         * resolv/ns_print.c: Likewise.
5565         * resolv/ns_samedomain.c: Likewise.
5566         * resolv/ns_ttl.c: Likewise.
5567         * resolv/arpa/nameser_compat.h: Likewise.
5568         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
5569         function calls.
5570         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
5571         instead of ns_get16.
5572         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
5573         __ns_get32 instead of ns_get16 and ns_get32 respectively.
5574         (gaih_getanswer_slice): Likewise.
5575         * resolv/Makefile (libresolv-routines): Add ns_date.
5576         * resolv/ns_date.c: New file.
5578         * elf/Makefile (check-localplt.out): Also check libresolv and
5579         libcrypt.
5581 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
5583         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5584         __ASSUME_O_CLOEXEC.
5586 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
5588         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
5589         buffer passed to NSS functions.
5591         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
5593         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
5594         Define.
5596         * misc/syslog.c (openlog_internal): Fix compile problem.
5598 2008-07-28  Roland McGrath  <roland@redhat.com>
5600         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
5602 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
5604         * io/ftw.c (add_object): Remove inline to avoid warning.
5606         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
5608         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
5609         Use it instead of locally defined resplen2 variable.
5610         (res_nsend): Adjust for __libc_res_nsend interface change.
5611         (send_vc): Initialize *resplen2 if necessary.  Read length of
5612         package into an appropriately aligned variable.  Store converted length
5613         in new variable and use it appropriately.
5614         Add branch prediction help.
5615         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
5616         and pass it on to __libc_res_nsend.  Adjust all callers.
5617         (__libc_res_nsearch): Likewise.
5618         (__libc_res_nqeurydomain): Likewise.
5619         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
5620         change.
5621         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
5622         Define resplen2 variable and pass it to __libc_res_nsearch and then
5623         to gaih_getanswer.
5624         (getanswer_r): In case of incorrect DNS data don't overread buffer.
5625         Add branch prediction.
5626         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
5627         (gaih_getanswer): Don't decode second slice if first one failed due
5628         to a too small buffer.  Don't let not found status of second
5629         decoder shadow results of the first.
5630         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
5631         and __libc_res_nquery interface changes
5632         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
5633         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
5634         __libc_res_nsearch, and __libc_res_nsend.
5635         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
5636         change.
5637         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
5638         __libc_res_nsearch interface changes.
5640 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
5642         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
5644         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
5645         file descriptors with close-on-exec set.
5646         (exec_comm_child): Fix the case where the write end of the pipe is
5647         STDOUT_FILENO already.  In case it is, clear close-on-exec.
5649         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
5650         * io/pipe2.c: Likewise.
5651         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
5652         instead of __ASSUME_PACCEPT.
5653         * include/unistd.h: Declare __have_pipe2.
5654         * libio/iopopen.c: Implement "e" flag.
5655         * libio/Makefile (tests): Add tst-popen1.
5656         * libio/tst-popen1.c: New file.
5658         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
5659         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
5661 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5663         [BZ #6771]
5664         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
5665         success call of _IO_SEEKOFF or calls which failed because the
5666         descriptor is for a pipe.
5668         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
5669         magic number.
5671         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
5673         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
5674         F_SETFD use if we know fopen set the flag.
5676         * login/utmp_file.c (setutent_file): Minor optimization in case
5677         O_CLOEXEC is available.
5679 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
5681         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
5682         * elf/Makefile: Use pie-ccflag variable.
5683         * nscd/Makefile: Likewise.
5684         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
5686 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
5688         [BZ #6724]
5689         * Versions.def: Add GLIBC_2.9 version tag for libutil.
5690         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
5691         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
5692         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
5693         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
5694         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
5695         utmp32, utmpx32 and login32.
5696         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
5697         versions of struct utmp functions to libc and libutil.
5698         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
5699         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
5700         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
5701         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
5702         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
5703         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
5704         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
5705         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
5706         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
5707         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
5708         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
5709         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
5710         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
5711         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
5712         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
5713         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
5714         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
5715         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
5716         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
5717         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
5718         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
5719         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
5721 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5723         * scripts/gen-as-const.awk: Generate more widely usable code by
5724         using 64-bit arithmetic.
5726         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
5727         the same treatment as narrow output code in last patch.
5729         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
5731         [BZ #6763]
5732         * elf/dl-load.c (local_strdup): Remove inline.
5733         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
5734         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
5735         part of the object.
5737         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
5739 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
5741         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
5742         the new syscalls, too.
5744         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
5745         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
5747         [BZ #6698]
5748         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
5749         parameter for end of buffer.  If temporary copy is too large use
5750         malloc.
5751         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
5752         interface change.
5753         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
5754         string rewrite when allocating buffer.
5756         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
5757         syscalls, too.
5759         * nscd/connections.c (nscd_init): Clean up fcntl call.
5761         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
5762         SOCK_NONBLOCK if possible.
5764         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
5765         SOCK_CLOEXEC if available.
5767         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
5768         __libc_clntudp_bufcreate_internal.
5769         * include/sys/socket.h: Declare __have_sock_cloexec.
5770         * socket/Makefile (aux): Add have_sock_cloexec.
5771         * socket/have_sock_cloexec.c: New file.
5772         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
5773         __libc_clntudp_bufcreate.
5774         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
5775         which takes an additional parameter.  Create socket with non-blocking
5776         mode and close-on-exec flag set, if wanted.
5777         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
5778         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
5779         instead of clntudp_create.  The socket has already the close-on-exec
5780         flag set if SOCK_CLOEXEC is defined.
5782 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
5784         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5785         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
5786         appropriate.
5787         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
5788         non-blocking mode by using socket, paccept, and inotify_init1.
5790         * Versions.def (glibc): Add GLIBC_2.9.
5791         * io/Makefile (routines): Add dup3 and pipe2.
5792         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
5793         * io/dup3.c: New file.
5794         * io/pipe2.c: New file.
5795         * posix/unistd.h: Declare dup3 and pipe2.
5796         * socket/Makefile (routines): Add paccept.
5797         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
5798         * socket/paccept.c: New file.
5799         * socket/sys/socket.h: Declare paccept.
5800         * sysdeps/unix/syscalls.list: Add entry for dup3.
5801         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
5802         epoll_create2 and inotify_init1.
5803         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
5804         * sysdeps/unix/sysv/linux/paccept.c: New file.
5805         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
5806         possible.
5807         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
5808         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
5809         inotify_init1, and pipe2 entries.
5810         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
5811         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
5812         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
5813         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
5814         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
5815         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
5816         SOCK_NONBLOCK.
5817         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
5818         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
5819         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
5820         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
5821         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
5822         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
5823         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
5824         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
5825         EPOLL_NONBLOCK.  Declare epoll_create2.
5826         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
5827         EFD_NONBLOCK.
5828         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
5829         IN_NONBLOCK.  Declare inotify_init1.
5830         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
5831         SFD_NONBLOCK.
5832         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
5833         TFD_NONBLOCK.
5835         * elf/elf.h: Define AT_EXECFN.
5836         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
5837         LD_ORIGIN_PATH.
5838         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
5839         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
5840         if __ASSUME_AT_EXECFN is defined.
5841         (_dl_aux_init): Handle AT_EXECFN.
5842         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
5843         for 2.6.27 and up.
5844         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
5845         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
5846         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
5847         _dl_execfn if available and avoid compatibility code if
5848         __ASSUME_AT_EXECFN is defined.
5850         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
5851         _dl_discover_osversion only for older kernels.
5853 2008-07-22  Roland McGrath  <roland@frob.com>
5855         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
5857 2008-07-21  Roland McGrath  <roland@frob.com>
5859         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
5860         returned too much data out of line.
5862 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
5864         * locale/setlocale.c (setname): Remove inline to avoid compiler
5865         warning.
5867         [BZ #6712]
5868         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
5870 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
5872         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
5873         doesn't manage to write anything, fail.
5875         * malloc/hooks.c (__malloc_check_init): Remove printf.
5877 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5879         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
5881 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
5883         * nscd/connections.c (main_loop_poll): Fix handling of read errors
5884         from inotify.
5885         (main_loop_epoll): Likewise.
5887 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
5889         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
5891         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
5892         if DEBUG is defined.
5894         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
5895         query.  Adjust buffer size computation for padding.
5897 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
5899         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
5900         * stdio-common/tst-setvbuf1.c: New file.
5901         * stdio-common/tst-setvbuf1.expect: New file.
5903         [BZ #6719]
5904         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
5905         when selecting fully-buffered stream.
5906         Patch by Wang Xin <wxinee@gmail.com>.
5908 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5910         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
5911         (__open_2): New function.
5912         (__open64_2): New alias to __open_2.
5913         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
5914         (__openat_2): New function.
5915         (__openat64_2): New alias to __openat_2.
5917 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
5919         [BZ #6723]
5920         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
5922 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5924         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
5925         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
5926         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
5927         __hurd_dfail.
5928         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5929         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5930         * sysdeps/mach/hurd/send.c (__send): Likewise.
5931         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
5932         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
5934 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5936         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
5937         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5938         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5939         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
5940         * hurd/get-host.c (_hurd_get_host_config): Likewise.
5941         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
5943 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
5945         [BZ #6657]
5946         * time/strptime_l.c: Don't clear s.era_cnt after successful match
5947         of %EY.
5948         Patch by Petr Baudis.
5950 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
5952         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
5953         Patch by Peter Jones <pjones@redhat.com>.
5955 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5957         [BZ #6654]
5958         * stdlib/canonicalize.c (__realpath): readlink can write too much
5959         into the buffer on platforms without PATH_MAX.
5961 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
5963         [BZ #6653]
5964         * posix/tst-regex.c (main): Rename to...
5965         (do_test): ... this. Remove cmdline option processing.
5966         (TIMEOUT): Define.
5967         (TEST_FUNCTION): Define.
5968         (CMDLINE_OPTIONS): Define.
5970 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5972         [BZ #5210]
5973         * configure.in: Add -Werror to -fstack-protector test to catch
5974         unsupported architectures.
5975         Patch by Gilles Esponasse <g.esp@free.fr>.
5977 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
5979         * stdlib/tst-setcontext.c: Set back_in_main before exit if
5980         getcontext returns ENOSYS.
5982 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
5984         * nscd/connections.c (main_loop_poll): Fix test for read error.
5985         (main_loop_epoll): Likewise.
5987 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
5989         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
5990         better place so it is not called when nscd is used.
5992         * nscd/connections.c: Also recognize and handle changes to the
5993         resolver configuration file.
5995 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
5997         * time/strftime.c: Pass reference to tzset_called around to handle
5998         recursive calls.
6000         [BZ #6612]
6001         * time/strftime.c (__strftime_internal): Call tzset() only
6002         when printing timezone-dependent values.
6003         Based on a patch by Petr Baudis <pasky@suse.cz>.
6005         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
6006         unconditionally use second gaih_getanswer_slice result.
6008         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
6009         (getaddrinfo): RES must always be non-NULL.
6011 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
6013         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
6014         cr[34] registers.
6015         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6016         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6017         Likewise.
6018         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
6019         register.
6021 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
6023         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
6024         fields.
6025         * nscd/connections.c (inotify_fd): New variable.
6026         (nscd_init): Try to open an inotify descriptor.
6027         If successful, watch files for databases using inotify instead of
6028         having prune threads stat the files.
6029         (nscd_run_prune): Recognize clear_cache flag being set and call
6030         prune_cache appropriately.
6031         (main_loop_poll): Add inotify descriptor to wait set and handle the
6032         reported changes.
6033         (main_loop_epoll): Likewise.
6034         * nscd/cache.c (prune_cache): Don't stat files for databases if
6035         inotify is used.
6036         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
6037         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
6039         * nscd/grpcache.c (cache_addgr): Correctly compute size of
6040         fixed-size portion of the record.
6041         * nscd/servicescache.c (cache_addserv): Likewise.
6042         * nscd/pwdcache.c (cache_addpw): Likewise.
6043         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6045 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
6047         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
6048         out we don't use uninitialized memory.
6050         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
6051         the client.
6053 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
6055         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
6056         ignore T_DNAME messages.
6057         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
6059 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
6061         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
6062         Avoid segfault if first GETC returns eof/'\0'/'\n'.
6064 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
6066         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
6067         instead of portstr to nscd_getserv_r.  Patch by
6068         Roman Kagan <rkagan@mail.ru>.
6070 2008-05-26  Jim Meyering  <meyering@redhat.com>
6072         Remove more useless "if" tests before "free".
6073         * include/inline-hashtab.h (htab_delete): Likewise.
6074         * libio/freopen.c (freopen): Likewise.
6075         * libio/freopen64.c (freopen64): Likewise.
6076         * locale/programs/ld-collate.c (collate_read): Likewise.
6077         * misc/fstab.c (libc_freeres_fn): Likewise.
6078         * posix/glob.c (globfree): Likewise.
6080 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6082         * string/Makefile (strop-tests): Add memmem.
6083         * string/test-memmem.c: New file.
6084         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
6085         (test_init): Size buf1 according to BUF1PAGES.
6087 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
6089         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
6090         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
6091         (CFLAGS-scanf17.c): New.
6092         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
6093         * stdio-common/scanf15.c (main): Likewise.
6094         * stdio-common/scanf16.c: New file.
6095         * stdio-common/scanf17.c: New file.
6097 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6099         * resolv/res_send.c (send_dg): If we already have one of two
6100         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
6101         use the one answer insted of failing.
6103 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
6105         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
6106         being executed on PowerPC as the expected result exceeds IBM
6107         long double 128 __LDBL_MAX__.
6109 2008-05-21  Roland McGrath  <roland@redhat.com>
6111         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
6113         * Makefile (check-data): Use $(abi-name) before other guesses.
6114         Look in $(add-ons) dirs before scripts/data/.
6115         * elf/Makefile (check-data): Likewise.
6117         * scripts/soversions.awk: Grok ABI line.
6118         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
6119         Emit definition for abi-name variable.
6121 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
6123         * string/endian.h: Define new fixed-size hto* and *toh macros only
6124         if [__USE_BSD].
6126         * iconvdata/Depend: Add localedata.
6128 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6130         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
6132 2008-05-08  David S. Miller  <davem@davemloft.net>
6134         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
6135         HIDDEN_JUMPTARGET.
6136         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6137         (__SYSCALL_CLOBBERS): Remove %g* registers.
6138         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6139         (__SYSCALL_CLOBBERS): Likewise.
6140         * scripts/data/localplt-sparc-linux-gnu.data: New file.
6141         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
6143 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
6145         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6146         (CALL_ERRNO_LOCATION): Define.
6147         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6148         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6149         (CALL_ERRNO_LOCATION): Define.
6150         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6151         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
6152         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
6154 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
6156         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
6157         variable.
6159 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
6161         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
6162         (FIRST_FRAME_POINTER): Define.
6164 2008-05-09  David S. Miller  <davem@davemloft.net>
6166         * sysdeps/sparc/sparc64/backtrace.c: New file.
6168 2008-05-14  David S. Miller  <davem@davemloft.net>
6170         * sysdeps/sparc/machine-gmon.h: New file.
6171         * sysdeps/sparc/sparc-mcount.S: Likewise.
6172         * sysdeps/sparc/Makefile: Add sparc-mcount target to
6173         sysdep_routines in gmon directory.
6175 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
6177         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
6179 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
6181         * resolv/res_query.c (__libc_res_nquery): In case one of two
6182         answer was too short don't try to read that answer's header.
6184         * resolv/res_send.c (send_dg): In case of timeout and there are
6185         two queries and one has been answered, return value indicating
6186         success.
6188 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
6190         * nscd/cache.c (cache_add): Take additional parameter specifying
6191         whether this is in response of a cache refill.  Check alignment
6192         of package data.  Revamp waking of pruning thread.
6193         (prune_cache): Small optimization.
6194         * nscd/nscd.h: Adjust cache_add prototypes.
6195         * nscd/aicache.c: Adjust cache_add calls.
6196         * nscd/grpcache.c: Likewise.
6197         * nscd/hstcache.c: Likewise.
6198         * nscd/initgrcache.c: Likewise.
6199         * nscd/pwdcache.c: Likewise.
6200         * nscd/servicescache.c: Likewise.
6201         * nscd/connections.c (restart): Really disable cache use before
6202         exec attempt.  If it fails, reenable cache.
6203         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
6204         time to max to be able to notice concurrent cache additions.  Unlock
6205         prune_lock while performing gc.  Afterwards compute wakeup time with
6206         current wakeup_time value in mind.
6208 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
6210         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
6212         * nscd/mem.c (gc): Correctly determine highest used array element
6213         in mark.
6215         * nscd/mem.c (markrange): Add assert to check entries are all
6216         aligned.  Small cleanup in bitmap use.
6218         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
6219         blockoff of type nscd_ssize_t.
6220         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
6221         (mempoll_alloc): Record block offset and not address.
6223         * nscd/mem.c (gc): Fix test for stack overuse.
6225         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
6226         more asserts.
6228         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
6229         entry is available, believe it.
6231         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
6232         no answers return NSS_STATUS_NOTFOUND.
6233         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
6234         buffer does not have any content.
6236 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
6238         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
6240         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
6241         lookup, don't assign canon unconditionally.
6243 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6245         * string/Makefile (distribute): Add str-two-way.h.
6247 2008-03-29  Eric Blake  <ebb9@byu.net>
6249         Rewrite string searches to O(n) rather than O(n^2).
6250         * string/str-two-way.h: New file.  For linear fixed-allocation
6251         string searching.
6252         * string/memmem.c: New implementation.
6253         * string/strstr.c: New implementation.
6254         * string/strcasestr.c: New implementation.
6256 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
6258         * posix/regcomp.c (optimize_utf8): Add a note on why we test
6259         opr.ctx_type.
6260         (calc_first): Initialize constraint field.
6261         (duplicate_node_closure): Use it instead of special casing ANCHORS.
6262         Use search_duplicated_node to avoid loops.  Fix grammar.
6263         (duplicate_node): Merge constraint field for all node types.
6264         (calc_eclosure_iter): Look at constraint field for all node types.
6265         * posix/regex_internal.c (create_cd_newstate): Don't look at
6266         create_cd_newstate.
6268 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6270         [BZ #6428]
6271         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
6273         [BZ #6442]
6274         * string/endian.h: Add macros for fixed-size endian conversion.
6275         * bits/byteswap.h: Allow inclusion from <endian.h>.
6276         * sysdeps/i386/bits/byteswap.h: Likewise.
6277         * sysdeps/ia64/bits/byteswap.h: Likewise.
6278         * sysdeps/s390/bits/byteswap.h: Likewise.
6279         * sysdeps/x86_64/bits/byteswap.h: Likewise.
6280         * string/Makefile (tests): Add tst-endian.
6281         * string/tst-endian.c: New file.
6283         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
6284         Patch by Reuben Thomas.
6286 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
6288         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
6290 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6292         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
6294         [BZ #6461]
6295         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
6296         Add missing braces.
6297         (BODY for __gconv_transform_internal_ascii): Likewise.
6299         [BZ #6472]
6300         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
6301         to be treated like link-local addresses.
6302         (match_prefix): Don't treat IPv4 loopback address special when
6303         converting to v4 mapped addressed.
6305         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
6306         if necessary.
6307         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
6308         * posix/tst-rfc3484-2.c: Likewise.
6309         * posix/tst-rfc3484-3.c: Likewise.
6311         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
6312         and SCTP.
6314         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
6316         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
6318         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
6320 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
6322         * po/lt.po: New file.  From Lituanian translation team.
6324 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
6326         Introduce TLS descriptors for i386 and x86_64.
6327         * include/inline-hashtab.h: New file, copied from 2005's
6328         libiberty, with fix for memory leak imported afterwards by
6329         Glauber de Oliveira Costa.
6330         * elf/tlsdeschtab.h: New file.
6331         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
6332         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
6333         (CHECK_STATIC_TLS): Move to...
6334         * elf/dynamic-link.h: ... this file.
6335         (TRY_STATIC_TLS): New macro.
6336         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
6337         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
6338         R_386_TLS_DESC): Define.
6339         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
6340         binutils.
6341         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
6342         R_X86_64_TLSDESC): Define.
6343         (R_386_NUM, R_X86_64_NUM): Adjust.
6344         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
6345         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6346         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6347         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6348         release tlsdesc_table.
6349         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
6350         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
6351         (elf_machine_rel): Handle R_386_TLS_DESC.
6352         (elf_machine_rela): Likewise.
6353         (elf_machine_lazy_rel): Likewise.
6354         (elf_machine_lazy_rela): Likewise.
6355         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
6356         * sysdeps/i386/dl-tlsdesc.S: New file.
6357         * sysdeps/i386/dl-tlsdesc.h: New file.
6358         * sysdeps/i386/tlsdesc.c: New file.
6359         * sysdeps/i386/tlsdesc.sym: New file.
6360         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
6361         tlsdesc_table.
6362         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
6363         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6364         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6365         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6366         release tlsdesc_table.
6367         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
6368         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
6369         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
6370         (elf_machine_rel): Handle R_X86_64_TLSDESC.
6371         (elf_machine_rela): Likewise.
6372         (elf_machine_lazy_rel): Likewise.
6373         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
6374         (__tls_get_addr): Do not declare for non-shared compiles.
6375         * sysdeps/x86_64/dl-tlsdesc.S: New file.
6376         * sysdeps/x86_64/dl-tlsdesc.h: New file.
6377         * sysdeps/x86_64/tlsdesc.c: New file.
6378         * sysdeps/x86_64/tlsdesc.sym: New file.
6379         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
6380         tlsdesc_table for both 32- and 64-bit structs.
6382 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6384         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
6385         its own function.  This reduces the frame setup costs and more.
6387 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
6389         [BZ #3406]
6390         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
6391         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
6393 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6395         * io/openat.c (__openat_2): Also pass fd to __openat.
6396         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
6397         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
6399         * string/tester.c (test_memcmp): Add a few more tests.
6400         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
6402 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6404         * nscd/cache.c (cache_add): Before returning with failure and this
6405         is the first use of the record, mark it as unusable.
6406         * nscd/aicache.c: Don't touch the dataset after cache_add returns
6407         reporting a failure.
6408         * nscd/grpcache.c: Likewise
6409         * nscd/hstcache.c: Likewise.
6410         * nscd/initgrcache.c: Likewise.
6411         * nscd/pwdcache.c: Likewise.
6412         * nscd/servicescache.c: Likewise.
6414 2008-05-10  Roland McGrath  <roland@redhat.com>
6416         [BZ #6505]
6417         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
6419 2008-05-08  David S. Miller  <davem@davemloft.net>
6421         * misc/truncate64.c (truncate64): Use __truncate not truncate.
6423         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
6424         (__ieee754_y0l): Likewise.
6425         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
6426         (__ieee754_y1l): Likewise.
6427         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
6428         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
6429         frexpl and ldexpl.  math_private.h provides them and the latter
6430         is not even used.
6431         (__log1pl): Use __frexpl.
6433 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6435         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
6436         prototypes.
6437         * include/arpa/nameser_compat.h: Define T_UNSPEC.
6438         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
6439         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
6440         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
6441         af==AF_UNSPEC.
6442         (_nss_nis_gethostbyname4_r): New function.
6443         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
6444         Change to also handle af==AF_UNSPEC.
6445         (get_tablename): New function.  Use it to avoid duplication.
6446         (_nss_nisplus_gethostbyname4_r): New function.
6447         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
6448         available.
6449         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
6450         * nss/nss.h: Define struct gaih_addrtuple.
6451         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
6452         af==AF_UNSPEC.
6453         (_nss_files_gethostbyname4_r): New function.
6454         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
6455         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
6456         calls.
6457         * resolv/res_query.c (__libc_res_nquery): Take two additional
6458         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
6459         look up IPv4 and IPv6.
6460         Change all callers.
6461         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
6462         for an additional query and answer buffer.  Pass to send_vc and
6463         send_dg.
6464         (send_vc): Send possibly two requests and receive two answers.
6465         (send_dg): Likewise.
6466         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
6467         __libc_res_nquery.
6468         (_nss_dns_gethostbyname4_r): New function.
6469         (gaih_getanswer_slice): Likewise.
6470         (gaih_getanswer): Likewise.
6471         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
6472         __libc_res_nquery call.
6473         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
6474         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
6475         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
6476         available.
6478 2008-05-05  David S. Miller  <davem@davemloft.net>
6480         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
6481         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
6483 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6485         Fix termios bit macros.
6486         Move *DLY definitions where they belong, in termios.h.
6487         Add *[0-3] definitions.
6488         Fixes confusion between VT and FF.
6489         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
6490         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
6491         are already defined to avoid collision with termios.h.
6492         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
6493         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
6494         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
6495         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
6496         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
6497         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
6498         VTDLY, VT0, VT1): New macros.
6499         [__USE_GNU] (OLCUC): Change value of macro.
6500         [__USE_XOPEN] (OFILL): New macro.
6501         [__USE_BSD] (CRTSCTS): Change value.
6502         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
6503         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
6504         (B7200, B14400, B28800, B76800): New macros.
6506 2008-05-01  David S. Miller  <davem@davemloft.net>
6508         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
6509         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
6510         (gen-as-const-headers): Add it.
6511         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
6512         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
6513         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
6514         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
6516         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
6517         six system call parameters.
6518         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
6520 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
6522         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
6523         RUSAGE_LWP.
6524         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
6525         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
6527 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
6529         * stdlib/tst-setcontext.c: Include unistd.h.
6531 2008-04-25  David S. Miller  <davem@davemloft.net>
6533         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
6534         Pass "union semun" properly in to sys_ipc, it must be passed
6535         by value, not by reference.
6537 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
6539         * nscd/Makefile (nscd-cflags): Set back to -fpie.
6540         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
6541         * nscd/connections.c (mem_in_flight): Likewise.
6543         * nscd/nscd.h (dbs): Make hidden.
6545         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
6546         Avoid returning -1, return 0 instead.
6548 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
6550         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
6552 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
6554         [BZ #5209]
6555         * sysdeps/unix/sysv/linux/times.c: New file.
6557         [BZ #5381]
6558         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
6559         mem_in_flight_list variables.  Add new parameter to mempool_alloc
6560         prototype.
6561         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
6562         appropriate mem_in_flight element.
6563         (gc): Take allocations which have not yet been committed to the
6564         database into account.
6565         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
6566         Reset mem_in_flight before returning.
6567         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
6568         cue it up in mem_in_flight_list.
6569         * nscd/aicache.c: Adjust mempool_alloc call.
6570         * nscd/grpcache.c: Likewise.
6571         * nscd/hstcache.c: Likewise.
6572         * nscd/initgrcache.c: Likewise.
6573         * nscd/pwdcache.c: Likewise.
6574         * nscd/servicescache.c: Likewise.
6575         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
6576         of -fpie.
6578         * nscd/connections.c (handle_request): Provide better error message
6579         in case SELinux forbids the service.
6581         * version.h (VERSION): Bump to 2.8.90.
6583 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
6585         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
6587 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6589         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
6590         Also use for 32-bit.
6591         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
6592         __nextafter instead of nextafter to avoid local PLT.
6593         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
6594         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6596         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
6598         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
6599         __fe_nomask_env.
6600         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
6601         <fenv_libc.h> instead of <fenv.h>.
6602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6605         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
6607         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
6608         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
6609         function from fegetexcept and make old name weak alias.
6610         * include/fenv.h: Declare __fegetexcept.
6611         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
6612         fegetexcept.
6613         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
6614         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
6615         to fetestexcept.
6616         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
6617         instead of frexpl to avoid local PLT.
6618         * math/s_significandl.c (__significandl): Use __ilogbl instead of
6619         ilogbl to avoid local PLT.
6620         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
6621         instead of ldexpl to avoid local PLT.
6622         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
6623         __roundl not roundl to avoid local PLT.
6624         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
6625         local PLTs.  Use __sincosl instead of separate sinl and cosl
6626         calls.
6627         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6629         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
6630         version for ppc64 to 2.4.21 since without it makecontext will fail.
6632         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
6633         to the ABI in use.
6634         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
6635         .__tls_get_addr.
6636         [__powerpc64__] (TLS_GD): Likewise.
6638 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
6640         [BZ #4997]
6641         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
6642         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
6643         mantissa.
6644         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6645         Likewise.  Also account for when x is an odd number between 2^52
6646         and 2^53-1.
6647         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
6648         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6649         * math/libm-test.inc (lround_test, llround_test): Added test cases to
6650         detect aforementioned erroneous conditions.
6652 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6654         * configure.in: Check for -fno-section-anchors in addition to
6655         -fno-toplevel-reorder.
6657 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6659         * include/features.h (__GLIBC_MINOR__): Bump to 8.
6661         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
6662         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
6663         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
6664         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
6665         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
6666         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
6668 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6670         [BZ #5443]
6671         * time/era.c: Transform __libc_setlocale_lock into rwlock.
6672         * time/alt_digit.c: Likewise.
6673         * wcsmbs/wcsmbsload.c: Likewise.
6675 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
6677         * version.h (VERSION): Bump to 2.8.
6679         * timzeone/asia: Update from tzdata2008b.
6680         * timezone/backward: Likewise.
6681         * timezone/europe: Likewise.
6682         * timezone/northamerica: Likewise.
6683         * timezone/southamerica: Likewise.
6684         * timezone/iso3166.tab: Likewise.
6685         * timezone/leapseconds: Likewise.
6686         * timezone/zone.tab: Likewise.
6687         * timezone/private.h: Update from tzcode2008a.
6688         * timezone/zdump.c: Likewise.
6689         * timezone/zic.c: Likewise.
6691 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
6693         [BZ #5741]
6694         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
6695         Define additonal Data Cache Block instruction macros.
6696         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
6697         Replace dcbst with dcbf and sync with sync/isync.
6699 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
6701         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
6702         Always set ELF_RTYPE_CLASS_PLT.
6703         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
6705 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
6707         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
6708         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
6709         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
6710         For ISA 2.01 and later replace mftb with mfspr 268.
6712 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
6714         [BZ #5768]
6715         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
6716         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
6718 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
6720         [BZ #5768]
6721         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
6722         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
6723         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
6724         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
6726 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
6728         * stdlib/tst-makecontext.c (othervar): New variable.
6729         (cf): Test sign extending the argument to long.
6731 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
6733         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
6734         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
6735         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
6736         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
6737         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
6738         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
6739         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
6741 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
6743         * elf/Makefile (tests): Substitute tests-vis-yes here.
6744         (tests-vis-yes): Delete.
6745         (modules-name, modules-vis-yes): Similarly.
6747 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
6749         [BZ #4407]
6750         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
6751         Preserve sign in signgamp when x is zero.
6753 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
6755         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
6756         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
6757         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
6758         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
6759         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
6760         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
6762 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6764         [BZ #4314]
6765         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
6766         buffers.
6768         [BZ #5209]
6769         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
6770         a reserved error value.
6772         * stdlib/tst-makecontext.c: Change parameter to cf to negative
6773         value to check for correct sign extension.
6775         [BZ #5436]
6776         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6777         Copy 64-bit parameter values even though this is not required in
6778         the standard.
6780         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
6781         PC save.
6783 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
6785         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
6786         PC save.
6788 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
6790         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
6792 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6794         [BZ #5998]
6795         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
6796         in line-buffered stream failed.
6797         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
6799 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
6801         [BZ #6024]
6802         * scripts/abi-versions.awk: If the version specified by
6803         --enable-oldest-abi is older than the first version for this
6804         architecture, use the default version.
6806         * locale/programs/ld-collate.c (collate_read): Ignore script lines
6807         as well when ignoring the whole category.
6809 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6811         [BZ #6042]
6812         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
6813         ETHERTYPE_* definitions.
6814         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
6816 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6818         * stdlib/mbtowc.c (__no_r_state): Remove.
6819         (mbtowc): New static state variable.  Use it instead of
6820         __no_r_state.
6821         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
6822         (__wctomb_state): New hidden variable.
6823         (wctomb): Use __wctomb_state instead of __no_r_state.
6824         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
6825         (__wctomb_state): New extern decl.
6826         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
6828 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6830         [BZ #5475]
6831         * resolv/res_init.c: Handle scope IDs in resolv.conf.
6833 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6835         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
6837 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
6839         * po/nl.po: Update from translation team.
6841 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
6843         [BZ #6007]
6844         * string/strfry.c: Handle empty strings again.
6846 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6848         [BZ #5443]
6849         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
6850         before looking for translation.
6851         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
6852         * locale/freelocale.c: Likewise.
6853         * locale/newlocale.c: Likewise.
6854         * locale/setlocale.c: Likewise.
6855         Based partially on a patch by ryo@np.css.fujitsu.com.
6857 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
6859         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
6860         acquiring wrlock.  Do conv_tab allocation while holding lock.
6861         * intl/Makefile: Add rules to build and run tst-gettext6.
6862         * intl/tst-gettext6.c: New test.
6863         * intl/tst-gettext6.sh: New file.
6865 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6867         * po/nl.po: Update from translation team.
6869         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
6870         provided through st_blksize, try the default size before giving up.
6872 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
6874         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
6876         [BZ #5939]
6877         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
6879         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
6880         error message.  POSIX today does not require the messages to be in
6881         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
6883         [BZ #5979]
6884         * sunrpc/auth_unix.c: Unify printed strings.
6885         * sunrpc/clnt_tcp.c: Likewise.
6886         * sunrpc/clnt_udp.c: Likewise.
6887         * sunrpc/clnt_unix.c: Likewise.
6888         * sunrpc/svc_tcp.c: Likewise.
6889         * sunrpc/svc_udp.c: Likewise.
6890         * sunrpc/svc_unix.c: Likewise.
6891         * sunrpc/xdr.c: Likewise.
6892         * sunrpc/xdr_array.c: Likewise.
6893         * sunrpc/xdr_rec.c: Likewise.
6894         * sunrpc/xdr_ref.c: Likewise.
6895         * locale/programs/ld-time.c (time_finish): Unify messages.
6896         * locale/programs/locfile.c (handle_copy): Fix typo.
6897         * nscd/nscd.c (options): Fix typo.
6899         [BZ #5995]
6900         * stdlib/strtod_l.c: Use correct sign for result in one more
6901         underflow case.
6902         Patch by Eric Blake <ebb9@byu.net>.
6904 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
6906         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
6907         and creat system calls.
6908         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
6909         call.
6910         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
6911         system calls.
6912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
6913         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6914         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6916 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
6918         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
6919         <linux/limits.h> has defined it.
6920         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
6921         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
6922         headers.
6923         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
6924         it instead of ARG_MAX.
6926 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
6928         * posix/gai.conf: Fix comment for scope nullbits.
6929         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
6930         default to 128 bits for v4 mapped addresses.
6932 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6934         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
6935         ptrace call to get the ieee_instruction_pointer from the kernel.
6936         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
6937         ptrace call to set the ieee_instructtion_pointer.
6938         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
6939         Add comment that ieee_instruction_pointer is always 0.
6941 2008-03-09  Andreas Jaeger  <aj@suse.de>
6943         [BZ #5857]
6944         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
6945         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
6946         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
6948         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
6949         (rint_test): Likewise.
6951 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
6953         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
6954         call.
6955         (__nisfind_server): Similar for open readColdStartFile call.
6956         Patch partially by Jim Meyering.
6957         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
6958         around internal_setent call.
6960         * po/vi.po: New Vietnamese translation.
6962         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
6963         ADJ_OFFSET_SS_READ.
6965         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
6966         remove CLONE_STOPPED.
6968 2008-02-10  Jim Meyering  <meyering@redhat.com>
6970         Remove useless "if" before "free":
6971         * elf/ldconfig.c (parse_conf_include): Likewise.
6972         * gmon/gmon.c (weak_alias): Likewise.
6973         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
6974         * inet/rcmd.c (__validuser2_sa): Likewise.
6975         * intl/bindtextdom.c (set_binding_values): Likewise.
6976         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
6977         * libio/genops.c (save_for_backup): Likewise.
6978         * libio/wgenops.c (save_for_wbackup): Likewise.
6979         * locale/programs/ld-collate.c (collate_read): Likewise.
6980         * locale/programs/linereader.c (get_string): Likewise.
6981         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
6982         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
6983         * resolv/res_debug.c (do_section): Likewise.
6984         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
6985         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
6986         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
6987         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
6988         * time/tzset.c (tzset_internal): Likewise.
6990 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
6992         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
6993         of ASSEMBLER.
6995 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
6997         [BZ #5903]
6998         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
6999         not stream for output file.  Open output file here.
7000         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
7001         and output file name.
7002         (process_fd): Likewise.
7003         (process_file): Likewise.
7004         (main): Adjust callers of changed functions.
7005         * iconv/iconv_prog.h: Adjust prototype.
7007 2008-03-09  Andreas Jaeger  <aj@suse.de>
7009         [BZ #5753]
7010         * sysdeps/ia64/ieee754.h: Use protected namespace
7011         __BIG_ENDIAN/__LITTLE_ENDIAN.
7012         * sysdeps/ieee754/ieee754.h: Likewise.
7013         Patch by Aurelien Jarno <aurelien@aurel32.net>.
7015 2008-03-08  Roland McGrath  <roland@frob.com>
7017         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
7018         ignore a signal that came from a machine exception, treat it as a
7019         fatal core-dump signal instead.
7020         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7022         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
7023         Clear DF bit in thread state's eflags.
7024         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7026 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
7028         [BZ #5774]
7029         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
7030         of NAN(...) sequence.
7031         * stdlib/Makefile (tests): Add tst-strtod6.
7032         * stdlib/tst-strtod6.c: New file.
7034         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
7036         [BZ #5762]
7037         * posix/getopt.c (_getopt_internal_r): Clarify error message by
7038         putting offending option character in quotes.  Clean up error
7039         messages.
7040         * po/be.po: Adjust msgstr in translation file.
7041         * po/bg.po: Likewise.
7042         * po/ca.po: Likewise.
7043         * po/cs.po: Likewise.
7044         * po/da.po: Likewise.
7045         * po/de.po: Likewise.
7046         * po/es.po: Likewise.
7047         * po/fr.po: Likewise.
7048         * po/hr.po: Likewise.
7049         * po/ko.po: Likewise.
7050         * po/nl.po: Likewise.
7051         * po/rw.po: Likewise.
7052         * po/sk.po: Likewise.
7053         * po/sv.po: Likewise.
7054         * po/tr.po: Likewise.
7055         * po/zh_CN.po: Likewise.
7056         * po/zh_TW.po: Likewise.
7058         [BZ #5760]
7059         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
7060         Patch by Roland Bless <roland@bless.de>.
7062         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
7063         .o file.
7064         * elf/Makefile (routines): Add dl-sysdep.
7065         (elide-routines.os): Likewise.
7067 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
7069         [BZ #5786]
7070         * elf/dl-sysdep.c: Undefine ROUND after use.
7071         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
7072         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
7073         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
7074         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
7075         to ...
7076         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
7077         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
7078         if necessary.
7079         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
7081         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
7082         _dl_tls_get_addr_soft element.
7083         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
7084         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
7085         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
7086         GLRO.
7087         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
7088         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
7089         of internal_function.
7091         * stdlib/Makefile (aux): Add tens_in_limb.
7092         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
7093         * stdlib/tens_in_limb.c: ...here.  New file.
7095         [BZ #5778]
7096         * sysdeps/unix/sysv/linux/pathconf.h: Declare
7097         __statfs_chown_restricted.
7098         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
7099         for _PC_CHOWN_RESTRICTED.
7100         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
7101         Implement __statfs_chown_restricted.
7102         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
7103         _POSIX_CHOWN_RESTRICTED value to zero.
7104         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
7105         defined to zero.
7107         * sysdeps/x86_64/rtld-memset.c: New file.
7109 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
7111         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
7113         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
7114         Barcelona machine.  Make default fall through branch of
7115         __x86_64_preferred_memory_instruction check as the integer code path.
7117 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
7119         * sysdeps/x86_64/cacheinfo.c
7120         (__x86_64_preferred_memory_instruction): New variable.
7121         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7123         * sysdeps/x86_64/memset.S: Rewrite.
7125 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
7127         * include/stdio.h (__asprintf_chk, __dprintf_chk,
7128         __obstack_printf_chk): New prototypes.
7129         (__vasprintf_chk, __vdprintf_chk,
7130         __obstack_vprintf_chk): Likewise.
7131         Add libc_hidden_proto.
7132         * libio/obprintf.c
7133         (_IO_obstack_jumps): No longer static, add attribute_hidden.
7134         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
7135         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7136         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
7137         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
7138         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7139         __obstack_vprintf_chk): New prototypes.
7140         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
7141         obstack_vprintf): New inlines.
7142         * debug/dprintf_chk.c: New file.
7143         * debug/vdprintf_chk.c: New file.
7144         * debug/asprintf_chk.c: New file.
7145         * debug/vasprintf_chk.c: New file.
7146         * debug/obprintf_chk.c: New file.
7147         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
7148         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
7149         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
7150         @@GLIBC_2.8.
7151         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
7152         vdprintf_chk and obprintf_chk, set CFLAGS for them.
7153         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
7154         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
7155         libc_hidden_proto.
7156         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
7157         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
7158         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
7159         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
7160         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
7161         @@GLIBC_2.8.
7162         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
7163         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
7164         obstack_vprintf_chk.
7165         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
7166         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
7167         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
7168         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
7169         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
7170         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
7172 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
7174         [BZ #5779]
7175         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
7176         Patch by Roy Marples <roy@marples.name>.
7178         [BZ #5736]
7179         * malloc/malloc.c: Fix typo in comment.
7181         [BZ #5627]
7182         * locale/iso-639.def: Add Shuswap.
7184 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
7186         [BZ #5790]
7187         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
7188         overwrite *h_errnop/*errnop values from getanswer_r in case of
7189         failure.
7191 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
7193         [BZ #5818]
7194         * nscd/connections.c (dbs): Add initializers for .suggested_module.
7195         (verify_persistent_db): Remove one unnecessary test and add a new one
7196         for bad configuration.
7197         (nscd_init): Improve error reported when persistent database cannot
7198         be reused.
7199         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
7200         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
7201         .suggested_module and .max_db_size and case config file says the
7202         values are zero.
7203         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
7205         [BZ #5854]
7206         * nis/ypclnt.c (yp_order): Fix handling of return value of
7207         do_ypcall_tr call.
7208         Patch by Jeff Moyer <jmoyer@redhat.com>.
7210         * po/fr.po: Update from translation team.
7212 2008-02-22  Andreas Jaeger  <aj@suse.de>,
7213             Carlos O'Donell <carlos@systemhalted.org>
7215         [BZ #5012]
7216         * FAQ.in: Describe why glibc needs to be compiled with
7217         optimization.
7219 2008-02-19  Roland McGrath  <roland@redhat.com>
7221         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
7223 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
7225         [BZ #5737]
7226         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
7227         __USE_MISC is defined.
7229 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
7231         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
7232         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
7233         sys/timerfd.h.
7234         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
7235         timerfd_gettime, timerfd_settime.
7236         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
7237         timerfd_gettime, timerfd_settime for GLIBC_2.8.
7239 2008-02-08  Roland McGrath  <roland@redhat.com>
7241         * elf/elf.h (NT_PPC_SPE): New macro.
7243 2008-02-06  Roland McGrath  <roland@redhat.com>
7245         * Makerules ($(common-objpfx)sysd-rules):
7246         Depend on $(sysdep-makeconfigs).
7248 2008-01-31  Roland McGrath  <roland@redhat.com>
7250         [BZ #5442]
7251         * configure.in: Use -print-file-name if it yields a directory,
7252         for each of include and include-fixed.
7253         * configure: Regenerated.
7255         * Makeconfig (sysd-rules-targets): New variable.
7256         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
7257         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
7259 2008-01-30  Roland McGrath  <roland@redhat.com>
7261         * manual/libc.texinfo: Update back-cover text.
7263         * elf/elf.h (NT_386_TLS): New macro.
7265 2008-01-29  Roland McGrath  <roland@redhat.com>
7267         * Makeconfig (sysd-rules-patterns): New variable.
7268         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
7269         (check-inhibit-asm): New canned sequence, replaces ...
7270         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
7271         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
7272         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
7273         (CFLAGS-rtld): Variable removed.
7275 2008-01-24  Roland McGrath  <roland@redhat.com>
7277         * configure.in: Let configure fragments set base_os.
7278         * configure: Regenerated.
7280 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
7282         * po/ko.po: Update from translation team.
7284 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
7286         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
7288 2008-01-12  Andreas Jaeger  <aj@suse.de>
7290         [BZ #5040]
7291         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
7292         Add EPOLLRDHUP.
7294 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7296         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
7297         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
7298         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
7300 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
7302         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
7303         * elf/dl-close.c (_dl_close): Check for it.
7304         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
7305         (_dl_allocate_static_tls): Likewise.
7306         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
7307         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
7308         to it.
7309         * elf/tst-tls16.c: New file.
7310         * elf/tst-tlsmod16a.c: New file.
7311         * elf/tst-tlsmod16b.c: New file.
7312         * elf/Makefile: Add rules to build and run tst-tls16.
7314 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
7316         [BZ #5628]
7317         * bits/shm.h: Fix comment describing shmid_ds.
7318         * sysdeps/gnu/bits/shm.h: Likewise.
7319         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
7320         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7321         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
7322         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
7323         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
7324         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
7325         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
7326         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
7327         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
7329         [BZ #5607]
7330         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
7331         prototypes.
7332         * conform/data/limits.h-data: Adjust limits changed in v6 and add
7333         additional suffixes.
7334         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
7335         Add optional functions mq_timedreceive and mq_timedsend.
7336         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
7337         * conform/data/pthread.h-data: Fix prototype of
7338         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
7339         * conform/data/semaphore.h-data: Allow time.h definitions.
7340         * conform/data/signal.h-data: Likewise.
7341         * conform/data/stdio.h-data: getw and putw are not required in v6.
7342         * conform/data/stdlib.h-data: Change setstate prototype.
7343         * conform/data/string.h-data: Fix strerror_r prototype.
7344         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
7345         * conform/data/unistd.h-data: pthread_atfork not required in v6.
7346         Fix readlink prototype.
7347         * conform/data/netinet/in.h-data: Add const to in6addr_any and
7348         in6addr_loopback.
7349         * inet/netinet/in.h: Cleanup namespace.
7350         * posix/regex.h: Likewise.
7351         * resolv/netdb.h: Likewise.
7352         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
7353         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7354         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7355         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
7356         of names of in in6_addr.
7357         (default_precedence): Likewise.
7358         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
7359         NULL definition.
7361 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
7363         * conform/data/fmtmsg.h-data: Add missing allows.
7364         * conform/data/ftw.h-data: Likewise.
7365         * conform/data/inttypes.h-data: Likewise.
7366         * conform/data/math.h-data: Likewise.
7367         * conform/data/signal.h-data: Likewise.
7368         * conform/data/net/if.h-data: Likewise.
7369         * conform/data/netinet/in.h-data: Likewise.
7370         * conform/data/sys/socket.h-data: Likewise.
7372         [BZ #5614]
7373         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
7374         (__strtok_r): Simplify.
7375         * string/tester.c (test_strtok_r): Add test case for futile search
7376         with single-character seach string.
7378 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
7380         * po/ko.po: Update from translation team.
7382 2008-01-11  Andreas Jaeger  <aj@suse.de>
7384         [BZ #5600]
7385         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
7386         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
7387         kernel header.
7389 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
7391         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
7392         native interface lookup in all the relevant places.
7394 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
7395             Ulrich Drepper  <drepper@redhat.com>
7397         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
7398         field.  Use sockaddr_in6 for source_addr.
7399         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
7400         (match_prefix): Likewise.
7401         (get_label): Likewise.
7402         (get_precedence): Likewise.
7403         (rfc3484_sort): Change to use indirect access to results array.
7404         Adjust to use of sockaddr_in6.  Replace service_order test with
7405         simple index comparison.
7406         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
7407         service_order field.  Adjust qsort_t calls.  Access sorted result
7408         array indirectly through order array.
7409         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
7410         * posix/tst-rfc3484-2.c: Likewise.
7411         * posix/tst-rfc3484-3.c: Likewise.
7413 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
7415         [BZ #5541]
7416         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
7417         pollfd structures.
7418         Patch by André Cruz.
7420         [BZ #5545]
7421         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
7422         (clnt_spcreateerror): Likewise.
7424         [BZ #5553]
7425         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
7426         (public_mEMALIGn): Likewise.
7427         Patch mostly by Daniel Jacobowitz.
7429 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
7431         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
7432         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
7433         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
7434         * stdlib/tst-makecontext2.c: New test.
7436 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
7438         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
7439         defined.
7440         (REINIT_PARAMS): Likewise.  Undefine before end of file.
7441         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
7442         transliteration hooks and REINIT_PARAMS afterwards.
7443         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
7444         status.
7445         (REINIT_PARAMS): Define.
7446         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
7447         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
7448         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
7449         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
7450         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
7451         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
7452         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
7453         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
7454         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
7455         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
7456         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
7457         * iconvdata/tst-iconv7.c: New test.
7459 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
7461         * libio/stdio.h (vscanf): Fix definition for loser compilers.
7463 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
7465         [BZ #5112]
7466         * nscd/connections.c (restart): Fix condition.
7468 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
7470         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
7471         __ctype_toupper_loc): Add __THROW.
7473 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
7475         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
7476         recognition of interface family.
7478         * posix/getconf.c: Update copyright year.
7479         * nss/getent.c: Likewise.
7480         * iconv/iconvconfig.c: Likewise.
7481         * iconv/iconv_prog.c: Likewise.
7482         * elf/ldconfig.c: Likewise.
7483         * catgets/gencat.c: Likewise.
7484         * csu/version.c: Likewise.
7485         * elf/ldd.bash.in: Likewise.
7486         * elf/sprof.c (print_version): Likewise.
7487         * locale/programs/locale.c: Likewise.
7488         * locale/programs/localedef.c: Likewise.
7489         * nscd/nscd.c (print_version): Likewise.
7490         * debug/xtrace.sh: Likewise.
7491         * malloc/memusage.sh: Likewise.
7492         * malloc/mtrace.pl: Likewise.
7493         * debug/catchsegv.sh: Likewise.
7495 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
7497         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
7498         second lookup.
7500 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
7502         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
7503         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
7505 2007-12-17  Roland McGrath  <roland@redhat.com>
7507         * inet/ether_line.c (ether_line): Remove unused variable.
7509 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7511         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
7512         and winp.
7513         * login/openpty.c (openpty): Likewise.
7514         * login/pty.h (openpty, forkpty): Likewise.
7515         * manual/terminal.texi (openpty, forkpty): Likewise.
7517 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
7519         * malloc/malloc.c (public_cALLOc): For arenas other than
7520         main_arena, count all bytes inside the mprotect_size range of the
7521         heap as uninitialized.
7523 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
7525         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
7526         executable stacks.
7528         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
7529         mTRIm for all of them.
7530         (mTRIm): Additionally iterate over all free blocks and use madvise
7531         to free memory for all those blocks which contain at least one
7532         memory page.
7533         * malloc/tst-trim1.c: New file.
7534         * malloc/Makefile (tests): Add tst-trim1.
7536         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
7538 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
7540         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7541         First cast argument to long
7542         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
7543         Return long.
7544         (__vdso_clock_gettime): Likewise.
7545         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
7546         return long.
7548 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
7550         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
7551         * locale/nl_langinfo_l.c: Real implementation, copied from
7552         nl_langinfo.c.
7553         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
7555 2007-12-01  Jim Meyering  <meyering@redhat.com>
7557         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7558         that would inhibit utf8-optimization of a regexp containing line-
7559         or buffer-anchors, e.g., `^', `$'.
7561 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7563         * time/bug-getdate1.c (do_test): Don't use century values which
7564         aren't valid on 32-bit systems.
7566 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
7568         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
7569         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
7570         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
7571         __strcat_g, __strncat_g): Add __asm__.
7573 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7575         [BZ #5477]
7576         * io/fchmodat.c: Fix typo in stub_warning use.
7577         Patch by Petr Salinger.
7579 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
7581         * iconvdata/hp-thai8.c: New file.
7582         * iconvdata/Makefile: Add rules for hp-thai8.c.
7583         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
7584         * iconvdata/gconv-modules: Likewise.
7586         [BZ #5464]
7587         * iconvdata/hp-greek8.c: New file.
7588         * iconvdata/Makefile: Add rules for hp-greek8.c.
7589         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
7590         * iconvdata/gconv-modules: Likewise.
7592         [BZ #5463]
7593         * iconvdata/hp-turkish8.c: New file.
7594         * iconvdata/Makefile: Add rules for hp-turkish8.c.
7595         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
7596         * iconvdata/gconv-modules: Likewise.
7598         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
7599         (shrink_heap): ... this new function.
7600         (heap_trim): Call shrink_heap instead of grow_heap.
7602         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
7603         case don't call alloc_perturb.
7605 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
7607         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
7608         possible.
7609         * sysdeps/unix/sysv/linux/kernel-features.h
7610         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
7611         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
7613 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
7615         [BZ #5424]
7616         * stdio-common/vfprintf.c: Do not overflow when adding to done.
7617         * stdio-common/Makefile (tests): Add bug22.
7618         * stdio-common/bug22.c: New file.
7620         [BZ #5451]
7621         * time/getdate.c: Fix filling in default values.
7622         * time/bug-getdate1.c: New file.
7623         * time/Makefile: Add rules to build and run bug-getdate1.
7625         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
7626         * iconvdata/ebcdic-es.c: Likewise.
7627         * iconvdata/ebcdic-es-a.c: Likewise.
7628         * iconvdata/ebcdic-uk.c: Likewise.
7629         * iconvdata/iso8859-16.c: Likewise.
7630         * iconvdata/viscii.c: Likewise.
7631         * iconvdata/iso8859-9e.c: Likewise.
7632         * iconvdata/Makefile: Adjust appropriately.
7634         [BZ #5428]
7635         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
7636         __need_wint_t.
7638 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7640         [BZ #5427]
7641         * iconvdata/hp-roman9.c: New file.
7642         * iconvdata/Makefile: Add rules for hp-roman9.c.
7643         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
7644         * iconvdata/gconv-modules: Likewise.
7646         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
7647         * iconvdata/Makefile: Adjust appropriately.
7649         [BZ #5441]
7650         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
7651         structure, it's allocated with alloca.
7652         * stdio-common/Makefile (tests): Add bug21.
7653         * stdio-common/bug21.c: New file.
7655 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
7657         [BZ #5452]
7658         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
7659         keyword for gcc's braced-groups.
7661 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7663         [BZ #5454]
7664         * inet/ether_line.c: Strip hostname of whitespaces.
7665         * inet/Makefile (tests): Add tst-ether_line.
7666         * inet/tst-ether_line.c: New file.
7668 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
7670         [BZ #5439]
7671         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
7673         [BZ #5435]
7674         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
7676         * stdlib/tst-setcontext.c: Catch the case where the links gets
7677         messed up and we do not reach main again.
7679         * po/ca.po: Update from translation team.
7681 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
7683         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
7684         * posix/regex.h (REG_ENOSYS): Likewise.
7685         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
7687 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
7689         * nscd/nscd.h (MAX_STACK_USE): Define.
7690         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
7691         (gc): Initialize stack_used based on allocation in prune_cache.
7692         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
7693         Clear array before use.
7695         * nscd/aicache.c (addhstaiX): Update statistics counter in case
7696         memory allocation failed.
7697         * nscd/hstcache.c (cache_addhst): Likewise.
7698         * nscd/grpcache.c (cache_addgr): Likewise.
7699         * nscd/servicescache.c (cache_addserv): Likewise.
7700         * nscd/pwdcache.c (cache_addpw): Likewise.
7701         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7703 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
7705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
7706         and creat system calls.
7708         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
7710 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7712         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
7713         Add netiucv/iucv.h.
7714         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
7715         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
7716         protocol.
7717         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
7718         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
7719         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
7721 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7723         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
7724         strncat): Define as macros to avoid compile errors.
7726         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
7727         creat entries.
7729 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
7731         [BZ #5382]
7732         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
7733         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
7734         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
7735         overflow it.
7736         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7738         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
7739         Return zero in case the thread library is not NPTL.
7741         [BZ #5375]
7742         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
7743         initializing interface list.
7745         [BZ #5378]
7746         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
7747         use result of nss_getgrgid_r if nothing was found.  For other
7748         error return with a failure.
7749         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7751         * locale/programs/ld-collate.c (collate_read): Fix loop to match
7752         macro name.
7754 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7756         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
7757         (get_scope): For IPv4 scope, use scopes table.
7758         (fini): Free scopes table if necessary.
7759         (free_scopelist): New function.
7760         (scopecmp): New function.
7761         (gaiconf_init): Also handle scopev4 entries.
7762         * posix/tst-rfc3484.c (do_test): Initialize scopes.
7763         * posix/tst-rfc3484-2.c (do_test): Likewise.
7764         * posix/gai.conf: Document scopev4 defaults.
7765         * posix/Makefile (tests): Add tst-rfc3484-3.
7766         * posix/tst-rfc3484-3.c: New file.
7768         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
7769         Teredo tunnels.
7770         * posix/gai.conf: Update for current default tables.
7772 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7774         * po/tr.po: Update from translation team.
7776 2007-11-18  Roland McGrath  <roland@frob.com>
7778         * manual/arith.texi (Remainder Functions): Spelling fix.
7779         From Shaun Silk <genix@mysoul.com.au>.
7781         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
7783 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
7785         * po/zh_CN.po: Update from translation team.
7787         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
7788         Add sys/signalfd.h and sys/eventfd.h.
7790 2007-11-15  Bruno Haible  <bruno@clisp.org>
7792         [BZ #5346]
7793         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
7794         union.
7795         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
7796         (DCIGETTEXT): Change the allocation of the 'search' variable so that
7797         it needs only fixed stack space. Delay the initialization of
7798         msgid_len until it is needed.
7800 2007-11-15  Andreas Jaeger  <aj@suse.de>
7802         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
7803         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
7805 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
7807         * po/ko.po: Update from translation team.
7809 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
7811         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
7812         significantly.  The device type is also part of the ifinfomsg data.
7814         * po/sv.po: Update from translation team.
7815         * po/nl.po: Likewise.
7817         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
7818         to wake up in 24 hours.
7820         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
7822 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
7824         * po/cs.po: Update from translation team.
7825         * po/pl.po: Likewise.
7827         * include/ifaddrs.h: Remove in6ai_temporary.
7828         (struct in6addrinfo): Add index element.
7829         Declare __check_native.
7830         * inet/Makefile (aux): Add check_native.
7831         * sysdeps/unix/sysv/linux/check_native.c: New file.
7832         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
7833         IFA_F_TEMPORARY.  Pass back ifa_index.
7834         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
7835         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
7836         call __check_native if necessary.
7837         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
7838         to sort addresses.  Pass information about the results.
7839         * posix/tst-rfc3484.c: Adjust for addition of index field and change
7840         of rfc3484_sort interface.
7841         * posix/tst-rfc3484-2.c: Likewise.
7843         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
7844         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
7845         for _quicksort.
7846         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
7847         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
7848         on as third parameter to compare function and _quicksort.
7849         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
7850         to the compare function.
7851         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
7852         * Versions.def: Add GLIBC_2.8 for libc.
7854         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
7855         * posix/tst-rfc3484-2.c: Likewise.
7857         * include/kernel-features.h: Moved to...
7858         * sysdeps/mach/hurd/kernel-features.h: ...here.
7860 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
7862         * sysdeps/i386/i586/memcpy_chk.S: New file.
7863         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
7864         * sysdeps/i386/i586/memset_chk.S: Likewise.
7866 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
7868         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
7869         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
7870         list of interfaces.  Also store prefix length.
7871         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
7872         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
7873         prefix if source and destination address are in the same subnet.
7874         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
7875         Always look for matching record in in6ai list.
7876         Correct source_addr_len value for IPv6->IPv4 converted records.
7878 2007-11-11  Roland McGrath  <roland@frob.com>
7880         * include/kernel-features.h: New file.
7882 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
7884         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
7885         complications for 64-bit platforms.
7887         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
7888         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
7889         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
7890         open64_2.
7891         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
7892         entries.
7893         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7894         * sysdeps/wordsize-64/alphasort.c: New file.
7895         * sysdeps/wordsize-64/alphasort64.c: New file.
7896         * sysdeps/wordsize-64/fseeko.c: New file.
7897         * sysdeps/wordsize-64/fseeko64.c: New file.
7898         * sysdeps/wordsize-64/ftello.c: New file.
7899         * sysdeps/wordsize-64/ftello64.c: New file.
7900         * sysdeps/wordsize-64/ftw.c: New file.
7901         * sysdeps/wordsize-64/ftw64.c: New file.
7902         * sysdeps/wordsize-64/iofgetpos.c: New file.
7903         * sysdeps/wordsize-64/iofgetpos64.c: New file.
7904         * sysdeps/wordsize-64/iofopen.c: New file.
7905         * sysdeps/wordsize-64/iofopen64.c: New file.
7906         * sysdeps/wordsize-64/iofsetpos.c: New file.
7907         * sysdeps/wordsize-64/iofsetpos64.c: New file.
7908         * sysdeps/wordsize-64/lockf.c: New file.
7909         * sysdeps/wordsize-64/lockf64.c: New file.
7910         * sysdeps/wordsize-64/mkostemp.c: New file.
7911         * sysdeps/wordsize-64/mkostemp64.c: New file.
7912         * sysdeps/wordsize-64/mkstemp.c: New file.
7913         * sysdeps/wordsize-64/mkstemp64.c: New file.
7914         * sysdeps/wordsize-64/scandir.c: New file.
7915         * sysdeps/wordsize-64/scandir64.c: New file.
7916         * sysdeps/wordsize-64/tmpfile.c: New file.
7917         * sysdeps/wordsize-64/tmpfile64.c: New file.
7918         * sysdeps/wordsize-64/versionsort.c: New file.
7919         * sysdeps/wordsize-64/versionsort64.c: New file.
7920         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
7921         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
7922         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
7923         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
7924         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
7925         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
7926         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
7927         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
7928         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
7929         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
7930         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
7931         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
7933         * crypt/sha256-crypt.c: Fix a comment.
7934         * crypt/sha512-crypt.c: Likewise.
7936 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
7938         * sysdeps/x86_64/memset.S: Add sfence after movnti.
7940 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
7942         [BZ #5277]
7943         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
7944         because output buffer is too small break, don't loop.
7945         * iconvdata/Makefile (tests): Add bug-iconv6.
7946         * iconvdata/bug-iconv6.c: New file.
7948 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
7950         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
7951         with size_t type.
7952         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
7953         size_t.  Add casts where needed.
7955         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
7956         old headers, don't call avc_has_perm if we don't have the
7957         permission information.
7959 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
7961         * elf/rtld.c (dl_main): Use the page size to find the map start.
7963 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
7965         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
7966         Patch by Szymon Siwek <sls@poczta.wp.pl>.
7968         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
7969         when the lookup call failed.
7971         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
7972         Add prune_cond and wakeup_time.
7973         (CACHE_PRUNE_INTERNAL): Define.
7974         Update declarations of prune_cache and setup_thread.
7975         * nscd/connections.c (dbs): Update initializers.
7976         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
7977         (nscd_init): Default number of threads is now 4.
7978         (invalidate_cache): Take lock before calling prune_cache.
7979         (handle_request): If SELinux forbids the request, say so.
7980         (readylist_cond): Use static initializer.
7981         (nscd_run_prune): New function.  Used only by pruning threads.
7982         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
7983         here.
7984         (fd_ready): Update nscd_run reference.
7985         (start_threads): No need to initialize readylist_cond.
7986         Start pruning threads separately.
7987         * nscd/nscd_setup_thread.c: Change return value type to int and always
7988         return 0.
7989         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
7990         to int and return nonzero value if we can use the TID address hack.
7991         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
7992         the database is later than the new entry's timeout, update the
7993         wakeup time and wake the cleanup thread.
7994         (prune_cache): Return seconds the next entry in the database is still
7995         valid.  Remove locking for pruning here.
7996         * nscd/nscd.conf: Document default number of threads.
7998 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
8000         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
8001         stack is properly aligned for the target function.
8002         Correct unwind info.
8004         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
8005         when using auditing libraries.
8007 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
8009         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
8010         _nss_dns_getnetbyaddr2_r.
8011         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
8012         extra parameter to getanswer_r.
8013         (_nss_dns_getnetbyaddr_r): Now a wrapper around
8014         _nss_dns_getnetbyaddr2_r.
8016         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
8017         gethstbynm3_r.
8018         * nscd/gethstbynm2_r.c: Remove.
8019         * nscd/gethstbynm3_r.c: New file.
8020         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
8021         __gethostbyaddr_r.
8022         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
8023         __gethostbyaddr_r compatibility wrapper.
8024         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
8025         determining timeout of entry.
8026         (lookup): Take new parameter and pass it to __gethostbyname3_r and
8027         __gethostbyaddr2_r.
8028         (addhstbyX): Pass reference to variable for TTL to lookup and
8029         cache_addhst.
8030         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
8031         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
8032         and __nss_next2.  Remove __nss_services_lookup.
8033         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
8034         Add compat wrapper.
8035         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
8036         __nss_next2.
8037         * nss/getXXent_r.c: Likewise.
8038         * nss/getnssent_r.c: Likewise.
8039         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
8040         does not exist in module, try the optional second name.
8041         (__nss_next2): New function.
8042         (__nss_next): Now wrapper around __nss_next2.
8043         * nss/nsswitch.h: Adjust __nss_lookup prototype.
8044         Declare __nss_next2.
8045         Adjust definition of db_lookup_function type.
8046         * nss/service-lookup.c: Define NO_COMPAT.
8047         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
8048         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
8049         * inet/ether_ntoh.c: Likewise.
8050         * sunrpc/netname.c: Likewise.
8051         * sunrpc/publickey.c: Likewise.
8052         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
8053         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
8054         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
8055         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
8056         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
8058         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
8060         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
8062 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
8064         [BZ #5204]
8065         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
8066         * crypt/sha512c-test.c: Likewise.
8068         [BZ #5225]
8069         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
8070         to keep track of end of %[ format string element.
8071         * stdio-common/Makefile (tests): Add bug20.
8072         * stdio-common/bug20.c: New file.
8074         [BZ #5222]
8075         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
8076         path elements in counting mode.
8078 2007-10-27  Andreas Jaeger  <aj@suse.de>
8080         [BZ #5040]
8081         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
8083         [BZ #3112]
8084         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
8085         (__cleanup): Free shared library when exiting.
8086         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
8087         (__cleanup): Free shared library when exiting.
8089 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
8091         [BZ #2549]
8092         * math/libm-test.inc (check_float_internal): Support
8093         denormalized return.
8095 2007-10-23  Andreas Jaeger  <aj@suse.de>
8097         [BZ #5208]
8098         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
8099         __LONG_LONG_PAIR to handle little endian byte order.
8100         Suggested by abhishekrai@google.com
8102 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
8104         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
8106 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
8108         * nscd/cache.c (prune_cache): Move test for modified file outside
8109         of locking.
8111 2007-10-21  Andreas Jaeger  <aj@suse.de>
8113         * manual/texinfo.tex: Update to latest version.
8115         * manual/sysinfo.texi (System Parameters): Fix Formatting.
8117         * manual/arith.texi (Status bit operations): Fix formatting.
8119         * manual/errno.texi (Error Messages): Fix formatting.
8121         * manual/sysinfo.texi (System Parameters): Fix formatting.
8123         * manual/libc.texinfo: Update VERSION and UPDATED.
8125 2007-10-19  Roland McGrath  <roland@redhat.com>
8127         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
8129 2007-10-06  David S. Miller  <davem@davemloft.net>
8131         * configure.in: Add sparcv9v2 and sparc64v2.
8132         * scripts/config.sub: Likewise.
8133         * configure: Regenerate.
8134         * elf/elf.h (HWCAP_SPARC_N2): New.
8135         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
8136         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
8137         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
8138         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
8139         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
8140         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
8141         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
8143 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
8145         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
8146         even if the poll result indicates there is data to read.
8147         Patch by Jeff Moyer <jmoyer@redhat.com>.
8149 2007-10-18  Roland McGrath  <roland@redhat.com>
8151         * elf/elf.h (NT_PPC_VMX): New macro.
8153 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8155         * version.h (VERSION): Set to 2.7.90.
8157 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8159         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
8160         weak_alias.
8162 2007-10-17  Roland McGrath  <roland@frob.com>
8164         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
8165         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
8167 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8169         * version.h (VERSION): Bump to 2.7.
8170         * include/features.h (__GLIBC_MINOR__): Bump to 7.
8172         [BZ #5186]
8173         * time/tzset.c (__tz_convert): Don't force testing for a change of
8174         TZ if not called from localtime.  But then also see whether the
8175         file changed, in case __use_tzfile is set.
8177         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
8178         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8179         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8180         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8181         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8182         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8183         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
8184         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8186 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8188         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
8189         and admin selects to be able to replace the gai.conf file, lock
8190         data structures around the qsort call.
8192 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8194         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
8195         new memset.
8196         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
8197         too high for the improvements.  Implement bzero unconditionally for
8198         use in libc.
8200 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8201             Jakub Jelinek  <jakub@redhat.com>
8203         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
8204         even when time_t is 32-bit.
8205         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
8206         timezone data read by __tzfile_default.  Ensure __tzname[0] is
8207         always set after the search.
8209 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8211         * time/tzfile.c (__tzfile_read): Help the compiler recognize
8212         unreachable code on 32-bit machines.
8214 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8216         [BZ #5184]
8217         * time/strftime_l.c: Include stdbool.h.
8218         (my_strftime): New wrapper, old function renamed to...
8219         (__strftime_internal): ... new function.  Add tzset_called
8220         argument, pass it down to recursive calls, don't call tzset ()
8221         if already true, set to true after call to tzset ().
8223 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8225         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
8226         into account when copying TZ string.
8228 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8230         * time/tzfile.c (__tzfile_compute): For use_last case set i to
8231         num_transition rather than num_transitions - 1.
8233 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8235         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
8236         PIC indirect jump.
8238         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
8239         a local label rather than HIDDEN_JUMPTARGET.
8241 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8243         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
8244         (init_cacheinfo): Initialize it.
8245         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
8246         Always define bzero.
8247         Remove non-glibc code.
8248         * sysdeps/x86_64/bzero.S: Make an empty file.
8250 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
8252         * sysdeps/x86_64/cacheinfo.c
8253         (__x86_64_preferred_memory_instruction): New.
8254         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
8256         * sysdeps/x86_64/memset.S: Rewrite.
8258 2007-10-15  Roland McGrath  <roland@redhat.com>
8260         * po/libc.pot: Regenerated.
8262 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8264         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
8265         pointers.
8267         [BZ #3425]
8268         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
8269         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
8270         address record to T_A/T_AAAA requests.
8272 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
8274         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
8276         * posix/glob.c: Add some branch prediction throughout.
8278         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
8279         read from nscd.
8281         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
8282         service_order.
8283         (rfc3484_sort): Make sure that even if qsort doesn't support
8284         stable sorting out sorting here is stable by comparing service_order.
8285         (getaddrinfo): Initialize service_order.
8286         * posix/tst-rfc3484.c (do_test): Adjust for addition of
8287         service_order field to sorting structure.
8288         * posix/tst-rfc3484-2.c (do_test): Likewise.
8290         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
8291         * time/tzset.c (tzset_internal): Break TZ string parsing out into
8292         __tzset_parse_tz and updating of daylight, timezone, tzname into
8293         update_vars.
8294         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
8295         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
8296         happens in __tz_compute.
8297         * time/tzfile.c (__tzfile_read): Also read TZ string.
8298         (find_transition): Fold into __tzfile_compute.
8299         (__tzfile_compute): For times beyond the last transition try to
8300         use the TZ string.
8301         * timezone/tst-timezone.c: Information in daylight and tzname does
8302         change for Asia/Tokyo timezone with more concrete information.
8303         Remove the test.
8305         * include/stdio.h: Add libc_hidden_proto for ftello.
8306         * libio/ftello.c: Add libc_hidden_def.
8308         [BZ #1140]
8309         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
8310         on the specified time and not the last entries in the file.  Move
8311         code to determine tzname[] to...
8312         (find_transition): ...here.  Add ugly guess for times before the
8313         first transition.
8315 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8317         [BZ #3195]
8318         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
8319         no entry.
8320         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
8321         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8322         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
8323         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8325         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
8326         read mechanism when there are no group members and avoid no-op
8327         read syscall in this case.
8329         [BZ #3242]
8330         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
8331         (__readall): If reading failed due to EAGAIN error wait a bit
8332         and possibly try again.
8333         (__readvall): Likewise.
8335 2007-10-13  Bruno Haible  <bruno@clisp.org>
8337         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
8338         when we cannot recode the message.
8340 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8342         [BZ #4359]
8343         * libio/__freading.c (__freading): Don't return true for
8344         write-only streams.  For read/write streams, check whether we
8345         performed a read operation already.
8346         * libio/Makefile (tests): Add tst-ext2.
8347         * libio/tst-ext2.c: New file.
8349 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8351         * locale/programs/repertoire.c (repertoire_read): Always free
8352         memory for repertoire file name [Coverity CID 270].
8354         * elf/cache.c (save_aux_cache): Free memory allocated for
8355         temporary file name [Coverity CID 267].
8357 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8359         * misc/Makefile (headers): Add bits/error.h.
8361 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8363         * posix/fnmatch_loop.c: Take rule index returned as part of
8364         findidx return value into account when accessing weights.
8365         * posix/regcomp.c: Likewise.
8366         * posix/regexec.c: Likewise.
8368         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
8369         (skip_to): Fix problems with parameter of elifdef/elifndef.
8371 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
8373         * iconv/gconv_simple.c: Add some branch prediction.
8375 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8377         * locale/programs/ld-collate.c (collate_read): If ignore_content
8378         and nowtok is tok_define, eat any tok_eol tokens.
8380 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
8382         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
8383         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
8385         * inet/netinet/in.h: Don't include bits/socket.h.
8386         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
8387         macro.
8388         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8390 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
8392         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
8393         and tok_elifndef.
8394         * locale/programs/locfile-kw.gperf: Likewise.
8395         * locale/programs/ld-collate.c: Implement primitive preprocessor.
8397 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
8399         * stdio-common/printf-parse.h: Include string.h and wchar.h.
8400         (__find_specwc): Change into __extern_always_inline function.
8401         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
8402         (__parse_one_specmb): Remove ps argument.
8403         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
8404         Adjust __find_specmb and __parse_one_specmb callers.
8405         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
8406         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
8407         Removed.
8408         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
8409         caller.
8411 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
8413         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
8414         with some Pentium Ds.
8416 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
8418         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
8419         __read not read.
8420         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
8421         __write not write.
8423 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8425         [BZ #181]
8426         * locale/C-time.c: Set week_1stday data to 19971201.
8427         * locale/programs/ld-time.c (time_finish): Default for
8428         first_workday is Monday.
8430         [BZ #2633]
8431         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
8433         [BZ #5103]
8434         * posix/glob.c (glob): Recognize patterns starting \/.
8435         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
8436         (main): Add test for pattern starting \/.
8438         * misc/error.h: Use __const instead of const.
8439         * misc/bits/error.h: Likewise.
8441 2007-10-07  Andreas Jaeger  <aj@suse.de>
8443         * include/bits/error.h: New file.
8445         * misc/bits/error.h (error_at_line): Fix prototype.
8447 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
8449         [BZ #3924]
8450         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
8451         more little bugs in creating the stack frame when pltexit has to
8452         be called.
8454         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
8455         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
8457         [BZ #4407]
8458         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
8459         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
8460         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
8461         * math/libm-test.inc: Add test for this case.
8463         [BZ #5010]
8464         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
8465         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
8466         map service succeeded.
8467         (svc_is_mapped): New function.
8468         (svc_unregister): Use it before trying to unmap service.
8470 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
8472         * timezone/zic.c: Update from tzcode2007h.
8474         [BZ #5063]
8475         * timezone/africa: Update from tzdata2007h.
8476         * timezone/antarctica: Likewise.
8477         * timezone/asia: Likewise.
8478         * timezone/australasia: Likewise.
8479         * timezone/europe: Likewise.
8480         * timezone/leapseconds: Likewise.
8481         * timezone/northamerica: Likewise.
8482         * timezone/southamerica: Likewise.
8483         * timzeone/zone.tab: Likewise.
8485         [BZ #5104]
8486         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
8488         [BZ #5113]
8489         * string/bits/string2.h (__strdup): Cast parameters to calloc to
8490         avoid warning with -Wconversion.
8491         (__strndup): Likewise.
8492         Half the patch by Christian Iseli <christian.iseli@licr.org>.
8494         [BZ #5112]
8495         * nscd/connections.c (restart): Don't resync if database is
8496         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
8498         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
8499         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
8501         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
8502         evetnfd_read, eventfd_write.
8503         * sysdeps/unix/sysv/linux/eventfd.c: New file.
8504         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
8505         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
8506         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
8507         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
8508         eventfd_write for GLIBC_2.7.
8510         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
8511         * sysdeps/unix/sysv/linux/signalfd.c: New file.
8512         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
8513         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
8515 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
8517         * stdlib/msort.c: Include stdint.h.
8518         (struct msort_param): New type.
8519         (msort_with_tmp): Use struct msort_param pointer for unchanging
8520         parameters.  Add optimized handling for several common sizes
8521         and indirect sorting mode.
8522         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
8523         sorting.
8524         Suggested by Belazougui Djamel .
8526         * stdlib/Makefile (tests): Add tst-qsort2.
8527         * stdlib/tst-qsort2.c: New test.
8529 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
8531         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
8532         for dup2 in case another thread races with the current one.  Retry
8533         in this case.
8535         * misc/error.h: Remove support for use outside of libc.  We have to
8536         include <features.h> now.  Include <bits/error.h> if possible.
8537         * misc/bits/error.h: New file.
8539 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
8541         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
8542         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
8543         __extern_always_inline functions unconditionally, drop macros.
8545         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
8546         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
8547         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
8549         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
8550         add __artificial__ attribute.
8552 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
8554         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
8555         backward to forward direction.
8557         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
8559         [BZ #645]
8560         * locale/programs/ld-collate.c (collate_finish): Compare against last
8561         used section which is known to have rules defined.
8562         (collate_read): After order_start, correctly record order of sections
8563         and queue sections up.
8565 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
8567         [BZ #5071]
8568         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
8569         the same number of pages.
8570         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
8572         * locale/programs/ld-collate.c (collate_read): After initial copy
8573         statement, continue in state 0.
8575         * include/stdio_ext.h (__fsetlocking): Define as macro.
8577 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
8579         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
8580         of section order.
8582         * po/pt_BR.po: Fix typo.
8584 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
8586         * iconvdata/Makefile (modules): Add ISO8859-9E.
8587         (distribute): Add iso8859-9e.c.
8588         (gen-8bit-gap-modules): Add iso8859-9e.
8589         * iconvdata/iso8859-9e.c: New file.
8590         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
8591         * iconvdata/TESTS: Likewise.
8592         * iconvdata/tst-tables.sh: Likewise.
8594         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8596         * locale/iso-639.def: Add several new entries.
8598 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8600         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
8601         void * pointers instead of struct link_map **.
8602         (_dl_scope_free): Change argument type to void *.
8603         * include/link.h (struct link_map): Change type of l_reldeps
8604         to struct link_map_reldeps, move l_reldepsact into that
8605         struct too.
8606         * elf/dl-deps.c: Include atomic.h.
8607         (_dl_map_object_deps): Only change l->l_initfini when it is
8608         fully populated, use _dl_scope_free for freeing it.  Optimize
8609         removal of libs from reldeps by using l_reserved flag, when
8610         some removal is needed, allocate a new list instead of
8611         reallocating and free the old with _dl_scope_free.  Adjust
8612         for l_reldeps and l_reldepsact changes.
8613         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
8614         searching in l_initfini and l_reldeps without holding dl_load_lock.
8615         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
8616         l_reldepsact changes.
8617         * elf/dl-close.c (_dl_close_worker): Likewise.
8618         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
8620 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
8622         * iconvdata/Makefile (modules): Add KOI8-RU.
8623         (distribute): Add koi8-ru.c.
8624         (gen-8bit-gap-modules): Add koi8-ru.
8625         * iconvdata/koi8-ru.c: New file.
8626         * iconvdata/gconv-modules: Add entries for KOI8-RU.
8627         * iconvdata/TESTS: Likewise.
8628         * iconvdata/tst-tables.sh: Likewise.
8630         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8632 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
8634         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
8635         with __warning__/__error__ attributes.
8636         (__warnattr): Define.
8637         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
8638         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
8639         __warnattr.
8640         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
8641         of __*_chk if compile time detectable overflow is found.
8642         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
8643         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
8644         with __warnattr.
8645         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
8646         instead of __*_chk if compile time detectable overflow is found.
8647         (__gets_alias): Rename to...
8648         (__gets_warn): ... this.  Add __warnattr.
8649         (gets): Call __gets_warn instead of __gets_alias.
8650         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
8651         aliases with __warnattr.
8652         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
8653         time detectable overflow is found.
8654         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
8655         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
8656         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
8657         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
8658         __getdomainname_chk_warn): New aliases with __warnattr.
8659         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
8660         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
8661         __*_chk_warn instead of __*_chk if compile time detectable overflow
8662         is found.
8663         (__getgroups_chk): Rename argument to __listlen from listlen.
8664         (__getwd_alias): Rename to...
8665         (__getwd_warn): ... this.  Add __warnattr.
8666         (getwd): Call __getwd_warn instead of __getwd_alias.
8667         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
8668         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
8669         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
8670         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
8671         __wcsnrtombs_chk_warn): New aliases with __warnattr.
8672         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
8673         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
8674         compile time detectable overflow is found.
8675         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
8676         to use __*_chk or not.
8677         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
8678         in comparisons which function should be called and in __*_chk*
8679         arguments.  Call __*_chk_warn instead of __*_chk if compile time
8680         detectable overflow is found.
8681         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
8682         __*_chk argument.
8683         * debug/tst-chk1.c (do_test): Add a few more tests.
8685 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
8687         [BZ #5058]
8688         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
8689         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
8690         (_nl_unload_domain): Finalize conversions_lock.
8691         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
8692         handling table of known conversions.
8694 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8696         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
8697         close_not_cancel_no_status instead of close.
8699 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
8701         [BZ #5028]
8702         * posix/regcomp.c (lookup_collation_sequence_value): Check that
8703         nrules != 0 for multibyte chars.
8705 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
8707         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
8708         Provide better error message in case the type is unknown.
8710         [BZ #4963]
8711         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
8712         * string/stratcliff.c: Make usable to test wide char functions.
8713         * wcsmbs/wcsatcliff.c: New file.
8714         * wcsmbs/Makefiel (tests): Add wcsatcliff.
8716         [BZ #4972]
8717         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
8718         (distribute): Add mac-centraleurope.c.
8719         (gen-8bit-gap-modules): Add mac-centraleurope.
8720         * iconvdata/mac-centraleurope.c: New file.
8721         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
8722         * iconvdata/TESTS: Likewise.
8723         * iconvdata/tst-tables.sh: Likewise.
8725         [BZ #5043]
8726         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
8728 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
8730         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
8731         from __x86_64_core_cache_size_half.
8732         (init_cacheinfo): Compute shared cache size for AMD processors with
8733         shared L3 correctly.
8734         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
8735         name change.
8736         Patch in large parts by Evandro Menezes.
8738 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
8740         * elf/dl-lookup.c (add_dependency): Handle failing memory
8741         allocation for dependency list.  Remove unnecessary check.
8743         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
8744         open/close when determining source addresses.
8746         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
8747         sha512-crypt, and sha512.
8748         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
8749         (distribute): Add sha256.h and sha512.h.
8750         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
8751         and call the appropriate code.
8752         * crypt/sha256-crypt.c: New file.
8753         * crypt/sha256.c: New file.
8754         * crypt/sha256.h: New file.
8755         * crypt/sha256c-test.c: New file.
8756         * crypt/sha256test.c: New file.
8757         * crypt/sha512-crypt.c: New file.
8758         * crypt/sha512.c: New file.
8759         * crypt/sha512.h: New file.
8760         * crypt/sha512c-test.c: New file.
8761         * crypt/sha512test.c: New file.
8763 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
8765         * misc/bits/syslog.h (syslog): Remove extraneous argument from
8766         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
8767         __syslog_chk.
8769 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
8771         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
8772         %as in fscanf format strings.
8774         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
8775         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8776         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8777         Likewise.
8778         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8779         Likewise.
8781         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
8782         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
8783         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
8784         * elf/dl-sym.c (do_sym): Likewise.
8785         * include/link.h (struct link_map): Add l_serial field.
8786         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
8787         * elf/dl-lookup.c (add_dependency): Add flags argument.
8788         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
8789         flags, use THREAD_GSCOPE_RESET_FLAG before and
8790         THREAD_GSCOPE_SET_FLAG after
8791         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
8792         Don't dereference map until it has been found on some list.
8793         If map->l_serial changed, return -1.
8795 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
8797         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
8798         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
8799         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
8800         libc_hidden_proto.
8801         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
8802         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
8803         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
8804         add libc_hidden_proto.
8805         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8806         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8807         conformance requested.
8808         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
8809         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8810         conformance requested.
8811         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8812         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
8813         conformance requested.
8814         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
8815         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
8816         ISO C99 or POSIX conformance requested.
8817         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
8818         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
8819         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
8820         and __isoc99_vsscanf@@GLIBC_2.7.
8821         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
8822         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
8823         (tests): Add scanf14.
8824         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
8825         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
8826         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
8827         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
8828         CFLAGS-isoc99_scanf.c): Add $(exceptions).
8829         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
8830         from using internal headers.
8831         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
8832         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
8833         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
8834         and __isoc99_vswscanf@@GLIBC_2.7.
8835         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
8836         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
8837         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
8838         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
8839         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
8840         * stdio-common/isoc99_scanf.c: New file.
8841         * stdio-common/isoc99_vsscanf.c: New file.
8842         * stdio-common/isoc99_vscanf.c: New file.
8843         * stdio-common/isoc99_vfscanf.c: New file.
8844         * stdio-common/isoc99_fscanf.c: New file.
8845         * stdio-common/isoc99_sscanf.c: New file.
8846         * wcsmbs/isoc99_fwscanf.c: New file.
8847         * wcsmbs/isoc99_vswscanf.c: New file.
8848         * wcsmbs/isoc99_swscanf.c: New file.
8849         * wcsmbs/isoc99_wscanf.c: New file.
8850         * wcsmbs/isoc99_vwscanf.c: New file.
8851         * wcsmbs/isoc99_vfwscanf.c: New file.
8852         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
8853         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
8854         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
8855         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
8856         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
8857         * stdio-common/scanf14.c: New test.
8858         * stdio-common/scanf15.c: New test.
8859         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
8860         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
8861         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
8862         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
8863         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
8864         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
8865         __nldbl___isoc99_scanf@@GLIBC_2.7,
8866         __nldbl___isoc99_fscanf@@GLIBC_2.7,
8867         __nldbl___isoc99_sscanf@@GLIBC_2.7,
8868         __nldbl___isoc99_vscanf@@GLIBC_2.7,
8869         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
8870         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
8871         __nldbl___isoc99_wscanf@@GLIBC_2.7,
8872         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
8873         __nldbl___isoc99_swscanf@@GLIBC_2.7,
8874         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
8875         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
8876         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
8877         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
8878         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
8879         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
8880         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
8881         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
8882         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
8883         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
8884         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
8885         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
8886         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
8887         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
8888         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
8889         functions.
8890         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
8891         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
8892         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
8893         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
8894         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
8895         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
8896         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
8897         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
8898         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
8899         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
8900         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
8901         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
8903         * stdio-common/Makefile (tests): Add scanf13.
8904         (scanf13-ENV): New.
8905         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
8906         m modifier followed by l.
8907         (STRING_ARG): Add width argument.
8908         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
8909         <case L_('C')>: Handle %mlc and %mC.
8910         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
8911         arguments.
8912         * stdio-common/scanf13.c: New test.
8914         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
8915         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
8917 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
8919         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
8920         type and __THROW marker of splice, vmsplice, and tee.
8921         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8922         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8923         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8924         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8925         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8926         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8927         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8928         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
8929         as cancellation points.
8931 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
8933         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
8934         parse more than three parts of the version number.
8936 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
8938         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
8939         modifier.  Patch by Jakub Jelinek.
8941 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
8943         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
8944         call_fallocate in misc subdir.
8945         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
8946         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
8947         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
8948         instead of __fallocate64.
8949         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
8951 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
8953         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
8954         * rt/Makefile (headers): Add bits/mqueue2.h.
8955         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
8956         optimizing with GCC and __va_arg_pack_len is defined.
8957         * rt/bits/mqueue2.h: New file.
8958         * rt/mq_open.c (__mq_open): Renamed from mq_open.
8959         (mq_open): New strong_alias.
8960         (__mq_open_2): New function.
8961         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
8962         (mq_open): New strong_alias.
8963         (__mq_open_2): New function.
8964         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
8965         * Versions.def (librt): Add GLIBC_2.7 version.
8966         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
8967         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
8969         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
8970         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
8971         is defined rather than when not C++.
8972         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
8973         __openat64_alias): New redirects.
8974         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
8975         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
8976         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
8977         (open, open64, openat, openat64): Rewrite as __extern_always_inline
8978         functions instead of function-like macros.
8980 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
8982         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
8983         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
8984         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
8986 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
8988         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
8989         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
8991 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
8993         * inet/tst-network.c: Increment ERRORS for failing tests.
8995 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
8997         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
8998         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
8999         implement as __extern_always_inline function.
9000         (vsyslog): Define as __extern_always_inline function unconditionally.
9001         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
9002         When __va_arg_pack is defined, implement as __extern_always_inline
9003         functions.
9004         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
9005         __extern_always_inline functions unconditionally.
9006         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
9007         bits/stdio2.h will be included.
9008         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
9009         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
9010         implement as __extern_always_inline functions.
9011         (vswprintf, vwprintf, vfwprintf): Define as
9012         __extern_always_inline functions unconditionally.
9013         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
9015 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
9017         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
9018         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
9019         attribute.
9020         * include/features.h (__USE_EXTERN_INLINES): Define only when
9021         __extern_inline is defined.
9022         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
9023         is defined instead of when not __cplusplus.
9024         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
9025         is defined instead of when not __cplusplus.
9026         * socket/sys/socket.h: Include bits/socket2.h when
9027         __extern_always_inline is defined instead of when not __cplusplus.
9028         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
9029         is defined instead of when not __cplusplus.
9030         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
9031         is defined instead of when not __cplusplus.
9032         * string/string.h: Include bits/string3.h when __extern_always_inline
9033         is defined instead of when not __cplusplus.
9034         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
9035         is defined instead of when not __cplusplus.
9036         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
9037         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
9038         is not defined.
9039         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
9040         defined __extern_always_inline instead of !defined __cplusplus.
9041         * libio/bits/stdio-ldbl.h: Likewise.
9042         * wcsmbs/bits/wchar-ldbl.h: Likewise.
9043         * misc/bits/syslog.h (syslog): Don't define for C++.
9044         (vsyslog): Use __extern_always_inline function for C++ instead of
9045         a macro.
9046         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
9047         whenever that macro is defined.
9048         (vprintf): Don't provide the inline for C++.
9049         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
9050         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
9051         define the macros for C++.
9052         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
9053         __extern_always_inline functions for C++.
9054         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
9055         stat64, lstat64, fstat64, fstatat64): Don't define if not
9056         __USE_EXTERN_INLINES.
9057         * wcsmbs/bits/wchar2.h: Fix #error message.
9058         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
9059         (vswprintf, vwprintf, vfwprintf): Define using
9060         __extern_always_inline functions for C++.
9061         * string/bits/string3.h: Don't #undef macros if __cplusplus.
9062         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
9063         strncpy, strcat, strncat): Define as __extern_always_inline
9064         functions instead of macros for C++.
9065         * math/bits/cmathcalls.h: Guard __extern_inline routines with
9066         defined __extern_inline.
9067         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
9068         to __extern_inline whenever that macro is defined.
9069         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9070         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9071         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
9072         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
9073         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9074         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9075         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9076         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9077         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
9078         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
9079         prototypes.  Only provide __extern_inline routines if
9080         __USE_EXTERN_INLINES.
9081         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
9082         tests.
9083         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
9084         For now avoid some *printf tests in C++.  Skip all testing
9085         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
9086         is not.
9087         * debug/tst-chk4.cc: New file.
9088         * debug/tst-chk5.cc: New file.
9089         * debug/tst-chk6.cc: New file.
9090         * debug/tst-lfschk4.cc: New file.
9091         * debug/tst-lfschk5.cc: New file.
9092         * debug/tst-lfschk6.cc: New file.
9093         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
9094         prototypes in C++.
9095         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
9096         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
9097         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
9099 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
9101         * po/cs.po: Update from translation team.
9103 2007-09-11  Roland McGrath  <roland@redhat.com>
9105         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
9106         compiling.
9108 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9110         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
9112 2007-09-05  Roland McGrath  <roland@redhat.com>
9114         * manual/signal.texi (Signaling Another Process): Typo fix.
9115         From Karl Berry <karl@freefriends.org>.
9117 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
9119         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
9120         zero if not defined.
9121         (make_request): Recognize optimistic addresses and treat them like
9122         deprecated addresses.
9123         Reported by Neil Horman <nhorman@redhat.com>.
9125 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
9127         * nscd/connections.c (send_ro_fd): Also transfer file size.
9128         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
9129         file size don't call fstat.
9131         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
9132         ahead and map the file.  This should always be correct and we can
9133         catch problems later.
9135 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
9137         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
9138         prototypes.
9139         (__fread_alias, __fread_unlocked_alias): New aliases.
9140         (fread): New extern inline.
9141         (fread_unlocked): Likewise.  Undef macro before definition of
9142         the inline function.
9143         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
9144         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
9145         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
9146         and __fread_unlocked_chk@@GLIBC_2.7.
9147         * debug/fread_chk.c: New file.
9148         * debug/fread_u_chk.c: New file.
9149         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
9151 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
9153         * sysdeps/unix/sysv/linux/syscalls.list
9154         (personality): Change caller to EXTRA.
9156 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
9158         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
9159         to keep gcc quiet.
9160         * iconvdata/iso-2022-cn.c (BODY): Likewise.
9162         * locale/programs/ld-collate.c (collate_output): Avoid warning if
9163         NDEBUG is defined.
9165         * Makerules: Use -p option with mkdir.
9167         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
9168         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
9169         (_xdr_directory_obj): Likewise.
9170         (xdr_entry_obj): Likewise.
9171         (xdr_group_obj): Likewise.
9172         (xdr_link_obj): Likewise.
9173         (xdr_table_obj): Likewise.
9174         (_xdr_nis_result): Likewise.
9175         (_xdr_ns_request): Likewise.
9176         (_xdr_ib_request): Likewise.
9177         (_xdr_nis_taglist): Likewise.
9178         (xdr_cback_data): Likewise.
9179         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
9180         (xdr_ypresp_maplist): Likewise.
9182         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
9184         * posix/regex_internal.h: Prevent some declarations and definitions
9185         to be seen when used in tests.
9187         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
9188         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
9190         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
9192         * config.make.in (datarootdir): Add to shut up configure.
9194         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
9195         associativity for fully-associative caches.
9197         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
9198         requests.  Fill on more associativity values for L2.
9199         Patch mostly by Evandro Menezes.
9201 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
9203         * sysdeps/unix/sysv/linux/x86_64/init-first.c
9204         (_libc_vdso_platform_setup): Avoid using exported variable by using
9205         alias.
9207         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
9209         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
9210         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
9211         defined.
9213 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
9215         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
9216         align stack for call if pltexit is to be used.
9218         [BZ #3924]
9219         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
9220         align for function call in case pltexit has to be called later.
9222         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
9223         implicit atomic operation when storing function pointer.
9224         (_dl_runtime_profile): Likewise.
9226 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9228         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
9229         NIS_NOTFOUND.
9231 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9233         [BZ #4566]
9234         * string/strtok.c: Fix typo in comment.
9236         [BZ #4582]
9237         * debug/segfault.c: Fix typos in comments.
9239         [BZ #4588]
9240         * stdio-common/tempnam.c: Fix comment, it is not checked that
9241         TMPDIR points to a writable directory.
9243         [BZ #4726]
9244         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
9245         memory allocated for the name server address.
9247         [BZ #4946]
9248         * nscd/connections.c (handle_request): Using sendfile always
9249         requires that mmap is used for the database.
9250         Patch by Petr Baudis <pasky@suse.cz>.
9252         [BZ #4905]
9253         * nscd/hstcache.c (cache_addhst): When reloading an entry which
9254         suddenly has two or more addresses, ignore it and remove the old
9255         entry.
9257         [BZ #4814]
9258         * resolv/res_hconf.c: Prepare for compiling outside libc.
9259         * nscd/res_hconf.c: New file.
9260         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
9261         the new file.
9262         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
9263         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
9265         * nscd/hstcache.c (cache_addhst): Minimal optimization.
9267         [BZ #4925]
9268         * debug/pcprofiledump.c: Turn on internationalization by calling
9269         setlocale.  Patch mostly by Benno Schulenberg.
9271         [BZ #4936]
9272         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
9273         the state.
9274         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
9275         * iconvdata/bug-iconv5.c: New file.
9277 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
9279         [BZ #4896]
9280         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
9281         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
9282         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
9283         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
9284         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
9285         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
9286         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
9287         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
9289 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9291         [BZ #4937]
9292         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
9293         lookup loop.  Suggested by John Reiser.
9295 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
9297         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
9299 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
9301         * csu/libc-start.c: Don't handle VDSO_SETUP here.
9302         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
9303         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
9304         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
9305         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
9306         to...
9307         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
9309 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
9311         * po/nl.po: Update from translation team.
9313 2007-08-16  Andreas Jaeger  <aj@suse.de>
9315         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
9316         Reported by Peter Festner <peter.festner@ewetel.net>.
9318 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9320         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
9322 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
9324         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
9325         to check for undefined symbols.
9327         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
9328         If the syscall fails, set errno to the actual returned error number
9329         rather than EINVAL.
9330         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
9331         arguments are incorrect, set errno to EINVAL, if the syscall
9332         fails, set errno to the actual returned error number.
9334         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
9335         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
9337         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
9338         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
9339         file.
9340         (ASI_PNF, ASI_BLK_P): Don't define.
9341         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
9342         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
9343         file.
9344         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
9345         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
9346         file.
9348 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
9350         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
9351         FE_UNDERFLOW on Niagara CPUs.
9353         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
9354         exceptions.
9356 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
9358         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
9359         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
9360         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
9361         flush should be used or not inside of the function.
9362         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
9364         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
9365         __thread_start): Use HIDDEN_JUMPTARGET.
9366         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
9367         __thread_start): Likewise.
9368         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
9370         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
9371         Add libc_hidden_proto.
9372         (STRTOF): Add libc_hidden_proto.
9373         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
9374         (strtold_l, wcstold_l): Use them as second argument for
9375         long_double_symbol.
9377 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9379         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
9381 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9383         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
9385 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9387         * po/bg.po: New file.  From the translation team.
9389 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9391         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
9392         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
9393         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
9394         when each feature was introduced.
9396         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
9397         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
9398         (CHECK_HASH): New macro.
9399         (PREPARE_VERSION): Use it.
9401         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
9402         prototype if not __ASSUME_PSELECT.
9403         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
9404         prototype if not __ASSUME_PPOLL.
9406         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
9408         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
9409         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
9410         is defined.
9412 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
9414         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9415         (_libc_vdso_platform_setup): If vDSO is not available point
9416         __vdso_gettimeofday to the vsyscall.
9417         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
9418         __vdso_gettimeofday instead of vsyscall.
9420 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9422         * nscd/servicescache.c: Include kernel-features.h.
9423         * nscd/gai.c: Likewise.
9424         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
9425         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
9426         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
9427         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9428         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9429         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
9430         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9431         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
9432         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9434 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9436         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
9437         and _dl_get_origin defines anymore.
9439         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
9440         Build fix for systems which might lack POSIX timer support.
9442         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9443         (_libc_vdso_platform_setup): Mangle function pointers before storing
9444         them.
9445         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
9446         Demangle vdso pointer before use.
9447         (INTERNAL_VSYSCALL): Likewise.
9449         * elf/cache.c (primes): Mark as const.
9450         Noted by Roland McGrath.
9452 2007-08-01  Andreas Jaeger  <aj@suse.de>
9453             Jakub Jelinek  <jakub@redhat.com>
9455         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
9456         (options): Add option.
9457         (parse_opt): Handle option.
9458         (manual_link): Adjust process_file caller.  Call implicit_soname.
9459         (search_dir): Formatting.  Use and populate auxiliary cache.
9460         (main): Load and save auxiliary cache.
9461         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
9462         stat64 from fstat64 to caller.
9463         (implicit_soname): New function.
9464         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
9465         leave *soname as NULL.
9466         * elf/cache.c: Include libgen.h.
9467         (print_entry, print_cache, compare, save_cache, add_to_cache):
9468         Formatting and cleanups.
9469         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
9470         aux_cache_file): New structures.
9471         (AUX_CACHEMAGIC): Define.
9472         (primes): New array.
9473         (aux_hash_size, aux_hash): New variables.
9474         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
9475         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
9476         load_aux_cache, save_aux_cache): New functions.
9477         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
9478         (init_aux_cache, search_aux_cache, add_to_aux_cache,
9479         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
9480         (process_file): Adjust prototype.
9482 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
9484         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
9485         with __need_size_t.
9487 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9489         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
9490         r_found_version structure as second parameter.
9491         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
9492         (_dl_vdso_vsym): Change type of second parameter accordingly.
9493         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
9494         (_libc_vdso_platform_setup): Adjust.
9495         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9496         (_libc_vdso_platform_setup): Likewise.
9498         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
9499         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
9500         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
9501         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
9502         * csu/libc-start.c: Pretty printing.
9503         Use VDSO_SETUP if defined.
9504         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
9505         and let generic code call into _libc_vdso_platform_setup.
9506         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
9507         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
9508         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
9509         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
9510         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
9511         for GLIBC_PRIVATE.
9512         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
9513         (sysdep_rountines): Add dl-vdso.
9515         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
9516         of routines.
9518         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
9519         attribute_hidden to __vdso_gettimeofday prototype.
9521 2007-08-12  Roland McGrath  <roland@redhat.com>
9523         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
9524         From: Karl Berry <karl@freefriends.org>.
9526 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
9528         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
9529         an atime update for the files we read.
9531 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9533         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
9535         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
9536         instead of mkstemp.
9538         * misc/Makefile (routines): Add mkostemp and mkostemp64.
9539         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
9540         * misc/mkostemp.c: New file.
9541         * misc/mkostemp64.c: New file.
9542         * stdlib/stdlib.h: Declare the new functions.
9543         * sysdeps/posix/tempname.c: Add new parameter which is added to
9544         the flags for open.  Remove __GT_BIGFILE handling.
9545         * stdio-common/tempname.c: Likewise.
9546         * include/stdio.h: Adjust __gen_tempname prototype.
9547         Renumber __GT_* constants.
9548         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
9549         * misc/mkdtemp.c: Likewise.
9550         * misc/mkstemp.c: Likewise.
9551         * misc/mkstemp64.c: Likewise.
9552         * misc/mktemp.c: Likewise.
9553         * stdio-common/tempnam.c: Likewise.
9554         * stdio-common/tmpfile.c: Likewise.
9555         * stdio-common/tmpfile64.c: Likewise.
9556         * stdio-common/tmpnam.c: Likewise.
9557         * stdio-common/tmpnam_r.c: Likewise.
9559 2007-08-10  Roland McGrath  <roland@frob.com>
9561         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
9562         New macros.
9563         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
9564         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
9566 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9568         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
9569         possible.
9570         * nss/nss_files/files-alias.c (internal_setent): Likewise.
9571         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
9572         * nss/nss_files/files-have_o_cloexec.c: New file.
9574         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
9575         available.
9577 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
9579         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
9580         ___new_wcstold_l): New weak aliases.
9581         (strtold_l, wcstold_l): Use them as second argument for
9582         long_double_symbol.
9584 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
9586         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
9587         register in test for error.
9589         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
9590         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
9592         * po/sv.po: Update from translation team.
9594 2007-08-06  Roland McGrath  <roland@redhat.com>
9596         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
9597         Remove __strto*_l inlines.
9598         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
9599         * stdlib/strtod.c: Add libc_hidden_def.
9600         * stdlib/strtod_l.c: Likewise.
9601         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
9602         for __new_strtold and __new_wcstold.
9603         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
9604         __STRTOF, STRTOF.
9605         * stdlib/strtol.c: Add libc_hidden_def.
9606         * stdlib/strtol_l.c: Likewise.
9607         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
9608         strtoq.
9610         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
9612         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
9613         * scripts/data/localplt-generic.data: ... here.
9614         * elf/Makefile (check-data): Get generic file if no other.
9615         ($(objpfx)check-localplt.out): Make target unconditional.
9617         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
9618         Use ElfW(Nhdr).
9620 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
9622         * po/zh_CN.po: Updated translation from translation team.
9624 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
9626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
9627         Don't use CGOTSETUP and CGOTRESTORE macros.
9629 2007-08-04  Roland McGrath  <roland@redhat.com>
9631         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
9633 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
9635         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
9636         __extension__ around the whole statement expression.
9638 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
9640         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
9641         elements during initialization.
9643         * po/pl.po: Updated translation from translation team.
9644         * po/tr.po: Likewise.
9645         * po/nl.po: Likewise.
9647 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
9649         * rt/aio.h: Add __nonnull attributes.
9651 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9653         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
9654         * stdlib/Makefile (tests): Add tst-strtod5.
9655         (tst-strtod5-ENV): New.
9656         * stdlib/tst-strtod5.c: New file.
9658         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
9659         failed.
9660         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
9661         on failure.
9663         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
9664         allocated.
9666 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9668         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
9669         numbers.
9671 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
9673         * io/Makefile (aux): Add have_o_cloexec.
9674         * include/fcntl.h: Declare __have_o_cloexec.
9675         * io/have_o_cloexec.c: New file.
9676         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
9677         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
9678         fcntl call if not necessary.
9679         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
9680         of local variable.
9682         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
9683         Avoid memset, add explicit initialization.
9684         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
9685         to the end and change into zero-sized array.
9686         Move lock member to fill a hole on 64-bit platforms.
9688         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
9689         inline functions.
9690         * include/stdlib.h: Add __strto*_internal prototypes here.
9691         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
9692         inline functions.
9693         * include/wchar.h: Add __wcsto*_internal prototypes.
9694         * sysdeps/generic/inttypes.h: No need to protect the declaration
9695         of the __strto*_internal and __wcsto*_internal members here.
9697         * rt/mqueue.h: Change const to __const and add nonnull attributes.
9699 2007-08-02  Roland McGrath  <roland@redhat.com>
9701         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
9702         $(inst_bindir)/getconf if possible.
9704         * posix/Makefile ($(objpfx)getconf.speclist): New target.
9705         (generated): Add it.
9706         ($(inst_libexecdir)/getconf): Use it.
9708 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
9710         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
9711         /proc is faster and sufficient.  /sys is still needed for
9712         __get_nprocs_conf.
9714 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
9716         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
9717         syscall as __fallocate64.
9718         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
9719         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
9721 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
9723         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
9724         value.
9726         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
9727         if off_t is different rank from size_t.
9729         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
9730         uw_frame_state_for): Avoid type punning warnings.
9731         * sysdeps/generic/unwind-dw2-fde-glibc.c
9732         (_Unwind_IteratePhdrCallback): Likewise.
9733         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
9734         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
9735         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
9736         pointers.
9738 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
9740         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
9741         total processors using sysfs.
9742         (__get_nprocs): Use sysfs to determine which processors are online.
9744 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
9746         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
9747         syscall arguments count.
9749         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
9751 2007-07-30  Roland McGrath  <roland@redhat.com>
9753         * manual/libc.texinfo: Update copyrights, formatting magic, and
9754         @dircategory.  From Karl Berry <karl@freefriends.org>.
9756 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
9758         [BZ #4860]
9759         * io/Makefile (headers): Add bits/fcntl2.h.
9761         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
9762         using gcc builtin.
9763         (__CPU_EQUAL_S): Likewise.
9765         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
9766         (tests): Add tst-cpuset.
9767         * posix/sched_cpualloc.c: New file.
9768         * posix/sched_cpufree.c: New file.
9769         * posix/tst-cpuset.c: New file.
9770         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
9771         GLIBC_2.7.
9772         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
9773         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
9774         macros.  Define CPU_*_S macros.
9776 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9778         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
9779         entry.
9781         [BZ #4858]
9782         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
9783         #.0g and value rounded to 1.0.
9784         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
9786 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
9788         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
9789         for int_frac_digits and frac_digits.
9791         * login/logout.c (logout): Avoid aliasing violation.
9792         * login/logwtmp.c (logwtmp): Likewise.
9794         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
9796         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
9797         to avoid warning.
9798         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
9799         warning.
9800         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
9801         warning.
9802         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
9803         to avoid warnings.
9805         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
9806         void **.
9807         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
9809         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
9810         char * to avoid warning.
9811         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
9813         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
9815         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
9816         allocate_arrays): Cast second argument to charmap_find_symbol
9817         to char * to avoid warnings.
9819         * locale/programs/repertoire.c (repertoire_new_char): Change
9820         from_nr, to_nr and cnt to unsigned long, adjust printf format
9821         string.
9823         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
9824         Cast second argument to new_element to char * to avoid warnings.
9826         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
9828         * intl/gettextP.h (struct loaded_domain): Change plural to const
9829         struct expression *.
9830         * intl/plural-eval.c (plural_eval): Change first argument to
9831         const struct expression *.
9832         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
9833         argument to const struct expression **.
9834         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
9835         prototypes.
9836         * intl/loadmsgcat (_nl_unload_domain): Cast away const
9837         in call to __gettext_free_exp.
9839         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
9840         unitialized wstring/wpattern var warnings.
9842         * posix/runtests.c (struct a_test): Make data field const char *.
9844         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
9845         vars if not LDBL_MANT_DIG >= 106.
9847         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
9849         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
9850         __find_specmb to avoid warning.
9852         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
9854         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
9855         to avoid warnings.
9857         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
9858         initializer.
9860         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
9861         tv var when it will be actually used.
9863         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
9864         to avoid warnings.
9866         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
9867         char array resp. pointer.
9868         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
9869         char array.
9870         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
9871         to const unsigned char **.
9872         (ucs4_to_cns11643): Change second argument to unsigned char *.
9873         * iconvdata/euc-tw.c (BODY): Change endp type to
9874         const unsigned char *.
9875         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
9876         to unsigned char *.
9877         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
9878         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
9879         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
9880         types to unsigned char pointers/arrays instead of char.
9881         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
9882         to unsigned char *.
9883         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
9884         * iconvdata/jis0212.h: Include assert.h.
9885         (ucs4_to_jisx0212): Change second argument to unsigned char *.
9886         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
9887         of trying to handle that.
9888         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
9889         shut up a warning.
9890         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
9891         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
9892         two dimensional const unsigned char arrays.
9893         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
9894         Initialize endp to inptr to shut up a warning.
9896 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
9898         [BZ #4772]
9899         * time/strptime_l.c (__strptime_internal): Silently ignore
9900         strftime modifiers and field width in recursive calls.
9902         * include/time.h (enum ptime_locale_status): Remove.
9903         (__strptime_internal): Remove decided and era_cnt arguments,
9904         add statep argument.
9905         * time/strptime_l.c (__strptime_internal): Remove decided
9906         and era_cnt arguments, add statep argument.  Don't recompute
9907         any fields in recursive calls, only update caller's tm
9908         and state, if recursive call fails, don't change tm nor
9909         any state.
9910         (get_alt_number): Adjust.
9911         (recursive): Adjust caller.
9912         (strptime): Likewise.
9913         * time/strptime.c (strptime): Likewise.
9915 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
9917         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
9918         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
9919         if from and to charsets are the same.
9920         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
9921         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
9922         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
9924 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
9926         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
9927         Don't define wint_t when __need_mbstate_t unless it
9928         is necessary.
9929         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
9930         in the typedef if possible.
9931         * wctype/wctype.h (wint_t): Define by including
9932         wchar.h with __need_wint_t instead of including stddef.h
9933         with __need_wint_t and as fallback definining it ourselves.
9934         * iconv/gconv.h (__need_wint_t): Define before including
9935         wchar.h.
9936         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
9937         or _GLIBCPP_USE_WCHAR_T.
9938         (__need_wchar_t): Don't define
9939         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9940         (__need_wint_t): Don't define before including stddef.h,
9941         define before including wchar.h only if _LIBC or
9942         _GLIBCPP_USE_WCHAR_T.
9943         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9944         * sysdeps/mach/hurd/_G_config.h: Likewise.
9945         * sysdeps/generic/_G_config.h: Likewise.
9946         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
9947         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
9948         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
9949         if _LIBC or _GLIBCPP_USE_WCHAR_T.
9951 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9953         * sysdeps/posix/posix_fallocate64.c: Undefine
9954         __posix_fallocate64_l64 before alias handling.
9955         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
9956         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
9957         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
9958         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
9960         * io/tst-posix_fallocate.c: Include <fcntl.h>.
9962 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
9964         * locale/programs/ld-collate.c (atwc): New variable.
9965         (add_to_tablewc): New toplevel function, moved from collate_output.
9966         (collate_output): Remove add_to_tablewc nested function.
9968         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
9969         (name_insert): New function.
9970         (write_output): Remove hash_table and hash_size vars and name_insert
9971         nested function.
9973 2007-07-24  Roland McGrath  <roland@redhat.com>
9975         * Makerules (install-others-programs-nosubdir): New target.
9976         (install-no-libc.a-nosubdir): Depend on it.
9978         * iconv/Makefile (install-others-programs): Set this instead of
9979         install-others.
9980         * login/Makefile (install-others-programs): Likewise.
9981         * posix/Makefile (install-others-programs): Likewise.
9983         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
9984         dependencies.
9986 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
9988         * io/Makefile (tests): Add tst-posix_fallocate.
9989         * io/tst-posix_fallocate.c: New file.
9991         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9992         __ASSUME_FALLOCATE.
9994 2007-07-22  Roland McGrath  <roland@frob.com>
9996         * hurd/getdport.c: Add missing copyright year update.
9998         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
9999         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
10001 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
10003         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
10005         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
10006         O_CLOEXEC is needed.
10007         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
10008         Avoid additional fcntl to set O_CLOEXEC if not needed.
10009         * nis/nss_compat/compat-initgroups.c: Likewise.
10010         * nis/nss_compat/compat-pwd.c: Likewise.
10011         * nis/nss_compat/compat-spwd.c: Likewise.
10013 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10015         [BZ #3665]
10016         * manual/errno.texi: Change ECANCELED value to 119.
10018         [BZ #4610]
10019         * mach/lock-intern.h: Include <sys/cdefs.h>.
10021         [BZ #4178]
10022         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
10023         reading A.
10025         [BZ #4126]
10026         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
10027         to __sigsuspend.
10029         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
10031 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
10033         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
10034         `__ASSEMBLER__'.
10035         * sysdeps/mach/hurd/i386/tls.h: Likewise.
10037 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
10039         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
10040         descriptor received from nscd.
10042         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
10044         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
10045         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10046         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10047         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10048         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10049         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10051 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
10053         [BZ #4816]
10054         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
10056         [BZ #4813]
10057         * login/forkpty.c (forkpty): Close master and slave fds on
10058         fork failure.  Patch by
10059         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
10061 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
10063         * include/features.h (__USE_ISOC95): New define.
10064         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
10065         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
10066         for -std=iso9899:199409.
10067         * CONFORMANCE: Remove comments about unsupported AMD1.
10069 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
10071         * sysdeps/ia64/sched_cpucount.c: New file.
10072         * sysdeps/powerpc/sched_cpucount.c: New file.
10074         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
10075         __BEGIN_DECLS/__END_DECLS around the prototype.
10076         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
10077         pointer to const cpu_set_t.
10079         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
10080         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
10081         __need_size_t and include stddef.h.
10082         * sysvipc/sys/msg.h: Likewise.
10083         * posix/sched.h: Likewise.
10084         * hurd/hurd/signal.h (__need_size_t): Define.
10086         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
10087         neither does signal.h in pedantic ISO C namespaces.  stdio.h
10088         no longer defines wint_t or wchar_t.
10090         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
10091         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
10092         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
10093         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
10094         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
10095         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
10096         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
10097         * debug/printf_chk.c (__printf_chk): Likewise.
10098         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
10099         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
10101         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
10102         Define.
10104         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
10105         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
10107 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
10109         [BZ #4792]
10110         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
10111         * malloc/malloc.h (realloc): Likewise.
10113         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
10114         if one of proc_file_chain streams has that fileno.
10115         * stdio-common/Makefile (tests): Add tst-popen2.
10116         * stdio-common/tst-popen2.c: New test.
10118 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
10120         * elf/ldconfig.c: Allow GPLv2 or any later version.
10121         * elf/readlib.c: Likewise.
10122         * elf/chroot_canon.c: Likewise.
10123         * elf/cache.c: Likewise.
10124         * nscd/mem.c: Likewise.
10125         * nscd/getpwuid_r.c: Likewise.
10126         * nscd/grpcache.c: Likewise.
10127         * nscd/aicache.c: Likewise.
10128         * nscd/getsrvbynm_r.c: Likewise.
10129         * nscd/nscd.c: Likewise.
10130         * nscd/servicescache.c: Likewise.
10131         * nscd/getsrvbypt_r.c: Likewise.
10132         * nscd/initgrcache.c: Likewise.
10133         * nscd/gethstbyad_r.c: Likewise.
10134         * nscd/gethstbynm2_r.c: Likewise.
10135         * nscd/getgrnam_r.c: Likewise.
10136         * nscd/nscd_setup_thread.c: Likewise.
10137         * nscd/getpwnam_r.c: Likewise.
10138         * nscd/gai.c: Likewise.
10139         * nscd/connections.c: Likewise.
10140         * nscd/dbg_log.c: Likewise.
10141         * nscd/cache.c: Likewise.
10142         * nscd/hstcache.c: Likewise.
10143         * nscd/nscd_conf.c: Likewise.
10144         * nscd/getgrgid_r.c: Likewise.
10145         * nscd/pwdcache.c: Likewise.
10146         * catgets/gencat.c: Likewise.
10147         * locale/programs/linereader.h: Likewise.
10148         * locale/programs/locarchive.c: Likewise.
10149         * locale/programs/ld-paper.c: Likewise.
10150         * locale/programs/locfile-kw.h: Likewise.
10151         * locale/programs/ld-address.c: Likewise.
10152         * locale/programs/xmalloc.c: Likewise.
10153         * locale/programs/ld-time.c: Likewise.
10154         * locale/programs/localedef.c: Likewise.
10155         * locale/programs/simple-hash.c: Likewise.
10156         * locale/programs/xstrdup.c: Likewise.
10157         * locale/programs/ld-numeric.c: Likewise.
10158         * locale/programs/locfile-kw.gperf: Likewise.
10159         * locale/programs/ld-collate.c: Likewise.
10160         * locale/programs/charmap-kw.gperf: Likewise.
10161         * locale/programs/charmap.h: Likewise.
10162         * locale/programs/charmap-kw.h: Likewise.
10163         * locale/programs/config.h: Likewise.
10164         * locale/programs/locfile.c: Likewise.
10165         * locale/programs/ld-ctype.c: Likewise.
10166         * locale/programs/charmap.c: Likewise.
10167         * locale/programs/ld-messages.c: Likewise.
10168         * locale/programs/repertoire.h: Likewise.
10169         * locale/programs/locale.c: Likewise.
10170         * locale/programs/ld-name.c: Likewise.
10171         * locale/programs/linereader.c: Likewise.
10172         * locale/programs/locfile.h: Likewise.
10173         * locale/programs/3level.h: Likewise.
10174         * locale/programs/ld-monetary.c: Likewise.
10175         * locale/programs/ld-measurement.c: Likewise.
10176         * locale/programs/charmap-dir.c: Likewise.
10177         * locale/programs/ld-identification.c: Likewise.
10178         * locale/programs/localedef.h: Likewise.
10179         * locale/programs/charmap-dir.h: Likewise.
10180         * locale/programs/repertoire.c: Likewise.
10181         * locale/programs/simple-hash.h: Likewise.
10182         * locale/programs/ld-telephone.c: Likewise.
10183         * locale/programs/locale-spec.c: Likewise.
10184         * locale/programs/locfile-token.h: Likewise.
10185         * posix/getconf.c: Likewise.
10186         * iconv/dummy-repertoire.c: Likewise.
10187         * iconv/iconv_charmap.c: Likewise.
10188         * iconv/iconvconfig.c: Likewise.
10189         * iconv/iconv_prog.c: Likewise.
10190         * malloc/memusagestat.c: Likewise.
10191         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
10193 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10195         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
10196         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
10197         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
10198         check for the first argument.
10200 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
10202         [BZ #4775]
10203         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
10204         (__tgmath_real_type): Fix if expr is const int or other const
10205         qualified integral type.
10206         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
10207         expressions and handle const qualified arguments.
10208         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
10209         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
10210         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
10211         statement expressions.
10212         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
10213         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
10214         (__TGMATH_UNARY_IMAG): Define.
10215         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
10216         * math/Makefile (tests): Add test-tgmath2.
10217         (CFLAGS-test-tgmath2.c): Add.
10218         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
10219         count_cfloat, count_cldouble): New variables.
10220         (NCCALLS): Define.
10221         (main): Check number of complex calls as well.
10222         (F(compile_test)): Add complex tests and tests with const qualified
10223         arguments.
10224         (y, z, ccount): Define.
10225         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
10226         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
10227         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
10228         F(cproj)): New functions.
10229         * math/test-tgmath2.c: New test.
10231 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
10233         [BZ #4776]
10234         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
10235         RPATH etc. as "/" rather than "", don't segfault on empty paths,
10236         instead output ".".
10237         * dlfcn/Makefile (distribute): Add glreflib3.c.
10238         (module-names): Add glreflib3.
10239         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
10240         glreflib1.so.
10241         (LDFLAGS_glreflib3.so): New.
10242         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
10243         glreflib1.so.
10244         * dlfcn/glreflib3.c: New file.
10246         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
10247         returned -1, return NULL.
10248         * intl/explodename.c (_nl_explode_name): Return -1 if
10249         _nl_normalize_codeset failed.
10251 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
10253         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
10254         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
10255         and avoid branch misspredicts for > 31 bytes memset case.
10256         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
10257         Remove toc ref to __cache_line_size.
10259         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
10260         to get ISA-V2.0 branch hints.
10261         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
10262         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
10263         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
10264         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
10265         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
10266         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
10267         Remove toc ref to __cache_line_size.
10269         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
10270         Include math_ldbl_opt.h.
10272 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
10274         [BZ #4773]
10275         * time/strptime_l.c (__strptime_internal): Implement greedy
10276         matching of weekday and month names.
10278 2007-07-09  Roland McGrath  <roland@redhat.com>
10280         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
10281         (ELF_NOTE_ABI): Use it.
10282         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
10284 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
10286         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
10287         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
10289 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
10291         [BZ #4745]
10292         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
10293         in loop to look for conversion specifier to avoid testing of
10294         wrong errno value.
10295         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
10296         * stdio-common/bug18.c: New file.
10297         * stdio-common/bug18a.c: New file.
10298         * stdio-common/bug19.c: New file.
10299         * stdio-common/bug19a.c: New file.
10301 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
10303         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
10304         running awk script.
10306 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
10308         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
10309         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
10310         Return NULL if mmap failed instead of asserting it does not.
10311         (calloc): Check for integer overflow.
10313         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
10314         than LONG_MAX / 10.
10316 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
10318         [BZ #4702]
10319         * nis/nss-default.c: Include errno.h.
10320         (init): Preserve errno.
10322 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
10324         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
10326 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
10328         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
10330 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10332         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
10334 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10336         * sysdeps/s390/dl-procinfo.c: New file.
10337         * sysdeps/s390/dl-procinfo.h: New file.
10338         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
10340 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
10342         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
10343         in PT_NOTE segments with multiple notes.
10344         * elf/readelflib.c (process_elf_file): Likewise.
10346 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
10348         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
10349         ISO C compliant.
10351 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10353         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
10355 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
10357         * include/link.h: Don't include rtld-lowlevel.h.
10358         (struct link_map): Remove l_scope_lock.
10359         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
10360         (_dl_scope_free_list): New field (variable) in _rtld_global.
10361         (DL_LOOKUP_SCOPE_LOCK): Remove.
10362         (_dl_scope_free): New prototype.
10363         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
10364         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
10365         (_dl_profile_fixup): Likewise.
10366         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
10367         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
10368         THREAD_GSCOPE_RESET_FLAG around it.
10369         * elf/dl-close.c (_dl_close_worker): Don't use
10370         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
10371         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
10372         scopes were queued or if l_scope_mem has been abandoned.
10373         * elf/dl-open.c (_dl_scope_free): New function.
10374         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
10375         * elf/dl-support.c (_dl_scope_free_list): New variable.
10376         * elf/dl-lookup.c (add_dependency): Remove flags argument.
10377         Remove DL_LOOKUP_SCOPE_LOCK handling.
10378         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
10379         handling.
10380         * elf/dl-object.c (_dl_new_object): Don't use
10381         __rtld_mrlock_initialize.
10383 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10385         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
10386         to fill in holes
10387         (rtld_global_ro): Likewise.
10389 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10391         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
10392         Move PT_LOAD checking to...
10393         (_dl_addr_inside_object): ... here, new function.
10394         * elf/dl-sym.c (do_sym): If not l_contiguous,
10395         call _dl_addr_inside_object.
10396         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
10397         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10398         * elf/dl-open.c (dl_open_worker): Likewise.
10399         (_dl_addr_inside_object): New function if IS_IN_rtld.
10400         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
10401         holes are present or are PROT_NONE protected.
10402         * include/link.h (struct link_map): Add l_contiguous field.
10403         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
10405 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10406             Tomas Janousek  <tjanouse@redhat.com>
10407             Ulrich Drepper  <drepper@redhat.com>
10409         [BZ #4647]
10410         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
10411         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
10412         socket.
10413         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
10414         unused member a bitmap.
10415         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
10416         servers are configured.
10418 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10420         * elf/rtld.c (dl_main): Don't call init_tls more than once.
10422 2007-06-17  Andreas Schwab  <schwab@suse.de>
10424         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
10426 2007-06-16  Andreas Jaeger  <aj@suse.de>
10428         [BZ #4125]
10429         * sysdeps/unix/sysv/linux/sys/ptrace.h
10430         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
10431         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
10432         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
10433         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
10434         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
10435         Define.
10436         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10437         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
10438         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10439         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10441 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
10443         [BZ #4599]
10444         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
10445         determining whether there are IPv4/IPv6 addresses, ignore loopback
10446         addresses.
10448 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
10450         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
10451         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
10452         as the return type.  Change type of "r" variable to CMPtype.
10453         * soft-fp/eqsf2.c (__eqsf2): Likewise.
10454         * soft-fp/eqtf2.c (__eqtf2): Likewise.
10455         * soft-fp/gedf2.c (__gedf2): Likewise.
10456         * soft-fp/gesf2.c (__gesf2): Likewise.
10457         * soft-fp/getf2.c (__getf2): Likewise.
10458         * soft-fp/ledf2.c (__ledf2): Likewise.
10459         * soft-fp/lesf2.c (__lesf2): Likewise.
10460         * soft-fp/letf2.c (__letf2): Likewise.
10461         * soft-fp/unorddf2 (__unorddf2): Likewise.
10462         * soft-fp/unordsf2 (__unordsf2): Likewise.
10463         * soft-fp/unordtf2 (__unordtf2): Likewise.
10465 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
10467         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
10468         make sure gcc doesn't mess around with this.
10470 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10472         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
10474 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
10476         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
10477         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
10478         at most once per _dl_close_worker.
10480 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10482         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
10483         __sched_cpucount as const.
10484         * posix/sched_cpucount.c: Adjust.
10486         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
10487         instruction for counting bits.
10488         * sysdeps/x86_64/sched_cpucount.c: New file.
10490 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
10492         * configure.in: Avoid variable named BASH.
10493         * config.make.in: Likewise.
10494         Patch in part by Mike Frysinger.
10496 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
10498         [BZ #4586]
10499         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
10500         pseudo-zeros as zero.
10501         * sysdeps/x86_64/ldbl2mpn.c: New file.
10502         * sysdeps/ia64/ldbl2mpn.c: New file.
10504 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10506         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
10507         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
10508         Remove unreachable code at the end.
10510 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10512         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
10513         ldbl-128ibm in comment.
10514         (fpclassifyl): Correct classification of denormals.
10515         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
10516         return value for MIN denormal. Rewrite using long double math too
10517         correctly handle denormals and canonicalize the results.
10519 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
10521         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
10522         (__mpn_construct_long_double): Fix conversion where result ought
10523         to be smaller than __LDBL_MIN__, or the low double should be
10524         denormal.  Fix decision where to negate low double - honor round
10525         to even rules.
10526         * stdio-common/tst-sprintf2.c: Include string.h.
10527         (COMPARE_LDBL): Define.
10528         (TEST): Also test whether a string hexadecimal float representation
10529         can be parsed back to the number.
10530         (main): Add a couple of further tests.
10532 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10534         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
10535         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
10536         is non-zero, but smaller than 2 * __DBL_MIN__.
10537         * stdio-common/tst-sprintf2.c: New test.
10538         * stdio-common/Makefile (tests): Add tst-sprintf2.
10540         * math/test-misc.c (main): Don't run last batch of tests with
10541         IBM long double format.
10543 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10545         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
10546         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
10547         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
10548         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
10549         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10550         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
10551         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
10552         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
10553         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
10554         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
10556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
10557         New file.
10558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
10559         New file.
10560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
10561         New file.
10562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
10563         New file.
10564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
10565         New file.
10566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
10567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
10568         New file.
10569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
10570         New file.
10571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
10572         New file.
10573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
10574         New file.
10575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
10576         New file.
10578 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10580         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
10581         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
10582         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
10583         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
10584         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
10585         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
10586         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
10587         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
10589 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
10591         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
10592         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10593         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
10594         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10595         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
10596         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10597         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
10598         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10600 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10602         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
10603         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
10604         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
10605         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
10607 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
10609         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
10610         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
10612 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
10614         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
10615         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
10616         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
10617         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
10619 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
10621         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
10622         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
10624 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10626         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
10627         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
10629         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
10630         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
10631         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
10632         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
10634 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
10636         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
10637         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
10638         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
10639         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
10641 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
10643         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
10644         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
10645         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
10646         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10647         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
10648         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10650 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10652         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
10653         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
10654         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
10655         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
10657 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
10659         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
10660         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
10661         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
10662         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
10663         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
10664         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
10665         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
10666         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
10667         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
10668         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
10669         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
10670         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
10671         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
10672         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
10673         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
10674         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
10676 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10678         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
10679         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
10681 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10683         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
10684         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
10686 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10688         * sysdeps/powerpc/powerpc32/970/Implies: New file.
10689         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
10690         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
10691         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
10692         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
10693         * sysdeps/powerpc/powerpc64/970/Implies: New file.
10694         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
10695         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
10696         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
10697         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
10699 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10701         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
10703 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
10705         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
10706         branch miss-predicts. Ensure that cache line crossing does not impact
10707         dispatch grouping.
10709 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
10711         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
10712         "../../powerpc32/power4/memcopy.h".
10713         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
10714         "../../powerpc32/power4/wordcopy.c".
10716 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10718         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
10719         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
10720         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
10721         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
10722         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
10723         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
10725 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
10727         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
10729 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10731         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
10732         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
10733         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
10734         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
10735         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
10736         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
10737         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
10738         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
10740 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
10742         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
10744 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10746         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
10747         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
10748         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
10749         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
10750         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
10751         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
10752         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
10754 2007-05-29  Roland McGrath  <roland@redhat.com>
10756         * po/Makefile (po-sed-cmd): New variable.
10757         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
10759 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
10761         * crypt/md5-crypt.c: Fix comment.
10763         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
10764         of crashing.  When this is the case or if the reply is malformed,
10765         don't try to close the new file descriptor since it does not
10766         exist.
10767         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
10769 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
10771         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
10772         if __NR_utimensat is not defined.
10774 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
10776         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
10778 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
10780         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
10781         (open): Fix comment typos.  Don't call __open_2 if flags
10782         is a compile time constant without O_CREAT.
10783         (__open64_2): Add nonnull attribute.
10784         (open64): Fix comment typos.  Don't call __open64_2 if flags
10785         is a compile time constant without O_CREAT.
10786         (__openat_2): Add nonnull attribute, fix nonnull attribute
10787         on redirect.
10788         (openat): Fix comment typos.  Don't call __openat_2 if flags
10789         is a compile time constant without O_CREAT.
10790         (__openat64_2): Add nonnull attribute, fix nonnull attribute
10791         on redirect.
10792         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
10793         is a compile time constant without O_CREAT.
10795 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
10797         * Makerules (sysd-rules): Define PTW for ptw-* files.
10798         * Versions: Define GLIBC_2.7 for libc.
10799         * include/stdio.h: Declare __fortify_fail.
10800         * debug/fortify_fail.c: New file.
10801         * debug/Makefile (routines): Add fortify_fail.
10802         * debug/chk_fail.c: Use __fortify_fail.
10803         * debug/stack_chk_fail.c: Likewise.
10804         * io/Versions: Export __open_2, __open64_2, __openat_2, and
10805         __openat64_2 for GLIBC_2.7.
10806         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
10807         * io/open.c: Define *_2 variant of function which checks for O_CREAT
10808         and fails if necessary.
10809         * io/open64.c: Likewise.
10810         * io/openat.c: Likewise.
10811         * io/openat64.c: Likewise.
10812         * sysdeps/unix/sysv/linux/open64.c: Likewise.
10813         * sysdeps/unix/sysv/linux/openat.c: Likewise.
10814         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
10815         * io/bits/fcntl2.h: New file.
10816         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
10817         __openat64_2.
10818         * include/bits/fcntl2.h: New file.
10819         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10820         Add open_2.
10821         * sysdeps/unix/sysv/linux/open_2.c: New file.
10823 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
10825         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
10826         as second parameter to handle_intel.
10828         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
10829         the entry.
10831         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
10832         handling to ...
10833         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
10834         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10835         cacheinfo.
10836         * sysdeps/x86_64/memcpy.S: Complete rewrite.
10837         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
10838         Patch by Evandro Menezes <evandro.menezes@amd.com>.
10840         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
10842 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
10844         [BZ #4525]
10845         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
10846         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
10847         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
10849         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
10851         [BZ #4514]
10852         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
10853         reinitialize workend at the start of each do_positional format spec
10854         loop, free workstart before do_positional loops.
10855         (printf_unknown): Fix size of work_buffer.
10856         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
10858         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
10859         (public_sET_STATe): If ms->version < 3, put all chunks into
10860         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
10861         chunks.
10863         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
10864         * malloc/hooks.c: Likewise.
10865         * malloc/arena.c: Likewise.
10866         * malloc/malloc.c (do_check_malloc_state): Don't assert
10867         n_mmaps is not greater than n_mmaps_max.  This removes the need
10868         for the previous change.
10870         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
10871         2007-05-07 commit.
10873 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
10875         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
10876         Define for kernel >= 2.6.22.
10878 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
10880         * elf/dl-close.c (_dl_close_worker): When removing object from
10881         global scope, wait for all lookups to finish afterwards.
10882         * elf/dl-open.c (add_to_global): When global scope array must
10883         grow, allocate a new one and free old array only after all
10884         lookups finish.
10885         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
10886         (_dl_lookup_symbol_x): Likewise.
10887         * elf/dl-support.c: Define _dl_wait_lookup_done.
10888         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
10889         _dl_wait_lookup_done.
10891         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
10892         not overlapping with arena.
10894         * malloc/mcheck.c (reallochook): If size==0, free the block.
10896         * rt/tst-shm.c: Use fstat64 instead of fstat.
10898         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
10899         __NR_sync_file_range is not defined.
10901 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
10903         Dummy files to prevent stub versions from being used.
10904         * sysdeps/x86_64/fpu/k_cosl.c: New file.
10905         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
10906         * sysdeps/x86_64/fpu/k_sinl.c: New file.
10907         * sysdeps/x86_64/fpu/k_tanl.c: New file.
10909         * version.h (VERSION): Set to 2.6.90.
10911 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
10913         * version.h (VERSION): Define to 2.6.
10914         * include/features.h (__GLIBC_MINOR__): Define to 6.
10916         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
10918         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
10919         sizes.
10921 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
10923         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
10924         number of mmaps.  n_mmaps_max is the target.
10925         * malloc/hooks.c: Likewise.
10926         * malloc/arena.c: Likewise.
10928 2007-05-12  Andreas Jaeger  <aj@suse.de>
10930         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
10931         getpid.
10933 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
10935         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
10936         adding new variables.
10938         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
10939         optimize.  Completely extend global scope array before making the
10940         new entries visible.
10942 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
10944         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
10945         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
10946         tst-getcpu.
10948         * include/link.h: Move l_version and l_nversion members around to
10949         fill gaps.
10951         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
10953         * sysdeps/unix/sysv/linux/sched_setaffinity.c
10954         (__sched_setaffinity_new): If syscall was successful and
10955         RESET_VGETCPU_CACHE is defined, use it before returning.
10956         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
10958         * io/sys/stat.h: Make sure struct timespec is defined for
10959         __USE_ATFILE.
10961         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
10962         UTIME_OMIT.
10963         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
10964         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
10965         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10966         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
10967         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10968         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
10969         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
10970         * io/sys/stat.h: Declare utimensat, futimens.
10971         * io/utimensat.c: New file.
10972         * io/futimens.c: New file.
10973         * sysdeps/unix/sysv/linux/utimensat.c: New file.
10974         * sysdeps/unix/sysv/linux/futimens.c: New file.
10975         * io/Makefile (routines): Add utimensat, futimens.
10976         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
10977         * sysdeps/unix/sysv/linux/lutimes.c: New file.
10978         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
10979         available.
10981         * include/sys/cdefs.h: Redefine __nonnull so that test for
10982         incorrect parameters in the libc code itself are not omitted.
10984 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
10986         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
10987         exception in addition to inexact when asked to raise only FE_INEXACT.
10989         [BZ #3427]
10990         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
10991         in *envp.
10993 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
10995         [BZ #4403]
10996         * string/strfry.c (strfry): Make result more random.
10998 2007-05-07  Richard Henderson  <rth@redhat.com>
11000         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
11001         if __NO_LONG_DOUBLE_MATH.
11002         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
11003         available in the compiler, add .arch directive to the assembly.
11005 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
11007         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
11008         compat_symbol to GLIBC_2_1.
11009         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
11010         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
11011         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
11012         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
11013         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
11014         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
11015         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
11016         libc, not libm.
11017         (__isnanl): New compat_symbol.
11019 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
11020             Jakub Jelinek  <jakub@redhat.com>
11022         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
11023         (new_heap): Initialize mprotect_size.
11024         (grow_heap): When growing, only mprotect from mprotect_size till
11025         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
11026         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
11028 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
11029             Peter Bergner  <bergner@us.ibm.com>
11031         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
11032         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
11033         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
11034         * sysdeps/powerpc/fpu/fe_mask.c: New file.
11035         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
11036         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
11037         Call __fe_mask_env() if all FP exceptions disabled.
11038         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
11039         from old FPSCR to new fenv to propagate DFP rounding modes.
11040         Call __fe_mask_env() if FP exceptions previously enabled.
11041         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
11042         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
11043         transitioning from all exceptions disabled to any exception enabled
11044         or visa versa.
11045         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
11046         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
11047         when transitioning from all exceptions disabled to any exception
11048         enabled or visa versa.
11049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
11050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
11051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
11052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
11053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
11054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
11056 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11058         [BZ #4465]
11059         * posix/unistd.h: Remove __THROW from fdatasync.
11061 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
11063         [BZ #4465]
11064         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
11066 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11068         * stdio-common/vfprintf.c (process_string_arg): Optimize
11069         ridiculous precision in wide char code printing multi-byte string.
11070         Reported by Jim Meyering <jim@meyering.net>.
11072         [BZ #4131]
11073         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
11074         boundaries to work around systems with overlapping binary loading.
11075         Based on a patch by Suzuki <suzuki@in.ibm.com>.
11077 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
11079         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
11080         __mbsnrtowcs after last change.
11082         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
11083         (get_ident): Likewise.
11085 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11087         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
11088         with setting the sticky bit.
11089         * math/test-misc.c (main): Add more truncation tests.
11091 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
11093         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
11094         double in the function declaration.
11095         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
11096         double in the function declaration.
11097         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11098         float in the function declaration.
11099         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11100         float in the function declaration.
11102         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
11103         denormal operands.  Do not generate FP_EX_DENORM exception.
11104         (FP_UNPACK_RAW_EP): Ditto.
11105         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
11106         undefined _FP_UNPACK_RAW_E.
11107         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
11108         undefined _FP_UNPACK_RAW_EP.
11109         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
11110         undefined _FP_PACK_RAW_E.
11111         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
11112         undefined _FP_PACK_RAW_EP.
11114         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
11115         _FP_FRAC_COPY_2.
11116         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
11117         _FP_FRAC_COPY_4.
11119 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
11120             Jakub Jelinek  <jakub@redhat.com>
11122         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
11123         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
11124         this case.
11125         * soft-fp/op-common.h (FP_TRUNC): Ditto.
11127 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11129         * math/test-misc.c (main): Add tests for rounding long double
11130         values close to smallest double denormalized value to double.
11132 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
11134         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
11135         condition for truncating to 0.  Set sticky bit for such
11136         truncation.
11138 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
11140         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
11141         fixed length array for ignore.
11143 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11145         [BZ #4438]
11146         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
11147         stack for large precisions.
11148         * stdio-common/test-vfprintf.c (main): Add test for large
11149         precision.
11151 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
11153         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
11154         for exponent 0.
11155         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
11157         [BZ #4439]
11158         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
11159         account in the size check.
11160         * resolv/tst-inet_ntop.c: New test.
11161         * resolv/Makefile (tests): Add tst-inet_ntop.
11163 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11164             Jakub Jelinek  <jakub@redhat.com>
11166         [BZ #4349]
11167         * malloc/malloc.c: Keep separate list for first blocks on the bin
11168         lists with a given size.  This helps skipping over list elements
11169         we know won't fit in two places.
11170         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
11172 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
11174         [BZ #4102]
11175         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
11176         label to Teredo tunnel addresses 2001://32.
11178 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
11180         * locale/programs/ld-collate.c (collate_read): Allow order_start
11181         after copy.
11183         * locale/programs/ld-collate.c (collate_read): Fix printing of
11184         error message.
11186         [BZ #3213]
11187         * locale/C-translit.h.in: Add entry for U2044.
11189         [BZ #4342]
11190         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
11191         hexa-decimal floats without exponent.
11192         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
11194 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11196         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
11197         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
11198         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
11199         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
11200         GLIBC_2.6.
11201         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
11202         Add sched_getcpu.
11204 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11206         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
11207         of 0 after the out_fail label.
11209 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11211         [BZ #4406]
11212         * iconv/gconv_charset.h (strip): Allow ':'.
11213         * iconv/iconv_open.c (iconv_open): Adjust comment.
11215 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11217         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
11218         version.
11220 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11222         [BZ #4381]
11223         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
11224         alignment of buffer and tmp_buffer.
11225         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
11226         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
11227         alignment of buffer.
11228         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
11229         bigger than INT_MAX.
11230         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
11231         h_errnop arguments.  Fail if buflen is too small.
11232         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
11234 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11236         [BZ #4405]
11237         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
11238         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
11240 2007-04-22  Roland McGrath  <roland@redhat.com>
11242         * elf/elf.h (NT_PRXFPREG): New macro.
11244 2007-04-19  Andreas Jaeger  <aj@suse.de>
11246         [BZ #3905]
11247         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
11248         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
11249         Added.
11251 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
11253         * include/sys/mman.h: Mark madvise hidden.
11254         * misc/madvise.c: Add libc_hidden_def.
11256 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
11258         * nis/nis_domain_of.c (__nis_domain_of): New function.
11259         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
11260         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
11261         * nis/nis_call.c (rec_dirsearch): Likewise.
11262         (first_shoot): Likewise.  Remove search_parent_first argument.
11263         (struct nis_server_cache): Rename search_parent_first field
11264         to search_parent.
11265         (nis_server_cache_search, nis_server_cache_add): Rename
11266         search_parent_first argument to search_parent.
11267         (__nisfind_server): Likewise.  If search_parent, call
11268         __nis_domain_of.
11270 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
11272         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
11274 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
11276         [BZ #4368]
11277         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
11279 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
11281         [BZ #4364]
11282         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
11284 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
11286         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
11287         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
11288         current number of locales in SUPPORTED.
11289         (create_archive): Initialize serial.
11290         (enlarge_archive): Preserve aliases rather than duplicating
11291         their locrecs.
11293 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11295         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
11296         after _IO_un_link, not before it.
11298         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
11299         special case handling when wcp == wstartp + 1.  Fix a comment typo.
11300         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
11302 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
11304         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
11305         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
11306         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
11307         Remove __THROW.
11308         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
11309         _IO_file_xsgetn_maybe_mmap): Likewise.
11310         * libio/oldfileops.c (old_do_write): Likewise.
11311         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
11312         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
11313         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
11314         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
11315         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
11316         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
11317         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
11318         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
11319         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
11320         _IO_file_underflow, _IO_file_underflow_mmap,
11321         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
11322         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
11323         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
11324         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
11325         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
11326         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
11327         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
11328         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
11329         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
11330         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
11331         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
11332         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
11333         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
11334         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
11335         _IO_adjust_column_internal, _IO_default_uflow_internal,
11336         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
11337         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
11338         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
11339         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
11340         _IO_file_close_it_internal, _IO_file_underflow_internal,
11341         _IO_file_overflow_internal, _IO_file_attach_internal,
11342         _IO_file_fopen_internal, _IO_file_sync_internal,
11343         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
11344         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
11345         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
11346         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
11347         _IO_seekpos_unlocked): Likewise.
11348         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
11349         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
11351 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
11353         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
11354         argument in xmalloc size computation.
11356 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11358         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
11359         math_opt_barrier and math_force_eval macros.
11361 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11363         [BZ #3306]
11364         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
11365         * sysdeps/i386/fpu/math_private.h: New file.
11366         * sysdeps/x86_64/fpu/math_private.h: New file.
11367         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
11368         math_force_eval macros.  Use "+m" constraint on asm rather than
11369         "=m" and "m".
11370         * math/s_nextafter.c (__nextafter): Likewise.
11371         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
11372         Likewise.
11373         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11374         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
11375         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
11376         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
11377         math_opt_barrier and math_force_eval macros.
11378         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
11379         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
11380         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
11381         (__nexttoward): Use math_opt_barrier and
11382         math_force_eval macros.  Use "+m" constraint on asm rather than
11383         "=m" and "m".  Only use asm to force double result if
11384         FLT_EVAL_METHOD is 2.
11385         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
11386         (__nexttowardf): Use math_opt_barrier and
11387         math_force_eval macros.  Use "+m" constraint on asm rather than
11388         "=m" and "m".  Only use asm to force double result if
11389         FLT_EVAL_METHOD is not 0.
11390         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
11391         (__nexttowardf): Use math_opt_barrier and
11392         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11393         x to float using asm.
11394         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
11395         (__nldbl_nexttowardf): Use math_opt_barrier and
11396         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11397         x to float using asm.
11398         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
11399         (__nexttowardf): Use math_opt_barrier and math_force_eval
11400         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
11401         * math/bug-nextafter.c (zero, inf): New variables.
11402         (main): Add new tests.
11403         * math/bug-nexttoward.c (zero, inf): New variables.
11404         (main): Add new tests.
11406 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11408         [BZ #3427]
11409         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
11410         exceptions both in SW and MXCSR.
11411         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
11412         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
11413         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11414         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11415         in MXCSR if SSE is available.
11416         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
11417         and ldsodefs.h.
11418         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
11419         Fix comment typo.
11420         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
11421         Return 0 rather than 1.
11422         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
11423         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
11424         * math/test-fenv.c (feholdexcept_tests): New function.
11425         (main): Call it.
11427 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
11429         [BZ #3427]
11430         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11431         in SW.
11433 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11435         [BZ #4344]
11436         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
11437         Reported by David Anderson <davea42@earthlink.net>.
11439 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
11441         * posix/sys/wait.h: Remove unnecessary forward declaration.
11443 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
11445         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
11446         with obj->do_servers after first_shoot.
11448 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
11450         * posix/Makefile (routines): Add sched_cpucount.
11451         (tests): Add tst-cpucount.
11452         * posix/sched_cpucount.c: New file.
11453         * posix/tst-cpucount.c: New file.
11454         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
11455         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
11456         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11457         * posix/sched.h: Define CPU_COUNT.
11459 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11461         * posix/fnmatch.c (STRUCT): Define.
11462         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
11463         * posix/fnmatch_loop.c (struct STRUCT): New type.
11464         (FCT): Add ends argument.  If ends != NULL and normal * is
11465         seen in the pattern, store current pattern and string pointers
11466         and return.  Adjust recursive calls.
11467         (EXT): Adjust FCT callers.
11468         (STRUCT): Undef at the end of the file.
11469         * posix/Makefile (tests): Add tst-fnmatch2.
11470         * posix/tst-fnmatch2.c: New test.
11472 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11474         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
11475         and 1 on failure.
11477         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
11478         Change last argument to unsigned int.
11480 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
11482         * scripts/check-local-headers.sh: Filter out sys/capability.h.
11484 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11486         * config.h.in (HAVE_LIBCAP): Add.
11487         * nscd/selinux.h: Include sys/capability.h rather than non-existent
11488         sys/capabilities.h.
11489         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
11490         free_caps.  Cast away const from 4th cap_set_flag argument.
11492 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
11494         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
11495         GLIBC_2.6.
11496         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
11497         Add sync_file_range.
11498         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11500 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
11502         * sysdeps/powerpc/bits/atomic.h
11503         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
11504         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
11505         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11506         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
11507         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11508         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
11509         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
11510         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11511         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11512         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11513         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
11514         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11515         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11516         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11517         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11518         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
11519         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11520         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
11521         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11522         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
11524 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11526         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
11527         (__cache_line_size): Define the variable here.  Add
11528         attribute_hidden, remove weak_extern.
11529         (__libc_start_main): Set __cache_line_size
11530         unconditionally.
11531         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
11532         (__cache_line_size): Define the variable here.  Add
11533         attribute_hidden, remove weak_extern.
11534         (DL_PLATFORM_AUXV): Set __cache_line_size
11535         unconditionally.
11536         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
11537         weak_extern, add attribute_hidden.
11538         (__elf_machine_runtime_setup): Assume __cache_line_size is always
11539         defined in ld.so.
11540         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
11541         definition.
11542         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
11544 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
11546         [BZ #4276]
11547         * timezone/africa: Update from tzdata2007d.
11548         * timezone/asia: Likewise.
11549         * timezone/australasia: Likewise.
11550         * timezone/backward: Likewise.
11551         * timezone/europe: Likewise.
11552         * timezone/iso3166.tab: Likewise.
11553         * timezone/leapseconds: Likewise.
11554         * timezone/northamerica: Likewise.
11555         * timezone/southamerica: Likewise.
11556         * timezone/zone.tab: Likewise.
11558         * timezone/private.h: Update from tzcode2007d.
11559         * timezone/zdump.c: Likewise.
11560         * timezone/zic.c: Likewise.
11562 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
11564         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
11565         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
11566         variables.
11567         (nis_server_cache_search, nis_server_cache_add): New functions.
11568         (__nisfind_server): Use them.  Add dbp and flags argument, if
11569         call __nisbind_create.
11570         (__nisbind_create): Add server_used and current_ep arguments,
11571         only call __nis_findfastest if server_used is ~0.
11572         (__do_niscall2, __prepare_niscall): Adjust callers.
11573         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
11574         ckey_cache_euid, ckey_cache_lock): New variables.
11575         (get_ckey): New function.
11576         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
11577         __pmap_getnisport.  Save __pmap_getnisport result in
11578         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
11579         key.
11580         * nis/nis_lookup.c (nis_lookup): Likewise.
11581         * nis/nis_table.c (nis_list): Likewise.
11582         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
11583         prototypes.
11585         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
11586         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
11587         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
11588         _nss_nisplus_getservbyport_r): Likewise.
11589         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
11590         _nss_nisplus_getnetbyaddr_r): Likewise.
11591         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
11592         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
11593         _nss_nisplus_getntohost_r): Likewise.
11594         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
11595         _nss_nisplus_getrpcbynumber_r): Likewise.
11597 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11599         * configure.in (libc_cv_gnu89_inline): Only do compile test.
11600         * configure: Rebuilt.
11602         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
11603         bit-fields.
11604         * soft-fp/extended.h (_FP_UNION_E): Likewise.
11606 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
11608         [BZ #2831]
11609         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
11610         bit-fields.
11612 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
11614         * nscd/gai.c: Include alloca.h.
11615         (__libc_use_alloca): Define.
11617 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
11619         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
11620         smaller scopes.
11621         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
11622         (DL_DST_REQUIRED): Adjust user.
11624         * include/dlfcn.h (struct link_map): New forward decl.
11626         * inet/getnameinfo.c: Include stddef.h.
11627         (getnameinfo): Use offsetof.
11629         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
11631         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
11633         * string/strerror_l.c: Include stdlib.h.
11635         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
11636         * config.make.in (gnu89-inline-CFLAGS): New variable.
11637         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
11638         -std=gnu99.
11639         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
11640         * argp/argp.h: Use it.
11641         * bits/mathinline.h: Likewise.
11642         * bits/sigset.h: Likewise.
11643         * bits/string.h: Likewise.
11644         * ctype/ctype.h: Likewise.
11645         * hurd/hurd.h: Likewise.
11646         * hurd/hurd/fd.h: Likewise.
11647         * hurd/hurd/port.h: Likewise.
11648         * hurd/hurd/signal.h: Likewise.
11649         * hurd/hurd/threadvar.h: Likewise.
11650         * hurd/hurd/userlink.h: Likewise.
11651         * io/sys/stat.h: Likewise.
11652         * libio/bits/stdio.h: Likewise.
11653         * libio/bits/stdio2.h: Likewise.
11654         * mach/lock-intern.h: Likewise.
11655         * mach/mach/mig_support.h: Likewise.
11656         * math/bits/cmathcalls.h: Likewise.
11657         * posix/bits/unistd.h: Likewise.
11658         * socket/bits/socket2.h: Likewise.
11659         * stdlib/bits/stdlib.h: Likewise.
11660         * stdlib/stdlib.h: Likewise.
11661         * string/argz.h: Likewise.
11662         * string/bits/string2.h: Likewise.
11663         * string/bits/string3.h: Likewise.
11664         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
11665         * sysdeps/generic/inttypes.h: Likewise.
11666         * sysdeps/generic/machine-lock.h: Likewise.
11667         * sysdeps/generic/machine-sp.h: Likewise.
11668         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
11669         * sysdeps/i386/i486/bits/string.h: Likewise.
11670         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
11671         * sysdeps/mach/alpha/machine-lock.h: Likewise.
11672         * sysdeps/mach/alpha/machine-sp.h: Likewise.
11673         * sysdeps/mach/i386/machine-lock.h: Likewise.
11674         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
11675         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
11676         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
11677         * sysdeps/s390/bits/string.h: Likewise.
11678         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
11679         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
11680         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
11681         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
11682         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11683         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
11684         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
11685         * wcsmbs/bits/wchar2.h: Likewise.
11686         * wcsmbs/wchar.h: Likewise.
11687         * stdlib/gmp.h: Likewise.  Include <features.h> to get
11688         __extern_inline definition.
11690 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
11692         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
11693         NULL.
11695         [BZ #3919]
11696         * math/libm-test.inc (log_test): Test -Inf and NaN.
11697         (log10_test, log1p_test, log2_test): Test -Inf.
11698         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
11699         FE_INVALID when argument is qNaN.
11700         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11701         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11702         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11703         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
11704         andb $1, %ah with testb $1, %ah, don't test for parity, instead
11705         testb $4, %ah and jump if non-zero.
11706         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11707         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
11709         [BZ #4101]
11710         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
11711         ancestors with the same depths.
11712         Patch by Niels Moeller <nisse@lysator.liu.se>.
11713         (filter_doc): Don't crash if argp is NULL.
11714         * argp/Makefile (tests): Add tst-argp2.
11715         * argp/tst-argp2.c: New test.
11717         [BZ #4130]
11718         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
11719         open_not_cancel_2.
11720         (updwtmp_file): Likewise.
11722         [BZ #4181]
11723         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
11724         (inet6_opt_append): Don't check extlen is big enough if extbuf
11725         is NULL.
11726         (inet6_opt_finish): Likewise.
11727         * inet/Makefile (tests): Add test-inet6_opt.
11728         * inet/test-inet6_opt.c: New test.
11730         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
11731         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
11732         NLMSG_ERR.  Instead use a page sized buffer.
11733         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
11734         buffer.
11736 2007-03-14  Richard Henderson  <rth@redhat.com>
11738         * sysdeps/alpha/fpu/s_llround.c: New file.
11739         * sysdeps/alpha/fpu/s_llroundf.c: New file.
11740         * sysdeps/alpha/fpu/s_lround.c: New file.
11741         * sysdeps/alpha/fpu/s_lroundf.c: New file.
11742         * sysdeps/alpha/fpu/s_round.c: New file.
11743         * sysdeps/alpha/fpu/s_roundf.c: New file.
11744         * sysdeps/alpha/fpu/s_trunc.c: New file.
11745         * sysdeps/alpha/fpu/s_truncf.c: New file.
11747         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
11748         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
11749         * sysdeps/alpha/fpu/s_floor.c: Likewise.
11750         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
11751         * sysdeps/alpha/fpu/s_rint.c: Likewise.
11752         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
11754         * sysdeps/alpha/fpu/s_fmax.S: New file.
11755         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
11756         * sysdeps/alpha/fpu/s_fmin.S: New file.
11757         * sysdeps/alpha/fpu/s_fminf.S: New file.
11758         * sysdeps/alpha/fpu/s_isnan.c: New file.
11759         * sysdeps/alpha/fpu/s_isnanf.c: New file.
11760         * sysdeps/alpha/fpu/s_llrint.c: New file.
11761         * sysdeps/alpha/fpu/s_llrintf.c: New file.
11762         * sysdeps/alpha/fpu/s_lrint.c: New file.
11763         * sysdeps/alpha/fpu/s_lrintf.c: New file.
11764         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
11765         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
11767         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
11768         (__fdimf, fdimf, __fdim, fdim): Remove.
11769         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
11770         (__isnanf, __isnan, __isnanl): New.
11772 2007-03-13  Richard Henderson  <rth@redhat.com>
11774         * sysdeps/ieee754/ldbl-128/Makefile: New file.
11776 2007-03-13  Richard Henderson  <rth@redhat.com>
11778         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
11779         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
11780         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
11781         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
11782         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
11783         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
11785 2007-03-13  Richard Henderson  <rth@redhat.com>
11787         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
11788         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
11789         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
11790         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
11791         Move to dl-auxv.h; initialize instead of extern weak.
11792         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
11793         weak symbol.
11794         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
11795         Extern instead of initialized.
11797 2007-03-13  Richard Henderson  <rth@redhat.com>
11799         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
11800         __sigsuspend_nocancel.
11802 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
11804         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
11805         172.16/12 address range.
11807 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
11809         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
11810         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
11811         message.
11813 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
11815         [BZ #4069]
11816         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
11817         earlier.
11818         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
11820         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
11821         for x qNaN and y either +-inf or non-integer value.
11822         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
11823         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11824         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
11826 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
11828         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
11829         from sysdep_headers.
11831 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
11833         * time/tzfile.c (find_transition): Instead of a linear search try to
11834         guess the transition index, use a linear search if the result is at
11835         most 10 transitions away from the guess or binary search otherwise.
11837 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
11839         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
11840         memory reallocation.
11842 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
11844         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
11845         and fix some typos.
11846         Optimize use of TOLOWER.
11848         [BZ #3325]
11849         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
11850         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11851         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11853         [BZ #3458]
11854         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
11855         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
11857         [BZ #4076]
11858         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
11859         (open_dir_stream): Likewise.
11860         * io/Makefile (tests): Add bug-ftw5.
11861         * io/bug-ftw5.c: New file.
11863         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
11864         * nscd/servicescache.c (cache_addserv): Likewise.
11866         * nscd/grpcache.c (cache_addgr): In case a record changed on
11867         refresh, adjust key_copy.
11869         [BZ #4074]
11870         * nscd/pwdcache.c (cache_addpw): In case a record changed on
11871         refresh, adjust key_copy.
11873         [BZ #4070]
11874         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
11875         special cases.
11876         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
11878 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
11880         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
11881         optimization.
11883         * stdio-common/vfscanf.c: Small cleanups throughout.
11885 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
11887         [BZ #3325]
11888         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
11889         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11890         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11891         Patch by Jared Casper <jaredcasper@gmail.com>.
11893         * sysdeps/unix/closedir.c: Outside libc don't use locking.
11894         * sysdeps/unix/opendir.c: Likewise.
11895         * sysdeps/unix/readdir.c: Likewise.
11897         [BZ #2211]
11898         * stdio-common/vfscanf.c: Handle localized digits etc for floating
11899         point numbers.
11900         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
11902         * stdio-common/vfscanf.c: Fix problems in width accounting.
11903         * stdio-common/tst-sscanf.c (double_tests): New tests.
11904         (main): Hook them up.
11906         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
11907         More simplifications of floating-point reader.
11909         * stdio-common/Makefile (tests): Add tst-swscanf.
11910         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
11911         testing.
11912         * stdio-common/tst-swscanf.c: New file.
11914 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
11916         [BZ #2633]
11917         * libio/stdio.h: Define struct _IO_FILE in global namespace.
11918         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
11919         Remove using for __jmp_buf_tag.
11920         * locale/locale.h (struct lconv): Also define in std namespace.
11921         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
11923         [BZ #3842]
11924         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
11925         using __libc_enable_secure.
11927         [BZ #3818]
11928         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
11930         [BZ #3745]
11931         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
11932         of names for ellipsises.
11934         [BZ #3348]
11935         * malloc/memusage.sh: Cleanups.
11936         * debug/xtrace.sh: Quoting and trap changes.
11938 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
11940         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
11942         * locale/iso-3166.def: Update entry for Serbia.
11943         * locale/iso-4217.def: Define RSD, remove CSD.
11945         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
11946         and 64-bit operations.
11948         [BZ #4040]
11949         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
11950         16-bit operations.
11952         * nscd/nscd.c (parse_opt): One more conversion to use send instead
11953         of writev.
11955 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
11957         [BZ #3991]
11958         * assert/assert.h (assert): Simplify.
11959         (assert_perror): Likewise.
11960         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
11962         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
11963         reqdata.
11965         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
11966         change: don't pass NULL in place of an integer.
11968 2007-02-02  Bruno Haible  <bruno@clisp.org>
11970         [BZ #3954]
11971         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
11972         Add mapping for U+327E.
11973         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
11974         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11975         mapping of 0xD9 0xE8.
11976         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
11977         mapping of U+327E.
11978         Reported by Jungshik Shin <jungshik@google.com>.
11980         [BZ #3955]
11981         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11982         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
11983         Reported by Jungshik Shin <jungshik@google.com>.
11985 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
11987         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
11988         byte variants.
11990         [BZ #4040]
11991         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
11992         byte variants.  Patch mostly be tom@tommay.net.
11994 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11996         [BZ #3996]
11997         * posix/glob.c (attribute_hidden): Define if not defined.
11998         (glob): Unescape dirname, filename or username when needed and not
11999         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
12000         is NULL.  Handle unescaped [ in pattern without closing ].
12001         Don't pass GLOB_CHECK down to recursive glob for directories.
12002         (__glob_pattern_type): New function.
12003         (__glob_pattern_p): Implement using __glob_pattern_type.
12004         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
12005         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
12006         Remove unreachable code.
12007         * posix/globtest.sh: Add a couple of new tests.
12009 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
12011         * po/ru.po: Update from translation team.
12013 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
12015         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
12016         to the list of i486+ CPUs.
12017         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12019 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
12021         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
12022         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
12023         references.
12025 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
12027         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
12029         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
12030         * resolv/res_mkquery.c: Define __res_nopt.
12031         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
12032         try adding EDNS0 record.
12033         * resolv/res_send.c (send_dg): If request failed with FORMERR and
12034         EDNS0 record was send make sure we don't try it again.
12035         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
12036         * include/resolv.h: Declare __res_nopt.
12038 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
12040         [BZ #3944]
12041         * time/strptime_l.c (__strptime_internal): Set have_mon for
12042         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
12043         have been computed from tm_yday and tm_year.  Don't crash
12044         in day_of_the_week or day_of_the_year if not have_mon
12045         and tm_mon contains bogus value.
12046         * time/Makefile (tests): Add tst-strptime3.
12047         * time/tst-strptime3.c: New test.
12049 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
12051         [BZ #3957]
12052         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
12053         bit for RE_HAT_LISTS_NOT_NEWLINE.
12054         (build_charclass_op): Remove bogus comment.
12055         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
12056         * posix/bug-regex27.c: New test.
12057         * posix/bug-regex28.c: New test.
12059 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
12061         * po/sv.po: Update from translation team.
12063 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
12065         * nscd/nscd_helper.c (open_socket): Minor size optimization.
12067 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
12069         * include/locale.h (__uselocale): Add libc_hidden_proto.
12070         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
12072         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
12073         gettimeofday.
12075 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
12077         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
12078         returning.
12079         (PTR_DEMANGLE): Real definition now that it's not the same as
12080         PRT_MANGLE anymore.
12081         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12083         * string/strerror_l.c: New file.
12084         * string/Makefile (routines): Add strerror_l.
12085         * string/string.h: Declare strerror_l.
12086         * string/Versions: Export strerror_l for GLIBC_2.6.
12088 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
12090         * nscd/nscd_helper.c (open_socket): Now takes request type and key
12091         as parameter.  Construct request record.  Try sending request
12092         before the first poll use, it usually succeeds.  Adjust all
12093         callers.
12094         * nscd/nscd-client.h: Define MAXKEYLEN.
12095         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
12097 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
12099         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
12100         from return value.
12101         * nscd/nscd_helper.c: Include string.h.
12102         (__nscd_cache_search): Remove const qualifier from return value.
12103         On strict alignment architectures check hash entry and data head
12104         alignment.
12105         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
12106         mmapped data during GC cycle contains garbage.  If
12107         __nscd_drop_map_ref fails, decrement mapped->counter when returning
12108         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
12109         dropped to 0.
12110         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12111         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12112         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
12113         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12114         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12116 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
12118         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
12120 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
12122         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
12123         names not numbers in cfi_*.
12125 2007-01-26  Andreas Jaeger  <aj@suse.de>
12127         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
12128         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
12129         Correct values of PER_HPUX and PER_OSF4.
12131 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
12133         * elf/dl-minimal.c: Undefine _itoa first.
12134         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
12135         * malloc/mtrace.c: Revert last change.
12136         * posix/wordexp.c: Likewise.
12138 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
12140         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
12141         and __geode__ to the list of i486+ CPUs.
12142         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12144 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
12146         * stdio-common/_itoa.c: Include <limits.h>.
12147         * stdio-common/_itowa.c: Likewise.
12149 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
12151         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
12152         platforms.
12153         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
12154         64-bit platforms.
12155         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
12156         possible.
12157         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
12158         if possible.
12160         [BZ #3902]
12161         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
12162         * stdio-common/Makefile (tests): Add bug17.
12163         * stdio-common/bug17.c: New file.
12165 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
12167         * iconvdata/brf.c: New file.
12168         * iconvdata/testdata/BRF: New file.
12169         * iconvdata/testdata/BRF..UTF8: New file.
12170         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
12171         * iconvdata/Makefile: Add rules to build BRF.
12172         * iconvdata/TESTS: Add BRF entry.
12173         * iconvdata/gconv-modules: Likewise.
12174         * iconvdata/tst-tables.sh: Likewise.
12176 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
12178         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
12179         type `long long int', not `long int'.
12180         (wcstoq): Likewise.
12182 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
12184         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
12185         of values on 64-bit platforms which are too large.
12187 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
12188             Joe Kerian  <jkerian@us.us.ibm.com>
12190         [BZ #2749]
12191         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
12192         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
12193         (__copysignl): Use signbit() for comparison.
12194         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
12195         SET_LDOUBLE_WORDS64.
12197         [BZ #2423, #2749]
12198         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
12199         (__ceill): Remove calls to fegetround(), fesetround().
12200         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
12201         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
12202         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
12204 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
12206         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
12208         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
12210 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
12212         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
12213         demangle pointer.
12214         * csu/libc-start.c: Likewise.
12216 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
12218         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
12219         really work anyway.
12221 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12223         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
12224         users.
12225         (handle_request): Remove unnecessary tests.
12227         * nscd/cache.c (cache_add): Record the failure to add to the cache.
12229 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
12231         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
12232         workbits in semi-raw fraction.
12234         * math/test-misc.c: Add new tests.
12236 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
12238         * math/basic-test.c: Include test-skeleton.c.
12239         (TEST_TRUNC): Define.
12240         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
12241         (main): Rename to ...
12242         (do_test): ...this.  Run new tests.
12243         (TEST_FUNCTION): Define.
12245 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
12246             Joe Kerian  <jkerian@us.us.ibm.com>
12248         [BZ #2749]
12249         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
12250         handling for high words.
12251         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
12252         and overflow for infinity.
12254 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12256         * nscd/connections.c (handle_request): Add a __builtin_expect.
12258         * nscd/connections.c (serv2db): Change type into structure which
12259         also says whether this is a request for data.  Renamed to
12260         servinfo.  All users changed.
12261         (handle_request): Much simpler test whether we should search the cache.
12263         * nscd/connections.c (handle_request): Fix thinko in selinux test
12264         invocation.
12266         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
12267         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
12268         it before getting dl_load_lock and then relock.
12269         (_dl_lookup_symbol_x): Pass flags to add_dependency.
12270         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
12271         case we unlocked the scope.
12272         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
12273         _dl_lookup_symbol_x in case we locked the scope.
12274         (_dl_profile_fixup): Likewise.
12275         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
12276         set DL_LOOKUP_SCOPE_LOCK.
12278 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
12280         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
12281         CFLAGS-getsrvbynpt_r.c.
12282         * nscd/getsrvbynm_r.c: New file.
12283         * nscd/getsrvbypt_r.c: New file.
12284         * nscd/nscd_getserv_r.c: New file.
12285         * nscd/servicescache.c: New file.
12286         * nscd/Makefile (routines): Add nscd_getserv_r.
12287         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
12288         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
12289         CFLAGS-getsrvbypt_r.c.
12290         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
12291         table.  Add entries for services database.
12292         * nscd/connections.c (serv2str): Mark as const.  Add entries for
12293         services database.
12294         (dbs): Add .reset_res and servdb initialization.
12295         (serv2db): Add entries for services database.
12296         (verify_persistent_db): Accept dbnr == servdb.
12297         (invalidate_cache): Rewrite database name recognition to use a table.
12298         Call res_init() if .reset_res is set for database.
12299         (handle_request): Add code to handle services database.
12300         * nscd/gai.c: Don't define __getservbyname_r.
12301         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
12302         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
12303         (serv_response_header): Define.
12304         (struct datahead): Add serv_response_header member.
12305         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
12306         using table.
12307         * nscd/nscd.conf: Add entries for services database.
12308         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
12309         Declare serv_iov_disabled.
12310         Declare addservbyname, readdservbyname, addservbyport, and
12311         readdservbyport.
12312         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
12313         (find_db): Fix error message.
12314         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
12315         __nscd_getservbyname_r, and __nscd_getservbyport_r.
12316         * nscd/selinux.c (perms): Add entries for services database.
12317         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
12318         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
12320         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
12321         * nscd/hstcache.c: Likewise.
12322         * nscd/pwdcache.c: Likewise.
12324         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
12325         computation of keylen.
12327         * include/string.h: Only redefine strndupa if this is really for
12328         libc code.
12330 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
12332         * nscd/nscd_gethst_r.c: Minor cleanups.
12334         * nscd/connections.c (handle_request): Check selinux permissions
12335         for all non-admin commands.
12337         * sysdeps/i386/i486/bits/atomic.h: Define
12338         atomic_compare_and_exchange_val_acq,
12339         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
12340         using __sync_* built-ins for gcc >= 4.1.
12341         * sysdeps/x86_64/bits/atomic.h: Likewise.
12343         [BZ #3840]
12344         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
12345         and .oS.d files.
12347 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
12349         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
12350         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
12351         (do_test): Check errno and exit(0) if ENOSYS.
12353 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12355         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
12356         thousands separators.
12357         * stdlib/Makefile: Add rules to build and run tst-strtod4.
12358         * stdlib/tst-strtod4.c: New test.
12360         [BZ #3855]
12361         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
12362         hexadecimal digit should accept just the initial 0.
12363         * stdlib/tst-strtod2.c (tests): New variable.
12364         (do_test): Run several tests rather than just one.
12366 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12368         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
12369         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
12371 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
12373         * io/fts.c: Make sure fts_cur is always valid after return from
12374         fts_read.
12375         Patch by Miloslav Trmac <mitr@redhat.com>.
12377 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
12379         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
12380         (R_MIPS_NUM): Bump by 1.
12382 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
12384         * posix/execvp.c: Include alloca.h.
12385         (allocate_scripts_argv): Renamed to...
12386         (scripts_argv): ... this.  Don't allocate buffer here nor count
12387         arguments.
12388         (execvp): Use alloca if possible.
12389         * posix/Makefile: Add rules to build and run tst-vfork3 test.
12390         * posix/tst-vfork3.c: New test.
12392 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
12394         * string/Makefile (tst-strxfrm2-ENV): Define.
12395         * stdlib/Makefile (tst-strtod3-ENV): Define.
12397 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
12399         * posix/getconf.c: Update copyright year.
12400         * nss/getent.c: Likewise.
12401         * iconv/iconvconfig.c: Likewise.
12402         * iconv/iconv_prog.c: Likewise.
12403         * elf/ldconfig.c: Likewise.
12404         * catgets/gencat.c: Likewise.
12405         * csu/version.c: Likewise.
12406         * elf/ldd.bash.in: Likewise.
12407         * elf/sprof.c (print_version): Likewise.
12408         * locale/programs/locale.c: Likewise.
12409         * locale/programs/localedef.c: Likewise.
12410         * nscd/nscd.c (print_version): Likewise.
12411         * debug/xtrace.sh: Likewise.
12412         * malloc/memusage.sh: Likewise.
12413         * malloc/mtrace.pl: Likewise.
12414         * debug/catchsegv.sh: Likewise.
12416 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
12418         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
12419         attempts.
12421 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
12423         * posix/wordexp.c: Remove some unnecessary tests.
12425 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
12427         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
12428         blacklist the group till after we look it up.
12430 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
12432         * include/atomic.h (atomic_forced_read): New macro.
12434 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
12436         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
12438 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
12440         * nss/getXXbyYY_r.c: Include atomic.h.
12441         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
12442         add atomic_write_barrier () in between.
12444         * stdlib/Makefile (tests): Add tst-makecontext.
12445         * stdlib/tst-makecontext.c: New test.
12447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
12448         (__makecontext): Don't realign uc_mcontext.uc_regs.
12450 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
12452         * elf/dl-support.c: Include dl-procinfo.h.
12453         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
12454         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
12455         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
12456         Define.
12457         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
12458         hardcoded constants.
12459         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
12460         PPC_PLATFORM_* macros for array designators.
12462 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
12464         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
12465         names to the beginning.
12466         (_dl_powerpc_platforms): Add "power6x".
12467         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12468         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
12469         (_DL_PLATFORMS_COUNT): Increase.
12470         (_dl_string_platform): Handle power6x case.
12471         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
12472         PPC_FEATURE_POWER6_EXT): Define.
12473         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
12475 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
12477         [BZ #3747]
12478         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
12479         [-2^31 .. 2^31) range.
12480         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
12481         targets.
12482         * stdlib/tst-rand48-2.c: New test.
12483         * stdlib/Makefile (tests): Add tst-rand48-2.
12485 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
12487         * misc/tst-pselect.c (do_test): Fix sigblock argument.
12489 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
12491         * misc/tst-pselect.c (do_test): Make sure the helper process is
12492         terminating when the test is aborted.
12494 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
12496         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
12497         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12498         Handle relatime mount option.
12500         [BZ #2337]
12501         * libio/Makefile (tests): Add tst-setvbuf1.
12502         * libio/tst-setvbuf1.c: New file.
12504 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
12506         [BZ #2337]
12507         * libio/genops.c (__uflow): Fix a typo.
12508         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
12509         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
12510         the narrow buffer size.
12512 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
12514         [BZ #2337]
12515         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
12516         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
12517         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
12518         in _flags.
12519         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
12520         _IO_wstr_finish): Likewise.
12521         * libio/wmemstream.c (open_wmemstream): Likewise.
12522         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
12523         even for wide streams.
12525 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
12527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
12528         kernel-features.h.
12530 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
12532         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
12533         separators also if no non-zero digits found.
12534         * stdlib/Makefile (tests): Add tst-strtod3.
12536 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
12538         [BZ #3632]
12539         * include/features.h: Fix comment about default value for
12540         _POSIX_C_SOURCE.
12542         [BZ #3664]
12543         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
12544         empty parsed strings.
12545         * stdlib/Makefile (tests): Add tst-strtod2.
12546         * stdlib/tst-strtod2.c: New file.
12548         [BZ #3673]
12549         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
12550         computation.
12551         * stdlib/Makefile (tests): Add tst-atof2.
12552         * stdlib/tst-atof2.c: New file.
12554         [BZ #3674]
12555         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
12556         correctly if removing trailing zero of hex-float.
12557         * stdlib/Makefile (tests): Add tst-atof1.
12558         * stdlib/tst-atof1.c: New file.
12560 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
12562         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
12563         Start searching for next comma at p rather than rest.
12564         * misc/Makefile (tests): Add tst-mntent2.
12565         * misc/tst-mntent2.c: New test.
12567         * misc/getusershell.c (initshells): Check for integer overflows.
12568         Make strings buffer one bigger as fgets always succeeds when second
12569         argument is 1.  Don't use calloc for shells array.  Disallow
12570         / as shell.
12572 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
12574         * malloc/memusage.c: Handle realloc with new size of zero and
12575         non-NULL pointer correctly.
12576         (me): Really write first record twice.
12577         (struct entry): Make format bi-arch safe.
12578         (dest): Write out more realloc statistics.
12579         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
12581 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
12583         * nis/nis_subr.c (nis_getnames): Revert last change.
12585 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
12587         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
12588         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
12589         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
12590         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
12591         ENOTTY.
12592         * io/Makefile: Add rules to build and run tst-ttyname_r test.
12593         * io/tst-ttyname_r.c: New test.
12595 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12597         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
12599 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
12601         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
12602         jump table entries.
12604 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12606         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
12607         `clone' function to ensure proper unwinding stop of gdb.
12608         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
12610 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
12612         * nscd/nscd.init: Remove obsolete and commented-out -S option
12613         handling.
12615 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
12617         [BZ #3514]
12618         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
12620         [BZ #3515]
12621         * manual/string.texi (strtok): Remove duplicate paragraph.
12623 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
12625         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
12626         libgcc not supporting `rflags' unwinding (register # >= 17).
12628 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
12630         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
12631         succeeded.
12633 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
12634             Jakub Jelinek  <jakub@redhat.com>
12635             Jan Kratochvil  <jan.kratochvil@redhat.com>
12637         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
12638         unwind information.
12639         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
12640         'restore_rt' even in the 'signal' directory.
12641         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
12643 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
12645         [BZ #3559]
12646         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
12647         malloc crashed.  Don't allocate memory unnecessarily in each
12648         loop.
12650 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
12652         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
12654 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
12656         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
12658 2006-11-18  Bruno Haible  <bruno@clisp.org>
12660         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
12661         __sysconf only after having tried to call getgroups32.
12663 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
12665         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
12666         addresses for IPv4 queries if they can be mapped.
12668 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
12670         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
12671         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
12672         (signmask): Add .size directive.
12673         (othermask): Add .type directive.
12675 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
12677         * po/nl.po: Update from translation team.
12679         * timezone/zdump.c: Redo fix for BZ #3137.
12681 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
12683         * nss/nss_files/files-alias.c (get_next_alias): Set line back
12684         to first_unused after parsing :include: file.
12686 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12688         * timezone/africa: Update from tzdata2006o.
12689         * timezone/antarctica: Likewise.
12690         * timezone/asia: Likewise.
12691         * timezone/australasia: Likewise.
12692         * timezone/backward: Likewise.
12693         * timezone/europe: Likewise.
12694         * timezone/iso3166.tab: Likewise.
12695         * timezone/northamerica: Likewise.
12696         * timezone/southamerica: Likewise.
12697         * timezone/zone.tab: Likewise.
12699         * time/tzfile.c (__tzfile_read): Extend to handle new file format
12700         on machines with 64-bit time_t.
12702         * timezone/checktab.awk: Update from tzcode2006o.
12703         * timezone/ialloc.c: Likewise.
12704         * timezone/private.h: Likewise.
12705         * timezone/scheck.c: Likewise.
12706         * timezone/tzfile.h: Likewise.
12707         * timezone/tzselect.ksh: Likewise.
12708         * timezone/zdump.c: Likewise.
12709         * timezone/zic.c: Likewise.
12711         [BZ #3483]
12712         * elf/ldconfig.c (main): Call setlocale and textdomain.
12713         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12715         [BZ #3480]
12716         * manual/argp.texi: Fix typos.
12717         * manual/charset.texi: Likewise.
12718         * manual/errno.texi: Likewise.
12719         * manual/filesys.texi: Likewise.
12720         * manual/lang.texi: Likewise.
12721         * manual/maint.texi: Likewise.
12722         * manual/memory.texi: Likewise.
12723         * manual/message.texi: Likewise.
12724         * manual/resource.texi: Likewise.
12725         * manual/search.texi: Likewise.
12726         * manual/signal.texi: Likewise.
12727         * manual/startup.texi: Likewise.
12728         * manual/stdio.texi: Likewise.
12729         * manual/sysinfo.texi: Likewise.
12730         * manual/syslog.texi: Likewise.
12731         * manual/time.texi: Likewise.
12732         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12734         [BZ #3465]
12735         * sunrpc/clnt_raw.c: Minimal message improvements.
12736         * sunrpc/pm_getmaps.c: Likewise.
12737         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
12738         * nis/nis_print_group_entry.c: Likewise.
12739         * locale/programs/repertoire.c: Likewise.
12740         * locale/programs/charmap.c: Likewise.
12741         * malloc/memusage.sh: Likewise.
12742         * elf/dl-deps.c: Likewise.
12743         * locale/programs/ld-collate.c: Likewise.
12744         * libio/vswprintf.c: Likewise.
12745         * malloc/memusagestat.c: Likewise.
12746         * sunrpc/auth_unix.c: Likewise.
12747         * sunrpc/rpc_main.c: Likewise.
12748         * nscd/cache.c: Likewise.
12749         * locale/programs/repertoire.c: Unify output messages.
12750         * locale/programs/charmap.c: Likewise.
12751         * locale/programs/ld-ctype.c: Likewise.
12752         * locale/programs/ld-monetary.c: Likewise.
12753         * locale/programs/ld-numeric.c: Likewise.
12754         * locale/programs/ld-time.c: Likewise.
12755         * elf/ldconfig.c: Likewise.
12756         * nscd/selinux.c: Likewise.
12757         * elf/cache.c: Likewise.
12758         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12760         [BZ #3451]
12761         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
12762         change atomic.
12763         (ceil): Likewise.
12765 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12767         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
12768         if N is one bigger than return value.
12769         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
12770         and l1 last arguments, if buf is defined, verify the return value
12771         equals to strlen (buf) and verify no byte beyond passed length
12772         is modified.
12774 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12776         * po/sv.po: Update from translation team.
12778 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12780         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
12781         noinline attribute.
12783 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12785         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
12786         noinline attribute.
12788         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
12789         Use __new_sys_siglist instead of _sys_siglist_internal as
12790         second macro argument.
12791         (_old_sys_siglist): Use declare_symbol_alias macro instead of
12792         strong_alias.
12794 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12796         [BZ #3493]
12797         * posix/unistd.h (sysconf): Remove const attribute.
12799         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
12800         temporary or deprecated addresses.
12801         Patch by Sridhar Samudrala <sri@us.ibm.com>.
12803         * string/Makefile (tests): Add tst-strxfrm2.
12804         * string/tst-strxfrm2.c: New file.
12806 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
12808         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
12809         rather than r->r_brk.
12811 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
12813         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
12814         optimization even if needed > n.
12816         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
12817         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
12818         return false, otherwise return true.
12819         (cache_rpath): Return decompose_rpath return value.
12821 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
12823         * include/libc-symbols.h (declare_symbol): Rename to...
12824         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
12825         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
12826         .size directive.
12827         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
12828         changes.
12829         * sysdeps/gnu/siglist.c: Likewise.
12831 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
12833         * sysdeps/powerpc/fpu/bits/mathinline.h
12834         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
12835         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
12837 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
12839         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
12840         Update handling of cache descriptor 0x49 for new models.
12841         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
12842         Likewise.
12844 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
12846         * malloc/memusage.c (dest): Reset not_me back to false after
12847         printing statistics.
12849 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
12851         * configure.in: Work around ld --help change and avoid -z relro
12852         test completely if the architecture doesn't care about security.
12854 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
12856         * po/sv.po: Update from translation team.
12858 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
12860         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
12861         generate compatibility version.
12863 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
12865         * configure.in: Relax -z relro requirement a bit.
12867         * po/sv.po: Update from translation team.
12869 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
12871         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
12872         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12873         * elf/dl-close.c (_dl_close_worker): Likewise.
12874         * elf/dl-open.c (_dl_open_worker): Likewise.
12875         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
12877 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
12879         * configure.in: Require assembler support for visibility, compiler
12880         support for visibility and aliases, linker support for various -z
12881         options.
12882         * Makeconfig: Remove conditional code which now is unnecessary.
12883         * config.h.in: Likewise.
12884         * config.make.in: Likewise.
12885         * dlfcn/Makefile: Likewise.
12886         * elf/Makefile: Likewise.
12887         * elf/dl-load.c: Likewise.
12888         * elf/rtld.c: Likewise.
12889         * include/libc-symbols.h: Likewise.
12890         * include/stdio.h: Likewise.
12891         * io/Makefile: Likewise.
12892         * io/fstat.c: Likewise.
12893         * io/fstat64.c: Likewise.
12894         * io/fstatat.c: Likewise.
12895         * io/fstatat64.c: Likewise.
12896         * io/lstat.c: Likewise.
12897         * io/lstat64.c: Likewise.
12898         * io/mknod.c: Likewise.
12899         * io/mknodat.c: Likewise.
12900         * io/stat.c: Likewise.
12901         * io/stat64.c: Likewise.
12902         * libio/stdio.c: Likewise.
12903         * nscd/Makefile: Likewise.
12904         * stdlib/Makefile: Likewise.
12905         * stdlib/atexit.c: Likewise.
12906         * sysdeps/generic/ldsodefs.h: Likewise.
12907         * sysdeps/i386/dl-machine.h: Likewise.
12908         * sysdeps/i386/sysdep.h: Likewise.
12909         * sysdeps/i386/i686/memcmp.S: Likewise.
12910         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12911         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
12912         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
12914         * Makerules: USE_TLS support is now default.
12915         * tls.make.c: Likewise.
12916         * csu/Versions: Likewise.
12917         * csu/libc-start.c: Likewise.
12918         * csu/libc-tls.c: Likewise.
12919         * csu/version.c: Likewise.
12920         * dlfcn/dlinfo.c: Likewise.
12921         * elf/dl-addr.c: Likewise.
12922         * elf/dl-cache.c: Likewise.
12923         * elf/dl-close.c: Likewise.
12924         * elf/dl-iteratephdr.c: Likewise.
12925         * elf/dl-load.c: Likewise.
12926         * elf/dl-lookup.c: Likewise.
12927         * elf/dl-object.c: Likewise.
12928         * elf/dl-open.c: Likewise.
12929         * elf/dl-reloc.c: Likewise.
12930         * elf/dl-support.c: Likewise.
12931         * elf/dl-sym.c: Likewise.
12932         * elf/dl-sysdep.c: Likewise.
12933         * elf/dl-tls.c: Likewise.
12934         * elf/ldconfig.c: Likewise.
12935         * elf/rtld.c: Likewise.
12936         * elf/tst-tls-dlinfo.c: Likewise.
12937         * elf/tst-tls1.c: Likewise.
12938         * elf/tst-tls10.h: Likewise.
12939         * elf/tst-tls14.c: Likewise.
12940         * elf/tst-tls2.c: Likewise.
12941         * elf/tst-tls3.c: Likewise.
12942         * elf/tst-tls4.c: Likewise.
12943         * elf/tst-tls5.c: Likewise.
12944         * elf/tst-tls6.c: Likewise.
12945         * elf/tst-tls7.c: Likewise.
12946         * elf/tst-tls8.c: Likewise.
12947         * elf/tst-tls9.c: Likewise.
12948         * elf/tst-tlsmod1.c: Likewise.
12949         * elf/tst-tlsmod13.c: Likewise.
12950         * elf/tst-tlsmod13a.c: Likewise.
12951         * elf/tst-tlsmod14a.c: Likewise.
12952         * elf/tst-tlsmod2.c: Likewise.
12953         * elf/tst-tlsmod3.c: Likewise.
12954         * elf/tst-tlsmod4.c: Likewise.
12955         * elf/tst-tlsmod5.c: Likewise.
12956         * elf/tst-tlsmod6.c: Likewise.
12957         * include/errno.h: Likewise.
12958         * include/link.h: Likewise.
12959         * include/tls.h: Likewise.
12960         * locale/global-locale.c: Likewise.
12961         * locale/localeinfo.h: Likewise.
12962         * malloc/arena.c: Likewise.
12963         * malloc/hooks.c: Likewise.
12964         * malloc/malloc.c: Likewise.
12965         * resolv/Versions: Likewise.
12966         * sysdeps/alpha/dl-machine.h: Likewise.
12967         * sysdeps/alpha/libc-tls.c: Likewise.
12968         * sysdeps/generic/ldsodefs.h: Likewise.
12969         * sysdeps/generic/tls.h: Likewise.
12970         * sysdeps/i386/dl-machine.h: Likewise.
12971         * sysdeps/ia64/dl-machine.h: Likewise.
12972         * sysdeps/ia64/libc-tls.c: Likewise.
12973         * sysdeps/mach/hurd/fork.c: Likewise.
12974         * sysdeps/mach/hurd/i386/tls.h: Likewise.
12975         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
12976         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
12977         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
12978         * sysdeps/s390/libc-tls.c: Likewise.
12979         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12980         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12981         * sysdeps/sh/dl-machine.h: Likewise.
12982         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12983         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12984         * sysdeps/x86_64/dl-machine.h: Likewise.
12986         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
12987         split out locking and parameter checking.
12988         (_dl_close): Call _dl_close_worker after locking and checking.
12989         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
12990         _dl_close.
12991         * elf/Makefile: Add rules to build and run tst-thrlock.
12992         * elf/tst-thrlock.c:  New file.
12994         [BZ #3426]
12995         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
12996         reality.
12998         [BZ #3429]
12999         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
13000         we are sure we do not need it anymore for _dl_close.  Also move
13001         the asserts inside the lock region.
13002         Patch mostly by Suzuki <suzuki@in.ibm.com>.
13004 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
13006         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
13007         argument.
13008         (_dl_lookup_symbol_x): Adjust caller.
13010         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
13011         _ns_global_scope.
13012         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
13014         * elf/dl-libc.c: Revert l_scope name changes.
13015         * elf/dl-load.c: Likewise.
13016         * elf/dl-object.c: Likewise.
13017         * elf/rtld.c: Likewise.
13018         * elf/dl-close.c (_dl_close): Likewise.
13019         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
13020         always use __rtld_mrlock_{change,done}.  Always free old scope list
13021         here if not l_scope_mem.
13022         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
13023         change.  Never free scope list here.  Just __rtld_mrlock_lock before
13024         the lookup and __rtld_mrlock_unlock it after the lookup.
13025         * elf/dl-sym.c: Likewise.
13026         * include/link.h (struct r_scoperec): Remove.
13027         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
13028         with l_scope_mem and l_scoperec_lock with l_scope_lock.
13030 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
13032         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
13034 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13036         * configure.in: Disable building profile libraries by default.
13038 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13040         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
13041         as signed longs, check for x_base + pos overflow.
13042         * sunrpc/Makefile (tests): Add tst-xdrmem2.
13043         * sunrpc/tst-xdrmem2.c: New test.
13045 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13047         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
13048         _dl_lookup_symbol_x code.
13050 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13052         * elf/dl-runtime.c: Include sysdep-cancel.h.
13053         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
13054         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
13055         instead of catomic_* macros.
13056         * elf/dl-sym.c: Include sysdep-cancel.h.
13057         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
13058         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13059         * elf/dl-close.c: Include sysdep-cancel.h.
13060         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
13061         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13062         * elf/dl-open.c: Include sysdep-cancel.h.
13063         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
13064         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13066 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13068         [BZ #3313]
13069         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
13070         fastbin rather than end of fastbin array.
13072 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13074         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
13075         body macro.
13076         * sysdeps/x86_64/bits/atomic.h
13077         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
13078         (catomic_decrement): Use correct body macro.
13080 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13082         * include/atomic.h: Add a unique prefix to all local variables
13083         in macros.
13084         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
13086 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
13088         [BZ #3369]
13089         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
13090         and 7.
13092 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
13094         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
13096 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
13098         [BZ #3313]
13099         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
13100         determine highest fast bin to consolidate, always look into all of
13101         them.
13102         (do_check_malloc_state): Only require for empty bins for large
13103         sizes in main arena.
13105         * libio/stdio.h: Add more __wur attributes.
13107         * elf/dl-minimal.c (realloc): Optimize last patch.
13109 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
13111         [BZ #3352]
13112         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
13113         and use memcpy() if it does.
13115 2006-11-12  Andreas Jaeger  <aj@suse.de>
13117         [BZ #2510]
13118         * manual/search.texi (Hash Search Function): Clarify.
13119         (Array Search Function): Clarify.
13121 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
13123         [BZ #2830]
13124         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
13125         shifting.
13126         * math/atest-exp2.c (read_mpn_hex): Likewise.
13127         * math/atest-sincos.c (main): Likewise.
13129 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13131         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
13132         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
13133         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
13134         version GLIBC_2.6.
13135         * Versions.def: Add GLIBC_2.6 for libc.
13137         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
13139         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
13141 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
13143         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
13145         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
13147         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
13148         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
13150 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13152         * include/atomic.c: Define catomic_* operations.
13153         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
13154         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
13155         * malloc/memusage.c: Likewise.
13156         * gmon/mcount.c: Likewise.
13157         * elf/dl-close.c: Likewise.
13158         * elf/dl-open.c: Likewise.
13159         * elf/dl-profile.c: Likewise.
13160         * elf/dl-sym.c: Likewise.
13161         * elf/dl-runtime.c: Likewise.
13162         * elf/dl-fptr.c: Likewise.
13163         * resolv/res_libc.c: Likewise.
13165 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
13167         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
13168         components which lack them.
13170         * nis/nis_subr.c (nis_getnames): Make sure that we always return
13171         at least one entry consisting of the parameter concatenated with
13172         the domain.
13174 2006-10-10  Roland McGrath  <roland@frob.com>
13176         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
13177         * sysdeps/mach/hurd/futimes.c: Likewise.
13178         * sysdeps/mach/hurd/lutimes.c: Likewise.
13180 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
13181             Jakub Jelinek  <jakub@redhat.com>
13183         Implement reference counting of scope records.
13184         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
13185         from the list in objects which remain.  Always allocate new scope
13186         record.
13187         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
13188         don't resize, allocate a new one.
13189         * elf/dl-runtime.c: Update reference counters before using a scope
13190         array.
13191         * elf/dl-sym.c: Likewise.
13192         * elf/dl-libc.c: Adjust for l_scope name change.
13193         * elf/dl-load.c: Likewise.
13194         * elf/dl-object.c: Likewise.
13195         * elf/rtld.c: Likewise.
13196         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
13197         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
13198         Add l_scoperec_lock.
13199         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
13200         * sysdeps/generic/rtld-lowlevel.h: New file.
13202         * include/atomic.h: Rename atomic_and to atomic_and_val and
13203         atomic_or to atomic_or_val.  Define new macros atomic_and and
13204         atomic_or which do not return values.
13205         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
13206         Various cleanups.
13207         * sysdeps/i386/i486/bits/atomic.h: Likewise.
13209         * po/sv.po: Update from translation team.
13211 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
13213         * Versions.def: Add GLIBC_2.6 to libpthread.
13215         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
13216         (versioned_symbol): Likewise.
13217         (compat_symbol): Likewise.
13219         * po/tr.po: Update from translation team.
13221 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13223         * nis/Banner: Removed.  It's been integral part forever and the
13224         author info is incomplete anyway.
13225         * libio/Banner: Likewise.
13227         * nis/nis_table.c (nis_list): If __follow_path fails in the new
13228         code, make sure the nis_freeresult call doesn't crash and that the
13229         result is reported correctly.
13231 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
13233         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
13234         when callback is NULL.
13236         * nis/Versions (libnss_nisplus): Add
13237         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
13238         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
13239         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
13240         _nss_create_tablename): Rename to...
13241         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
13242         ... these.  No longer static.
13243         (internal_setgrent): Adjust users.
13244         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
13245         Don't use locking around _nss_grp_create_tablename call.
13246         * nis/nss_nisplus/nisplus-initgroups.c: New file.
13248 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13250         * version.h (VERSION): Bump to 2.5.90 for new development tree.
13252 2006-10-06  Andreas Jaeger  <aj@suse.de>
13254         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
13256 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13258         * po/pl.po: Update from translation team.
13260         * nscd/nscd.c (main): Fix typo in message.
13261         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
13263 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13265         [BZ #3291]
13266         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
13267         errno.h, signal.h, unistd.h and sysdep-cancel.h.
13268         (__sigprocmask): Define.
13270 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
13272         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
13273         used.
13275 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13277         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
13278         in oldtotal and newtotal calculation.
13279         * nscd/nscd-client.h (struct mapped_database): Add datasize
13280         field.
13281         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
13282         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
13283         increased.
13284         (__nscd_cache_search): Add checks to make sure we never reference
13285         data beyond the current mapping.
13287 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13289         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
13290         variables const to avoid compiler warnings.
13292         * io/fts.c (fts_close): Remove redundant checks.
13293         (fts_build): Likewise.
13294         (fts_palloc): Likewise.
13296         * manual/message.texi (Advanced gettext functions,
13297         Using gettextized software): Fix typos.
13299 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
13301         * posix/glob.c (glob_in_dir): Add some comments and asserts to
13302         explain why there are no leaks.
13304 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
13306         * libio/wmemstream.c: Include <wchar.h>.
13307         * libio/bug-wmemstream1.c: Likewise.
13308         * libio/tst-wmemstream1.c: Likewise.
13309         * libio/tst-wmemstream2.c: Likewise.
13311         * version.h (RELEASE): Bump to 2.5.
13312         * README: Regenerated.
13314         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
13316         [BZ #3273]
13317         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
13318         found no group members.
13319         Patch by Petr Baudis.
13321 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
13323         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
13324         assert bootstrap_map.l_tls_modid is zero.
13325         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
13326         if USE___THREAD.
13328 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
13330         * libio/stdio.h: Move open_wmemstream prototype to ...
13331         * wcsmbs/wchar.h: ... here.
13333 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
13335         [BZ #3252]
13336         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
13337         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
13338         __{,l}chown to handle the rest.
13339         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
13340         fchownat syscall and __ASSUME_32BITUIDS case inline, call
13341         __{,l}chown to handle the rest.
13342         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
13343         i386/fchownat.c.
13344         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
13345         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
13347         [BZ #3253]
13348         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
13349         time, rather allocate increasingly bigger arrays of pointers, if
13350         possible with alloca, if too large with malloc.
13352 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
13354         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
13356         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
13358 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
13360         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
13361         home addresses.
13362         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
13363         IFA_F_HOMEADDRESS flag for interfaces.
13364         * include/ifaddrs.h (struct in6addrinfo): Define
13365         in6ai_homeaddress.
13367 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
13369         [BZ #3225]
13370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
13371         PTR_DEMANGLE3): Define.
13372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
13373         PTR_DEMANGLE3): Likewise.
13374         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
13375         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
13376         Likewise.
13377         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13379 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
13381         * po/libc.pot: Regenerated.
13382         * po/be.po: Updated.
13383         * po/ca.po: Likewise.
13384         * po/cs.po: Likewise.
13385         * po/da.po: Likewise.
13386         * po/de.po: Likewise.
13387         * po/el.po: Likewise.
13388         * po/en_GB.po: Likewise.
13389         * po/es.po: Likewise.
13390         * po/fi.po: Likewise.
13391         * po/fr.po: Likewise.
13392         * po/gl.po: Likewise.
13393         * po/hr.po: Likewise.
13394         * po/hu.po: Likewise.
13395         * po/ja.po: Likewise.
13396         * po/ko.po: Likewise.
13397         * po/nb.po: Likewise.
13398         * po/nl.po: Likewise.
13399         * po/pl.po: Likewise.
13400         * po/pt_BR.po: Likewise.
13401         * po/ru.po: Likewise.
13402         * po/rw.po: Likewise.
13403         * po/sk.po: Likewise.
13404         * po/sv.po: Likewise.
13405         * po/tr.po: Likewise.
13406         * po/zh_CN.po: Likewise.
13407         * po/zh_TW.po: Likewise.
13409         [BZ #3137]
13410         * iconv/iconv_prog.c (main): Fix spelling in error message.
13411         * iconv/iconvconfig.c (main): Likewise.
13412         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
13413         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
13414         * locale/programs/localedef.c (main): Likewise.
13415         * locale/programs/repertoire.c (repertoire_read): Likewise.
13416         * timezone/zdump.c (main): Likewise.
13417         * nscd/connections.c (handle_request): Fix spelling in log message.
13418         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
13420 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
13422         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
13423         interfaces.
13425 2006-09-20  Andreas Jaeger  <aj@suse.de>
13427         * math/libm-test.inc (lrint_test_upward): Fix typo.
13429 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
13431         [BZ #2592]
13432         * math/libm-test.inc (lrint_test_tonearest): New function.
13433         (lrint_test_towardzero): New function.
13434         (lrint_test_downward): New function.
13435         (lrint_test_upward): New function.
13436         (main): Run these new tests.
13437         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
13438         of values near to 0.
13439         (two52): Use double not long double.
13440         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
13441         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
13442         (two23): Use float not double.
13443         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
13444         (two23): Use float not double.
13445         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
13446         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
13447         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
13448         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
13450 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13452         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
13453         Cast sp to unsigned long to avoid compiler warning.
13454         Use __makecontext_ret function instead of a trampoline on the stack.
13455         (__makecontext_ret): New function.
13456         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
13458 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
13460         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
13461         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
13462         bits.
13464 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
13466         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
13467         sure no reference to the unloaded map's search list remains in the
13468         dependency's scope.
13470 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13472         * elf/Makefile: Add rules to build and run unload7 test.
13473         * elf/unload7.c: New test.
13474         * elf/unload7mod1.c: New file.
13475         * elf/unload7mod2.c: New file.
13477 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
13479         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
13480         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
13481         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13482         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
13483         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13484         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
13485         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13486         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
13487         PTRACE_GETEVENTMSG): Likewise.
13488         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
13489         values.
13491 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
13493         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
13494         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13495         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
13496         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
13498 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13500         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
13501         write '\0' to the fd.
13502         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
13503         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
13504         Change regs to unsigned long pointer from unsigned int, fix fscr
13505         offset.
13507 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13509         * io/Makefile (CFLAGS-fstatat.c): Set.
13510         (CFLAGS-fstatat64.c): Likewise.
13511         (CFLAGS-mknodat.c): Likewise.
13513         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
13514         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
13515         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
13516         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
13518 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13519             Steven Munroe  <sjmunroe@us.ibm.com>
13521         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
13522         names to the beginning.  Rename "cell" to "cellbe".
13523         (_dl_powerpc_platforms): New.
13524         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
13525         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
13526         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
13527         (_DL_HWCAP_PLATFORM): Define to new mask.
13528         (_dl_platform_string, _dl_string_platform): New functions.
13529         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
13530         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
13532 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
13534         [BZ #2526]
13535         * README.libm: Fix a thinko in sqrt algorithm description.
13537         [BZ #3143]
13538         * manual/string.texi (argz_delete): Fix prototype.
13539         Patch by <alpt@freaknet.org>.
13541 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
13543         [BZ #3138]
13544         * io/test-lfs.c (do_prepare): Give name_len type size_t.
13545         * io/tst-fcntl.c (do_prepare): Likewise.
13546         * posix/tst-exec.c (do_prepare): Likewise.
13547         * posix/tst-preadwrite.c (do_prepare): Likewise.
13548         * posix/tst-spawn.c (do_prepare): Likewise.
13549         * posix/tst-truncate.c (do_prepare): Likewise.
13550         * rt/tst-aio.c (do_prepare): Likewise.
13551         * rt/tst-aio64.c (do_prepare): Likewise.
13552         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
13553         size_t.
13555 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
13557         [BZ #2821]
13558         * time/mktime.c (guess_time_tm): Fix overflow detection.
13559         * time/Makefile (tests): Add bug-mktime1.
13560         * time/bug-mktime1.c: New file.
13562         [BZ #3189, #3188]
13563         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
13564         (mremap): Likewise.
13566 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
13568         [BZ #1006]
13569         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13570         Ensure relocation doesn't clobber any bits outside of the
13571         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
13572         R_SPARC_HI22 and R_SPARC_H44.
13574         [BZ #2775]
13575         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
13576         (long) (MINSIZE + nb - old_size) is positive.
13578         * malloc/arena.c (grow_heap): When growing bail even if new_size
13579         is negative.
13581         [BZ #3155]
13582         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
13583         stack below r1.
13585 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13587         * posix/regex_internal.c (re_string_reconstruct): Handle
13588         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13589         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13590         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13591         re_string_context_at.
13592         * posix/Makefile: Add rules to build and run bug-regex26 test.
13593         * posix/bug-regex26.c: New test.
13595         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
13596         rather than col_sym_free.  Move seqp declaration earlier.
13598         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
13600 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
13602         * nscd/initgrcache.c (addinitgroupsX): Move any_success
13603         decl before first goto out.
13605 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13607         * Makerules (shlib.lds): If have-hash-style, put .hash section
13608         at the end of the RO segment.
13610 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
13612         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
13613         style hash table format is used.
13615 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13617         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
13618         randomization rather than before.
13619         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
13621 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
13623         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
13625         * malloc/malloc.c (_int_malloc): Use full list insert and not
13626         shortcut which assumes the list is empty for large requests
13627         too.
13629         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
13631 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
13633         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
13634         and offout arguments to the prototype.
13635         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
13636         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
13637         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
13638         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
13639         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
13640         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
13641         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
13642         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
13644 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
13646         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
13648         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
13649         dlopen parameters.
13651 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
13653         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
13654         only if herrno is NETDB_INTERNAL.  Handle errors other than
13655         ERANGE outside of the loops, handle TRY_AGAIN.
13657         * locale/programs/ld-ctype.c (translit_flatten): Issue error
13658         if other's ctype category was missing.
13659         * locale/programs/ld-collate.c (collate_read): Return if
13660         copy_locale's collate category is missing.
13662 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
13664         [BZ #2684]
13665         * malloc/malloc.c (public_rEALLOc): Try harder by using other
13666         arenas if allocation failed.
13667         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
13669 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
13671         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
13672         waste bins[0..1].
13673         (malloc_state): Reduce bins size by 2.
13674         (_int_malloc): Fix test for large enough buffer for early termination.
13675         When no unsorted block matches perfectly and an exiting block has
13676         to be split, use full list insert and not shortcut which assumes
13677         the list is empty.
13679         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
13680         failure.
13682 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13684         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
13685         do anything.
13687         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
13688         symbol require exact match (these are PLTs).
13689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13690         (_dl_ppc64_addr_sym_match): Likewise.
13692         [BZ #2683]
13693         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
13694         If symbol has a value use it.
13695         * elf/tst-dladdr1.c: New file.
13696         * elf/Makefile: Add rules to build and run tst-addr1.
13698 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
13700         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
13701         keeps failing and heap growth or new heap creation isn't
13702         successful either.
13703         * malloc/tst-malloc.c (main): Add new tests.
13705 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13707         [BZ #2734]
13708         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
13709         as in the x86-64 code to use bswap.
13711 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
13713         [BZ #2680]
13714         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
13715         __USE_UNIX98.
13716         * posix/bits/unistd.h: Likewise.
13718 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
13720         [BZ #2751]
13721         * string/strchr.c: Add cast to avoid warning.
13723 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13725         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
13726         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
13727         limit is needed to avoid the exploding of the address space
13728         requirement for secondary heaps.
13729         * malloc/arena.c (HEAP_MAX_SIZE): Define using
13730         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
13732 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
13734         [BZ #3018]
13735         * Makerules (depfiles): Handle extra-test-objs the same as
13736         extra-objs.
13737         (common-mostlyclean): Likewise.
13738         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
13739         instead.
13740         * elf/Makefile (extra-objs): Likewise.
13741         * stdlib/Makefile (extra-objs): Likewise.
13743 2006-08-14  Eric Blake  <ebb9@byu.net>
13745         [BZ #3044]
13746         * misc/error.h: Assume C89 or better.
13747         * misc/error.c: Likewise.
13749 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13751         [BZ #3040]
13752         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
13753         __ASSUME_ATFCTS is defined.
13755 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
13757         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
13758         to sort in each call.
13760         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
13761         is empty simply return and use next service.
13762         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
13764         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
13765         tells us when not finding a charmap file is an error.
13766         * locale/programs/charmap.h: Adjust charmap_read prototype.
13767         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
13768         cannot find a charmap.
13769         * locale/programs/localedef.c (main): Adjust charmap_read call.
13771 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
13773         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
13774         sysdeps/posix/pause.c implementation instead.
13776 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
13778         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
13779         to EPERM.
13781 2006-08-13  Andreas Schwab  <schwab@suse.de>
13783         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
13784         Don't clobber caller's LRSAVE.
13785         (_dl_prof_resolve): Likewise.
13787 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
13789         [BZ #1996]
13790         * libio/memstream.c (open_memstream): Allocate initial buffer with
13791         calloc.
13792         * libio/wmemstream.c (open_wmemstream): Likewise.
13793         * libio/strops.c: Pretty printing.
13794         (_IO_str_overflow): Clear uninitialized part of the new buffer.
13795         (enlarge_userbuf): New function.
13796         (_IO_str_seekoff): Call it if seek position is larger than current
13797         buffer.
13798         * libio/wstrops.c: Likewise.
13799         * libio/vasprintf.c: Add comment as to why we do not have to use
13800         calloc instead of malloc to allocate initial buffer.
13801         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
13802         * libio/bug-memstream1.c: New file.
13803         * libio/bug-wmemstream1.c: New file.
13805 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13807         * libio/wstrops.c: Remove dead macro definitions and comments.
13808         * libio/strops.c: Likewise.
13810         [BZ #2764]
13811         * login/utmpname.c (__utmpname): Remove unnecessary test.
13813 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
13815         [BZ #2832]
13816         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
13817         0s from integers.
13819 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13821         [BZ #2987]
13822         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
13823         for CPU clocks.
13824         * sysdeps/unix/clock_settime.c: Add support for platform-specific
13825         setting of CPU clocks.
13827 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13829         [BZ #2841]
13830         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
13831         since C99 requires the result to promote to 'int' when uint_least8_t
13832         and uint_least16_t promote to 'int'.
13834 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13836         [BZ #3013]
13837         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
13838         lenght of one output field, correct bitmask creation.
13839         * locale/programs/ld-time.c: Add alignment.
13841         [BZ #2997]
13842         * misc/error.c: Add space between program name and message if file
13843         name is missing.
13845 2006-08-03  Eric Blake  <ebb9@byu.net>
13847         [BZ #2998]
13848         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
13850 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
13852         * malloc/memusagestat.c: Silence warnings.
13854         * malloc/malloc.c: Dynamically size mmap treshold if the program
13855         frees mmaped blocks.
13856         Patch by Valerie Henson and Arjan van de Ven.
13858 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
13860         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
13861         __USE_GNU.
13863         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
13864         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
13865         (DEF): Don't put the var into .gnu.linkonce.r.* section.
13866         Only provide var definitions in strtol_l (or for *ull*
13867         in strtoll_l).
13869         * stdio-common/bug16.c (tests): New array.
13870         (do_tests): Allow the first hexadecimal digit
13871         to be 1, 2, 4 or 8.  Do 3 additional tests.
13873         * sysdeps/s390/fpu/libm-test-ulps: Update.
13875         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
13876         fchownat syscall if available.
13877         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
13878         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
13879         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
13881 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13883         * nis/nis_xdr.c: Avoid some function calls.
13885 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
13886             Ulrich Drepper  <drepper@redhat.com>
13888         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
13889         short cut if only one name component is stripped away.
13891 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13893         * nis/nis_call.c: Minor cleanups throughout.
13894         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
13895         (first_shoot): Add search_parent_first parameter.  Only if it is set
13896         search parent server first.
13897         If directory for table found through cold start cache is not the same
13898         as referenced in the cache, don't use it.
13899         (__nisfind_server): Take additional parameter.  Pass it on to
13900         first_shoot.
13901         (__prepare_niscall): Adjust __nisfind_server call.
13902         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
13903         * nis/nis_table.c: Adjust __nisfind_server call.
13904         * nis/nis_lookup.c: Likewise.
13905         (nis_lookup): Don't loop endlessly if name is reduced to ".".
13907 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
13909         [BZ #2182]
13910         * math/s_cacosh.c: Return values from positive branch.
13911         * math/s_cacoshf.c: Likewise.
13912         * math/s_cacoshl.c: Likewise.
13914         [BZ #2883]
13915         * sysvipc/sys/msg.h: Change return value to ssize_t.
13916         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
13917         * sysvipc/msgrcv.c: Likewise.
13918         * include/sys/msg.h: Likewise.
13920         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
13921         test introduced in patch for bz #661.
13922         (getgrouplist): Simplify code a bit.  Don't allocate one additional
13923         element for NEWGROUPS.
13925         [BZ #2908]
13926         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
13927         'f', use '1' as leading digit not '\1'.
13928         * stdio-common/Makefile (tests): Add bug16.
13929         * stdio-common/bug16.c: New file.
13931         [BZ #2914]
13932         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
13933         and don't try to open it.  The patch introducing the macro
13934         contained a bug and used the same file name as the new file
13935         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
13936         this out completely.
13938         [BZ #2926]
13939         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
13940         Patch by Jerry James <Jerry.James@usu.edu>.
13942         * rt/Makefile (tests): Add tst-clock2.
13943         * rt/tst-clock2.c: New file.
13945         [BZ #2978]
13946         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
13947         function and its parameters and pass it to new thread.
13948         (__gai_notify): Add support for alternative waiting for completion.
13949         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
13950         waiting for completion.
13951         * resolv/getaddrinfo_a.c: Likewise.
13952         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
13953         waiting for completion is used.
13954         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
13955         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
13956         * resolv/gai_error.c: Likewise.
13957         * resolv/gai_sigqueue.c: Likewise.
13959 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
13961         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
13962         errno to EBADF and return MACH_PORT_NULL.
13964 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
13966         [BZ #2980]
13967         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
13969 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
13971         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
13972         walk them instead of the symbol table.
13974 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
13976         [BZ #2098]
13977         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
13978         status of NSS calls, not the number of returned entries.
13980         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
13981         request_key, keyctl.
13983 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13985         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
13987 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
13989         * elf/tst-auditmod1.c: Fix typo in #error.
13991 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13993         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
13995         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
13997 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
13999         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
14000         that the directory is empty even on non-POSIX filesystems.
14002 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14004         * elf/dl-open.c (dl_open_worker): Add branch prediction.
14006         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
14007         the backend NSS module.  If backend setgrent call failed, don't have
14008         internal_setgrent fail.  Just remember this until it is needed.
14009         * nis/nss_compat/compat-pwd.c: Likewise.
14010         * nis/nss_compat/compat-spwd.c: Likewise.
14012 2006-07-30  Roland McGrath  <roland@redhat.com>
14014         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
14015         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
14016         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
14017         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
14019         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
14020         (nanosleep_not_cancel): New macro.
14021         (sigsuspend_not_cancel): new macro.
14022         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
14023         (do_sigsuspend): Define as inline.
14024         (__sigsuspend): Always use do_sigsuspend.
14025         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
14026         * include/signal.h: Declare __sigsuspend_nocancel.
14027         * sysdeps/posix/pause.c
14028         [! NO_CANCELLATION] (__pause_nocancel): New function.
14030         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
14031         * include/time.h (__nanosleep_nocancel): Likewise.
14033 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
14035         * locale/programs/localedef.c (add_to_readlist): Rename local
14036         variables to avoid confusion.
14038         * locale/programs/charmap.c (charmap_read): Emit error message if
14039         charmap couldn't be found or read.
14041 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
14043         * sysdeps/unix/sysv/linux/kernel-features.h: Define
14044         __ASSUME_FUTEX_LOCK_PI.
14045         * include/time.h: Declare __nanosleep_nocancel.
14046         * include/unistd.h: Declare __pause_nocancel.
14048         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
14049         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
14050         get the __stack_chk_fail_local definition when it's needed.
14052 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
14054         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
14055         * dlfcn/bug-atexit3.c: New file.
14056         * dlfcn/bug-atexit3-lib.cc: New file.
14058         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
14059         used when the namespace is not the base namespace.
14061 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
14063         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
14064         (__new_exitfn): Bump it in every successful call.
14065         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
14066         more exit handlers, call them right away.
14067         * stdlib/exit.h: Declare __new_exitfn_called.
14069 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
14071         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
14072         calling registered handler.
14074         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
14075         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14076         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14077         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14078         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14079         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14080         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14081         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14083 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
14085         * elf/dl-lookup.c (dl_new_hash): New functions.
14086         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
14087         value here.  Compute new-style hash value.  Pass new hash value
14088         and reference to variable with the old value to do_lookup_x.
14089         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
14090         old-style hash table.
14091         (_dl_debug_bindings): Pass new hash value and reference to variable
14092         with the old value to do_lookup_x.
14093         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
14094         new-style hash value and change old-style hash value parameter to
14095         be a reference.  Reoganize functions to determine whether
14096         new-style hash table is available.  Only fall back on old-style
14097         table.  If old-style hash value is needed, compute it here.
14098         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
14099         entry.
14100         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
14101         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
14102         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
14103         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
14104         * Makeconfig: If linker supports --hash-style option add it to all
14105         linker command lines to build DSOs.
14106         * config.make.in: Define have-hash-style.
14107         * configure.in: Test whether linker supports --hash-style option.
14109         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
14110         * sysdeps/generic/ldsodefs.h: Adjust prototype.
14112 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
14114         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
14115         auditing.
14117         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
14118         RPATH of main map twice.
14120 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
14122         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
14123         look further, return original strings.
14124         (_nl_find_msg): Do not return found translation if the conversion
14125         failed.  Either signal the string is unusable or that something went
14126         wrong and the original should be used.
14128 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
14130         * string/_strerror.c (__strerror_r): Add __builtin_expect.
14132 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
14134         [BZ #2766]
14135         * misc/insremque.c (insque): Handle prev == NULL.
14136         * misc/Makefile (tests): Add tst-insremque.
14137         * misc/tst-insremque.c: New test.
14139 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
14141         [BZ #2792]
14142         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
14143         conflict with DL_DST_REQUIRED.
14145 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
14147         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
14148         match what Solaris does.
14150 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
14152         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
14153         local_setegid instead of seteuid and setegid.
14154         * sysdeps/generic/local-setxid.h: New file.
14155         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
14157         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
14159         * string/Makefile (tests): Add bug-envz1.
14160         * string/bug-envz1.c: New file.
14162 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14164         * posix/regex_internal.c (re_string_skip_chars): If no character has
14165         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
14166         to the byte which couldn't be converted.
14167         (re_string_reconstruct): Don't clear valid_raw_len before calling
14168         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14169         tip_context using re_string_context_at.
14170         * posix/Makefile: Add rules to build and run bug-regex25 test.
14171         * posix/bug-regex25.c: New test.
14173 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
14175         [BZ #2703]
14176         * string/envz.c (envz_strip): Correct erroneously reversed src
14177         and dest parameters to memmove() invocation.
14179 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
14181         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
14182         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
14183         to make sure the database has been already invalidated.
14184         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
14185         after the cache has been invalidated.  Use pthread_mutex_lock rather
14186         than pthread_mutex_trylock if fd != -1.
14187         * nscd/connections.c (invalidate_cache): Add fd argument, write
14188         response to fd if not calling prune_cache, pass fd to prune_cache.
14189         (handle_request): Adjust invalidate_cache caller.
14190         (nscd_run): Pass -1 as fd to prune_cache.
14192 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
14194         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
14195         the correct place.
14197 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
14199         * nscd/nscd.h (struct database_dyn): Add prunelock field.
14200         * nscd/cache.c (prune_cache): Take prunelock before starting the
14201         work.  Just return in case it is already taken.
14202         * nscd/connections.c (dbs): Initialize .prunelock.
14204 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
14206         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
14207         copying.  No need to allocate new array for group members.  Just
14208         move the pointers and update the size.
14210         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
14211         Avoid memory leak in case realloc fails.  Simplification for
14212         better code generation.
14214         Avoid deprecation warning because of libc_hidden_proto for
14215         inet6_option_alloc.
14216         * inet/inet6_option.c (option_alloc): Renamed from
14217         inet6_option_alloc.  Made static.
14218         (inet6_option_alloc): Now a simple wrapper around option_alloc.
14219         (inet6_option_append): Call option_alloc.
14220         * include/netinet/in.h: Remove libc_hidden_proto for
14221         inet6_option_alloc.
14223         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
14224         for cleanup when cb!=NULL [Coverity CID 233].
14226 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
14228         [BZ #2693]
14229         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
14230         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
14231         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
14232         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
14233         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
14234         and inet6_rth_getaddr.
14235         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
14236         array.
14237         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
14238         Mark inet6_option_* interfaces as deprecated.
14239         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
14240         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
14241         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
14242         inet6_rth_segments, and inet6_rth_getaddr.
14243         * inet/inet6_opt.c: New file.
14244         * inet/inet6_rth.c: New file.
14246         * inet/netinet/icmp6.h: Pretty printing.
14248         [BZ #2683]
14249         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
14251 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
14253         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
14254         doing it all here.  When server does not know the answer do not
14255         fail immediate, try parent first.
14257         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
14258         overflow test.
14260 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
14262         * nis/nis_call.c (__prepare_niscall): New function.  Split out
14263         from __do_niscall.
14264         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
14265         and exported.
14266         (__follow_path): New function.  Split out from nis_list.
14267         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
14268         _xdr_nis_result.
14269         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
14270         _xdr_nis_result.
14271         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
14272         and __follow_path.
14273         * nis/Versions: Export __prepare_niscall, __create_ib_request,
14274         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
14275         from libnsl for version GLIBC_PRIVATE.
14276         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
14277         Remove entry parameter from _nss_nisplus_parse_pwent and
14278         _nss_nisplus_parse_grent.
14279         * nis/nss_nisplus/nisplus-parser.c: Likewise.
14280         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
14281         again.  Rewrite getpwent handling to not use nis_first_entry and
14282         nis_next_entry.  Roll out own niscall handling.
14283         * nis/nss_nisplus/nisplus-grp.c: Likewise.
14285         * sunrpc/xdr_rec.c: Fix typo in comment.
14287 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
14289         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
14290         handling.
14292         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
14293         to allocate memory for my_pollfd.  Better initialization of
14294         cb_is_running.  Use TEMP_FAILURE_RETRY.
14296         * malloc/memusage.sh (memusageso): Add quotes.
14297         (memusagestat): Likewise.
14298         * debug/xtrace.sh (pcprofileso): Likewise.
14299         (pcprofiledump): Likewise.
14300         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
14301         replacement.
14302         * malloc/Makefile ($(objpfx)memusage): Likewise.
14304         * nis/nis_callback.c (__nis_create_callback): Calls to
14305         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
14306         asprintf call fails.
14308         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
14309         no uninitialized memory is passed to sendto.
14311 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14313         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
14314         of snprintf+strdup.  Handle OOM.
14315         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
14316         cb->serv together.  Remove now obsolete free calls.
14317         (__nis_destroy_callback): Remove now obsolete free call.
14319 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
14321         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
14322         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
14323         and ULA respectively). Set precedence for IPv4 address to 10 as
14324         defined in RFC3484 for preferring IPv6.
14325         * posix/gai.conf: Update to match the new default tables.
14327 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
14329         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
14330         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
14331         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
14332         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
14334         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
14335         Removed.
14336         (init_nss_interface): Remove initialization of these variables.
14338 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14340         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
14341         nis_free_directory forward to avoid duplication.
14343 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
14345         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
14346         rec_dirsearch returning NULL.
14347         (first_shoot): Handle __nis_finddirectory returning NULL.
14348         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
14350         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
14351         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
14353 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
14355         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
14356         pid changed.
14358 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
14360         * include/rpc/pmap_prot.h: Mark all functions as hidden.
14362         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
14363         * nscd/nscd_getgr_r.c: Likewise.
14365         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
14367         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
14368         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
14370         * stdlib/longlong.h (__clz_tab): Mark as hidden.
14372         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
14374         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
14376         * include/rpc/auth.h: Mark xdr_des_block_internal and
14377         xdr_opaque_auth_internal as hidden.
14379         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
14380         hidden.
14382         * include/rpc/xdr.h: Mark all _internal functions as hidden.
14384         * misc/getusershell.c (okshells): Don't use static initializers,
14385         do it dynamically.
14387         * stdlib/fmtmsg.c (keywords): Change type of len element to
14388         uint32_t to not waste space on 64bit machines.
14390         * locale/setlocale.c: Change _nl_category_names into a string.
14391         Add new _nl_category_name_idxs.  Change all users.
14392         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
14393         Declare _nl_category_name_idxs.
14394         * locale/findlocale.c: Adjust for _nl_category_names change.
14395         * locale/loadlocale.c: Likewise.
14396         * locale/newlocale.c: Likewise.
14397         * intl/dcigettext.c: Likewise.
14399         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
14400         (add_alias2): ...here.  New function.
14401         (__gconv_read_conf): Simplify builtin alias handling.
14402         (builtin_aliases): Convert to string to avoid relocations.
14403         * iconv/gconv_builtin.h: Add comment about correct formatting.
14405 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
14407         * resolv/res_debug.c (loc_ntoa): Make error const.
14409 2006-05-14  Andreas Schwab  <schwab@suse.de>
14411         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
14413 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
14415         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
14416         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
14417         sizeof (cpu_set_t).
14419 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
14421         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
14423         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
14425         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
14426         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
14428         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
14429         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
14431         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
14432         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
14433         xdr_cback_data.
14435         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
14436         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14437         xdr_ypupdate_args.
14439         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
14440         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
14442         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
14443         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
14445         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
14446         * include/rpcsvc/nis_callback.h: New file.
14448         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
14449         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
14451         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14452         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14454         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
14455         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
14457         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14458         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14460         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
14461         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14462         xdr_ypdelete_args.
14464         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
14465         __BEGIN_DECLS and __END_DECLS, the header is not installed.
14467         * nis/nis_error.c: Remove table of strings.  Use position
14468         independent mechanism.
14469         * nis/nis_error.h: New file.
14471 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
14473         * locale/programs/ld-time.c (time_finish): If wide era name or
14474         format aren't provided, set both wname and wformat to L"".
14476 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14478         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
14479         results if the call was succesful.
14481         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
14483         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
14484         as hidden.
14486 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
14488         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
14490 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14492         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
14493         caller makes sure this is not the case.
14494         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
14496 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
14498         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
14499         calls.
14501         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
14502         [Coverity CID 229, 230]
14504         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
14505         DGETTEXT calls.
14506         (hol_help): Likewise.  [Coverity CID 226, 227]
14508         * string/argz-replace.c (__argz_replace): Unconditionally call
14509         free on SRC.  [Coverity CID 225]
14511         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
14512         the return value of __nis_default_owner and __nis_default_group,
14513         it has been especially allocated.  [Coverity CID 224]
14515         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
14516         searchgroup and searchowner.  Significantly simplified.
14517         (__nis_default_owner): Remove duplication.  Do not locally copy the
14518         string before duplicating it.
14519         (__nis_default_group): Likewise.
14521         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
14522         we must clear the variable before calling __nisfind_server.
14524         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
14525         nis_getnames.  [Coverity CID 223]
14527         * locale/programs/locfile.c (locfile_read): Use alloca instead of
14528         xmalloc to allocate local repertoire name.  [Coverity CID 222]
14530         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
14531         allocate memory for the input to add_bytes.  [Coverity CID 221]
14533         * posix/wordexp.c (w_addword): Free word if realloc fails and it
14534         was allocated here.  [Coverity CID 219, 220]
14536         * posix/getconf.c (print_all): Free confstr data after printing.
14537         [Coverity CID 218]
14539         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
14540         list allocation fails.  [Coverity CID 215]
14542         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
14543         [Coverity CID 213]
14545         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
14546         string is NULL.  [Coverity CID 212]
14547         * argp/Makefile: Add rules to build and run bug-argp1.
14548         * argp/bug-argp1.c: New file.
14550         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
14551         end of string.
14552         * stdlib/canonicalize.c (__realpath): Likewise.
14554         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
14555         pointer.  [Coverity CID 206]
14557         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
14558         in statically linked code.
14559         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
14560         statically built code, be prepared to have no link map.
14561         [Coverity CID 205]
14563         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
14564         dgettext calls. [Coverity CID 204]
14566         * argp/argp-help.c (struct uparams): Remove valid member.  Change
14567         the one user.
14568         (uparam_names): Reduce size.  Avoid relative relocations.
14569         Moved to read-only segment.
14570         (fill_in_uparams): Update for new layout.
14572         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
14573         assumed to always be != NULL. [Coverity CID 202]
14575         * argp/argp-help.c (hol_entry_help): Remove some dead code
14576         [Coverity CID 200].
14578         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
14579         away a few more unconditional yperr2nss calls.
14580         (_nss_nis_getservbyname_r): Likewise.
14582 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
14584         * sysdeps/generic/ldsodefs.h: Remove support for non-core
14585         architectures.
14587         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
14588         that unused memory passed to sendto is nevertheless initialized.
14590         [BZ #2499]
14591         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
14592         possibly unaligned memory accesses.
14594         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
14595         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
14596         and __putlong respectively.  Correct buffer overflow check for
14597         NS_NOTIFY_OP.
14599         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
14601         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
14602         (send_dg): Rewrite error handling to be more compact and avoid
14603         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
14605         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
14607         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
14608         instead of ns_get16.
14609         (res_queriesmatch): Likewise.  Minor optimization.
14611         [BZ #2499]
14612         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
14613         __libc_res_nsend might reallocate the buffer for the answer.  In
14614         this case we have to reload the HP pointer.
14616 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14618         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
14619         some branch prediction hints.
14621         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
14622         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14623         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14624         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14625         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14626         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14627         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14628         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14630 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14632         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
14633         by a GOT relocation to make Scrt1.o position independent.
14634         * sysdeps/s390/s390-64/elf/start.S: Likewise.
14636         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
14637         six system call parameters.
14638         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
14640 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14642         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
14643         malloc&bzero.
14645         * sunrpc/svc_udp.c (BZERO): Remove definition.
14646         (CALLOC): Define.
14647         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
14649         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
14650         (des_SPtrans): Use uint32_t type.
14651         (des_skb): Likewise.
14653         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
14655 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
14657         [BZ #2509]
14658         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
14659         on 32-bit arches.
14661 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14663         * locale/programs/ld-address.c (address_finish): Fix one more
14664         place where the iso639 array might be accessed beyond the limits.
14666 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
14668         * nis/nis_table.c (nis_list): Avoid clearing res twice before
14669         filling it for the first time.
14671         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
14672         Adjust all callers.
14673         Free res object content before returning.
14675         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
14677         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
14678         client->cl_auth.
14680         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
14681         cleanup for initial thread, just the free call on TVP.
14683         * nscd/gai.c (__getline): Define.
14686 See ChangeLog.16 for earlier changes.