Fix sysdeps/i386/i686/multiarch/memcmp-ssse3.S
[glibc.git] / ChangeLog
blob92b6a914b5d67549e7f7e9ac79d65fa25c643631
1 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
3         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Update %xmm3
4         when exit from loop.
6 2010-03-16  Andreas Schwab  <schwab@redhat.com>
8         * resolv/res_send.c (__libc_res_nsend): Fix printing of server
9         address in debug statement.
10         (send_dg): Pass correct buffer pointer to DprintQ.
12 2010-03-17  Ulrich Drepper  <drepper@redhat.com>
14         * libc-abis: Add a few more entries.
16 2010-03-16  Ulrich Drepper  <drepper@redhat.com>
18         * elf/dl-load.c (VALID_ELF_ABIVERSION): Add additional osabi parameter.
19         Not used here.
20         (open_verify): Modify for extended VALID_ELF_ABIVERSION macro
21         interface.
22         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_ABIVERSION): Add
23         additional osabi parameter.  Only acceept nonzero ABI versions if osabi
24         is Linux.
25         Fix includes.
26         (expected2): Don't explicitly initialize EI_ABIVERSION byte.
28         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_ABIVERSION): Update
29         definition to follow generic code.
31 2010-03-15  Ulrich Drepper  <drepper@redhat.com>
33         * posix/getconf.c: Update copyright year.
34         * nss/getent.c: Likewise.
35         * iconv/iconvconfig.c: Likewise.
36         * iconv/iconv_prog.c: Likewise.
37         * elf/ldconfig.c: Likewise.
38         * catgets/gencat.c: Likewise.
39         * csu/version.c: Likewise.
40         * elf/ldd.bash.in: Likewise.
41         * elf/sprof.c (print_version): Likewise.
42         * locale/programs/locale.c: Likewise.
43         * locale/programs/localedef.c: Likewise.
44         * nscd/nscd.c (print_version): Likewise.
45         * debug/xtrace.sh: Likewise.
46         * malloc/memusage.sh: Likewise.
47         * malloc/mtrace.pl: Likewise.
48         * debug/catchsegv.sh: Likewise.
50         * Makerules: Add rule for libc-abis.h.
51         * csu/version.c: Use LIBC_ABIS_STRING string if available.
52         * elf/dl-load.c (VALID_ELF_ABIVERSION): Check using LIBC_ABI_MAX.
53         (open_verify): Only check EI_ABIVERSION bytes using VALID_ELF_HEADER.
54         Add extra call to VALID_ELF_ABIVERSION.
56 2010-03-12  Ulrich Drepper  <drepper@redhat.com>
58         * sysdeps/unix/sysv/linux/sys/mount.h (UMOUNT_NOFOLLOW): Define.
60 2010-03-12  Andreas Schwab  <schwab@redhat.com>
62         * elf/dl-dst.h: Include "trusted-dirs.h".
63         (DL_DST_REQUIRED): Take $LIB into account.
65 2010-03-11  Roland McGrath  <roland@redhat.com>
67         * elf/elf.h (R_X86_64_GOT64, R_X86_64_GOTPCREL64): New macros.
68         (R_X86_64_GOTPC64, R_X86_64_GOTPLT64, R_X86_64_PLTOFF64): New macros.
70 2010-03-10  Luis Machado  <luisgpm@br.ibm.com>
72         * sysdeps/powerpc/powerpc64/power7/memcpy.S: New file.
73         * sysdeps/powerpc/powerpc32/power7/memcpy.S: New file.
75 2010-03-09  David S. Miller  <davem@davemloft.net>
77         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handling
78         of R_SPARC_TLS_LE_* needs to use 32-bit loads and stores, not
79         64-bit ones.
81         * sysdeps/sparc/sparc32/memcpy.S: Fix build.
83         * sysdeps/sparc/sparc32/strlen.S: Optimize.
84         * sysdeps/sparc/sparc64/strlen.S: Likewise.
85         * sysdeps/sparc/sparc32/sparcv9/strlen.S (ASI_PNF, ASI_BLK_P,
86         XCC): Delete definitions, not needed.
88 2010-03-07  Ulrich Drepper  <drepper@redhat.com>
90         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
91         Little follow-up patch from last change.
93 2010-03-06  Ulrich Drepper  <drepper@redhat.com>
95         * sysdeps/unix/sysv/linux/internal_statvfs.c: Handle ext4 and logfs.
96         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Add entry for logfs.
98 2010-02-18  Yann Droneaud  <yann@droneaud.fr>
100         * resolv/res_send.c: Fixed DEBUG statements.
101         Moved tmpbuf declaration to block beginning and
102         updated pointer names used in multiple DprintQ() calls
104 2010-02-18  H.J. Lu  <hongjiu.lu@intel.com>
106         * config.make.in (config-asflags-i686): Define.
107         * configure.in: Substitute libc_cv_as_i686.
108         * sysdeps/i386/configure.in: Check if assembler supports -mtune=i686.
109         * sysdeps/i386/i686/Makefile (CFLAGS-.oX): Add -Wa,-mtune=i686
110         if assembler supports -mtune=i686.
111         (ASFLAGS-.oX): Likewise.
113 2010-03-04  Ulrich Drepper  <drepper@redhat.com>
115         * elf/elf.h (R_X86_64_SIZE32): Define.
116         (R_X86_64_SIZE64): Define.
118 2010-03-02  Richard Guenther  <rguenther@suse.de>
120         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): R_X86_64_PC32
121         is sign-extending.
123 2010-03-03  Ulrich Drepper  <drepper@redhat.com>
125         * sysdeps/unix/sysv/linux/bits/in.h: Add a few more definitions from
126         the kernel headers.
128 2010-03-04  David S. Miller  <davem@davemloft.net>
130         * sysdeps/sparc/sparc64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
132         * sysdeps/sparc/sparc32/sparcv8/udiv_qrnnd.S: Delete.
133         * sysdeps/sparc/sparc32/udiv_qrnnd.S: Delete.
135 2010-03-03  David S. Miller  <davem@davemloft.net>
137         * math/math_private.h (INSERT_WORDS64): Fix argument order.
139 2010-03-03  Aurelien Jarno  <aurelien@aurel32.net>
141         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: New file.
143 2010-03-03  David S. Miller  <davem@davemloft.net>
145         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_lazy_rel): Must
146         pass '1' for 't' argument to sparc_fixup_plt.
147         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_lazy_rel):
148         Likewise.
149         * sysdeps/sparc/sparc32/dl-plt.h (OPCODE_BA_PT): Define.
150         (sparc_fixup_plt): Document 't' argument.  Enable branch
151         optimization and use v9 branches when possible.  Explain why we
152         cannot unconditionally patch the branch into the first PLT
153         instruction.
154         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Document 't'
155         argument.  Use v9 branches when possible.  Explain why we can in
156         fact unconditionally use a branch in the first PLT instruction
157         here.
159 2010-02-28  Roland McGrath  <roland@redhat.com>
161         * elf/elf.h (NT_X86_XSTATE): New macro.
163 2010-02-25  David S. Miller  <davem@davemloft.net>
165         * sysdeps/sparc/sparc64/Makefile: Add align-cpy rule.
166         * sysdeps/sparc/sparc64/align-cpy.S: New.
167         * sysdeps/sparc/sparc64/memcpy.S (__align_cpy_1, __align_cpy_2,
168         __align_cpy_4, __align_cpy_8, __align_cpy_16): Remove.
169         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (__align_cpy_1,
170         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
171         Remove.
172         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (__align_cpy_1,
173         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
174         Remove.
175         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (__align_cpy_1,
176         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
177         Remove.
179         * sysdeps/sparc/sparc32/bcopy.c: Delete.
180         * sysdeps/sparc/sparc32/memmove.c: Delete.
181         * sysdeps/sparc/sparc32/sparcv9/bcopy.c: Delete.
182         * sysdeps/sparc/sparc32/sparcv9/memmove.c: Delete.
183         * sysdeps/sparc/sparc64/bcopy.c: Delete.
184         * sysdeps/sparc/sparc64/memmove.c: Delete.
185         * sysdeps/sparc/sparc64/memcopy.h: New.
186         * sysdeps/sparc/sparc32/memcpy.S (bcopy, memmove): Remove.
187         * sysdeps/sparc/sparc64/memcpy.S (bcopy, memmove): Likewise.
188         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (bcopy, memmove): Likewise.
189         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (bcopy, memmove): Likewise.
190         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (bcopy, memmove): Likewise.
192         * sysdeps/sparc/elf/rtld-global-offsets.sym: New file.
193         * sysdeps/sparc/Makefile (csu): Add rtld-global-offsets.sym to
194         gen-as-const-headers.
195         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: New file.
196         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.S: New file.
197         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.S: New file.
198         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: Move to...
199         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-ultra3.S: ...here.
200         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: Move to...
201         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara1.S: ...here.
202         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: Move to...
203         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara1.S: ...here.
204         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: Move to...
205         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara2.S: ...here.
206         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: Removed.
207         * sysdeps/sparc/sparc64/multiarch/Makefile: New file.
208         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: Move to...
209         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: ...here.
210         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Move to...
211         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: ...here.
212         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Move to...
213         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: ...here.
214         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Move to...
215         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: ...here.
216         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: Removed.
217         * sysdeps/sparc/sparc64/multiarch/memcpy.S: New file.
218         * sysdeps/sparc/sparc64/multiarch/memset.S: New file.
220 2010-02-20  H.J. Lu  <hongjiu.lu@intel.com>
222         [BZ #11332]
223         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Use cfi_remember_state
224         and cfi_restore_state only if USE_AS_STRNCMP is defined.
226 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
228         * sysdeps/x86_64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
230 2010-02-24  H.J. Lu  <hongjiu.lu@intel.com>
232         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
233         (bk_write_less32bytes_2): Renamed to ...
234         (bk_write_less48bytes): This.
235         Use unsigned conditional jumps.
236         Correct unwind info.
237         Use add/sub instead of lea if possible.
238         (shl_0_gobble_cache_loop_tail): Removed.
239         (large_page): Properly adjust ECX.
241         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Use unsigned
242         conditional jumps.
243         Correct unwind info.
245         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Remove redundant
246         punpcklbw.
247         Use unsigned conditional jumps.
248         (128bytesormore_nt): Renamed to ...
249         (128bytesormore_endof_L1): This.
250         Use add instead of lea if possible.
251         Correct unwind info.
252         * sysdeps/i386/i686/multiarch/memset-sse2.S: Remove redundant
253         punpcklbw.
254         Use unsigned conditional jumps.
255         Use add instead of lea if possible.
256         Correct unwind info.
258 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
260         [BZ #11319]
261         * libio/iovdprintf.c (_IO_vdprintf): Explicitly flush stream before
262         undoing the stream because _IO_FINISH doesn't report failures.
264         [BZ #5553]
265         * malloc/malloc.c (public_vALLOc): Set ar_ptr when trying main_arena.
266         (public_pVALLOc): Likewise.
267         Patch by Petr Baudis.
269 2010-02-22  Jim Meyering  <meyering@redhat.com>
271         * manual/math.texi (BSD Random): Fix a typo: s/are/is/
273         * manual/charset.texi: Adjust grammar.
275         * manual/errno.texi (Error Messages): Fix doubled-words and typos.
276         * manual/charset.texi (Selecting the Conversion): Likewise.
277         * manual/getopt.texi (Getopt Long Options): Likewise.
278         * manual/memory.texi (Resizing the Data Segment): Likewise.
279         * manual/message.texi (GUI program problems): Likewise.
280         * manual/resource.texi (CPU Affinity): Likewise.
281         * manual/stdio.texi (Streams and Threads): Likewise.
282         * manual/time.texi (High Accuracy Clock): Likewise.
284 2009-02-20  David S. Miller  <davem@davemloft.net>
286         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
287         Adjust rela->r_offset by l->l_addr when rewriting PLT.
289         * sysdeps/sparc/sparc64/memchr.S: Use unsigned branch on greater to
290         test end of buffer.
292         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
293         (__makecontext): Adjust arg counter properly when copying arg
294         stack slots.
296 2009-02-20  Joseph Myers  <joseph@codesourcery.com>
298         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
299         Adjust rela->r_offset by l->l_addr when rewriting PLT.
301 2010-02-19  Carl Fredrik Hammar  <hammy.lite@gmail.com>
303         * hurd/hurdioctl.c (tiocsctty): Call `do_tiocsctty' instead of
304         non-existent `tiocsctty_port'.
306 2010-02-16  H.J. Lu  <hongjiu.lu@intel.com>
308         * sysdeps/i386/i686/multiarch/memcmp.S (memcmp): Use CPUID_OFFSET
309         instead of FEATURE_OFFSET.
310         * sysdeps/i386/i686/multiarch/strcmp.S (strcmp): Likewise.
312         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Add alignnments.
313         Fix one unwind info problem.
315         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S (less1bytes): Add CFI_POP.
317         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Simplify unwind info.
319 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
320             Ulrich Drepper  <drepper@redhat.com>
322         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Fix typo in unwind info.
323         Clean up a bit.
325 2010-02-17  Carl Fredrik Hammar  <hammy.lite@gmail.com>
327         * hurd/hurdioctl.c (tiocsctty): Only get FD ports, do work in...
328         (tiocsctty_port): ...this new function.
330         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): Cast to
331         `ioctl_handler_t'.
333 2010-02-15  Ulrich Drepper  <drepper@redhat.com>
335         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Fix unwind info.
336         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
337         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
338         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
340         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Don't fall through to
341         undefined code.
343 2010-02-12  H.J. Lu  <hongjiu.lu@intel.com>
345         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
346         strcmp-ssse3, strcmp-sse4, strncmp-c, strncmp-ssse3, strncmp-sse4,
347         memcmp-c, memcmp-ssse3, and memcmp-sse4.
348         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: New file.
349         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: New file.
350         * sysdeps/i386/i686/multiarch/memcmp.S: New file.
351         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: New file.
352         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: New file.
353         * sysdeps/i386/i686/multiarch/strcmp.S: New file.
354         * sysdeps/i386/i686/multiarch/strncmp-c.c: New file.
355         * sysdeps/i386/i686/multiarch/strncmp-sse4.S: New file.
356         * sysdeps/i386/i686/multiarch/strncmp-ssse3.S: New file.
357         * sysdeps/i386/i686/multiarch/strncmp.S: New file.
359 2010-02-12  Luis Machado  <luisgpm@br.ibm.com>
361         * sysdeps/powerpc/powerpc32/dl-machine.h: Removed old PPC_REL16 check.
362         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
363         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
364         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
365         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
366         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
367         * sysdeps/powerpc/powerpc32/configure.in: Fail if R_PPC_REL16
368         is not supported.
369         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
370         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
371         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
372         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
373         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
374         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Likewise.
375         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
376         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
377         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
378         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
379         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
380         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
381         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
382         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
383         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
384         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
385         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S:
387         Likewise.
388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
389         Likewise.
390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
391         Likewise.
392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
393         Likewise.
394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
396 2010-02-12  Alan Modra  <amodra@gmail.com>
398         * elf/tls-macros.h [__powerpc__] (__TLS_CALL_CLOBBERS): Remove r3.
399         Define and use for __powerpc64__ too.
400         [__powerpc__] (TLS_LD): Add r3 to clobbers.
401         [__powerpc__] (TLS_GD): Set asm output.  Make __result r3 reg.
402         [__powerpc64__] (TLS_GD): Make __result r3 reg.
403         [__powerpc64__] (TLS_IE): Relax output constraint.
405 2010-02-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
407         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Disable hardware
408         instructions cu21 and cu24.  Add well-formedness checking
409         parameter and adjust the software implementation.
410         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
412 2010-02-10  Ulrich Drepper  <drepper@redhat.com>
414         [BZ #11271]
415         * io/ftw.c (ftw_startup): Close descriptor for initial directory
416         after changing back to it.
418 2010-02-05  David S. Miller  <davem@davemloft.net>
420         * elf/elf.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define.
421         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle new
422         ifunc relocs.
423         (elf_machine_lazy_rel): Likewise.
424         (sparc_fixup_plt): Pull out to...
425         * sysdeps/sparc/sparc32/dl-plt.h: ...here.
426         * sysdeps/sparc/sparc32/dl-irel.h: New file.
427         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle new
428         ifunc relocs.
429         (elf_machine_lazy_rel): Likewise.
430         (sparc64_fixup_plt): Pull out to...
431         * sysdeps/sparc/sparc64/dl-plt.h: ...here.
432         * sysdeps/sparc/sparc64/dl-irel.h: New file.
434 2010-02-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
436         * elf/elf.h: Define m68k TLS relocations.
438 2010-02-10  Luis Machado  <luisgpm@br.ibm.com>
440         * sysdeps/powerpc/powerpc64/power7/Implies: Removed.
441         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Removed.
442         * sysdeps/powerpc/powerpc32/power7/Implies: Removed.
443         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: Removed.
444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Add
445         64-bit power7 fpu path.
446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Add
447         32-bit power7 fpu math.
449 2010-02-09  Ulrich Drepper  <drepper@redhat.com>
451         * sysdeps/i386/rshift.S: More compact unwind information.
453         * sysdeps/i386/lshift.S: Fix unwind information.
455 2010-02-08  Luis Machado  <luisgpm@br.ibm.com>
457         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: New file.
458         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: New file.
459         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnanf.S: New file.
460         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnanf.S: New file.
461         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: New file.
462         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: New file.
463         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinff.S: New file.
464         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinff.S: New file.
465         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: New file.
466         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: New file.
467         * sysdeps/powerpc/powerpc64/power7/fpu/s_finitef.S: New file.
468         * sysdeps/powerpc/powerpc32/power7/fpu/s_finitef.S: New file.
470 2010-02-08  Andreas Schwab  <schwab@redhat.com>
472         * include/fenv.h: Add hidden proto for fegetenv.
473         * math/fegetenv.c: Add hidden alias.
474         * sysdeps/i386/fpu/fegetenv.c: Likewise.
475         * sysdeps/ia64/fpu/fegetenv.c: Likewise.
476         * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
477         * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
478         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
479         * sysdeps/x86_64/fpu/fegetenv.c: Likewise
480         * sysdeps/s390/fpu/fegetenv.c: Likewise.  Remove unused headers.
482 2010-02-05  H.J. Lu  <hongjiu.lu@intel.com>
484         [BZ #11230]
485         * sysdeps/ia64/memchr.S: Don't read beyond the last byte
486         during recovery.
488 2010-01-26  Andreas Schwab  <schwab@redhat.com>
490         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: Use internal
491         interface.
492         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: Likewise.
493         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Declare internal
494         utmpx interface.
496         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
497         entry for 2.12.
499 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
501         [BZ #11235]
502         * sysdeps/unix/sysv/linux/sys/mount.h: Remove S_WRITE, S_APPEND,
503         S_IMMUTABLE.  Add MS_DIRSYNC, MS_MOVE, MS_SILENT, MS_REC,
504         MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED,
505         MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION, MS_STRICTATIME,
506         MS_ACTIVE, and MS_NOUSER.
507         (MS_RMT_MASK): Update according to current kernels.
509         [BZ #11242]
510         * misc/getusershell.c (initshells): Allocate one more byte in input
511         buffer so that fgets doesn't loop undefinitely.
513 2010-02-02  Ulrich Drepper  <drepper@redhat.com>
515         * stdlib/setenv.c (__add_to_environ): Don't use alloca if
516         __libc_use_alloca tells us not to.  Fix memory leak in an error
517         situation.  Based partially on patch by Jim Meyering.
519 2010-01-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
521         * sysdeps/mach/getsysstats.c (get_nprocs_conf, get_nprocs,
522         get_phys_pages, get_avphys_pages): Add weak aliases.
524 2010-01-25  Andreas Schwab  <schwab@redhat.com>
526         * iconv/iconv_prog.c (write_output): Fix check for open failure.
528 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
530         [BZ #11200]
531         * locale/loadlocale.c (_nl_load_locale): Fix recognition of genuine
532         mmap resource problem.  Patch by Joe Landers <jlanders@vmware.com>.
534 2010-01-22  Jim Meyering  <jim@meyering.net>
536         [BZ #11193]
537         * posix/regexec.c (extend_buffers): Avoid overflow in realloc
538         buffer length computation.
540         [BZ #11192]
541         * posix/regexec.c (re_copy_regs): Don't leak when allocation
542         of the start buffer succeeds but allocation of the "end" one fails.
544         [BZ #11191]
545         * posix/regexec.c (re_search_2_stub): Check for overflow
546         when adding the sizes of the two strings.
548         [BZ #11190]
549         * posix/regexec.c (re_search_internal): Avoid overflow
550         in computing re_malloc buffer size.
552         [BZ #11189]
553         * posix/regexec.c (prune_impossible_nodes): Avoid overflow
554         in computing re_malloc buffer size.
556         [BZ #11188]
557         * posix/regexec.c (build_trtable): Avoid arithmetic overflow
558         in size calculation.
560         [BZ #11187]
561         * posix/regexec.c (re_search_2_stub): Use simpler method than
562         boolean for freeing internal storage.
564 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
566         * posix/regex_internal.c (re_string_skip_chars): Simplify test for
567         failed mbrtowc call.
569 2010-01-22  Jim Meyering  <jim@meyering.net>
571         [BZ #11186]
572         * posix/regex_internal.c (re_string_skip_chars): Don't assume WEOF
573         fits in wchar_t.  Problem reported by Eric Blake.
575         [BZ #11185]
576         * posix/regex_internal.c (re_string_reconstruct): Remove declaration
577         and stores into set-but-not-used local, "q".
579         [BZ #11184]
580         * posix/regex_internal.c (re_dfa_add_node): Extend the overflow
581         detection test.  Patch by Paul Eggert.
583         [BZ #11183]
584         * posix/regex_internal.c (re_string_realloc_buffers):
585         Detect and handle internal overflow.  Patch by Paul Eggert
587 2010-01-20  Andreas Schwab  <schwab@redhat.com>
589         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c
590         (CHECK_SP): Fix check for alternate stack.
591         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c
592         (CHECK_SP): Likewise.
594 2010-01-19  H.J. Lu  <hongjiu.lu@intel.com>
596         * sysdeps/i386/i686/multiarch/memmove.S: Also check
597         bit_Fast_Rep_String when SHARED isn't defined.
599 2010-01-19  Ulrich Drepper  <drepper@redhat.com>
601         [BZ #11194]
602         * misc/bits/syslog.h (syslog, vsyslog): Remove unnecessary return.
604 2010-01-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
606         * sysdeps/mach/hurd/bits/libc-lock.h
607         (__rtld_lock_recursive_t): New type.
608         (__rtld_lock_initialize): New macro.
610 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
612         * sysdeps/powerpc/powerpc32/cell/memcpy.S: New file.
613         * sysdeps/powerpc/powerpc64/cell/memcpy.S: New file.
614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/fpu/Implies: New file.
615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: New file.
617 2010-01-18  Andreas Schwab  <schwab@redhat.com>
619         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Remove duplicate
620         definitions of O_DSYNC and O_RSYNC.
622         * elf/dynamic-link.h (elf_get_dynamic_info): Use correct type when
623         casting d_tag.
625         * elf/dynamic-link.h (elf_get_dynamic_info): Ignore negative
626         dynamic entry types.
628 2010-01-16  Jakub Jelinek  <jakub@redhat.com>
630         * sysdeps/ieee754/ldbl-128/s_ceill.c (huge): Add L suffix to the
631         constant.
632         * sysdeps/ieee754/ldbl-128/s_floorl.c (huge): Likewise.
633         * sysdeps/ieee754/ldbl-128/s_expm1l.c (big): Decrease to avoid
634         overflow.
635         * sysdeps/ieee754/ldbl-128/s_log1pl.c (big): Remove unused variable.
637         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf): Use
638         math_opt_barrier and math_force_eval macros.
640 2010-01-15  Ulrich Drepper  <drepper@redhat.com>
642         * posix/regcomp.c: Fix a few more cases of ignored return values.
643         * posix/regex_internal.c: Likewise.
644         * posix/regexec.c: Likewise.
646         * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be
647         used without _XOPEN_SOURCE.  Don't base any decisions on this macro
648         if _XOPEN_SOURCE is not defined as well.
650 2010-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
652         * sysdeps/s390/s390-32/elf/start.S (_start): Added check for the
653         high gprs kernel facility.
654         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_matches_host):
655         Added high gprs check for DSOs.
656         * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the
657         new elf header flag.
659 2010-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
661         * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
662         dl_main.
663         * elf/dl-open.c (_dl_sysdep_start): Likewise..
664         * sysdeps/generic/ldsodefs.h (_dl_sysdep_start): Likewise.
665         * elf/rtld.c (dl_main): Added new parameter auxv.  Adjust the
666         AT_PHDR, AT_PHNUM and AT_ENTRY fields if the ld.so is directly
667         started.
669 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
671         [BZ #11027]
672         * sysdeps/generic/netinet/ip.h: Define IPTOS_CLASS_* macros according
673         to RFC 2474.
674         Patch by Philip Prindeville <philipp@redfish-solutions.com>.
676         [BZ #11141]
677         * resolv/res_send.c (reopen): Don't use IPv6 sockets for IPv4
678         addresses.
680         [BZ #11127]
681         * posix/regcomp.c (alc_eclosure_iter): Do not ignore
682         re_node_set_insert failure; return REG_ESPACE.
683         Patch by Paul Eggert.
685         * bits/confname.h: Make pre-C99-safe.
687 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
689         * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
690         $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o
691         files are found by GCC.
693 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
695         * posix/unistd.h: Relax conditions for ualarm, usleep, getwd, vfork,
696         brk, and sbrk.
698         * string/strings.h: Relax condition for bcmp, bcopy, bzero, ffs,
699         index, and rindex.
701         * stdlib/stdlib.h: Relax conditions for *cvt functions and valloc.
703         * Versions.def: Add GLIBC_2.12 for libpthread.
705         [BZ #11126]
706         * malloc/malloc.c (malloc_info): Initialize malloc if not already
707         done.  Handle empty bin lists.
709         * posix/unistd.h: Change getpagesize and getdtablesize declaration
710         visibility some more.
712         * resolv/netdb.h: Relax condition to elide obsolete resolver constants.
714         * posix/unistd.h: Declare getpagesize in _GNU_SOURCE mode.
716         [BZ #11120]
717         * sysdeps/x86_64/strcmp.S: Prevent silent errors should strncmp be
718         needed outside libc.
720 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
722         * stdlib/stdlib.h: Parameter of unsetenv must not be NULL.
724 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
726         * sysdeps/x86_64/multiarch/strlen.S: Unroll the loop.
728 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
730         * stdlib/stdlib.h: Be a bit more relaxed about obsoleted mktemp symbol.
732 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
734         * conform/data/complex.h-data: Test for POSIX2008.
736         * conform/data/ctype.h-data: Fix POSIX testing.
738         * conform/data/dirent.h-data: ino_t only needed for XSI.
740         * grp/grp.h: Declare getgrent and endgrent for XPG7.
742         * conform/data/inttypes.h-data: Use same types as the headers.
744         * resolv/netdb.h: Don't define old resolver macros for XPG7.
746         * conform/data/sys/uio.h-data: Don't exclude POSIX2008.
748         * conform/conformtest.pl: Implement tag for allow-header.
749         Fix newline handling in allow-header implementation.
751         * conform/data/time.h-data: Use allow-header instead of duplicating
752         information.
754         * conform/data/time.h-data: Allow sigevent tag.
756         * posix/sched.h: Define time_t and pid_t for XPG7.
758 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
760         * sysdeps/i386/i686/bcopy.S: New file.
762         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Define.
764         * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Use ENTRY_CHK
765         and END_CHK.
766         * sysdeps/i386/i686/memmove.S (__memmove_chk): Likewise.
767         * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
768         * sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
770         * sysdeps/i386/i686/memmove.S: Support USE_AS_BCOPY.
772         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
773         bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3
774         memcpy-ssse3-rep mempcpy-ssse3-rep memmove-ssse3-rep
775         bcopy-ssse3 bcopy-ssse3-rep memset-sse2-rep bzero-sse2-rep
776         * sysdeps/i386/i686/multiarch/bcopy-ssse3-rep.S: New file.
777         * sysdeps/i386/i686/multiarch/bcopy-ssse3.S: New file.
778         * sysdeps/i386/i686/multiarch/bcopy.S: New file.
779         * sysdeps/i386/i686/multiarch/bzero-sse2-rep.S: New file.
780         * sysdeps/i386/i686/multiarch/bzero-sse2.S: New file.
781         * sysdeps/i386/i686/multiarch/bzero.S: New file.
782         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: New file.
783         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: New file.
784         * sysdeps/i386/i686/multiarch/memcpy.S: New file.
785         * sysdeps/i386/i686/multiarch/memcpy_chk.S: New file.
786         * sysdeps/i386/i686/multiarch/memmove-ssse3-rep.S: New file.
787         * sysdeps/i386/i686/multiarch/memmove-ssse3.S: New file.
788         * sysdeps/i386/i686/multiarch/memmove.S: New file.
789         * sysdeps/i386/i686/multiarch/memmove_chk.S: New file.
790         * sysdeps/i386/i686/multiarch/mempcpy-ssse3-rep.S: New file.
791         * sysdeps/i386/i686/multiarch/mempcpy-ssse3.S: New file.
792         * sysdeps/i386/i686/multiarch/mempcpy.S: New file.
793         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: New file.
794         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: New file.
795         * sysdeps/i386/i686/multiarch/memset-sse2.S: New file.
796         * sysdeps/i386/i686/multiarch/memset.S: New file.
797         * sysdeps/i386/i686/multiarch/memset_chk.S: New file.
799         * sysdeps/i386/sysdep.h (ENTRY_CHK): New.
800         (END_CHK): Likewise.
802         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Add
803         FEATURE_OFFSET, FEATURE_SIZE and FEATURE_INDEX_1.
804         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
806         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add entries
807         for 0x0e and 0x80.
808         (__x86_64_data_cache_size): New.
809         (init_cacheinfo): Set __x86_64_data_cache_size.
811         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Turn
812         on bit_Fast_Rep_String for Intel Core i7.
814         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Rep_String): New.
815         (index_Fast_Rep_String): Likewise.
816         (FEATURE_INDEX_1): Likewise.
817         (FEATURE_INDEX_MAX): Likewise.
818         (cpu_features): Add feature.
820 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
822         * conform/data/sys/select.h-data: Fix up for XPG7.
824 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
826         * posix/sys/wait.h: Don't define W* macros etc. if
827         stdlib.h has been included with _POSIX_C_SOURCE >= 200809L.
829 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
831         * io/sys/stat.h: Declare fchmod for XPG7.
832         * conform/data/sys/stat.h-data: Fix up for XPG7.
834         * termios/termios.h: Define pid_t for XPG7.
836         * conform/data/math.h-data: Fix up for XPG6 and XPG7.
837         * conform/data/tgmath.h-data: Likewise.
839         * conform/data/time.h-data: Fix POSIX tests.
841         * conform/data/wchar.h-data: Fix up XPG7 tests.
843         * include/features.h: Fix __USE_ISOC95 handling.
845         * conform/data/wordexp.h-data: Fix typo in last change.
847         * conform/data/unistd.h-data: Fix up older POSIX tests.
849         * stdlib/stdlib.h: Fix handling symbols removed in XPG7.
850         * posix/unistd.h: Likewise.
852         * posix/unistd.h: Include environments.h also for XPG6 and up.
853         Define intptr_t for XPG6 and up.
854         Fix up for XPG7.
855         * conform/data/unistd.h-data: Fix up for XPG6 and XPG7.
857         * conform/data/sys/types.h-data: Fix up for XPG7.
859         * sysdeps/unix/bsd/bits/stat.h: Fix double-inclusion problem.
860         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
861         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
862         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
863         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
864         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
865         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
866         * sysdeps/unix/sysv/bits/stat.h: Likewise.
867         * sysdeps/mach/hurd/bits/stat.h: Likewise.
869         * bits/confname.h: Fix typo in last change.
871         * conform/data/unistd.h-data: lockf-constants Not needed for POSIX.
873 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
875         * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER,
876         and SA_RESETHAND now available in Base.
877         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
878         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
879         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
880         * conform/data/signal.h-data: Update for XPG7.
882         * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7.
884         * string/strings.h: Don't declare obsolete functions for XPG7.
885         Declare ffs only for XSI.
886         * conform/data/strings.h-data: Update for XPG7.
888 2010-01-10  Jakub Jelinek  <jakub@redhat.com>
890         [BZ #11125]
891         * libio/stdio.h: Define va_list, off_t, and ssize_t.
893         * posix/glob.h: Define size_t.
895         * posix/sys/wait.h: Define idtype_t and declare waitid for XPG7.
897         * signal/signal.h: Define size_t, mcontext_t, and ucontext_t for XPG7.
899 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
901         * conform/conformtest.pl: For XPG7 testing the headers are supposed to
902         be self-contained.
904         * conform/data/stdio.h-data: Expect off_t and ssize_t.
906 2010-01-09  Ulrich Drepper  <drepper@redhat.com>
908         * libio/stdio.h: Define va_list also for XPG7.
910         * conform/conformtest.pl: Update for XPG7 and some bug fixes.
911         * conform/data/ctype.h-data: Likewise.
912         * conform/data/dirent.h-data: Likewise.
913         * conform/data/errno.h-data: Likewise.
914         * conform/data/fcntl.h-data: Likewise.
915         * conform/data/fmtmsg.h-data: Likewise.
916         * conform/data/fnmatch.h-data: Likewise.
917         * conform/data/ftw.h-data: Likewise.
918         * conform/data/glob.h-data: Likewise.
919         * conform/data/grp.h-data: Likewise.
920         * conform/data/iconv.h-data: Likewise.
921         * conform/data/langinfo.h-data: Likewise.
922         * conform/data/libgen.h-data: Likewise.
923         * conform/data/limits.h-data: Likewise.
924         * conform/data/locale.h-data: Likewise.
925         * conform/data/math.h-data: Likewise.
926         * conform/data/monetary.h-data: Likewise.
927         * conform/data/mqueue.h-data: Likewise.
928         * conform/data/ndbm.h-data: Likewise.
929         * conform/data/netdb.h-data: Likewise.
930         * conform/data/pthread.h-data: Likewise.
931         * conform/data/pwd.h-data: Likewise.
932         * conform/data/regex.h-data: Likewise.
933         * conform/data/sched.h-data: Likewise.
934         * conform/data/search.h-data: Likewise.
935         * conform/data/semaphore.h-data: Likewise.
936         * conform/data/setjmp.h-data: Likewise.
937         * conform/data/signal.h-data: Likewise.
938         * conform/data/spawn.h-data: Likewise.
939         * conform/data/stdio.h-data: Likewise.
940         * conform/data/stdlib.h-data: Likewise.
941         * conform/data/string.h-data: Likewise.
942         * conform/data/strings.h-data: Likewise.
943         * conform/data/sys/ipc.h-data: Likewise.
944         * conform/data/sys/msg.h-data: Likewise.
945         * conform/data/sys/resource.h-data: Likewise.
946         * conform/data/sys/sem.h-data: Likewise.
947         * conform/data/sys/shm.h-data: Likewise.
948         * conform/data/sys/socket.h-data: Likewise.
949         * conform/data/sys/stat.h-data: Likewise.
950         * conform/data/sys/time.h-data: Likewise.
951         * conform/data/sys/types.h-data: Likewise.
952         * conform/data/sys/uio.h-data: Likewise.
953         * conform/data/sys/wait.h-data: Likewise.
954         * conform/data/syslog.h-data: Likewise.
955         * conform/data/tar.h-data: Likewise.
956         * conform/data/termios.h-data: Likewise.
957         * conform/data/time.h-data: Likewise.
958         * conform/data/ulimit.h-data: Likewise.
959         * conform/data/unistd.h-data: Likewise.
960         * conform/data/utmpx.h-data: Likewise.
961         * conform/data/wchar.h-data: Likewise.
962         * conform/data/wctype.h-data: Likewise.
963         * conform/data/wordexp.h-data: Likewise.
965         * io/fcntl.h: Define mode_t macros instead of including sys/stat.h.
966         * sysdeps/unix/bsd/bits/stat.h: Enable using from fcntl.h.
967         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
968         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
969         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
970         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
971         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
972         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
973         * sysdeps/unix/sysv/bits/stat.h: Likewise.
974         * sysdeps/mach/hurd/bits/stat.h: Likewise.
976         * stdlib/stdlib.h: Define wait-related bits for XPG7.
977         Don't declare valloc, mktemp, ecvt, fcvt, gcvt for XPG6 and  up.
978         Declare mkstemp and getsubopt for XPG7.
979         Declare posix_openpt for XPG6 XSI.
981         * include/features.h: Define __USE_XOPEN2KXSI for _XOPEN_SOURCE >= 600
982         and __USE_XOPEN2K8XSI for _XOPEN_SOURCE >= 700.
984         * string/string.h: Declare strdup for XPG7.
986 2010-01-08  Ulrich Drepper  <drepper@redhat.com>
988         * bits/confname.h: Define _CS_V6_ENV and _CS_V7_ENV.
989         * posix/confstr.c: Implement _CS_V6_ENV and _CS_V7_ENV.
991         * dirent/dirent.h: Really fix feature selection.
993         * locale/localeinfo.h: Rename struct locale_data to __locale_data.
994         Fix all users.
995         * locale/C-address.c: Fix all users.
996         * locale/C-collate.c: Likewise.
997         * locale/C-ctype.c: Likewise.
998         * locale/C-identification.c: Likewise.
999         * locale/C-measurement.c: Likewise.
1000         * locale/C-messages.c: Likewise.
1001         * locale/C-monetary.c: Likewise.
1002         * locale/C-name.c: Likewise.
1003         * locale/C-numeric.c: Likewise.
1004         * locale/C-paper.c: Likewise.
1005         * locale/C-telephone.c: Likewise.
1006         * locale/C-time.c: Likewise.
1007         * locale/findlocale.c: Likewise.
1008         * locale/global-locale.c: Likewise.
1009         * locale/loadarchive.c: Likewise.
1010         * locale/loadlocale.c: Likewise.
1011         * locale/nl_langinfo_l.c: Likewise.
1012         * locale/setlocale.c: Likewise.
1013         * locale/xlocale.c: Likewise.
1014         * locale/xlocale.h: Likewise.
1015         * stdio-common/vfscanf.c: Likewise.
1016         * stdlib/strfmon_l.c: Likewise.
1017         * stdlib/strtod_l.c: Likewise.
1018         * stdlib/strtol_l.c: Likewise.
1019         * string/strcoll_l.c: Likewise.
1020         * string/strxfrm_l.c: Likewise.
1021         * time/alt_digit.c: Likewise.
1022         * time/asctime.c: Likewise.
1023         * time/era.c: Likewise.
1024         * time/lc-time-cleanup.c: Likewise.
1025         * time/strftime_l.c: Likewise.
1026         * time/strptime_l.c: Likewise.
1027         * wcsmbs/wcsmbsload.c: Likewise.
1028         * wcsmbs/wcsmbsload.h: Likewise.
1030         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define O_DIRECTORY,
1031         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN
1032         for XPG7.
1033         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1034         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1035         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1036         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1037         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1038         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1040 2010-01-07  Roland McGrath  <roland@redhat.com>
1042         * elf/elf.h (PN_XNUM): New macro.
1044         * elf/dl-sysdep.c (_dl_important_hwcaps): Use NT_GNU_HWCAP instead of
1045         literal 2.
1047 2010-01-06  Ulrich Drepper  <drepper@redhat.com>
1049         * dirent/dirent.h: Fix typo in feature selection macro use.
1051 2009-12-15  Maciej W. Rozycki  <macro@codesourcery.com>
1053         [BZ #11115]
1054         * stdlib/tst-makecontext3.c: New file.
1055         * stdlib/Makefile (tests): Add new test.
1057         * stdlib/tst-setcontext.c (check_called): Fix a typo.
1059 2009-12-17  H.J. Lu  <hongjiu.lu@intel.com>
1061         * configure.in: Enable multi-arch by default if the assembler
1062         supports gnu_indirect_function symbol type and the architecture
1063         supports it.
1065 2009-12-23  Ulrich Drepper  <drepper@redhat.com>
1067         * include/stdlib.h: Exclude some includes and prototypes if _ISOMAC
1068         is defined.
1070 2009-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1072         * hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
1073         MACH_PORT_NULL when id != cttyid.
1075 2009-12-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1077         * sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
1078         __mach_port_deallocate on rootdevid.
1080 2009-12-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1082         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Handle
1083         R_390_PC32DBL. Remove unneeded R_390_PLT16DBL.
1084         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
1085         unneeded R_390_PLT16DBL and R_390_PLT32DBL.
1087 2009-12-21  Ulrich Drepper  <drepper@redhat.com>
1089         [BZ #10992]
1090         * sysdeps/unix/sysv/linux/futimens.c: Handle AT_FDCWD.
1091         Patch by Eric Blake <ebb9@byu.net>.
1093 2009-12-15  Ulrich Drepper  <drepper@redhat.com>
1095         [BZ #11093]
1096         * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and
1097         POLLWRBAND also for POSIX 2008.
1098         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
1099         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
1101         * include/link.h (struct link_map): Move l_used into its own word.
1102         * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is
1103         still zero.
1104         * elf/dl-object.c (_dl_new_object): Set dl_used if we know it is
1105         never really used.
1107 2009-12-13  H.J. Lu  <hongjiu.lu@intel.com>
1109         * sysdeps/i386/i686/multiarch/strcspn.S Include <init-arch.h>
1110         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
1111         check processor feature.
1112         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1113         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1114         * sysdeps/x86_64/multiarch/init-arch.h (bit_SSE2): New definition.
1115         (index_SSE2): Likewise.
1117 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
1119         * sysdeps/x86_64/multiarch/init-arch.h: Include <ifunc-defines.h>
1120         if __ASSEMBLER__ is defined.
1121         (bit_SSSE3): New.  Defined for __ASSEMBLER__.
1122         (bit_SSE4_2): Likewise.
1123         (index_SSSE3): Likewise.
1124         (index_SSE4_2): Likewise.
1125         * sysdeps/x86_64/multiarch/rawmemchr.S: Include <init-arch.h>
1126         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
1127         check processor feature.
1128         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1129         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1130         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1131         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1132         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
1133         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
1134         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1136 2009-12-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1138         * sysdeps/sh/elf/initfini.c: Update according to generic/initfini.c.
1140 2009-12-01  Mike Frysinger  <vapier@gentoo.org>
1142         * sysdeps/sh/sh4/fpu/fpu_control.h (__set_fpscr): New prototype.
1144 2009-12-11  Ulrich Drepper  <drepper@redhat.com>
1146         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
1147         O_DSYNC to match 2.6.33+ kernels.
1148         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1149         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1150         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1151         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1152         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1153         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1155 2009-12-10  Ulrich Drepper  <drepper@redhat.com>
1157         [BZ #11000]
1158         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Always set
1159         *herrnop before returning.
1160         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r):
1161         Likewise.
1162         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): Handle
1163         TRYAGAIN errors separately.
1164         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix error handling of
1165         *name4_r after functions.
1167 2009-12-09  Ulrich Drepper  <drepper@redhat.com>
1169         [BZ #11046]
1170         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Fix kernel
1171         version check.
1173 2009-11-05  Bruno Haible  <bruno@clisp.org>
1175         [BZ #11056]
1176         * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the
1177         argv argument as non-NULL.
1178         (execle, execl, execlp): Mark the first ARG argument as non-NULL.
1180 -2009-12-08  Ulrich Drepper  <drepper@redhat.com>
1182         * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare
1183         recvmmsg.
1184         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for recvmmsg.
1185         * sysdeps/unix/sysv/linux/Versions: Add recvmmsg for GLIBC_2.12.
1187 2009-12-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1189         * sysdeps/s390/s390-64/dl-trampoline.S: Add CFI for the call saved
1190         registers.
1191         * sysdeps/s390/s390-32/dl-trampoline.S: Likewise.
1192         * sysdeps/s390/s390-32/s390-mcount.S: Add CFI.
1193         * sysdeps/s390/s390-64/s390x-mcount.S: Add CFI.
1195 2009-11-30  Ulrich Drepper  <drepper@redhat.com>
1197         * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_IDLE and
1198         SCHED_RESET_ON_FORK.
1200 2009-11-26  Ulrich Drepper  <drepper@redhat.com>
1202         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
1203         only used on truly ancient kernel if configuration requires a more
1204         recent kernel.
1206 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
1208         [BZ #3662]
1209         * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r.
1210         Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>.
1212         * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
1213         pass it on to __ptsname_internal.
1214         (grantpt): Pass stat64 pointer to pts_name.  Remove stat call here.
1215         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): New function.
1216         All the code from __ptsname_r but take additional parameter.  Use that
1217         instead of pointer to local stat64 variable.
1218         (__ptsname_r): Call __ptsname_internal with pointer to local stat64
1219         variable.
1220         * include/stdlib.h: Declare __ptsname_internal.
1222         * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
1223         before the exec.
1224         * sysdeps/unix/sysv/linux/grantpt.c: New file.
1225         * login/programs/pt_chown.c (main): Don't print message on errors
1226         when doing real work.
1228         * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
1229         once.
1231         * csu/elf-init.c (__libc_csu_irel): New function.  Code to perform
1232         irel relocations split out from...
1233         (__libc_csu_init): ...here.
1234         * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
1236 2009-11-23  Andreas Schwab  <schwab@redhat.com>
1238         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
1239         for timestamps also if __USE_XOPEN2K8.
1240         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1241         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1242         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1243         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1245 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
1247         * nscd/connections.c (restart): Try harder to re-exec.
1249         * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
1251         * sysdeps/unix/sysv/linux/ntp_gettimex.c:  New file.
1252         * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
1253         * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
1254         * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
1255         some placeholders.  Redirect ntp_gettime to ntp_gettimex.
1256         * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
1258         * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
1259         Define.
1260         (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
1262 2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>
1264         [BZ #10162]
1265         * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
1266         than software pipeline.  Properly recover from shorter read.
1268 2009-11-19  Ulrich Drepper  <drepper@redhat.com>
1270         [BZ #10958]
1271         * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
1272         initialized before using it.
1273         (_IO_putwc_unlocked): Likewise.
1275         [BZ #10918]
1276         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
1277         in cast to not throw away const-ness of parameters.
1278         (__CPU_EQUAL_S): Likewise.
1279         (__CPU_OP_S): Likewise.
1281         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
1282         F_OWNER_PGRP and mark F_OWNER_GID obsolete.  The kernel people made
1283         this gratuitous change and we have to keep compatibility.
1284         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1285         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1286         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1287         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1288         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1289         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1291 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1293         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
1294         of parameters of sync_file_range.
1295         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1296         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1297         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1298         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1299         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1300         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1302 2009-11-16  Jakub Jelinek  <jakub@redhat.com>
1304         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
1305         Implement using sync_file_range2 syscall if __NR_sync_file_range2
1306         is defined.
1307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
1308         file.
1310 2009-11-17  Paolo Bonzini  <bonzini@gnu.org>
1312         * posix/bug-regex30.c: New file.
1313         * posix/Makefile: Add rules to build and run bug-regex30.
1314         * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
1315         character lead bytes when there is a range in a COMPLEX_BRACKET.
1316         Reported by Oleg Bylatov.
1318 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1320         [BZ #10969]
1321         * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
1322         * locale/tst-duplocale.c: New file.
1323         * locale/Makefile (tests): Add tst-duplocale.
1325         [BZ #10968]
1326         * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
1327         Patch by Bruno Haible <bruno@clisp.org>.
1328         * locale/tst-locname.c: New file.
1329         * locale/Makefile (tests): Add tst-locname.
1331         [BZ #10972]
1332         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
1333         constants from recent kernels.
1334         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1335         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
1336         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
1337         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
1338         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
1339         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
1341 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
1343         [BZ #10162]
1344         * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
1345         software pipeline.
1347 2009-11-09  Mike Frysinger  <vapier@gentoo.org>
1349         * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
1350         (fallocate): Return ENOSYS if __NR_fallocate is not defined.
1351         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
1353 2009-11-06  Mike Frysinger  <vapier@gentoo.org>
1355         * posix/bug-regex29.c: Include stdio.h.
1357 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
1359         [BZ #10939]
1360         * Versions.def: Define GLIBC_2.12 for libc.
1361         * manual/errno.texi: Add ERFKILL entry.
1362         * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
1363         for 2.12.
1364         * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
1365         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
1367         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
1368         F_GETOWN_EX definitions according to corrected kernel definitions.
1369         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1370         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1371         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1372         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1373         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1374         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1376 2009-11-12  Ulrich Drepper  <drepper@redhat.com>
1378         * version.h: Bump for 2.12 development.
1380 2009-11-10  Andreas Schwab  <schwab@redhat.com>
1382         * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
1383         out of buffer space.
1384         * resolv/nss_dns/dns-host.c (getanswer_r): Check for
1385         map_v4v6_hostent running out of space.
1387 2009-11-10  Ulrich Drepper  <drepper@redhat.com>
1389         * string/bits/string3.h (memset): If the second parameter is constant
1390         and zero there is likely no transposition.
1391         Patch by Caolan McNamara <caolanm@redhat.com.
1393 2009-11-04  Philippe De Muyter  <phdm@macqel.be>
1395         * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
1396         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1398 2009-10-30  Holger Hans Peter Freyther  <zecke@selfish.org>
1400         * malloc/memusagestat.c (main): Fix spelling in an error message.
1402 2009-11-01  H.J. Lu  <hongjiu.lu@intel.com>
1404         * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
1405         * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
1407 2009-11-03  Andreas Schwab  <schwab@redhat.com>
1409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1410         readahead.
1412 2009-11-03  Jakub Jelinek  <jakub@redhat.com>
1414         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
1415         relocate opd entry when resolving prelink conflicts.
1417 2009-11-04  Jakub Jelinek  <jakub@redhat.com>
1419         * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
1420         when -D_FILE_OFFSET_BITS=64.
1422         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
1423         of last two arguments when -D_FILE_OFFSET_BITS=64.
1424         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
1425         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
1426         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
1427         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
1428         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
1429         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
1431 2009-11-03  Andreas Schwab  <schwab@linux-m68k.org>
1433         [BZ #4457]
1434         * sysdeps/generic/libgcc_s.h: New file.
1435         * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
1437 2009-11-01  Ulrich Drepper  <drepper@redhat.com>
1439         * malloc/hooks.c (free_check): Restore locking and call _int_free
1440         appropriately.
1442 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1444         * version.h (VERSION): Bump for 2.11 release.
1445         * include/features.h (__GLIBC_MINOR__): Bump to 11.
1447         * elf/tst-execstack.c (do_test): Add cast to avoid warning.
1449         * stdio-common/scanf13.c (main): Remove unused variable wbuf.
1451         * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
1452         to avoid warning.
1453         * stdlib/tst-strtoll.c (tests): Likewise.
1455         [BZ #9986]
1456         * time/strftime_l.c (__strftime_internal): Allow %OC.
1458         * misc/mkostemps.c: New file.
1459         * misc/mkostemps64.c: New file.
1461 2009-10-30  Andreas Schwab  <schwab@redhat.com>
1463         * locale/programs/locale-spec.c: Include <error.h> and
1464         <libintl.h>.
1466         * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
1468 2009-10-28  Roland McGrath  <roland@redhat.com>
1470         * Makefile (dist-prepare): New target.
1471         (tag-for-dist): Target removed.
1472         (glibc-%.tar): Pattern rule removed.
1473         (%.tar): New pattern rule, does simple use of git archive.
1474         (dist-version): Remove variable definition.
1475         (dist): Just depend on that.  Add .tar.xz dependency.
1476         If dist-version variable not set on command line, depend on
1477         dist-prepare, re-invoke with dist-version set via git describe.
1479         * Makerules (%.xz): New pattern rule.
1481 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
1483         * elf/ifuncdep2.c: Include ifunc-sel.h.
1484         (global): Delete.
1485         (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
1486         * elf/ifuncmain1.c (global): Delete.
1487         * elf/ifuncmain1vis.c: Likewise.
1488         * elf/ifuncmain2.c: Likewise.
1489         * elf/ifuncmain5.c: Likewise.
1490         * elf/ifuncmod3.c: Likewise.
1491         * elf/ifuncmain6pie.c: Include ifunc-sel.h.
1492         (foo_ifunc): Use ifunc_one.
1493         * elf/ifuncmain7.c: Likewise.
1494         * elf/ifuncmod1.c: Include ifunc-sel.h.
1495         (global): Define protected var.
1496         (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
1497         * elf/ifuncmod5.c: Likewise.
1498         * sysdeps/generic/elf/ifunc-sel.h: New file.
1499         * sysdeps/powerpc/elf/ifunc-sel.h: New file.
1501 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
1503         * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
1504         (R_PPC_REL16*): Correct comments.
1505         (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
1506         (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
1507          R_PPC64_REL16_HA): Define.
1508         * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
1509         * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
1510         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
1511         Delete unused "reloc" param.
1512         (__process_machine_rela): Handle R_PPC_IRELATIVE.
1513         * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
1514         Delete "reloc" param.
1515         (elf_machine_rela): Handle STT_GNU_IFUNC functions and
1516         R_PPC_IRELATIVE.
1517         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
1518         (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
1519         relocations.
1521 d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1523         [BZ #10315]
1524         * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
1525         UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
1526         UDP_ENCAP_L2TPINUDP.
1528         [BZ #10349]
1529         * sysdeps/posix/tempname.c (__gen_tempname): Take new second
1530         parameter, specifying length of prefix.
1531         * stdio-common/tempname.c: Likewise.
1532         * include/stdio.h: Adjust prototypes.
1533         * libio/oldtmpfile.c: Adjust caller.
1534         * misc/mkdtemp.c: Likewise.
1535         * misc/mkostemp.c: Likewise.
1536         * misc/mkostemp64.c: Likewise.
1537         * misc/mkstemp.c:  Likewise.
1538         * misc/mkstemp64.c: Likewise.
1539         * misc/mktemp.c: Likewise.
1540         * stdio-common/tempnam.c: Likewise.
1541         * stdio-common/tmpfile.c: Likewise.
1542         * stdio-common/tmpnam.c: Likewise.
1543         * stdio-common/tmpnam_r.c: Likewise.
1544         * misc/mkstemps.c: New file.
1545         * misc/mkstemps64.c: New file.
1546         * stdlib/stdlib.h: Add prototypes.
1547         * misc/Makefile (routines): Add mkstemps and mkstemps64.
1548         * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
1550 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1552         * locale/iso-639.def: Add sml entry.
1554         [BZ #10391]
1555         * resolv/res_send.c (send_dg): Initialize resplen.
1557         [BZ #10446]
1558         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
1559         definition to the kernel's.
1560         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1562 2009-08-18  Anders Johansson  <ajohansson@novell.com>
1564         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
1565         offsets and record sizes in assert()s and response sending.
1566         * nscd/grpcache.c: Likewise.
1567         * nscd/hstcache.c: Likewise.
1568         * nscd/initgrcache.c: Likewise.
1569         * nscd/pwdcache.c: Likewise.
1571 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1573         [BZ #10540]
1574         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
1575         /etc/hosts does not exist set errnop and herrnop appropriately.
1576         Patch by Steve Langasek <vorlon@debian.org>.
1578         [BZ #10553]
1579         * malloc/malloc.c (malloc_info): Fix typos in format strings.
1580         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
1582         [BZ #10564]
1583         * login/utmp_file.c (TIMEOUT): Increase to 10.
1585         [BZ #10609]
1586         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
1587         for file names in case the syscall is not available.
1588         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
1589         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
1590         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
1591         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
1592         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
1593         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
1594         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
1595         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1596         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1597         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1598         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
1599         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1600         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1601         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1602         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1603         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
1604         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
1606         [BZ #10643]
1607         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
1608         creation filed, remove the request from the 'requests' list and signal
1609         the caller that the request is finished.
1611         [BZ #10692]
1612         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
1613         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
1615         [BZ #10713]
1616         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
1617         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
1619         [BZ #10780]
1620         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
1621         overflows the int return type.
1623         [BZ #10717]
1624         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
1625         have to compute maxsize_total, we have to update the variables, and
1626         the also_total handling must happen after the repair.
1628         [BZ #10742]
1629         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
1630         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
1632 2009-10-27  Andreas Schwab  <schwab@redhat.com>
1634         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
1635         errno is always set when returning unsuccessfully.
1637 2009-10-29  Andreas Schwab  <schwab@redhat.com>
1639         * malloc/memusage.c (update_data): Fix index wraparound handling
1640         so that buffer_cnt is actually reset.
1642 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1644         [BZ #10784]
1645         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
1646         of the directory we look at into the static buffer if there is one
1647         at the start of the loop.
1649         [BZ #10789]
1650         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
1651         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
1653         [BZ #10840]
1654         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1655         __ASSUME_F_GETOWN_EX.
1656         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
1657         if possible.
1658         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1660         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
1661         and f_owner_ex.
1662         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1663         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1664         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1665         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1666         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1667         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1669         [BZ #10847]
1670         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
1671         getutmpx symbol.
1673         [BZ #10823]
1674         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
1675         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
1677 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
1679         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
1681 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
1683         [BZ #10817]
1684         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
1685         Reported by Ray Chason.
1687 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
1689         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1690         strend-sse4.
1691         * sysdeps/x86_64/multiarch/strchr.S: New file.
1692         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
1693         * sysdeps/x86_64/multiarch/strrchr.S: New file.
1695 2009-10-21  Andreas Schwab  <schwab@redhat.com>
1697         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
1699 2009-10-19  Andreas Schwab  <schwab@redhat.com>
1701         * include/math.h: Add hidden protos for __exp/__expf/__expl.
1702         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
1703         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
1704         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
1705         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
1706         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
1707         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
1708         __ieee751_expl to handle overflow.
1710 2009-10-14  David S. Miller  <davem@davemloft.net>
1712         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
1713         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
1715 2009-10-13  Andreas Schwab  <schwab@redhat.com>
1717         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
1718         !USE_MULTIARCH.
1720 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
1722         [BZ #10730]
1723         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
1724         Patch in part by Steve Ward <planet36@gmail.com>.
1726         [BZ #10731]
1727         * stdlib/rand_r.c: Fix typo.
1729         * po/cs.po: Update from translation team.
1731 2009-10-06  Andreas Schwab  <schwab@redhat.com>
1733         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
1734         returning if RTLD_NOLOAD.
1736 2009-10-06  Roland McGrath  <roland@redhat.com>
1738         * sysdeps/x86_64/multiarch/strstr-c.c
1739         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
1741         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
1742         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
1744         * sysdeps/x86_64/multiarch/init-arch.h
1745         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
1746         (HAS_CPU_FEATURE): New macro.
1747         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
1748         * sysdeps/x86_64/multiarch/init-arch.c
1749         (__get_cpu_features): #undef it before definition.
1751 2009-10-05  Andreas Schwab  <schwab@redhat.com>
1753         * locale/C-time.c: Revert week-1stday back to 19971130 and set
1754         first_weekday to 1 and first_workday to 2.
1756 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
1758         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
1759         F_GETOWN_EX.
1760         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1761         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1762         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1763         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1764         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1765         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1767 2009-09-28  Andreas Schwab  <schwab@redhat.com>
1769         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
1770         * stdio-common/vfprintf.c: Likewise.
1772 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1774         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
1775         (mkdirat): Call __directory_name_split_at instead of
1776         __directory_name_split.
1778 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
1780         * locale/programs/locale-spec.c (locale_special): If nothing matches
1781         fail with an appropriate message.
1783 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
1785         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
1786         and XX.
1788 2009-09-25  Andreas Schwab  <schwab@redhat.com>
1790         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
1791         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
1793 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1795         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
1797 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
1799         * iconvdata/iso646.c (gconv_init): Correctly initialize the
1800         character size elements in step data.
1802 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
1804         * po/hu.po: Update from translation team.
1805         * po/vi.po: Likewise.
1807 2009-09-19  Roland McGrath  <roland@redhat.com>
1809         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
1811 2009-09-15  Roland McGrath  <roland@redhat.com>
1813         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
1814         * nptl/sysdeps/pthread/configure: Regenerated.
1815         * nptl/sysdeps/x86_64/configure: Regenerated.
1816         * sysdeps/unix/sysv/linux/configure: Regenerated.
1817         * sysdeps/x86_64/elf/configure: Regenerated.
1819         * Makefile (autoconf-it): Set execute bit only on top-level configure.
1821         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
1822         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
1823         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
1824         * configure: Regenerated.
1826 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
1828         * posix/getconf.c (main): Handle -- on command line.
1830 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
1832         * configure.in: Support binutils 2.100 and 3.0.
1834 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
1836         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
1837         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
1838         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
1839         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
1841 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
1843         * locale/programs/ld-collate.c (struct locale_collate_t): Add
1844         unnamed_section_defined field.
1845         (collate_read): Test and set unnamed_section_defined.
1847         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
1848         _POSIX2_LINE_MAX.
1850 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
1852         * configure.in: Support binutils 2.20.
1854 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
1856         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
1857         __strstr_ia32): Add attribute_hidden.
1859 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1861         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
1862         parsing of group entry.
1864 2009-09-02  Andreas Schwab  <schwab@redhat.com>
1866         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
1867         external buffer.  Always discard readahead in internal buffer.
1868         * libio/Makefile (tests): Add bug-wsetpos.
1869         * libio/bug-wsetpos.c: New file.
1871 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
1873         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
1874         Add attribute_hidden.
1875         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
1876         __strcasestr_sse2): Likewise.
1877         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
1878         (__fma_fma): Make static.
1879         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
1880         (__fmaf_fma): Make static.
1882 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1884         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
1885         reformulate in-buffer optimisation check to match code in
1886         _IO_new_file_seekoff.
1888 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
1890         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
1891         to srwi in 32-bit memcpy for power6.
1893 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1895         * include/stdio.h: Declare hidden proto for fflush.
1896         * libio/iofflush.c: Add hidden weak alias for fflush.
1898 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
1900         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
1901         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
1903 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1905         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
1907 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
1909         [BZ #10560]
1910         * malloc/malloc.c: Add local assert definition to avoid problems with
1911         memory allocation in the real one.
1913 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1915         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
1916         Removed.
1917         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
1918         turn off SSSE3 on Atom.
1920 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
1922         * stdlib/tst-strtol.c (tests): More tests.
1923         * stdlib/tst-strtoll.c (tests): Likewise.
1925 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
1927         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
1929         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
1931 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1933         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
1934         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
1936         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
1938         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
1940         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
1942 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
1944         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
1946 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1948         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
1949         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
1951         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
1953         * sysdeps/x86_64/fpu/s_signbit.S: New file.
1954         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
1956         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
1957         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
1959         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
1960         leftover YMM_SIZE definition.
1962 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1964         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
1965         union.
1966         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
1967         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
1968         Redefine.
1969         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
1971         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
1972         and SET_FLOAT_WORD definitions.
1974 2009-08-24  Roland McGrath  <roland@redhat.com>
1976         * sysdeps/unix/syscall-template.S: New file.
1977         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
1978         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
1979         (compile-syscall): Pass mkdep and -g options as normal.
1980         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
1981         (common-generated): Don't add them here.
1983 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1985         * math/s_fdim.c: In case of overflows set errno.
1986         * math/s_fdimf.c: Likewise.
1987         * math/s_fdiml.c: Likewise.
1989         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
1990         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
1991         are using the inline optimizations.
1993         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
1994         (__signbitf): Likewise.
1996 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
1998         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
1999         terminated.
2000         * posix/Makefile (tests): Add bug-regex29.
2001         * posix/bug-regex29.c: New file.
2003         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
2004         older POSIX versions are selected.
2006         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
2007         as well.
2008         * stdio-common/printf_fphex.c: Likewise.
2009         * stdio-common/tstdiomisc.c: Add more tests.
2011         * locale/locale.h: Include xlocale.h and the thread-local locale
2012         declarations for XPG7, not XPG6.
2014 2009-08-21  Andreas Schwab  <schwab@redhat.com>
2016         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
2017         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
2018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
2019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
2020         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
2021         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2023 2009-08-20  Roland McGrath  <roland@redhat.com>
2025         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
2026         Use l_addr instead of l_map_start (dli_fbase).
2027         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
2028         address when there is no proximate symbol.
2029         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
2030         Likewise.
2032 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
2034         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
2036 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
2038         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
2039         Also handle SIGINT.  In that case only do the cleanup and then
2040         re-raise the signal.
2041         (main): Install handler for SIGINT.
2043 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2045         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
2046         clobber list.
2048 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
2050         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
2051         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
2052         tst-auditmod7b.c.
2053         (tests): Add tst-audit6 tst-audit7.
2054         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
2055         tst-auditmod7a tst-auditmod7b.
2056         ($(objpfx)tst-audit6): New.
2057         ($(objpfx)tst-audit6.out): Likewise.
2058         ($(objpfx)tst-audit7): Likewise.
2059         ($(objpfx)tst-audit7.out): Likewise.
2060         (tst-audit6-ENV): Likewise.
2061         (tst-audit7-ENV): Likewise.
2062         (CFLAGS-tst-auditmod6b.c): Likewise.
2063         (CFLAGS-tst-auditmod6c.c): Likewise.
2064         (CFLAGS-tst-auditmod7b.c): Likewise.
2065         * elf/tst-audit6.c: New file.
2066         * elf/tst-audit7.c: New file.
2067         * elf/tst-auditmod6a.c: New file.
2068         * elf/tst-auditmod6b.c: New file.
2069         * elf/tst-auditmod6c.c: New file.
2070         * elf/tst-auditmod7a.c: New file.
2071         * elf/tst-auditmod7b.c: New file.
2072         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2073         saving and restoring SSE/AVX registers to ...
2074         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2076 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2078         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
2079         only if SHARED is defined.
2080         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
2082 2009-08-03  Jim Meyering  <meyering@redhat.com>
2084         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
2086 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
2088         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
2089         section as the other functions for this architecture.
2090         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2092 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
2094         * sysdeps/x86_64/strcmp.S: Add support to compile with
2095         USE_SSSE3.  In this case palignr is used.
2096         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
2097         available but SSSE3 is, pick __str{,n}cmp_ssse3.
2098         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
2099         Add strcmp-ssse3 and strncmp-ssse3.
2100         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
2101         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
2103         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
2104         warning through fake initialization.
2106 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2108         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
2110 2009-08-07  Andreas Schwab  <schwab@redhat.com>
2112         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
2113         unique symbols.
2115 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
2117         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
2118         EBX from EAX = 1.  Handle EAX = 11.
2120 2009-08-07  Andreas Schwab  <schwab@redhat.com>
2122         * Makefile (TAGS): Use separate sed -e expressions to avoid \
2123         inside ''.
2125 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
2127         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
2128         hidden IFUNC functions.
2129         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2131         * sysdeps/i386/i686/multiarch/strlen.S: New file.
2133         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
2134         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
2135         strcasestr-c.
2136         (CFLAGS-strcspn-c.c): Define.
2137         (CFLAGS-strpbrk-c.c): Define.
2138         (CFLAGS-strspn-c.c): Define.
2139         (CFLAGS-strstr.c): Define.
2140         (CFLAGS-strcasestr.c): Define.
2141         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
2142         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
2143         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
2144         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
2145         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
2146         * sysdeps/i386/i686/multiarch/strspn.S: New file.
2147         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
2148         * sysdeps/i386/i686/multiarch/strstr.c: New file.
2149         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
2150         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
2151         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
2152         -16L instead of 0xfffffffffffffff0L.
2153         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
2155 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
2157         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
2159 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
2161         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
2162         another rewrite.  Much smaller and faster.
2163         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
2165         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
2166         ss_flags from the correct location.
2168 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
2170         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
2171         * sysdeps/i386/i686/cacheinfo.c: New file.
2172         * sysdeps/i386/i686/multiarch/Makefile: New file.
2173         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
2174         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
2175         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
2176         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
2177         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
2178         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
2179         (__cpuid_count): New. Provide the default.
2180         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
2181         (__x86_64_preferred_memory_instruction): Define only if
2182         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
2183         (intel_check_word): Use __cpuid.
2184         (handle_intel): Likewise.
2185         (handle_amd): Likewise.
2186         (__cache_sysconf): Likewise.
2187         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2188         (__cache_sysconf): Likewise.
2189         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2190         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
2191         (get_common_indeces): Use __cpuid.
2192         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
2193         if ENABLE_SSSE3_ON_ATOM is not defined.
2194         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
2195         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
2196         popcnt instead of popcntq.
2198 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
2200         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
2202 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
2204         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
2205         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
2206         which always causes a compile error.
2208         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
2210         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
2211         comes from...
2212         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
2213         which always causes a compile error.
2215         * debug/Makefile (tests): Add tst-longjmp_chk2.
2216         * debug/tst-longjmp_chk2.c: New file.
2218         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
2219         Remove incorrect use of BP_SYM.
2220         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
2221         here now since it is more complex than just a simple check.
2223         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
2224         we make no more progress.
2226 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2228         * math/s_fma.c: Don't define alias if __fma is a macro.
2229         * math/s_fmaf.c: Likewise.
2230         * sysdeps/x86_64/multiarch/s_fma.c: New file.
2231         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
2232         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
2234         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
2235         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
2236         New macro HAS_FMA.
2237         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
2238         function.
2239         * include/libc-symbols.h (libm_ifunc): Define.
2240         * sysdeps/x86_64/multiarch/Versions: New file.
2242         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
2244 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
2246         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
2248 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2250         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
2251         call that registers used in calling conventions need to be preserved.
2252         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
2253         to preserve register content if necessary.
2254         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
2255         (_dl_x86_64_restore_sse): New function.
2256         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
2257         is allowed to modify xmm/ymm registers.
2259         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
2260         application's perspective.
2261         * stdio-common/scanf17.c: Likewise.
2263 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
2265         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
2266         size to memsz.
2267         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
2268         here.
2269         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
2270         two steps to catch bugs.
2272 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
2274         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
2275         determines which files are used in runtime lookups and only checks
2276         those for SSE use.
2277         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
2278         testing.
2279         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
2280         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
2281         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
2282         take a while.
2284         * elf/dl-open.c: Move _dl_scope_free to...
2285         * elf/dl-scope.c: ...here.  New file.
2286         * elf/Makefile (dl-routines): Add scope.
2288         * resolv/resolv.h (RES_USE_DNSSEC): Define.
2289         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
2290         RES_USE_DNSSEC.
2291         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
2292         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
2293         all the places we handled RES_USE_EDNS0 only before.
2294         Patch by Adam Tkac <atkac@redhat.com>.
2296 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
2298         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
2299         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
2300         Update size when reallocating.
2302 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2304         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
2305         functions used in ld.so modify xmm/ymm registers.
2306         * sysdeps/x86_64/Makefile:  Hook new test up.
2307         * sysdeps/x86_64/rtld-memchr.c: New file.
2308         * sysdeps/x86_64/rtld-memcmp.c: New file.
2309         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
2310         * sysdeps/x86_64/rtld-strchr.S: New file.
2311         * sysdeps/x86_64/rtld-strlen.S: New file.
2312         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
2313         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
2315 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
2317         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
2318         strncmp-c.
2319         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
2320         (exit): Likewise.
2321         (Byte1): Likewise.
2322         (Byte2): Likewise.
2323         (Byte3): Likewise.
2324         (Byte4): Likewise.
2325         (Byte5): Likewise.
2326         (Byte6): Likewise.
2327         (next_8_bytes): Likewise.
2328         (Byte0): Remove commented out codes.
2329         (unaligned_table): Align jump table at 8 bytes.
2330         Add _sse4_2 to all labels.  Always include "../strcmp.S".
2331         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
2332         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
2333         * sysdeps/x86_64/strncmp.S: New file.
2335 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2337         [BZ #10422]
2338         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
2339         kernels, dropped when eventfd2 support was added.
2340         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
2341         kernels, dropped when signalfd4 support was added.
2342         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
2343         added, name them.
2345         [BZ #10452]
2346         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
2347         replies up.
2349         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
2351 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
2353         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
2354         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
2356         [BZ #10448]
2357         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
2358         callback we must touch the status to avoid using stale value.
2360         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
2361         compiled in.
2363 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
2365         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
2366         /lib/modules/* headers anymore.  We have sane headers in the standard
2367         place now.
2369 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2371         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
2372         "etf3enh" and "highgprs" added.
2373         (_dl_s390_platforms): "z10" added.
2374         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
2375         Increased for the new entries.
2376         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
2377         HWCAP_S390_HIGH_GPRS added.
2379         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
2380         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
2381         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
2382         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
2383         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
2385 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
2387         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
2388         avoid additional cpuid instructions.  Most of the information is
2389         stored somewhere.
2391         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
2392         cache descriptors.
2393         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
2395         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
2396         SSSE3 bit for Atoms.
2397         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
2398         here anymore.
2400         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
2401         structure before copying it to avoid warning.
2402         * posix/tst-rfc3484-2.c (do_test): Likewise.
2403         * posix/tst-rfc3484-3.c (do_test): Likewise.
2405         [BZ #10416]
2406         * include/unistd.h: Make header file suitable for C++ test cases.
2407         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
2409         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
2410         stack alignment in the exit code.
2412         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
2413         potentially be zero.
2415         * elf/tst-unique1.c: Extend test to check for unloading DSO with
2416         unique symbol definition.
2417         Patch by Jakub Jelinek.
2418         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
2419         make sure the object with the definition cannot be unloaded.  Adjust
2420         a few types.
2421         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
2422         the unique symbol hash table should not be const.
2424 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
2426         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
2427         unnecesary variables.  Comment fixes.
2429 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2431         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
2432         Use NONASCII_CASE information provided by the locale to determine
2433         whether optimized string load function can be used.  Minor cleanups.
2435 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
2437         * string/strcasestr.c (STRCASESTR): New macro.
2438         (__strcasestr): Renamed to ..
2439         (STRCASESTR): ...this.
2440         * string/strstr.c (STRSTR): New macro.
2441         (strstr): Renamed to ..
2442         (STRSTR): ...this.
2443         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2444         strstr-c strcasestr-c
2445         (CFLAGS-strstr.c): New.
2446         (CFLAGS-strcasestr.c): Likewise.
2447         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
2448         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
2449         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
2450         * sysdeps/x86_64/multiarch/strstr.c: New file.
2452 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2454         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
2455         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
2456         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
2457         _NL_CTYPE_NONASCII_CASE.
2458         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
2459         field.
2460         (ctype_finish): Check whether there are any 8-bit characters outside
2461         the range ASCII has or whether the mapping isn't the same as for
2462         ASCII (±0x20).  Set nonascii_case appropriately.
2463         (ctype_output): Add output handler for nonascii_case.
2465 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
2467         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
2468         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
2470 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2472         [BZ #10360]
2473         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
2474         0xffff in the EDNS0 record.
2476 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2478         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
2479         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
2480         is written before the list head update.
2481         Patch by Andreas Schwab <aschwab@redhat.com>.
2483 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2484             Jakub Jelinek  <jakub@redhat.com>
2486         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
2487         corruption thread-safe.
2489 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
2491         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
2492         overrides atomic_compare_and_exchange_val_rel, define to
2493         atomic_compare_and_exchange_val_rel by default, otherwise default
2494         to catomic_compare_and_exchange_val_acq.
2495         (catomic_compare_and_exchange_bool_rel): If arch overrides
2496         atomic_compare_and_exchange_bool_rel, define to
2497         atomic_compare_and_exchange_bool_rel by default.
2498         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
2499         Use catomic_compare_and_exchange_val_rel instead of
2500         catomic_compare_and_exchange_val_acq.
2502 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2504         * sysdeps/generic/ldsodefs.h: Add prototype for
2505         _dl_higher_prime_number.
2506         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
2508         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
2509         restoring of ymm registers a bit.
2511 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
2513         * sysdeps/x86_64/memcmp.S: New file.
2515 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
2517         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
2518         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
2519         pointers in writable memory.
2521 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2523         * config.h.in: Add HAVE_AVX_SUPPORT entry.
2524         * config.make.in: Add config-cflags-avx entry.
2525         * configure.in: Substitute libc_cv_cc_avx.
2526         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
2527         * elf/tst-audit4.c: New file.
2528         * elf/tst-audit5.c: New file.
2529         * elf/tst-auditmod4a.c: New file.
2530         * elf/tst-auditmod4b.c: New file.
2531         * elf/tst-auditmod5a.c: New file.
2532         * elf/tst-auditmod5b.c: New file.
2533         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
2534         link-defines.sym.
2535         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
2536         (La_x86_64_vector): Likewise.
2537         (La_x86_64_regs): Append lr_vector.
2538         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
2539         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2540         saving and restoring SSE registers to ...
2541         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2542         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
2543         <link-defines.h>.
2544         (_dl_runtime_profile): Use LR_SIZE to allocate space for
2545         La_x86_64_regs.  Allocate extra space and jump to memory at
2546         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
2547         (save_and_restore_vector_sse): New.
2548         (save_and_restore_vector_avx): Likewise.
2549         (check_avx): Likewise.
2550         (save_and_restore_vector): Likewise.
2551         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
2552         HAVE_AVX_SUPPORT.
2553         * sysdeps/x86_64/link-defines.sym: New file.
2555 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
2557         * elf/do-lookup.h: Removed after folding content into...
2558         * elf/dl-lookup.c: ...here.
2560         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
2562 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
2564         * configure.in: Check for gnu_unique_symbol symbol type.
2565         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
2566         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
2567         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
2568         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
2569         change.
2570         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
2571         unique symbol table.
2572         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
2573         for first namespace.
2574         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
2575         unique symbol hash table.
2576         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
2577         * elf/tst-unique1.c: New file.
2578         * elf/tst-unique1mod1.c: New file.
2579         * elf/tst-unique1mod2.c: New file.
2580         * elf/tst-unique2.c: New file.
2581         * elf/tst-unique2mod1.c: New file.
2582         * elf/tst-unique2mod2.c: New file.
2584 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
2586         * elf/elf.h (STB_GNU_UNIQUE): Define.
2588         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
2589         from...
2590         * include/inline-hashtab.h: ...here.
2591         (htab_expand): Adjust for renamed function.  Correct memory handling.
2593 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
2595         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
2597 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
2599         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
2600         (PPC_FEATURE_HAS_VSX): Likewise.
2602 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
2604         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
2605         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
2607         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
2608         aligned to 16 byte boundaries.
2609         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
2610         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
2611         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2613 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
2615         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
2616         * config.make.in (config-cflags-sse4): New variable.
2617         * configure.in: Substitute libc_cv_cc_sse4.
2618         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
2619         HAVE_SSE4_SUPPORT.
2620         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2621         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
2622         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
2623         * sysdeps/x86_64/multiarch/strcspn.S: New file.
2624         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
2625         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
2626         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
2627         * sysdeps/x86_64/multiarch/strspn.S: New file.
2629 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2631         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
2632         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
2633         (tests): Add tst-audit3 for x86_64.
2634         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
2635         ($(objpfx)tst-audit3): Define.
2636         ($(objpfx)tst-audit3.out): Define.
2637         (tst-audit3-ENV): Define.
2638         * elf/tst-audit3.c: New file.
2639         * elf/tst-auditmod3a.c: New file.
2640         * elf/tst-auditmod3b.c: New file.
2641         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
2642         and restore xmm6.
2644         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
2645         (__stpncpy): Renamed to ...
2646         (STPNCPY): This.
2647         (stpncpy): Create alias only if STPNCPY is not defined.
2648         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
2649         defined.
2650         (strncpy): Renamed to ...
2651         (STRNCPY): This.
2652         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2653          stpncpy-c strncpy-c for string.
2654         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
2655         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
2656         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
2657         * sysdeps/x86_64/multiarch/strcpy.S: New file.
2658         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
2659         * sysdeps/x86_64/multiarch/strncpy.S: New file.
2661 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
2663         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
2664         adding to fast bin list.
2666 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
2668         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
2669         inet_makeaddr.  This worked only with class-based networks.
2670         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
2671         Likewise.
2673         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
2674         recognize all types.
2675         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
2676         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
2677         be in host byte order.
2679 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
2681         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
2682         (MODEL_OFFSET): Define.
2683         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
2684         family and model.
2685         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
2686         out common code into new function get_common_indeces. Determine
2687         extended family and model for Intel processors.
2689 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
2691         * resolv/resolv.h: Define RES_SNGLKUPREOP.
2692         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
2693         option.
2694         * resolv/res_send.c (reopen): New function.  Broken out of...
2695         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
2696         fallback mechanism.  If single-request fails switch to
2697         single-request-reopen mode which opens a new socket for the second
2698         request.
2700 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
2702         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
2703         (CHECK_SP): Use it.
2705 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
2707         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
2708         for saved registers.
2709         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
2710         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
2711         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
2713 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
2715         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
2717 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
2719         * po/id.po: Update from translation team.
2721         * po/bg.po: Update from translation team.
2723 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
2725         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
2726         defined.
2727         (strncmp): Renamed to STRNCMP.
2728         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2729         strncmp-c for string.
2730         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
2731         * sysdeps/x86_64/multiarch/strcmp.S: New file.
2732         * sysdeps/x86_64/multiarch/strncmp.S: New file.
2733         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
2735 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2737         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
2738         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
2739         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
2740         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
2741         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
2742         ifuncmain7static.c.
2743         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
2744         ifuncmain7static, and ifuncmain7picstatic.
2745         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
2746         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
2747         $(objpfx)ifuncmain7pie.out.
2748         (modules-names): Add ifuncmod5 ifuncmod6
2749         (ifuncmod5.so-no-z-defs): Define.
2750         (ifuncmod6.so-no-z-defs): Define.
2751         (CFLAGS-ifuncmain5pic.c): Define.
2752         (CFLAGS-ifuncmain5picstatic.c): Define.
2753         (CFLAGS-ifuncmain5staticpic.c): Define.
2754         (CFLAGS-ifuncdep5pic.c): Define.
2755         (CFLAGS-ifuncmain7pic.c): Define.
2756         (CFLAGS-ifuncmain7picstatic.c): Define.
2757         (CFLAGS-ifuncmain1staticpie.c): Define.
2758         (CFLAGS-ifuncmain5pie.c): Define.
2759         (CFLAGS-ifuncmain6pie.c): Define.
2760         (CFLAGS-ifuncmain7pie.c): Define.
2761         ($(objpfx)ifuncmain1staticpie.out): Define.
2762         ($(objpfx)ifuncmain1staticpie): Define.
2763         ($(objpfx)ifuncmain5pie.out): Define.
2764         ($(objpfx)ifuncmain5pie): Define.
2765         ($(objpfx)ifuncmain6pie.out): Define.
2766         ($(objpfx)ifuncmain6pie): Define.
2767         ($(objpfx)ifuncmain5): Define.
2768         ($(objpfx)ifuncmain5pic): Define.
2769         ($(objpfx)ifuncmain5static): Define.
2770         ($(objpfx)ifuncmain5staticpic): Define.
2771         ($(objpfx)ifuncmain5picstatic): Define.
2772         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
2773         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
2774         ifuncmain6pie.out.
2775         * elf/b/elf/ifuncmain1staticpie.c: New file.
2776         * elf/ifuncdep5.c: New file.
2777         * elf/ifuncdep5pic.c: New file.
2778         * elf/ifuncmain5.c: New file.
2779         * elf/ifuncmain5pic.c: New file.
2780         * elf/ifuncmain5picstatic.c: New file.
2781         * elf/ifuncmain5pie.c: New file.
2782         * elf/ifuncmain5static.c: New file.
2783         * elf/ifuncmain5staticpic.c: New file.
2784         * elf/ifuncmain6pie.c: New file.
2785         * elf/ifuncmain7.c: New file.
2786         * elf/ifuncmain7pic.c: New file.
2787         * elf/ifuncmain7picstatic.c: New file.
2788         * elf/ifuncmain7pie.c: New file.
2789         * elf/ifuncmain7static.c: New file.
2790         * elf/ifuncmod5.c: New file.
2791         * elf/ifuncmod6.c: New file.
2793 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
2795         [BZ #10085]
2796         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
2797         (nss_endgrent): New variable.
2798         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
2799         fields. Change type of files to bool and adjust all users.
2800         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
2801         (internal_endgrent): Call nss_endgrent if necessary.
2802         (add_group): New function.  Broken out of...
2803         (check_and_add_group): ...here.
2804         (getgrent_next_nss): Remove test that any callback is available.
2805         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
2806         callback.  If there is no blacklist we can trust the results returned
2807         by the initgroups_dyn callback.  In case there is a callback and we
2808         find a group entry for the group ID but it doesn't contain the
2809         correct member, switch to the slow mode and use getgrent_r.
2810         (internal_getgrent_r): When we see a +: entry, determine whether
2811         there is any callback and which we can use the initgroups_dyn
2812         callback.
2814 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
2816         * malloc/malloc.c (_int_malloc): Add some consistency checks.
2817         (_int_free): Likewise.
2819         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
2820         AF_IEEE802154.
2821         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2822         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
2823         and ARPHRD_IEEE802154_PHY.
2825         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
2826         relative to generic Linux version.
2828 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
2830         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
2831         ($(objpfx)ifuncmain1vispie): Likewise.
2833 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2835         * login/Makefile: Build pt_chown as PIE.
2837 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
2839         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
2840         a format string.
2841         * elf/sln.c (usage): Likewise.
2842         * malloc/memusage.sh (do_help): Likewise.
2843         * nss/getent.c (more_help): Likewise.
2844         * posix/getconf.c (main): Likewise.
2845         * sunrpc/rpcinfo.c (usage): Likewise.
2846         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2848 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2850         * login/programs/pt_chown.c: Use libcap to drop privileges other than
2851         those needed.
2852         * login/Makefile: If necessary link pt_chown with -lcap.
2853         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
2854         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
2856 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
2858         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
2859         comparisons.
2860         * string/test-memchr.c (do_random_tests): Test very large lengths
2861         as well.
2863 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2865         * Makeconfig (+link-pie): Define.
2866         (+prectorS): Define.
2867         (+postctorS): Define.
2868         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
2869         * nscd/Makefile ($(objpfx)nscd): Likewise.
2871 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
2873         [BZ #10107]
2874         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
2875         with cmplwi.
2876         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
2878 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2880         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
2881         into ...
2882         * sysdeps/unix/grantpt.c: ...here.
2884 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2886         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
2887         chmod if it is necessary.
2889         [BZ #10166]
2890         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
2891         when the slave device is in devpts or devfs.
2893         [BZ #10183]
2894         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
2896         [BZ #10195]
2897         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
2898         of nd_opt_home_agent_info_preference to uint16_t.
2899         Patch by Arnaud Ebalard <arno@natisbad.org>.
2901         [BZ #10207]
2902         * nss/getent.c: Add support for printing gshadow data.
2904         [BZ #10203]
2905         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
2906         not just the currently used one and those which follow.
2907         Patch by Joe Landers <jlanders@vmware.com>.
2909         [BZ #10196]
2910         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
2911         * libio/Makefile: Run tst-fgetwc with necessary envvar.
2912         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
2914         [BZ #10217]
2915         * stdlib/abort.c: Define variable __abort_msg.
2916         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
2917         * include/stdlib.h: Declare __abort_msg.
2918         * assert/assert-perr.c: Don't free buffer for message immediately.
2919         Store atomically in __abort_msg and free old buffer if necessary.
2920         * assert/assert.c: Likewise.
2921         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
2922         store pointer in __abort_msg, and possibly free old string.
2923         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2925         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
2927         [BZ #10211]
2928         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
2929         handle leap seconds if they are available.
2930         Patch by Akinori Hattori <hattya@gentoo.org>.
2932         * timezone/tzselect.ksh: Update from tzcode2009i.
2933         * timezone/zdump.c: Likewise.
2934         * timezone/zic.c: Likewise.
2936         * timezone/africa: Update from tzdata2009i.
2937         * timezone/antarctica: Likewise.
2938         * timezone/asia: Likewise.
2939         * timezone/australasia: Likewise.
2940         * timezone/backward: Likewise.
2941         * timezone/etcetera: Likewise.
2942         * timezone/europe: Likewise.
2943         * timezone/factory: Likewise.
2944         * timezone/iso3166.tab: Likewise.
2945         * timezone/leapseconds: Likewise.
2946         * timezone/northamerica: Likewise.
2947         * timezone/pacificnew: Likewise.
2948         * timezone/solar87: Likewise.
2949         * timezone/solar88: Likewise.
2950         * timezone/solar89: Likewise.
2951         * timezone/southamerica: Likewise.
2952         * timezone/systemv: Likewise.
2953         * timezone/yearistype: Likewise.
2954         * timezone/zone.tab: Likewise.
2956 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
2958         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
2959         STT_GNU_IFUNC symbol or in 8 into type_class.
2961         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
2962         instead of Elf64_Addr.
2964 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
2966         * po/sv.po: Update from translation team.
2968         [BZ #10229]
2969         * misc/sys/select.h (__NFDBITS): Expression should have type int.
2970         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
2971         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
2972         the C version.
2974 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
2976         * Versions.def: Add GLIBC_2.11 for libpthread.
2978 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
2980         * resolv/res_send.c (send_dg): Remember we switched to
2981         single-request mode.
2983 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
2985         * dlfcn/dlfcn.h: Remove comma at end of enum.
2986         Patch by J.H.M. Dassen <rdassen@redhat.com>.
2988         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
2989         parsing mode string.
2991 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
2993         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
2995         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
2997         * sysdeps/x86_64/multiarch/strlen.S: New file.
2998         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
2999         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
3000         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
3001         content.
3003         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
3004         is defined.
3006 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
3008         * sysdeps/x86_64/strlen.S: Minor optimizations.
3010 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
3012         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
3013         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
3014         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
3015         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
3016         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
3017         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
3018         ifuncmain3.c, ifuncmod3.c,.
3019         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
3020         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
3021         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
3022         ifuncmain4picstatic.
3023         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
3024         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
3025         ifuncmain3, ifuncmain4.
3026         (tests): Depend on $(objpfx)ifuncmain1pie.out and
3027         $(objpfx)ifuncmain1vispie.out.
3028         (modules-names): Add ifuncmod1 ifuncmod3.
3029         (generated): Add ifuncmain1pie ifuncmain1pie.out
3030         ifuncmain1vispie ifuncmain1vispie.out.
3031         Define rules to build and run the tests.
3032         * elf/ifuncdep1.c: New file.
3033         * elf/ifuncdep1pic.c: New file.
3034         * elf/ifuncdep2.c: New file.
3035         * elf/ifuncdep2pic.c: New file.
3036         * elf/ifuncmain1.c: New file.
3037         * elf/ifuncmain1pic.c: New file.
3038         * elf/ifuncmain1picstatic.c: New file.
3039         * elf/ifuncmain1pie.c: New file.
3040         * elf/ifuncmain1static.c: New file.
3041         * elf/ifuncmain1staticpic.c: New file.
3042         * elf/ifuncmain1vis.c: New file..
3043         * elf/ifuncmain1vispic.c: New file..
3044         * elf/ifuncmain1vispie.c: New file.
3045         * elf/ifuncmain2.c: New file.
3046         * elf/ifuncmain2pic.c: New file.
3047         * elf/ifuncmain2picstatic.c: New file.
3048         * elf/ifuncmain2static.c: New file.
3049         * elf/ifuncmain3.c: New file.
3050         * elf/ifuncmain4.c: New file.
3051         * elf/ifuncmain4picstatic.c: New file.
3052         * elf/ifuncmain4static.c: New file.
3053         * elf/ifuncmod1.c: New file.
3054         * elf/ifuncmod3.c: New file.
3056 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
3058         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
3060 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
3062         [BZ #10221]
3063         * posix/Makefile (routines): Add execvpe.
3064         * posix/Versions: Export execvpe for GLIBC_2.11.
3065         * posix/execvp.c: Now only a wrapper.  Move code to...
3066         * posix/execvpe.c: ...here.  New file.
3067         * posix/unistd.h: Declare execvpe.
3069 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
3071         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
3072         for STT_GNU_IFUNC handling for efficiency.
3073         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
3075         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
3076         _exit.
3077         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
3079 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
3081         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
3082         for !SHARED.
3084 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
3086         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
3087         is not defined.
3088         (__rela_iplt_start): New declaration.
3089         (__rela_iplt_end): Likewise.
3090         (__rel_iplt_start): Likewise.
3091         (__rel_iplt_end): Likewise.
3092         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
3093         * elf/elf.h (R_386_IRELATIVE): New macro.
3094         (R_X86_64_IRELATIVE): New macro.
3095         (R_386_NUM): Updated.
3096         (R_X86_64_NUM): Likewise.
3097         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
3098         (libc_ifunc_hidden_def): New macro.
3099         * sysdeps/generic/dl-irel.h: New file.
3100         * sysdeps/i386/dl-irel.h: New file.
3101         * sysdeps/x86_64/dl-irel.h: New file.
3102         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
3103         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
3104         Handle R_386_IRELATIVE.
3105         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
3106         (elf_machine_lazy_rela): Likewise.
3107         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
3108         R_X86_64_IRELATIVE.
3109         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
3111 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
3113         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
3114         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
3115         are no differences.  If an architecture has bits in CPUID index 1
3116         meaning different things the values for the COMMON_CPUID_INDEX_1
3117         index must not be set.
3118         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
3119         (HAS_POPCOUNT): ...this.  New macro.
3120         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
3121         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
3122         to set the value for Intel and AMD architectures.
3123         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
3124         INTEL_CPUID_INDEX_1.
3125         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
3126         change.
3128 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
3130         * configure.in: Move AC_CANONICAL_HOST before first use of $host
3131         and $build.
3133 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
3135         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
3136         (__expm1l): Set errno to ERANGE on overflow.
3137         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
3138         (__tanl): Set errno to EDOM for Â±Inf.
3139         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
3140         (__cosl): Set errno to EDOM for Â±Inf.
3141         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
3142         (__sinl): Set errno to EDOM for Â±Inf.
3144         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
3145         defined, use it.
3146         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
3147         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
3148         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
3150 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
3152         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
3153         code accessing it.
3154         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
3156 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
3158         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
3159         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
3160         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
3161         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
3163         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
3164         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
3165         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
3166         defined.
3167         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3168         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3170 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
3172         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
3173         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
3174         is, either do nothing at all if __ASSUME_ACCEPT4, or
3175         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
3176         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
3177         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
3178         define.
3179         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
3180         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
3181         internal_accept4 in socket directory.
3183 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
3185         * sysdeps/ia64/configure.in: New file.
3187 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3189         [BZ #10162]
3190         * sysdeps/ia64/memchr.S: Use speculative load.
3192         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
3193         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
3194         use it.
3196         * sysdeps/i386/__longjmp.S: Add .text.
3197         * sysdeps/x86_64/__longjmp.S: Likewise.
3199 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
3201         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
3202         __ASSUME_ACCEPT4 for IA-64.
3204 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
3206         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
3208         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
3209         (SOCKOP_accept4): Define.
3211 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
3213         Sun approved the change of the license.
3214         * sunrpc/auth_des.c: Replace license text.
3215         * sunrpc/auth_none.c: Likewise.
3216         * sunrpc/auth_unix.c: Likewise.
3217         * sunrpc/authdes_prot.c: Likewise.
3218         * sunrpc/authuxprot.c: Likewise.
3219         * sunrpc/bindrsvprt.c: Likewise.
3220         * sunrpc/clnt_gen.c: Likewise.
3221         * sunrpc/clnt_perr.c: Likewise.
3222         * sunrpc/clnt_raw.c: Likewise.
3223         * sunrpc/clnt_simp.c: Likewise.
3224         * sunrpc/clnt_tcp.c: Likewise.
3225         * sunrpc/clnt_udp.c: Likewise.
3226         * sunrpc/clnt_unix.c: Likewise.
3227         * sunrpc/des_crypt.c: Likewise.
3228         * sunrpc/des_soft.c: Likewise.
3229         * sunrpc/get_myaddr.c: Likewise.
3230         * sunrpc/getrpcport.c: Likewise.
3231         * sunrpc/key_call.c: Likewise.
3232         * sunrpc/key_prot.c: Likewise.
3233         * sunrpc/openchild.c: Likewise.
3234         * sunrpc/pm_getmaps.c: Likewise.
3235         * sunrpc/pm_getport.c: Likewise.
3236         * sunrpc/pmap_clnt.c: Likewise.
3237         * sunrpc/pmap_prot.c: Likewise.
3238         * sunrpc/pmap_prot2.c: Likewise.
3239         * sunrpc/pmap_rmt.c: Likewise.
3240         * sunrpc/rpc/auth.h: Likewise.
3241         * sunrpc/rpc/auth_unix.h: Likewise.
3242         * sunrpc/rpc/clnt.h: Likewise.
3243         * sunrpc/rpc/des_crypt.h: Likewise.
3244         * sunrpc/rpc/key_prot.h: Likewise.
3245         * sunrpc/rpc/netdb.h: Likewise.
3246         * sunrpc/rpc/pmap_clnt.h: Likewise.
3247         * sunrpc/rpc/pmap_prot.h: Likewise.
3248         * sunrpc/rpc/pmap_rmt.h: Likewise.
3249         * sunrpc/rpc/rpc.h: Likewise.
3250         * sunrpc/rpc/rpc_des.h: Likewise.
3251         * sunrpc/rpc/rpc_msg.h: Likewise.
3252         * sunrpc/rpc/svc.h: Likewise.
3253         * sunrpc/rpc/svc_auth.h: Likewise.
3254         * sunrpc/rpc/types.h: Likewise.
3255         * sunrpc/rpc/xdr.h: Likewise.
3256         * sunrpc/rpc_clntout.c: Likewise.
3257         * sunrpc/rpc_cmsg.c: Likewise.
3258         * sunrpc/rpc_common.c: Likewise.
3259         * sunrpc/rpc_cout.c: Likewise.
3260         * sunrpc/rpc_dtable.c: Likewise.
3261         * sunrpc/rpc_hout.c: Likewise.
3262         * sunrpc/rpc_main.c: Likewise.
3263         * sunrpc/rpc_parse.c: Likewise.
3264         * sunrpc/rpc_parse.h: Likewise.
3265         * sunrpc/rpc_prot.c: Likewise.
3266         * sunrpc/rpc_sample.c: Likewise.
3267         * sunrpc/rpc_scan.c: Likewise.
3268         * sunrpc/rpc_scan.h: Likewise.
3269         * sunrpc/rpc_svcout.c: Likewise.
3270         * sunrpc/rpc_tblout.c: Likewise.
3271         * sunrpc/rpc_util.c: Likewise.
3272         * sunrpc/rpc_util.h: Likewise.
3273         * sunrpc/rpcinfo.c: Likewise.
3274         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
3275         * sunrpc/rpcsvc/key_prot.x: Likewise.
3276         * sunrpc/rpcsvc/klm_prot.x: Likewise.
3277         * sunrpc/rpcsvc/mount.x: Likewise.
3278         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
3279         * sunrpc/rpcsvc/rex.x: Likewise.
3280         * sunrpc/rpcsvc/rstat.x: Likewise.
3281         * sunrpc/rpcsvc/rusers.x: Likewise.
3282         * sunrpc/rpcsvc/sm_inter.x: Likewise.
3283         * sunrpc/rpcsvc/spray.x: Likewise.
3284         * sunrpc/rpcsvc/yppasswd.x: Likewise.
3285         * sunrpc/rtime.c: Likewise.
3286         * sunrpc/svc.c: Likewise.
3287         * sunrpc/svc_auth.c: Likewise.
3288         * sunrpc/svc_authux.c: Likewise.
3289         * sunrpc/svc_raw.c: Likewise.
3290         * sunrpc/svc_run.c: Likewise.
3291         * sunrpc/svc_simple.c: Likewise.
3292         * sunrpc/svc_tcp.c: Likewise.
3293         * sunrpc/svc_udp.c: Likewise.
3294         * sunrpc/svc_unix.c: Likewise.
3295         * sunrpc/svcauth_des.c: Likewise.
3296         * sunrpc/xcrypt.c: Likewise.
3297         * sunrpc/xdr.c: Likewise.
3298         * sunrpc/xdr_array.c: Likewise.
3299         * sunrpc/xdr_float.c: Likewise.
3300         * sunrpc/xdr_mem.c: Likewise.
3301         * sunrpc/xdr_rec.c: Likewise.
3302         * sunrpc/xdr_ref.c: Likewise.
3303         * sunrpc/xdr_sizeof.c: Likewise.
3304         * sunrpc/xdr_stdio.c: Likewise.
3306         * po/da.po: Update from translation team.
3308 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3310         * sysdeps/sh/____longjmp_chk.S: New file.
3311         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
3312         * sysdeps/sh/sh4/__longjmp.S: Likewise.
3314 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
3315             Ulrich Drepper  <drepper@redhat.com>
3317         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
3318         (__nscd_cache_search): Assume each entry in the
3319         hash chain needs one hashentry and half of datahead.  Use
3320         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
3322 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
3324         * posix/sys/wait.h: Fix typos.  Pretty printing.
3325         * stdlib/stdlib.h: Likewise.  Correct comments.
3327         [BZ #10159]
3328         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
3330         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
3331         patch.
3333 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3335         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
3336         Use it if we absolutely cannot reach any more correct list elements
3337         because that many do not fit into the currently mapped database.
3339 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
3341         * nscd/nscd_helper.c: Include stddef.h.
3342         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
3343         in a couple of places.  Return NULL if trail is not less than
3344         datasize, don't consider dataheads with length smaller than
3345         offsetof (struct datahead, data) + datalen.
3346         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
3347         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
3348         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3349         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3350         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3351         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3352         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3354         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
3355         Rename ...
3356         (fallocate64): ... to this.
3357         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
3358         Rename ...
3359         (fallocate64): ... to this.
3360         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
3361         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
3362         fallocate64@@GLIBC_2.10.
3363         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
3364         fallocate64@@GLIBC_2.11.
3365         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
3366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
3367         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
3368         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
3370         * nscd/selinux.c (nscd_avc_destroy): Removed.
3371         * nscd/selinux.h (nscd_avc_destroy): Likewise.
3372         * nscd/nscd.c (termination_handler): Don't call
3373         nscd_avc_destroy.
3375 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
3377         * include/atomic.h: Formatting.
3378         (catomic_compare_and_exchange_val_acq): Don't define if already
3379         defined by bits/atomic.h.
3381 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3383         * math/libm-test.inc (expm1_test): Add test for range error.
3385         * Versions.def: Add GLIBC_2.11 for libc.
3386         * debug/Makefile (routines): Add longjmp_chk.
3387         Add rules to build and run tst-longjmp_chk.
3388         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
3389         * debug/longjmp_chk.c: New file.
3390         * debug/tst-longjmp_chk.c: New file.
3391         * include/bits/setjmp2.: New file.
3392         * include/stdio.h: Mark __fortify_fail as internal_function.
3393         * setjmp/Makefile (headers): Add bits/setjmp2.h.
3394         * setjmp/bits/setjmp2.h: New file.
3395         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
3396         of the aliases.
3397         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
3398         defined.
3399         * sysdeps/i386/____longjmp_chk.S: New file.
3400         * sysdeps/x86_64/____longjmp_chk.S: New file.
3401         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
3402         * sysdeps/x86_64/__longjmp.S: Likewise.
3404         * version.h: Bump for 2.11 development.
3406         * elf/check-execstack.c: New file.
3407         * elf/Makefile: Add rules to build and run check-execstack.
3409 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
3411         * version.h (VERSION): Bump to 2.10.1.
3413         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
3414         compatibility functions.
3415         * nss/getXXent_r.c: Likewise.
3416         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
3417         * gshadow/getsgnam_r.c: Likewise.
3418         * gshadow/Version: Remove duplicate entries.
3420         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
3421         for recent processor.
3422         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
3423         Likewise.
3425 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
3427         * version.h (VERSION): Bump for 2.10 release.
3428         * include/features.h (__GLIBC_MINOR__): Bump to 10.
3430         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
3431         same place we add ASFLAGS-config.
3433 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
3435         [BZ #10128]
3436         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
3437         or FORMERR and the other NOERROR, don't raise an error.
3439 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
3441         [BZ #10118]
3442         * Makeconfig (+asflags): New variable based upon ASFLAG or
3443         asflags-cpu.
3444         (ASFLAGS): Add override to set ASFLAGS to +asflags.
3445         * config.make.in (asflags-cpu): Add variable based upon
3446         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
3447         the assembler.
3448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3449         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
3450         recognizes power6 instruction set due to passing -mcpu=power6 from
3451         --with-cpu=power6 when compiling .S files.
3452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3453         Likewise.
3454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3455         Likewise.
3456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3457         Likewise.
3459 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
3461         * string/stratcliff.c (do_test): Test for zero length
3462         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
3463         at the end of the page.
3465 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
3467         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
3469         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
3470         count is zero.
3472         * po/da.po: Update from translation team.
3474 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
3476         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
3477         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
3479 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
3481         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
3482         and READ_IMPLIES_EXEC.
3484 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
3486         * po/da.po: Update from translation team.
3488 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
3490         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
3491         comment change.
3493 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3495         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
3496         to MAP_ANON in PROT_NONE mmap64 call.
3497         (open_archive): Likewise.
3498         (file_data_available_p): Use mmap64 instead of mremap.
3499         (enlarge_archive): Likewise.  Update head if ah->addr changed.
3500         Attempt to reserve address space after mmap64 region.
3502 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
3504         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
3505         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
3506         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3508         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
3509         atanh should set ERANGE.
3511         [BZ #10087]
3512         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
3513         result of lookup to make call to implement STT_GNU_IFUNC.
3514         (_dl_profile_fixup): Likewise.
3515         Patch by H.J. Lu <hjl.tools@gmail.com>.
3517         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
3518         warning.
3520         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
3521         from definition.
3523         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
3524         label if it is not used.
3526         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
3527         of gmon_hist_hdr and gmon_hdr structures and use them.
3528         * elf/sprof.c: Likewise.
3530         * elf/dl-load.c (open_verify): Add temporary variable to avoid
3531         warning.
3533         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
3535         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
3536         to avoid cast.
3538         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
3539         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
3540         to avoid warnings.
3541         (iruserok_af): Use ss_family instead of casts.
3543         * gmon/gmon.c (write_hist): Define real-type variant of
3544         gmon_hist_hdr structure and use it.
3545         (write_gmon): Likewise for gmon_hdr.
3547         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
3548         function if we are not going to define it.
3549         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3551         * inet/inet6_option.c (option_alloc): Add temporary variable to
3552         avoid warning.
3554         * libio/strfile.h (struct _IO_streambuf): Use correct type and
3555         name of VTable element.
3556         * libio/iovsprintf.c: Avoid casts to avoid warnings.
3557         * libio/iovsscanf.c: Likewise.
3558         * libio/vasprintf.c: Likewise.
3559         * libio/vsnprintf.c: Likewise.
3560         * stdio-common/isoc99_vsscanf.c: Likewise.
3561         * stdlib/strfmon_l.c: Likewise.
3562         * debug/vasprintf_chk.c: Likewise.
3563         * debug/vsnprintf_chk.c: Likewise.
3564         * debug/vsprintf_chk.c: Likewise.
3566         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
3567         function pointers.
3569 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
3571         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
3573 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
3575         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
3577         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
3578         * sysdeps/i386/fpu/s_tanf.S: Likewise.
3579         * sysdeps/i386/fpu/s_tanl.S: Likewise.
3580         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3581         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
3582         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
3583         * math/libm-test.inc: Add tests for errno after tan calls with
3584         Â±Inf.
3586         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
3587         errno value vor pow(+-0,neg).
3588         * math/libm-test.inc (pow_test): Add tests for errno value for
3589         pole errors.
3591         * math/w_fmod.c: Also handle x=±Inf as error.
3592         * math/w_fmodf.c: Likewise.
3593         * math/w_fmodl.c: Likewise.
3594         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
3595         x=±Inf or y=0.
3597         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
3598         * sysdeps/i386/fpu/s_cosf.S: Likewise.
3599         * sysdeps/i386/fpu/s_cosl.S: Likewise.
3600         * sysdeps/i386/fpu/s_sin.S: Likewise.
3601         * sysdeps/i386/fpu/s_sinf.S: Likewise.
3602         * sysdeps/i386/fpu/s_sinl.S: Likewise.
3603         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3604         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
3605         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
3606         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
3607         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
3608         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
3609         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
3610         * math/libm-test.inc: Add tests for errno after sin/cos calls with
3611         Â±Inf.
3613         * stdlib/strtod_l.c (round_and_return): We have to set errno to
3614         ERANGE for underflows.
3615         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
3617         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
3618         the 2001 revision.
3620         * libio/tst-widetext.input: Remove surrogates.
3622         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
3624         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
3625         for lgamma should set errno to ERANGE, not EDOM.
3626         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
3628 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3630         [BZ #10093]
3631         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
3632         UTF-16 surrogates.
3634         * locale/programs/locarchive.c (enlarge_archive): Conserve address
3635         space when temporarily mapping the whole content of the old file.
3637         [BZ #10100]
3638         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
3639         not zero.
3641 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
3643         * iconvdata/sjis.c (BODY): Don't advance inptr before
3644         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
3645         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
3646         two byte chars.
3648 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3650         * locale/locarchive.h (struct locarhandle): Rename len field to
3651         mmaped and add new reserved field.
3652         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
3653         (create_archive): Reserve address space and then map file into it.
3654         (open_archive): Likewise.
3655         (file_data_available_p): New function.
3656         (compare_from_file): New function.
3657         (close_archive): Adjust to member name changes.
3658         (add_locale): Before comparing locale data, check it is mapped.
3659         Otherwise fall back to reading from the file.
3661 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
3663         * stdio-common/psiginfo.c: Include <errno.h>.
3665 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3667         [BZ #9920]
3668         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
3669         to get consistency between 32 and 64 bit architectures.
3671         [BZ #10052]
3672         * sysdeps/unix/make-syscalls.sh: Add rule to create target
3673         directory for dummy syscall rules.
3674         Patch by Chris Steinbroner <hesh@pobox.com>.
3676 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
3678         [BZ #10092]
3679         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
3680         MNT_EXPIRE.
3682 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3684         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
3685         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3687 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
3689         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
3690         data from vector to temporary buffer and call PWRITEV after it
3691         instead of vice versa.
3692         * sysdeps/posix/preadv.c: Fix up comment.
3693         * misc/preadv.c: Likewise.
3694         * misc/preadv64.c: Likewise.
3695         * misc/pwritev.c: Likewise.
3696         * misc/pwritev64.c: Likewise.
3697         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
3699 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3701         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
3703         * shadow/Makefile (tests): Add tst-shadow.
3704         * shadow/tst-shadow.c: New file.
3706         [BZ #9955]
3707         * gshadow/Makefile: New file.
3708         * gshadow/Versions: New file.
3709         * gshadow/fgetsgent.c: New file.
3710         * gshadow/fgetsgent_r.c: New file.
3711         * gshadow/getsgent.c: New file.
3712         * gshadow/getsgent_r.c: New file.
3713         * gshadow/getsgnam.c: New file.
3714         * gshadow/getsgnam_r.c: New file.
3715         * gshadow/gshadow.h: New file.
3716         * gshadow/putsgent.c: New file.
3717         * gshadow/sgetsgent.c: New file.
3718         * gshadow/sgetsgent_r.c: New file.
3719         * gshadow/tst-gshadow.c: New file.
3720         * include/gshadow.h: New file.
3721         * Makeconfig (all-subdirs): Add gshadow.
3722         * Makefile (installed-headers): Add gshadow/gshadow.h.
3723         * nss/Makefile (databases): Add sgrp.
3724         * nss/Versions: Add gshadow functions as private exports.
3725         * nss/nsswitch.conf: Add gshadow entry.
3726         * nss/sgrp-lookup.c: New file.
3727         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
3728         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
3729         * nss/nss_files/files-sgrp.c: New file.
3730         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
3731         * sysdeps/unix/sysv/linux/paths.h: Likewise.
3733 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
3735         * stdio-common/printf.h: Add missing const to register_printf_modifier.
3736         * stdio-common/reg-modifier.c: Likewise.
3738 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
3740         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
3741         is no FPU.
3743 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
3745         [BZ #10086]
3746         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
3747         headers up to 2.6.30.
3749         * po/ca.po: Update from translation team.
3751 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
3753         [BZ #10069]
3754         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
3755         an object that uses static TLS if the TLS modid is higher than the
3756         reserve we always allocate.  At least for multi-threaded code.
3758 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
3760         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
3761         Numerically stable check for valid width.
3763         * locale/programs/locarchive.c (open_archive): Map the entire file
3764         and not just the administrative data.
3765         (add_locale): When we find a hash sum match compare the content
3766         to be sure.
3768         * malloc/malloc.c (malloc_info): Output address space information.
3770 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
3772         * malloc/malloc.c (malloc_info): Also output system memory information.
3774         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
3775         architectures have preadv/pwritev in 2.6.30.
3777         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
3778         * sysdeps/posix/readv.c: Likewise.
3779         Reported by Markus Armbruster <armbru@redhat.com>.
3781         * malloc/hooks.c (top_check): Force hook value into register.
3783 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3785         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
3786         calls to _dl_relocate_object.
3788 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3790         [BZ #9957]
3791         * malloc/malloc.c (force_reg): Define.
3792         (sYSMALLOc): Load hook variable into variable
3793         before test and force into register.
3794         (sYSTRIm): Likewise.
3795         (public_mALLOc): Force hook value into register.
3796         (public_fREe): Likewise.
3797         (public_rEALLOc): Likewise.
3798         (public_mEMALIGn): Likewise.
3799         (public_vALLOc): Likewise.
3800         (public_pVALLOc): Likewise.
3801         (public_cALLOc): Likewise.
3802         (__posix_memalign): Likewise.
3803         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
3804         before test and force into register.
3805         * malloc/hooks.c (top_check): Likewise.
3806         (public_sET_STATe): Pretty printing.
3808         * resolv/res_send.c (send_dg): Don't just ignore the result we got
3809         in case we only receive one reply in single-request mode.
3811 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
3813         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
3814         are dlopened in statically linked program even for __LM_ID_CALLER.
3816 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3818         * resolv/res_send.c (send_dg): Don't switch into single-request
3819         mode if we already are in it.
3821 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
3823         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
3824         are always at least 4 bytes in the returned line.
3826 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
3828         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
3829         __libc_use_alloca (8192), if the stack is too small use 512 bytes
3830         instead of 8K.  Stop searching in /proc/stat after hitting first
3831         line not starting with cpu.
3832         (next_line): Truncate too long
3833         lines at buffer size * 3/4 instead of pretending there were line
3834         breaks inside of large lines.
3836 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3838         * sysdeps/x86_64/mp_clz_tab.c: New file.
3840 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
3841             Ulrich Drepper  <drepper@redhat.com>
3843         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
3844         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
3845         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
3847 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
3849         * sysdeps/sh/libc-tls.c: New file.
3851         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
3853 2009-04-14  Roland McGrath  <roland@redhat.com>
3855         * elf/elf.h: Add various missing ARM constants, to match binutils.
3857 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3859         Optimizations from GMP.
3860         * sysdeps/x86_64/add_n.S: New file.
3861         * sysdeps/x86_64/addmul_1.S: New file.
3862         * sysdeps/x86_64/lshift.S: New file.
3863         * sysdeps/x86_64/mul_1.S: New file.
3864         * sysdeps/x86_64/rshift.S: New file.
3865         * sysdeps/x86_64/sub_n.S: New file.
3866         * sysdeps/x86_64/submul_1.S: New file.
3868 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3870         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
3871         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
3872         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
3873         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3875 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3877         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
3878         preadv/pwritev.
3880 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
3882         * sysdeps/x86-64/strrchr.S: New file.
3884 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
3886         * stdio-common/printf.h (struct printf_info): Add user element.
3887         New types printf_arginfo_size_function, printf_va_arg_function.
3888         Declare register_printf_specifier, register_printf_modifier,
3889         register_printf_type.
3890         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
3891         (union printf_arg): Add pa_user element.
3892         Adjust __printf_arginfo_table type.
3893         Add __printf_va_arg_table, __printf_modifier_table,
3894         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
3895         declarations.
3896         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
3897         If registered arginfo call failed try normal specifier.
3898         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
3899         function.
3900         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
3901         * stdio-common/Versions: Export register_printf_modifier,
3902         register_printf_type, and register_printf_specifier for GLIBC_2.10.
3903         * stdio-common/reg-modifier.c: New file.
3904         * stdio-common/reg-type.c: New file.
3905         * stdio-common/reg-printf.c (__register_printf_specifier): New
3906         function.  Mostly the old __register_printf_function function but
3907         uses locking and type of third parameter changed.
3908         (__register_printf_function): Implement using
3909         __register_printf_specifier.
3910         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
3911         calls to arginfo functions.  Allocate enough memory for user-defined
3912         types.  Call new va_arg functions to get user-defined types.
3913         Try installed handlers even for existing format specifiers first.
3915 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
3917         * sysdeps/x86_64/rawmemchr.S: New file.
3919         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
3920         Simplified code and possible copy problem fixed.
3922         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
3923         function if it is not defined.  Add some necessary casts.
3924         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3926         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
3927         have preadv/pwritev in 2.6.30.
3929 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
3931         * malloc/malloc.c (malloc_info): New function.
3932         * malloc/malloc.h: Declare it.
3933         * malloc/Versions: Export malloc_info for GLIBC_2.10.
3935         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
3936         to avoid PLT slot.
3938         * malloc/malloc.c (_int_realloc): Add parameter with old block
3939         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
3940         Adjust all callers.
3941         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
3943 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
3945         * sysdeps/x86_64/strchrnul.S: New file.
3947         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
3948         depending libcrypt on -lfreebl3.
3950         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
3951         preadv/pwritev in 2.6.30.
3953         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
3954         instead of __strcasecmp.
3956         * string/stratcliff.c (do_test): Add memchr tests..
3957         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
3958         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
3959         first read quad word.
3961 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
3963         * string/strverscmp.c (__strverscmp): Fix last cleanups.
3964         * string/tst-svc.input: Add new test case.
3965         * string/tst-svc.expect: Adjust.
3966         * string/Makefile: Don't ignore tst-svc error.
3968         * sysdeps/x86_64/memchr.S: New file.
3970         * resolv/resolv.h (RES_SNGLKUP): Define.
3971         * resolv/res_init.c (res_setoptions): Recognize single-request option.
3972         * resolv/res_send.c (send_dg): If we sent two requests at once and
3973         only get one reply before timeout switch to mode where we send the
3974         second request only after the first answer has been received.
3976 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
3978         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
3979         * sysdeps/x86_64/strchr.S: Likewise.
3981 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
3983         * configure.in: We need to test for the compiler earlier.
3985         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
3986         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
3987         GLIBC_2.10.
3988         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
3989         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
3990         and pwritev.
3991         * misc/preadv.c: New file.
3992         * misc/preadv64.c: New file.
3993         * misc/pwritev.c: New file.
3994         * misc/pwritev64.c: New file.
3995         * sysdeps/posx/preadv.c: New file.
3996         * sysdeps/posx/preadv64.c: New file.
3997         * sysdeps/posx/pwritev.c: New file.
3998         * sysdeps/posx/pwritev64.c: New file.
3999         * sysdeps/unix/sysv/linux/preadv.c: New file.
4000         * sysdeps/unix/sysv/linux/preadv64.c: New file.
4001         * sysdeps/unix/sysv/linux/pwritev.c: New file.
4002         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
4003         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
4004         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
4006         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
4007         compatibility code.
4008         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
4010         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4011         __ASSUME_COMPLETE_READV_WRITEV.
4012         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
4013         with modern kernels.
4014         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4016         * sysdeps/posix/readv.c: Since read is a cancellation point we have
4017         to free a possible malloced buffer in case of cancellation.
4018         * sysdeps/posix/writev.c: Likewise for write.
4020 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
4022         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
4024         * configure.in: Recognize --enable-nss-crypt.
4025         * config.make.in: Add nss-crypt entry.
4026         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
4027         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
4028         and include path for NSS directory to compiler for md5-crypt,
4029         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
4030         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
4031         function implementation, use NSS.  Introduce wrappers around the
4032         hash function calls.  Little code size optimization.
4033         * crypt/sha256-crypt.c: Likewise.
4034         * crypt/sha512-crypt.c: Likewise.
4035         * scripts/check-local-headers.sh: Ignore nss3 directory.
4037         * configure.in: Rename pic_default to libc_cv_pic_default.
4038         * config.make.in: Likewise.
4040 2009-04-01  Roland McGrath  <roland@redhat.com>
4042         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
4043         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
4044         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
4045         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
4046         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
4047         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
4048         (R_SPARC_NUM): Update.
4049         From Dave Miller <davem@davemloft.net>.
4051 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
4053         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
4055 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
4057         * elf/dl-open.c: Keep track of used name spaces and only iterate over
4058         those which are used.
4059         * elf/dl-addr.c: Likewise.
4060         * elf/dl-caller.c: Likewise.
4061         * elf/dl-fini.c: Likewise.
4062         * elf/dl-iteratephdr.c: Likewise.
4063         * elf/dl-libc.c: Likewise.
4064         * elf/dl-load.c: Likewise.
4065         * elf/dl-support.c: Likewise.
4066         * elf/dl-sym.c: Likewise.
4067         * elf/rtld.c: Likewise.
4068         * sysdeps/generic/ldsodefs.h: Likewise.
4070         * elf/dl-load.c: Remove support for systems without MAP_ANON.
4071         * elf/dl-minimal.c: Likewise.
4072         * elf/dl-misc.c: Likewise.
4073         * elf/rtld.c: Likewise.
4074         * sysdeps/generic/ldsodefs.h: Likewise.
4076 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
4078         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
4079         Avoid reuse of complex expression.
4081         * po/fr.po: Update from translation team.
4083 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
4085         * include/dirent.h: Yet more changes to match sort function type
4086         change.
4087         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
4088         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
4089         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
4091 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
4093         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
4095 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
4097         * nscd/connections.c (restart): Try to preserve the process name
4098         by reading the /proc/self/exe symlink and using the return name.
4099         Patch by Jeff Bastian <jbastian@redhat.com>.
4101 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
4103         [BZ #9733]
4104         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
4105         if we are not loading a new audit library.
4106         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
4107         Only use profiling trampoline for auditing if we are not relocating
4108         an audit library.
4109         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
4110         * elf/rtld.c: Likewise.
4111         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
4113         * elf/rtld.c (dl_main): Extend help message for --audit option.
4115         [BZ #9759]
4116         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
4117         alphasort64, versionsort, and versionsort64 to POSIX 2008.
4118         * dirent/alphasort.c: Adjust implementation to type change.
4119         * dirent/alphasort64.c: Likewise.
4120         * dirent/scandir.c: Likewise.
4121         * dirent/versionsort.c: Likewise.
4122         * dirent/versionsort64.c: Likewise.
4123         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
4124         declaration.
4125         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
4126         declaration.
4128         [BZ #9880]
4129         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
4130         correctly.  Set segleft member in output as required.
4131         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4132         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
4134         [BZ #9881]
4135         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
4136         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4137         * inet/Makefile (tests): Add tst-inet6_rth.
4138         * inet/tst-inet6_rth.c: New file.
4140         [BZ #5807]
4141         * string/strlen.c (strlen): Fix omission in the expression to test
4142         for NUL bytes.
4144 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4146         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
4148         * elf/dl-runtime.c (reloc_offset): Define.
4149         (reloc_index): Define.
4150         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
4151         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
4152         computing index from reloc_offset.
4153         (_dl_call_pltexit): Likewise.
4154         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
4155         the relocation index to _dl_fixup.
4156         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
4157         _dl_call_pltexit.
4158         * sysdeps/x86_64/dl-runtime.c: New file.
4160         [BZ #9893]
4161         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
4162         alignment of La_x86_64_regs.  Store xmm parameters.
4163         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
4165         [BZ #9913]
4166         * string/strverscmp.c (__strverscmp): Fix case of different digits
4167         in fractional part of string.
4168         Patch by Jingyu Liu <jyliu@fortinet.com>.
4169         * string/Makefile (tests): Add tst-svc2.
4170         * string/tst-svc2.c: New file.
4172         * string/strverscmp.c (__strverscmp): Optimize size of tables.
4174         * locale/iso-639.def: Add Min Nan.
4176 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4178         [BZ #9948]
4179         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
4181 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4183         * elf/dl-sysdep.c (auxvars): Compress data structure.
4185         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
4186         STT_GNU_IFUNC handling.
4187         (elf_machine_rela): Likewise.
4189 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
4191         * config.h.in (USE_MULTIARCH): Define.
4192         * configure.in: Handle --enable-multi-arch.
4193         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
4194         (_dl_fixup_profile): Likewise.
4195         * elf/do-lookup.c (dl_lookup_x): Likewise.
4196         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
4197         * elf/elf.h (STT_GNU_IFUNC): Define.
4198         * include/libc-symbols.h (libc_ifunc): Define.
4199         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
4200         framework in init-arch.h to get CPUID values.
4201         * sysdeps/x86_64/multiarch/Makefile: New file.
4202         * sysdeps/x86_64/multiarch/init-arch.c: New file.
4203         * sysdeps/x86_64/multiarch/init-arch.h: New file.
4204         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
4206         * config.make.in (experimental-malloc): Define.
4207         * configure.in: Handle --enable-experimental-malloc.
4208         * malloc/Makefile: Handle experimental-malloc flag.
4209         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
4210         * malloc/arena.c: Likewise.
4211         * malloc/hooks.c: Likewise.
4212         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
4214 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
4216         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
4217         prediction.  A few size optimizations.
4219 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4221         * time/tzset.c: Optimize a bit for size.
4223 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4225         * include/stdio.h (fmemopen): Add libc_hidden_proto.
4226         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
4228         * elf/sprof.c: Avoid warning about multi-line comment.
4230 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4232         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
4233         DST name.
4234         * time/tst-posixtz.c: Add tests for quoted timezone names.
4236 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4238         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
4239         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
4240         200809L instead of 200112L.
4241         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
4242         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
4244         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
4245         instead of __quick_exit_funcs to __run_exit_handlers.
4246         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
4247         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
4248         (__cxa_at_quick_exit): Remove attribute_hidden.
4249         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
4250         to __run_exit_handlers.
4251         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
4252         attribute_hidden.
4254 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4256         * po/id.po: Update from translation team.
4258 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
4260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
4261         .machine push; .machine "power6" and .machine pop around mtfsf
4262         insns outside of _ARCH_PWR6 define.
4263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
4264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
4265         Likewise.
4266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
4267         Likewise.
4268         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
4269         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
4270         relax_fenv_state): Likewise.
4272 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
4274         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
4275         cxa_at_quick_exit.
4276         (static-only-routines): Add at_quick_exit.
4277         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
4278         GLIBC_2.10.
4279         * stdlib/quick_exit.c: New file.
4280         * stdlib/at_quick_exit.c: New file.
4281         * stdlib/cxa_at_quick_exit.c: New file.
4282         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
4283         it appropriately.
4284         (__internal_atexit): New function.
4285         (__new_exitfn): Now takes parameter to point to the list to use.
4286         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
4287         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
4288         (exit): ...here.  Just call __run_exit_handlers appropriately.
4289         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
4290         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
4291         * stdlib/on_exit.c: Adjust call to __new_exitfn.
4292         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
4294         * po/id.po: Update from translation team.
4296 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
4298         * po/ru.po: Update from translation team.
4300 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
4302         * po/nl.po: Update from translation team.
4304 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
4306         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
4307         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4308         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4309         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4310         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4311         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4312         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4314         * po/pl.po: Update from translation team.
4316 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4318         [BZ #7083]
4319         * sysdeps/unix/sysv/linux/fallocate.c: New file.
4320         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
4321         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
4322         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
4323         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
4324         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
4325         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
4326         for GLIBC_2.10.
4327         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
4328         Add fallocate and fallocate64.
4330         * io/fcntl.h: Pretty printing.
4332 2009-03-02  Richard Guenther  <rguenther@suse.de>
4334         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
4335         attribute also for non-C99 inline semantics variant.
4337 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4339         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
4340         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
4341         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
4342         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
4343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
4344         Likewise.
4345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
4346         Likewise.
4348 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4350         * po/cs.po: Update from translation team.
4352 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
4354         * po/bg.po: Update from translation team.
4355         * po/sv.po: Likewise.
4356         * po/fi.po: Likewise.
4357         * po/vi.po: Likewise.
4359 2009-02-27  Roland McGrath  <roland@redhat.com>
4361         * Makeconfig (%.v.i): Depend on Makeconfig.
4362         Exclude % lines from initial #-comment removal.
4364 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
4366         * po/ko.po: Update from translation team.
4368 2009-02-26  Roland McGrath  <roland@redhat.com>
4370         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
4371         avoids unused warning.
4373 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
4374             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
4376         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
4377         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
4378         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
4379         and asm/user.h.  Include asm/ptrace.h.
4380         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
4381         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
4382         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
4383         Undefine.
4384         (start_thread): Don't undefine.
4385         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
4386         Define.
4388 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
4390         * wctype/wctype.h: The *_l functions are in POSIX 2008.
4391         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
4392         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
4393         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
4394         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
4395         200112L to 200809L.
4396         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
4397         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4398         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
4399         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4400         _SC_THREAD_ROBUST_PRIO_PROTECT.
4401         * posix/unistd.h: fexecve is in POSIX 2008.
4402         * time/time.h: strftime_l is in POSIX 2008.
4403         * io/sys/stat.h: futimens is in POSIX 2008.
4404         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
4405         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
4406         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
4407         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
4408         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
4409         open_memstream, and vdprintf are in POSIX 2008.
4411 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
4413         * include/features.h: Define macros for XPG7/POSIX 2008.
4414         * ctype/ctype.h: The *_l functions are in POSIX 2008.
4415         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
4416         POSIX 2008.
4417         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
4418         * locale/xlocale.h: Define locale_t type.
4419         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
4420         in POSIX 2008.  Don't define locale_t here.
4421         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
4422         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
4423         UTIME_OMIT only with __USE_ATFILE.
4424         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
4425         * stdio-common/psiginfo.c: New file.
4426         * stdio-common/psiginfo-data.h: New file.
4427         * stdio-common/psiginfo-define.h: New file.
4428         * stdio-common/Makefile (routines): Add psiginfo.
4429         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
4430         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4431         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
4432         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4433         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4434         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
4435         * io/sys/stat.h: Move mknodat definition into same conditional as
4436         mknod.
4437         * time/sys/time.h: futimesat is not among the functions accepted
4438         into the POSIX standard.
4440         * include/features.h: If no feature selection given and we select
4441         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
4442         * posix/Versions: Export __posix_getopt.
4443         * posix/getopt.c (_getopt_initialize): Take additional parameter.
4444         Use it to alternatively initialize __posixly_correct.
4445         (_getopt_internal_r): Take addition parameter.  Pass on to
4446         _getopt_initialize.
4447         (_getopt_internal): Take addition parameter.  Pass on to
4448         _getopt_internal_r.
4449         (getopt): Pass additional zero to _getopt_internal.
4450         (__posix_getopt): New function.
4451         * posix/getopt.h: Add redirection for getopt.
4452         * posix/getopt1.c (getopt_long): Pass additional zero to
4453         _getopt_internal.
4454         (getopt_long_only): Likewise.
4455         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
4456         (_getopt_long_only_r): Likewise.
4457         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
4458         _getopt_internal_r.
4460 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4462         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
4463         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4464         * sysdeps/posix/sysconf.c (__sysconf): Handle
4465         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
4466         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4468 2009-02-24  Roland McGrath  <roland@redhat.com>
4470         [BZ #9895]
4471         * README.template: Reworded not to use substituted version number.
4472         Renamed to ...
4473         * README: ... here (no longer generated).
4474         * Makefile (README): Target removed.
4476 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4478         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
4479         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
4480         instead.
4482         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
4484         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
4486 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
4488         * po/bg.po: Update from translation team.
4490 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
4492         * stdlib/monetary.h: Uglify function parameter names.
4493         * sunrpc/rpc/pmap_clnt.h: Likewise.
4494         * sunrpc/rpc/svc.h: Likewise.
4495         * sunrpc/rpc/xdr.h: Likewise.
4496         * sunrpc/rpc/clnt.h: Likewise.
4497         * resolv/netdb.h: Likewise.
4498         * resolv/arpa/nameser.h: Likewise.
4499         * resolv/resolv.h: Likewise.
4500         * argp/argp.h: Likewise.
4501         * locale/langinfo.h: Likewise.
4502         * io/sys/stat.h: Likewise.
4503         * posix/spawn.h: Likewise.
4504         * nis/rpcsvc/nislib.h: Likewise.
4505         * malloc/obstack.h: Likewise.
4506         * sysdeps/ia64/bits/link.h: Likewise.
4507         * sysdeps/i386/bits/link.h: Likewise.
4508         * sysdeps/s390/bits/link.h: Likewise.
4509         * sysdeps/powerpc/bits/link.h: Likewise.
4510         * sysdeps/x86_64/bits/link.h: Likewise.
4511         * sysdeps/sparc/bits/link.h: Likewise.
4512         * sysdeps/sh/bits/link.h: Likewise.
4513         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
4514         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
4515         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
4516         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4518 2008-12-01  Fredrik Unger  <fred@tree.se>
4520         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
4521         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
4522         _FP_UNPACK_RAW_2, fix up first argument.
4524 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
4526         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
4527         (GET_NPROCS_PARSER): Change parameters and use next_line.
4528         (__get_nprocs): Rewrite to not use stdio routines.
4529         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
4530         Change parameters and use next_line.
4532 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
4534         [BZ #5381]
4535         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
4536         Change mempool_alloc prototype.
4537         * nscd/mem.c (gc): Don't handle mem_in_flight.
4538         (mempool_alloc): Third parameter now only indicates whether this is the
4539         first call (to allocate data) or not.  If it is, get db rdlock.
4540         Release it on error.  Don't handle mem_in_flight.
4541         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
4542         Adjust third parameter of mempool_alloc calls.
4543         Nothing to do here in case mempool_alloc fails.
4544         Avoid local variable shadowing parameter.  No need to get db rdlock
4545         before calling cache_add.
4546         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
4547         no mem_in_flight array anymore.
4548         * nscd/connections.c: Remove definition and handling of mem_in_flight.
4549         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
4550         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
4551         in case mempool_alloc fails. No need to get db rdlock before calling
4552         cache_add.
4553         * nscd/hstcache.c (cache_addhst): Likewise.
4554         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4555         * nscd/servicescache.c (cache_addserv): Likewise.
4556         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
4558 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
4560         * po/lt.po: Update from translation team.
4562 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
4564         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
4565         defined, allow additional data to be added using the optional
4566         MORE_ELF_HEADER_DATA macro.
4567         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
4568         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
4570 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
4572         * include/atomic.h: Define catomic_and if not already defined.
4573         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
4574         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4576 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
4578         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
4579         Change all callers.
4580         (_int_realloc): Likewise.  Third argument is now padded size
4581         All _int_* functions are now static.
4583         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
4584         * malloc/arena.c: Likewise.
4585         * include/malloc.h: Remove now unnecessary declarations of the _int_*
4586         functions.
4588         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
4589         easily.
4591         * malloc/malloc.c: Add branch prediction for use of the hooks.
4593         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
4595 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4597         [BZ #7095]
4598         * bits/confname.h: Add SUSv7 macros for getconf environments.
4599         * bits/environments.h: Likewise.
4600         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
4601         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
4602         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
4603         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
4604         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
4605         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
4606         * posix/getconf.c: Likewise.
4607         * posix/sysconf.c: Likewise.
4608         * sysdeps/posix/sysconf.c: Likewise.
4609         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
4610         environments.
4612 2009-01-16  Petr Baudis  <pasky@suse.cz>
4614         [BZ #9753]
4615         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
4616         even if we currently have zero nscount.
4618 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4620         [BZ #9781]
4621         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
4622         the input line is too long.
4624         * po/Makefile (libc.pot): Add f_print as function taking c-format
4625         parameter.
4627         * debug/xtrace.sh: Unify translatable messages.
4628         * elf/ldd.bash.in: Likewise.
4629         * elf/sprof.c: Likewise.
4630         * locale/programs/locale.c: Likewise.
4631         * malloc/memusage.sh: Likewise.
4632         * nss/getent.c: Likewise.
4634 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
4636         * debug/pcprofiledump.c (print_version,
4637         argp_program_version_hook): New function.
4638         * elf/ldconfig.c (more_help): New function.
4639         (argp): Use it.
4640         * elf/sln.c (usage): New function.
4641         (main): Support --help and --version.
4642         * malloc/memusagestat.c (print_version): New function.
4643         (argp_program_version_hook): New variable.
4644         * nscd/nscd.c (more_help): New function.
4645         (argp): Use it.
4646         * posix/getconf.c (main): Send --version output to stdout.
4647         Support --help.
4648         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
4649         arguments.  All callers changed.
4650         (print_version): New function.
4651         (parseargs): Support --help and --version.
4652         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
4653         changed.
4654         (print_version): New function.
4655         (main): Use getopt_long.  Support --help and --version.
4656         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
4657         --version.
4659 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4661         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
4662         (update_data): Fix handling of wrapping back
4663         to the beginning of the buffer.
4665         [BZ #9823]
4666         * stdio-common/psignal.c (psignal): Fix test for empty string.
4668 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
4670         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
4671         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
4672         move _null_auth to .rodata.
4674         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
4675         value of 24.
4677         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
4679         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
4680         today than when the original code was written.  Use larger
4681         buffers.  This also makes it unnecessary to have stat information,
4682         if this causes extra efforts.
4683         (__opendir): In case O_DIRECTORY works, don't call fstat just for
4684         __alloc_dir.
4686 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
4688         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
4689         is set.
4690         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
4691         * sysdeps/sh/sh4/__longjmp.S: Likewise.
4692         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
4693         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
4694         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
4695         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
4697 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4699         * po/ru.po: Update from translation team.
4701 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4703         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
4704         Add _tid slot to maintain consistency with kernel.
4706 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4708         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
4709         incomplete characters at end of input buffer.
4710         * libio/Makefile (tests): Add tst-fgetwc.
4711         * libio/tst-fgetwc.c: New file.
4712         * libio/tst-fgetwc.input: New file.
4714 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
4716         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
4718 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
4720         [BZ #9793]
4721         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
4722         *OUTBUFSTART unless the whole output fit into the buffer.
4723         * iconv/Makefile (tests): Add tst-iconv4.
4724         * iconv/tst-iconv4.c: New file.
4726 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
4728         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
4729         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4731 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
4733         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
4734         newer linker scripts.
4736 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4738         [BZ #7040]
4739         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
4740         inotify_rm_watch should have type int.
4742 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
4744         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4745         Make aligned_restore_vmx a local symbol.
4746         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
4747         Likewise.
4749 2009-01-30  Andreas Jaeger  <aj@suse.de>
4751         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
4752         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
4753         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
4754         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
4755         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
4756         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
4757         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
4759 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
4761         [BZ #9726]
4762         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
4763         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
4765 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
4767         [BZ #9726]
4768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4769         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4771         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4773 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
4775         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
4776         memcpy instead of memcmp.
4777         (_dl_setup_pointer_guard): Likewise.
4779 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4781         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
4782         manipulated brk, use malloc_printerr.
4783         * misc/sbrk.c (__sbrk): Better error handling for nonsense
4784         requests.
4786 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
4788         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
4789         rindex): For C++ add inlines so that they can be recognized as
4790         builtins.
4791         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
4793 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4794             Jakub Jelinek  <jakub@redhat.com>
4796         * string/string.h: Define correct C++ prototypes for gcc 4.4.
4797         * wcsmbs/wchar.h: Likewise.
4799 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4801         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
4802         (stackinfo_sub_sp): Define.
4804 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4806         [BZ #9750]
4807         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
4808         * include/alloca.h (alloca_account): Define.
4809         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
4810         (stackinfo_sub_sp): Define.
4812         * nscd/connections.c (nscd_init): If database file access fails
4813         check whether this is due to permission problems and bail in that
4814         case.
4816         [BZ #9741]
4817         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
4818         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
4820 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4822         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
4823         Add "t" to clobber list.
4824         (INTERNAL_SYSCALL_NCS): Likewise.
4826 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4828         * nss/getent.c (print_networks): Don't print comma between aliases.
4830 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
4832         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
4834         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
4835         the hash table.
4836         * misc/Makefile (tests): Add bug-hsearch1.
4837         * misc/bug-hsearch1.c: New file.
4839 2009-01-22  Roland McGrath  <roland@redhat.com>
4841         * Makeconfig (%.v.i): Strip trailing # comments,
4842         not only whole-line comments.
4844 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
4846         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
4847         one parameter.  If non-NULL use it to initialize return value.
4848         (_dl_setup_pointer_guard): New function.
4849         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4850         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
4851         * elf/rtld.c (security_init): Pass _dl_random to
4852         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
4853         pointer_chk_guard.
4854         * elf/dl-sysdep.c (_dl_random): New variable.
4855         (_dl_sysdep_start): Handle AT_RANDOM.
4856         (_dl_show_auxv): Likewise.
4857         * elf/dl-support.c (_dl_random): New variable.
4858         (_dl_aux_init): Handle AT_RANDOM.
4859         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
4860         to _dl_setup_stack_chk_guard.
4862         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
4864 2009-01-10  Roland McGrath  <roland@redhat.com>
4866         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
4868 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
4870         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
4872         [BZ #9706]
4873         * nss/nss_files/files-parse.c (strtou32): New function.
4874         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
4875         across 32-bit and 64-bit platforms.
4876         (INT_FIELD_MAYBE_NULL): Likewise.
4878 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
4880         [BZ #9720]
4881         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
4882         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
4883         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
4884         Likewise.
4886 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
4888         [BZ #697]
4889         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4890         being NULL also if there are no backreferences.
4891         * posix/rxspencer/tests: Add testcases.
4893 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
4895         [BZ #9697]
4896         * posix/bug-regex17.c: Add testcases.
4897         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4898         handling.
4900 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4902         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
4903         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
4904         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
4905         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
4906         for elf subdir.
4907         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
4908         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
4909         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
4910         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
4911         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4912         * sysdeps/unix/sysv/linux/s390/Versions: New file.
4914 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
4916         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4917         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4918         re_string_skip_chars, re_string_reconstruct): Likewise.
4919         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4921 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
4923         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
4924         adjust the buffer alignment.
4926 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4928         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
4929         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
4930         net/route.h.
4932         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
4933         flavor to description only when flavor is not NULL.
4935         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
4936         mutex after SIGIO/SIGURG lookup loop.
4938 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4940         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
4942 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
4944         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
4945         handling.
4947 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
4949         * sysdeps/unix/sysv/linux/kernel-features.h
4950         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
4952         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
4953         if no output is written.
4955         * version.h: Bump to 2.10 development.
4957         * posix/getconf.c: Update copyright year.
4958         * nss/getent.c: Likewise.
4959         * iconv/iconvconfig.c: Likewise.
4960         * iconv/iconv_prog.c: Likewise.
4961         * elf/ldconfig.c: Likewise.
4962         * catgets/gencat.c: Likewise.
4963         * csu/version.c: Likewise.
4964         * elf/ldd.bash.in: Likewise.
4965         * elf/sprof.c (print_version): Likewise.
4966         * locale/programs/locale.c: Likewise.
4967         * locale/programs/localedef.c: Likewise.
4968         * nscd/nscd.c (print_version): Likewise.
4969         * debug/xtrace.sh: Likewise.
4970         * malloc/memusage.sh: Likewise.
4971         * malloc/mtrace.pl: Likewise.
4972         * debug/catchsegv.sh: Likewise.
4974 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
4976         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
4977         script.
4979 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
4981         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
4982         gethostbyname4_r function call succeeded, just leave the loop.
4984         [BZ #9694]
4985         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
4986         very end.
4987         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
4988         * wctype/Makefile (tests): Add bug-wctypeh.
4989         * wctype/bug-wctypeh.c: New file.
4991         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
4992         LOCALDOMAIN is defined.
4993         * nscd/nscd_getai.c (__nscd_getai): Likewise.
4995         * sysdeps/x86_64/bits/select.h: New file.
4997         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
4999 2008-12-21  Bruno Haible  <bruno@clisp.org>
5001         [BZ #9677]
5002         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
5003         if no output is written.
5005 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
5007         * login/utmp_file.c (pututline_file): Replace call to dup2 with
5008         libc internal symbol __dup2 to avoid access through the PLT.
5010 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
5012         [BZ #6545]
5013         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
5014         available only for __USE_GNU.
5016         * inet/Makefile (tests): Add tst-getni2.
5017         * inet/tst-getni2.c: New file.
5019         [BZ #7080]
5020         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
5021         NULL when NI_NAMEREQD is set.
5022         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
5023         * inet/Makefile (tests): Add tst-getni1.
5024         * inet/tst-getni1.c: New file.
5026 2008-12-03  Petr Baudis  <pasky@suse.cz>
5028         [BZ #7067]
5029         * nscd/connections.c (invalidate_cache): Use prune_run_lock
5030         instead of prune_lock.
5031         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
5032         * nscd/nscd.h (database_dyn): Add prune_run_cache.
5034 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
5036         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
5037         use.
5039         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
5040         handling.
5042         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
5043         after reading name server list.
5045         [BZ #7058]
5046         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
5047         handling for host name aliases.
5049 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
5051         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
5052         instead of doing things manually.
5054 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
5056         * posix/regex_internal.h (build_wcs_upper_buffer):
5057         Return type is reg_error_t.
5059 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
5061         * posix/globtest.sh: Use mktemp to create temporary file and
5062         directory.
5064         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
5065         sets correctly.
5066         (__CPU_CLR_S): Likewise.
5067         (__CPU_ISSET_S): Likewise.
5069 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
5070             Ulrich Drepper  <drepper@redhat.com>
5072         * scripts/firstversion.awk: Use custom comparison function to compare
5073         version numbers.
5074         * scripts/versions.awk: Use sort invocation which can handle
5075         multi-digit sub-version numbers.
5077 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
5079         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
5080         * locale/iso-639.def: Add Chhattisgarhi entry.
5082 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
5084         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
5085         ESRCH return value.
5086         (_nss_dns_gethostbyname4_r): Likewise.
5087         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
5088         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
5089         gethostbyname4_r, we don't have a separate IPv6 status, so copy
5090         the no_data variable.
5092         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
5093         information at the correct index.
5095         * socket/sys/socket.h: Declare accept4.
5096         * socket/accept4.c: New file.
5097         * sysdeps/unix/sysv/linux/accept4.c: New file.
5098         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
5099         * socket/Makefile (routines): Add accept4.
5100         * socket/Versions: Export accept4 with version GLIBC_2.10.
5101         * socket/paccept.c: Removed.
5102         * sysdeps/unix/sysv/linux/paccept.c: Removed.
5103         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
5104         * Versions.def: Define GLIBC_2.10 for libc.
5105         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
5107         * nscd/connections.c: Use accept4.
5109         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
5111 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
5113         * resolv/res_send.c (send_dg): Create sockets with non-blocking
5114         flag already set.
5116         * stdlib/setenv.c (unsetenv): Don't search environment if it does
5117         not exist.
5118         * stdlib/Makefile (tests): Add tst-unsetenv1.
5119         * stdlib/tst-unsetenv1.c: New file.
5121 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
5123         * login/utmp_file.c (file_writable): New variable.
5124         (setutent_file): Don't try to open file for writing.
5125         (pututline_file): Before writing, make descriptor writable if
5126         necessary.
5128 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
5130         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
5131         to IPv4 or IPv6 if an interface has been found.
5133 2008-11-26  Roland McGrath  <roland@redhat.com>
5135         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
5136         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
5138         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
5139         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
5140         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
5142         * elf/elf.h (NT_386_IOPERM): New macro.
5143         (NT_PPC_VSX): New macro.
5145 2008-11-25  Roland McGrath  <roland@redhat.com>
5147         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
5148         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
5149         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
5150         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
5151         Subdirectories moved to ports repository.
5152         * configure.in (base_machine): Remove alpha case.
5154 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
5156         * sysdeps/mach/strerror_l.c: New file.
5158 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
5160         [BZ #6411]
5161         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
5162         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
5163         magic numbers.
5164         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
5165         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
5166         (relax_fenv_state): Same as above.
5167         (FPSCR_29): Reserve bit in ISA 2.05.
5168         (FPSCR_NI): Provide define for compat.
5169         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
5170         magic numbers.
5171         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
5172         magic numbers.
5173         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
5174         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
5175         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
5176         access to hwcap to account for hwcap size increase to uint64_t.
5177         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
5178         Likewise.
5179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
5180         (*setcontext): Likewise.
5181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
5182         New file.
5183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
5184         New file.
5185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
5186         (*setcontext): dynamically select mtfsf insn based on
5187         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
5188         increase to uint64_t.
5189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
5190         (*swapcontext): dynamically select mtfsf insn based on
5191         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
5192         increase to uint64_t.
5193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
5194         New file.
5195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
5196         New file.
5197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
5198         (*setcontext): dynamically select mtfsf insn based on
5199         PPC_FEATURE_HAS_DFP.
5200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
5201         (*swapcontext): dynamically select mtfsf insn based on
5202         PPC_FEATURE_HAS_DFP.
5204 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
5206         * version.h: Bump for 2.9 release.
5207         * include/features.h (__GLIBC_MINOR__): Bump to 9.
5209         [BZ #7029]
5210         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
5211         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
5212         all the rounding.
5214 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
5216         [BZ #7009]
5217         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
5218         unknown request types for now.
5220 2008-11-11  Roland McGrath  <roland@redhat.com>
5222         * sysdeps/x86_64/configure: New file.
5224         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
5225         * configure: Regenerated.
5227 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5229         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
5230         correct instruction to remove the stack frame.
5232 2008-11-03  Michael Matz  <matz@suse.de>
5234         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
5235         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
5237 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
5239         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
5240         Remove.
5242         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
5243         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
5244         of the thread variable instead of void *.
5245         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
5246         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
5247         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5248         __libc_tsd_define arguments.
5249         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
5250         __libc_tsd_address arguments.  Remove union hack.
5251         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
5252         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
5253         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
5254         Adjust __libc_tsd_{set,get} arguments.
5255         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5256         __libc_tsd_define arguments.
5257         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
5258         arguments.
5259         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
5260         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
5261         (LOCALE): Adjust __libc_tsd_define arguments.
5262         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
5263         arguments.
5264         (LOCALE): Adjust __libc_tsd_define arguments.
5265         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
5266         arguments.
5267         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
5268         arguments.
5270 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
5272         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
5273         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5275 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
5277         [BZ #6966]
5278         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
5280 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
5281             Ulrich Drepper  <drepper@redhat.com>
5283         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
5284         definition for GCC 3.1 and later.
5286 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
5288         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
5289         refetch dtv, as it might have changed.
5290         * elf/Makefile: Add rules to build and run tst-tls18.
5291         * elf/tst-tls18.c: New test.
5292         * elf/tst-tlsmod18a.c: New file.
5294 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
5296         [BZ #6875]
5297         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
5299 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5301         [BZ #6867]
5302         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
5304         [BZ #6919]
5305         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
5306         Fix length of copy operation.
5308 2008-10-02  Pierre Habouzit <madcoder@debian.org>
5310         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
5311         and fix its calling convention.
5313 2008-10-07  Andreas Schwab  <schwab@suse.de>
5315         [BZ #6942]
5316         * resolv/res_send.c (send_vc): Fix last change.
5317         (send_dg): Align here as well.
5319 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5321         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
5322         return value in case rlimit is RLIM_INFINITY.
5324         [BZ #6947]
5325         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
5326         for UL_SETFSIZE.
5327         * resource/Makefile (tests): Add bug-ulimit1.
5328         * resource/bug-ulimit1.c: New file.
5330         [BZ #6974]
5331         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
5332         without dot.  Properly terminate the string with a null byte.
5333         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
5335         [BZ #6980]
5336         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
5337         negative sizees.
5338         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
5339         negative __size.
5341         [BZ #6995]
5342         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
5344 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
5346         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
5347         abort if there is no initgroups_dyn function.
5349         * resolv/res_send.c (send_dg): On timeout, only return nonzero
5350         result if any of the queries really provided an answer.
5352 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
5354         * po/lt.po: Update from translation team.
5356 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
5358         * po/id.po: Update from translation team.
5360 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
5362         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
5363         Fix tests for existence of second reply.
5365 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
5367         * po/id.po: New file.
5368         Contributed by the Indonesian translation team.
5370 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
5372         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
5373         initialization.
5375 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
5377         * elf/Makefile: Add rules to build and run tst-tls17.
5378         * elf/tst-tls17.c: New test.
5379         * elf/tst-tlsmod17a.c: New file.
5380         * elf/tst-tlsmod17b.c: Likewise.
5382 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
5384         * stdlib/divmod_1.c: Use correct type for dummy variable.
5385         * stdlib/mod_1.c: Likewise.
5387 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
5389         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
5391 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
5393         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
5394         __nonnull order for C++.
5395         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
5396         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
5398 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
5400         * stdlib/longlong.h: Update from GCC.
5402 2008-10-09  Jakub Jelinek <jakub@redhat.com>
5403             David S. Miller  <davem@davemloft.net>
5405         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
5406         make sure any registers used with 64-bit 'branch-on-register'
5407         instructions have their top 32-bits clear.
5408         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
5409         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
5411 2008-09-18  Andreas Schwab  <schwab@suse.de>
5413         [BZ #6942]
5414         * resolv/res_send.c (send_vc): Fix use of unaligned address.
5415         Properly handle partial reads.
5417 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
5419         * elf/elf.h (STO_MIPS_PLT): New.
5420         (R_MIPS_COPY): New.
5421         (R_MIPS_JUMP_SLOT): New.
5422         (R_MIPS_NUM): Redefine to 128.
5423         (DT_MIPS_PLTGOT): New.
5424         (DT_MIPS_RWPLT): New.
5425         (DT_MIPS_NUM): Redefine to 0x35.
5427 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
5429         * timezone/africa: Update from tzdata2008f.
5430         * timezone/asia: Likewise.
5431         * timezone/australasia: Likewise.
5432         * timezone/europe: Likewise.
5433         * timezone/leapseconds: Likewise.
5434         * timezone/northamerica: Likewise.
5435         * timezone/southamerica: Likewise.
5436         * timezone/zone.tab: Likewise.
5438 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
5440         * nscd/connections.c: Disable use of paccept for now.
5442 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
5444         * socket/Versions: Remove paccept export for GLIBC_2.9.
5445         * socket/Makefile (routines): Remove paccept.
5446         * socket/sys/socket.h: Remove paccept declaration.
5448         * po/sv.po: Update from translation team.
5450 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
5452         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
5453         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
5455 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
5457         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
5458         Patch by Olivier Fourdan <ofourdan@redhat.com>.
5460 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
5462         * sunrpc/rpc/svc.h: Declare svcfd_create.
5463         Patch by Michael Solberg <msolberg@redhat.com>.
5465 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
5466             Ulrich Drepper  <drepper@redhat.com>
5468         * malloc/malloc.c (public_vALLOc): Try other arenas in case
5469         _int_valloc fails.
5470         (public_pVALLOc): Likewise.
5472 2008-09-02  Andreas Jaeger  <aj@suse.de>
5474         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
5475         commit.
5477 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
5479         [BZ #6860]
5480         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
5482 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
5484         * Makefile (check-data): Check data directory in add-ons.
5485         * elf/Makefile (check-data): Likewise.
5487 2008-08-18  Roland McGrath  <roland@redhat.com>
5489         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
5490         * configure: Regenerated.
5491         * config.make.in (cflags-cpu): New substituted variable.
5492         (with-cpu): Variable removed.
5493         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
5495 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
5497         [BZ #6845]
5498         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
5499         __signbitl definition and __LONG_DOUBLE_128__ guard from:
5500         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
5501         redundant.  Functions which call floating point assembler operations
5502         should go into a sysdeps powerpc/fpu directory.
5504 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
5506         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
5507         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
5509 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
5511         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
5513         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
5514         change related to AT_EXECFN.  We cannot use that string.
5515         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
5516         _dl_execfn member.
5517         * elf/dl-support.c: Remove _dl_execfn variable.
5518         (_dl_aux_init): Remove handling of AT_EXECFN.
5519         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
5520         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
5522 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
5524         [BZ #6544]
5525         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
5526         byte gets added to writes and seeks from the end use the length of
5527         the buffer and not the currently terminating NUL byte.
5529         [BZ #6634]
5530         * login/utmp_file.c (getutent_r_file): Take additional parameter.
5531         Set to true if locking failed.
5532         (getutid_r_file): Adjust caller.
5533         (pututline_file): Likewise.  Return NULL in this case.
5534         Patch mostly by halesh.s@gmail.com.
5536 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
5538         [BZ #6589]
5539         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
5540         Define.
5541         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
5543 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
5545         [BZ #6839]
5546         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
5547         macro since it is now available in elf/dynamic-link.h.
5549 2008-08-12  Roland McGrath  <roland@frob.com>
5551         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
5552         in case used outside of libc.
5553         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
5555 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
5557         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
5558         directly instead of going through dn_comp.
5560 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
5562         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5563         Fix asm constraints.
5565 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5567         [BZ #6790]
5568         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
5569         (IPV6_PMTUDISC_PROBE): Likewise.
5571 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
5573         [BZ #6791]
5574         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
5576 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
5577             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
5579         [BZ #6817]
5580         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
5581         Added the members 'vsx' and 'arch_2_06'.
5582         (_dl_powerpc_platforms): Add the member 'power7'.
5583         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
5584         to reflect the changes required by VSX and ISA 2.06.
5585         Modify _DL_PLATFORMS_COUNT to reflect the addition of
5586         'power7'.
5587         Defined PPC_PLATFORM_POWER7.
5588         (_dl_string_platform): Add support for POWER7.
5589         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
5590         capability and ISA 2.06.
5592 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5594         [BZ #6824]
5595         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
5596         macro to detect use of 128 bit long double.
5597         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
5599 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
5601         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
5603         [BZ #5794]
5604         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
5605         parameters.
5606         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
5607         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5609 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
5611         * nscd/connections.c (main_loop_poll): Pass a buffer which is
5612         guaranteed to be large enough to read inotify event.  Ignore
5613         EAGAIN error.  Better error message.  Add branch predicition.
5614         (main_loop_epoll): Likewise.
5616 2008-08-02  Roland McGrath  <roland@frob.com>
5618         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5619         Add memory clobbers.
5621 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
5623         * manual/arith.texi: Avoid @strong{Note:}.
5624         * manual/creature.texi: Likewise.
5625         * manual/filesys.texi: Likewise.
5626         * manual/math.texi: Likewise.
5627         * manual/memory.texi: Likewise.
5628         * manual/resource.texi: Likewise.
5629         * manual/syslog.texi: Likewise.
5630         * manual/time.texi: Likewise.
5632         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
5633         to prevent warning.
5635 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
5637         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
5638         new epoll_create1 interface.
5639         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5640         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
5641         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
5643         * include/arpa/nameser.h (NS_GET16): Use const pointer.
5644         (NS_GET32): Likewise.
5646         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
5647         syscalls, too.
5649         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
5650         use the AT_EXECFN value if it is no absolute path.
5651         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
5652         __ASSUME_AT_EXECFN.
5654         * Versions.def: Add GLIBC_2.9 to libresolv.
5655         * include/resolv.h: Remove hidden proto declarations for __ns_*
5656         functions.  Add them for __dn_count_labels and __p_secstodate.
5657         * include/arpa/nameser.h: Add a number of hidden proto declarations.
5658         Define ns_msg_getflags macro here.
5659         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
5660         and __p_secstodate.
5661         * resolv/Versions: Export functions from <arpa/nameser.h> from
5662         libresolv in version GLIBC_2.9.
5663         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
5664         hidden definitions.
5665         * resolv/ns_netint.c: Likewise.
5666         * resolv/ns_parse.c: Likewise.
5667         * resolv/ns_print.c: Likewise.
5668         * resolv/ns_samedomain.c: Likewise.
5669         * resolv/ns_ttl.c: Likewise.
5670         * resolv/arpa/nameser_compat.h: Likewise.
5671         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
5672         function calls.
5673         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
5674         instead of ns_get16.
5675         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
5676         __ns_get32 instead of ns_get16 and ns_get32 respectively.
5677         (gaih_getanswer_slice): Likewise.
5678         * resolv/Makefile (libresolv-routines): Add ns_date.
5679         * resolv/ns_date.c: New file.
5681         * elf/Makefile (check-localplt.out): Also check libresolv and
5682         libcrypt.
5684 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
5686         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5687         __ASSUME_O_CLOEXEC.
5689 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
5691         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
5692         buffer passed to NSS functions.
5694         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
5696         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
5697         Define.
5699         * misc/syslog.c (openlog_internal): Fix compile problem.
5701 2008-07-28  Roland McGrath  <roland@redhat.com>
5703         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
5705 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
5707         * io/ftw.c (add_object): Remove inline to avoid warning.
5709         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
5711         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
5712         Use it instead of locally defined resplen2 variable.
5713         (res_nsend): Adjust for __libc_res_nsend interface change.
5714         (send_vc): Initialize *resplen2 if necessary.  Read length of
5715         package into an appropriately aligned variable.  Store converted length
5716         in new variable and use it appropriately.
5717         Add branch prediction help.
5718         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
5719         and pass it on to __libc_res_nsend.  Adjust all callers.
5720         (__libc_res_nsearch): Likewise.
5721         (__libc_res_nqeurydomain): Likewise.
5722         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
5723         change.
5724         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
5725         Define resplen2 variable and pass it to __libc_res_nsearch and then
5726         to gaih_getanswer.
5727         (getanswer_r): In case of incorrect DNS data don't overread buffer.
5728         Add branch prediction.
5729         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
5730         (gaih_getanswer): Don't decode second slice if first one failed due
5731         to a too small buffer.  Don't let not found status of second
5732         decoder shadow results of the first.
5733         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
5734         and __libc_res_nquery interface changes
5735         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
5736         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
5737         __libc_res_nsearch, and __libc_res_nsend.
5738         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
5739         change.
5740         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
5741         __libc_res_nsearch interface changes.
5743 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
5745         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
5747         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
5748         file descriptors with close-on-exec set.
5749         (exec_comm_child): Fix the case where the write end of the pipe is
5750         STDOUT_FILENO already.  In case it is, clear close-on-exec.
5752         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
5753         * io/pipe2.c: Likewise.
5754         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
5755         instead of __ASSUME_PACCEPT.
5756         * include/unistd.h: Declare __have_pipe2.
5757         * libio/iopopen.c: Implement "e" flag.
5758         * libio/Makefile (tests): Add tst-popen1.
5759         * libio/tst-popen1.c: New file.
5761         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
5762         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
5764 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5766         [BZ #6771]
5767         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
5768         success call of _IO_SEEKOFF or calls which failed because the
5769         descriptor is for a pipe.
5771         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
5772         magic number.
5774         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
5776         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
5777         F_SETFD use if we know fopen set the flag.
5779         * login/utmp_file.c (setutent_file): Minor optimization in case
5780         O_CLOEXEC is available.
5782 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
5784         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
5785         * elf/Makefile: Use pie-ccflag variable.
5786         * nscd/Makefile: Likewise.
5787         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
5789 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
5791         [BZ #6724]
5792         * Versions.def: Add GLIBC_2.9 version tag for libutil.
5793         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
5794         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
5795         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
5796         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
5797         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
5798         utmp32, utmpx32 and login32.
5799         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
5800         versions of struct utmp functions to libc and libutil.
5801         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
5802         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
5803         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
5804         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
5805         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
5806         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
5807         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
5808         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
5809         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
5810         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
5811         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
5812         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
5813         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
5814         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
5815         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
5816         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
5817         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
5818         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
5819         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
5820         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
5821         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
5822         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
5824 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5826         * scripts/gen-as-const.awk: Generate more widely usable code by
5827         using 64-bit arithmetic.
5829         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
5830         the same treatment as narrow output code in last patch.
5832         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
5834         [BZ #6763]
5835         * elf/dl-load.c (local_strdup): Remove inline.
5836         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
5837         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
5838         part of the object.
5840         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
5842 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
5844         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
5845         the new syscalls, too.
5847         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
5848         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
5850         [BZ #6698]
5851         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
5852         parameter for end of buffer.  If temporary copy is too large use
5853         malloc.
5854         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
5855         interface change.
5856         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
5857         string rewrite when allocating buffer.
5859         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
5860         syscalls, too.
5862         * nscd/connections.c (nscd_init): Clean up fcntl call.
5864         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
5865         SOCK_NONBLOCK if possible.
5867         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
5868         SOCK_CLOEXEC if available.
5870         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
5871         __libc_clntudp_bufcreate_internal.
5872         * include/sys/socket.h: Declare __have_sock_cloexec.
5873         * socket/Makefile (aux): Add have_sock_cloexec.
5874         * socket/have_sock_cloexec.c: New file.
5875         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
5876         __libc_clntudp_bufcreate.
5877         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
5878         which takes an additional parameter.  Create socket with non-blocking
5879         mode and close-on-exec flag set, if wanted.
5880         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
5881         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
5882         instead of clntudp_create.  The socket has already the close-on-exec
5883         flag set if SOCK_CLOEXEC is defined.
5885 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
5887         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5888         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
5889         appropriate.
5890         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
5891         non-blocking mode by using socket, paccept, and inotify_init1.
5893         * Versions.def (glibc): Add GLIBC_2.9.
5894         * io/Makefile (routines): Add dup3 and pipe2.
5895         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
5896         * io/dup3.c: New file.
5897         * io/pipe2.c: New file.
5898         * posix/unistd.h: Declare dup3 and pipe2.
5899         * socket/Makefile (routines): Add paccept.
5900         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
5901         * socket/paccept.c: New file.
5902         * socket/sys/socket.h: Declare paccept.
5903         * sysdeps/unix/syscalls.list: Add entry for dup3.
5904         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
5905         epoll_create2 and inotify_init1.
5906         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
5907         * sysdeps/unix/sysv/linux/paccept.c: New file.
5908         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
5909         possible.
5910         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
5911         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
5912         inotify_init1, and pipe2 entries.
5913         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
5914         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
5915         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
5916         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
5917         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
5918         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
5919         SOCK_NONBLOCK.
5920         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
5921         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
5922         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
5923         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
5924         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
5925         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
5926         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
5927         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
5928         EPOLL_NONBLOCK.  Declare epoll_create2.
5929         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
5930         EFD_NONBLOCK.
5931         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
5932         IN_NONBLOCK.  Declare inotify_init1.
5933         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
5934         SFD_NONBLOCK.
5935         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
5936         TFD_NONBLOCK.
5938         * elf/elf.h: Define AT_EXECFN.
5939         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
5940         LD_ORIGIN_PATH.
5941         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
5942         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
5943         if __ASSUME_AT_EXECFN is defined.
5944         (_dl_aux_init): Handle AT_EXECFN.
5945         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
5946         for 2.6.27 and up.
5947         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
5948         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
5949         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
5950         _dl_execfn if available and avoid compatibility code if
5951         __ASSUME_AT_EXECFN is defined.
5953         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
5954         _dl_discover_osversion only for older kernels.
5956 2008-07-22  Roland McGrath  <roland@frob.com>
5958         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
5960 2008-07-21  Roland McGrath  <roland@frob.com>
5962         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
5963         returned too much data out of line.
5965 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
5967         * locale/setlocale.c (setname): Remove inline to avoid compiler
5968         warning.
5970         [BZ #6712]
5971         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
5973 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
5975         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
5976         doesn't manage to write anything, fail.
5978         * malloc/hooks.c (__malloc_check_init): Remove printf.
5980 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5982         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
5984 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
5986         * nscd/connections.c (main_loop_poll): Fix handling of read errors
5987         from inotify.
5988         (main_loop_epoll): Likewise.
5990 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
5992         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
5994         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
5995         if DEBUG is defined.
5997         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
5998         query.  Adjust buffer size computation for padding.
6000 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
6002         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
6003         * stdio-common/tst-setvbuf1.c: New file.
6004         * stdio-common/tst-setvbuf1.expect: New file.
6006         [BZ #6719]
6007         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
6008         when selecting fully-buffered stream.
6009         Patch by Wang Xin <wxinee@gmail.com>.
6011 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6013         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
6014         (__open_2): New function.
6015         (__open64_2): New alias to __open_2.
6016         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
6017         (__openat_2): New function.
6018         (__openat64_2): New alias to __openat_2.
6020 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
6022         [BZ #6723]
6023         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
6025 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6027         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
6028         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
6029         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
6030         __hurd_dfail.
6031         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
6032         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
6033         * sysdeps/mach/hurd/send.c (__send): Likewise.
6034         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
6035         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
6037 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6039         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
6040         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
6041         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
6042         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
6043         * hurd/get-host.c (_hurd_get_host_config): Likewise.
6044         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
6046 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
6048         [BZ #6657]
6049         * time/strptime_l.c: Don't clear s.era_cnt after successful match
6050         of %EY.
6051         Patch by Petr Baudis.
6053 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
6055         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
6056         Patch by Peter Jones <pjones@redhat.com>.
6058 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
6060         [BZ #6654]
6061         * stdlib/canonicalize.c (__realpath): readlink can write too much
6062         into the buffer on platforms without PATH_MAX.
6064 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
6066         [BZ #6653]
6067         * posix/tst-regex.c (main): Rename to...
6068         (do_test): ... this. Remove cmdline option processing.
6069         (TIMEOUT): Define.
6070         (TEST_FUNCTION): Define.
6071         (CMDLINE_OPTIONS): Define.
6073 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
6075         [BZ #5210]
6076         * configure.in: Add -Werror to -fstack-protector test to catch
6077         unsupported architectures.
6078         Patch by Gilles Esponasse <g.esp@free.fr>.
6080 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
6082         * stdlib/tst-setcontext.c: Set back_in_main before exit if
6083         getcontext returns ENOSYS.
6085 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
6087         * nscd/connections.c (main_loop_poll): Fix test for read error.
6088         (main_loop_epoll): Likewise.
6090 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
6092         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
6093         better place so it is not called when nscd is used.
6095         * nscd/connections.c: Also recognize and handle changes to the
6096         resolver configuration file.
6098 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
6100         * time/strftime.c: Pass reference to tzset_called around to handle
6101         recursive calls.
6103         [BZ #6612]
6104         * time/strftime.c (__strftime_internal): Call tzset() only
6105         when printing timezone-dependent values.
6106         Based on a patch by Petr Baudis <pasky@suse.cz>.
6108         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
6109         unconditionally use second gaih_getanswer_slice result.
6111         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
6112         (getaddrinfo): RES must always be non-NULL.
6114 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
6116         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
6117         cr[34] registers.
6118         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6119         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6120         Likewise.
6121         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
6122         register.
6124 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
6126         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
6127         fields.
6128         * nscd/connections.c (inotify_fd): New variable.
6129         (nscd_init): Try to open an inotify descriptor.
6130         If successful, watch files for databases using inotify instead of
6131         having prune threads stat the files.
6132         (nscd_run_prune): Recognize clear_cache flag being set and call
6133         prune_cache appropriately.
6134         (main_loop_poll): Add inotify descriptor to wait set and handle the
6135         reported changes.
6136         (main_loop_epoll): Likewise.
6137         * nscd/cache.c (prune_cache): Don't stat files for databases if
6138         inotify is used.
6139         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
6140         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
6142         * nscd/grpcache.c (cache_addgr): Correctly compute size of
6143         fixed-size portion of the record.
6144         * nscd/servicescache.c (cache_addserv): Likewise.
6145         * nscd/pwdcache.c (cache_addpw): Likewise.
6146         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6148 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
6150         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
6151         out we don't use uninitialized memory.
6153         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
6154         the client.
6156 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
6158         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
6159         ignore T_DNAME messages.
6160         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
6162 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
6164         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
6165         Avoid segfault if first GETC returns eof/'\0'/'\n'.
6167 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
6169         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
6170         instead of portstr to nscd_getserv_r.  Patch by
6171         Roman Kagan <rkagan@mail.ru>.
6173 2008-05-26  Jim Meyering  <meyering@redhat.com>
6175         Remove more useless "if" tests before "free".
6176         * include/inline-hashtab.h (htab_delete): Likewise.
6177         * libio/freopen.c (freopen): Likewise.
6178         * libio/freopen64.c (freopen64): Likewise.
6179         * locale/programs/ld-collate.c (collate_read): Likewise.
6180         * misc/fstab.c (libc_freeres_fn): Likewise.
6181         * posix/glob.c (globfree): Likewise.
6183 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6185         * string/Makefile (strop-tests): Add memmem.
6186         * string/test-memmem.c: New file.
6187         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
6188         (test_init): Size buf1 according to BUF1PAGES.
6190 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
6192         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
6193         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
6194         (CFLAGS-scanf17.c): New.
6195         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
6196         * stdio-common/scanf15.c (main): Likewise.
6197         * stdio-common/scanf16.c: New file.
6198         * stdio-common/scanf17.c: New file.
6200 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6202         * resolv/res_send.c (send_dg): If we already have one of two
6203         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
6204         use the one answer insted of failing.
6206 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
6208         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
6209         being executed on PowerPC as the expected result exceeds IBM
6210         long double 128 __LDBL_MAX__.
6212 2008-05-21  Roland McGrath  <roland@redhat.com>
6214         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
6216         * Makefile (check-data): Use $(abi-name) before other guesses.
6217         Look in $(add-ons) dirs before scripts/data/.
6218         * elf/Makefile (check-data): Likewise.
6220         * scripts/soversions.awk: Grok ABI line.
6221         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
6222         Emit definition for abi-name variable.
6224 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
6226         * string/endian.h: Define new fixed-size hto* and *toh macros only
6227         if [__USE_BSD].
6229         * iconvdata/Depend: Add localedata.
6231 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6233         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
6235 2008-05-08  David S. Miller  <davem@davemloft.net>
6237         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
6238         HIDDEN_JUMPTARGET.
6239         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6240         (__SYSCALL_CLOBBERS): Remove %g* registers.
6241         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6242         (__SYSCALL_CLOBBERS): Likewise.
6243         * scripts/data/localplt-sparc-linux-gnu.data: New file.
6244         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
6246 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
6248         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6249         (CALL_ERRNO_LOCATION): Define.
6250         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6251         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6252         (CALL_ERRNO_LOCATION): Define.
6253         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6254         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
6255         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
6257 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
6259         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
6260         variable.
6262 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
6264         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
6265         (FIRST_FRAME_POINTER): Define.
6267 2008-05-09  David S. Miller  <davem@davemloft.net>
6269         * sysdeps/sparc/sparc64/backtrace.c: New file.
6271 2008-05-14  David S. Miller  <davem@davemloft.net>
6273         * sysdeps/sparc/machine-gmon.h: New file.
6274         * sysdeps/sparc/sparc-mcount.S: Likewise.
6275         * sysdeps/sparc/Makefile: Add sparc-mcount target to
6276         sysdep_routines in gmon directory.
6278 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
6280         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
6282 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
6284         * resolv/res_query.c (__libc_res_nquery): In case one of two
6285         answer was too short don't try to read that answer's header.
6287         * resolv/res_send.c (send_dg): In case of timeout and there are
6288         two queries and one has been answered, return value indicating
6289         success.
6291 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
6293         * nscd/cache.c (cache_add): Take additional parameter specifying
6294         whether this is in response of a cache refill.  Check alignment
6295         of package data.  Revamp waking of pruning thread.
6296         (prune_cache): Small optimization.
6297         * nscd/nscd.h: Adjust cache_add prototypes.
6298         * nscd/aicache.c: Adjust cache_add calls.
6299         * nscd/grpcache.c: Likewise.
6300         * nscd/hstcache.c: Likewise.
6301         * nscd/initgrcache.c: Likewise.
6302         * nscd/pwdcache.c: Likewise.
6303         * nscd/servicescache.c: Likewise.
6304         * nscd/connections.c (restart): Really disable cache use before
6305         exec attempt.  If it fails, reenable cache.
6306         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
6307         time to max to be able to notice concurrent cache additions.  Unlock
6308         prune_lock while performing gc.  Afterwards compute wakeup time with
6309         current wakeup_time value in mind.
6311 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
6313         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
6315         * nscd/mem.c (gc): Correctly determine highest used array element
6316         in mark.
6318         * nscd/mem.c (markrange): Add assert to check entries are all
6319         aligned.  Small cleanup in bitmap use.
6321         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
6322         blockoff of type nscd_ssize_t.
6323         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
6324         (mempoll_alloc): Record block offset and not address.
6326         * nscd/mem.c (gc): Fix test for stack overuse.
6328         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
6329         more asserts.
6331         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
6332         entry is available, believe it.
6334         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
6335         no answers return NSS_STATUS_NOTFOUND.
6336         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
6337         buffer does not have any content.
6339 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
6341         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
6343         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
6344         lookup, don't assign canon unconditionally.
6346 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6348         * string/Makefile (distribute): Add str-two-way.h.
6350 2008-03-29  Eric Blake  <ebb9@byu.net>
6352         Rewrite string searches to O(n) rather than O(n^2).
6353         * string/str-two-way.h: New file.  For linear fixed-allocation
6354         string searching.
6355         * string/memmem.c: New implementation.
6356         * string/strstr.c: New implementation.
6357         * string/strcasestr.c: New implementation.
6359 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
6361         * posix/regcomp.c (optimize_utf8): Add a note on why we test
6362         opr.ctx_type.
6363         (calc_first): Initialize constraint field.
6364         (duplicate_node_closure): Use it instead of special casing ANCHORS.
6365         Use search_duplicated_node to avoid loops.  Fix grammar.
6366         (duplicate_node): Merge constraint field for all node types.
6367         (calc_eclosure_iter): Look at constraint field for all node types.
6368         * posix/regex_internal.c (create_cd_newstate): Don't look at
6369         create_cd_newstate.
6371 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6373         [BZ #6428]
6374         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
6376         [BZ #6442]
6377         * string/endian.h: Add macros for fixed-size endian conversion.
6378         * bits/byteswap.h: Allow inclusion from <endian.h>.
6379         * sysdeps/i386/bits/byteswap.h: Likewise.
6380         * sysdeps/ia64/bits/byteswap.h: Likewise.
6381         * sysdeps/s390/bits/byteswap.h: Likewise.
6382         * sysdeps/x86_64/bits/byteswap.h: Likewise.
6383         * string/Makefile (tests): Add tst-endian.
6384         * string/tst-endian.c: New file.
6386         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
6387         Patch by Reuben Thomas.
6389 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
6391         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
6393 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6395         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
6397         [BZ #6461]
6398         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
6399         Add missing braces.
6400         (BODY for __gconv_transform_internal_ascii): Likewise.
6402         [BZ #6472]
6403         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
6404         to be treated like link-local addresses.
6405         (match_prefix): Don't treat IPv4 loopback address special when
6406         converting to v4 mapped addressed.
6408         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
6409         if necessary.
6410         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
6411         * posix/tst-rfc3484-2.c: Likewise.
6412         * posix/tst-rfc3484-3.c: Likewise.
6414         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
6415         and SCTP.
6417         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
6419         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
6421         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
6423 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
6425         * po/lt.po: New file.  From Lituanian translation team.
6427 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
6429         Introduce TLS descriptors for i386 and x86_64.
6430         * include/inline-hashtab.h: New file, copied from 2005's
6431         libiberty, with fix for memory leak imported afterwards by
6432         Glauber de Oliveira Costa.
6433         * elf/tlsdeschtab.h: New file.
6434         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
6435         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
6436         (CHECK_STATIC_TLS): Move to...
6437         * elf/dynamic-link.h: ... this file.
6438         (TRY_STATIC_TLS): New macro.
6439         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
6440         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
6441         R_386_TLS_DESC): Define.
6442         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
6443         binutils.
6444         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
6445         R_X86_64_TLSDESC): Define.
6446         (R_386_NUM, R_X86_64_NUM): Adjust.
6447         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
6448         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6449         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6450         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6451         release tlsdesc_table.
6452         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
6453         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
6454         (elf_machine_rel): Handle R_386_TLS_DESC.
6455         (elf_machine_rela): Likewise.
6456         (elf_machine_lazy_rel): Likewise.
6457         (elf_machine_lazy_rela): Likewise.
6458         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
6459         * sysdeps/i386/dl-tlsdesc.S: New file.
6460         * sysdeps/i386/dl-tlsdesc.h: New file.
6461         * sysdeps/i386/tlsdesc.c: New file.
6462         * sysdeps/i386/tlsdesc.sym: New file.
6463         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
6464         tlsdesc_table.
6465         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
6466         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6467         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6468         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6469         release tlsdesc_table.
6470         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
6471         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
6472         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
6473         (elf_machine_rel): Handle R_X86_64_TLSDESC.
6474         (elf_machine_rela): Likewise.
6475         (elf_machine_lazy_rel): Likewise.
6476         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
6477         (__tls_get_addr): Do not declare for non-shared compiles.
6478         * sysdeps/x86_64/dl-tlsdesc.S: New file.
6479         * sysdeps/x86_64/dl-tlsdesc.h: New file.
6480         * sysdeps/x86_64/tlsdesc.c: New file.
6481         * sysdeps/x86_64/tlsdesc.sym: New file.
6482         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
6483         tlsdesc_table for both 32- and 64-bit structs.
6485 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6487         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
6488         its own function.  This reduces the frame setup costs and more.
6490 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
6492         [BZ #3406]
6493         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
6494         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
6496 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6498         * io/openat.c (__openat_2): Also pass fd to __openat.
6499         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
6500         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
6502         * string/tester.c (test_memcmp): Add a few more tests.
6503         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
6505 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6507         * nscd/cache.c (cache_add): Before returning with failure and this
6508         is the first use of the record, mark it as unusable.
6509         * nscd/aicache.c: Don't touch the dataset after cache_add returns
6510         reporting a failure.
6511         * nscd/grpcache.c: Likewise
6512         * nscd/hstcache.c: Likewise.
6513         * nscd/initgrcache.c: Likewise.
6514         * nscd/pwdcache.c: Likewise.
6515         * nscd/servicescache.c: Likewise.
6517 2008-05-10  Roland McGrath  <roland@redhat.com>
6519         [BZ #6505]
6520         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
6522 2008-05-08  David S. Miller  <davem@davemloft.net>
6524         * misc/truncate64.c (truncate64): Use __truncate not truncate.
6526         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
6527         (__ieee754_y0l): Likewise.
6528         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
6529         (__ieee754_y1l): Likewise.
6530         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
6531         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
6532         frexpl and ldexpl.  math_private.h provides them and the latter
6533         is not even used.
6534         (__log1pl): Use __frexpl.
6536 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6538         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
6539         prototypes.
6540         * include/arpa/nameser_compat.h: Define T_UNSPEC.
6541         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
6542         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
6543         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
6544         af==AF_UNSPEC.
6545         (_nss_nis_gethostbyname4_r): New function.
6546         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
6547         Change to also handle af==AF_UNSPEC.
6548         (get_tablename): New function.  Use it to avoid duplication.
6549         (_nss_nisplus_gethostbyname4_r): New function.
6550         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
6551         available.
6552         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
6553         * nss/nss.h: Define struct gaih_addrtuple.
6554         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
6555         af==AF_UNSPEC.
6556         (_nss_files_gethostbyname4_r): New function.
6557         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
6558         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
6559         calls.
6560         * resolv/res_query.c (__libc_res_nquery): Take two additional
6561         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
6562         look up IPv4 and IPv6.
6563         Change all callers.
6564         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
6565         for an additional query and answer buffer.  Pass to send_vc and
6566         send_dg.
6567         (send_vc): Send possibly two requests and receive two answers.
6568         (send_dg): Likewise.
6569         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
6570         __libc_res_nquery.
6571         (_nss_dns_gethostbyname4_r): New function.
6572         (gaih_getanswer_slice): Likewise.
6573         (gaih_getanswer): Likewise.
6574         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
6575         __libc_res_nquery call.
6576         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
6577         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
6578         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
6579         available.
6581 2008-05-05  David S. Miller  <davem@davemloft.net>
6583         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
6584         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
6586 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6588         Fix termios bit macros.
6589         Move *DLY definitions where they belong, in termios.h.
6590         Add *[0-3] definitions.
6591         Fixes confusion between VT and FF.
6592         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
6593         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
6594         are already defined to avoid collision with termios.h.
6595         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
6596         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
6597         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
6598         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
6599         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
6600         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
6601         VTDLY, VT0, VT1): New macros.
6602         [__USE_GNU] (OLCUC): Change value of macro.
6603         [__USE_XOPEN] (OFILL): New macro.
6604         [__USE_BSD] (CRTSCTS): Change value.
6605         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
6606         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
6607         (B7200, B14400, B28800, B76800): New macros.
6609 2008-05-01  David S. Miller  <davem@davemloft.net>
6611         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
6612         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
6613         (gen-as-const-headers): Add it.
6614         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
6615         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
6616         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
6617         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
6619         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
6620         six system call parameters.
6621         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
6623 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
6625         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
6626         RUSAGE_LWP.
6627         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
6628         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
6630 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
6632         * stdlib/tst-setcontext.c: Include unistd.h.
6634 2008-04-25  David S. Miller  <davem@davemloft.net>
6636         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
6637         Pass "union semun" properly in to sys_ipc, it must be passed
6638         by value, not by reference.
6640 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
6642         * nscd/Makefile (nscd-cflags): Set back to -fpie.
6643         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
6644         * nscd/connections.c (mem_in_flight): Likewise.
6646         * nscd/nscd.h (dbs): Make hidden.
6648         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
6649         Avoid returning -1, return 0 instead.
6651 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
6653         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
6655 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
6657         [BZ #5209]
6658         * sysdeps/unix/sysv/linux/times.c: New file.
6660         [BZ #5381]
6661         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
6662         mem_in_flight_list variables.  Add new parameter to mempool_alloc
6663         prototype.
6664         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
6665         appropriate mem_in_flight element.
6666         (gc): Take allocations which have not yet been committed to the
6667         database into account.
6668         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
6669         Reset mem_in_flight before returning.
6670         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
6671         cue it up in mem_in_flight_list.
6672         * nscd/aicache.c: Adjust mempool_alloc call.
6673         * nscd/grpcache.c: Likewise.
6674         * nscd/hstcache.c: Likewise.
6675         * nscd/initgrcache.c: Likewise.
6676         * nscd/pwdcache.c: Likewise.
6677         * nscd/servicescache.c: Likewise.
6678         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
6679         of -fpie.
6681         * nscd/connections.c (handle_request): Provide better error message
6682         in case SELinux forbids the service.
6684         * version.h (VERSION): Bump to 2.8.90.
6686 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
6688         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
6690 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6692         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
6693         Also use for 32-bit.
6694         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
6695         __nextafter instead of nextafter to avoid local PLT.
6696         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
6697         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6699         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
6701         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
6702         __fe_nomask_env.
6703         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
6704         <fenv_libc.h> instead of <fenv.h>.
6705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6708         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
6710         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
6711         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
6712         function from fegetexcept and make old name weak alias.
6713         * include/fenv.h: Declare __fegetexcept.
6714         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
6715         fegetexcept.
6716         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
6717         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
6718         to fetestexcept.
6719         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
6720         instead of frexpl to avoid local PLT.
6721         * math/s_significandl.c (__significandl): Use __ilogbl instead of
6722         ilogbl to avoid local PLT.
6723         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
6724         instead of ldexpl to avoid local PLT.
6725         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
6726         __roundl not roundl to avoid local PLT.
6727         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
6728         local PLTs.  Use __sincosl instead of separate sinl and cosl
6729         calls.
6730         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6732         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
6733         version for ppc64 to 2.4.21 since without it makecontext will fail.
6735         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
6736         to the ABI in use.
6737         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
6738         .__tls_get_addr.
6739         [__powerpc64__] (TLS_GD): Likewise.
6741 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
6743         [BZ #4997]
6744         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
6745         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
6746         mantissa.
6747         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6748         Likewise.  Also account for when x is an odd number between 2^52
6749         and 2^53-1.
6750         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
6751         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6752         * math/libm-test.inc (lround_test, llround_test): Added test cases to
6753         detect aforementioned erroneous conditions.
6755 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6757         * configure.in: Check for -fno-section-anchors in addition to
6758         -fno-toplevel-reorder.
6760 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6762         * include/features.h (__GLIBC_MINOR__): Bump to 8.
6764         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
6765         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
6766         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
6767         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
6768         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
6769         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
6771 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6773         [BZ #5443]
6774         * time/era.c: Transform __libc_setlocale_lock into rwlock.
6775         * time/alt_digit.c: Likewise.
6776         * wcsmbs/wcsmbsload.c: Likewise.
6778 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
6780         * version.h (VERSION): Bump to 2.8.
6782         * timzeone/asia: Update from tzdata2008b.
6783         * timezone/backward: Likewise.
6784         * timezone/europe: Likewise.
6785         * timezone/northamerica: Likewise.
6786         * timezone/southamerica: Likewise.
6787         * timezone/iso3166.tab: Likewise.
6788         * timezone/leapseconds: Likewise.
6789         * timezone/zone.tab: Likewise.
6790         * timezone/private.h: Update from tzcode2008a.
6791         * timezone/zdump.c: Likewise.
6792         * timezone/zic.c: Likewise.
6794 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
6796         [BZ #5741]
6797         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
6798         Define additonal Data Cache Block instruction macros.
6799         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
6800         Replace dcbst with dcbf and sync with sync/isync.
6802 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
6804         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
6805         Always set ELF_RTYPE_CLASS_PLT.
6806         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
6808 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
6810         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
6811         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
6812         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
6813         For ISA 2.01 and later replace mftb with mfspr 268.
6815 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
6817         [BZ #5768]
6818         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
6819         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
6821 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
6823         [BZ #5768]
6824         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
6825         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
6826         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
6827         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
6829 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
6831         * stdlib/tst-makecontext.c (othervar): New variable.
6832         (cf): Test sign extending the argument to long.
6834 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
6836         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
6837         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
6838         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
6839         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
6840         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
6841         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
6842         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
6844 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
6846         * elf/Makefile (tests): Substitute tests-vis-yes here.
6847         (tests-vis-yes): Delete.
6848         (modules-name, modules-vis-yes): Similarly.
6850 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
6852         [BZ #4407]
6853         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
6854         Preserve sign in signgamp when x is zero.
6856 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
6858         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
6859         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
6860         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
6861         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
6862         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
6863         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
6865 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6867         [BZ #4314]
6868         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
6869         buffers.
6871         [BZ #5209]
6872         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
6873         a reserved error value.
6875         * stdlib/tst-makecontext.c: Change parameter to cf to negative
6876         value to check for correct sign extension.
6878         [BZ #5436]
6879         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6880         Copy 64-bit parameter values even though this is not required in
6881         the standard.
6883         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
6884         PC save.
6886 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
6888         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
6889         PC save.
6891 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
6893         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
6895 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6897         [BZ #5998]
6898         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
6899         in line-buffered stream failed.
6900         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
6902 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
6904         [BZ #6024]
6905         * scripts/abi-versions.awk: If the version specified by
6906         --enable-oldest-abi is older than the first version for this
6907         architecture, use the default version.
6909         * locale/programs/ld-collate.c (collate_read): Ignore script lines
6910         as well when ignoring the whole category.
6912 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6914         [BZ #6042]
6915         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
6916         ETHERTYPE_* definitions.
6917         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
6919 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6921         * stdlib/mbtowc.c (__no_r_state): Remove.
6922         (mbtowc): New static state variable.  Use it instead of
6923         __no_r_state.
6924         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
6925         (__wctomb_state): New hidden variable.
6926         (wctomb): Use __wctomb_state instead of __no_r_state.
6927         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
6928         (__wctomb_state): New extern decl.
6929         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
6931 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6933         [BZ #5475]
6934         * resolv/res_init.c: Handle scope IDs in resolv.conf.
6936 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6938         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
6940 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
6942         * po/nl.po: Update from translation team.
6944 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
6946         [BZ #6007]
6947         * string/strfry.c: Handle empty strings again.
6949 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6951         [BZ #5443]
6952         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
6953         before looking for translation.
6954         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
6955         * locale/freelocale.c: Likewise.
6956         * locale/newlocale.c: Likewise.
6957         * locale/setlocale.c: Likewise.
6958         Based partially on a patch by ryo@np.css.fujitsu.com.
6960 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
6962         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
6963         acquiring wrlock.  Do conv_tab allocation while holding lock.
6964         * intl/Makefile: Add rules to build and run tst-gettext6.
6965         * intl/tst-gettext6.c: New test.
6966         * intl/tst-gettext6.sh: New file.
6968 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6970         * po/nl.po: Update from translation team.
6972         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
6973         provided through st_blksize, try the default size before giving up.
6975 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
6977         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
6979         [BZ #5939]
6980         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
6982         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
6983         error message.  POSIX today does not require the messages to be in
6984         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
6986         [BZ #5979]
6987         * sunrpc/auth_unix.c: Unify printed strings.
6988         * sunrpc/clnt_tcp.c: Likewise.
6989         * sunrpc/clnt_udp.c: Likewise.
6990         * sunrpc/clnt_unix.c: Likewise.
6991         * sunrpc/svc_tcp.c: Likewise.
6992         * sunrpc/svc_udp.c: Likewise.
6993         * sunrpc/svc_unix.c: Likewise.
6994         * sunrpc/xdr.c: Likewise.
6995         * sunrpc/xdr_array.c: Likewise.
6996         * sunrpc/xdr_rec.c: Likewise.
6997         * sunrpc/xdr_ref.c: Likewise.
6998         * locale/programs/ld-time.c (time_finish): Unify messages.
6999         * locale/programs/locfile.c (handle_copy): Fix typo.
7000         * nscd/nscd.c (options): Fix typo.
7002         [BZ #5995]
7003         * stdlib/strtod_l.c: Use correct sign for result in one more
7004         underflow case.
7005         Patch by Eric Blake <ebb9@byu.net>.
7007 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
7009         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
7010         and creat system calls.
7011         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
7012         call.
7013         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
7014         system calls.
7015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
7016         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7017         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7019 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
7021         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
7022         <linux/limits.h> has defined it.
7023         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
7024         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
7025         headers.
7026         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
7027         it instead of ARG_MAX.
7029 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
7031         * posix/gai.conf: Fix comment for scope nullbits.
7032         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
7033         default to 128 bits for v4 mapped addresses.
7035 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7037         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
7038         ptrace call to get the ieee_instruction_pointer from the kernel.
7039         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
7040         ptrace call to set the ieee_instructtion_pointer.
7041         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
7042         Add comment that ieee_instruction_pointer is always 0.
7044 2008-03-09  Andreas Jaeger  <aj@suse.de>
7046         [BZ #5857]
7047         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
7048         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
7049         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
7051         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
7052         (rint_test): Likewise.
7054 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
7056         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
7057         call.
7058         (__nisfind_server): Similar for open readColdStartFile call.
7059         Patch partially by Jim Meyering.
7060         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
7061         around internal_setent call.
7063         * po/vi.po: New Vietnamese translation.
7065         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
7066         ADJ_OFFSET_SS_READ.
7068         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
7069         remove CLONE_STOPPED.
7071 2008-02-10  Jim Meyering  <meyering@redhat.com>
7073         Remove useless "if" before "free":
7074         * elf/ldconfig.c (parse_conf_include): Likewise.
7075         * gmon/gmon.c (weak_alias): Likewise.
7076         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
7077         * inet/rcmd.c (__validuser2_sa): Likewise.
7078         * intl/bindtextdom.c (set_binding_values): Likewise.
7079         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
7080         * libio/genops.c (save_for_backup): Likewise.
7081         * libio/wgenops.c (save_for_wbackup): Likewise.
7082         * locale/programs/ld-collate.c (collate_read): Likewise.
7083         * locale/programs/linereader.c (get_string): Likewise.
7084         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
7085         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
7086         * resolv/res_debug.c (do_section): Likewise.
7087         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
7088         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
7089         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
7090         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
7091         * time/tzset.c (tzset_internal): Likewise.
7093 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
7095         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
7096         of ASSEMBLER.
7098 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
7100         [BZ #5903]
7101         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
7102         not stream for output file.  Open output file here.
7103         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
7104         and output file name.
7105         (process_fd): Likewise.
7106         (process_file): Likewise.
7107         (main): Adjust callers of changed functions.
7108         * iconv/iconv_prog.h: Adjust prototype.
7110 2008-03-09  Andreas Jaeger  <aj@suse.de>
7112         [BZ #5753]
7113         * sysdeps/ia64/ieee754.h: Use protected namespace
7114         __BIG_ENDIAN/__LITTLE_ENDIAN.
7115         * sysdeps/ieee754/ieee754.h: Likewise.
7116         Patch by Aurelien Jarno <aurelien@aurel32.net>.
7118 2008-03-08  Roland McGrath  <roland@frob.com>
7120         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
7121         ignore a signal that came from a machine exception, treat it as a
7122         fatal core-dump signal instead.
7123         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7125         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
7126         Clear DF bit in thread state's eflags.
7127         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7129 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
7131         [BZ #5774]
7132         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
7133         of NAN(...) sequence.
7134         * stdlib/Makefile (tests): Add tst-strtod6.
7135         * stdlib/tst-strtod6.c: New file.
7137         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
7139         [BZ #5762]
7140         * posix/getopt.c (_getopt_internal_r): Clarify error message by
7141         putting offending option character in quotes.  Clean up error
7142         messages.
7143         * po/be.po: Adjust msgstr in translation file.
7144         * po/bg.po: Likewise.
7145         * po/ca.po: Likewise.
7146         * po/cs.po: Likewise.
7147         * po/da.po: Likewise.
7148         * po/de.po: Likewise.
7149         * po/es.po: Likewise.
7150         * po/fr.po: Likewise.
7151         * po/hr.po: Likewise.
7152         * po/ko.po: Likewise.
7153         * po/nl.po: Likewise.
7154         * po/rw.po: Likewise.
7155         * po/sk.po: Likewise.
7156         * po/sv.po: Likewise.
7157         * po/tr.po: Likewise.
7158         * po/zh_CN.po: Likewise.
7159         * po/zh_TW.po: Likewise.
7161         [BZ #5760]
7162         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
7163         Patch by Roland Bless <roland@bless.de>.
7165         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
7166         .o file.
7167         * elf/Makefile (routines): Add dl-sysdep.
7168         (elide-routines.os): Likewise.
7170 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
7172         [BZ #5786]
7173         * elf/dl-sysdep.c: Undefine ROUND after use.
7174         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
7175         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
7176         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
7177         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
7178         to ...
7179         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
7180         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
7181         if necessary.
7182         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
7184         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
7185         _dl_tls_get_addr_soft element.
7186         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
7187         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
7188         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
7189         GLRO.
7190         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
7191         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
7192         of internal_function.
7194         * stdlib/Makefile (aux): Add tens_in_limb.
7195         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
7196         * stdlib/tens_in_limb.c: ...here.  New file.
7198         [BZ #5778]
7199         * sysdeps/unix/sysv/linux/pathconf.h: Declare
7200         __statfs_chown_restricted.
7201         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
7202         for _PC_CHOWN_RESTRICTED.
7203         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
7204         Implement __statfs_chown_restricted.
7205         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
7206         _POSIX_CHOWN_RESTRICTED value to zero.
7207         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
7208         defined to zero.
7210         * sysdeps/x86_64/rtld-memset.c: New file.
7212 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
7214         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
7216         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
7217         Barcelona machine.  Make default fall through branch of
7218         __x86_64_preferred_memory_instruction check as the integer code path.
7220 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
7222         * sysdeps/x86_64/cacheinfo.c
7223         (__x86_64_preferred_memory_instruction): New variable.
7224         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7226         * sysdeps/x86_64/memset.S: Rewrite.
7228 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
7230         * include/stdio.h (__asprintf_chk, __dprintf_chk,
7231         __obstack_printf_chk): New prototypes.
7232         (__vasprintf_chk, __vdprintf_chk,
7233         __obstack_vprintf_chk): Likewise.
7234         Add libc_hidden_proto.
7235         * libio/obprintf.c
7236         (_IO_obstack_jumps): No longer static, add attribute_hidden.
7237         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
7238         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7239         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
7240         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
7241         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7242         __obstack_vprintf_chk): New prototypes.
7243         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
7244         obstack_vprintf): New inlines.
7245         * debug/dprintf_chk.c: New file.
7246         * debug/vdprintf_chk.c: New file.
7247         * debug/asprintf_chk.c: New file.
7248         * debug/vasprintf_chk.c: New file.
7249         * debug/obprintf_chk.c: New file.
7250         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
7251         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
7252         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
7253         @@GLIBC_2.8.
7254         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
7255         vdprintf_chk and obprintf_chk, set CFLAGS for them.
7256         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
7257         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
7258         libc_hidden_proto.
7259         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
7260         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
7261         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
7262         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
7263         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
7264         @@GLIBC_2.8.
7265         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
7266         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
7267         obstack_vprintf_chk.
7268         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
7269         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
7270         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
7271         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
7272         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
7273         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
7275 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
7277         [BZ #5779]
7278         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
7279         Patch by Roy Marples <roy@marples.name>.
7281         [BZ #5736]
7282         * malloc/malloc.c: Fix typo in comment.
7284         [BZ #5627]
7285         * locale/iso-639.def: Add Shuswap.
7287 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
7289         [BZ #5790]
7290         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
7291         overwrite *h_errnop/*errnop values from getanswer_r in case of
7292         failure.
7294 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
7296         [BZ #5818]
7297         * nscd/connections.c (dbs): Add initializers for .suggested_module.
7298         (verify_persistent_db): Remove one unnecessary test and add a new one
7299         for bad configuration.
7300         (nscd_init): Improve error reported when persistent database cannot
7301         be reused.
7302         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
7303         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
7304         .suggested_module and .max_db_size and case config file says the
7305         values are zero.
7306         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
7308         [BZ #5854]
7309         * nis/ypclnt.c (yp_order): Fix handling of return value of
7310         do_ypcall_tr call.
7311         Patch by Jeff Moyer <jmoyer@redhat.com>.
7313         * po/fr.po: Update from translation team.
7315 2008-02-22  Andreas Jaeger  <aj@suse.de>,
7316             Carlos O'Donell <carlos@systemhalted.org>
7318         [BZ #5012]
7319         * FAQ.in: Describe why glibc needs to be compiled with
7320         optimization.
7322 2008-02-19  Roland McGrath  <roland@redhat.com>
7324         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
7326 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
7328         [BZ #5737]
7329         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
7330         __USE_MISC is defined.
7332 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
7334         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
7335         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
7336         sys/timerfd.h.
7337         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
7338         timerfd_gettime, timerfd_settime.
7339         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
7340         timerfd_gettime, timerfd_settime for GLIBC_2.8.
7342 2008-02-08  Roland McGrath  <roland@redhat.com>
7344         * elf/elf.h (NT_PPC_SPE): New macro.
7346 2008-02-06  Roland McGrath  <roland@redhat.com>
7348         * Makerules ($(common-objpfx)sysd-rules):
7349         Depend on $(sysdep-makeconfigs).
7351 2008-01-31  Roland McGrath  <roland@redhat.com>
7353         [BZ #5442]
7354         * configure.in: Use -print-file-name if it yields a directory,
7355         for each of include and include-fixed.
7356         * configure: Regenerated.
7358         * Makeconfig (sysd-rules-targets): New variable.
7359         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
7360         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
7362 2008-01-30  Roland McGrath  <roland@redhat.com>
7364         * manual/libc.texinfo: Update back-cover text.
7366         * elf/elf.h (NT_386_TLS): New macro.
7368 2008-01-29  Roland McGrath  <roland@redhat.com>
7370         * Makeconfig (sysd-rules-patterns): New variable.
7371         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
7372         (check-inhibit-asm): New canned sequence, replaces ...
7373         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
7374         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
7375         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
7376         (CFLAGS-rtld): Variable removed.
7378 2008-01-24  Roland McGrath  <roland@redhat.com>
7380         * configure.in: Let configure fragments set base_os.
7381         * configure: Regenerated.
7383 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
7385         * po/ko.po: Update from translation team.
7387 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
7389         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
7391 2008-01-12  Andreas Jaeger  <aj@suse.de>
7393         [BZ #5040]
7394         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
7395         Add EPOLLRDHUP.
7397 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7399         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
7400         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
7401         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
7403 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
7405         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
7406         * elf/dl-close.c (_dl_close): Check for it.
7407         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
7408         (_dl_allocate_static_tls): Likewise.
7409         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
7410         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
7411         to it.
7412         * elf/tst-tls16.c: New file.
7413         * elf/tst-tlsmod16a.c: New file.
7414         * elf/tst-tlsmod16b.c: New file.
7415         * elf/Makefile: Add rules to build and run tst-tls16.
7417 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
7419         [BZ #5628]
7420         * bits/shm.h: Fix comment describing shmid_ds.
7421         * sysdeps/gnu/bits/shm.h: Likewise.
7422         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
7423         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7424         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
7425         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
7426         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
7427         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
7428         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
7429         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
7430         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
7432         [BZ #5607]
7433         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
7434         prototypes.
7435         * conform/data/limits.h-data: Adjust limits changed in v6 and add
7436         additional suffixes.
7437         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
7438         Add optional functions mq_timedreceive and mq_timedsend.
7439         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
7440         * conform/data/pthread.h-data: Fix prototype of
7441         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
7442         * conform/data/semaphore.h-data: Allow time.h definitions.
7443         * conform/data/signal.h-data: Likewise.
7444         * conform/data/stdio.h-data: getw and putw are not required in v6.
7445         * conform/data/stdlib.h-data: Change setstate prototype.
7446         * conform/data/string.h-data: Fix strerror_r prototype.
7447         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
7448         * conform/data/unistd.h-data: pthread_atfork not required in v6.
7449         Fix readlink prototype.
7450         * conform/data/netinet/in.h-data: Add const to in6addr_any and
7451         in6addr_loopback.
7452         * inet/netinet/in.h: Cleanup namespace.
7453         * posix/regex.h: Likewise.
7454         * resolv/netdb.h: Likewise.
7455         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
7456         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7457         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7458         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
7459         of names of in in6_addr.
7460         (default_precedence): Likewise.
7461         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
7462         NULL definition.
7464 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
7466         * conform/data/fmtmsg.h-data: Add missing allows.
7467         * conform/data/ftw.h-data: Likewise.
7468         * conform/data/inttypes.h-data: Likewise.
7469         * conform/data/math.h-data: Likewise.
7470         * conform/data/signal.h-data: Likewise.
7471         * conform/data/net/if.h-data: Likewise.
7472         * conform/data/netinet/in.h-data: Likewise.
7473         * conform/data/sys/socket.h-data: Likewise.
7475         [BZ #5614]
7476         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
7477         (__strtok_r): Simplify.
7478         * string/tester.c (test_strtok_r): Add test case for futile search
7479         with single-character seach string.
7481 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
7483         * po/ko.po: Update from translation team.
7485 2008-01-11  Andreas Jaeger  <aj@suse.de>
7487         [BZ #5600]
7488         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
7489         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
7490         kernel header.
7492 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
7494         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
7495         native interface lookup in all the relevant places.
7497 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
7498             Ulrich Drepper  <drepper@redhat.com>
7500         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
7501         field.  Use sockaddr_in6 for source_addr.
7502         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
7503         (match_prefix): Likewise.
7504         (get_label): Likewise.
7505         (get_precedence): Likewise.
7506         (rfc3484_sort): Change to use indirect access to results array.
7507         Adjust to use of sockaddr_in6.  Replace service_order test with
7508         simple index comparison.
7509         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
7510         service_order field.  Adjust qsort_t calls.  Access sorted result
7511         array indirectly through order array.
7512         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
7513         * posix/tst-rfc3484-2.c: Likewise.
7514         * posix/tst-rfc3484-3.c: Likewise.
7516 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
7518         [BZ #5541]
7519         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
7520         pollfd structures.
7521         Patch by André Cruz.
7523         [BZ #5545]
7524         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
7525         (clnt_spcreateerror): Likewise.
7527         [BZ #5553]
7528         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
7529         (public_mEMALIGn): Likewise.
7530         Patch mostly by Daniel Jacobowitz.
7532 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
7534         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
7535         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
7536         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
7537         * stdlib/tst-makecontext2.c: New test.
7539 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
7541         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
7542         defined.
7543         (REINIT_PARAMS): Likewise.  Undefine before end of file.
7544         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
7545         transliteration hooks and REINIT_PARAMS afterwards.
7546         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
7547         status.
7548         (REINIT_PARAMS): Define.
7549         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
7550         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
7551         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
7552         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
7553         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
7554         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
7555         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
7556         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
7557         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
7558         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
7559         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
7560         * iconvdata/tst-iconv7.c: New test.
7562 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
7564         * libio/stdio.h (vscanf): Fix definition for loser compilers.
7566 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
7568         [BZ #5112]
7569         * nscd/connections.c (restart): Fix condition.
7571 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
7573         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
7574         __ctype_toupper_loc): Add __THROW.
7576 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
7578         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
7579         recognition of interface family.
7581         * posix/getconf.c: Update copyright year.
7582         * nss/getent.c: Likewise.
7583         * iconv/iconvconfig.c: Likewise.
7584         * iconv/iconv_prog.c: Likewise.
7585         * elf/ldconfig.c: Likewise.
7586         * catgets/gencat.c: Likewise.
7587         * csu/version.c: Likewise.
7588         * elf/ldd.bash.in: Likewise.
7589         * elf/sprof.c (print_version): Likewise.
7590         * locale/programs/locale.c: Likewise.
7591         * locale/programs/localedef.c: Likewise.
7592         * nscd/nscd.c (print_version): Likewise.
7593         * debug/xtrace.sh: Likewise.
7594         * malloc/memusage.sh: Likewise.
7595         * malloc/mtrace.pl: Likewise.
7596         * debug/catchsegv.sh: Likewise.
7598 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
7600         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
7601         second lookup.
7603 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
7605         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
7606         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
7608 2007-12-17  Roland McGrath  <roland@redhat.com>
7610         * inet/ether_line.c (ether_line): Remove unused variable.
7612 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7614         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
7615         and winp.
7616         * login/openpty.c (openpty): Likewise.
7617         * login/pty.h (openpty, forkpty): Likewise.
7618         * manual/terminal.texi (openpty, forkpty): Likewise.
7620 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
7622         * malloc/malloc.c (public_cALLOc): For arenas other than
7623         main_arena, count all bytes inside the mprotect_size range of the
7624         heap as uninitialized.
7626 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
7628         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
7629         executable stacks.
7631         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
7632         mTRIm for all of them.
7633         (mTRIm): Additionally iterate over all free blocks and use madvise
7634         to free memory for all those blocks which contain at least one
7635         memory page.
7636         * malloc/tst-trim1.c: New file.
7637         * malloc/Makefile (tests): Add tst-trim1.
7639         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
7641 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
7643         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7644         First cast argument to long
7645         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
7646         Return long.
7647         (__vdso_clock_gettime): Likewise.
7648         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
7649         return long.
7651 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
7653         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
7654         * locale/nl_langinfo_l.c: Real implementation, copied from
7655         nl_langinfo.c.
7656         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
7658 2007-12-01  Jim Meyering  <meyering@redhat.com>
7660         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7661         that would inhibit utf8-optimization of a regexp containing line-
7662         or buffer-anchors, e.g., `^', `$'.
7664 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7666         * time/bug-getdate1.c (do_test): Don't use century values which
7667         aren't valid on 32-bit systems.
7669 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
7671         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
7672         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
7673         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
7674         __strcat_g, __strncat_g): Add __asm__.
7676 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7678         [BZ #5477]
7679         * io/fchmodat.c: Fix typo in stub_warning use.
7680         Patch by Petr Salinger.
7682 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
7684         * iconvdata/hp-thai8.c: New file.
7685         * iconvdata/Makefile: Add rules for hp-thai8.c.
7686         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
7687         * iconvdata/gconv-modules: Likewise.
7689         [BZ #5464]
7690         * iconvdata/hp-greek8.c: New file.
7691         * iconvdata/Makefile: Add rules for hp-greek8.c.
7692         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
7693         * iconvdata/gconv-modules: Likewise.
7695         [BZ #5463]
7696         * iconvdata/hp-turkish8.c: New file.
7697         * iconvdata/Makefile: Add rules for hp-turkish8.c.
7698         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
7699         * iconvdata/gconv-modules: Likewise.
7701         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
7702         (shrink_heap): ... this new function.
7703         (heap_trim): Call shrink_heap instead of grow_heap.
7705         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
7706         case don't call alloc_perturb.
7708 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
7710         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
7711         possible.
7712         * sysdeps/unix/sysv/linux/kernel-features.h
7713         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
7714         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
7716 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
7718         [BZ #5424]
7719         * stdio-common/vfprintf.c: Do not overflow when adding to done.
7720         * stdio-common/Makefile (tests): Add bug22.
7721         * stdio-common/bug22.c: New file.
7723         [BZ #5451]
7724         * time/getdate.c: Fix filling in default values.
7725         * time/bug-getdate1.c: New file.
7726         * time/Makefile: Add rules to build and run bug-getdate1.
7728         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
7729         * iconvdata/ebcdic-es.c: Likewise.
7730         * iconvdata/ebcdic-es-a.c: Likewise.
7731         * iconvdata/ebcdic-uk.c: Likewise.
7732         * iconvdata/iso8859-16.c: Likewise.
7733         * iconvdata/viscii.c: Likewise.
7734         * iconvdata/iso8859-9e.c: Likewise.
7735         * iconvdata/Makefile: Adjust appropriately.
7737         [BZ #5428]
7738         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
7739         __need_wint_t.
7741 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7743         [BZ #5427]
7744         * iconvdata/hp-roman9.c: New file.
7745         * iconvdata/Makefile: Add rules for hp-roman9.c.
7746         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
7747         * iconvdata/gconv-modules: Likewise.
7749         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
7750         * iconvdata/Makefile: Adjust appropriately.
7752         [BZ #5441]
7753         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
7754         structure, it's allocated with alloca.
7755         * stdio-common/Makefile (tests): Add bug21.
7756         * stdio-common/bug21.c: New file.
7758 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
7760         [BZ #5452]
7761         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
7762         keyword for gcc's braced-groups.
7764 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7766         [BZ #5454]
7767         * inet/ether_line.c: Strip hostname of whitespaces.
7768         * inet/Makefile (tests): Add tst-ether_line.
7769         * inet/tst-ether_line.c: New file.
7771 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
7773         [BZ #5439]
7774         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
7776         [BZ #5435]
7777         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
7779         * stdlib/tst-setcontext.c: Catch the case where the links gets
7780         messed up and we do not reach main again.
7782         * po/ca.po: Update from translation team.
7784 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
7786         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
7787         * posix/regex.h (REG_ENOSYS): Likewise.
7788         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
7790 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
7792         * nscd/nscd.h (MAX_STACK_USE): Define.
7793         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
7794         (gc): Initialize stack_used based on allocation in prune_cache.
7795         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
7796         Clear array before use.
7798         * nscd/aicache.c (addhstaiX): Update statistics counter in case
7799         memory allocation failed.
7800         * nscd/hstcache.c (cache_addhst): Likewise.
7801         * nscd/grpcache.c (cache_addgr): Likewise.
7802         * nscd/servicescache.c (cache_addserv): Likewise.
7803         * nscd/pwdcache.c (cache_addpw): Likewise.
7804         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7806 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
7808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
7809         and creat system calls.
7811         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
7813 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7815         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
7816         Add netiucv/iucv.h.
7817         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
7818         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
7819         protocol.
7820         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
7821         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
7822         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
7824 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7826         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
7827         strncat): Define as macros to avoid compile errors.
7829         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
7830         creat entries.
7832 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
7834         [BZ #5382]
7835         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
7836         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
7837         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
7838         overflow it.
7839         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7841         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
7842         Return zero in case the thread library is not NPTL.
7844         [BZ #5375]
7845         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
7846         initializing interface list.
7848         [BZ #5378]
7849         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
7850         use result of nss_getgrgid_r if nothing was found.  For other
7851         error return with a failure.
7852         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7854         * locale/programs/ld-collate.c (collate_read): Fix loop to match
7855         macro name.
7857 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7859         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
7860         (get_scope): For IPv4 scope, use scopes table.
7861         (fini): Free scopes table if necessary.
7862         (free_scopelist): New function.
7863         (scopecmp): New function.
7864         (gaiconf_init): Also handle scopev4 entries.
7865         * posix/tst-rfc3484.c (do_test): Initialize scopes.
7866         * posix/tst-rfc3484-2.c (do_test): Likewise.
7867         * posix/gai.conf: Document scopev4 defaults.
7868         * posix/Makefile (tests): Add tst-rfc3484-3.
7869         * posix/tst-rfc3484-3.c: New file.
7871         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
7872         Teredo tunnels.
7873         * posix/gai.conf: Update for current default tables.
7875 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7877         * po/tr.po: Update from translation team.
7879 2007-11-18  Roland McGrath  <roland@frob.com>
7881         * manual/arith.texi (Remainder Functions): Spelling fix.
7882         From Shaun Silk <genix@mysoul.com.au>.
7884         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
7886 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
7888         * po/zh_CN.po: Update from translation team.
7890         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
7891         Add sys/signalfd.h and sys/eventfd.h.
7893 2007-11-15  Bruno Haible  <bruno@clisp.org>
7895         [BZ #5346]
7896         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
7897         union.
7898         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
7899         (DCIGETTEXT): Change the allocation of the 'search' variable so that
7900         it needs only fixed stack space. Delay the initialization of
7901         msgid_len until it is needed.
7903 2007-11-15  Andreas Jaeger  <aj@suse.de>
7905         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
7906         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
7908 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
7910         * po/ko.po: Update from translation team.
7912 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
7914         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
7915         significantly.  The device type is also part of the ifinfomsg data.
7917         * po/sv.po: Update from translation team.
7918         * po/nl.po: Likewise.
7920         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
7921         to wake up in 24 hours.
7923         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
7925 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
7927         * po/cs.po: Update from translation team.
7928         * po/pl.po: Likewise.
7930         * include/ifaddrs.h: Remove in6ai_temporary.
7931         (struct in6addrinfo): Add index element.
7932         Declare __check_native.
7933         * inet/Makefile (aux): Add check_native.
7934         * sysdeps/unix/sysv/linux/check_native.c: New file.
7935         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
7936         IFA_F_TEMPORARY.  Pass back ifa_index.
7937         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
7938         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
7939         call __check_native if necessary.
7940         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
7941         to sort addresses.  Pass information about the results.
7942         * posix/tst-rfc3484.c: Adjust for addition of index field and change
7943         of rfc3484_sort interface.
7944         * posix/tst-rfc3484-2.c: Likewise.
7946         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
7947         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
7948         for _quicksort.
7949         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
7950         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
7951         on as third parameter to compare function and _quicksort.
7952         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
7953         to the compare function.
7954         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
7955         * Versions.def: Add GLIBC_2.8 for libc.
7957         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
7958         * posix/tst-rfc3484-2.c: Likewise.
7960         * include/kernel-features.h: Moved to...
7961         * sysdeps/mach/hurd/kernel-features.h: ...here.
7963 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
7965         * sysdeps/i386/i586/memcpy_chk.S: New file.
7966         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
7967         * sysdeps/i386/i586/memset_chk.S: Likewise.
7969 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
7971         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
7972         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
7973         list of interfaces.  Also store prefix length.
7974         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
7975         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
7976         prefix if source and destination address are in the same subnet.
7977         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
7978         Always look for matching record in in6ai list.
7979         Correct source_addr_len value for IPv6->IPv4 converted records.
7981 2007-11-11  Roland McGrath  <roland@frob.com>
7983         * include/kernel-features.h: New file.
7985 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
7987         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
7988         complications for 64-bit platforms.
7990         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
7991         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
7992         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
7993         open64_2.
7994         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
7995         entries.
7996         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7997         * sysdeps/wordsize-64/alphasort.c: New file.
7998         * sysdeps/wordsize-64/alphasort64.c: New file.
7999         * sysdeps/wordsize-64/fseeko.c: New file.
8000         * sysdeps/wordsize-64/fseeko64.c: New file.
8001         * sysdeps/wordsize-64/ftello.c: New file.
8002         * sysdeps/wordsize-64/ftello64.c: New file.
8003         * sysdeps/wordsize-64/ftw.c: New file.
8004         * sysdeps/wordsize-64/ftw64.c: New file.
8005         * sysdeps/wordsize-64/iofgetpos.c: New file.
8006         * sysdeps/wordsize-64/iofgetpos64.c: New file.
8007         * sysdeps/wordsize-64/iofopen.c: New file.
8008         * sysdeps/wordsize-64/iofopen64.c: New file.
8009         * sysdeps/wordsize-64/iofsetpos.c: New file.
8010         * sysdeps/wordsize-64/iofsetpos64.c: New file.
8011         * sysdeps/wordsize-64/lockf.c: New file.
8012         * sysdeps/wordsize-64/lockf64.c: New file.
8013         * sysdeps/wordsize-64/mkostemp.c: New file.
8014         * sysdeps/wordsize-64/mkostemp64.c: New file.
8015         * sysdeps/wordsize-64/mkstemp.c: New file.
8016         * sysdeps/wordsize-64/mkstemp64.c: New file.
8017         * sysdeps/wordsize-64/scandir.c: New file.
8018         * sysdeps/wordsize-64/scandir64.c: New file.
8019         * sysdeps/wordsize-64/tmpfile.c: New file.
8020         * sysdeps/wordsize-64/tmpfile64.c: New file.
8021         * sysdeps/wordsize-64/versionsort.c: New file.
8022         * sysdeps/wordsize-64/versionsort64.c: New file.
8023         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
8024         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
8025         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
8026         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
8027         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
8028         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
8029         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
8030         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
8031         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
8032         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
8033         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
8034         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
8036         * crypt/sha256-crypt.c: Fix a comment.
8037         * crypt/sha512-crypt.c: Likewise.
8039 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
8041         * sysdeps/x86_64/memset.S: Add sfence after movnti.
8043 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
8045         [BZ #5277]
8046         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
8047         because output buffer is too small break, don't loop.
8048         * iconvdata/Makefile (tests): Add bug-iconv6.
8049         * iconvdata/bug-iconv6.c: New file.
8051 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
8053         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
8054         with size_t type.
8055         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
8056         size_t.  Add casts where needed.
8058         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
8059         old headers, don't call avc_has_perm if we don't have the
8060         permission information.
8062 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
8064         * elf/rtld.c (dl_main): Use the page size to find the map start.
8066 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
8068         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
8069         Patch by Szymon Siwek <sls@poczta.wp.pl>.
8071         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
8072         when the lookup call failed.
8074         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
8075         Add prune_cond and wakeup_time.
8076         (CACHE_PRUNE_INTERNAL): Define.
8077         Update declarations of prune_cache and setup_thread.
8078         * nscd/connections.c (dbs): Update initializers.
8079         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
8080         (nscd_init): Default number of threads is now 4.
8081         (invalidate_cache): Take lock before calling prune_cache.
8082         (handle_request): If SELinux forbids the request, say so.
8083         (readylist_cond): Use static initializer.
8084         (nscd_run_prune): New function.  Used only by pruning threads.
8085         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
8086         here.
8087         (fd_ready): Update nscd_run reference.
8088         (start_threads): No need to initialize readylist_cond.
8089         Start pruning threads separately.
8090         * nscd/nscd_setup_thread.c: Change return value type to int and always
8091         return 0.
8092         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
8093         to int and return nonzero value if we can use the TID address hack.
8094         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
8095         the database is later than the new entry's timeout, update the
8096         wakeup time and wake the cleanup thread.
8097         (prune_cache): Return seconds the next entry in the database is still
8098         valid.  Remove locking for pruning here.
8099         * nscd/nscd.conf: Document default number of threads.
8101 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
8103         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
8104         stack is properly aligned for the target function.
8105         Correct unwind info.
8107         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
8108         when using auditing libraries.
8110 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
8112         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
8113         _nss_dns_getnetbyaddr2_r.
8114         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
8115         extra parameter to getanswer_r.
8116         (_nss_dns_getnetbyaddr_r): Now a wrapper around
8117         _nss_dns_getnetbyaddr2_r.
8119         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
8120         gethstbynm3_r.
8121         * nscd/gethstbynm2_r.c: Remove.
8122         * nscd/gethstbynm3_r.c: New file.
8123         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
8124         __gethostbyaddr_r.
8125         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
8126         __gethostbyaddr_r compatibility wrapper.
8127         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
8128         determining timeout of entry.
8129         (lookup): Take new parameter and pass it to __gethostbyname3_r and
8130         __gethostbyaddr2_r.
8131         (addhstbyX): Pass reference to variable for TTL to lookup and
8132         cache_addhst.
8133         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
8134         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
8135         and __nss_next2.  Remove __nss_services_lookup.
8136         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
8137         Add compat wrapper.
8138         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
8139         __nss_next2.
8140         * nss/getXXent_r.c: Likewise.
8141         * nss/getnssent_r.c: Likewise.
8142         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
8143         does not exist in module, try the optional second name.
8144         (__nss_next2): New function.
8145         (__nss_next): Now wrapper around __nss_next2.
8146         * nss/nsswitch.h: Adjust __nss_lookup prototype.
8147         Declare __nss_next2.
8148         Adjust definition of db_lookup_function type.
8149         * nss/service-lookup.c: Define NO_COMPAT.
8150         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
8151         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
8152         * inet/ether_ntoh.c: Likewise.
8153         * sunrpc/netname.c: Likewise.
8154         * sunrpc/publickey.c: Likewise.
8155         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
8156         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
8157         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
8158         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
8159         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
8161         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
8163         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
8165 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
8167         [BZ #5204]
8168         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
8169         * crypt/sha512c-test.c: Likewise.
8171         [BZ #5225]
8172         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
8173         to keep track of end of %[ format string element.
8174         * stdio-common/Makefile (tests): Add bug20.
8175         * stdio-common/bug20.c: New file.
8177         [BZ #5222]
8178         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
8179         path elements in counting mode.
8181 2007-10-27  Andreas Jaeger  <aj@suse.de>
8183         [BZ #5040]
8184         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
8186         [BZ #3112]
8187         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
8188         (__cleanup): Free shared library when exiting.
8189         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
8190         (__cleanup): Free shared library when exiting.
8192 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
8194         [BZ #2549]
8195         * math/libm-test.inc (check_float_internal): Support
8196         denormalized return.
8198 2007-10-23  Andreas Jaeger  <aj@suse.de>
8200         [BZ #5208]
8201         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
8202         __LONG_LONG_PAIR to handle little endian byte order.
8203         Suggested by abhishekrai@google.com
8205 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
8207         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
8209 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
8211         * nscd/cache.c (prune_cache): Move test for modified file outside
8212         of locking.
8214 2007-10-21  Andreas Jaeger  <aj@suse.de>
8216         * manual/texinfo.tex: Update to latest version.
8218         * manual/sysinfo.texi (System Parameters): Fix Formatting.
8220         * manual/arith.texi (Status bit operations): Fix formatting.
8222         * manual/errno.texi (Error Messages): Fix formatting.
8224         * manual/sysinfo.texi (System Parameters): Fix formatting.
8226         * manual/libc.texinfo: Update VERSION and UPDATED.
8228 2007-10-19  Roland McGrath  <roland@redhat.com>
8230         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
8232 2007-10-06  David S. Miller  <davem@davemloft.net>
8234         * configure.in: Add sparcv9v2 and sparc64v2.
8235         * scripts/config.sub: Likewise.
8236         * configure: Regenerate.
8237         * elf/elf.h (HWCAP_SPARC_N2): New.
8238         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
8239         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
8240         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
8241         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
8242         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
8243         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
8244         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
8246 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
8248         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
8249         even if the poll result indicates there is data to read.
8250         Patch by Jeff Moyer <jmoyer@redhat.com>.
8252 2007-10-18  Roland McGrath  <roland@redhat.com>
8254         * elf/elf.h (NT_PPC_VMX): New macro.
8256 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8258         * version.h (VERSION): Set to 2.7.90.
8260 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8262         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
8263         weak_alias.
8265 2007-10-17  Roland McGrath  <roland@frob.com>
8267         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
8268         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
8270 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8272         * version.h (VERSION): Bump to 2.7.
8273         * include/features.h (__GLIBC_MINOR__): Bump to 7.
8275         [BZ #5186]
8276         * time/tzset.c (__tz_convert): Don't force testing for a change of
8277         TZ if not called from localtime.  But then also see whether the
8278         file changed, in case __use_tzfile is set.
8280         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
8281         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8282         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8283         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8284         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8285         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8286         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
8287         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8289 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8291         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
8292         and admin selects to be able to replace the gai.conf file, lock
8293         data structures around the qsort call.
8295 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8297         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
8298         new memset.
8299         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
8300         too high for the improvements.  Implement bzero unconditionally for
8301         use in libc.
8303 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8304             Jakub Jelinek  <jakub@redhat.com>
8306         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
8307         even when time_t is 32-bit.
8308         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
8309         timezone data read by __tzfile_default.  Ensure __tzname[0] is
8310         always set after the search.
8312 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8314         * time/tzfile.c (__tzfile_read): Help the compiler recognize
8315         unreachable code on 32-bit machines.
8317 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8319         [BZ #5184]
8320         * time/strftime_l.c: Include stdbool.h.
8321         (my_strftime): New wrapper, old function renamed to...
8322         (__strftime_internal): ... new function.  Add tzset_called
8323         argument, pass it down to recursive calls, don't call tzset ()
8324         if already true, set to true after call to tzset ().
8326 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8328         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
8329         into account when copying TZ string.
8331 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8333         * time/tzfile.c (__tzfile_compute): For use_last case set i to
8334         num_transition rather than num_transitions - 1.
8336 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8338         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
8339         PIC indirect jump.
8341         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
8342         a local label rather than HIDDEN_JUMPTARGET.
8344 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8346         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
8347         (init_cacheinfo): Initialize it.
8348         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
8349         Always define bzero.
8350         Remove non-glibc code.
8351         * sysdeps/x86_64/bzero.S: Make an empty file.
8353 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
8355         * sysdeps/x86_64/cacheinfo.c
8356         (__x86_64_preferred_memory_instruction): New.
8357         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
8359         * sysdeps/x86_64/memset.S: Rewrite.
8361 2007-10-15  Roland McGrath  <roland@redhat.com>
8363         * po/libc.pot: Regenerated.
8365 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8367         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
8368         pointers.
8370         [BZ #3425]
8371         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
8372         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
8373         address record to T_A/T_AAAA requests.
8375 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
8377         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
8379         * posix/glob.c: Add some branch prediction throughout.
8381         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
8382         read from nscd.
8384         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
8385         service_order.
8386         (rfc3484_sort): Make sure that even if qsort doesn't support
8387         stable sorting out sorting here is stable by comparing service_order.
8388         (getaddrinfo): Initialize service_order.
8389         * posix/tst-rfc3484.c (do_test): Adjust for addition of
8390         service_order field to sorting structure.
8391         * posix/tst-rfc3484-2.c (do_test): Likewise.
8393         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
8394         * time/tzset.c (tzset_internal): Break TZ string parsing out into
8395         __tzset_parse_tz and updating of daylight, timezone, tzname into
8396         update_vars.
8397         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
8398         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
8399         happens in __tz_compute.
8400         * time/tzfile.c (__tzfile_read): Also read TZ string.
8401         (find_transition): Fold into __tzfile_compute.
8402         (__tzfile_compute): For times beyond the last transition try to
8403         use the TZ string.
8404         * timezone/tst-timezone.c: Information in daylight and tzname does
8405         change for Asia/Tokyo timezone with more concrete information.
8406         Remove the test.
8408         * include/stdio.h: Add libc_hidden_proto for ftello.
8409         * libio/ftello.c: Add libc_hidden_def.
8411         [BZ #1140]
8412         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
8413         on the specified time and not the last entries in the file.  Move
8414         code to determine tzname[] to...
8415         (find_transition): ...here.  Add ugly guess for times before the
8416         first transition.
8418 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8420         [BZ #3195]
8421         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
8422         no entry.
8423         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
8424         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8425         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
8426         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8428         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
8429         read mechanism when there are no group members and avoid no-op
8430         read syscall in this case.
8432         [BZ #3242]
8433         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
8434         (__readall): If reading failed due to EAGAIN error wait a bit
8435         and possibly try again.
8436         (__readvall): Likewise.
8438 2007-10-13  Bruno Haible  <bruno@clisp.org>
8440         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
8441         when we cannot recode the message.
8443 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8445         [BZ #4359]
8446         * libio/__freading.c (__freading): Don't return true for
8447         write-only streams.  For read/write streams, check whether we
8448         performed a read operation already.
8449         * libio/Makefile (tests): Add tst-ext2.
8450         * libio/tst-ext2.c: New file.
8452 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8454         * locale/programs/repertoire.c (repertoire_read): Always free
8455         memory for repertoire file name [Coverity CID 270].
8457         * elf/cache.c (save_aux_cache): Free memory allocated for
8458         temporary file name [Coverity CID 267].
8460 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8462         * misc/Makefile (headers): Add bits/error.h.
8464 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8466         * posix/fnmatch_loop.c: Take rule index returned as part of
8467         findidx return value into account when accessing weights.
8468         * posix/regcomp.c: Likewise.
8469         * posix/regexec.c: Likewise.
8471         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
8472         (skip_to): Fix problems with parameter of elifdef/elifndef.
8474 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
8476         * iconv/gconv_simple.c: Add some branch prediction.
8478 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8480         * locale/programs/ld-collate.c (collate_read): If ignore_content
8481         and nowtok is tok_define, eat any tok_eol tokens.
8483 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
8485         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
8486         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
8488         * inet/netinet/in.h: Don't include bits/socket.h.
8489         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
8490         macro.
8491         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8493 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
8495         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
8496         and tok_elifndef.
8497         * locale/programs/locfile-kw.gperf: Likewise.
8498         * locale/programs/ld-collate.c: Implement primitive preprocessor.
8500 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
8502         * stdio-common/printf-parse.h: Include string.h and wchar.h.
8503         (__find_specwc): Change into __extern_always_inline function.
8504         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
8505         (__parse_one_specmb): Remove ps argument.
8506         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
8507         Adjust __find_specmb and __parse_one_specmb callers.
8508         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
8509         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
8510         Removed.
8511         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
8512         caller.
8514 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
8516         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
8517         with some Pentium Ds.
8519 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
8521         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
8522         __read not read.
8523         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
8524         __write not write.
8526 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8528         [BZ #181]
8529         * locale/C-time.c: Set week_1stday data to 19971201.
8530         * locale/programs/ld-time.c (time_finish): Default for
8531         first_workday is Monday.
8533         [BZ #2633]
8534         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
8536         [BZ #5103]
8537         * posix/glob.c (glob): Recognize patterns starting \/.
8538         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
8539         (main): Add test for pattern starting \/.
8541         * misc/error.h: Use __const instead of const.
8542         * misc/bits/error.h: Likewise.
8544 2007-10-07  Andreas Jaeger  <aj@suse.de>
8546         * include/bits/error.h: New file.
8548         * misc/bits/error.h (error_at_line): Fix prototype.
8550 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
8552         [BZ #3924]
8553         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
8554         more little bugs in creating the stack frame when pltexit has to
8555         be called.
8557         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
8558         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
8560         [BZ #4407]
8561         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
8562         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
8563         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
8564         * math/libm-test.inc: Add test for this case.
8566         [BZ #5010]
8567         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
8568         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
8569         map service succeeded.
8570         (svc_is_mapped): New function.
8571         (svc_unregister): Use it before trying to unmap service.
8573 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
8575         * timezone/zic.c: Update from tzcode2007h.
8577         [BZ #5063]
8578         * timezone/africa: Update from tzdata2007h.
8579         * timezone/antarctica: Likewise.
8580         * timezone/asia: Likewise.
8581         * timezone/australasia: Likewise.
8582         * timezone/europe: Likewise.
8583         * timezone/leapseconds: Likewise.
8584         * timezone/northamerica: Likewise.
8585         * timezone/southamerica: Likewise.
8586         * timzeone/zone.tab: Likewise.
8588         [BZ #5104]
8589         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
8591         [BZ #5113]
8592         * string/bits/string2.h (__strdup): Cast parameters to calloc to
8593         avoid warning with -Wconversion.
8594         (__strndup): Likewise.
8595         Half the patch by Christian Iseli <christian.iseli@licr.org>.
8597         [BZ #5112]
8598         * nscd/connections.c (restart): Don't resync if database is
8599         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
8601         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
8602         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
8604         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
8605         evetnfd_read, eventfd_write.
8606         * sysdeps/unix/sysv/linux/eventfd.c: New file.
8607         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
8608         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
8609         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
8610         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
8611         eventfd_write for GLIBC_2.7.
8613         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
8614         * sysdeps/unix/sysv/linux/signalfd.c: New file.
8615         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
8616         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
8618 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
8620         * stdlib/msort.c: Include stdint.h.
8621         (struct msort_param): New type.
8622         (msort_with_tmp): Use struct msort_param pointer for unchanging
8623         parameters.  Add optimized handling for several common sizes
8624         and indirect sorting mode.
8625         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
8626         sorting.
8627         Suggested by Belazougui Djamel .
8629         * stdlib/Makefile (tests): Add tst-qsort2.
8630         * stdlib/tst-qsort2.c: New test.
8632 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
8634         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
8635         for dup2 in case another thread races with the current one.  Retry
8636         in this case.
8638         * misc/error.h: Remove support for use outside of libc.  We have to
8639         include <features.h> now.  Include <bits/error.h> if possible.
8640         * misc/bits/error.h: New file.
8642 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
8644         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
8645         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
8646         __extern_always_inline functions unconditionally, drop macros.
8648         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
8649         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
8650         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
8652         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
8653         add __artificial__ attribute.
8655 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
8657         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
8658         backward to forward direction.
8660         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
8662         [BZ #645]
8663         * locale/programs/ld-collate.c (collate_finish): Compare against last
8664         used section which is known to have rules defined.
8665         (collate_read): After order_start, correctly record order of sections
8666         and queue sections up.
8668 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
8670         [BZ #5071]
8671         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
8672         the same number of pages.
8673         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
8675         * locale/programs/ld-collate.c (collate_read): After initial copy
8676         statement, continue in state 0.
8678         * include/stdio_ext.h (__fsetlocking): Define as macro.
8680 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
8682         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
8683         of section order.
8685         * po/pt_BR.po: Fix typo.
8687 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
8689         * iconvdata/Makefile (modules): Add ISO8859-9E.
8690         (distribute): Add iso8859-9e.c.
8691         (gen-8bit-gap-modules): Add iso8859-9e.
8692         * iconvdata/iso8859-9e.c: New file.
8693         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
8694         * iconvdata/TESTS: Likewise.
8695         * iconvdata/tst-tables.sh: Likewise.
8697         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8699         * locale/iso-639.def: Add several new entries.
8701 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8703         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
8704         void * pointers instead of struct link_map **.
8705         (_dl_scope_free): Change argument type to void *.
8706         * include/link.h (struct link_map): Change type of l_reldeps
8707         to struct link_map_reldeps, move l_reldepsact into that
8708         struct too.
8709         * elf/dl-deps.c: Include atomic.h.
8710         (_dl_map_object_deps): Only change l->l_initfini when it is
8711         fully populated, use _dl_scope_free for freeing it.  Optimize
8712         removal of libs from reldeps by using l_reserved flag, when
8713         some removal is needed, allocate a new list instead of
8714         reallocating and free the old with _dl_scope_free.  Adjust
8715         for l_reldeps and l_reldepsact changes.
8716         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
8717         searching in l_initfini and l_reldeps without holding dl_load_lock.
8718         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
8719         l_reldepsact changes.
8720         * elf/dl-close.c (_dl_close_worker): Likewise.
8721         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
8723 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
8725         * iconvdata/Makefile (modules): Add KOI8-RU.
8726         (distribute): Add koi8-ru.c.
8727         (gen-8bit-gap-modules): Add koi8-ru.
8728         * iconvdata/koi8-ru.c: New file.
8729         * iconvdata/gconv-modules: Add entries for KOI8-RU.
8730         * iconvdata/TESTS: Likewise.
8731         * iconvdata/tst-tables.sh: Likewise.
8733         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8735 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
8737         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
8738         with __warning__/__error__ attributes.
8739         (__warnattr): Define.
8740         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
8741         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
8742         __warnattr.
8743         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
8744         of __*_chk if compile time detectable overflow is found.
8745         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
8746         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
8747         with __warnattr.
8748         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
8749         instead of __*_chk if compile time detectable overflow is found.
8750         (__gets_alias): Rename to...
8751         (__gets_warn): ... this.  Add __warnattr.
8752         (gets): Call __gets_warn instead of __gets_alias.
8753         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
8754         aliases with __warnattr.
8755         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
8756         time detectable overflow is found.
8757         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
8758         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
8759         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
8760         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
8761         __getdomainname_chk_warn): New aliases with __warnattr.
8762         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
8763         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
8764         __*_chk_warn instead of __*_chk if compile time detectable overflow
8765         is found.
8766         (__getgroups_chk): Rename argument to __listlen from listlen.
8767         (__getwd_alias): Rename to...
8768         (__getwd_warn): ... this.  Add __warnattr.
8769         (getwd): Call __getwd_warn instead of __getwd_alias.
8770         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
8771         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
8772         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
8773         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
8774         __wcsnrtombs_chk_warn): New aliases with __warnattr.
8775         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
8776         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
8777         compile time detectable overflow is found.
8778         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
8779         to use __*_chk or not.
8780         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
8781         in comparisons which function should be called and in __*_chk*
8782         arguments.  Call __*_chk_warn instead of __*_chk if compile time
8783         detectable overflow is found.
8784         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
8785         __*_chk argument.
8786         * debug/tst-chk1.c (do_test): Add a few more tests.
8788 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
8790         [BZ #5058]
8791         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
8792         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
8793         (_nl_unload_domain): Finalize conversions_lock.
8794         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
8795         handling table of known conversions.
8797 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8799         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
8800         close_not_cancel_no_status instead of close.
8802 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
8804         [BZ #5028]
8805         * posix/regcomp.c (lookup_collation_sequence_value): Check that
8806         nrules != 0 for multibyte chars.
8808 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
8810         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
8811         Provide better error message in case the type is unknown.
8813         [BZ #4963]
8814         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
8815         * string/stratcliff.c: Make usable to test wide char functions.
8816         * wcsmbs/wcsatcliff.c: New file.
8817         * wcsmbs/Makefiel (tests): Add wcsatcliff.
8819         [BZ #4972]
8820         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
8821         (distribute): Add mac-centraleurope.c.
8822         (gen-8bit-gap-modules): Add mac-centraleurope.
8823         * iconvdata/mac-centraleurope.c: New file.
8824         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
8825         * iconvdata/TESTS: Likewise.
8826         * iconvdata/tst-tables.sh: Likewise.
8828         [BZ #5043]
8829         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
8831 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
8833         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
8834         from __x86_64_core_cache_size_half.
8835         (init_cacheinfo): Compute shared cache size for AMD processors with
8836         shared L3 correctly.
8837         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
8838         name change.
8839         Patch in large parts by Evandro Menezes.
8841 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
8843         * elf/dl-lookup.c (add_dependency): Handle failing memory
8844         allocation for dependency list.  Remove unnecessary check.
8846         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
8847         open/close when determining source addresses.
8849         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
8850         sha512-crypt, and sha512.
8851         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
8852         (distribute): Add sha256.h and sha512.h.
8853         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
8854         and call the appropriate code.
8855         * crypt/sha256-crypt.c: New file.
8856         * crypt/sha256.c: New file.
8857         * crypt/sha256.h: New file.
8858         * crypt/sha256c-test.c: New file.
8859         * crypt/sha256test.c: New file.
8860         * crypt/sha512-crypt.c: New file.
8861         * crypt/sha512.c: New file.
8862         * crypt/sha512.h: New file.
8863         * crypt/sha512c-test.c: New file.
8864         * crypt/sha512test.c: New file.
8866 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
8868         * misc/bits/syslog.h (syslog): Remove extraneous argument from
8869         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
8870         __syslog_chk.
8872 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
8874         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
8875         %as in fscanf format strings.
8877         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
8878         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8879         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8880         Likewise.
8881         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8882         Likewise.
8884         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
8885         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
8886         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
8887         * elf/dl-sym.c (do_sym): Likewise.
8888         * include/link.h (struct link_map): Add l_serial field.
8889         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
8890         * elf/dl-lookup.c (add_dependency): Add flags argument.
8891         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
8892         flags, use THREAD_GSCOPE_RESET_FLAG before and
8893         THREAD_GSCOPE_SET_FLAG after
8894         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
8895         Don't dereference map until it has been found on some list.
8896         If map->l_serial changed, return -1.
8898 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
8900         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
8901         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
8902         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
8903         libc_hidden_proto.
8904         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
8905         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
8906         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
8907         add libc_hidden_proto.
8908         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8909         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8910         conformance requested.
8911         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
8912         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8913         conformance requested.
8914         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8915         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
8916         conformance requested.
8917         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
8918         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
8919         ISO C99 or POSIX conformance requested.
8920         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
8921         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
8922         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
8923         and __isoc99_vsscanf@@GLIBC_2.7.
8924         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
8925         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
8926         (tests): Add scanf14.
8927         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
8928         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
8929         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
8930         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
8931         CFLAGS-isoc99_scanf.c): Add $(exceptions).
8932         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
8933         from using internal headers.
8934         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
8935         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
8936         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
8937         and __isoc99_vswscanf@@GLIBC_2.7.
8938         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
8939         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
8940         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
8941         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
8942         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
8943         * stdio-common/isoc99_scanf.c: New file.
8944         * stdio-common/isoc99_vsscanf.c: New file.
8945         * stdio-common/isoc99_vscanf.c: New file.
8946         * stdio-common/isoc99_vfscanf.c: New file.
8947         * stdio-common/isoc99_fscanf.c: New file.
8948         * stdio-common/isoc99_sscanf.c: New file.
8949         * wcsmbs/isoc99_fwscanf.c: New file.
8950         * wcsmbs/isoc99_vswscanf.c: New file.
8951         * wcsmbs/isoc99_swscanf.c: New file.
8952         * wcsmbs/isoc99_wscanf.c: New file.
8953         * wcsmbs/isoc99_vwscanf.c: New file.
8954         * wcsmbs/isoc99_vfwscanf.c: New file.
8955         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
8956         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
8957         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
8958         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
8959         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
8960         * stdio-common/scanf14.c: New test.
8961         * stdio-common/scanf15.c: New test.
8962         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
8963         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
8964         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
8965         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
8966         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
8967         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
8968         __nldbl___isoc99_scanf@@GLIBC_2.7,
8969         __nldbl___isoc99_fscanf@@GLIBC_2.7,
8970         __nldbl___isoc99_sscanf@@GLIBC_2.7,
8971         __nldbl___isoc99_vscanf@@GLIBC_2.7,
8972         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
8973         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
8974         __nldbl___isoc99_wscanf@@GLIBC_2.7,
8975         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
8976         __nldbl___isoc99_swscanf@@GLIBC_2.7,
8977         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
8978         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
8979         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
8980         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
8981         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
8982         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
8983         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
8984         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
8985         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
8986         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
8987         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
8988         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
8989         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
8990         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
8991         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
8992         functions.
8993         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
8994         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
8995         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
8996         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
8997         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
8998         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
8999         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
9000         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
9001         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
9002         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
9003         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
9004         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
9006         * stdio-common/Makefile (tests): Add scanf13.
9007         (scanf13-ENV): New.
9008         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
9009         m modifier followed by l.
9010         (STRING_ARG): Add width argument.
9011         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
9012         <case L_('C')>: Handle %mlc and %mC.
9013         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
9014         arguments.
9015         * stdio-common/scanf13.c: New test.
9017         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
9018         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
9020 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
9022         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
9023         type and __THROW marker of splice, vmsplice, and tee.
9024         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9025         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9026         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9027         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9028         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
9029         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9030         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9031         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
9032         as cancellation points.
9034 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
9036         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
9037         parse more than three parts of the version number.
9039 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
9041         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
9042         modifier.  Patch by Jakub Jelinek.
9044 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
9046         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
9047         call_fallocate in misc subdir.
9048         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
9049         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
9050         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
9051         instead of __fallocate64.
9052         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
9054 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
9056         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
9057         * rt/Makefile (headers): Add bits/mqueue2.h.
9058         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
9059         optimizing with GCC and __va_arg_pack_len is defined.
9060         * rt/bits/mqueue2.h: New file.
9061         * rt/mq_open.c (__mq_open): Renamed from mq_open.
9062         (mq_open): New strong_alias.
9063         (__mq_open_2): New function.
9064         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
9065         (mq_open): New strong_alias.
9066         (__mq_open_2): New function.
9067         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
9068         * Versions.def (librt): Add GLIBC_2.7 version.
9069         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
9070         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
9072         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
9073         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
9074         is defined rather than when not C++.
9075         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
9076         __openat64_alias): New redirects.
9077         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
9078         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
9079         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
9080         (open, open64, openat, openat64): Rewrite as __extern_always_inline
9081         functions instead of function-like macros.
9083 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
9085         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
9086         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
9087         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
9089 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
9091         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
9092         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
9094 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
9096         * inet/tst-network.c: Increment ERRORS for failing tests.
9098 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
9100         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
9101         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
9102         implement as __extern_always_inline function.
9103         (vsyslog): Define as __extern_always_inline function unconditionally.
9104         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
9105         When __va_arg_pack is defined, implement as __extern_always_inline
9106         functions.
9107         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
9108         __extern_always_inline functions unconditionally.
9109         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
9110         bits/stdio2.h will be included.
9111         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
9112         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
9113         implement as __extern_always_inline functions.
9114         (vswprintf, vwprintf, vfwprintf): Define as
9115         __extern_always_inline functions unconditionally.
9116         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
9118 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
9120         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
9121         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
9122         attribute.
9123         * include/features.h (__USE_EXTERN_INLINES): Define only when
9124         __extern_inline is defined.
9125         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
9126         is defined instead of when not __cplusplus.
9127         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
9128         is defined instead of when not __cplusplus.
9129         * socket/sys/socket.h: Include bits/socket2.h when
9130         __extern_always_inline is defined instead of when not __cplusplus.
9131         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
9132         is defined instead of when not __cplusplus.
9133         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
9134         is defined instead of when not __cplusplus.
9135         * string/string.h: Include bits/string3.h when __extern_always_inline
9136         is defined instead of when not __cplusplus.
9137         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
9138         is defined instead of when not __cplusplus.
9139         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
9140         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
9141         is not defined.
9142         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
9143         defined __extern_always_inline instead of !defined __cplusplus.
9144         * libio/bits/stdio-ldbl.h: Likewise.
9145         * wcsmbs/bits/wchar-ldbl.h: Likewise.
9146         * misc/bits/syslog.h (syslog): Don't define for C++.
9147         (vsyslog): Use __extern_always_inline function for C++ instead of
9148         a macro.
9149         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
9150         whenever that macro is defined.
9151         (vprintf): Don't provide the inline for C++.
9152         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
9153         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
9154         define the macros for C++.
9155         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
9156         __extern_always_inline functions for C++.
9157         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
9158         stat64, lstat64, fstat64, fstatat64): Don't define if not
9159         __USE_EXTERN_INLINES.
9160         * wcsmbs/bits/wchar2.h: Fix #error message.
9161         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
9162         (vswprintf, vwprintf, vfwprintf): Define using
9163         __extern_always_inline functions for C++.
9164         * string/bits/string3.h: Don't #undef macros if __cplusplus.
9165         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
9166         strncpy, strcat, strncat): Define as __extern_always_inline
9167         functions instead of macros for C++.
9168         * math/bits/cmathcalls.h: Guard __extern_inline routines with
9169         defined __extern_inline.
9170         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
9171         to __extern_inline whenever that macro is defined.
9172         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9173         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9174         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
9175         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
9176         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9177         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9178         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9179         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9180         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
9181         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
9182         prototypes.  Only provide __extern_inline routines if
9183         __USE_EXTERN_INLINES.
9184         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
9185         tests.
9186         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
9187         For now avoid some *printf tests in C++.  Skip all testing
9188         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
9189         is not.
9190         * debug/tst-chk4.cc: New file.
9191         * debug/tst-chk5.cc: New file.
9192         * debug/tst-chk6.cc: New file.
9193         * debug/tst-lfschk4.cc: New file.
9194         * debug/tst-lfschk5.cc: New file.
9195         * debug/tst-lfschk6.cc: New file.
9196         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
9197         prototypes in C++.
9198         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
9199         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
9200         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
9202 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
9204         * po/cs.po: Update from translation team.
9206 2007-09-11  Roland McGrath  <roland@redhat.com>
9208         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
9209         compiling.
9211 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9213         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
9215 2007-09-05  Roland McGrath  <roland@redhat.com>
9217         * manual/signal.texi (Signaling Another Process): Typo fix.
9218         From Karl Berry <karl@freefriends.org>.
9220 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
9222         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
9223         zero if not defined.
9224         (make_request): Recognize optimistic addresses and treat them like
9225         deprecated addresses.
9226         Reported by Neil Horman <nhorman@redhat.com>.
9228 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
9230         * nscd/connections.c (send_ro_fd): Also transfer file size.
9231         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
9232         file size don't call fstat.
9234         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
9235         ahead and map the file.  This should always be correct and we can
9236         catch problems later.
9238 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
9240         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
9241         prototypes.
9242         (__fread_alias, __fread_unlocked_alias): New aliases.
9243         (fread): New extern inline.
9244         (fread_unlocked): Likewise.  Undef macro before definition of
9245         the inline function.
9246         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
9247         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
9248         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
9249         and __fread_unlocked_chk@@GLIBC_2.7.
9250         * debug/fread_chk.c: New file.
9251         * debug/fread_u_chk.c: New file.
9252         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
9254 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
9256         * sysdeps/unix/sysv/linux/syscalls.list
9257         (personality): Change caller to EXTRA.
9259 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
9261         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
9262         to keep gcc quiet.
9263         * iconvdata/iso-2022-cn.c (BODY): Likewise.
9265         * locale/programs/ld-collate.c (collate_output): Avoid warning if
9266         NDEBUG is defined.
9268         * Makerules: Use -p option with mkdir.
9270         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
9271         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
9272         (_xdr_directory_obj): Likewise.
9273         (xdr_entry_obj): Likewise.
9274         (xdr_group_obj): Likewise.
9275         (xdr_link_obj): Likewise.
9276         (xdr_table_obj): Likewise.
9277         (_xdr_nis_result): Likewise.
9278         (_xdr_ns_request): Likewise.
9279         (_xdr_ib_request): Likewise.
9280         (_xdr_nis_taglist): Likewise.
9281         (xdr_cback_data): Likewise.
9282         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
9283         (xdr_ypresp_maplist): Likewise.
9285         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
9287         * posix/regex_internal.h: Prevent some declarations and definitions
9288         to be seen when used in tests.
9290         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
9291         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
9293         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
9295         * config.make.in (datarootdir): Add to shut up configure.
9297         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
9298         associativity for fully-associative caches.
9300         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
9301         requests.  Fill on more associativity values for L2.
9302         Patch mostly by Evandro Menezes.
9304 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
9306         * sysdeps/unix/sysv/linux/x86_64/init-first.c
9307         (_libc_vdso_platform_setup): Avoid using exported variable by using
9308         alias.
9310         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
9312         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
9313         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
9314         defined.
9316 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
9318         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
9319         align stack for call if pltexit is to be used.
9321         [BZ #3924]
9322         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
9323         align for function call in case pltexit has to be called later.
9325         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
9326         implicit atomic operation when storing function pointer.
9327         (_dl_runtime_profile): Likewise.
9329 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9331         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
9332         NIS_NOTFOUND.
9334 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9336         [BZ #4566]
9337         * string/strtok.c: Fix typo in comment.
9339         [BZ #4582]
9340         * debug/segfault.c: Fix typos in comments.
9342         [BZ #4588]
9343         * stdio-common/tempnam.c: Fix comment, it is not checked that
9344         TMPDIR points to a writable directory.
9346         [BZ #4726]
9347         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
9348         memory allocated for the name server address.
9350         [BZ #4946]
9351         * nscd/connections.c (handle_request): Using sendfile always
9352         requires that mmap is used for the database.
9353         Patch by Petr Baudis <pasky@suse.cz>.
9355         [BZ #4905]
9356         * nscd/hstcache.c (cache_addhst): When reloading an entry which
9357         suddenly has two or more addresses, ignore it and remove the old
9358         entry.
9360         [BZ #4814]
9361         * resolv/res_hconf.c: Prepare for compiling outside libc.
9362         * nscd/res_hconf.c: New file.
9363         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
9364         the new file.
9365         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
9366         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
9368         * nscd/hstcache.c (cache_addhst): Minimal optimization.
9370         [BZ #4925]
9371         * debug/pcprofiledump.c: Turn on internationalization by calling
9372         setlocale.  Patch mostly by Benno Schulenberg.
9374         [BZ #4936]
9375         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
9376         the state.
9377         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
9378         * iconvdata/bug-iconv5.c: New file.
9380 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
9382         [BZ #4896]
9383         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
9384         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
9385         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
9386         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
9387         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
9388         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
9389         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
9390         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
9392 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9394         [BZ #4937]
9395         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
9396         lookup loop.  Suggested by John Reiser.
9398 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
9400         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
9402 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
9404         * csu/libc-start.c: Don't handle VDSO_SETUP here.
9405         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
9406         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
9407         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
9408         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
9409         to...
9410         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
9412 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
9414         * po/nl.po: Update from translation team.
9416 2007-08-16  Andreas Jaeger  <aj@suse.de>
9418         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
9419         Reported by Peter Festner <peter.festner@ewetel.net>.
9421 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9423         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
9425 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
9427         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
9428         to check for undefined symbols.
9430         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
9431         If the syscall fails, set errno to the actual returned error number
9432         rather than EINVAL.
9433         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
9434         arguments are incorrect, set errno to EINVAL, if the syscall
9435         fails, set errno to the actual returned error number.
9437         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
9438         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
9440         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
9441         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
9442         file.
9443         (ASI_PNF, ASI_BLK_P): Don't define.
9444         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
9445         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
9446         file.
9447         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
9448         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
9449         file.
9451 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
9453         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
9454         FE_UNDERFLOW on Niagara CPUs.
9456         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
9457         exceptions.
9459 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
9461         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
9462         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
9463         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
9464         flush should be used or not inside of the function.
9465         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
9467         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
9468         __thread_start): Use HIDDEN_JUMPTARGET.
9469         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
9470         __thread_start): Likewise.
9471         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
9473         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
9474         Add libc_hidden_proto.
9475         (STRTOF): Add libc_hidden_proto.
9476         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
9477         (strtold_l, wcstold_l): Use them as second argument for
9478         long_double_symbol.
9480 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9482         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
9484 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9486         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
9488 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9490         * po/bg.po: New file.  From the translation team.
9492 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9494         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
9495         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
9496         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
9497         when each feature was introduced.
9499         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
9500         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
9501         (CHECK_HASH): New macro.
9502         (PREPARE_VERSION): Use it.
9504         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
9505         prototype if not __ASSUME_PSELECT.
9506         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
9507         prototype if not __ASSUME_PPOLL.
9509         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
9511         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
9512         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
9513         is defined.
9515 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
9517         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9518         (_libc_vdso_platform_setup): If vDSO is not available point
9519         __vdso_gettimeofday to the vsyscall.
9520         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
9521         __vdso_gettimeofday instead of vsyscall.
9523 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9525         * nscd/servicescache.c: Include kernel-features.h.
9526         * nscd/gai.c: Likewise.
9527         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
9528         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
9529         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
9530         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9531         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9532         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
9533         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9534         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
9535         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9537 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9539         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
9540         and _dl_get_origin defines anymore.
9542         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
9543         Build fix for systems which might lack POSIX timer support.
9545         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9546         (_libc_vdso_platform_setup): Mangle function pointers before storing
9547         them.
9548         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
9549         Demangle vdso pointer before use.
9550         (INTERNAL_VSYSCALL): Likewise.
9552         * elf/cache.c (primes): Mark as const.
9553         Noted by Roland McGrath.
9555 2007-08-01  Andreas Jaeger  <aj@suse.de>
9556             Jakub Jelinek  <jakub@redhat.com>
9558         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
9559         (options): Add option.
9560         (parse_opt): Handle option.
9561         (manual_link): Adjust process_file caller.  Call implicit_soname.
9562         (search_dir): Formatting.  Use and populate auxiliary cache.
9563         (main): Load and save auxiliary cache.
9564         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
9565         stat64 from fstat64 to caller.
9566         (implicit_soname): New function.
9567         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
9568         leave *soname as NULL.
9569         * elf/cache.c: Include libgen.h.
9570         (print_entry, print_cache, compare, save_cache, add_to_cache):
9571         Formatting and cleanups.
9572         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
9573         aux_cache_file): New structures.
9574         (AUX_CACHEMAGIC): Define.
9575         (primes): New array.
9576         (aux_hash_size, aux_hash): New variables.
9577         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
9578         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
9579         load_aux_cache, save_aux_cache): New functions.
9580         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
9581         (init_aux_cache, search_aux_cache, add_to_aux_cache,
9582         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
9583         (process_file): Adjust prototype.
9585 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
9587         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
9588         with __need_size_t.
9590 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9592         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
9593         r_found_version structure as second parameter.
9594         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
9595         (_dl_vdso_vsym): Change type of second parameter accordingly.
9596         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
9597         (_libc_vdso_platform_setup): Adjust.
9598         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9599         (_libc_vdso_platform_setup): Likewise.
9601         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
9602         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
9603         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
9604         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
9605         * csu/libc-start.c: Pretty printing.
9606         Use VDSO_SETUP if defined.
9607         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
9608         and let generic code call into _libc_vdso_platform_setup.
9609         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
9610         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
9611         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
9612         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
9613         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
9614         for GLIBC_PRIVATE.
9615         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
9616         (sysdep_rountines): Add dl-vdso.
9618         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
9619         of routines.
9621         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
9622         attribute_hidden to __vdso_gettimeofday prototype.
9624 2007-08-12  Roland McGrath  <roland@redhat.com>
9626         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
9627         From: Karl Berry <karl@freefriends.org>.
9629 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
9631         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
9632         an atime update for the files we read.
9634 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9636         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
9638         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
9639         instead of mkstemp.
9641         * misc/Makefile (routines): Add mkostemp and mkostemp64.
9642         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
9643         * misc/mkostemp.c: New file.
9644         * misc/mkostemp64.c: New file.
9645         * stdlib/stdlib.h: Declare the new functions.
9646         * sysdeps/posix/tempname.c: Add new parameter which is added to
9647         the flags for open.  Remove __GT_BIGFILE handling.
9648         * stdio-common/tempname.c: Likewise.
9649         * include/stdio.h: Adjust __gen_tempname prototype.
9650         Renumber __GT_* constants.
9651         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
9652         * misc/mkdtemp.c: Likewise.
9653         * misc/mkstemp.c: Likewise.
9654         * misc/mkstemp64.c: Likewise.
9655         * misc/mktemp.c: Likewise.
9656         * stdio-common/tempnam.c: Likewise.
9657         * stdio-common/tmpfile.c: Likewise.
9658         * stdio-common/tmpfile64.c: Likewise.
9659         * stdio-common/tmpnam.c: Likewise.
9660         * stdio-common/tmpnam_r.c: Likewise.
9662 2007-08-10  Roland McGrath  <roland@frob.com>
9664         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
9665         New macros.
9666         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
9667         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
9669 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9671         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
9672         possible.
9673         * nss/nss_files/files-alias.c (internal_setent): Likewise.
9674         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
9675         * nss/nss_files/files-have_o_cloexec.c: New file.
9677         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
9678         available.
9680 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
9682         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
9683         ___new_wcstold_l): New weak aliases.
9684         (strtold_l, wcstold_l): Use them as second argument for
9685         long_double_symbol.
9687 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
9689         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
9690         register in test for error.
9692         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
9693         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
9695         * po/sv.po: Update from translation team.
9697 2007-08-06  Roland McGrath  <roland@redhat.com>
9699         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
9700         Remove __strto*_l inlines.
9701         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
9702         * stdlib/strtod.c: Add libc_hidden_def.
9703         * stdlib/strtod_l.c: Likewise.
9704         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
9705         for __new_strtold and __new_wcstold.
9706         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
9707         __STRTOF, STRTOF.
9708         * stdlib/strtol.c: Add libc_hidden_def.
9709         * stdlib/strtol_l.c: Likewise.
9710         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
9711         strtoq.
9713         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
9715         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
9716         * scripts/data/localplt-generic.data: ... here.
9717         * elf/Makefile (check-data): Get generic file if no other.
9718         ($(objpfx)check-localplt.out): Make target unconditional.
9720         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
9721         Use ElfW(Nhdr).
9723 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
9725         * po/zh_CN.po: Updated translation from translation team.
9727 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
9729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
9730         Don't use CGOTSETUP and CGOTRESTORE macros.
9732 2007-08-04  Roland McGrath  <roland@redhat.com>
9734         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
9736 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
9738         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
9739         __extension__ around the whole statement expression.
9741 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
9743         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
9744         elements during initialization.
9746         * po/pl.po: Updated translation from translation team.
9747         * po/tr.po: Likewise.
9748         * po/nl.po: Likewise.
9750 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
9752         * rt/aio.h: Add __nonnull attributes.
9754 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9756         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
9757         * stdlib/Makefile (tests): Add tst-strtod5.
9758         (tst-strtod5-ENV): New.
9759         * stdlib/tst-strtod5.c: New file.
9761         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
9762         failed.
9763         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
9764         on failure.
9766         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
9767         allocated.
9769 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9771         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
9772         numbers.
9774 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
9776         * io/Makefile (aux): Add have_o_cloexec.
9777         * include/fcntl.h: Declare __have_o_cloexec.
9778         * io/have_o_cloexec.c: New file.
9779         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
9780         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
9781         fcntl call if not necessary.
9782         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
9783         of local variable.
9785         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
9786         Avoid memset, add explicit initialization.
9787         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
9788         to the end and change into zero-sized array.
9789         Move lock member to fill a hole on 64-bit platforms.
9791         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
9792         inline functions.
9793         * include/stdlib.h: Add __strto*_internal prototypes here.
9794         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
9795         inline functions.
9796         * include/wchar.h: Add __wcsto*_internal prototypes.
9797         * sysdeps/generic/inttypes.h: No need to protect the declaration
9798         of the __strto*_internal and __wcsto*_internal members here.
9800         * rt/mqueue.h: Change const to __const and add nonnull attributes.
9802 2007-08-02  Roland McGrath  <roland@redhat.com>
9804         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
9805         $(inst_bindir)/getconf if possible.
9807         * posix/Makefile ($(objpfx)getconf.speclist): New target.
9808         (generated): Add it.
9809         ($(inst_libexecdir)/getconf): Use it.
9811 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
9813         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
9814         /proc is faster and sufficient.  /sys is still needed for
9815         __get_nprocs_conf.
9817 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
9819         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
9820         syscall as __fallocate64.
9821         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
9822         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
9824 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
9826         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
9827         value.
9829         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
9830         if off_t is different rank from size_t.
9832         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
9833         uw_frame_state_for): Avoid type punning warnings.
9834         * sysdeps/generic/unwind-dw2-fde-glibc.c
9835         (_Unwind_IteratePhdrCallback): Likewise.
9836         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
9837         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
9838         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
9839         pointers.
9841 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
9843         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
9844         total processors using sysfs.
9845         (__get_nprocs): Use sysfs to determine which processors are online.
9847 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
9849         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
9850         syscall arguments count.
9852         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
9854 2007-07-30  Roland McGrath  <roland@redhat.com>
9856         * manual/libc.texinfo: Update copyrights, formatting magic, and
9857         @dircategory.  From Karl Berry <karl@freefriends.org>.
9859 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
9861         [BZ #4860]
9862         * io/Makefile (headers): Add bits/fcntl2.h.
9864         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
9865         using gcc builtin.
9866         (__CPU_EQUAL_S): Likewise.
9868         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
9869         (tests): Add tst-cpuset.
9870         * posix/sched_cpualloc.c: New file.
9871         * posix/sched_cpufree.c: New file.
9872         * posix/tst-cpuset.c: New file.
9873         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
9874         GLIBC_2.7.
9875         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
9876         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
9877         macros.  Define CPU_*_S macros.
9879 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9881         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
9882         entry.
9884         [BZ #4858]
9885         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
9886         #.0g and value rounded to 1.0.
9887         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
9889 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
9891         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
9892         for int_frac_digits and frac_digits.
9894         * login/logout.c (logout): Avoid aliasing violation.
9895         * login/logwtmp.c (logwtmp): Likewise.
9897         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
9899         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
9900         to avoid warning.
9901         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
9902         warning.
9903         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
9904         warning.
9905         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
9906         to avoid warnings.
9908         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
9909         void **.
9910         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
9912         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
9913         char * to avoid warning.
9914         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
9916         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
9918         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
9919         allocate_arrays): Cast second argument to charmap_find_symbol
9920         to char * to avoid warnings.
9922         * locale/programs/repertoire.c (repertoire_new_char): Change
9923         from_nr, to_nr and cnt to unsigned long, adjust printf format
9924         string.
9926         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
9927         Cast second argument to new_element to char * to avoid warnings.
9929         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
9931         * intl/gettextP.h (struct loaded_domain): Change plural to const
9932         struct expression *.
9933         * intl/plural-eval.c (plural_eval): Change first argument to
9934         const struct expression *.
9935         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
9936         argument to const struct expression **.
9937         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
9938         prototypes.
9939         * intl/loadmsgcat (_nl_unload_domain): Cast away const
9940         in call to __gettext_free_exp.
9942         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
9943         unitialized wstring/wpattern var warnings.
9945         * posix/runtests.c (struct a_test): Make data field const char *.
9947         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
9948         vars if not LDBL_MANT_DIG >= 106.
9950         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
9952         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
9953         __find_specmb to avoid warning.
9955         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
9957         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
9958         to avoid warnings.
9960         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
9961         initializer.
9963         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
9964         tv var when it will be actually used.
9966         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
9967         to avoid warnings.
9969         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
9970         char array resp. pointer.
9971         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
9972         char array.
9973         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
9974         to const unsigned char **.
9975         (ucs4_to_cns11643): Change second argument to unsigned char *.
9976         * iconvdata/euc-tw.c (BODY): Change endp type to
9977         const unsigned char *.
9978         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
9979         to unsigned char *.
9980         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
9981         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
9982         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
9983         types to unsigned char pointers/arrays instead of char.
9984         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
9985         to unsigned char *.
9986         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
9987         * iconvdata/jis0212.h: Include assert.h.
9988         (ucs4_to_jisx0212): Change second argument to unsigned char *.
9989         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
9990         of trying to handle that.
9991         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
9992         shut up a warning.
9993         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
9994         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
9995         two dimensional const unsigned char arrays.
9996         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
9997         Initialize endp to inptr to shut up a warning.
9999 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
10001         [BZ #4772]
10002         * time/strptime_l.c (__strptime_internal): Silently ignore
10003         strftime modifiers and field width in recursive calls.
10005         * include/time.h (enum ptime_locale_status): Remove.
10006         (__strptime_internal): Remove decided and era_cnt arguments,
10007         add statep argument.
10008         * time/strptime_l.c (__strptime_internal): Remove decided
10009         and era_cnt arguments, add statep argument.  Don't recompute
10010         any fields in recursive calls, only update caller's tm
10011         and state, if recursive call fails, don't change tm nor
10012         any state.
10013         (get_alt_number): Adjust.
10014         (recursive): Adjust caller.
10015         (strptime): Likewise.
10016         * time/strptime.c (strptime): Likewise.
10018 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
10020         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
10021         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
10022         if from and to charsets are the same.
10023         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
10024         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
10025         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
10027 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
10029         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
10030         Don't define wint_t when __need_mbstate_t unless it
10031         is necessary.
10032         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
10033         in the typedef if possible.
10034         * wctype/wctype.h (wint_t): Define by including
10035         wchar.h with __need_wint_t instead of including stddef.h
10036         with __need_wint_t and as fallback definining it ourselves.
10037         * iconv/gconv.h (__need_wint_t): Define before including
10038         wchar.h.
10039         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
10040         or _GLIBCPP_USE_WCHAR_T.
10041         (__need_wchar_t): Don't define
10042         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
10043         (__need_wint_t): Don't define before including stddef.h,
10044         define before including wchar.h only if _LIBC or
10045         _GLIBCPP_USE_WCHAR_T.
10046         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
10047         * sysdeps/mach/hurd/_G_config.h: Likewise.
10048         * sysdeps/generic/_G_config.h: Likewise.
10049         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
10050         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
10051         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
10052         if _LIBC or _GLIBCPP_USE_WCHAR_T.
10054 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
10056         * sysdeps/posix/posix_fallocate64.c: Undefine
10057         __posix_fallocate64_l64 before alias handling.
10058         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
10059         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
10060         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
10061         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
10063         * io/tst-posix_fallocate.c: Include <fcntl.h>.
10065 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
10067         * locale/programs/ld-collate.c (atwc): New variable.
10068         (add_to_tablewc): New toplevel function, moved from collate_output.
10069         (collate_output): Remove add_to_tablewc nested function.
10071         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
10072         (name_insert): New function.
10073         (write_output): Remove hash_table and hash_size vars and name_insert
10074         nested function.
10076 2007-07-24  Roland McGrath  <roland@redhat.com>
10078         * Makerules (install-others-programs-nosubdir): New target.
10079         (install-no-libc.a-nosubdir): Depend on it.
10081         * iconv/Makefile (install-others-programs): Set this instead of
10082         install-others.
10083         * login/Makefile (install-others-programs): Likewise.
10084         * posix/Makefile (install-others-programs): Likewise.
10086         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
10087         dependencies.
10089 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
10091         * io/Makefile (tests): Add tst-posix_fallocate.
10092         * io/tst-posix_fallocate.c: New file.
10094         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10095         __ASSUME_FALLOCATE.
10097 2007-07-22  Roland McGrath  <roland@frob.com>
10099         * hurd/getdport.c: Add missing copyright year update.
10101         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
10102         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
10104 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
10106         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
10108         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
10109         O_CLOEXEC is needed.
10110         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
10111         Avoid additional fcntl to set O_CLOEXEC if not needed.
10112         * nis/nss_compat/compat-initgroups.c: Likewise.
10113         * nis/nss_compat/compat-pwd.c: Likewise.
10114         * nis/nss_compat/compat-spwd.c: Likewise.
10116 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10118         [BZ #3665]
10119         * manual/errno.texi: Change ECANCELED value to 119.
10121         [BZ #4610]
10122         * mach/lock-intern.h: Include <sys/cdefs.h>.
10124         [BZ #4178]
10125         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
10126         reading A.
10128         [BZ #4126]
10129         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
10130         to __sigsuspend.
10132         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
10134 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
10136         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
10137         `__ASSEMBLER__'.
10138         * sysdeps/mach/hurd/i386/tls.h: Likewise.
10140 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
10142         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
10143         descriptor received from nscd.
10145         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
10147         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
10148         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10149         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10150         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10151         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10152         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10154 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
10156         [BZ #4816]
10157         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
10159         [BZ #4813]
10160         * login/forkpty.c (forkpty): Close master and slave fds on
10161         fork failure.  Patch by
10162         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
10164 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
10166         * include/features.h (__USE_ISOC95): New define.
10167         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
10168         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
10169         for -std=iso9899:199409.
10170         * CONFORMANCE: Remove comments about unsupported AMD1.
10172 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
10174         * sysdeps/ia64/sched_cpucount.c: New file.
10175         * sysdeps/powerpc/sched_cpucount.c: New file.
10177         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
10178         __BEGIN_DECLS/__END_DECLS around the prototype.
10179         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
10180         pointer to const cpu_set_t.
10182         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
10183         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
10184         __need_size_t and include stddef.h.
10185         * sysvipc/sys/msg.h: Likewise.
10186         * posix/sched.h: Likewise.
10187         * hurd/hurd/signal.h (__need_size_t): Define.
10189         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
10190         neither does signal.h in pedantic ISO C namespaces.  stdio.h
10191         no longer defines wint_t or wchar_t.
10193         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
10194         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
10195         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
10196         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
10197         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
10198         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
10199         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
10200         * debug/printf_chk.c (__printf_chk): Likewise.
10201         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
10202         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
10204         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
10205         Define.
10207         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
10208         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
10210 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
10212         [BZ #4792]
10213         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
10214         * malloc/malloc.h (realloc): Likewise.
10216         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
10217         if one of proc_file_chain streams has that fileno.
10218         * stdio-common/Makefile (tests): Add tst-popen2.
10219         * stdio-common/tst-popen2.c: New test.
10221 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
10223         * elf/ldconfig.c: Allow GPLv2 or any later version.
10224         * elf/readlib.c: Likewise.
10225         * elf/chroot_canon.c: Likewise.
10226         * elf/cache.c: Likewise.
10227         * nscd/mem.c: Likewise.
10228         * nscd/getpwuid_r.c: Likewise.
10229         * nscd/grpcache.c: Likewise.
10230         * nscd/aicache.c: Likewise.
10231         * nscd/getsrvbynm_r.c: Likewise.
10232         * nscd/nscd.c: Likewise.
10233         * nscd/servicescache.c: Likewise.
10234         * nscd/getsrvbypt_r.c: Likewise.
10235         * nscd/initgrcache.c: Likewise.
10236         * nscd/gethstbyad_r.c: Likewise.
10237         * nscd/gethstbynm2_r.c: Likewise.
10238         * nscd/getgrnam_r.c: Likewise.
10239         * nscd/nscd_setup_thread.c: Likewise.
10240         * nscd/getpwnam_r.c: Likewise.
10241         * nscd/gai.c: Likewise.
10242         * nscd/connections.c: Likewise.
10243         * nscd/dbg_log.c: Likewise.
10244         * nscd/cache.c: Likewise.
10245         * nscd/hstcache.c: Likewise.
10246         * nscd/nscd_conf.c: Likewise.
10247         * nscd/getgrgid_r.c: Likewise.
10248         * nscd/pwdcache.c: Likewise.
10249         * catgets/gencat.c: Likewise.
10250         * locale/programs/linereader.h: Likewise.
10251         * locale/programs/locarchive.c: Likewise.
10252         * locale/programs/ld-paper.c: Likewise.
10253         * locale/programs/locfile-kw.h: Likewise.
10254         * locale/programs/ld-address.c: Likewise.
10255         * locale/programs/xmalloc.c: Likewise.
10256         * locale/programs/ld-time.c: Likewise.
10257         * locale/programs/localedef.c: Likewise.
10258         * locale/programs/simple-hash.c: Likewise.
10259         * locale/programs/xstrdup.c: Likewise.
10260         * locale/programs/ld-numeric.c: Likewise.
10261         * locale/programs/locfile-kw.gperf: Likewise.
10262         * locale/programs/ld-collate.c: Likewise.
10263         * locale/programs/charmap-kw.gperf: Likewise.
10264         * locale/programs/charmap.h: Likewise.
10265         * locale/programs/charmap-kw.h: Likewise.
10266         * locale/programs/config.h: Likewise.
10267         * locale/programs/locfile.c: Likewise.
10268         * locale/programs/ld-ctype.c: Likewise.
10269         * locale/programs/charmap.c: Likewise.
10270         * locale/programs/ld-messages.c: Likewise.
10271         * locale/programs/repertoire.h: Likewise.
10272         * locale/programs/locale.c: Likewise.
10273         * locale/programs/ld-name.c: Likewise.
10274         * locale/programs/linereader.c: Likewise.
10275         * locale/programs/locfile.h: Likewise.
10276         * locale/programs/3level.h: Likewise.
10277         * locale/programs/ld-monetary.c: Likewise.
10278         * locale/programs/ld-measurement.c: Likewise.
10279         * locale/programs/charmap-dir.c: Likewise.
10280         * locale/programs/ld-identification.c: Likewise.
10281         * locale/programs/localedef.h: Likewise.
10282         * locale/programs/charmap-dir.h: Likewise.
10283         * locale/programs/repertoire.c: Likewise.
10284         * locale/programs/simple-hash.h: Likewise.
10285         * locale/programs/ld-telephone.c: Likewise.
10286         * locale/programs/locale-spec.c: Likewise.
10287         * locale/programs/locfile-token.h: Likewise.
10288         * posix/getconf.c: Likewise.
10289         * iconv/dummy-repertoire.c: Likewise.
10290         * iconv/iconv_charmap.c: Likewise.
10291         * iconv/iconvconfig.c: Likewise.
10292         * iconv/iconv_prog.c: Likewise.
10293         * malloc/memusagestat.c: Likewise.
10294         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
10296 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10298         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
10299         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
10300         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
10301         check for the first argument.
10303 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
10305         [BZ #4775]
10306         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
10307         (__tgmath_real_type): Fix if expr is const int or other const
10308         qualified integral type.
10309         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
10310         expressions and handle const qualified arguments.
10311         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
10312         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
10313         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
10314         statement expressions.
10315         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
10316         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
10317         (__TGMATH_UNARY_IMAG): Define.
10318         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
10319         * math/Makefile (tests): Add test-tgmath2.
10320         (CFLAGS-test-tgmath2.c): Add.
10321         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
10322         count_cfloat, count_cldouble): New variables.
10323         (NCCALLS): Define.
10324         (main): Check number of complex calls as well.
10325         (F(compile_test)): Add complex tests and tests with const qualified
10326         arguments.
10327         (y, z, ccount): Define.
10328         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
10329         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
10330         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
10331         F(cproj)): New functions.
10332         * math/test-tgmath2.c: New test.
10334 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
10336         [BZ #4776]
10337         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
10338         RPATH etc. as "/" rather than "", don't segfault on empty paths,
10339         instead output ".".
10340         * dlfcn/Makefile (distribute): Add glreflib3.c.
10341         (module-names): Add glreflib3.
10342         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
10343         glreflib1.so.
10344         (LDFLAGS_glreflib3.so): New.
10345         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
10346         glreflib1.so.
10347         * dlfcn/glreflib3.c: New file.
10349         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
10350         returned -1, return NULL.
10351         * intl/explodename.c (_nl_explode_name): Return -1 if
10352         _nl_normalize_codeset failed.
10354 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
10356         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
10357         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
10358         and avoid branch misspredicts for > 31 bytes memset case.
10359         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
10360         Remove toc ref to __cache_line_size.
10362         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
10363         to get ISA-V2.0 branch hints.
10364         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
10365         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
10366         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
10367         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
10368         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
10369         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
10370         Remove toc ref to __cache_line_size.
10372         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
10373         Include math_ldbl_opt.h.
10375 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
10377         [BZ #4773]
10378         * time/strptime_l.c (__strptime_internal): Implement greedy
10379         matching of weekday and month names.
10381 2007-07-09  Roland McGrath  <roland@redhat.com>
10383         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
10384         (ELF_NOTE_ABI): Use it.
10385         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
10387 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
10389         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
10390         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
10392 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
10394         [BZ #4745]
10395         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
10396         in loop to look for conversion specifier to avoid testing of
10397         wrong errno value.
10398         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
10399         * stdio-common/bug18.c: New file.
10400         * stdio-common/bug18a.c: New file.
10401         * stdio-common/bug19.c: New file.
10402         * stdio-common/bug19a.c: New file.
10404 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
10406         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
10407         running awk script.
10409 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
10411         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
10412         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
10413         Return NULL if mmap failed instead of asserting it does not.
10414         (calloc): Check for integer overflow.
10416         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
10417         than LONG_MAX / 10.
10419 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
10421         [BZ #4702]
10422         * nis/nss-default.c: Include errno.h.
10423         (init): Preserve errno.
10425 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
10427         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
10429 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
10431         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
10433 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10435         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
10437 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10439         * sysdeps/s390/dl-procinfo.c: New file.
10440         * sysdeps/s390/dl-procinfo.h: New file.
10441         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
10443 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
10445         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
10446         in PT_NOTE segments with multiple notes.
10447         * elf/readelflib.c (process_elf_file): Likewise.
10449 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
10451         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
10452         ISO C compliant.
10454 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10456         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
10458 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
10460         * include/link.h: Don't include rtld-lowlevel.h.
10461         (struct link_map): Remove l_scope_lock.
10462         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
10463         (_dl_scope_free_list): New field (variable) in _rtld_global.
10464         (DL_LOOKUP_SCOPE_LOCK): Remove.
10465         (_dl_scope_free): New prototype.
10466         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
10467         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
10468         (_dl_profile_fixup): Likewise.
10469         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
10470         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
10471         THREAD_GSCOPE_RESET_FLAG around it.
10472         * elf/dl-close.c (_dl_close_worker): Don't use
10473         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
10474         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
10475         scopes were queued or if l_scope_mem has been abandoned.
10476         * elf/dl-open.c (_dl_scope_free): New function.
10477         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
10478         * elf/dl-support.c (_dl_scope_free_list): New variable.
10479         * elf/dl-lookup.c (add_dependency): Remove flags argument.
10480         Remove DL_LOOKUP_SCOPE_LOCK handling.
10481         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
10482         handling.
10483         * elf/dl-object.c (_dl_new_object): Don't use
10484         __rtld_mrlock_initialize.
10486 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10488         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
10489         to fill in holes
10490         (rtld_global_ro): Likewise.
10492 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10494         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
10495         Move PT_LOAD checking to...
10496         (_dl_addr_inside_object): ... here, new function.
10497         * elf/dl-sym.c (do_sym): If not l_contiguous,
10498         call _dl_addr_inside_object.
10499         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
10500         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10501         * elf/dl-open.c (dl_open_worker): Likewise.
10502         (_dl_addr_inside_object): New function if IS_IN_rtld.
10503         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
10504         holes are present or are PROT_NONE protected.
10505         * include/link.h (struct link_map): Add l_contiguous field.
10506         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
10508 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10509             Tomas Janousek  <tjanouse@redhat.com>
10510             Ulrich Drepper  <drepper@redhat.com>
10512         [BZ #4647]
10513         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
10514         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
10515         socket.
10516         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
10517         unused member a bitmap.
10518         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
10519         servers are configured.
10521 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10523         * elf/rtld.c (dl_main): Don't call init_tls more than once.
10525 2007-06-17  Andreas Schwab  <schwab@suse.de>
10527         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
10529 2007-06-16  Andreas Jaeger  <aj@suse.de>
10531         [BZ #4125]
10532         * sysdeps/unix/sysv/linux/sys/ptrace.h
10533         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
10534         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
10535         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
10536         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
10537         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
10538         Define.
10539         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10540         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
10541         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10542         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10544 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
10546         [BZ #4599]
10547         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
10548         determining whether there are IPv4/IPv6 addresses, ignore loopback
10549         addresses.
10551 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
10553         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
10554         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
10555         as the return type.  Change type of "r" variable to CMPtype.
10556         * soft-fp/eqsf2.c (__eqsf2): Likewise.
10557         * soft-fp/eqtf2.c (__eqtf2): Likewise.
10558         * soft-fp/gedf2.c (__gedf2): Likewise.
10559         * soft-fp/gesf2.c (__gesf2): Likewise.
10560         * soft-fp/getf2.c (__getf2): Likewise.
10561         * soft-fp/ledf2.c (__ledf2): Likewise.
10562         * soft-fp/lesf2.c (__lesf2): Likewise.
10563         * soft-fp/letf2.c (__letf2): Likewise.
10564         * soft-fp/unorddf2 (__unorddf2): Likewise.
10565         * soft-fp/unordsf2 (__unordsf2): Likewise.
10566         * soft-fp/unordtf2 (__unordtf2): Likewise.
10568 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
10570         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
10571         make sure gcc doesn't mess around with this.
10573 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10575         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
10577 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
10579         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
10580         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
10581         at most once per _dl_close_worker.
10583 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10585         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
10586         __sched_cpucount as const.
10587         * posix/sched_cpucount.c: Adjust.
10589         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
10590         instruction for counting bits.
10591         * sysdeps/x86_64/sched_cpucount.c: New file.
10593 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
10595         * configure.in: Avoid variable named BASH.
10596         * config.make.in: Likewise.
10597         Patch in part by Mike Frysinger.
10599 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
10601         [BZ #4586]
10602         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
10603         pseudo-zeros as zero.
10604         * sysdeps/x86_64/ldbl2mpn.c: New file.
10605         * sysdeps/ia64/ldbl2mpn.c: New file.
10607 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10609         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
10610         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
10611         Remove unreachable code at the end.
10613 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10615         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
10616         ldbl-128ibm in comment.
10617         (fpclassifyl): Correct classification of denormals.
10618         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
10619         return value for MIN denormal. Rewrite using long double math too
10620         correctly handle denormals and canonicalize the results.
10622 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
10624         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
10625         (__mpn_construct_long_double): Fix conversion where result ought
10626         to be smaller than __LDBL_MIN__, or the low double should be
10627         denormal.  Fix decision where to negate low double - honor round
10628         to even rules.
10629         * stdio-common/tst-sprintf2.c: Include string.h.
10630         (COMPARE_LDBL): Define.
10631         (TEST): Also test whether a string hexadecimal float representation
10632         can be parsed back to the number.
10633         (main): Add a couple of further tests.
10635 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10637         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
10638         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
10639         is non-zero, but smaller than 2 * __DBL_MIN__.
10640         * stdio-common/tst-sprintf2.c: New test.
10641         * stdio-common/Makefile (tests): Add tst-sprintf2.
10643         * math/test-misc.c (main): Don't run last batch of tests with
10644         IBM long double format.
10646 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10648         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
10649         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
10650         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
10651         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
10652         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10653         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
10654         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
10655         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
10656         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
10657         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
10659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
10660         New file.
10661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
10662         New file.
10663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
10664         New file.
10665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
10666         New file.
10667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
10668         New file.
10669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
10670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
10671         New file.
10672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
10673         New file.
10674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
10675         New file.
10676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
10677         New file.
10678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
10679         New file.
10681 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10683         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
10684         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
10685         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
10686         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
10687         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
10688         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
10689         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
10690         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
10692 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
10694         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
10695         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10696         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
10697         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10698         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
10699         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10700         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
10701         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10703 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10705         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
10706         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
10707         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
10708         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
10710 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
10712         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
10713         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
10715 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
10717         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
10718         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
10719         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
10720         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
10722 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
10724         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
10725         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
10727 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10729         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
10730         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
10732         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
10733         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
10734         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
10735         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
10737 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
10739         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
10740         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
10741         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
10742         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
10744 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
10746         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
10747         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
10748         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
10749         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10750         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
10751         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10753 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10755         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
10756         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
10757         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
10758         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
10760 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
10762         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
10763         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
10764         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
10765         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
10766         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
10767         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
10768         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
10769         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
10770         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
10771         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
10772         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
10773         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
10774         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
10775         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
10776         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
10777         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
10779 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10781         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
10782         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
10784 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10786         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
10787         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
10789 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10791         * sysdeps/powerpc/powerpc32/970/Implies: New file.
10792         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
10793         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
10794         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
10795         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
10796         * sysdeps/powerpc/powerpc64/970/Implies: New file.
10797         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
10798         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
10799         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
10800         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
10802 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10804         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
10806 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
10808         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
10809         branch miss-predicts. Ensure that cache line crossing does not impact
10810         dispatch grouping.
10812 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
10814         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
10815         "../../powerpc32/power4/memcopy.h".
10816         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
10817         "../../powerpc32/power4/wordcopy.c".
10819 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10821         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
10822         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
10823         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
10824         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
10825         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
10826         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
10828 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
10830         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
10832 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10834         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
10835         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
10836         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
10837         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
10838         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
10839         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
10840         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
10841         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
10843 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
10845         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
10847 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10849         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
10850         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
10851         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
10852         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
10853         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
10854         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
10855         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
10857 2007-05-29  Roland McGrath  <roland@redhat.com>
10859         * po/Makefile (po-sed-cmd): New variable.
10860         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
10862 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
10864         * crypt/md5-crypt.c: Fix comment.
10866         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
10867         of crashing.  When this is the case or if the reply is malformed,
10868         don't try to close the new file descriptor since it does not
10869         exist.
10870         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
10872 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
10874         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
10875         if __NR_utimensat is not defined.
10877 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
10879         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
10881 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
10883         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
10884         (open): Fix comment typos.  Don't call __open_2 if flags
10885         is a compile time constant without O_CREAT.
10886         (__open64_2): Add nonnull attribute.
10887         (open64): Fix comment typos.  Don't call __open64_2 if flags
10888         is a compile time constant without O_CREAT.
10889         (__openat_2): Add nonnull attribute, fix nonnull attribute
10890         on redirect.
10891         (openat): Fix comment typos.  Don't call __openat_2 if flags
10892         is a compile time constant without O_CREAT.
10893         (__openat64_2): Add nonnull attribute, fix nonnull attribute
10894         on redirect.
10895         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
10896         is a compile time constant without O_CREAT.
10898 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
10900         * Makerules (sysd-rules): Define PTW for ptw-* files.
10901         * Versions: Define GLIBC_2.7 for libc.
10902         * include/stdio.h: Declare __fortify_fail.
10903         * debug/fortify_fail.c: New file.
10904         * debug/Makefile (routines): Add fortify_fail.
10905         * debug/chk_fail.c: Use __fortify_fail.
10906         * debug/stack_chk_fail.c: Likewise.
10907         * io/Versions: Export __open_2, __open64_2, __openat_2, and
10908         __openat64_2 for GLIBC_2.7.
10909         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
10910         * io/open.c: Define *_2 variant of function which checks for O_CREAT
10911         and fails if necessary.
10912         * io/open64.c: Likewise.
10913         * io/openat.c: Likewise.
10914         * io/openat64.c: Likewise.
10915         * sysdeps/unix/sysv/linux/open64.c: Likewise.
10916         * sysdeps/unix/sysv/linux/openat.c: Likewise.
10917         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
10918         * io/bits/fcntl2.h: New file.
10919         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
10920         __openat64_2.
10921         * include/bits/fcntl2.h: New file.
10922         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10923         Add open_2.
10924         * sysdeps/unix/sysv/linux/open_2.c: New file.
10926 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
10928         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
10929         as second parameter to handle_intel.
10931         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
10932         the entry.
10934         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
10935         handling to ...
10936         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
10937         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10938         cacheinfo.
10939         * sysdeps/x86_64/memcpy.S: Complete rewrite.
10940         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
10941         Patch by Evandro Menezes <evandro.menezes@amd.com>.
10943         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
10945 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
10947         [BZ #4525]
10948         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
10949         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
10950         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
10952         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
10954         [BZ #4514]
10955         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
10956         reinitialize workend at the start of each do_positional format spec
10957         loop, free workstart before do_positional loops.
10958         (printf_unknown): Fix size of work_buffer.
10959         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
10961         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
10962         (public_sET_STATe): If ms->version < 3, put all chunks into
10963         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
10964         chunks.
10966         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
10967         * malloc/hooks.c: Likewise.
10968         * malloc/arena.c: Likewise.
10969         * malloc/malloc.c (do_check_malloc_state): Don't assert
10970         n_mmaps is not greater than n_mmaps_max.  This removes the need
10971         for the previous change.
10973         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
10974         2007-05-07 commit.
10976 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
10978         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
10979         Define for kernel >= 2.6.22.
10981 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
10983         * elf/dl-close.c (_dl_close_worker): When removing object from
10984         global scope, wait for all lookups to finish afterwards.
10985         * elf/dl-open.c (add_to_global): When global scope array must
10986         grow, allocate a new one and free old array only after all
10987         lookups finish.
10988         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
10989         (_dl_lookup_symbol_x): Likewise.
10990         * elf/dl-support.c: Define _dl_wait_lookup_done.
10991         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
10992         _dl_wait_lookup_done.
10994         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
10995         not overlapping with arena.
10997         * malloc/mcheck.c (reallochook): If size==0, free the block.
10999         * rt/tst-shm.c: Use fstat64 instead of fstat.
11001         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
11002         __NR_sync_file_range is not defined.
11004 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
11006         Dummy files to prevent stub versions from being used.
11007         * sysdeps/x86_64/fpu/k_cosl.c: New file.
11008         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
11009         * sysdeps/x86_64/fpu/k_sinl.c: New file.
11010         * sysdeps/x86_64/fpu/k_tanl.c: New file.
11012         * version.h (VERSION): Set to 2.6.90.
11014 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
11016         * version.h (VERSION): Define to 2.6.
11017         * include/features.h (__GLIBC_MINOR__): Define to 6.
11019         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
11021         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
11022         sizes.
11024 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
11026         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
11027         number of mmaps.  n_mmaps_max is the target.
11028         * malloc/hooks.c: Likewise.
11029         * malloc/arena.c: Likewise.
11031 2007-05-12  Andreas Jaeger  <aj@suse.de>
11033         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
11034         getpid.
11036 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
11038         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
11039         adding new variables.
11041         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
11042         optimize.  Completely extend global scope array before making the
11043         new entries visible.
11045 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
11047         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
11048         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
11049         tst-getcpu.
11051         * include/link.h: Move l_version and l_nversion members around to
11052         fill gaps.
11054         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
11056         * sysdeps/unix/sysv/linux/sched_setaffinity.c
11057         (__sched_setaffinity_new): If syscall was successful and
11058         RESET_VGETCPU_CACHE is defined, use it before returning.
11059         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
11061         * io/sys/stat.h: Make sure struct timespec is defined for
11062         __USE_ATFILE.
11064         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
11065         UTIME_OMIT.
11066         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
11067         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
11068         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
11069         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
11070         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
11071         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
11072         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
11073         * io/sys/stat.h: Declare utimensat, futimens.
11074         * io/utimensat.c: New file.
11075         * io/futimens.c: New file.
11076         * sysdeps/unix/sysv/linux/utimensat.c: New file.
11077         * sysdeps/unix/sysv/linux/futimens.c: New file.
11078         * io/Makefile (routines): Add utimensat, futimens.
11079         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
11080         * sysdeps/unix/sysv/linux/lutimes.c: New file.
11081         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
11082         available.
11084         * include/sys/cdefs.h: Redefine __nonnull so that test for
11085         incorrect parameters in the libc code itself are not omitted.
11087 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
11089         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
11090         exception in addition to inexact when asked to raise only FE_INEXACT.
11092         [BZ #3427]
11093         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
11094         in *envp.
11096 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
11098         [BZ #4403]
11099         * string/strfry.c (strfry): Make result more random.
11101 2007-05-07  Richard Henderson  <rth@redhat.com>
11103         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
11104         if __NO_LONG_DOUBLE_MATH.
11105         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
11106         available in the compiler, add .arch directive to the assembly.
11108 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
11110         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
11111         compat_symbol to GLIBC_2_1.
11112         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
11113         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
11114         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
11115         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
11116         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
11117         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
11118         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
11119         libc, not libm.
11120         (__isnanl): New compat_symbol.
11122 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
11123             Jakub Jelinek  <jakub@redhat.com>
11125         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
11126         (new_heap): Initialize mprotect_size.
11127         (grow_heap): When growing, only mprotect from mprotect_size till
11128         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
11129         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
11131 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
11132             Peter Bergner  <bergner@us.ibm.com>
11134         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
11135         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
11136         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
11137         * sysdeps/powerpc/fpu/fe_mask.c: New file.
11138         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
11139         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
11140         Call __fe_mask_env() if all FP exceptions disabled.
11141         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
11142         from old FPSCR to new fenv to propagate DFP rounding modes.
11143         Call __fe_mask_env() if FP exceptions previously enabled.
11144         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
11145         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
11146         transitioning from all exceptions disabled to any exception enabled
11147         or visa versa.
11148         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
11149         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
11150         when transitioning from all exceptions disabled to any exception
11151         enabled or visa versa.
11152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
11153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
11154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
11155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
11156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
11157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
11159 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11161         [BZ #4465]
11162         * posix/unistd.h: Remove __THROW from fdatasync.
11164 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
11166         [BZ #4465]
11167         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
11169 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11171         * stdio-common/vfprintf.c (process_string_arg): Optimize
11172         ridiculous precision in wide char code printing multi-byte string.
11173         Reported by Jim Meyering <jim@meyering.net>.
11175         [BZ #4131]
11176         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
11177         boundaries to work around systems with overlapping binary loading.
11178         Based on a patch by Suzuki <suzuki@in.ibm.com>.
11180 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
11182         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
11183         __mbsnrtowcs after last change.
11185         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
11186         (get_ident): Likewise.
11188 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11190         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
11191         with setting the sticky bit.
11192         * math/test-misc.c (main): Add more truncation tests.
11194 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
11196         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
11197         double in the function declaration.
11198         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
11199         double in the function declaration.
11200         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11201         float in the function declaration.
11202         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11203         float in the function declaration.
11205         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
11206         denormal operands.  Do not generate FP_EX_DENORM exception.
11207         (FP_UNPACK_RAW_EP): Ditto.
11208         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
11209         undefined _FP_UNPACK_RAW_E.
11210         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
11211         undefined _FP_UNPACK_RAW_EP.
11212         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
11213         undefined _FP_PACK_RAW_E.
11214         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
11215         undefined _FP_PACK_RAW_EP.
11217         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
11218         _FP_FRAC_COPY_2.
11219         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
11220         _FP_FRAC_COPY_4.
11222 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
11223             Jakub Jelinek  <jakub@redhat.com>
11225         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
11226         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
11227         this case.
11228         * soft-fp/op-common.h (FP_TRUNC): Ditto.
11230 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11232         * math/test-misc.c (main): Add tests for rounding long double
11233         values close to smallest double denormalized value to double.
11235 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
11237         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
11238         condition for truncating to 0.  Set sticky bit for such
11239         truncation.
11241 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
11243         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
11244         fixed length array for ignore.
11246 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11248         [BZ #4438]
11249         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
11250         stack for large precisions.
11251         * stdio-common/test-vfprintf.c (main): Add test for large
11252         precision.
11254 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
11256         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
11257         for exponent 0.
11258         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
11260         [BZ #4439]
11261         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
11262         account in the size check.
11263         * resolv/tst-inet_ntop.c: New test.
11264         * resolv/Makefile (tests): Add tst-inet_ntop.
11266 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11267             Jakub Jelinek  <jakub@redhat.com>
11269         [BZ #4349]
11270         * malloc/malloc.c: Keep separate list for first blocks on the bin
11271         lists with a given size.  This helps skipping over list elements
11272         we know won't fit in two places.
11273         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
11275 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
11277         [BZ #4102]
11278         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
11279         label to Teredo tunnel addresses 2001://32.
11281 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
11283         * locale/programs/ld-collate.c (collate_read): Allow order_start
11284         after copy.
11286         * locale/programs/ld-collate.c (collate_read): Fix printing of
11287         error message.
11289         [BZ #3213]
11290         * locale/C-translit.h.in: Add entry for U2044.
11292         [BZ #4342]
11293         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
11294         hexa-decimal floats without exponent.
11295         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
11297 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11299         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
11300         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
11301         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
11302         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
11303         GLIBC_2.6.
11304         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
11305         Add sched_getcpu.
11307 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11309         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
11310         of 0 after the out_fail label.
11312 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11314         [BZ #4406]
11315         * iconv/gconv_charset.h (strip): Allow ':'.
11316         * iconv/iconv_open.c (iconv_open): Adjust comment.
11318 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11320         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
11321         version.
11323 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11325         [BZ #4381]
11326         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
11327         alignment of buffer and tmp_buffer.
11328         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
11329         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
11330         alignment of buffer.
11331         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
11332         bigger than INT_MAX.
11333         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
11334         h_errnop arguments.  Fail if buflen is too small.
11335         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
11337 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11339         [BZ #4405]
11340         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
11341         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
11343 2007-04-22  Roland McGrath  <roland@redhat.com>
11345         * elf/elf.h (NT_PRXFPREG): New macro.
11347 2007-04-19  Andreas Jaeger  <aj@suse.de>
11349         [BZ #3905]
11350         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
11351         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
11352         Added.
11354 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
11356         * include/sys/mman.h: Mark madvise hidden.
11357         * misc/madvise.c: Add libc_hidden_def.
11359 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
11361         * nis/nis_domain_of.c (__nis_domain_of): New function.
11362         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
11363         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
11364         * nis/nis_call.c (rec_dirsearch): Likewise.
11365         (first_shoot): Likewise.  Remove search_parent_first argument.
11366         (struct nis_server_cache): Rename search_parent_first field
11367         to search_parent.
11368         (nis_server_cache_search, nis_server_cache_add): Rename
11369         search_parent_first argument to search_parent.
11370         (__nisfind_server): Likewise.  If search_parent, call
11371         __nis_domain_of.
11373 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
11375         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
11377 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
11379         [BZ #4368]
11380         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
11382 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
11384         [BZ #4364]
11385         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
11387 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
11389         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
11390         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
11391         current number of locales in SUPPORTED.
11392         (create_archive): Initialize serial.
11393         (enlarge_archive): Preserve aliases rather than duplicating
11394         their locrecs.
11396 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11398         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
11399         after _IO_un_link, not before it.
11401         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
11402         special case handling when wcp == wstartp + 1.  Fix a comment typo.
11403         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
11405 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
11407         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
11408         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
11409         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
11410         Remove __THROW.
11411         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
11412         _IO_file_xsgetn_maybe_mmap): Likewise.
11413         * libio/oldfileops.c (old_do_write): Likewise.
11414         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
11415         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
11416         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
11417         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
11418         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
11419         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
11420         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
11421         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
11422         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
11423         _IO_file_underflow, _IO_file_underflow_mmap,
11424         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
11425         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
11426         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
11427         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
11428         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
11429         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
11430         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
11431         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
11432         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
11433         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
11434         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
11435         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
11436         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
11437         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
11438         _IO_adjust_column_internal, _IO_default_uflow_internal,
11439         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
11440         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
11441         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
11442         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
11443         _IO_file_close_it_internal, _IO_file_underflow_internal,
11444         _IO_file_overflow_internal, _IO_file_attach_internal,
11445         _IO_file_fopen_internal, _IO_file_sync_internal,
11446         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
11447         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
11448         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
11449         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
11450         _IO_seekpos_unlocked): Likewise.
11451         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
11452         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
11454 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
11456         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
11457         argument in xmalloc size computation.
11459 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11461         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
11462         math_opt_barrier and math_force_eval macros.
11464 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11466         [BZ #3306]
11467         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
11468         * sysdeps/i386/fpu/math_private.h: New file.
11469         * sysdeps/x86_64/fpu/math_private.h: New file.
11470         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
11471         math_force_eval macros.  Use "+m" constraint on asm rather than
11472         "=m" and "m".
11473         * math/s_nextafter.c (__nextafter): Likewise.
11474         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
11475         Likewise.
11476         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11477         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
11478         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
11479         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
11480         math_opt_barrier and math_force_eval macros.
11481         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
11482         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
11483         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
11484         (__nexttoward): Use math_opt_barrier and
11485         math_force_eval macros.  Use "+m" constraint on asm rather than
11486         "=m" and "m".  Only use asm to force double result if
11487         FLT_EVAL_METHOD is 2.
11488         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
11489         (__nexttowardf): Use math_opt_barrier and
11490         math_force_eval macros.  Use "+m" constraint on asm rather than
11491         "=m" and "m".  Only use asm to force double result if
11492         FLT_EVAL_METHOD is not 0.
11493         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
11494         (__nexttowardf): Use math_opt_barrier and
11495         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11496         x to float using asm.
11497         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
11498         (__nldbl_nexttowardf): Use math_opt_barrier and
11499         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11500         x to float using asm.
11501         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
11502         (__nexttowardf): Use math_opt_barrier and math_force_eval
11503         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
11504         * math/bug-nextafter.c (zero, inf): New variables.
11505         (main): Add new tests.
11506         * math/bug-nexttoward.c (zero, inf): New variables.
11507         (main): Add new tests.
11509 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11511         [BZ #3427]
11512         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
11513         exceptions both in SW and MXCSR.
11514         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
11515         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
11516         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11517         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11518         in MXCSR if SSE is available.
11519         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
11520         and ldsodefs.h.
11521         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
11522         Fix comment typo.
11523         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
11524         Return 0 rather than 1.
11525         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
11526         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
11527         * math/test-fenv.c (feholdexcept_tests): New function.
11528         (main): Call it.
11530 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
11532         [BZ #3427]
11533         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11534         in SW.
11536 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11538         [BZ #4344]
11539         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
11540         Reported by David Anderson <davea42@earthlink.net>.
11542 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
11544         * posix/sys/wait.h: Remove unnecessary forward declaration.
11546 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
11548         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
11549         with obj->do_servers after first_shoot.
11551 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
11553         * posix/Makefile (routines): Add sched_cpucount.
11554         (tests): Add tst-cpucount.
11555         * posix/sched_cpucount.c: New file.
11556         * posix/tst-cpucount.c: New file.
11557         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
11558         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
11559         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11560         * posix/sched.h: Define CPU_COUNT.
11562 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11564         * posix/fnmatch.c (STRUCT): Define.
11565         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
11566         * posix/fnmatch_loop.c (struct STRUCT): New type.
11567         (FCT): Add ends argument.  If ends != NULL and normal * is
11568         seen in the pattern, store current pattern and string pointers
11569         and return.  Adjust recursive calls.
11570         (EXT): Adjust FCT callers.
11571         (STRUCT): Undef at the end of the file.
11572         * posix/Makefile (tests): Add tst-fnmatch2.
11573         * posix/tst-fnmatch2.c: New test.
11575 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11577         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
11578         and 1 on failure.
11580         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
11581         Change last argument to unsigned int.
11583 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
11585         * scripts/check-local-headers.sh: Filter out sys/capability.h.
11587 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11589         * config.h.in (HAVE_LIBCAP): Add.
11590         * nscd/selinux.h: Include sys/capability.h rather than non-existent
11591         sys/capabilities.h.
11592         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
11593         free_caps.  Cast away const from 4th cap_set_flag argument.
11595 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
11597         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
11598         GLIBC_2.6.
11599         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
11600         Add sync_file_range.
11601         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11603 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
11605         * sysdeps/powerpc/bits/atomic.h
11606         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
11607         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
11608         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11609         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
11610         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11611         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
11612         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
11613         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11614         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11615         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11616         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
11617         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11618         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11619         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11620         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11621         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
11622         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11623         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
11624         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11625         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
11627 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11629         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
11630         (__cache_line_size): Define the variable here.  Add
11631         attribute_hidden, remove weak_extern.
11632         (__libc_start_main): Set __cache_line_size
11633         unconditionally.
11634         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
11635         (__cache_line_size): Define the variable here.  Add
11636         attribute_hidden, remove weak_extern.
11637         (DL_PLATFORM_AUXV): Set __cache_line_size
11638         unconditionally.
11639         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
11640         weak_extern, add attribute_hidden.
11641         (__elf_machine_runtime_setup): Assume __cache_line_size is always
11642         defined in ld.so.
11643         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
11644         definition.
11645         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
11647 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
11649         [BZ #4276]
11650         * timezone/africa: Update from tzdata2007d.
11651         * timezone/asia: Likewise.
11652         * timezone/australasia: Likewise.
11653         * timezone/backward: Likewise.
11654         * timezone/europe: Likewise.
11655         * timezone/iso3166.tab: Likewise.
11656         * timezone/leapseconds: Likewise.
11657         * timezone/northamerica: Likewise.
11658         * timezone/southamerica: Likewise.
11659         * timezone/zone.tab: Likewise.
11661         * timezone/private.h: Update from tzcode2007d.
11662         * timezone/zdump.c: Likewise.
11663         * timezone/zic.c: Likewise.
11665 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
11667         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
11668         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
11669         variables.
11670         (nis_server_cache_search, nis_server_cache_add): New functions.
11671         (__nisfind_server): Use them.  Add dbp and flags argument, if
11672         call __nisbind_create.
11673         (__nisbind_create): Add server_used and current_ep arguments,
11674         only call __nis_findfastest if server_used is ~0.
11675         (__do_niscall2, __prepare_niscall): Adjust callers.
11676         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
11677         ckey_cache_euid, ckey_cache_lock): New variables.
11678         (get_ckey): New function.
11679         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
11680         __pmap_getnisport.  Save __pmap_getnisport result in
11681         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
11682         key.
11683         * nis/nis_lookup.c (nis_lookup): Likewise.
11684         * nis/nis_table.c (nis_list): Likewise.
11685         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
11686         prototypes.
11688         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
11689         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
11690         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
11691         _nss_nisplus_getservbyport_r): Likewise.
11692         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
11693         _nss_nisplus_getnetbyaddr_r): Likewise.
11694         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
11695         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
11696         _nss_nisplus_getntohost_r): Likewise.
11697         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
11698         _nss_nisplus_getrpcbynumber_r): Likewise.
11700 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11702         * configure.in (libc_cv_gnu89_inline): Only do compile test.
11703         * configure: Rebuilt.
11705         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
11706         bit-fields.
11707         * soft-fp/extended.h (_FP_UNION_E): Likewise.
11709 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
11711         [BZ #2831]
11712         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
11713         bit-fields.
11715 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
11717         * nscd/gai.c: Include alloca.h.
11718         (__libc_use_alloca): Define.
11720 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
11722         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
11723         smaller scopes.
11724         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
11725         (DL_DST_REQUIRED): Adjust user.
11727         * include/dlfcn.h (struct link_map): New forward decl.
11729         * inet/getnameinfo.c: Include stddef.h.
11730         (getnameinfo): Use offsetof.
11732         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
11734         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
11736         * string/strerror_l.c: Include stdlib.h.
11738         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
11739         * config.make.in (gnu89-inline-CFLAGS): New variable.
11740         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
11741         -std=gnu99.
11742         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
11743         * argp/argp.h: Use it.
11744         * bits/mathinline.h: Likewise.
11745         * bits/sigset.h: Likewise.
11746         * bits/string.h: Likewise.
11747         * ctype/ctype.h: Likewise.
11748         * hurd/hurd.h: Likewise.
11749         * hurd/hurd/fd.h: Likewise.
11750         * hurd/hurd/port.h: Likewise.
11751         * hurd/hurd/signal.h: Likewise.
11752         * hurd/hurd/threadvar.h: Likewise.
11753         * hurd/hurd/userlink.h: Likewise.
11754         * io/sys/stat.h: Likewise.
11755         * libio/bits/stdio.h: Likewise.
11756         * libio/bits/stdio2.h: Likewise.
11757         * mach/lock-intern.h: Likewise.
11758         * mach/mach/mig_support.h: Likewise.
11759         * math/bits/cmathcalls.h: Likewise.
11760         * posix/bits/unistd.h: Likewise.
11761         * socket/bits/socket2.h: Likewise.
11762         * stdlib/bits/stdlib.h: Likewise.
11763         * stdlib/stdlib.h: Likewise.
11764         * string/argz.h: Likewise.
11765         * string/bits/string2.h: Likewise.
11766         * string/bits/string3.h: Likewise.
11767         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
11768         * sysdeps/generic/inttypes.h: Likewise.
11769         * sysdeps/generic/machine-lock.h: Likewise.
11770         * sysdeps/generic/machine-sp.h: Likewise.
11771         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
11772         * sysdeps/i386/i486/bits/string.h: Likewise.
11773         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
11774         * sysdeps/mach/alpha/machine-lock.h: Likewise.
11775         * sysdeps/mach/alpha/machine-sp.h: Likewise.
11776         * sysdeps/mach/i386/machine-lock.h: Likewise.
11777         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
11778         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
11779         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
11780         * sysdeps/s390/bits/string.h: Likewise.
11781         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
11782         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
11783         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
11784         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
11785         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11786         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
11787         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
11788         * wcsmbs/bits/wchar2.h: Likewise.
11789         * wcsmbs/wchar.h: Likewise.
11790         * stdlib/gmp.h: Likewise.  Include <features.h> to get
11791         __extern_inline definition.
11793 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
11795         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
11796         NULL.
11798         [BZ #3919]
11799         * math/libm-test.inc (log_test): Test -Inf and NaN.
11800         (log10_test, log1p_test, log2_test): Test -Inf.
11801         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
11802         FE_INVALID when argument is qNaN.
11803         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11804         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11805         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11806         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
11807         andb $1, %ah with testb $1, %ah, don't test for parity, instead
11808         testb $4, %ah and jump if non-zero.
11809         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11810         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
11812         [BZ #4101]
11813         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
11814         ancestors with the same depths.
11815         Patch by Niels Moeller <nisse@lysator.liu.se>.
11816         (filter_doc): Don't crash if argp is NULL.
11817         * argp/Makefile (tests): Add tst-argp2.
11818         * argp/tst-argp2.c: New test.
11820         [BZ #4130]
11821         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
11822         open_not_cancel_2.
11823         (updwtmp_file): Likewise.
11825         [BZ #4181]
11826         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
11827         (inet6_opt_append): Don't check extlen is big enough if extbuf
11828         is NULL.
11829         (inet6_opt_finish): Likewise.
11830         * inet/Makefile (tests): Add test-inet6_opt.
11831         * inet/test-inet6_opt.c: New test.
11833         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
11834         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
11835         NLMSG_ERR.  Instead use a page sized buffer.
11836         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
11837         buffer.
11839 2007-03-14  Richard Henderson  <rth@redhat.com>
11841         * sysdeps/alpha/fpu/s_llround.c: New file.
11842         * sysdeps/alpha/fpu/s_llroundf.c: New file.
11843         * sysdeps/alpha/fpu/s_lround.c: New file.
11844         * sysdeps/alpha/fpu/s_lroundf.c: New file.
11845         * sysdeps/alpha/fpu/s_round.c: New file.
11846         * sysdeps/alpha/fpu/s_roundf.c: New file.
11847         * sysdeps/alpha/fpu/s_trunc.c: New file.
11848         * sysdeps/alpha/fpu/s_truncf.c: New file.
11850         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
11851         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
11852         * sysdeps/alpha/fpu/s_floor.c: Likewise.
11853         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
11854         * sysdeps/alpha/fpu/s_rint.c: Likewise.
11855         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
11857         * sysdeps/alpha/fpu/s_fmax.S: New file.
11858         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
11859         * sysdeps/alpha/fpu/s_fmin.S: New file.
11860         * sysdeps/alpha/fpu/s_fminf.S: New file.
11861         * sysdeps/alpha/fpu/s_isnan.c: New file.
11862         * sysdeps/alpha/fpu/s_isnanf.c: New file.
11863         * sysdeps/alpha/fpu/s_llrint.c: New file.
11864         * sysdeps/alpha/fpu/s_llrintf.c: New file.
11865         * sysdeps/alpha/fpu/s_lrint.c: New file.
11866         * sysdeps/alpha/fpu/s_lrintf.c: New file.
11867         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
11868         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
11870         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
11871         (__fdimf, fdimf, __fdim, fdim): Remove.
11872         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
11873         (__isnanf, __isnan, __isnanl): New.
11875 2007-03-13  Richard Henderson  <rth@redhat.com>
11877         * sysdeps/ieee754/ldbl-128/Makefile: New file.
11879 2007-03-13  Richard Henderson  <rth@redhat.com>
11881         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
11882         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
11883         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
11884         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
11885         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
11886         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
11888 2007-03-13  Richard Henderson  <rth@redhat.com>
11890         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
11891         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
11892         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
11893         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
11894         Move to dl-auxv.h; initialize instead of extern weak.
11895         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
11896         weak symbol.
11897         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
11898         Extern instead of initialized.
11900 2007-03-13  Richard Henderson  <rth@redhat.com>
11902         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
11903         __sigsuspend_nocancel.
11905 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
11907         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
11908         172.16/12 address range.
11910 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
11912         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
11913         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
11914         message.
11916 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
11918         [BZ #4069]
11919         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
11920         earlier.
11921         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
11923         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
11924         for x qNaN and y either +-inf or non-integer value.
11925         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
11926         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11927         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
11929 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
11931         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
11932         from sysdep_headers.
11934 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
11936         * time/tzfile.c (find_transition): Instead of a linear search try to
11937         guess the transition index, use a linear search if the result is at
11938         most 10 transitions away from the guess or binary search otherwise.
11940 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
11942         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
11943         memory reallocation.
11945 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
11947         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
11948         and fix some typos.
11949         Optimize use of TOLOWER.
11951         [BZ #3325]
11952         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
11953         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11954         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11956         [BZ #3458]
11957         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
11958         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
11960         [BZ #4076]
11961         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
11962         (open_dir_stream): Likewise.
11963         * io/Makefile (tests): Add bug-ftw5.
11964         * io/bug-ftw5.c: New file.
11966         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
11967         * nscd/servicescache.c (cache_addserv): Likewise.
11969         * nscd/grpcache.c (cache_addgr): In case a record changed on
11970         refresh, adjust key_copy.
11972         [BZ #4074]
11973         * nscd/pwdcache.c (cache_addpw): In case a record changed on
11974         refresh, adjust key_copy.
11976         [BZ #4070]
11977         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
11978         special cases.
11979         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
11981 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
11983         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
11984         optimization.
11986         * stdio-common/vfscanf.c: Small cleanups throughout.
11988 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
11990         [BZ #3325]
11991         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
11992         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11993         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11994         Patch by Jared Casper <jaredcasper@gmail.com>.
11996         * sysdeps/unix/closedir.c: Outside libc don't use locking.
11997         * sysdeps/unix/opendir.c: Likewise.
11998         * sysdeps/unix/readdir.c: Likewise.
12000         [BZ #2211]
12001         * stdio-common/vfscanf.c: Handle localized digits etc for floating
12002         point numbers.
12003         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
12005         * stdio-common/vfscanf.c: Fix problems in width accounting.
12006         * stdio-common/tst-sscanf.c (double_tests): New tests.
12007         (main): Hook them up.
12009         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
12010         More simplifications of floating-point reader.
12012         * stdio-common/Makefile (tests): Add tst-swscanf.
12013         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
12014         testing.
12015         * stdio-common/tst-swscanf.c: New file.
12017 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
12019         [BZ #2633]
12020         * libio/stdio.h: Define struct _IO_FILE in global namespace.
12021         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
12022         Remove using for __jmp_buf_tag.
12023         * locale/locale.h (struct lconv): Also define in std namespace.
12024         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
12026         [BZ #3842]
12027         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
12028         using __libc_enable_secure.
12030         [BZ #3818]
12031         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
12033         [BZ #3745]
12034         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
12035         of names for ellipsises.
12037         [BZ #3348]
12038         * malloc/memusage.sh: Cleanups.
12039         * debug/xtrace.sh: Quoting and trap changes.
12041 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
12043         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
12045         * locale/iso-3166.def: Update entry for Serbia.
12046         * locale/iso-4217.def: Define RSD, remove CSD.
12048         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
12049         and 64-bit operations.
12051         [BZ #4040]
12052         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
12053         16-bit operations.
12055         * nscd/nscd.c (parse_opt): One more conversion to use send instead
12056         of writev.
12058 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
12060         [BZ #3991]
12061         * assert/assert.h (assert): Simplify.
12062         (assert_perror): Likewise.
12063         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
12065         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
12066         reqdata.
12068         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
12069         change: don't pass NULL in place of an integer.
12071 2007-02-02  Bruno Haible  <bruno@clisp.org>
12073         [BZ #3954]
12074         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
12075         Add mapping for U+327E.
12076         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
12077         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
12078         mapping of 0xD9 0xE8.
12079         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
12080         mapping of U+327E.
12081         Reported by Jungshik Shin <jungshik@google.com>.
12083         [BZ #3955]
12084         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
12085         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
12086         Reported by Jungshik Shin <jungshik@google.com>.
12088 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
12090         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
12091         byte variants.
12093         [BZ #4040]
12094         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
12095         byte variants.  Patch mostly be tom@tommay.net.
12097 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
12099         [BZ #3996]
12100         * posix/glob.c (attribute_hidden): Define if not defined.
12101         (glob): Unescape dirname, filename or username when needed and not
12102         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
12103         is NULL.  Handle unescaped [ in pattern without closing ].
12104         Don't pass GLOB_CHECK down to recursive glob for directories.
12105         (__glob_pattern_type): New function.
12106         (__glob_pattern_p): Implement using __glob_pattern_type.
12107         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
12108         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
12109         Remove unreachable code.
12110         * posix/globtest.sh: Add a couple of new tests.
12112 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
12114         * po/ru.po: Update from translation team.
12116 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
12118         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
12119         to the list of i486+ CPUs.
12120         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12122 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
12124         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
12125         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
12126         references.
12128 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
12130         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
12132         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
12133         * resolv/res_mkquery.c: Define __res_nopt.
12134         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
12135         try adding EDNS0 record.
12136         * resolv/res_send.c (send_dg): If request failed with FORMERR and
12137         EDNS0 record was send make sure we don't try it again.
12138         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
12139         * include/resolv.h: Declare __res_nopt.
12141 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
12143         [BZ #3944]
12144         * time/strptime_l.c (__strptime_internal): Set have_mon for
12145         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
12146         have been computed from tm_yday and tm_year.  Don't crash
12147         in day_of_the_week or day_of_the_year if not have_mon
12148         and tm_mon contains bogus value.
12149         * time/Makefile (tests): Add tst-strptime3.
12150         * time/tst-strptime3.c: New test.
12152 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
12154         [BZ #3957]
12155         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
12156         bit for RE_HAT_LISTS_NOT_NEWLINE.
12157         (build_charclass_op): Remove bogus comment.
12158         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
12159         * posix/bug-regex27.c: New test.
12160         * posix/bug-regex28.c: New test.
12162 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
12164         * po/sv.po: Update from translation team.
12166 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
12168         * nscd/nscd_helper.c (open_socket): Minor size optimization.
12170 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
12172         * include/locale.h (__uselocale): Add libc_hidden_proto.
12173         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
12175         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
12176         gettimeofday.
12178 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
12180         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
12181         returning.
12182         (PTR_DEMANGLE): Real definition now that it's not the same as
12183         PRT_MANGLE anymore.
12184         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12186         * string/strerror_l.c: New file.
12187         * string/Makefile (routines): Add strerror_l.
12188         * string/string.h: Declare strerror_l.
12189         * string/Versions: Export strerror_l for GLIBC_2.6.
12191 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
12193         * nscd/nscd_helper.c (open_socket): Now takes request type and key
12194         as parameter.  Construct request record.  Try sending request
12195         before the first poll use, it usually succeeds.  Adjust all
12196         callers.
12197         * nscd/nscd-client.h: Define MAXKEYLEN.
12198         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
12200 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
12202         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
12203         from return value.
12204         * nscd/nscd_helper.c: Include string.h.
12205         (__nscd_cache_search): Remove const qualifier from return value.
12206         On strict alignment architectures check hash entry and data head
12207         alignment.
12208         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
12209         mmapped data during GC cycle contains garbage.  If
12210         __nscd_drop_map_ref fails, decrement mapped->counter when returning
12211         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
12212         dropped to 0.
12213         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12214         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12215         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
12216         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12217         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12219 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
12221         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
12223 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
12225         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
12226         names not numbers in cfi_*.
12228 2007-01-26  Andreas Jaeger  <aj@suse.de>
12230         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
12231         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
12232         Correct values of PER_HPUX and PER_OSF4.
12234 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
12236         * elf/dl-minimal.c: Undefine _itoa first.
12237         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
12238         * malloc/mtrace.c: Revert last change.
12239         * posix/wordexp.c: Likewise.
12241 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
12243         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
12244         and __geode__ to the list of i486+ CPUs.
12245         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12247 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
12249         * stdio-common/_itoa.c: Include <limits.h>.
12250         * stdio-common/_itowa.c: Likewise.
12252 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
12254         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
12255         platforms.
12256         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
12257         64-bit platforms.
12258         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
12259         possible.
12260         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
12261         if possible.
12263         [BZ #3902]
12264         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
12265         * stdio-common/Makefile (tests): Add bug17.
12266         * stdio-common/bug17.c: New file.
12268 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
12270         * iconvdata/brf.c: New file.
12271         * iconvdata/testdata/BRF: New file.
12272         * iconvdata/testdata/BRF..UTF8: New file.
12273         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
12274         * iconvdata/Makefile: Add rules to build BRF.
12275         * iconvdata/TESTS: Add BRF entry.
12276         * iconvdata/gconv-modules: Likewise.
12277         * iconvdata/tst-tables.sh: Likewise.
12279 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
12281         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
12282         type `long long int', not `long int'.
12283         (wcstoq): Likewise.
12285 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
12287         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
12288         of values on 64-bit platforms which are too large.
12290 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
12291             Joe Kerian  <jkerian@us.us.ibm.com>
12293         [BZ #2749]
12294         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
12295         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
12296         (__copysignl): Use signbit() for comparison.
12297         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
12298         SET_LDOUBLE_WORDS64.
12300         [BZ #2423, #2749]
12301         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
12302         (__ceill): Remove calls to fegetround(), fesetround().
12303         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
12304         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
12305         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
12307 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
12309         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
12311         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
12313 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
12315         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
12316         demangle pointer.
12317         * csu/libc-start.c: Likewise.
12319 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
12321         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
12322         really work anyway.
12324 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12326         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
12327         users.
12328         (handle_request): Remove unnecessary tests.
12330         * nscd/cache.c (cache_add): Record the failure to add to the cache.
12332 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
12334         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
12335         workbits in semi-raw fraction.
12337         * math/test-misc.c: Add new tests.
12339 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
12341         * math/basic-test.c: Include test-skeleton.c.
12342         (TEST_TRUNC): Define.
12343         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
12344         (main): Rename to ...
12345         (do_test): ...this.  Run new tests.
12346         (TEST_FUNCTION): Define.
12348 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
12349             Joe Kerian  <jkerian@us.us.ibm.com>
12351         [BZ #2749]
12352         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
12353         handling for high words.
12354         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
12355         and overflow for infinity.
12357 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12359         * nscd/connections.c (handle_request): Add a __builtin_expect.
12361         * nscd/connections.c (serv2db): Change type into structure which
12362         also says whether this is a request for data.  Renamed to
12363         servinfo.  All users changed.
12364         (handle_request): Much simpler test whether we should search the cache.
12366         * nscd/connections.c (handle_request): Fix thinko in selinux test
12367         invocation.
12369         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
12370         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
12371         it before getting dl_load_lock and then relock.
12372         (_dl_lookup_symbol_x): Pass flags to add_dependency.
12373         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
12374         case we unlocked the scope.
12375         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
12376         _dl_lookup_symbol_x in case we locked the scope.
12377         (_dl_profile_fixup): Likewise.
12378         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
12379         set DL_LOOKUP_SCOPE_LOCK.
12381 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
12383         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
12384         CFLAGS-getsrvbynpt_r.c.
12385         * nscd/getsrvbynm_r.c: New file.
12386         * nscd/getsrvbypt_r.c: New file.
12387         * nscd/nscd_getserv_r.c: New file.
12388         * nscd/servicescache.c: New file.
12389         * nscd/Makefile (routines): Add nscd_getserv_r.
12390         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
12391         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
12392         CFLAGS-getsrvbypt_r.c.
12393         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
12394         table.  Add entries for services database.
12395         * nscd/connections.c (serv2str): Mark as const.  Add entries for
12396         services database.
12397         (dbs): Add .reset_res and servdb initialization.
12398         (serv2db): Add entries for services database.
12399         (verify_persistent_db): Accept dbnr == servdb.
12400         (invalidate_cache): Rewrite database name recognition to use a table.
12401         Call res_init() if .reset_res is set for database.
12402         (handle_request): Add code to handle services database.
12403         * nscd/gai.c: Don't define __getservbyname_r.
12404         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
12405         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
12406         (serv_response_header): Define.
12407         (struct datahead): Add serv_response_header member.
12408         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
12409         using table.
12410         * nscd/nscd.conf: Add entries for services database.
12411         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
12412         Declare serv_iov_disabled.
12413         Declare addservbyname, readdservbyname, addservbyport, and
12414         readdservbyport.
12415         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
12416         (find_db): Fix error message.
12417         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
12418         __nscd_getservbyname_r, and __nscd_getservbyport_r.
12419         * nscd/selinux.c (perms): Add entries for services database.
12420         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
12421         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
12423         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
12424         * nscd/hstcache.c: Likewise.
12425         * nscd/pwdcache.c: Likewise.
12427         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
12428         computation of keylen.
12430         * include/string.h: Only redefine strndupa if this is really for
12431         libc code.
12433 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
12435         * nscd/nscd_gethst_r.c: Minor cleanups.
12437         * nscd/connections.c (handle_request): Check selinux permissions
12438         for all non-admin commands.
12440         * sysdeps/i386/i486/bits/atomic.h: Define
12441         atomic_compare_and_exchange_val_acq,
12442         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
12443         using __sync_* built-ins for gcc >= 4.1.
12444         * sysdeps/x86_64/bits/atomic.h: Likewise.
12446         [BZ #3840]
12447         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
12448         and .oS.d files.
12450 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
12452         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
12453         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
12454         (do_test): Check errno and exit(0) if ENOSYS.
12456 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12458         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
12459         thousands separators.
12460         * stdlib/Makefile: Add rules to build and run tst-strtod4.
12461         * stdlib/tst-strtod4.c: New test.
12463         [BZ #3855]
12464         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
12465         hexadecimal digit should accept just the initial 0.
12466         * stdlib/tst-strtod2.c (tests): New variable.
12467         (do_test): Run several tests rather than just one.
12469 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12471         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
12472         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
12474 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
12476         * io/fts.c: Make sure fts_cur is always valid after return from
12477         fts_read.
12478         Patch by Miloslav Trmac <mitr@redhat.com>.
12480 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
12482         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
12483         (R_MIPS_NUM): Bump by 1.
12485 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
12487         * posix/execvp.c: Include alloca.h.
12488         (allocate_scripts_argv): Renamed to...
12489         (scripts_argv): ... this.  Don't allocate buffer here nor count
12490         arguments.
12491         (execvp): Use alloca if possible.
12492         * posix/Makefile: Add rules to build and run tst-vfork3 test.
12493         * posix/tst-vfork3.c: New test.
12495 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
12497         * string/Makefile (tst-strxfrm2-ENV): Define.
12498         * stdlib/Makefile (tst-strtod3-ENV): Define.
12500 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
12502         * posix/getconf.c: Update copyright year.
12503         * nss/getent.c: Likewise.
12504         * iconv/iconvconfig.c: Likewise.
12505         * iconv/iconv_prog.c: Likewise.
12506         * elf/ldconfig.c: Likewise.
12507         * catgets/gencat.c: Likewise.
12508         * csu/version.c: Likewise.
12509         * elf/ldd.bash.in: Likewise.
12510         * elf/sprof.c (print_version): Likewise.
12511         * locale/programs/locale.c: Likewise.
12512         * locale/programs/localedef.c: Likewise.
12513         * nscd/nscd.c (print_version): Likewise.
12514         * debug/xtrace.sh: Likewise.
12515         * malloc/memusage.sh: Likewise.
12516         * malloc/mtrace.pl: Likewise.
12517         * debug/catchsegv.sh: Likewise.
12519 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
12521         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
12522         attempts.
12524 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
12526         * posix/wordexp.c: Remove some unnecessary tests.
12528 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
12530         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
12531         blacklist the group till after we look it up.
12533 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
12535         * include/atomic.h (atomic_forced_read): New macro.
12537 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
12539         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
12541 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
12543         * nss/getXXbyYY_r.c: Include atomic.h.
12544         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
12545         add atomic_write_barrier () in between.
12547         * stdlib/Makefile (tests): Add tst-makecontext.
12548         * stdlib/tst-makecontext.c: New test.
12550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
12551         (__makecontext): Don't realign uc_mcontext.uc_regs.
12553 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
12555         * elf/dl-support.c: Include dl-procinfo.h.
12556         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
12557         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
12558         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
12559         Define.
12560         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
12561         hardcoded constants.
12562         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
12563         PPC_PLATFORM_* macros for array designators.
12565 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
12567         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
12568         names to the beginning.
12569         (_dl_powerpc_platforms): Add "power6x".
12570         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12571         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
12572         (_DL_PLATFORMS_COUNT): Increase.
12573         (_dl_string_platform): Handle power6x case.
12574         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
12575         PPC_FEATURE_POWER6_EXT): Define.
12576         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
12578 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
12580         [BZ #3747]
12581         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
12582         [-2^31 .. 2^31) range.
12583         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
12584         targets.
12585         * stdlib/tst-rand48-2.c: New test.
12586         * stdlib/Makefile (tests): Add tst-rand48-2.
12588 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
12590         * misc/tst-pselect.c (do_test): Fix sigblock argument.
12592 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
12594         * misc/tst-pselect.c (do_test): Make sure the helper process is
12595         terminating when the test is aborted.
12597 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
12599         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
12600         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12601         Handle relatime mount option.
12603         [BZ #2337]
12604         * libio/Makefile (tests): Add tst-setvbuf1.
12605         * libio/tst-setvbuf1.c: New file.
12607 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
12609         [BZ #2337]
12610         * libio/genops.c (__uflow): Fix a typo.
12611         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
12612         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
12613         the narrow buffer size.
12615 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
12617         [BZ #2337]
12618         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
12619         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
12620         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
12621         in _flags.
12622         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
12623         _IO_wstr_finish): Likewise.
12624         * libio/wmemstream.c (open_wmemstream): Likewise.
12625         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
12626         even for wide streams.
12628 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
12630         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
12631         kernel-features.h.
12633 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
12635         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
12636         separators also if no non-zero digits found.
12637         * stdlib/Makefile (tests): Add tst-strtod3.
12639 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
12641         [BZ #3632]
12642         * include/features.h: Fix comment about default value for
12643         _POSIX_C_SOURCE.
12645         [BZ #3664]
12646         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
12647         empty parsed strings.
12648         * stdlib/Makefile (tests): Add tst-strtod2.
12649         * stdlib/tst-strtod2.c: New file.
12651         [BZ #3673]
12652         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
12653         computation.
12654         * stdlib/Makefile (tests): Add tst-atof2.
12655         * stdlib/tst-atof2.c: New file.
12657         [BZ #3674]
12658         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
12659         correctly if removing trailing zero of hex-float.
12660         * stdlib/Makefile (tests): Add tst-atof1.
12661         * stdlib/tst-atof1.c: New file.
12663 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
12665         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
12666         Start searching for next comma at p rather than rest.
12667         * misc/Makefile (tests): Add tst-mntent2.
12668         * misc/tst-mntent2.c: New test.
12670         * misc/getusershell.c (initshells): Check for integer overflows.
12671         Make strings buffer one bigger as fgets always succeeds when second
12672         argument is 1.  Don't use calloc for shells array.  Disallow
12673         / as shell.
12675 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
12677         * malloc/memusage.c: Handle realloc with new size of zero and
12678         non-NULL pointer correctly.
12679         (me): Really write first record twice.
12680         (struct entry): Make format bi-arch safe.
12681         (dest): Write out more realloc statistics.
12682         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
12684 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
12686         * nis/nis_subr.c (nis_getnames): Revert last change.
12688 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
12690         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
12691         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
12692         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
12693         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
12694         ENOTTY.
12695         * io/Makefile: Add rules to build and run tst-ttyname_r test.
12696         * io/tst-ttyname_r.c: New test.
12698 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12700         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
12702 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
12704         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
12705         jump table entries.
12707 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12709         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
12710         `clone' function to ensure proper unwinding stop of gdb.
12711         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
12713 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
12715         * nscd/nscd.init: Remove obsolete and commented-out -S option
12716         handling.
12718 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
12720         [BZ #3514]
12721         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
12723         [BZ #3515]
12724         * manual/string.texi (strtok): Remove duplicate paragraph.
12726 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
12728         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
12729         libgcc not supporting `rflags' unwinding (register # >= 17).
12731 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
12733         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
12734         succeeded.
12736 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
12737             Jakub Jelinek  <jakub@redhat.com>
12738             Jan Kratochvil  <jan.kratochvil@redhat.com>
12740         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
12741         unwind information.
12742         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
12743         'restore_rt' even in the 'signal' directory.
12744         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
12746 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
12748         [BZ #3559]
12749         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
12750         malloc crashed.  Don't allocate memory unnecessarily in each
12751         loop.
12753 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
12755         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
12757 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
12759         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
12761 2006-11-18  Bruno Haible  <bruno@clisp.org>
12763         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
12764         __sysconf only after having tried to call getgroups32.
12766 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
12768         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
12769         addresses for IPv4 queries if they can be mapped.
12771 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
12773         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
12774         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
12775         (signmask): Add .size directive.
12776         (othermask): Add .type directive.
12778 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
12780         * po/nl.po: Update from translation team.
12782         * timezone/zdump.c: Redo fix for BZ #3137.
12784 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
12786         * nss/nss_files/files-alias.c (get_next_alias): Set line back
12787         to first_unused after parsing :include: file.
12789 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12791         * timezone/africa: Update from tzdata2006o.
12792         * timezone/antarctica: Likewise.
12793         * timezone/asia: Likewise.
12794         * timezone/australasia: Likewise.
12795         * timezone/backward: Likewise.
12796         * timezone/europe: Likewise.
12797         * timezone/iso3166.tab: Likewise.
12798         * timezone/northamerica: Likewise.
12799         * timezone/southamerica: Likewise.
12800         * timezone/zone.tab: Likewise.
12802         * time/tzfile.c (__tzfile_read): Extend to handle new file format
12803         on machines with 64-bit time_t.
12805         * timezone/checktab.awk: Update from tzcode2006o.
12806         * timezone/ialloc.c: Likewise.
12807         * timezone/private.h: Likewise.
12808         * timezone/scheck.c: Likewise.
12809         * timezone/tzfile.h: Likewise.
12810         * timezone/tzselect.ksh: Likewise.
12811         * timezone/zdump.c: Likewise.
12812         * timezone/zic.c: Likewise.
12814         [BZ #3483]
12815         * elf/ldconfig.c (main): Call setlocale and textdomain.
12816         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12818         [BZ #3480]
12819         * manual/argp.texi: Fix typos.
12820         * manual/charset.texi: Likewise.
12821         * manual/errno.texi: Likewise.
12822         * manual/filesys.texi: Likewise.
12823         * manual/lang.texi: Likewise.
12824         * manual/maint.texi: Likewise.
12825         * manual/memory.texi: Likewise.
12826         * manual/message.texi: Likewise.
12827         * manual/resource.texi: Likewise.
12828         * manual/search.texi: Likewise.
12829         * manual/signal.texi: Likewise.
12830         * manual/startup.texi: Likewise.
12831         * manual/stdio.texi: Likewise.
12832         * manual/sysinfo.texi: Likewise.
12833         * manual/syslog.texi: Likewise.
12834         * manual/time.texi: Likewise.
12835         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12837         [BZ #3465]
12838         * sunrpc/clnt_raw.c: Minimal message improvements.
12839         * sunrpc/pm_getmaps.c: Likewise.
12840         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
12841         * nis/nis_print_group_entry.c: Likewise.
12842         * locale/programs/repertoire.c: Likewise.
12843         * locale/programs/charmap.c: Likewise.
12844         * malloc/memusage.sh: Likewise.
12845         * elf/dl-deps.c: Likewise.
12846         * locale/programs/ld-collate.c: Likewise.
12847         * libio/vswprintf.c: Likewise.
12848         * malloc/memusagestat.c: Likewise.
12849         * sunrpc/auth_unix.c: Likewise.
12850         * sunrpc/rpc_main.c: Likewise.
12851         * nscd/cache.c: Likewise.
12852         * locale/programs/repertoire.c: Unify output messages.
12853         * locale/programs/charmap.c: Likewise.
12854         * locale/programs/ld-ctype.c: Likewise.
12855         * locale/programs/ld-monetary.c: Likewise.
12856         * locale/programs/ld-numeric.c: Likewise.
12857         * locale/programs/ld-time.c: Likewise.
12858         * elf/ldconfig.c: Likewise.
12859         * nscd/selinux.c: Likewise.
12860         * elf/cache.c: Likewise.
12861         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12863         [BZ #3451]
12864         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
12865         change atomic.
12866         (ceil): Likewise.
12868 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12870         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
12871         if N is one bigger than return value.
12872         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
12873         and l1 last arguments, if buf is defined, verify the return value
12874         equals to strlen (buf) and verify no byte beyond passed length
12875         is modified.
12877 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12879         * po/sv.po: Update from translation team.
12881 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12883         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
12884         noinline attribute.
12886 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12888         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
12889         noinline attribute.
12891         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
12892         Use __new_sys_siglist instead of _sys_siglist_internal as
12893         second macro argument.
12894         (_old_sys_siglist): Use declare_symbol_alias macro instead of
12895         strong_alias.
12897 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12899         [BZ #3493]
12900         * posix/unistd.h (sysconf): Remove const attribute.
12902         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
12903         temporary or deprecated addresses.
12904         Patch by Sridhar Samudrala <sri@us.ibm.com>.
12906         * string/Makefile (tests): Add tst-strxfrm2.
12907         * string/tst-strxfrm2.c: New file.
12909 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
12911         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
12912         rather than r->r_brk.
12914 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
12916         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
12917         optimization even if needed > n.
12919         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
12920         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
12921         return false, otherwise return true.
12922         (cache_rpath): Return decompose_rpath return value.
12924 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
12926         * include/libc-symbols.h (declare_symbol): Rename to...
12927         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
12928         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
12929         .size directive.
12930         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
12931         changes.
12932         * sysdeps/gnu/siglist.c: Likewise.
12934 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
12936         * sysdeps/powerpc/fpu/bits/mathinline.h
12937         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
12938         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
12940 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
12942         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
12943         Update handling of cache descriptor 0x49 for new models.
12944         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
12945         Likewise.
12947 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
12949         * malloc/memusage.c (dest): Reset not_me back to false after
12950         printing statistics.
12952 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
12954         * configure.in: Work around ld --help change and avoid -z relro
12955         test completely if the architecture doesn't care about security.
12957 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
12959         * po/sv.po: Update from translation team.
12961 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
12963         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
12964         generate compatibility version.
12966 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
12968         * configure.in: Relax -z relro requirement a bit.
12970         * po/sv.po: Update from translation team.
12972 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
12974         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
12975         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12976         * elf/dl-close.c (_dl_close_worker): Likewise.
12977         * elf/dl-open.c (_dl_open_worker): Likewise.
12978         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
12980 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
12982         * configure.in: Require assembler support for visibility, compiler
12983         support for visibility and aliases, linker support for various -z
12984         options.
12985         * Makeconfig: Remove conditional code which now is unnecessary.
12986         * config.h.in: Likewise.
12987         * config.make.in: Likewise.
12988         * dlfcn/Makefile: Likewise.
12989         * elf/Makefile: Likewise.
12990         * elf/dl-load.c: Likewise.
12991         * elf/rtld.c: Likewise.
12992         * include/libc-symbols.h: Likewise.
12993         * include/stdio.h: Likewise.
12994         * io/Makefile: Likewise.
12995         * io/fstat.c: Likewise.
12996         * io/fstat64.c: Likewise.
12997         * io/fstatat.c: Likewise.
12998         * io/fstatat64.c: Likewise.
12999         * io/lstat.c: Likewise.
13000         * io/lstat64.c: Likewise.
13001         * io/mknod.c: Likewise.
13002         * io/mknodat.c: Likewise.
13003         * io/stat.c: Likewise.
13004         * io/stat64.c: Likewise.
13005         * libio/stdio.c: Likewise.
13006         * nscd/Makefile: Likewise.
13007         * stdlib/Makefile: Likewise.
13008         * stdlib/atexit.c: Likewise.
13009         * sysdeps/generic/ldsodefs.h: Likewise.
13010         * sysdeps/i386/dl-machine.h: Likewise.
13011         * sysdeps/i386/sysdep.h: Likewise.
13012         * sysdeps/i386/i686/memcmp.S: Likewise.
13013         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
13014         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
13015         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
13017         * Makerules: USE_TLS support is now default.
13018         * tls.make.c: Likewise.
13019         * csu/Versions: Likewise.
13020         * csu/libc-start.c: Likewise.
13021         * csu/libc-tls.c: Likewise.
13022         * csu/version.c: Likewise.
13023         * dlfcn/dlinfo.c: Likewise.
13024         * elf/dl-addr.c: Likewise.
13025         * elf/dl-cache.c: Likewise.
13026         * elf/dl-close.c: Likewise.
13027         * elf/dl-iteratephdr.c: Likewise.
13028         * elf/dl-load.c: Likewise.
13029         * elf/dl-lookup.c: Likewise.
13030         * elf/dl-object.c: Likewise.
13031         * elf/dl-open.c: Likewise.
13032         * elf/dl-reloc.c: Likewise.
13033         * elf/dl-support.c: Likewise.
13034         * elf/dl-sym.c: Likewise.
13035         * elf/dl-sysdep.c: Likewise.
13036         * elf/dl-tls.c: Likewise.
13037         * elf/ldconfig.c: Likewise.
13038         * elf/rtld.c: Likewise.
13039         * elf/tst-tls-dlinfo.c: Likewise.
13040         * elf/tst-tls1.c: Likewise.
13041         * elf/tst-tls10.h: Likewise.
13042         * elf/tst-tls14.c: Likewise.
13043         * elf/tst-tls2.c: Likewise.
13044         * elf/tst-tls3.c: Likewise.
13045         * elf/tst-tls4.c: Likewise.
13046         * elf/tst-tls5.c: Likewise.
13047         * elf/tst-tls6.c: Likewise.
13048         * elf/tst-tls7.c: Likewise.
13049         * elf/tst-tls8.c: Likewise.
13050         * elf/tst-tls9.c: Likewise.
13051         * elf/tst-tlsmod1.c: Likewise.
13052         * elf/tst-tlsmod13.c: Likewise.
13053         * elf/tst-tlsmod13a.c: Likewise.
13054         * elf/tst-tlsmod14a.c: Likewise.
13055         * elf/tst-tlsmod2.c: Likewise.
13056         * elf/tst-tlsmod3.c: Likewise.
13057         * elf/tst-tlsmod4.c: Likewise.
13058         * elf/tst-tlsmod5.c: Likewise.
13059         * elf/tst-tlsmod6.c: Likewise.
13060         * include/errno.h: Likewise.
13061         * include/link.h: Likewise.
13062         * include/tls.h: Likewise.
13063         * locale/global-locale.c: Likewise.
13064         * locale/localeinfo.h: Likewise.
13065         * malloc/arena.c: Likewise.
13066         * malloc/hooks.c: Likewise.
13067         * malloc/malloc.c: Likewise.
13068         * resolv/Versions: Likewise.
13069         * sysdeps/alpha/dl-machine.h: Likewise.
13070         * sysdeps/alpha/libc-tls.c: Likewise.
13071         * sysdeps/generic/ldsodefs.h: Likewise.
13072         * sysdeps/generic/tls.h: Likewise.
13073         * sysdeps/i386/dl-machine.h: Likewise.
13074         * sysdeps/ia64/dl-machine.h: Likewise.
13075         * sysdeps/ia64/libc-tls.c: Likewise.
13076         * sysdeps/mach/hurd/fork.c: Likewise.
13077         * sysdeps/mach/hurd/i386/tls.h: Likewise.
13078         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
13079         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
13080         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
13081         * sysdeps/s390/libc-tls.c: Likewise.
13082         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
13083         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
13084         * sysdeps/sh/dl-machine.h: Likewise.
13085         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
13086         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
13087         * sysdeps/x86_64/dl-machine.h: Likewise.
13089         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
13090         split out locking and parameter checking.
13091         (_dl_close): Call _dl_close_worker after locking and checking.
13092         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
13093         _dl_close.
13094         * elf/Makefile: Add rules to build and run tst-thrlock.
13095         * elf/tst-thrlock.c:  New file.
13097         [BZ #3426]
13098         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
13099         reality.
13101         [BZ #3429]
13102         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
13103         we are sure we do not need it anymore for _dl_close.  Also move
13104         the asserts inside the lock region.
13105         Patch mostly by Suzuki <suzuki@in.ibm.com>.
13107 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
13109         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
13110         argument.
13111         (_dl_lookup_symbol_x): Adjust caller.
13113         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
13114         _ns_global_scope.
13115         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
13117         * elf/dl-libc.c: Revert l_scope name changes.
13118         * elf/dl-load.c: Likewise.
13119         * elf/dl-object.c: Likewise.
13120         * elf/rtld.c: Likewise.
13121         * elf/dl-close.c (_dl_close): Likewise.
13122         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
13123         always use __rtld_mrlock_{change,done}.  Always free old scope list
13124         here if not l_scope_mem.
13125         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
13126         change.  Never free scope list here.  Just __rtld_mrlock_lock before
13127         the lookup and __rtld_mrlock_unlock it after the lookup.
13128         * elf/dl-sym.c: Likewise.
13129         * include/link.h (struct r_scoperec): Remove.
13130         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
13131         with l_scope_mem and l_scoperec_lock with l_scope_lock.
13133 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
13135         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
13137 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13139         * configure.in: Disable building profile libraries by default.
13141 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13143         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
13144         as signed longs, check for x_base + pos overflow.
13145         * sunrpc/Makefile (tests): Add tst-xdrmem2.
13146         * sunrpc/tst-xdrmem2.c: New test.
13148 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13150         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
13151         _dl_lookup_symbol_x code.
13153 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13155         * elf/dl-runtime.c: Include sysdep-cancel.h.
13156         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
13157         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
13158         instead of catomic_* macros.
13159         * elf/dl-sym.c: Include sysdep-cancel.h.
13160         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
13161         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13162         * elf/dl-close.c: Include sysdep-cancel.h.
13163         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
13164         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13165         * elf/dl-open.c: Include sysdep-cancel.h.
13166         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
13167         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13169 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13171         [BZ #3313]
13172         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
13173         fastbin rather than end of fastbin array.
13175 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13177         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
13178         body macro.
13179         * sysdeps/x86_64/bits/atomic.h
13180         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
13181         (catomic_decrement): Use correct body macro.
13183 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13185         * include/atomic.h: Add a unique prefix to all local variables
13186         in macros.
13187         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
13189 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
13191         [BZ #3369]
13192         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
13193         and 7.
13195 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
13197         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
13199 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
13201         [BZ #3313]
13202         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
13203         determine highest fast bin to consolidate, always look into all of
13204         them.
13205         (do_check_malloc_state): Only require for empty bins for large
13206         sizes in main arena.
13208         * libio/stdio.h: Add more __wur attributes.
13210         * elf/dl-minimal.c (realloc): Optimize last patch.
13212 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
13214         [BZ #3352]
13215         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
13216         and use memcpy() if it does.
13218 2006-11-12  Andreas Jaeger  <aj@suse.de>
13220         [BZ #2510]
13221         * manual/search.texi (Hash Search Function): Clarify.
13222         (Array Search Function): Clarify.
13224 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
13226         [BZ #2830]
13227         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
13228         shifting.
13229         * math/atest-exp2.c (read_mpn_hex): Likewise.
13230         * math/atest-sincos.c (main): Likewise.
13232 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13234         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
13235         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
13236         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
13237         version GLIBC_2.6.
13238         * Versions.def: Add GLIBC_2.6 for libc.
13240         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
13242         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
13244 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
13246         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
13248         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
13250         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
13251         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
13253 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13255         * include/atomic.c: Define catomic_* operations.
13256         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
13257         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
13258         * malloc/memusage.c: Likewise.
13259         * gmon/mcount.c: Likewise.
13260         * elf/dl-close.c: Likewise.
13261         * elf/dl-open.c: Likewise.
13262         * elf/dl-profile.c: Likewise.
13263         * elf/dl-sym.c: Likewise.
13264         * elf/dl-runtime.c: Likewise.
13265         * elf/dl-fptr.c: Likewise.
13266         * resolv/res_libc.c: Likewise.
13268 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
13270         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
13271         components which lack them.
13273         * nis/nis_subr.c (nis_getnames): Make sure that we always return
13274         at least one entry consisting of the parameter concatenated with
13275         the domain.
13277 2006-10-10  Roland McGrath  <roland@frob.com>
13279         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
13280         * sysdeps/mach/hurd/futimes.c: Likewise.
13281         * sysdeps/mach/hurd/lutimes.c: Likewise.
13283 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
13284             Jakub Jelinek  <jakub@redhat.com>
13286         Implement reference counting of scope records.
13287         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
13288         from the list in objects which remain.  Always allocate new scope
13289         record.
13290         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
13291         don't resize, allocate a new one.
13292         * elf/dl-runtime.c: Update reference counters before using a scope
13293         array.
13294         * elf/dl-sym.c: Likewise.
13295         * elf/dl-libc.c: Adjust for l_scope name change.
13296         * elf/dl-load.c: Likewise.
13297         * elf/dl-object.c: Likewise.
13298         * elf/rtld.c: Likewise.
13299         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
13300         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
13301         Add l_scoperec_lock.
13302         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
13303         * sysdeps/generic/rtld-lowlevel.h: New file.
13305         * include/atomic.h: Rename atomic_and to atomic_and_val and
13306         atomic_or to atomic_or_val.  Define new macros atomic_and and
13307         atomic_or which do not return values.
13308         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
13309         Various cleanups.
13310         * sysdeps/i386/i486/bits/atomic.h: Likewise.
13312         * po/sv.po: Update from translation team.
13314 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
13316         * Versions.def: Add GLIBC_2.6 to libpthread.
13318         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
13319         (versioned_symbol): Likewise.
13320         (compat_symbol): Likewise.
13322         * po/tr.po: Update from translation team.
13324 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13326         * nis/Banner: Removed.  It's been integral part forever and the
13327         author info is incomplete anyway.
13328         * libio/Banner: Likewise.
13330         * nis/nis_table.c (nis_list): If __follow_path fails in the new
13331         code, make sure the nis_freeresult call doesn't crash and that the
13332         result is reported correctly.
13334 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
13336         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
13337         when callback is NULL.
13339         * nis/Versions (libnss_nisplus): Add
13340         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
13341         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
13342         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
13343         _nss_create_tablename): Rename to...
13344         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
13345         ... these.  No longer static.
13346         (internal_setgrent): Adjust users.
13347         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
13348         Don't use locking around _nss_grp_create_tablename call.
13349         * nis/nss_nisplus/nisplus-initgroups.c: New file.
13351 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13353         * version.h (VERSION): Bump to 2.5.90 for new development tree.
13355 2006-10-06  Andreas Jaeger  <aj@suse.de>
13357         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
13359 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13361         * po/pl.po: Update from translation team.
13363         * nscd/nscd.c (main): Fix typo in message.
13364         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
13366 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13368         [BZ #3291]
13369         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
13370         errno.h, signal.h, unistd.h and sysdep-cancel.h.
13371         (__sigprocmask): Define.
13373 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
13375         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
13376         used.
13378 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13380         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
13381         in oldtotal and newtotal calculation.
13382         * nscd/nscd-client.h (struct mapped_database): Add datasize
13383         field.
13384         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
13385         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
13386         increased.
13387         (__nscd_cache_search): Add checks to make sure we never reference
13388         data beyond the current mapping.
13390 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13392         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
13393         variables const to avoid compiler warnings.
13395         * io/fts.c (fts_close): Remove redundant checks.
13396         (fts_build): Likewise.
13397         (fts_palloc): Likewise.
13399         * manual/message.texi (Advanced gettext functions,
13400         Using gettextized software): Fix typos.
13402 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
13404         * posix/glob.c (glob_in_dir): Add some comments and asserts to
13405         explain why there are no leaks.
13407 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
13409         * libio/wmemstream.c: Include <wchar.h>.
13410         * libio/bug-wmemstream1.c: Likewise.
13411         * libio/tst-wmemstream1.c: Likewise.
13412         * libio/tst-wmemstream2.c: Likewise.
13414         * version.h (RELEASE): Bump to 2.5.
13415         * README: Regenerated.
13417         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
13419         [BZ #3273]
13420         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
13421         found no group members.
13422         Patch by Petr Baudis.
13424 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
13426         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
13427         assert bootstrap_map.l_tls_modid is zero.
13428         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
13429         if USE___THREAD.
13431 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
13433         * libio/stdio.h: Move open_wmemstream prototype to ...
13434         * wcsmbs/wchar.h: ... here.
13436 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
13438         [BZ #3252]
13439         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
13440         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
13441         __{,l}chown to handle the rest.
13442         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
13443         fchownat syscall and __ASSUME_32BITUIDS case inline, call
13444         __{,l}chown to handle the rest.
13445         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
13446         i386/fchownat.c.
13447         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
13448         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
13450         [BZ #3253]
13451         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
13452         time, rather allocate increasingly bigger arrays of pointers, if
13453         possible with alloca, if too large with malloc.
13455 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
13457         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
13459         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
13461 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
13463         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
13464         home addresses.
13465         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
13466         IFA_F_HOMEADDRESS flag for interfaces.
13467         * include/ifaddrs.h (struct in6addrinfo): Define
13468         in6ai_homeaddress.
13470 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
13472         [BZ #3225]
13473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
13474         PTR_DEMANGLE3): Define.
13475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
13476         PTR_DEMANGLE3): Likewise.
13477         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
13478         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
13479         Likewise.
13480         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13482 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
13484         * po/libc.pot: Regenerated.
13485         * po/be.po: Updated.
13486         * po/ca.po: Likewise.
13487         * po/cs.po: Likewise.
13488         * po/da.po: Likewise.
13489         * po/de.po: Likewise.
13490         * po/el.po: Likewise.
13491         * po/en_GB.po: Likewise.
13492         * po/es.po: Likewise.
13493         * po/fi.po: Likewise.
13494         * po/fr.po: Likewise.
13495         * po/gl.po: Likewise.
13496         * po/hr.po: Likewise.
13497         * po/hu.po: Likewise.
13498         * po/ja.po: Likewise.
13499         * po/ko.po: Likewise.
13500         * po/nb.po: Likewise.
13501         * po/nl.po: Likewise.
13502         * po/pl.po: Likewise.
13503         * po/pt_BR.po: Likewise.
13504         * po/ru.po: Likewise.
13505         * po/rw.po: Likewise.
13506         * po/sk.po: Likewise.
13507         * po/sv.po: Likewise.
13508         * po/tr.po: Likewise.
13509         * po/zh_CN.po: Likewise.
13510         * po/zh_TW.po: Likewise.
13512         [BZ #3137]
13513         * iconv/iconv_prog.c (main): Fix spelling in error message.
13514         * iconv/iconvconfig.c (main): Likewise.
13515         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
13516         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
13517         * locale/programs/localedef.c (main): Likewise.
13518         * locale/programs/repertoire.c (repertoire_read): Likewise.
13519         * timezone/zdump.c (main): Likewise.
13520         * nscd/connections.c (handle_request): Fix spelling in log message.
13521         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
13523 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
13525         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
13526         interfaces.
13528 2006-09-20  Andreas Jaeger  <aj@suse.de>
13530         * math/libm-test.inc (lrint_test_upward): Fix typo.
13532 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
13534         [BZ #2592]
13535         * math/libm-test.inc (lrint_test_tonearest): New function.
13536         (lrint_test_towardzero): New function.
13537         (lrint_test_downward): New function.
13538         (lrint_test_upward): New function.
13539         (main): Run these new tests.
13540         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
13541         of values near to 0.
13542         (two52): Use double not long double.
13543         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
13544         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
13545         (two23): Use float not double.
13546         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
13547         (two23): Use float not double.
13548         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
13549         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
13550         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
13551         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
13553 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13555         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
13556         Cast sp to unsigned long to avoid compiler warning.
13557         Use __makecontext_ret function instead of a trampoline on the stack.
13558         (__makecontext_ret): New function.
13559         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
13561 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
13563         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
13564         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
13565         bits.
13567 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
13569         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
13570         sure no reference to the unloaded map's search list remains in the
13571         dependency's scope.
13573 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13575         * elf/Makefile: Add rules to build and run unload7 test.
13576         * elf/unload7.c: New test.
13577         * elf/unload7mod1.c: New file.
13578         * elf/unload7mod2.c: New file.
13580 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
13582         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
13583         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
13584         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13585         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
13586         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13587         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
13588         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13589         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
13590         PTRACE_GETEVENTMSG): Likewise.
13591         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
13592         values.
13594 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
13596         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
13597         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13598         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
13599         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
13601 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13603         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
13604         write '\0' to the fd.
13605         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
13606         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
13607         Change regs to unsigned long pointer from unsigned int, fix fscr
13608         offset.
13610 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13612         * io/Makefile (CFLAGS-fstatat.c): Set.
13613         (CFLAGS-fstatat64.c): Likewise.
13614         (CFLAGS-mknodat.c): Likewise.
13616         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
13617         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
13618         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
13619         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
13621 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13622             Steven Munroe  <sjmunroe@us.ibm.com>
13624         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
13625         names to the beginning.  Rename "cell" to "cellbe".
13626         (_dl_powerpc_platforms): New.
13627         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
13628         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
13629         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
13630         (_DL_HWCAP_PLATFORM): Define to new mask.
13631         (_dl_platform_string, _dl_string_platform): New functions.
13632         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
13633         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
13635 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
13637         [BZ #2526]
13638         * README.libm: Fix a thinko in sqrt algorithm description.
13640         [BZ #3143]
13641         * manual/string.texi (argz_delete): Fix prototype.
13642         Patch by <alpt@freaknet.org>.
13644 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
13646         [BZ #3138]
13647         * io/test-lfs.c (do_prepare): Give name_len type size_t.
13648         * io/tst-fcntl.c (do_prepare): Likewise.
13649         * posix/tst-exec.c (do_prepare): Likewise.
13650         * posix/tst-preadwrite.c (do_prepare): Likewise.
13651         * posix/tst-spawn.c (do_prepare): Likewise.
13652         * posix/tst-truncate.c (do_prepare): Likewise.
13653         * rt/tst-aio.c (do_prepare): Likewise.
13654         * rt/tst-aio64.c (do_prepare): Likewise.
13655         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
13656         size_t.
13658 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
13660         [BZ #2821]
13661         * time/mktime.c (guess_time_tm): Fix overflow detection.
13662         * time/Makefile (tests): Add bug-mktime1.
13663         * time/bug-mktime1.c: New file.
13665         [BZ #3189, #3188]
13666         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
13667         (mremap): Likewise.
13669 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
13671         [BZ #1006]
13672         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13673         Ensure relocation doesn't clobber any bits outside of the
13674         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
13675         R_SPARC_HI22 and R_SPARC_H44.
13677         [BZ #2775]
13678         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
13679         (long) (MINSIZE + nb - old_size) is positive.
13681         * malloc/arena.c (grow_heap): When growing bail even if new_size
13682         is negative.
13684         [BZ #3155]
13685         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
13686         stack below r1.
13688 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13690         * posix/regex_internal.c (re_string_reconstruct): Handle
13691         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13692         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13693         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13694         re_string_context_at.
13695         * posix/Makefile: Add rules to build and run bug-regex26 test.
13696         * posix/bug-regex26.c: New test.
13698         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
13699         rather than col_sym_free.  Move seqp declaration earlier.
13701         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
13703 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
13705         * nscd/initgrcache.c (addinitgroupsX): Move any_success
13706         decl before first goto out.
13708 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13710         * Makerules (shlib.lds): If have-hash-style, put .hash section
13711         at the end of the RO segment.
13713 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
13715         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
13716         style hash table format is used.
13718 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13720         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
13721         randomization rather than before.
13722         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
13724 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
13726         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
13728         * malloc/malloc.c (_int_malloc): Use full list insert and not
13729         shortcut which assumes the list is empty for large requests
13730         too.
13732         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
13734 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
13736         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
13737         and offout arguments to the prototype.
13738         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
13739         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
13740         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
13741         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
13742         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
13743         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
13744         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
13745         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
13747 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
13749         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
13751         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
13752         dlopen parameters.
13754 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
13756         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
13757         only if herrno is NETDB_INTERNAL.  Handle errors other than
13758         ERANGE outside of the loops, handle TRY_AGAIN.
13760         * locale/programs/ld-ctype.c (translit_flatten): Issue error
13761         if other's ctype category was missing.
13762         * locale/programs/ld-collate.c (collate_read): Return if
13763         copy_locale's collate category is missing.
13765 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
13767         [BZ #2684]
13768         * malloc/malloc.c (public_rEALLOc): Try harder by using other
13769         arenas if allocation failed.
13770         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
13772 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
13774         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
13775         waste bins[0..1].
13776         (malloc_state): Reduce bins size by 2.
13777         (_int_malloc): Fix test for large enough buffer for early termination.
13778         When no unsorted block matches perfectly and an exiting block has
13779         to be split, use full list insert and not shortcut which assumes
13780         the list is empty.
13782         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
13783         failure.
13785 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13787         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
13788         do anything.
13790         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
13791         symbol require exact match (these are PLTs).
13792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13793         (_dl_ppc64_addr_sym_match): Likewise.
13795         [BZ #2683]
13796         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
13797         If symbol has a value use it.
13798         * elf/tst-dladdr1.c: New file.
13799         * elf/Makefile: Add rules to build and run tst-addr1.
13801 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
13803         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
13804         keeps failing and heap growth or new heap creation isn't
13805         successful either.
13806         * malloc/tst-malloc.c (main): Add new tests.
13808 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13810         [BZ #2734]
13811         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
13812         as in the x86-64 code to use bswap.
13814 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
13816         [BZ #2680]
13817         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
13818         __USE_UNIX98.
13819         * posix/bits/unistd.h: Likewise.
13821 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
13823         [BZ #2751]
13824         * string/strchr.c: Add cast to avoid warning.
13826 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13828         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
13829         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
13830         limit is needed to avoid the exploding of the address space
13831         requirement for secondary heaps.
13832         * malloc/arena.c (HEAP_MAX_SIZE): Define using
13833         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
13835 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
13837         [BZ #3018]
13838         * Makerules (depfiles): Handle extra-test-objs the same as
13839         extra-objs.
13840         (common-mostlyclean): Likewise.
13841         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
13842         instead.
13843         * elf/Makefile (extra-objs): Likewise.
13844         * stdlib/Makefile (extra-objs): Likewise.
13846 2006-08-14  Eric Blake  <ebb9@byu.net>
13848         [BZ #3044]
13849         * misc/error.h: Assume C89 or better.
13850         * misc/error.c: Likewise.
13852 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13854         [BZ #3040]
13855         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
13856         __ASSUME_ATFCTS is defined.
13858 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
13860         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
13861         to sort in each call.
13863         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
13864         is empty simply return and use next service.
13865         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
13867         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
13868         tells us when not finding a charmap file is an error.
13869         * locale/programs/charmap.h: Adjust charmap_read prototype.
13870         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
13871         cannot find a charmap.
13872         * locale/programs/localedef.c (main): Adjust charmap_read call.
13874 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
13876         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
13877         sysdeps/posix/pause.c implementation instead.
13879 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
13881         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
13882         to EPERM.
13884 2006-08-13  Andreas Schwab  <schwab@suse.de>
13886         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
13887         Don't clobber caller's LRSAVE.
13888         (_dl_prof_resolve): Likewise.
13890 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
13892         [BZ #1996]
13893         * libio/memstream.c (open_memstream): Allocate initial buffer with
13894         calloc.
13895         * libio/wmemstream.c (open_wmemstream): Likewise.
13896         * libio/strops.c: Pretty printing.
13897         (_IO_str_overflow): Clear uninitialized part of the new buffer.
13898         (enlarge_userbuf): New function.
13899         (_IO_str_seekoff): Call it if seek position is larger than current
13900         buffer.
13901         * libio/wstrops.c: Likewise.
13902         * libio/vasprintf.c: Add comment as to why we do not have to use
13903         calloc instead of malloc to allocate initial buffer.
13904         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
13905         * libio/bug-memstream1.c: New file.
13906         * libio/bug-wmemstream1.c: New file.
13908 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13910         * libio/wstrops.c: Remove dead macro definitions and comments.
13911         * libio/strops.c: Likewise.
13913         [BZ #2764]
13914         * login/utmpname.c (__utmpname): Remove unnecessary test.
13916 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
13918         [BZ #2832]
13919         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
13920         0s from integers.
13922 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13924         [BZ #2987]
13925         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
13926         for CPU clocks.
13927         * sysdeps/unix/clock_settime.c: Add support for platform-specific
13928         setting of CPU clocks.
13930 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13932         [BZ #2841]
13933         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
13934         since C99 requires the result to promote to 'int' when uint_least8_t
13935         and uint_least16_t promote to 'int'.
13937 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13939         [BZ #3013]
13940         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
13941         lenght of one output field, correct bitmask creation.
13942         * locale/programs/ld-time.c: Add alignment.
13944         [BZ #2997]
13945         * misc/error.c: Add space between program name and message if file
13946         name is missing.
13948 2006-08-03  Eric Blake  <ebb9@byu.net>
13950         [BZ #2998]
13951         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
13953 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
13955         * malloc/memusagestat.c: Silence warnings.
13957         * malloc/malloc.c: Dynamically size mmap treshold if the program
13958         frees mmaped blocks.
13959         Patch by Valerie Henson and Arjan van de Ven.
13961 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
13963         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
13964         __USE_GNU.
13966         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
13967         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
13968         (DEF): Don't put the var into .gnu.linkonce.r.* section.
13969         Only provide var definitions in strtol_l (or for *ull*
13970         in strtoll_l).
13972         * stdio-common/bug16.c (tests): New array.
13973         (do_tests): Allow the first hexadecimal digit
13974         to be 1, 2, 4 or 8.  Do 3 additional tests.
13976         * sysdeps/s390/fpu/libm-test-ulps: Update.
13978         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
13979         fchownat syscall if available.
13980         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
13981         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
13982         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
13984 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13986         * nis/nis_xdr.c: Avoid some function calls.
13988 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
13989             Ulrich Drepper  <drepper@redhat.com>
13991         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
13992         short cut if only one name component is stripped away.
13994 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13996         * nis/nis_call.c: Minor cleanups throughout.
13997         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
13998         (first_shoot): Add search_parent_first parameter.  Only if it is set
13999         search parent server first.
14000         If directory for table found through cold start cache is not the same
14001         as referenced in the cache, don't use it.
14002         (__nisfind_server): Take additional parameter.  Pass it on to
14003         first_shoot.
14004         (__prepare_niscall): Adjust __nisfind_server call.
14005         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
14006         * nis/nis_table.c: Adjust __nisfind_server call.
14007         * nis/nis_lookup.c: Likewise.
14008         (nis_lookup): Don't loop endlessly if name is reduced to ".".
14010 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
14012         [BZ #2182]
14013         * math/s_cacosh.c: Return values from positive branch.
14014         * math/s_cacoshf.c: Likewise.
14015         * math/s_cacoshl.c: Likewise.
14017         [BZ #2883]
14018         * sysvipc/sys/msg.h: Change return value to ssize_t.
14019         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
14020         * sysvipc/msgrcv.c: Likewise.
14021         * include/sys/msg.h: Likewise.
14023         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
14024         test introduced in patch for bz #661.
14025         (getgrouplist): Simplify code a bit.  Don't allocate one additional
14026         element for NEWGROUPS.
14028         [BZ #2908]
14029         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
14030         'f', use '1' as leading digit not '\1'.
14031         * stdio-common/Makefile (tests): Add bug16.
14032         * stdio-common/bug16.c: New file.
14034         [BZ #2914]
14035         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
14036         and don't try to open it.  The patch introducing the macro
14037         contained a bug and used the same file name as the new file
14038         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
14039         this out completely.
14041         [BZ #2926]
14042         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
14043         Patch by Jerry James <Jerry.James@usu.edu>.
14045         * rt/Makefile (tests): Add tst-clock2.
14046         * rt/tst-clock2.c: New file.
14048         [BZ #2978]
14049         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
14050         function and its parameters and pass it to new thread.
14051         (__gai_notify): Add support for alternative waiting for completion.
14052         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
14053         waiting for completion.
14054         * resolv/getaddrinfo_a.c: Likewise.
14055         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
14056         waiting for completion is used.
14057         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
14058         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
14059         * resolv/gai_error.c: Likewise.
14060         * resolv/gai_sigqueue.c: Likewise.
14062 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
14064         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
14065         errno to EBADF and return MACH_PORT_NULL.
14067 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
14069         [BZ #2980]
14070         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
14072 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
14074         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
14075         walk them instead of the symbol table.
14077 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
14079         [BZ #2098]
14080         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
14081         status of NSS calls, not the number of returned entries.
14083         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
14084         request_key, keyctl.
14086 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14088         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
14090 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
14092         * elf/tst-auditmod1.c: Fix typo in #error.
14094 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14096         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
14098         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
14100 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
14102         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
14103         that the directory is empty even on non-POSIX filesystems.
14105 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14107         * elf/dl-open.c (dl_open_worker): Add branch prediction.
14109         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
14110         the backend NSS module.  If backend setgrent call failed, don't have
14111         internal_setgrent fail.  Just remember this until it is needed.
14112         * nis/nss_compat/compat-pwd.c: Likewise.
14113         * nis/nss_compat/compat-spwd.c: Likewise.
14115 2006-07-30  Roland McGrath  <roland@redhat.com>
14117         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
14118         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
14119         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
14120         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
14122         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
14123         (nanosleep_not_cancel): New macro.
14124         (sigsuspend_not_cancel): new macro.
14125         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
14126         (do_sigsuspend): Define as inline.
14127         (__sigsuspend): Always use do_sigsuspend.
14128         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
14129         * include/signal.h: Declare __sigsuspend_nocancel.
14130         * sysdeps/posix/pause.c
14131         [! NO_CANCELLATION] (__pause_nocancel): New function.
14133         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
14134         * include/time.h (__nanosleep_nocancel): Likewise.
14136 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
14138         * locale/programs/localedef.c (add_to_readlist): Rename local
14139         variables to avoid confusion.
14141         * locale/programs/charmap.c (charmap_read): Emit error message if
14142         charmap couldn't be found or read.
14144 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
14146         * sysdeps/unix/sysv/linux/kernel-features.h: Define
14147         __ASSUME_FUTEX_LOCK_PI.
14148         * include/time.h: Declare __nanosleep_nocancel.
14149         * include/unistd.h: Declare __pause_nocancel.
14151         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
14152         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
14153         get the __stack_chk_fail_local definition when it's needed.
14155 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
14157         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
14158         * dlfcn/bug-atexit3.c: New file.
14159         * dlfcn/bug-atexit3-lib.cc: New file.
14161         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
14162         used when the namespace is not the base namespace.
14164 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
14166         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
14167         (__new_exitfn): Bump it in every successful call.
14168         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
14169         more exit handlers, call them right away.
14170         * stdlib/exit.h: Declare __new_exitfn_called.
14172 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
14174         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
14175         calling registered handler.
14177         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
14178         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14179         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14180         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14181         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14182         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14183         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14184         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14186 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
14188         * elf/dl-lookup.c (dl_new_hash): New functions.
14189         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
14190         value here.  Compute new-style hash value.  Pass new hash value
14191         and reference to variable with the old value to do_lookup_x.
14192         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
14193         old-style hash table.
14194         (_dl_debug_bindings): Pass new hash value and reference to variable
14195         with the old value to do_lookup_x.
14196         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
14197         new-style hash value and change old-style hash value parameter to
14198         be a reference.  Reoganize functions to determine whether
14199         new-style hash table is available.  Only fall back on old-style
14200         table.  If old-style hash value is needed, compute it here.
14201         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
14202         entry.
14203         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
14204         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
14205         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
14206         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
14207         * Makeconfig: If linker supports --hash-style option add it to all
14208         linker command lines to build DSOs.
14209         * config.make.in: Define have-hash-style.
14210         * configure.in: Test whether linker supports --hash-style option.
14212         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
14213         * sysdeps/generic/ldsodefs.h: Adjust prototype.
14215 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
14217         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
14218         auditing.
14220         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
14221         RPATH of main map twice.
14223 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
14225         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
14226         look further, return original strings.
14227         (_nl_find_msg): Do not return found translation if the conversion
14228         failed.  Either signal the string is unusable or that something went
14229         wrong and the original should be used.
14231 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
14233         * string/_strerror.c (__strerror_r): Add __builtin_expect.
14235 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
14237         [BZ #2766]
14238         * misc/insremque.c (insque): Handle prev == NULL.
14239         * misc/Makefile (tests): Add tst-insremque.
14240         * misc/tst-insremque.c: New test.
14242 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
14244         [BZ #2792]
14245         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
14246         conflict with DL_DST_REQUIRED.
14248 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
14250         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
14251         match what Solaris does.
14253 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
14255         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
14256         local_setegid instead of seteuid and setegid.
14257         * sysdeps/generic/local-setxid.h: New file.
14258         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
14260         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
14262         * string/Makefile (tests): Add bug-envz1.
14263         * string/bug-envz1.c: New file.
14265 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14267         * posix/regex_internal.c (re_string_skip_chars): If no character has
14268         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
14269         to the byte which couldn't be converted.
14270         (re_string_reconstruct): Don't clear valid_raw_len before calling
14271         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14272         tip_context using re_string_context_at.
14273         * posix/Makefile: Add rules to build and run bug-regex25 test.
14274         * posix/bug-regex25.c: New test.
14276 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
14278         [BZ #2703]
14279         * string/envz.c (envz_strip): Correct erroneously reversed src
14280         and dest parameters to memmove() invocation.
14282 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
14284         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
14285         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
14286         to make sure the database has been already invalidated.
14287         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
14288         after the cache has been invalidated.  Use pthread_mutex_lock rather
14289         than pthread_mutex_trylock if fd != -1.
14290         * nscd/connections.c (invalidate_cache): Add fd argument, write
14291         response to fd if not calling prune_cache, pass fd to prune_cache.
14292         (handle_request): Adjust invalidate_cache caller.
14293         (nscd_run): Pass -1 as fd to prune_cache.
14295 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
14297         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
14298         the correct place.
14300 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
14302         * nscd/nscd.h (struct database_dyn): Add prunelock field.
14303         * nscd/cache.c (prune_cache): Take prunelock before starting the
14304         work.  Just return in case it is already taken.
14305         * nscd/connections.c (dbs): Initialize .prunelock.
14307 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
14309         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
14310         copying.  No need to allocate new array for group members.  Just
14311         move the pointers and update the size.
14313         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
14314         Avoid memory leak in case realloc fails.  Simplification for
14315         better code generation.
14317         Avoid deprecation warning because of libc_hidden_proto for
14318         inet6_option_alloc.
14319         * inet/inet6_option.c (option_alloc): Renamed from
14320         inet6_option_alloc.  Made static.
14321         (inet6_option_alloc): Now a simple wrapper around option_alloc.
14322         (inet6_option_append): Call option_alloc.
14323         * include/netinet/in.h: Remove libc_hidden_proto for
14324         inet6_option_alloc.
14326         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
14327         for cleanup when cb!=NULL [Coverity CID 233].
14329 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
14331         [BZ #2693]
14332         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
14333         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
14334         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
14335         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
14336         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
14337         and inet6_rth_getaddr.
14338         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
14339         array.
14340         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
14341         Mark inet6_option_* interfaces as deprecated.
14342         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
14343         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
14344         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
14345         inet6_rth_segments, and inet6_rth_getaddr.
14346         * inet/inet6_opt.c: New file.
14347         * inet/inet6_rth.c: New file.
14349         * inet/netinet/icmp6.h: Pretty printing.
14351         [BZ #2683]
14352         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
14354 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
14356         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
14357         doing it all here.  When server does not know the answer do not
14358         fail immediate, try parent first.
14360         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
14361         overflow test.
14363 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
14365         * nis/nis_call.c (__prepare_niscall): New function.  Split out
14366         from __do_niscall.
14367         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
14368         and exported.
14369         (__follow_path): New function.  Split out from nis_list.
14370         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
14371         _xdr_nis_result.
14372         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
14373         _xdr_nis_result.
14374         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
14375         and __follow_path.
14376         * nis/Versions: Export __prepare_niscall, __create_ib_request,
14377         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
14378         from libnsl for version GLIBC_PRIVATE.
14379         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
14380         Remove entry parameter from _nss_nisplus_parse_pwent and
14381         _nss_nisplus_parse_grent.
14382         * nis/nss_nisplus/nisplus-parser.c: Likewise.
14383         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
14384         again.  Rewrite getpwent handling to not use nis_first_entry and
14385         nis_next_entry.  Roll out own niscall handling.
14386         * nis/nss_nisplus/nisplus-grp.c: Likewise.
14388         * sunrpc/xdr_rec.c: Fix typo in comment.
14390 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
14392         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
14393         handling.
14395         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
14396         to allocate memory for my_pollfd.  Better initialization of
14397         cb_is_running.  Use TEMP_FAILURE_RETRY.
14399         * malloc/memusage.sh (memusageso): Add quotes.
14400         (memusagestat): Likewise.
14401         * debug/xtrace.sh (pcprofileso): Likewise.
14402         (pcprofiledump): Likewise.
14403         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
14404         replacement.
14405         * malloc/Makefile ($(objpfx)memusage): Likewise.
14407         * nis/nis_callback.c (__nis_create_callback): Calls to
14408         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
14409         asprintf call fails.
14411         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
14412         no uninitialized memory is passed to sendto.
14414 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14416         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
14417         of snprintf+strdup.  Handle OOM.
14418         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
14419         cb->serv together.  Remove now obsolete free calls.
14420         (__nis_destroy_callback): Remove now obsolete free call.
14422 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
14424         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
14425         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
14426         and ULA respectively). Set precedence for IPv4 address to 10 as
14427         defined in RFC3484 for preferring IPv6.
14428         * posix/gai.conf: Update to match the new default tables.
14430 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
14432         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
14433         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
14434         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
14435         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
14437         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
14438         Removed.
14439         (init_nss_interface): Remove initialization of these variables.
14441 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14443         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
14444         nis_free_directory forward to avoid duplication.
14446 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
14448         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
14449         rec_dirsearch returning NULL.
14450         (first_shoot): Handle __nis_finddirectory returning NULL.
14451         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
14453         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
14454         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
14456 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
14458         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
14459         pid changed.
14461 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
14463         * include/rpc/pmap_prot.h: Mark all functions as hidden.
14465         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
14466         * nscd/nscd_getgr_r.c: Likewise.
14468         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
14470         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
14471         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
14473         * stdlib/longlong.h (__clz_tab): Mark as hidden.
14475         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
14477         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
14479         * include/rpc/auth.h: Mark xdr_des_block_internal and
14480         xdr_opaque_auth_internal as hidden.
14482         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
14483         hidden.
14485         * include/rpc/xdr.h: Mark all _internal functions as hidden.
14487         * misc/getusershell.c (okshells): Don't use static initializers,
14488         do it dynamically.
14490         * stdlib/fmtmsg.c (keywords): Change type of len element to
14491         uint32_t to not waste space on 64bit machines.
14493         * locale/setlocale.c: Change _nl_category_names into a string.
14494         Add new _nl_category_name_idxs.  Change all users.
14495         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
14496         Declare _nl_category_name_idxs.
14497         * locale/findlocale.c: Adjust for _nl_category_names change.
14498         * locale/loadlocale.c: Likewise.
14499         * locale/newlocale.c: Likewise.
14500         * intl/dcigettext.c: Likewise.
14502         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
14503         (add_alias2): ...here.  New function.
14504         (__gconv_read_conf): Simplify builtin alias handling.
14505         (builtin_aliases): Convert to string to avoid relocations.
14506         * iconv/gconv_builtin.h: Add comment about correct formatting.
14508 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
14510         * resolv/res_debug.c (loc_ntoa): Make error const.
14512 2006-05-14  Andreas Schwab  <schwab@suse.de>
14514         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
14516 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
14518         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
14519         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
14520         sizeof (cpu_set_t).
14522 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
14524         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
14526         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
14528         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
14529         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
14531         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
14532         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
14534         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
14535         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
14536         xdr_cback_data.
14538         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
14539         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14540         xdr_ypupdate_args.
14542         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
14543         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
14545         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
14546         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
14548         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
14549         * include/rpcsvc/nis_callback.h: New file.
14551         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
14552         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
14554         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14555         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14557         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
14558         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
14560         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14561         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14563         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
14564         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14565         xdr_ypdelete_args.
14567         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
14568         __BEGIN_DECLS and __END_DECLS, the header is not installed.
14570         * nis/nis_error.c: Remove table of strings.  Use position
14571         independent mechanism.
14572         * nis/nis_error.h: New file.
14574 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
14576         * locale/programs/ld-time.c (time_finish): If wide era name or
14577         format aren't provided, set both wname and wformat to L"".
14579 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14581         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
14582         results if the call was succesful.
14584         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
14586         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
14587         as hidden.
14589 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
14591         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
14593 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14595         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
14596         caller makes sure this is not the case.
14597         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
14599 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
14601         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
14602         calls.
14604         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
14605         [Coverity CID 229, 230]
14607         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
14608         DGETTEXT calls.
14609         (hol_help): Likewise.  [Coverity CID 226, 227]
14611         * string/argz-replace.c (__argz_replace): Unconditionally call
14612         free on SRC.  [Coverity CID 225]
14614         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
14615         the return value of __nis_default_owner and __nis_default_group,
14616         it has been especially allocated.  [Coverity CID 224]
14618         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
14619         searchgroup and searchowner.  Significantly simplified.
14620         (__nis_default_owner): Remove duplication.  Do not locally copy the
14621         string before duplicating it.
14622         (__nis_default_group): Likewise.
14624         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
14625         we must clear the variable before calling __nisfind_server.
14627         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
14628         nis_getnames.  [Coverity CID 223]
14630         * locale/programs/locfile.c (locfile_read): Use alloca instead of
14631         xmalloc to allocate local repertoire name.  [Coverity CID 222]
14633         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
14634         allocate memory for the input to add_bytes.  [Coverity CID 221]
14636         * posix/wordexp.c (w_addword): Free word if realloc fails and it
14637         was allocated here.  [Coverity CID 219, 220]
14639         * posix/getconf.c (print_all): Free confstr data after printing.
14640         [Coverity CID 218]
14642         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
14643         list allocation fails.  [Coverity CID 215]
14645         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
14646         [Coverity CID 213]
14648         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
14649         string is NULL.  [Coverity CID 212]
14650         * argp/Makefile: Add rules to build and run bug-argp1.
14651         * argp/bug-argp1.c: New file.
14653         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
14654         end of string.
14655         * stdlib/canonicalize.c (__realpath): Likewise.
14657         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
14658         pointer.  [Coverity CID 206]
14660         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
14661         in statically linked code.
14662         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
14663         statically built code, be prepared to have no link map.
14664         [Coverity CID 205]
14666         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
14667         dgettext calls. [Coverity CID 204]
14669         * argp/argp-help.c (struct uparams): Remove valid member.  Change
14670         the one user.
14671         (uparam_names): Reduce size.  Avoid relative relocations.
14672         Moved to read-only segment.
14673         (fill_in_uparams): Update for new layout.
14675         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
14676         assumed to always be != NULL. [Coverity CID 202]
14678         * argp/argp-help.c (hol_entry_help): Remove some dead code
14679         [Coverity CID 200].
14681         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
14682         away a few more unconditional yperr2nss calls.
14683         (_nss_nis_getservbyname_r): Likewise.
14685 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
14687         * sysdeps/generic/ldsodefs.h: Remove support for non-core
14688         architectures.
14690         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
14691         that unused memory passed to sendto is nevertheless initialized.
14693         [BZ #2499]
14694         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
14695         possibly unaligned memory accesses.
14697         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
14698         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
14699         and __putlong respectively.  Correct buffer overflow check for
14700         NS_NOTIFY_OP.
14702         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
14704         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
14705         (send_dg): Rewrite error handling to be more compact and avoid
14706         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
14708         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
14710         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
14711         instead of ns_get16.
14712         (res_queriesmatch): Likewise.  Minor optimization.
14714         [BZ #2499]
14715         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
14716         __libc_res_nsend might reallocate the buffer for the answer.  In
14717         this case we have to reload the HP pointer.
14719 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14721         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
14722         some branch prediction hints.
14724         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
14725         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14726         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14727         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14728         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14729         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14730         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14731         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14733 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14735         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
14736         by a GOT relocation to make Scrt1.o position independent.
14737         * sysdeps/s390/s390-64/elf/start.S: Likewise.
14739         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
14740         six system call parameters.
14741         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
14743 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14745         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
14746         malloc&bzero.
14748         * sunrpc/svc_udp.c (BZERO): Remove definition.
14749         (CALLOC): Define.
14750         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
14752         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
14753         (des_SPtrans): Use uint32_t type.
14754         (des_skb): Likewise.
14756         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
14758 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
14760         [BZ #2509]
14761         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
14762         on 32-bit arches.
14764 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14766         * locale/programs/ld-address.c (address_finish): Fix one more
14767         place where the iso639 array might be accessed beyond the limits.
14769 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
14771         * nis/nis_table.c (nis_list): Avoid clearing res twice before
14772         filling it for the first time.
14774         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
14775         Adjust all callers.
14776         Free res object content before returning.
14778         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
14780         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
14781         client->cl_auth.
14783         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
14784         cleanup for initial thread, just the free call on TVP.
14786         * nscd/gai.c (__getline): Define.
14789 See ChangeLog.16 for earlier changes.