b60b4a494e1c5d2bc034da44e1898a071bbb36be
[platform/upstream/glibc.git] / ChangeLog
1 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
2
3         * posix/tst-gnuglob.c: Add tests with empty patterns.  For this
4         rewrite the tests to add support for failing glob calls.
5         Some other minor cleanups.
6         * posix/bug-glob3.c: New file.
7         * posix/Makefile (tests): Add bug-glob3.
8
9 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
10             Andreas Schwab  <andreas@redhat.com>
11
12         * posix/glob.c (glob): Clean up gl_pathc and gl_pathv earlier.
13         If pattern is "" bail out early
14
15 2010-03-23  Jakub Jelinek  <jakub@redhat.com>
16
17         * elf/dl-lookup.c (do_lookup_x): If tab->entries is NULL,
18         but tab->size != 0, just unlock and goto success, without
19         allocating anything or entering anything into the hash table.
20         (_dl_debug_bindings): Temporarily set tab->entries to NULL
21         around do_lookup_x in undef_map->l_local_scope[0].  If
22         undef_map->l_symbolic_in_local_scope, lookup also in
23         symbolic_searchlist of following libraries in l_local_scope
24         that have DT_SYMBOLIC set.
25         * elf/dl-deps.c (_dl_map_object_deps): Compute
26         l_symbolic_in_local_scope.
27         * include/link.h (struct link_map): Add l_symbolic_in_local_scope
28         bitfield.
29
30 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
31
32         [BZ #11410]
33         * wctype/wctype.h: Use <wchar.h> to get the wint_t definition.
34
35         * wcsmbs/wchar.h: Correct preprocessor directive indentation.  Move
36         C++ prototype handling to a better place.
37
38 2010-03-18  Ulrich Drepper  <drepper@redhat.com>
39
40         * elf/dl-load.c (open_verify): Extend expected to the full size of the
41         e_ident array.  When loading, check that the fields in e_ident we don't
42         know are zero to allow future extensions.
43
44 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
45
46         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Update %xmm3
47         when exit from loop.
48
49 2010-03-16  Andreas Schwab  <schwab@redhat.com>
50
51         * resolv/res_send.c (__libc_res_nsend): Fix printing of server
52         address in debug statement.
53         (send_dg): Pass correct buffer pointer to DprintQ.
54
55 2010-03-17  Ulrich Drepper  <drepper@redhat.com>
56
57         * libc-abis: Add a few more entries.
58
59 2010-03-16  Ulrich Drepper  <drepper@redhat.com>
60
61         * elf/dl-load.c (VALID_ELF_ABIVERSION): Add additional osabi parameter.
62         Not used here.
63         (open_verify): Modify for extended VALID_ELF_ABIVERSION macro
64         interface.
65         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_ABIVERSION): Add
66         additional osabi parameter.  Only acceept nonzero ABI versions if osabi
67         is Linux.
68         Fix includes.
69         (expected2): Don't explicitly initialize EI_ABIVERSION byte.
70
71         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_ABIVERSION): Update
72         definition to follow generic code.
73
74 2010-03-15  Ulrich Drepper  <drepper@redhat.com>
75
76         * posix/getconf.c: Update copyright year.
77         * nss/getent.c: Likewise.
78         * iconv/iconvconfig.c: Likewise.
79         * iconv/iconv_prog.c: Likewise.
80         * elf/ldconfig.c: Likewise.
81         * catgets/gencat.c: Likewise.
82         * csu/version.c: Likewise.
83         * elf/ldd.bash.in: Likewise.
84         * elf/sprof.c (print_version): Likewise.
85         * locale/programs/locale.c: Likewise.
86         * locale/programs/localedef.c: Likewise.
87         * nscd/nscd.c (print_version): Likewise.
88         * debug/xtrace.sh: Likewise.
89         * malloc/memusage.sh: Likewise.
90         * malloc/mtrace.pl: Likewise.
91         * debug/catchsegv.sh: Likewise.
92
93         * Makerules: Add rule for libc-abis.h.
94         * csu/version.c: Use LIBC_ABIS_STRING string if available.
95         * elf/dl-load.c (VALID_ELF_ABIVERSION): Check using LIBC_ABI_MAX.
96         (open_verify): Only check EI_ABIVERSION bytes using VALID_ELF_HEADER.
97         Add extra call to VALID_ELF_ABIVERSION.
98
99 2010-03-12  Ulrich Drepper  <drepper@redhat.com>
100
101         * sysdeps/unix/sysv/linux/sys/mount.h (UMOUNT_NOFOLLOW): Define.
102
103 2010-03-12  Andreas Schwab  <schwab@redhat.com>
104
105         * elf/dl-dst.h: Include "trusted-dirs.h".
106         (DL_DST_REQUIRED): Take $LIB into account.
107
108 2010-03-11  Roland McGrath  <roland@redhat.com>
109
110         * elf/elf.h (R_X86_64_GOT64, R_X86_64_GOTPCREL64): New macros.
111         (R_X86_64_GOTPC64, R_X86_64_GOTPLT64, R_X86_64_PLTOFF64): New macros.
112
113 2010-03-10  Luis Machado  <luisgpm@br.ibm.com>
114
115         * sysdeps/powerpc/powerpc64/power7/memcpy.S: New file.
116         * sysdeps/powerpc/powerpc32/power7/memcpy.S: New file.
117
118 2010-03-09  David S. Miller  <davem@davemloft.net>
119
120         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handling
121         of R_SPARC_TLS_LE_* needs to use 32-bit loads and stores, not
122         64-bit ones.
123
124         * sysdeps/sparc/sparc32/memcpy.S: Fix build.
125
126         * sysdeps/sparc/sparc32/strlen.S: Optimize.
127         * sysdeps/sparc/sparc64/strlen.S: Likewise.
128         * sysdeps/sparc/sparc32/sparcv9/strlen.S (ASI_PNF, ASI_BLK_P,
129         XCC): Delete definitions, not needed.
130
131 2010-03-07  Ulrich Drepper  <drepper@redhat.com>
132
133         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
134         Little follow-up patch from last change.
135
136 2010-03-06  Ulrich Drepper  <drepper@redhat.com>
137
138         * sysdeps/unix/sysv/linux/internal_statvfs.c: Handle ext4 and logfs.
139         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Add entry for logfs.
140
141 2010-02-18  Yann Droneaud  <yann@droneaud.fr>
142
143         * resolv/res_send.c: Fixed DEBUG statements.
144         Moved tmpbuf declaration to block beginning and
145         updated pointer names used in multiple DprintQ() calls
146
147 2010-02-18  H.J. Lu  <hongjiu.lu@intel.com>
148
149         * config.make.in (config-asflags-i686): Define.
150         * configure.in: Substitute libc_cv_as_i686.
151         * sysdeps/i386/configure.in: Check if assembler supports -mtune=i686.
152         * sysdeps/i386/i686/Makefile (CFLAGS-.oX): Add -Wa,-mtune=i686
153         if assembler supports -mtune=i686.
154         (ASFLAGS-.oX): Likewise.
155
156 2010-03-04  Ulrich Drepper  <drepper@redhat.com>
157
158         * elf/elf.h (R_X86_64_SIZE32): Define.
159         (R_X86_64_SIZE64): Define.
160
161 2010-03-02  Richard Guenther  <rguenther@suse.de>
162
163         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): R_X86_64_PC32
164         is sign-extending.
165
166 2010-03-03  Ulrich Drepper  <drepper@redhat.com>
167
168         * sysdeps/unix/sysv/linux/bits/in.h: Add a few more definitions from
169         the kernel headers.
170
171 2010-03-04  David S. Miller  <davem@davemloft.net>
172
173         * sysdeps/sparc/sparc64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
174
175         * sysdeps/sparc/sparc32/sparcv8/udiv_qrnnd.S: Delete.
176         * sysdeps/sparc/sparc32/udiv_qrnnd.S: Delete.
177
178 2010-03-03  David S. Miller  <davem@davemloft.net>
179
180         * math/math_private.h (INSERT_WORDS64): Fix argument order.
181
182 2010-03-03  Aurelien Jarno  <aurelien@aurel32.net>
183
184         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: New file.
185
186 2010-03-03  David S. Miller  <davem@davemloft.net>
187
188         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_lazy_rel): Must
189         pass '1' for 't' argument to sparc_fixup_plt.
190         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_lazy_rel):
191         Likewise.
192         * sysdeps/sparc/sparc32/dl-plt.h (OPCODE_BA_PT): Define.
193         (sparc_fixup_plt): Document 't' argument.  Enable branch
194         optimization and use v9 branches when possible.  Explain why we
195         cannot unconditionally patch the branch into the first PLT
196         instruction.
197         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Document 't'
198         argument.  Use v9 branches when possible.  Explain why we can in
199         fact unconditionally use a branch in the first PLT instruction
200         here.
201
202 2010-02-28  Roland McGrath  <roland@redhat.com>
203
204         * elf/elf.h (NT_X86_XSTATE): New macro.
205
206 2010-02-25  David S. Miller  <davem@davemloft.net>
207
208         * sysdeps/sparc/sparc64/Makefile: Add align-cpy rule.
209         * sysdeps/sparc/sparc64/align-cpy.S: New.
210         * sysdeps/sparc/sparc64/memcpy.S (__align_cpy_1, __align_cpy_2,
211         __align_cpy_4, __align_cpy_8, __align_cpy_16): Remove.
212         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (__align_cpy_1,
213         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
214         Remove.
215         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (__align_cpy_1,
216         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
217         Remove.
218         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (__align_cpy_1,
219         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
220         Remove.
221
222         * sysdeps/sparc/sparc32/bcopy.c: Delete.
223         * sysdeps/sparc/sparc32/memmove.c: Delete.
224         * sysdeps/sparc/sparc32/sparcv9/bcopy.c: Delete.
225         * sysdeps/sparc/sparc32/sparcv9/memmove.c: Delete.
226         * sysdeps/sparc/sparc64/bcopy.c: Delete.
227         * sysdeps/sparc/sparc64/memmove.c: Delete.
228         * sysdeps/sparc/sparc64/memcopy.h: New.
229         * sysdeps/sparc/sparc32/memcpy.S (bcopy, memmove): Remove.
230         * sysdeps/sparc/sparc64/memcpy.S (bcopy, memmove): Likewise.
231         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (bcopy, memmove): Likewise.
232         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (bcopy, memmove): Likewise.
233         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (bcopy, memmove): Likewise.
234
235         * sysdeps/sparc/elf/rtld-global-offsets.sym: New file.
236         * sysdeps/sparc/Makefile (csu): Add rtld-global-offsets.sym to
237         gen-as-const-headers.
238         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: New file.
239         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.S: New file.
240         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.S: New file.
241         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: Move to...
242         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-ultra3.S: ...here.
243         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: Move to...
244         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara1.S: ...here.
245         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: Move to...
246         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara1.S: ...here.
247         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: Move to...
248         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara2.S: ...here.
249         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: Removed.
250         * sysdeps/sparc/sparc64/multiarch/Makefile: New file.
251         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: Move to...
252         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: ...here.
253         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Move to...
254         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: ...here.
255         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Move to...
256         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: ...here.
257         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Move to...
258         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: ...here.
259         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: Removed.
260         * sysdeps/sparc/sparc64/multiarch/memcpy.S: New file.
261         * sysdeps/sparc/sparc64/multiarch/memset.S: New file.
262
263 2010-02-20  H.J. Lu  <hongjiu.lu@intel.com>
264
265         [BZ #11332]
266         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Use cfi_remember_state
267         and cfi_restore_state only if USE_AS_STRNCMP is defined.
268
269 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
270
271         * sysdeps/x86_64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
272
273 2010-02-24  H.J. Lu  <hongjiu.lu@intel.com>
274
275         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
276         (bk_write_less32bytes_2): Renamed to ...
277         (bk_write_less48bytes): This.
278         Use unsigned conditional jumps.
279         Correct unwind info.
280         Use add/sub instead of lea if possible.
281         (shl_0_gobble_cache_loop_tail): Removed.
282         (large_page): Properly adjust ECX.
283
284         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Use unsigned
285         conditional jumps.
286         Correct unwind info.
287
288         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Remove redundant
289         punpcklbw.
290         Use unsigned conditional jumps.
291         (128bytesormore_nt): Renamed to ...
292         (128bytesormore_endof_L1): This.
293         Use add instead of lea if possible.
294         Correct unwind info.
295         * sysdeps/i386/i686/multiarch/memset-sse2.S: Remove redundant
296         punpcklbw.
297         Use unsigned conditional jumps.
298         Use add instead of lea if possible.
299         Correct unwind info.
300
301 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
302
303         [BZ #11319]
304         * libio/iovdprintf.c (_IO_vdprintf): Explicitly flush stream before
305         undoing the stream because _IO_FINISH doesn't report failures.
306
307         [BZ #5553]
308         * malloc/malloc.c (public_vALLOc): Set ar_ptr when trying main_arena.
309         (public_pVALLOc): Likewise.
310         Patch by Petr Baudis.
311
312 2010-02-22  Jim Meyering  <meyering@redhat.com>
313
314         * manual/math.texi (BSD Random): Fix a typo: s/are/is/
315
316         * manual/charset.texi: Adjust grammar.
317
318         * manual/errno.texi (Error Messages): Fix doubled-words and typos.
319         * manual/charset.texi (Selecting the Conversion): Likewise.
320         * manual/getopt.texi (Getopt Long Options): Likewise.
321         * manual/memory.texi (Resizing the Data Segment): Likewise.
322         * manual/message.texi (GUI program problems): Likewise.
323         * manual/resource.texi (CPU Affinity): Likewise.
324         * manual/stdio.texi (Streams and Threads): Likewise.
325         * manual/time.texi (High Accuracy Clock): Likewise.
326
327 2009-02-20  David S. Miller  <davem@davemloft.net>
328
329         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
330         Adjust rela->r_offset by l->l_addr when rewriting PLT.
331
332         * sysdeps/sparc/sparc64/memchr.S: Use unsigned branch on greater to
333         test end of buffer.
334
335         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
336         (__makecontext): Adjust arg counter properly when copying arg
337         stack slots.
338
339 2009-02-20  Joseph Myers  <joseph@codesourcery.com>
340
341         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
342         Adjust rela->r_offset by l->l_addr when rewriting PLT.
343
344 2010-02-19  Carl Fredrik Hammar  <hammy.lite@gmail.com>
345
346         * hurd/hurdioctl.c (tiocsctty): Call `do_tiocsctty' instead of
347         non-existent `tiocsctty_port'.
348
349 2010-02-16  H.J. Lu  <hongjiu.lu@intel.com>
350
351         * sysdeps/i386/i686/multiarch/memcmp.S (memcmp): Use CPUID_OFFSET
352         instead of FEATURE_OFFSET.
353         * sysdeps/i386/i686/multiarch/strcmp.S (strcmp): Likewise.
354
355         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Add alignnments.
356         Fix one unwind info problem.
357
358         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S (less1bytes): Add CFI_POP.
359
360         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Simplify unwind info.
361
362 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
363             Ulrich Drepper  <drepper@redhat.com>
364
365         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Fix typo in unwind info.
366         Clean up a bit.
367
368 2010-02-17  Carl Fredrik Hammar  <hammy.lite@gmail.com>
369
370         * hurd/hurdioctl.c (tiocsctty): Only get FD ports, do work in...
371         (tiocsctty_port): ...this new function.
372
373         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): Cast to
374         `ioctl_handler_t'.
375
376 2010-02-15  Ulrich Drepper  <drepper@redhat.com>
377
378         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Fix unwind info.
379         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
380         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
381         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
382
383         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Don't fall through to
384         undefined code.
385
386 2010-02-12  H.J. Lu  <hongjiu.lu@intel.com>
387
388         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
389         strcmp-ssse3, strcmp-sse4, strncmp-c, strncmp-ssse3, strncmp-sse4,
390         memcmp-c, memcmp-ssse3, and memcmp-sse4.
391         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: New file.
392         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: New file.
393         * sysdeps/i386/i686/multiarch/memcmp.S: New file.
394         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: New file.
395         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: New file.
396         * sysdeps/i386/i686/multiarch/strcmp.S: New file.
397         * sysdeps/i386/i686/multiarch/strncmp-c.c: New file.
398         * sysdeps/i386/i686/multiarch/strncmp-sse4.S: New file.
399         * sysdeps/i386/i686/multiarch/strncmp-ssse3.S: New file.
400         * sysdeps/i386/i686/multiarch/strncmp.S: New file.
401
402 2010-02-12  Luis Machado  <luisgpm@br.ibm.com>
403
404         * sysdeps/powerpc/powerpc32/dl-machine.h: Removed old PPC_REL16 check.
405         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
406         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
407         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
408         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
409         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
410         * sysdeps/powerpc/powerpc32/configure.in: Fail if R_PPC_REL16
411         is not supported.
412         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
413         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
414         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
415         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
416         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
417         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Likewise.
418         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
419         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
420         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
421         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
422         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
423         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
424         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
425         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
426         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
427         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
428         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S:
430         Likewise.
431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
432         Likewise.
433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
434         Likewise.
435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
436         Likewise.
437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
438
439 2010-02-12  Alan Modra  <amodra@gmail.com>
440
441         * elf/tls-macros.h [__powerpc__] (__TLS_CALL_CLOBBERS): Remove r3.
442         Define and use for __powerpc64__ too.
443         [__powerpc__] (TLS_LD): Add r3 to clobbers.
444         [__powerpc__] (TLS_GD): Set asm output.  Make __result r3 reg.
445         [__powerpc64__] (TLS_GD): Make __result r3 reg.
446         [__powerpc64__] (TLS_IE): Relax output constraint.
447
448 2010-02-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
449
450         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Disable hardware
451         instructions cu21 and cu24.  Add well-formedness checking
452         parameter and adjust the software implementation.
453         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
454
455 2010-02-10  Ulrich Drepper  <drepper@redhat.com>
456
457         [BZ #11271]
458         * io/ftw.c (ftw_startup): Close descriptor for initial directory
459         after changing back to it.
460
461 2010-02-05  David S. Miller  <davem@davemloft.net>
462
463         * elf/elf.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define.
464         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle new
465         ifunc relocs.
466         (elf_machine_lazy_rel): Likewise.
467         (sparc_fixup_plt): Pull out to...
468         * sysdeps/sparc/sparc32/dl-plt.h: ...here.
469         * sysdeps/sparc/sparc32/dl-irel.h: New file.
470         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle new
471         ifunc relocs.
472         (elf_machine_lazy_rel): Likewise.
473         (sparc64_fixup_plt): Pull out to...
474         * sysdeps/sparc/sparc64/dl-plt.h: ...here.
475         * sysdeps/sparc/sparc64/dl-irel.h: New file.
476
477 2010-02-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
478
479         * elf/elf.h: Define m68k TLS relocations.
480
481 2010-02-10  Luis Machado  <luisgpm@br.ibm.com>
482
483         * sysdeps/powerpc/powerpc64/power7/Implies: Removed.
484         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Removed.
485         * sysdeps/powerpc/powerpc32/power7/Implies: Removed.
486         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: Removed.
487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Add
488         64-bit power7 fpu path.
489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Add
490         32-bit power7 fpu math.
491
492 2010-02-09  Ulrich Drepper  <drepper@redhat.com>
493
494         * sysdeps/i386/rshift.S: More compact unwind information.
495
496         * sysdeps/i386/lshift.S: Fix unwind information.
497
498 2010-02-08  Luis Machado  <luisgpm@br.ibm.com>
499
500         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: New file.
501         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: New file.
502         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnanf.S: New file.
503         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnanf.S: New file.
504         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: New file.
505         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: New file.
506         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinff.S: New file.
507         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinff.S: New file.
508         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: New file.
509         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: New file.
510         * sysdeps/powerpc/powerpc64/power7/fpu/s_finitef.S: New file.
511         * sysdeps/powerpc/powerpc32/power7/fpu/s_finitef.S: New file.
512
513 2010-02-08  Andreas Schwab  <schwab@redhat.com>
514
515         * include/fenv.h: Add hidden proto for fegetenv.
516         * math/fegetenv.c: Add hidden alias.
517         * sysdeps/i386/fpu/fegetenv.c: Likewise.
518         * sysdeps/ia64/fpu/fegetenv.c: Likewise.
519         * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
520         * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
521         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
522         * sysdeps/x86_64/fpu/fegetenv.c: Likewise
523         * sysdeps/s390/fpu/fegetenv.c: Likewise.  Remove unused headers.
524
525 2010-02-05  H.J. Lu  <hongjiu.lu@intel.com>
526
527         [BZ #11230]
528         * sysdeps/ia64/memchr.S: Don't read beyond the last byte
529         during recovery.
530
531 2010-01-26  Andreas Schwab  <schwab@redhat.com>
532
533         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: Use internal
534         interface.
535         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: Likewise.
536         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Declare internal
537         utmpx interface.
538
539         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
540         entry for 2.12.
541
542 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
543
544         [BZ #11235]
545         * sysdeps/unix/sysv/linux/sys/mount.h: Remove S_WRITE, S_APPEND,
546         S_IMMUTABLE.  Add MS_DIRSYNC, MS_MOVE, MS_SILENT, MS_REC,
547         MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED,
548         MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION, MS_STRICTATIME,
549         MS_ACTIVE, and MS_NOUSER.
550         (MS_RMT_MASK): Update according to current kernels.
551
552         [BZ #11242]
553         * misc/getusershell.c (initshells): Allocate one more byte in input
554         buffer so that fgets doesn't loop undefinitely.
555
556 2010-02-02  Ulrich Drepper  <drepper@redhat.com>
557
558         * stdlib/setenv.c (__add_to_environ): Don't use alloca if
559         __libc_use_alloca tells us not to.  Fix memory leak in an error
560         situation.  Based partially on patch by Jim Meyering.
561
562 2010-01-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
563
564         * sysdeps/mach/getsysstats.c (get_nprocs_conf, get_nprocs,
565         get_phys_pages, get_avphys_pages): Add weak aliases.
566
567 2010-01-25  Andreas Schwab  <schwab@redhat.com>
568
569         * iconv/iconv_prog.c (write_output): Fix check for open failure.
570
571 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
572
573         [BZ #11200]
574         * locale/loadlocale.c (_nl_load_locale): Fix recognition of genuine
575         mmap resource problem.  Patch by Joe Landers <jlanders@vmware.com>.
576
577 2010-01-22  Jim Meyering  <jim@meyering.net>
578
579         [BZ #11193]
580         * posix/regexec.c (extend_buffers): Avoid overflow in realloc
581         buffer length computation.
582
583         [BZ #11192]
584         * posix/regexec.c (re_copy_regs): Don't leak when allocation
585         of the start buffer succeeds but allocation of the "end" one fails.
586
587         [BZ #11191]
588         * posix/regexec.c (re_search_2_stub): Check for overflow
589         when adding the sizes of the two strings.
590
591         [BZ #11190]
592         * posix/regexec.c (re_search_internal): Avoid overflow
593         in computing re_malloc buffer size.
594
595         [BZ #11189]
596         * posix/regexec.c (prune_impossible_nodes): Avoid overflow
597         in computing re_malloc buffer size.
598
599         [BZ #11188]
600         * posix/regexec.c (build_trtable): Avoid arithmetic overflow
601         in size calculation.
602
603         [BZ #11187]
604         * posix/regexec.c (re_search_2_stub): Use simpler method than
605         boolean for freeing internal storage.
606
607 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
608
609         * posix/regex_internal.c (re_string_skip_chars): Simplify test for
610         failed mbrtowc call.
611
612 2010-01-22  Jim Meyering  <jim@meyering.net>
613
614         [BZ #11186]
615         * posix/regex_internal.c (re_string_skip_chars): Don't assume WEOF
616         fits in wchar_t.  Problem reported by Eric Blake.
617
618         [BZ #11185]
619         * posix/regex_internal.c (re_string_reconstruct): Remove declaration
620         and stores into set-but-not-used local, "q".
621
622         [BZ #11184]
623         * posix/regex_internal.c (re_dfa_add_node): Extend the overflow
624         detection test.  Patch by Paul Eggert.
625
626         [BZ #11183]
627         * posix/regex_internal.c (re_string_realloc_buffers):
628         Detect and handle internal overflow.  Patch by Paul Eggert
629
630 2010-01-20  Andreas Schwab  <schwab@redhat.com>
631
632         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c
633         (CHECK_SP): Fix check for alternate stack.
634         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c
635         (CHECK_SP): Likewise.
636
637 2010-01-19  H.J. Lu  <hongjiu.lu@intel.com>
638
639         * sysdeps/i386/i686/multiarch/memmove.S: Also check
640         bit_Fast_Rep_String when SHARED isn't defined.
641
642 2010-01-19  Ulrich Drepper  <drepper@redhat.com>
643
644         [BZ #11194]
645         * misc/bits/syslog.h (syslog, vsyslog): Remove unnecessary return.
646
647 2010-01-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
648
649         * sysdeps/mach/hurd/bits/libc-lock.h
650         (__rtld_lock_recursive_t): New type.
651         (__rtld_lock_initialize): New macro.
652
653 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
654
655         * sysdeps/powerpc/powerpc32/cell/memcpy.S: New file.
656         * sysdeps/powerpc/powerpc64/cell/memcpy.S: New file.
657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/fpu/Implies: New file.
658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: New file.
659
660 2010-01-18  Andreas Schwab  <schwab@redhat.com>
661
662         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Remove duplicate
663         definitions of O_DSYNC and O_RSYNC.
664
665         * elf/dynamic-link.h (elf_get_dynamic_info): Use correct type when
666         casting d_tag.
667
668         * elf/dynamic-link.h (elf_get_dynamic_info): Ignore negative
669         dynamic entry types.
670
671 2010-01-16  Jakub Jelinek  <jakub@redhat.com>
672
673         * sysdeps/ieee754/ldbl-128/s_ceill.c (huge): Add L suffix to the
674         constant.
675         * sysdeps/ieee754/ldbl-128/s_floorl.c (huge): Likewise.
676         * sysdeps/ieee754/ldbl-128/s_expm1l.c (big): Decrease to avoid
677         overflow.
678         * sysdeps/ieee754/ldbl-128/s_log1pl.c (big): Remove unused variable.
679
680         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf): Use
681         math_opt_barrier and math_force_eval macros.
682
683 2010-01-15  Ulrich Drepper  <drepper@redhat.com>
684
685         * posix/regcomp.c: Fix a few more cases of ignored return values.
686         * posix/regex_internal.c: Likewise.
687         * posix/regexec.c: Likewise.
688
689         * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be
690         used without _XOPEN_SOURCE.  Don't base any decisions on this macro
691         if _XOPEN_SOURCE is not defined as well.
692
693 2010-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
694
695         * sysdeps/s390/s390-32/elf/start.S (_start): Added check for the
696         high gprs kernel facility.
697         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_matches_host):
698         Added high gprs check for DSOs.
699         * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the
700         new elf header flag.
701
702 2010-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
703
704         * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
705         dl_main.
706         * elf/dl-open.c (_dl_sysdep_start): Likewise..
707         * sysdeps/generic/ldsodefs.h (_dl_sysdep_start): Likewise.
708         * elf/rtld.c (dl_main): Added new parameter auxv.  Adjust the
709         AT_PHDR, AT_PHNUM and AT_ENTRY fields if the ld.so is directly
710         started.
711
712 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
713
714         [BZ #11027]
715         * sysdeps/generic/netinet/ip.h: Define IPTOS_CLASS_* macros according
716         to RFC 2474.
717         Patch by Philip Prindeville <philipp@redfish-solutions.com>.
718
719         [BZ #11141]
720         * resolv/res_send.c (reopen): Don't use IPv6 sockets for IPv4
721         addresses.
722
723         [BZ #11127]
724         * posix/regcomp.c (alc_eclosure_iter): Do not ignore
725         re_node_set_insert failure; return REG_ESPACE.
726         Patch by Paul Eggert.
727
728         * bits/confname.h: Make pre-C99-safe.
729
730 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
731
732         * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
733         $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o
734         files are found by GCC.
735
736 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
737
738         * posix/unistd.h: Relax conditions for ualarm, usleep, getwd, vfork,
739         brk, and sbrk.
740
741         * string/strings.h: Relax condition for bcmp, bcopy, bzero, ffs,
742         index, and rindex.
743
744         * stdlib/stdlib.h: Relax conditions for *cvt functions and valloc.
745
746         * Versions.def: Add GLIBC_2.12 for libpthread.
747
748         [BZ #11126]
749         * malloc/malloc.c (malloc_info): Initialize malloc if not already
750         done.  Handle empty bin lists.
751
752         * posix/unistd.h: Change getpagesize and getdtablesize declaration
753         visibility some more.
754
755         * resolv/netdb.h: Relax condition to elide obsolete resolver constants.
756
757         * posix/unistd.h: Declare getpagesize in _GNU_SOURCE mode.
758
759         [BZ #11120]
760         * sysdeps/x86_64/strcmp.S: Prevent silent errors should strncmp be
761         needed outside libc.
762
763 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
764
765         * stdlib/stdlib.h: Parameter of unsetenv must not be NULL.
766
767 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
768
769         * sysdeps/x86_64/multiarch/strlen.S: Unroll the loop.
770
771 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
772
773         * stdlib/stdlib.h: Be a bit more relaxed about obsoleted mktemp symbol.
774
775 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
776
777         * conform/data/complex.h-data: Test for POSIX2008.
778
779         * conform/data/ctype.h-data: Fix POSIX testing.
780
781         * conform/data/dirent.h-data: ino_t only needed for XSI.
782
783         * grp/grp.h: Declare getgrent and endgrent for XPG7.
784
785         * conform/data/inttypes.h-data: Use same types as the headers.
786
787         * resolv/netdb.h: Don't define old resolver macros for XPG7.
788
789         * conform/data/sys/uio.h-data: Don't exclude POSIX2008.
790
791         * conform/conformtest.pl: Implement tag for allow-header.
792         Fix newline handling in allow-header implementation.
793
794         * conform/data/time.h-data: Use allow-header instead of duplicating
795         information.
796
797         * conform/data/time.h-data: Allow sigevent tag.
798
799         * posix/sched.h: Define time_t and pid_t for XPG7.
800
801 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
802
803         * sysdeps/i386/i686/bcopy.S: New file.
804
805         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Define.
806
807         * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Use ENTRY_CHK
808         and END_CHK.
809         * sysdeps/i386/i686/memmove.S (__memmove_chk): Likewise.
810         * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
811         * sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
812
813         * sysdeps/i386/i686/memmove.S: Support USE_AS_BCOPY.
814
815         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
816         bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3
817         memcpy-ssse3-rep mempcpy-ssse3-rep memmove-ssse3-rep
818         bcopy-ssse3 bcopy-ssse3-rep memset-sse2-rep bzero-sse2-rep
819         * sysdeps/i386/i686/multiarch/bcopy-ssse3-rep.S: New file.
820         * sysdeps/i386/i686/multiarch/bcopy-ssse3.S: New file.
821         * sysdeps/i386/i686/multiarch/bcopy.S: New file.
822         * sysdeps/i386/i686/multiarch/bzero-sse2-rep.S: New file.
823         * sysdeps/i386/i686/multiarch/bzero-sse2.S: New file.
824         * sysdeps/i386/i686/multiarch/bzero.S: New file.
825         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: New file.
826         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: New file.
827         * sysdeps/i386/i686/multiarch/memcpy.S: New file.
828         * sysdeps/i386/i686/multiarch/memcpy_chk.S: New file.
829         * sysdeps/i386/i686/multiarch/memmove-ssse3-rep.S: New file.
830         * sysdeps/i386/i686/multiarch/memmove-ssse3.S: New file.
831         * sysdeps/i386/i686/multiarch/memmove.S: New file.
832         * sysdeps/i386/i686/multiarch/memmove_chk.S: New file.
833         * sysdeps/i386/i686/multiarch/mempcpy-ssse3-rep.S: New file.
834         * sysdeps/i386/i686/multiarch/mempcpy-ssse3.S: New file.
835         * sysdeps/i386/i686/multiarch/mempcpy.S: New file.
836         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: New file.
837         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: New file.
838         * sysdeps/i386/i686/multiarch/memset-sse2.S: New file.
839         * sysdeps/i386/i686/multiarch/memset.S: New file.
840         * sysdeps/i386/i686/multiarch/memset_chk.S: New file.
841
842         * sysdeps/i386/sysdep.h (ENTRY_CHK): New.
843         (END_CHK): Likewise.
844
845         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Add
846         FEATURE_OFFSET, FEATURE_SIZE and FEATURE_INDEX_1.
847         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
848
849         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add entries
850         for 0x0e and 0x80.
851         (__x86_64_data_cache_size): New.
852         (init_cacheinfo): Set __x86_64_data_cache_size.
853
854         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Turn
855         on bit_Fast_Rep_String for Intel Core i7.
856
857         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Rep_String): New.
858         (index_Fast_Rep_String): Likewise.
859         (FEATURE_INDEX_1): Likewise.
860         (FEATURE_INDEX_MAX): Likewise.
861         (cpu_features): Add feature.
862
863 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
864
865         * conform/data/sys/select.h-data: Fix up for XPG7.
866
867 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
868
869         * posix/sys/wait.h: Don't define W* macros etc. if
870         stdlib.h has been included with _POSIX_C_SOURCE >= 200809L.
871
872 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
873
874         * io/sys/stat.h: Declare fchmod for XPG7.
875         * conform/data/sys/stat.h-data: Fix up for XPG7.
876
877         * termios/termios.h: Define pid_t for XPG7.
878
879         * conform/data/math.h-data: Fix up for XPG6 and XPG7.
880         * conform/data/tgmath.h-data: Likewise.
881
882         * conform/data/time.h-data: Fix POSIX tests.
883
884         * conform/data/wchar.h-data: Fix up XPG7 tests.
885
886         * include/features.h: Fix __USE_ISOC95 handling.
887
888         * conform/data/wordexp.h-data: Fix typo in last change.
889
890         * conform/data/unistd.h-data: Fix up older POSIX tests.
891
892         * stdlib/stdlib.h: Fix handling symbols removed in XPG7.
893         * posix/unistd.h: Likewise.
894
895         * posix/unistd.h: Include environments.h also for XPG6 and up.
896         Define intptr_t for XPG6 and up.
897         Fix up for XPG7.
898         * conform/data/unistd.h-data: Fix up for XPG6 and XPG7.
899
900         * conform/data/sys/types.h-data: Fix up for XPG7.
901
902         * sysdeps/unix/bsd/bits/stat.h: Fix double-inclusion problem.
903         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
904         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
905         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
906         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
907         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
908         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
909         * sysdeps/unix/sysv/bits/stat.h: Likewise.
910         * sysdeps/mach/hurd/bits/stat.h: Likewise.
911
912         * bits/confname.h: Fix typo in last change.
913
914         * conform/data/unistd.h-data: lockf-constants Not needed for POSIX.
915
916 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
917
918         * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER,
919         and SA_RESETHAND now available in Base.
920         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
921         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
922         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
923         * conform/data/signal.h-data: Update for XPG7.
924
925         * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7.
926
927         * string/strings.h: Don't declare obsolete functions for XPG7.
928         Declare ffs only for XSI.
929         * conform/data/strings.h-data: Update for XPG7.
930
931 2010-01-10  Jakub Jelinek  <jakub@redhat.com>
932
933         [BZ #11125]
934         * libio/stdio.h: Define va_list, off_t, and ssize_t.
935
936         * posix/glob.h: Define size_t.
937
938         * posix/sys/wait.h: Define idtype_t and declare waitid for XPG7.
939
940         * signal/signal.h: Define size_t, mcontext_t, and ucontext_t for XPG7.
941
942 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
943
944         * conform/conformtest.pl: For XPG7 testing the headers are supposed to
945         be self-contained.
946
947         * conform/data/stdio.h-data: Expect off_t and ssize_t.
948
949 2010-01-09  Ulrich Drepper  <drepper@redhat.com>
950
951         * libio/stdio.h: Define va_list also for XPG7.
952
953         * conform/conformtest.pl: Update for XPG7 and some bug fixes.
954         * conform/data/ctype.h-data: Likewise.
955         * conform/data/dirent.h-data: Likewise.
956         * conform/data/errno.h-data: Likewise.
957         * conform/data/fcntl.h-data: Likewise.
958         * conform/data/fmtmsg.h-data: Likewise.
959         * conform/data/fnmatch.h-data: Likewise.
960         * conform/data/ftw.h-data: Likewise.
961         * conform/data/glob.h-data: Likewise.
962         * conform/data/grp.h-data: Likewise.
963         * conform/data/iconv.h-data: Likewise.
964         * conform/data/langinfo.h-data: Likewise.
965         * conform/data/libgen.h-data: Likewise.
966         * conform/data/limits.h-data: Likewise.
967         * conform/data/locale.h-data: Likewise.
968         * conform/data/math.h-data: Likewise.
969         * conform/data/monetary.h-data: Likewise.
970         * conform/data/mqueue.h-data: Likewise.
971         * conform/data/ndbm.h-data: Likewise.
972         * conform/data/netdb.h-data: Likewise.
973         * conform/data/pthread.h-data: Likewise.
974         * conform/data/pwd.h-data: Likewise.
975         * conform/data/regex.h-data: Likewise.
976         * conform/data/sched.h-data: Likewise.
977         * conform/data/search.h-data: Likewise.
978         * conform/data/semaphore.h-data: Likewise.
979         * conform/data/setjmp.h-data: Likewise.
980         * conform/data/signal.h-data: Likewise.
981         * conform/data/spawn.h-data: Likewise.
982         * conform/data/stdio.h-data: Likewise.
983         * conform/data/stdlib.h-data: Likewise.
984         * conform/data/string.h-data: Likewise.
985         * conform/data/strings.h-data: Likewise.
986         * conform/data/sys/ipc.h-data: Likewise.
987         * conform/data/sys/msg.h-data: Likewise.
988         * conform/data/sys/resource.h-data: Likewise.
989         * conform/data/sys/sem.h-data: Likewise.
990         * conform/data/sys/shm.h-data: Likewise.
991         * conform/data/sys/socket.h-data: Likewise.
992         * conform/data/sys/stat.h-data: Likewise.
993         * conform/data/sys/time.h-data: Likewise.
994         * conform/data/sys/types.h-data: Likewise.
995         * conform/data/sys/uio.h-data: Likewise.
996         * conform/data/sys/wait.h-data: Likewise.
997         * conform/data/syslog.h-data: Likewise.
998         * conform/data/tar.h-data: Likewise.
999         * conform/data/termios.h-data: Likewise.
1000         * conform/data/time.h-data: Likewise.
1001         * conform/data/ulimit.h-data: Likewise.
1002         * conform/data/unistd.h-data: Likewise.
1003         * conform/data/utmpx.h-data: Likewise.
1004         * conform/data/wchar.h-data: Likewise.
1005         * conform/data/wctype.h-data: Likewise.
1006         * conform/data/wordexp.h-data: Likewise.
1007
1008         * io/fcntl.h: Define mode_t macros instead of including sys/stat.h.
1009         * sysdeps/unix/bsd/bits/stat.h: Enable using from fcntl.h.
1010         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1011         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1012         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1013         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1014         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1015         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1016         * sysdeps/unix/sysv/bits/stat.h: Likewise.
1017         * sysdeps/mach/hurd/bits/stat.h: Likewise.
1018
1019         * stdlib/stdlib.h: Define wait-related bits for XPG7.
1020         Don't declare valloc, mktemp, ecvt, fcvt, gcvt for XPG6 and  up.
1021         Declare mkstemp and getsubopt for XPG7.
1022         Declare posix_openpt for XPG6 XSI.
1023
1024         * include/features.h: Define __USE_XOPEN2KXSI for _XOPEN_SOURCE >= 600
1025         and __USE_XOPEN2K8XSI for _XOPEN_SOURCE >= 700.
1026
1027         * string/string.h: Declare strdup for XPG7.
1028
1029 2010-01-08  Ulrich Drepper  <drepper@redhat.com>
1030
1031         * bits/confname.h: Define _CS_V6_ENV and _CS_V7_ENV.
1032         * posix/confstr.c: Implement _CS_V6_ENV and _CS_V7_ENV.
1033
1034         * dirent/dirent.h: Really fix feature selection.
1035
1036         * locale/localeinfo.h: Rename struct locale_data to __locale_data.
1037         Fix all users.
1038         * locale/C-address.c: Fix all users.
1039         * locale/C-collate.c: Likewise.
1040         * locale/C-ctype.c: Likewise.
1041         * locale/C-identification.c: Likewise.
1042         * locale/C-measurement.c: Likewise.
1043         * locale/C-messages.c: Likewise.
1044         * locale/C-monetary.c: Likewise.
1045         * locale/C-name.c: Likewise.
1046         * locale/C-numeric.c: Likewise.
1047         * locale/C-paper.c: Likewise.
1048         * locale/C-telephone.c: Likewise.
1049         * locale/C-time.c: Likewise.
1050         * locale/findlocale.c: Likewise.
1051         * locale/global-locale.c: Likewise.
1052         * locale/loadarchive.c: Likewise.
1053         * locale/loadlocale.c: Likewise.
1054         * locale/nl_langinfo_l.c: Likewise.
1055         * locale/setlocale.c: Likewise.
1056         * locale/xlocale.c: Likewise.
1057         * locale/xlocale.h: Likewise.
1058         * stdio-common/vfscanf.c: Likewise.
1059         * stdlib/strfmon_l.c: Likewise.
1060         * stdlib/strtod_l.c: Likewise.
1061         * stdlib/strtol_l.c: Likewise.
1062         * string/strcoll_l.c: Likewise.
1063         * string/strxfrm_l.c: Likewise.
1064         * time/alt_digit.c: Likewise.
1065         * time/asctime.c: Likewise.
1066         * time/era.c: Likewise.
1067         * time/lc-time-cleanup.c: Likewise.
1068         * time/strftime_l.c: Likewise.
1069         * time/strptime_l.c: Likewise.
1070         * wcsmbs/wcsmbsload.c: Likewise.
1071         * wcsmbs/wcsmbsload.h: Likewise.
1072
1073         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define O_DIRECTORY,
1074         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN
1075         for XPG7.
1076         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1077         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1078         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1079         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1080         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1081         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1082
1083 2010-01-07  Roland McGrath  <roland@redhat.com>
1084
1085         * elf/elf.h (PN_XNUM): New macro.
1086
1087         * elf/dl-sysdep.c (_dl_important_hwcaps): Use NT_GNU_HWCAP instead of
1088         literal 2.
1089
1090 2010-01-06  Ulrich Drepper  <drepper@redhat.com>
1091
1092         * dirent/dirent.h: Fix typo in feature selection macro use.
1093
1094 2009-12-15  Maciej W. Rozycki  <macro@codesourcery.com>
1095
1096         [BZ #11115]
1097         * stdlib/tst-makecontext3.c: New file.
1098         * stdlib/Makefile (tests): Add new test.
1099
1100         * stdlib/tst-setcontext.c (check_called): Fix a typo.
1101
1102 2009-12-17  H.J. Lu  <hongjiu.lu@intel.com>
1103
1104         * configure.in: Enable multi-arch by default if the assembler
1105         supports gnu_indirect_function symbol type and the architecture
1106         supports it.
1107
1108 2009-12-23  Ulrich Drepper  <drepper@redhat.com>
1109
1110         * include/stdlib.h: Exclude some includes and prototypes if _ISOMAC
1111         is defined.
1112
1113 2009-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1114
1115         * hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
1116         MACH_PORT_NULL when id != cttyid.
1117
1118 2009-12-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1119
1120         * sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
1121         __mach_port_deallocate on rootdevid.
1122
1123 2009-12-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1124
1125         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Handle
1126         R_390_PC32DBL. Remove unneeded R_390_PLT16DBL.
1127         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
1128         unneeded R_390_PLT16DBL and R_390_PLT32DBL.
1129
1130 2009-12-21  Ulrich Drepper  <drepper@redhat.com>
1131
1132         [BZ #10992]
1133         * sysdeps/unix/sysv/linux/futimens.c: Handle AT_FDCWD.
1134         Patch by Eric Blake <ebb9@byu.net>.
1135
1136 2009-12-15  Ulrich Drepper  <drepper@redhat.com>
1137
1138         [BZ #11093]
1139         * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and
1140         POLLWRBAND also for POSIX 2008.
1141         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
1142         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
1143
1144         * include/link.h (struct link_map): Move l_used into its own word.
1145         * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is
1146         still zero.
1147         * elf/dl-object.c (_dl_new_object): Set dl_used if we know it is
1148         never really used.
1149
1150 2009-12-13  H.J. Lu  <hongjiu.lu@intel.com>
1151
1152         * sysdeps/i386/i686/multiarch/strcspn.S Include <init-arch.h>
1153         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
1154         check processor feature.
1155         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1156         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1157         * sysdeps/x86_64/multiarch/init-arch.h (bit_SSE2): New definition.
1158         (index_SSE2): Likewise.
1159
1160 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
1161
1162         * sysdeps/x86_64/multiarch/init-arch.h: Include <ifunc-defines.h>
1163         if __ASSEMBLER__ is defined.
1164         (bit_SSSE3): New.  Defined for __ASSEMBLER__.
1165         (bit_SSE4_2): Likewise.
1166         (index_SSSE3): Likewise.
1167         (index_SSE4_2): Likewise.
1168         * sysdeps/x86_64/multiarch/rawmemchr.S: Include <init-arch.h>
1169         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
1170         check processor feature.
1171         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1172         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1173         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1174         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1175         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
1176         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
1177         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1178
1179 2009-12-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1180
1181         * sysdeps/sh/elf/initfini.c: Update according to generic/initfini.c.
1182
1183 2009-12-01  Mike Frysinger  <vapier@gentoo.org>
1184
1185         * sysdeps/sh/sh4/fpu/fpu_control.h (__set_fpscr): New prototype.
1186
1187 2009-12-11  Ulrich Drepper  <drepper@redhat.com>
1188
1189         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
1190         O_DSYNC to match 2.6.33+ kernels.
1191         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1192         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1193         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1194         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1195         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1196         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1197
1198 2009-12-10  Ulrich Drepper  <drepper@redhat.com>
1199
1200         [BZ #11000]
1201         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Always set
1202         *herrnop before returning.
1203         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r):
1204         Likewise.
1205         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): Handle
1206         TRYAGAIN errors separately.
1207         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix error handling of
1208         *name4_r after functions.
1209
1210 2009-12-09  Ulrich Drepper  <drepper@redhat.com>
1211
1212         [BZ #11046]
1213         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Fix kernel
1214         version check.
1215
1216 2009-11-05  Bruno Haible  <bruno@clisp.org>
1217
1218         [BZ #11056]
1219         * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the
1220         argv argument as non-NULL.
1221         (execle, execl, execlp): Mark the first ARG argument as non-NULL.
1222
1223 -2009-12-08  Ulrich Drepper  <drepper@redhat.com>
1224
1225         * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare
1226         recvmmsg.
1227         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for recvmmsg.
1228         * sysdeps/unix/sysv/linux/Versions: Add recvmmsg for GLIBC_2.12.
1229
1230 2009-12-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1231
1232         * sysdeps/s390/s390-64/dl-trampoline.S: Add CFI for the call saved
1233         registers.
1234         * sysdeps/s390/s390-32/dl-trampoline.S: Likewise.
1235         * sysdeps/s390/s390-32/s390-mcount.S: Add CFI.
1236         * sysdeps/s390/s390-64/s390x-mcount.S: Add CFI.
1237
1238 2009-11-30  Ulrich Drepper  <drepper@redhat.com>
1239
1240         * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_IDLE and
1241         SCHED_RESET_ON_FORK.
1242
1243 2009-11-26  Ulrich Drepper  <drepper@redhat.com>
1244
1245         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
1246         only used on truly ancient kernel if configuration requires a more
1247         recent kernel.
1248
1249 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
1250
1251         [BZ #3662]
1252         * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r.
1253         Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>.
1254
1255         * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
1256         pass it on to __ptsname_internal.
1257         (grantpt): Pass stat64 pointer to pts_name.  Remove stat call here.
1258         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): New function.
1259         All the code from __ptsname_r but take additional parameter.  Use that
1260         instead of pointer to local stat64 variable.
1261         (__ptsname_r): Call __ptsname_internal with pointer to local stat64
1262         variable.
1263         * include/stdlib.h: Declare __ptsname_internal.
1264
1265         * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
1266         before the exec.
1267         * sysdeps/unix/sysv/linux/grantpt.c: New file.
1268         * login/programs/pt_chown.c (main): Don't print message on errors
1269         when doing real work.
1270
1271         * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
1272         once.
1273
1274         * csu/elf-init.c (__libc_csu_irel): New function.  Code to perform
1275         irel relocations split out from...
1276         (__libc_csu_init): ...here.
1277         * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
1278
1279 2009-11-23  Andreas Schwab  <schwab@redhat.com>
1280
1281         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
1282         for timestamps also if __USE_XOPEN2K8.
1283         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1284         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1285         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1286         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1287
1288 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
1289
1290         * nscd/connections.c (restart): Try harder to re-exec.
1291
1292         * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
1293
1294         * sysdeps/unix/sysv/linux/ntp_gettimex.c:  New file.
1295         * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
1296         * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
1297         * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
1298         some placeholders.  Redirect ntp_gettime to ntp_gettimex.
1299         * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
1300
1301         * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
1302         Define.
1303         (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
1304
1305 2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>
1306
1307         [BZ #10162]
1308         * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
1309         than software pipeline.  Properly recover from shorter read.
1310
1311 2009-11-19  Ulrich Drepper  <drepper@redhat.com>
1312
1313         [BZ #10958]
1314         * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
1315         initialized before using it.
1316         (_IO_putwc_unlocked): Likewise.
1317
1318         [BZ #10918]
1319         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
1320         in cast to not throw away const-ness of parameters.
1321         (__CPU_EQUAL_S): Likewise.
1322         (__CPU_OP_S): Likewise.
1323
1324         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
1325         F_OWNER_PGRP and mark F_OWNER_GID obsolete.  The kernel people made
1326         this gratuitous change and we have to keep compatibility.
1327         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1328         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1329         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1330         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1331         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1332         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1333
1334 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1335
1336         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
1337         of parameters of sync_file_range.
1338         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1339         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1340         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1341         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1342         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1343         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1344
1345 2009-11-16  Jakub Jelinek  <jakub@redhat.com>
1346
1347         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
1348         Implement using sync_file_range2 syscall if __NR_sync_file_range2
1349         is defined.
1350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
1351         file.
1352
1353 2009-11-17  Paolo Bonzini  <bonzini@gnu.org>
1354
1355         * posix/bug-regex30.c: New file.
1356         * posix/Makefile: Add rules to build and run bug-regex30.
1357         * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
1358         character lead bytes when there is a range in a COMPLEX_BRACKET.
1359         Reported by Oleg Bylatov.
1360
1361 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1362
1363         [BZ #10969]
1364         * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
1365         * locale/tst-duplocale.c: New file.
1366         * locale/Makefile (tests): Add tst-duplocale.
1367
1368         [BZ #10968]
1369         * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
1370         Patch by Bruno Haible <bruno@clisp.org>.
1371         * locale/tst-locname.c: New file.
1372         * locale/Makefile (tests): Add tst-locname.
1373
1374         [BZ #10972]
1375         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
1376         constants from recent kernels.
1377         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1378         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
1379         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
1380         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
1381         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
1382         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
1383
1384 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
1385
1386         [BZ #10162]
1387         * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
1388         software pipeline.
1389
1390 2009-11-09  Mike Frysinger  <vapier@gentoo.org>
1391
1392         * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
1393         (fallocate): Return ENOSYS if __NR_fallocate is not defined.
1394         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
1395
1396 2009-11-06  Mike Frysinger  <vapier@gentoo.org>
1397
1398         * posix/bug-regex29.c: Include stdio.h.
1399
1400 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
1401
1402         [BZ #10939]
1403         * Versions.def: Define GLIBC_2.12 for libc.
1404         * manual/errno.texi: Add ERFKILL entry.
1405         * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
1406         for 2.12.
1407         * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
1408         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
1409
1410         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
1411         F_GETOWN_EX definitions according to corrected kernel definitions.
1412         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1413         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1414         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1415         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1416         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1417         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1418
1419 2009-11-12  Ulrich Drepper  <drepper@redhat.com>
1420
1421         * version.h: Bump for 2.12 development.
1422
1423 2009-11-10  Andreas Schwab  <schwab@redhat.com>
1424
1425         * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
1426         out of buffer space.
1427         * resolv/nss_dns/dns-host.c (getanswer_r): Check for
1428         map_v4v6_hostent running out of space.
1429
1430 2009-11-10  Ulrich Drepper  <drepper@redhat.com>
1431
1432         * string/bits/string3.h (memset): If the second parameter is constant
1433         and zero there is likely no transposition.
1434         Patch by Caolan McNamara <caolanm@redhat.com.
1435
1436 2009-11-04  Philippe De Muyter  <phdm@macqel.be>
1437
1438         * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
1439         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1440
1441 2009-10-30  Holger Hans Peter Freyther  <zecke@selfish.org>
1442
1443         * malloc/memusagestat.c (main): Fix spelling in an error message.
1444
1445 2009-11-01  H.J. Lu  <hongjiu.lu@intel.com>
1446
1447         * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
1448         * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
1449
1450 2009-11-03  Andreas Schwab  <schwab@redhat.com>
1451
1452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1453         readahead.
1454
1455 2009-11-03  Jakub Jelinek  <jakub@redhat.com>
1456
1457         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
1458         relocate opd entry when resolving prelink conflicts.
1459
1460 2009-11-04  Jakub Jelinek  <jakub@redhat.com>
1461
1462         * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
1463         when -D_FILE_OFFSET_BITS=64.
1464
1465         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
1466         of last two arguments when -D_FILE_OFFSET_BITS=64.
1467         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
1468         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
1469         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
1470         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
1471         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
1472         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
1473
1474 2009-11-03  Andreas Schwab  <schwab@linux-m68k.org>
1475
1476         [BZ #4457]
1477         * sysdeps/generic/libgcc_s.h: New file.
1478         * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
1479
1480 2009-11-01  Ulrich Drepper  <drepper@redhat.com>
1481
1482         * malloc/hooks.c (free_check): Restore locking and call _int_free
1483         appropriately.
1484
1485 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1486
1487         * version.h (VERSION): Bump for 2.11 release.
1488         * include/features.h (__GLIBC_MINOR__): Bump to 11.
1489
1490         * elf/tst-execstack.c (do_test): Add cast to avoid warning.
1491
1492         * stdio-common/scanf13.c (main): Remove unused variable wbuf.
1493
1494         * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
1495         to avoid warning.
1496         * stdlib/tst-strtoll.c (tests): Likewise.
1497
1498         [BZ #9986]
1499         * time/strftime_l.c (__strftime_internal): Allow %OC.
1500
1501         * misc/mkostemps.c: New file.
1502         * misc/mkostemps64.c: New file.
1503
1504 2009-10-30  Andreas Schwab  <schwab@redhat.com>
1505
1506         * locale/programs/locale-spec.c: Include <error.h> and
1507         <libintl.h>.
1508
1509         * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
1510
1511 2009-10-28  Roland McGrath  <roland@redhat.com>
1512
1513         * Makefile (dist-prepare): New target.
1514         (tag-for-dist): Target removed.
1515         (glibc-%.tar): Pattern rule removed.
1516         (%.tar): New pattern rule, does simple use of git archive.
1517         (dist-version): Remove variable definition.
1518         (dist): Just depend on that.  Add .tar.xz dependency.
1519         If dist-version variable not set on command line, depend on
1520         dist-prepare, re-invoke with dist-version set via git describe.
1521
1522         * Makerules (%.xz): New pattern rule.
1523
1524 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
1525
1526         * elf/ifuncdep2.c: Include ifunc-sel.h.
1527         (global): Delete.
1528         (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
1529         * elf/ifuncmain1.c (global): Delete.
1530         * elf/ifuncmain1vis.c: Likewise.
1531         * elf/ifuncmain2.c: Likewise.
1532         * elf/ifuncmain5.c: Likewise.
1533         * elf/ifuncmod3.c: Likewise.
1534         * elf/ifuncmain6pie.c: Include ifunc-sel.h.
1535         (foo_ifunc): Use ifunc_one.
1536         * elf/ifuncmain7.c: Likewise.
1537         * elf/ifuncmod1.c: Include ifunc-sel.h.
1538         (global): Define protected var.
1539         (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
1540         * elf/ifuncmod5.c: Likewise.
1541         * sysdeps/generic/elf/ifunc-sel.h: New file.
1542         * sysdeps/powerpc/elf/ifunc-sel.h: New file.
1543
1544 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
1545
1546         * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
1547         (R_PPC_REL16*): Correct comments.
1548         (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
1549         (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
1550          R_PPC64_REL16_HA): Define.
1551         * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
1552         * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
1553         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
1554         Delete unused "reloc" param.
1555         (__process_machine_rela): Handle R_PPC_IRELATIVE.
1556         * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
1557         Delete "reloc" param.
1558         (elf_machine_rela): Handle STT_GNU_IFUNC functions and
1559         R_PPC_IRELATIVE.
1560         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
1561         (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
1562         relocations.
1563
1564 d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1565
1566         [BZ #10315]
1567         * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
1568         UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
1569         UDP_ENCAP_L2TPINUDP.
1570
1571         [BZ #10349]
1572         * sysdeps/posix/tempname.c (__gen_tempname): Take new second
1573         parameter, specifying length of prefix.
1574         * stdio-common/tempname.c: Likewise.
1575         * include/stdio.h: Adjust prototypes.
1576         * libio/oldtmpfile.c: Adjust caller.
1577         * misc/mkdtemp.c: Likewise.
1578         * misc/mkostemp.c: Likewise.
1579         * misc/mkostemp64.c: Likewise.
1580         * misc/mkstemp.c:  Likewise.
1581         * misc/mkstemp64.c: Likewise.
1582         * misc/mktemp.c: Likewise.
1583         * stdio-common/tempnam.c: Likewise.
1584         * stdio-common/tmpfile.c: Likewise.
1585         * stdio-common/tmpnam.c: Likewise.
1586         * stdio-common/tmpnam_r.c: Likewise.
1587         * misc/mkstemps.c: New file.
1588         * misc/mkstemps64.c: New file.
1589         * stdlib/stdlib.h: Add prototypes.
1590         * misc/Makefile (routines): Add mkstemps and mkstemps64.
1591         * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
1592
1593 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1594
1595         * locale/iso-639.def: Add sml entry.
1596
1597         [BZ #10391]
1598         * resolv/res_send.c (send_dg): Initialize resplen.
1599
1600         [BZ #10446]
1601         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
1602         definition to the kernel's.
1603         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1604
1605 2009-08-18  Anders Johansson  <ajohansson@novell.com>
1606
1607         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
1608         offsets and record sizes in assert()s and response sending.
1609         * nscd/grpcache.c: Likewise.
1610         * nscd/hstcache.c: Likewise.
1611         * nscd/initgrcache.c: Likewise.
1612         * nscd/pwdcache.c: Likewise.
1613
1614 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1615
1616         [BZ #10540]
1617         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
1618         /etc/hosts does not exist set errnop and herrnop appropriately.
1619         Patch by Steve Langasek <vorlon@debian.org>.
1620
1621         [BZ #10553]
1622         * malloc/malloc.c (malloc_info): Fix typos in format strings.
1623         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
1624
1625         [BZ #10564]
1626         * login/utmp_file.c (TIMEOUT): Increase to 10.
1627
1628         [BZ #10609]
1629         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
1630         for file names in case the syscall is not available.
1631         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
1632         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
1633         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
1634         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
1635         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
1636         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
1637         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
1638         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1639         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1640         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1641         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
1642         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1643         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1644         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1645         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1646         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
1647         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
1648
1649         [BZ #10643]
1650         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
1651         creation filed, remove the request from the 'requests' list and signal
1652         the caller that the request is finished.
1653
1654         [BZ #10692]
1655         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
1656         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
1657
1658         [BZ #10713]
1659         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
1660         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
1661
1662         [BZ #10780]
1663         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
1664         overflows the int return type.
1665
1666         [BZ #10717]
1667         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
1668         have to compute maxsize_total, we have to update the variables, and
1669         the also_total handling must happen after the repair.
1670
1671         [BZ #10742]
1672         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
1673         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
1674
1675 2009-10-27  Andreas Schwab  <schwab@redhat.com>
1676
1677         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
1678         errno is always set when returning unsuccessfully.
1679
1680 2009-10-29  Andreas Schwab  <schwab@redhat.com>
1681
1682         * malloc/memusage.c (update_data): Fix index wraparound handling
1683         so that buffer_cnt is actually reset.
1684
1685 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1686
1687         [BZ #10784]
1688         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
1689         of the directory we look at into the static buffer if there is one
1690         at the start of the loop.
1691
1692         [BZ #10789]
1693         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
1694         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
1695
1696         [BZ #10840]
1697         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1698         __ASSUME_F_GETOWN_EX.
1699         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
1700         if possible.
1701         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1702
1703         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
1704         and f_owner_ex.
1705         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1706         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1707         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1708         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1709         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1710         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1711
1712         [BZ #10847]
1713         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
1714         getutmpx symbol.
1715
1716         [BZ #10823]
1717         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
1718         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
1719
1720 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
1721
1722         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
1723
1724 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
1725
1726         [BZ #10817]
1727         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
1728         Reported by Ray Chason.
1729
1730 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
1731
1732         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1733         strend-sse4.
1734         * sysdeps/x86_64/multiarch/strchr.S: New file.
1735         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
1736         * sysdeps/x86_64/multiarch/strrchr.S: New file.
1737
1738 2009-10-21  Andreas Schwab  <schwab@redhat.com>
1739
1740         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
1741
1742 2009-10-19  Andreas Schwab  <schwab@redhat.com>
1743
1744         * include/math.h: Add hidden protos for __exp/__expf/__expl.
1745         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
1746         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
1747         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
1748         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
1749         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
1750         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
1751         __ieee751_expl to handle overflow.
1752
1753 2009-10-14  David S. Miller  <davem@davemloft.net>
1754
1755         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
1756         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
1757
1758 2009-10-13  Andreas Schwab  <schwab@redhat.com>
1759
1760         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
1761         !USE_MULTIARCH.
1762
1763 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
1764
1765         [BZ #10730]
1766         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
1767         Patch in part by Steve Ward <planet36@gmail.com>.
1768
1769         [BZ #10731]
1770         * stdlib/rand_r.c: Fix typo.
1771
1772         * po/cs.po: Update from translation team.
1773
1774 2009-10-06  Andreas Schwab  <schwab@redhat.com>
1775
1776         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
1777         returning if RTLD_NOLOAD.
1778
1779 2009-10-06  Roland McGrath  <roland@redhat.com>
1780
1781         * sysdeps/x86_64/multiarch/strstr-c.c
1782         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
1783
1784         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
1785         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
1786
1787         * sysdeps/x86_64/multiarch/init-arch.h
1788         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
1789         (HAS_CPU_FEATURE): New macro.
1790         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
1791         * sysdeps/x86_64/multiarch/init-arch.c
1792         (__get_cpu_features): #undef it before definition.
1793
1794 2009-10-05  Andreas Schwab  <schwab@redhat.com>
1795
1796         * locale/C-time.c: Revert week-1stday back to 19971130 and set
1797         first_weekday to 1 and first_workday to 2.
1798
1799 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
1800
1801         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
1802         F_GETOWN_EX.
1803         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1804         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1805         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1806         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1807         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1808         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1809
1810 2009-09-28  Andreas Schwab  <schwab@redhat.com>
1811
1812         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
1813         * stdio-common/vfprintf.c: Likewise.
1814
1815 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1816
1817         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
1818         (mkdirat): Call __directory_name_split_at instead of
1819         __directory_name_split.
1820
1821 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
1822
1823         * locale/programs/locale-spec.c (locale_special): If nothing matches
1824         fail with an appropriate message.
1825
1826 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
1827
1828         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
1829         and XX.
1830
1831 2009-09-25  Andreas Schwab  <schwab@redhat.com>
1832
1833         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
1834         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
1835
1836 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1837
1838         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
1839
1840 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
1841
1842         * iconvdata/iso646.c (gconv_init): Correctly initialize the
1843         character size elements in step data.
1844
1845 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
1846
1847         * po/hu.po: Update from translation team.
1848         * po/vi.po: Likewise.
1849
1850 2009-09-19  Roland McGrath  <roland@redhat.com>
1851
1852         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
1853
1854 2009-09-15  Roland McGrath  <roland@redhat.com>
1855
1856         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
1857         * nptl/sysdeps/pthread/configure: Regenerated.
1858         * nptl/sysdeps/x86_64/configure: Regenerated.
1859         * sysdeps/unix/sysv/linux/configure: Regenerated.
1860         * sysdeps/x86_64/elf/configure: Regenerated.
1861
1862         * Makefile (autoconf-it): Set execute bit only on top-level configure.
1863
1864         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
1865         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
1866         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
1867         * configure: Regenerated.
1868
1869 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
1870
1871         * posix/getconf.c (main): Handle -- on command line.
1872
1873 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
1874
1875         * configure.in: Support binutils 2.100 and 3.0.
1876
1877 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
1878
1879         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
1880         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
1881         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
1882         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
1883
1884 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
1885
1886         * locale/programs/ld-collate.c (struct locale_collate_t): Add
1887         unnamed_section_defined field.
1888         (collate_read): Test and set unnamed_section_defined.
1889
1890         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
1891         _POSIX2_LINE_MAX.
1892
1893 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
1894
1895         * configure.in: Support binutils 2.20.
1896
1897 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
1898
1899         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
1900         __strstr_ia32): Add attribute_hidden.
1901
1902 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1903
1904         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
1905         parsing of group entry.
1906
1907 2009-09-02  Andreas Schwab  <schwab@redhat.com>
1908
1909         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
1910         external buffer.  Always discard readahead in internal buffer.
1911         * libio/Makefile (tests): Add bug-wsetpos.
1912         * libio/bug-wsetpos.c: New file.
1913
1914 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
1915
1916         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
1917         Add attribute_hidden.
1918         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
1919         __strcasestr_sse2): Likewise.
1920         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
1921         (__fma_fma): Make static.
1922         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
1923         (__fmaf_fma): Make static.
1924
1925 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1926
1927         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
1928         reformulate in-buffer optimisation check to match code in
1929         _IO_new_file_seekoff.
1930
1931 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
1932
1933         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
1934         to srwi in 32-bit memcpy for power6.
1935
1936 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1937
1938         * include/stdio.h: Declare hidden proto for fflush.
1939         * libio/iofflush.c: Add hidden weak alias for fflush.
1940
1941 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
1942
1943         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
1944         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
1945
1946 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1947
1948         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
1949
1950 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
1951
1952         [BZ #10560]
1953         * malloc/malloc.c: Add local assert definition to avoid problems with
1954         memory allocation in the real one.
1955
1956 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1957
1958         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
1959         Removed.
1960         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
1961         turn off SSSE3 on Atom.
1962
1963 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
1964
1965         * stdlib/tst-strtol.c (tests): More tests.
1966         * stdlib/tst-strtoll.c (tests): Likewise.
1967
1968 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
1969
1970         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
1971
1972         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
1973
1974 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1975
1976         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
1977         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
1978
1979         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
1980
1981         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
1982
1983         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
1984
1985 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
1986
1987         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
1988
1989 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1990
1991         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
1992         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
1993
1994         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
1995
1996         * sysdeps/x86_64/fpu/s_signbit.S: New file.
1997         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
1998
1999         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
2000         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
2001
2002         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
2003         leftover YMM_SIZE definition.
2004
2005 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
2006
2007         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
2008         union.
2009         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
2010         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
2011         Redefine.
2012         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
2013
2014         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
2015         and SET_FLOAT_WORD definitions.
2016
2017 2009-08-24  Roland McGrath  <roland@redhat.com>
2018
2019         * sysdeps/unix/syscall-template.S: New file.
2020         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
2021         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
2022         (compile-syscall): Pass mkdep and -g options as normal.
2023         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
2024         (common-generated): Don't add them here.
2025
2026 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
2027
2028         * math/s_fdim.c: In case of overflows set errno.
2029         * math/s_fdimf.c: Likewise.
2030         * math/s_fdiml.c: Likewise.
2031
2032         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
2033         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
2034         are using the inline optimizations.
2035
2036         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
2037         (__signbitf): Likewise.
2038
2039 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
2040
2041         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
2042         terminated.
2043         * posix/Makefile (tests): Add bug-regex29.
2044         * posix/bug-regex29.c: New file.
2045
2046         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
2047         older POSIX versions are selected.
2048
2049         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
2050         as well.
2051         * stdio-common/printf_fphex.c: Likewise.
2052         * stdio-common/tstdiomisc.c: Add more tests.
2053
2054         * locale/locale.h: Include xlocale.h and the thread-local locale
2055         declarations for XPG7, not XPG6.
2056
2057 2009-08-21  Andreas Schwab  <schwab@redhat.com>
2058
2059         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
2060         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
2061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
2062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
2063         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
2064         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2065
2066 2009-08-20  Roland McGrath  <roland@redhat.com>
2067
2068         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
2069         Use l_addr instead of l_map_start (dli_fbase).
2070         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
2071         address when there is no proximate symbol.
2072         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
2073         Likewise.
2074
2075 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
2076
2077         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
2078
2079 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
2080
2081         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
2082         Also handle SIGINT.  In that case only do the cleanup and then
2083         re-raise the signal.
2084         (main): Install handler for SIGINT.
2085
2086 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2087
2088         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
2089         clobber list.
2090
2091 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
2092
2093         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
2094         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
2095         tst-auditmod7b.c.
2096         (tests): Add tst-audit6 tst-audit7.
2097         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
2098         tst-auditmod7a tst-auditmod7b.
2099         ($(objpfx)tst-audit6): New.
2100         ($(objpfx)tst-audit6.out): Likewise.
2101         ($(objpfx)tst-audit7): Likewise.
2102         ($(objpfx)tst-audit7.out): Likewise.
2103         (tst-audit6-ENV): Likewise.
2104         (tst-audit7-ENV): Likewise.
2105         (CFLAGS-tst-auditmod6b.c): Likewise.
2106         (CFLAGS-tst-auditmod6c.c): Likewise.
2107         (CFLAGS-tst-auditmod7b.c): Likewise.
2108         * elf/tst-audit6.c: New file.
2109         * elf/tst-audit7.c: New file.
2110         * elf/tst-auditmod6a.c: New file.
2111         * elf/tst-auditmod6b.c: New file.
2112         * elf/tst-auditmod6c.c: New file.
2113         * elf/tst-auditmod7a.c: New file.
2114         * elf/tst-auditmod7b.c: New file.
2115         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2116         saving and restoring SSE/AVX registers to ...
2117         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2118
2119 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2120
2121         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
2122         only if SHARED is defined.
2123         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
2124
2125 2009-08-03  Jim Meyering  <meyering@redhat.com>
2126
2127         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
2128
2129 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
2130
2131         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
2132         section as the other functions for this architecture.
2133         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2134
2135 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
2136
2137         * sysdeps/x86_64/strcmp.S: Add support to compile with
2138         USE_SSSE3.  In this case palignr is used.
2139         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
2140         available but SSSE3 is, pick __str{,n}cmp_ssse3.
2141         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
2142         Add strcmp-ssse3 and strncmp-ssse3.
2143         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
2144         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
2145
2146         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
2147         warning through fake initialization.
2148
2149 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2150
2151         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
2152
2153 2009-08-07  Andreas Schwab  <schwab@redhat.com>
2154
2155         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
2156         unique symbols.
2157
2158 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
2159
2160         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
2161         EBX from EAX = 1.  Handle EAX = 11.
2162
2163 2009-08-07  Andreas Schwab  <schwab@redhat.com>
2164
2165         * Makefile (TAGS): Use separate sed -e expressions to avoid \
2166         inside ''.
2167
2168 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
2169
2170         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
2171         hidden IFUNC functions.
2172         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2173
2174         * sysdeps/i386/i686/multiarch/strlen.S: New file.
2175
2176         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
2177         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
2178         strcasestr-c.
2179         (CFLAGS-strcspn-c.c): Define.
2180         (CFLAGS-strpbrk-c.c): Define.
2181         (CFLAGS-strspn-c.c): Define.
2182         (CFLAGS-strstr.c): Define.
2183         (CFLAGS-strcasestr.c): Define.
2184         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
2185         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
2186         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
2187         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
2188         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
2189         * sysdeps/i386/i686/multiarch/strspn.S: New file.
2190         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
2191         * sysdeps/i386/i686/multiarch/strstr.c: New file.
2192         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
2193         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
2194         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
2195         -16L instead of 0xfffffffffffffff0L.
2196         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
2197
2198 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
2199
2200         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
2201
2202 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
2203
2204         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
2205         another rewrite.  Much smaller and faster.
2206         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
2207
2208         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
2209         ss_flags from the correct location.
2210
2211 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
2212
2213         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
2214         * sysdeps/i386/i686/cacheinfo.c: New file.
2215         * sysdeps/i386/i686/multiarch/Makefile: New file.
2216         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
2217         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
2218         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
2219         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
2220         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
2221         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
2222         (__cpuid_count): New. Provide the default.
2223         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
2224         (__x86_64_preferred_memory_instruction): Define only if
2225         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
2226         (intel_check_word): Use __cpuid.
2227         (handle_intel): Likewise.
2228         (handle_amd): Likewise.
2229         (__cache_sysconf): Likewise.
2230         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2231         (__cache_sysconf): Likewise.
2232         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2233         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
2234         (get_common_indeces): Use __cpuid.
2235         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
2236         if ENABLE_SSSE3_ON_ATOM is not defined.
2237         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
2238         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
2239         popcnt instead of popcntq.
2240
2241 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
2242
2243         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
2244
2245 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
2246
2247         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
2248         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
2249         which always causes a compile error.
2250
2251         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
2252
2253         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
2254         comes from...
2255         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
2256         which always causes a compile error.
2257
2258         * debug/Makefile (tests): Add tst-longjmp_chk2.
2259         * debug/tst-longjmp_chk2.c: New file.
2260
2261         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
2262         Remove incorrect use of BP_SYM.
2263         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
2264         here now since it is more complex than just a simple check.
2265
2266         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
2267         we make no more progress.
2268
2269 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2270
2271         * math/s_fma.c: Don't define alias if __fma is a macro.
2272         * math/s_fmaf.c: Likewise.
2273         * sysdeps/x86_64/multiarch/s_fma.c: New file.
2274         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
2275         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
2276
2277         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
2278         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
2279         New macro HAS_FMA.
2280         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
2281         function.
2282         * include/libc-symbols.h (libm_ifunc): Define.
2283         * sysdeps/x86_64/multiarch/Versions: New file.
2284
2285         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
2286
2287 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
2288
2289         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
2290
2291 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2292
2293         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
2294         call that registers used in calling conventions need to be preserved.
2295         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
2296         to preserve register content if necessary.
2297         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
2298         (_dl_x86_64_restore_sse): New function.
2299         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
2300         is allowed to modify xmm/ymm registers.
2301
2302         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
2303         application's perspective.
2304         * stdio-common/scanf17.c: Likewise.
2305
2306 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
2307
2308         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
2309         size to memsz.
2310         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
2311         here.
2312         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
2313         two steps to catch bugs.
2314
2315 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
2316
2317         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
2318         determines which files are used in runtime lookups and only checks
2319         those for SSE use.
2320         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
2321         testing.
2322         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
2323         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
2324         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
2325         take a while.
2326
2327         * elf/dl-open.c: Move _dl_scope_free to...
2328         * elf/dl-scope.c: ...here.  New file.
2329         * elf/Makefile (dl-routines): Add scope.
2330
2331         * resolv/resolv.h (RES_USE_DNSSEC): Define.
2332         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
2333         RES_USE_DNSSEC.
2334         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
2335         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
2336         all the places we handled RES_USE_EDNS0 only before.
2337         Patch by Adam Tkac <atkac@redhat.com>.
2338
2339 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
2340
2341         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
2342         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
2343         Update size when reallocating.
2344
2345 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2346
2347         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
2348         functions used in ld.so modify xmm/ymm registers.
2349         * sysdeps/x86_64/Makefile:  Hook new test up.
2350         * sysdeps/x86_64/rtld-memchr.c: New file.
2351         * sysdeps/x86_64/rtld-memcmp.c: New file.
2352         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
2353         * sysdeps/x86_64/rtld-strchr.S: New file.
2354         * sysdeps/x86_64/rtld-strlen.S: New file.
2355         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
2356         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
2357
2358 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
2359
2360         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
2361         strncmp-c.
2362         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
2363         (exit): Likewise.
2364         (Byte1): Likewise.
2365         (Byte2): Likewise.
2366         (Byte3): Likewise.
2367         (Byte4): Likewise.
2368         (Byte5): Likewise.
2369         (Byte6): Likewise.
2370         (next_8_bytes): Likewise.
2371         (Byte0): Remove commented out codes.
2372         (unaligned_table): Align jump table at 8 bytes.
2373         Add _sse4_2 to all labels.  Always include "../strcmp.S".
2374         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
2375         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
2376         * sysdeps/x86_64/strncmp.S: New file.
2377
2378 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2379
2380         [BZ #10422]
2381         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
2382         kernels, dropped when eventfd2 support was added.
2383         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
2384         kernels, dropped when signalfd4 support was added.
2385         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
2386         added, name them.
2387
2388         [BZ #10452]
2389         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
2390         replies up.
2391
2392         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
2393
2394 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
2395
2396         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
2397         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
2398
2399         [BZ #10448]
2400         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
2401         callback we must touch the status to avoid using stale value.
2402
2403         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
2404         compiled in.
2405
2406 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
2407
2408         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
2409         /lib/modules/* headers anymore.  We have sane headers in the standard
2410         place now.
2411
2412 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2413
2414         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
2415         "etf3enh" and "highgprs" added.
2416         (_dl_s390_platforms): "z10" added.
2417         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
2418         Increased for the new entries.
2419         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
2420         HWCAP_S390_HIGH_GPRS added.
2421
2422         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
2423         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
2424         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
2425         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
2426         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
2427
2428 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
2429
2430         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
2431         avoid additional cpuid instructions.  Most of the information is
2432         stored somewhere.
2433
2434         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
2435         cache descriptors.
2436         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
2437
2438         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
2439         SSSE3 bit for Atoms.
2440         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
2441         here anymore.
2442
2443         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
2444         structure before copying it to avoid warning.
2445         * posix/tst-rfc3484-2.c (do_test): Likewise.
2446         * posix/tst-rfc3484-3.c (do_test): Likewise.
2447
2448         [BZ #10416]
2449         * include/unistd.h: Make header file suitable for C++ test cases.
2450         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
2451
2452         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
2453         stack alignment in the exit code.
2454
2455         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
2456         potentially be zero.
2457
2458         * elf/tst-unique1.c: Extend test to check for unloading DSO with
2459         unique symbol definition.
2460         Patch by Jakub Jelinek.
2461         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
2462         make sure the object with the definition cannot be unloaded.  Adjust
2463         a few types.
2464         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
2465         the unique symbol hash table should not be const.
2466
2467 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
2468
2469         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
2470         unnecesary variables.  Comment fixes.
2471
2472 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2473
2474         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
2475         Use NONASCII_CASE information provided by the locale to determine
2476         whether optimized string load function can be used.  Minor cleanups.
2477
2478 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
2479
2480         * string/strcasestr.c (STRCASESTR): New macro.
2481         (__strcasestr): Renamed to ..
2482         (STRCASESTR): ...this.
2483         * string/strstr.c (STRSTR): New macro.
2484         (strstr): Renamed to ..
2485         (STRSTR): ...this.
2486         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2487         strstr-c strcasestr-c
2488         (CFLAGS-strstr.c): New.
2489         (CFLAGS-strcasestr.c): Likewise.
2490         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
2491         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
2492         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
2493         * sysdeps/x86_64/multiarch/strstr.c: New file.
2494
2495 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2496
2497         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
2498         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
2499         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
2500         _NL_CTYPE_NONASCII_CASE.
2501         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
2502         field.
2503         (ctype_finish): Check whether there are any 8-bit characters outside
2504         the range ASCII has or whether the mapping isn't the same as for
2505         ASCII (±0x20).  Set nonascii_case appropriately.
2506         (ctype_output): Add output handler for nonascii_case.
2507
2508 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
2509
2510         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
2511         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
2512
2513 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2514
2515         [BZ #10360]
2516         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
2517         0xffff in the EDNS0 record.
2518
2519 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2520
2521         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
2522         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
2523         is written before the list head update.
2524         Patch by Andreas Schwab <aschwab@redhat.com>.
2525
2526 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2527             Jakub Jelinek  <jakub@redhat.com>
2528
2529         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
2530         corruption thread-safe.
2531
2532 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
2533
2534         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
2535         overrides atomic_compare_and_exchange_val_rel, define to
2536         atomic_compare_and_exchange_val_rel by default, otherwise default
2537         to catomic_compare_and_exchange_val_acq.
2538         (catomic_compare_and_exchange_bool_rel): If arch overrides
2539         atomic_compare_and_exchange_bool_rel, define to
2540         atomic_compare_and_exchange_bool_rel by default.
2541         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
2542         Use catomic_compare_and_exchange_val_rel instead of
2543         catomic_compare_and_exchange_val_acq.
2544
2545 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2546
2547         * sysdeps/generic/ldsodefs.h: Add prototype for
2548         _dl_higher_prime_number.
2549         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
2550
2551         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
2552         restoring of ymm registers a bit.
2553
2554 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
2555
2556         * sysdeps/x86_64/memcmp.S: New file.
2557
2558 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
2559
2560         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
2561         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
2562         pointers in writable memory.
2563
2564 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2565
2566         * config.h.in: Add HAVE_AVX_SUPPORT entry.
2567         * config.make.in: Add config-cflags-avx entry.
2568         * configure.in: Substitute libc_cv_cc_avx.
2569         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
2570         * elf/tst-audit4.c: New file.
2571         * elf/tst-audit5.c: New file.
2572         * elf/tst-auditmod4a.c: New file.
2573         * elf/tst-auditmod4b.c: New file.
2574         * elf/tst-auditmod5a.c: New file.
2575         * elf/tst-auditmod5b.c: New file.
2576         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
2577         link-defines.sym.
2578         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
2579         (La_x86_64_vector): Likewise.
2580         (La_x86_64_regs): Append lr_vector.
2581         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
2582         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2583         saving and restoring SSE registers to ...
2584         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2585         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
2586         <link-defines.h>.
2587         (_dl_runtime_profile): Use LR_SIZE to allocate space for
2588         La_x86_64_regs.  Allocate extra space and jump to memory at
2589         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
2590         (save_and_restore_vector_sse): New.
2591         (save_and_restore_vector_avx): Likewise.
2592         (check_avx): Likewise.
2593         (save_and_restore_vector): Likewise.
2594         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
2595         HAVE_AVX_SUPPORT.
2596         * sysdeps/x86_64/link-defines.sym: New file.
2597
2598 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
2599
2600         * elf/do-lookup.h: Removed after folding content into...
2601         * elf/dl-lookup.c: ...here.
2602
2603         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
2604
2605 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
2606
2607         * configure.in: Check for gnu_unique_symbol symbol type.
2608         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
2609         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
2610         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
2611         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
2612         change.
2613         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
2614         unique symbol table.
2615         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
2616         for first namespace.
2617         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
2618         unique symbol hash table.
2619         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
2620         * elf/tst-unique1.c: New file.
2621         * elf/tst-unique1mod1.c: New file.
2622         * elf/tst-unique1mod2.c: New file.
2623         * elf/tst-unique2.c: New file.
2624         * elf/tst-unique2mod1.c: New file.
2625         * elf/tst-unique2mod2.c: New file.
2626
2627 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
2628
2629         * elf/elf.h (STB_GNU_UNIQUE): Define.
2630
2631         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
2632         from...
2633         * include/inline-hashtab.h: ...here.
2634         (htab_expand): Adjust for renamed function.  Correct memory handling.
2635
2636 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
2637
2638         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
2639
2640 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
2641
2642         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
2643         (PPC_FEATURE_HAS_VSX): Likewise.
2644
2645 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
2646
2647         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
2648         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
2649
2650         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
2651         aligned to 16 byte boundaries.
2652         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
2653         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
2654         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2655
2656 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
2657
2658         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
2659         * config.make.in (config-cflags-sse4): New variable.
2660         * configure.in: Substitute libc_cv_cc_sse4.
2661         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
2662         HAVE_SSE4_SUPPORT.
2663         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2664         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
2665         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
2666         * sysdeps/x86_64/multiarch/strcspn.S: New file.
2667         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
2668         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
2669         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
2670         * sysdeps/x86_64/multiarch/strspn.S: New file.
2671
2672 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2673
2674         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
2675         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
2676         (tests): Add tst-audit3 for x86_64.
2677         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
2678         ($(objpfx)tst-audit3): Define.
2679         ($(objpfx)tst-audit3.out): Define.
2680         (tst-audit3-ENV): Define.
2681         * elf/tst-audit3.c: New file.
2682         * elf/tst-auditmod3a.c: New file.
2683         * elf/tst-auditmod3b.c: New file.
2684         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
2685         and restore xmm6.
2686
2687         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
2688         (__stpncpy): Renamed to ...
2689         (STPNCPY): This.
2690         (stpncpy): Create alias only if STPNCPY is not defined.
2691         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
2692         defined.
2693         (strncpy): Renamed to ...
2694         (STRNCPY): This.
2695         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2696          stpncpy-c strncpy-c for string.
2697         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
2698         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
2699         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
2700         * sysdeps/x86_64/multiarch/strcpy.S: New file.
2701         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
2702         * sysdeps/x86_64/multiarch/strncpy.S: New file.
2703
2704 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
2705
2706         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
2707         adding to fast bin list.
2708
2709 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
2710
2711         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
2712         inet_makeaddr.  This worked only with class-based networks.
2713         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
2714         Likewise.
2715
2716         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
2717         recognize all types.
2718         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
2719         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
2720         be in host byte order.
2721
2722 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
2723
2724         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
2725         (MODEL_OFFSET): Define.
2726         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
2727         family and model.
2728         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
2729         out common code into new function get_common_indeces. Determine
2730         extended family and model for Intel processors.
2731
2732 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
2733
2734         * resolv/resolv.h: Define RES_SNGLKUPREOP.
2735         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
2736         option.
2737         * resolv/res_send.c (reopen): New function.  Broken out of...
2738         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
2739         fallback mechanism.  If single-request fails switch to
2740         single-request-reopen mode which opens a new socket for the second
2741         request.
2742
2743 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
2744
2745         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
2746         (CHECK_SP): Use it.
2747
2748 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
2749
2750         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
2751         for saved registers.
2752         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
2753         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
2754         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
2755
2756 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
2757
2758         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
2759
2760 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
2761
2762         * po/id.po: Update from translation team.
2763
2764         * po/bg.po: Update from translation team.
2765
2766 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
2767
2768         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
2769         defined.
2770         (strncmp): Renamed to STRNCMP.
2771         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2772         strncmp-c for string.
2773         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
2774         * sysdeps/x86_64/multiarch/strcmp.S: New file.
2775         * sysdeps/x86_64/multiarch/strncmp.S: New file.
2776         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
2777
2778 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2779
2780         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
2781         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
2782         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
2783         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
2784         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
2785         ifuncmain7static.c.
2786         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
2787         ifuncmain7static, and ifuncmain7picstatic.
2788         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
2789         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
2790         $(objpfx)ifuncmain7pie.out.
2791         (modules-names): Add ifuncmod5 ifuncmod6
2792         (ifuncmod5.so-no-z-defs): Define.
2793         (ifuncmod6.so-no-z-defs): Define.
2794         (CFLAGS-ifuncmain5pic.c): Define.
2795         (CFLAGS-ifuncmain5picstatic.c): Define.
2796         (CFLAGS-ifuncmain5staticpic.c): Define.
2797         (CFLAGS-ifuncdep5pic.c): Define.
2798         (CFLAGS-ifuncmain7pic.c): Define.
2799         (CFLAGS-ifuncmain7picstatic.c): Define.
2800         (CFLAGS-ifuncmain1staticpie.c): Define.
2801         (CFLAGS-ifuncmain5pie.c): Define.
2802         (CFLAGS-ifuncmain6pie.c): Define.
2803         (CFLAGS-ifuncmain7pie.c): Define.
2804         ($(objpfx)ifuncmain1staticpie.out): Define.
2805         ($(objpfx)ifuncmain1staticpie): Define.
2806         ($(objpfx)ifuncmain5pie.out): Define.
2807         ($(objpfx)ifuncmain5pie): Define.
2808         ($(objpfx)ifuncmain6pie.out): Define.
2809         ($(objpfx)ifuncmain6pie): Define.
2810         ($(objpfx)ifuncmain5): Define.
2811         ($(objpfx)ifuncmain5pic): Define.
2812         ($(objpfx)ifuncmain5static): Define.
2813         ($(objpfx)ifuncmain5staticpic): Define.
2814         ($(objpfx)ifuncmain5picstatic): Define.
2815         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
2816         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
2817         ifuncmain6pie.out.
2818         * elf/b/elf/ifuncmain1staticpie.c: New file.
2819         * elf/ifuncdep5.c: New file.
2820         * elf/ifuncdep5pic.c: New file.
2821         * elf/ifuncmain5.c: New file.
2822         * elf/ifuncmain5pic.c: New file.
2823         * elf/ifuncmain5picstatic.c: New file.
2824         * elf/ifuncmain5pie.c: New file.
2825         * elf/ifuncmain5static.c: New file.
2826         * elf/ifuncmain5staticpic.c: New file.
2827         * elf/ifuncmain6pie.c: New file.
2828         * elf/ifuncmain7.c: New file.
2829         * elf/ifuncmain7pic.c: New file.
2830         * elf/ifuncmain7picstatic.c: New file.
2831         * elf/ifuncmain7pie.c: New file.
2832         * elf/ifuncmain7static.c: New file.
2833         * elf/ifuncmod5.c: New file.
2834         * elf/ifuncmod6.c: New file.
2835
2836 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
2837
2838         [BZ #10085]
2839         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
2840         (nss_endgrent): New variable.
2841         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
2842         fields. Change type of files to bool and adjust all users.
2843         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
2844         (internal_endgrent): Call nss_endgrent if necessary.
2845         (add_group): New function.  Broken out of...
2846         (check_and_add_group): ...here.
2847         (getgrent_next_nss): Remove test that any callback is available.
2848         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
2849         callback.  If there is no blacklist we can trust the results returned
2850         by the initgroups_dyn callback.  In case there is a callback and we
2851         find a group entry for the group ID but it doesn't contain the
2852         correct member, switch to the slow mode and use getgrent_r.
2853         (internal_getgrent_r): When we see a +: entry, determine whether
2854         there is any callback and which we can use the initgroups_dyn
2855         callback.
2856
2857 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
2858
2859         * malloc/malloc.c (_int_malloc): Add some consistency checks.
2860         (_int_free): Likewise.
2861
2862         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
2863         AF_IEEE802154.
2864         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2865         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
2866         and ARPHRD_IEEE802154_PHY.
2867
2868         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
2869         relative to generic Linux version.
2870
2871 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
2872
2873         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
2874         ($(objpfx)ifuncmain1vispie): Likewise.
2875
2876 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2877
2878         * login/Makefile: Build pt_chown as PIE.
2879
2880 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
2881
2882         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
2883         a format string.
2884         * elf/sln.c (usage): Likewise.
2885         * malloc/memusage.sh (do_help): Likewise.
2886         * nss/getent.c (more_help): Likewise.
2887         * posix/getconf.c (main): Likewise.
2888         * sunrpc/rpcinfo.c (usage): Likewise.
2889         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2890
2891 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2892
2893         * login/programs/pt_chown.c: Use libcap to drop privileges other than
2894         those needed.
2895         * login/Makefile: If necessary link pt_chown with -lcap.
2896         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
2897         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
2898
2899 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
2900
2901         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
2902         comparisons.
2903         * string/test-memchr.c (do_random_tests): Test very large lengths
2904         as well.
2905
2906 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2907
2908         * Makeconfig (+link-pie): Define.
2909         (+prectorS): Define.
2910         (+postctorS): Define.
2911         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
2912         * nscd/Makefile ($(objpfx)nscd): Likewise.
2913
2914 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
2915
2916         [BZ #10107]
2917         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
2918         with cmplwi.
2919         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
2920
2921 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2922
2923         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
2924         into ...
2925         * sysdeps/unix/grantpt.c: ...here.
2926
2927 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2928
2929         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
2930         chmod if it is necessary.
2931
2932         [BZ #10166]
2933         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
2934         when the slave device is in devpts or devfs.
2935
2936         [BZ #10183]
2937         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
2938
2939         [BZ #10195]
2940         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
2941         of nd_opt_home_agent_info_preference to uint16_t.
2942         Patch by Arnaud Ebalard <arno@natisbad.org>.
2943
2944         [BZ #10207]
2945         * nss/getent.c: Add support for printing gshadow data.
2946
2947         [BZ #10203]
2948         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
2949         not just the currently used one and those which follow.
2950         Patch by Joe Landers <jlanders@vmware.com>.
2951
2952         [BZ #10196]
2953         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
2954         * libio/Makefile: Run tst-fgetwc with necessary envvar.
2955         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
2956
2957         [BZ #10217]
2958         * stdlib/abort.c: Define variable __abort_msg.
2959         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
2960         * include/stdlib.h: Declare __abort_msg.
2961         * assert/assert-perr.c: Don't free buffer for message immediately.
2962         Store atomically in __abort_msg and free old buffer if necessary.
2963         * assert/assert.c: Likewise.
2964         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
2965         store pointer in __abort_msg, and possibly free old string.
2966         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2967
2968         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
2969
2970         [BZ #10211]
2971         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
2972         handle leap seconds if they are available.
2973         Patch by Akinori Hattori <hattya@gentoo.org>.
2974
2975         * timezone/tzselect.ksh: Update from tzcode2009i.
2976         * timezone/zdump.c: Likewise.
2977         * timezone/zic.c: Likewise.
2978
2979         * timezone/africa: Update from tzdata2009i.
2980         * timezone/antarctica: Likewise.
2981         * timezone/asia: Likewise.
2982         * timezone/australasia: Likewise.
2983         * timezone/backward: Likewise.
2984         * timezone/etcetera: Likewise.
2985         * timezone/europe: Likewise.
2986         * timezone/factory: Likewise.
2987         * timezone/iso3166.tab: Likewise.
2988         * timezone/leapseconds: Likewise.
2989         * timezone/northamerica: Likewise.
2990         * timezone/pacificnew: Likewise.
2991         * timezone/solar87: Likewise.
2992         * timezone/solar88: Likewise.
2993         * timezone/solar89: Likewise.
2994         * timezone/southamerica: Likewise.
2995         * timezone/systemv: Likewise.
2996         * timezone/yearistype: Likewise.
2997         * timezone/zone.tab: Likewise.
2998
2999 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
3000
3001         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
3002         STT_GNU_IFUNC symbol or in 8 into type_class.
3003
3004         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
3005         instead of Elf64_Addr.
3006
3007 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
3008
3009         * po/sv.po: Update from translation team.
3010
3011         [BZ #10229]
3012         * misc/sys/select.h (__NFDBITS): Expression should have type int.
3013         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
3014         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
3015         the C version.
3016
3017 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
3018
3019         * Versions.def: Add GLIBC_2.11 for libpthread.
3020
3021 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
3022
3023         * resolv/res_send.c (send_dg): Remember we switched to
3024         single-request mode.
3025
3026 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
3027
3028         * dlfcn/dlfcn.h: Remove comma at end of enum.
3029         Patch by J.H.M. Dassen <rdassen@redhat.com>.
3030
3031         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
3032         parsing mode string.
3033
3034 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
3035
3036         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
3037
3038         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
3039
3040         * sysdeps/x86_64/multiarch/strlen.S: New file.
3041         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
3042         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
3043         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
3044         content.
3045
3046         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
3047         is defined.
3048
3049 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
3050
3051         * sysdeps/x86_64/strlen.S: Minor optimizations.
3052
3053 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
3054
3055         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
3056         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
3057         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
3058         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
3059         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
3060         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
3061         ifuncmain3.c, ifuncmod3.c,.
3062         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
3063         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
3064         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
3065         ifuncmain4picstatic.
3066         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
3067         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
3068         ifuncmain3, ifuncmain4.
3069         (tests): Depend on $(objpfx)ifuncmain1pie.out and
3070         $(objpfx)ifuncmain1vispie.out.
3071         (modules-names): Add ifuncmod1 ifuncmod3.
3072         (generated): Add ifuncmain1pie ifuncmain1pie.out
3073         ifuncmain1vispie ifuncmain1vispie.out.
3074         Define rules to build and run the tests.
3075         * elf/ifuncdep1.c: New file.
3076         * elf/ifuncdep1pic.c: New file.
3077         * elf/ifuncdep2.c: New file.
3078         * elf/ifuncdep2pic.c: New file.
3079         * elf/ifuncmain1.c: New file.
3080         * elf/ifuncmain1pic.c: New file.
3081         * elf/ifuncmain1picstatic.c: New file.
3082         * elf/ifuncmain1pie.c: New file.
3083         * elf/ifuncmain1static.c: New file.
3084         * elf/ifuncmain1staticpic.c: New file.
3085         * elf/ifuncmain1vis.c: New file..
3086         * elf/ifuncmain1vispic.c: New file..
3087         * elf/ifuncmain1vispie.c: New file.
3088         * elf/ifuncmain2.c: New file.
3089         * elf/ifuncmain2pic.c: New file.
3090         * elf/ifuncmain2picstatic.c: New file.
3091         * elf/ifuncmain2static.c: New file.
3092         * elf/ifuncmain3.c: New file.
3093         * elf/ifuncmain4.c: New file.
3094         * elf/ifuncmain4picstatic.c: New file.
3095         * elf/ifuncmain4static.c: New file.
3096         * elf/ifuncmod1.c: New file.
3097         * elf/ifuncmod3.c: New file.
3098
3099 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
3100
3101         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
3102
3103 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
3104
3105         [BZ #10221]
3106         * posix/Makefile (routines): Add execvpe.
3107         * posix/Versions: Export execvpe for GLIBC_2.11.
3108         * posix/execvp.c: Now only a wrapper.  Move code to...
3109         * posix/execvpe.c: ...here.  New file.
3110         * posix/unistd.h: Declare execvpe.
3111
3112 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
3113
3114         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
3115         for STT_GNU_IFUNC handling for efficiency.
3116         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
3117
3118         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
3119         _exit.
3120         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
3121
3122 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
3123
3124         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
3125         for !SHARED.
3126
3127 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
3128
3129         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
3130         is not defined.
3131         (__rela_iplt_start): New declaration.
3132         (__rela_iplt_end): Likewise.
3133         (__rel_iplt_start): Likewise.
3134         (__rel_iplt_end): Likewise.
3135         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
3136         * elf/elf.h (R_386_IRELATIVE): New macro.
3137         (R_X86_64_IRELATIVE): New macro.
3138         (R_386_NUM): Updated.
3139         (R_X86_64_NUM): Likewise.
3140         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
3141         (libc_ifunc_hidden_def): New macro.
3142         * sysdeps/generic/dl-irel.h: New file.
3143         * sysdeps/i386/dl-irel.h: New file.
3144         * sysdeps/x86_64/dl-irel.h: New file.
3145         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
3146         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
3147         Handle R_386_IRELATIVE.
3148         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
3149         (elf_machine_lazy_rela): Likewise.
3150         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
3151         R_X86_64_IRELATIVE.
3152         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
3153
3154 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
3155
3156         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
3157         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
3158         are no differences.  If an architecture has bits in CPUID index 1
3159         meaning different things the values for the COMMON_CPUID_INDEX_1
3160         index must not be set.
3161         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
3162         (HAS_POPCOUNT): ...this.  New macro.
3163         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
3164         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
3165         to set the value for Intel and AMD architectures.
3166         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
3167         INTEL_CPUID_INDEX_1.
3168         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
3169         change.
3170
3171 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
3172
3173         * configure.in: Move AC_CANONICAL_HOST before first use of $host
3174         and $build.
3175
3176 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
3177
3178         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
3179         (__expm1l): Set errno to ERANGE on overflow.
3180         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
3181         (__tanl): Set errno to EDOM for Â±Inf.
3182         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
3183         (__cosl): Set errno to EDOM for Â±Inf.
3184         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
3185         (__sinl): Set errno to EDOM for Â±Inf.
3186
3187         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
3188         defined, use it.
3189         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
3190         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
3191         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
3192
3193 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
3194
3195         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
3196         code accessing it.
3197         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
3198
3199 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
3200
3201         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
3202         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
3203         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
3204         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
3205
3206         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
3207         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
3208         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
3209         defined.
3210         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3211         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3212
3213 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
3214
3215         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
3216         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
3217         is, either do nothing at all if __ASSUME_ACCEPT4, or
3218         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
3219         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
3220         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
3221         define.
3222         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
3223         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
3224         internal_accept4 in socket directory.
3225
3226 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
3227
3228         * sysdeps/ia64/configure.in: New file.
3229
3230 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3231
3232         [BZ #10162]
3233         * sysdeps/ia64/memchr.S: Use speculative load.
3234
3235         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
3236         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
3237         use it.
3238
3239         * sysdeps/i386/__longjmp.S: Add .text.
3240         * sysdeps/x86_64/__longjmp.S: Likewise.
3241
3242 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
3243
3244         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
3245         __ASSUME_ACCEPT4 for IA-64.
3246
3247 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
3248
3249         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
3250
3251         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
3252         (SOCKOP_accept4): Define.
3253
3254 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
3255
3256         Sun approved the change of the license.
3257         * sunrpc/auth_des.c: Replace license text.
3258         * sunrpc/auth_none.c: Likewise.
3259         * sunrpc/auth_unix.c: Likewise.
3260         * sunrpc/authdes_prot.c: Likewise.
3261         * sunrpc/authuxprot.c: Likewise.
3262         * sunrpc/bindrsvprt.c: Likewise.
3263         * sunrpc/clnt_gen.c: Likewise.
3264         * sunrpc/clnt_perr.c: Likewise.
3265         * sunrpc/clnt_raw.c: Likewise.
3266         * sunrpc/clnt_simp.c: Likewise.
3267         * sunrpc/clnt_tcp.c: Likewise.
3268         * sunrpc/clnt_udp.c: Likewise.
3269         * sunrpc/clnt_unix.c: Likewise.
3270         * sunrpc/des_crypt.c: Likewise.
3271         * sunrpc/des_soft.c: Likewise.
3272         * sunrpc/get_myaddr.c: Likewise.
3273         * sunrpc/getrpcport.c: Likewise.
3274         * sunrpc/key_call.c: Likewise.
3275         * sunrpc/key_prot.c: Likewise.
3276         * sunrpc/openchild.c: Likewise.
3277         * sunrpc/pm_getmaps.c: Likewise.
3278         * sunrpc/pm_getport.c: Likewise.
3279         * sunrpc/pmap_clnt.c: Likewise.
3280         * sunrpc/pmap_prot.c: Likewise.
3281         * sunrpc/pmap_prot2.c: Likewise.
3282         * sunrpc/pmap_rmt.c: Likewise.
3283         * sunrpc/rpc/auth.h: Likewise.
3284         * sunrpc/rpc/auth_unix.h: Likewise.
3285         * sunrpc/rpc/clnt.h: Likewise.
3286         * sunrpc/rpc/des_crypt.h: Likewise.
3287         * sunrpc/rpc/key_prot.h: Likewise.
3288         * sunrpc/rpc/netdb.h: Likewise.
3289         * sunrpc/rpc/pmap_clnt.h: Likewise.
3290         * sunrpc/rpc/pmap_prot.h: Likewise.
3291         * sunrpc/rpc/pmap_rmt.h: Likewise.
3292         * sunrpc/rpc/rpc.h: Likewise.
3293         * sunrpc/rpc/rpc_des.h: Likewise.
3294         * sunrpc/rpc/rpc_msg.h: Likewise.
3295         * sunrpc/rpc/svc.h: Likewise.
3296         * sunrpc/rpc/svc_auth.h: Likewise.
3297         * sunrpc/rpc/types.h: Likewise.
3298         * sunrpc/rpc/xdr.h: Likewise.
3299         * sunrpc/rpc_clntout.c: Likewise.
3300         * sunrpc/rpc_cmsg.c: Likewise.
3301         * sunrpc/rpc_common.c: Likewise.
3302         * sunrpc/rpc_cout.c: Likewise.
3303         * sunrpc/rpc_dtable.c: Likewise.
3304         * sunrpc/rpc_hout.c: Likewise.
3305         * sunrpc/rpc_main.c: Likewise.
3306         * sunrpc/rpc_parse.c: Likewise.
3307         * sunrpc/rpc_parse.h: Likewise.
3308         * sunrpc/rpc_prot.c: Likewise.
3309         * sunrpc/rpc_sample.c: Likewise.
3310         * sunrpc/rpc_scan.c: Likewise.
3311         * sunrpc/rpc_scan.h: Likewise.
3312         * sunrpc/rpc_svcout.c: Likewise.
3313         * sunrpc/rpc_tblout.c: Likewise.
3314         * sunrpc/rpc_util.c: Likewise.
3315         * sunrpc/rpc_util.h: Likewise.
3316         * sunrpc/rpcinfo.c: Likewise.
3317         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
3318         * sunrpc/rpcsvc/key_prot.x: Likewise.
3319         * sunrpc/rpcsvc/klm_prot.x: Likewise.
3320         * sunrpc/rpcsvc/mount.x: Likewise.
3321         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
3322         * sunrpc/rpcsvc/rex.x: Likewise.
3323         * sunrpc/rpcsvc/rstat.x: Likewise.
3324         * sunrpc/rpcsvc/rusers.x: Likewise.
3325         * sunrpc/rpcsvc/sm_inter.x: Likewise.
3326         * sunrpc/rpcsvc/spray.x: Likewise.
3327         * sunrpc/rpcsvc/yppasswd.x: Likewise.
3328         * sunrpc/rtime.c: Likewise.
3329         * sunrpc/svc.c: Likewise.
3330         * sunrpc/svc_auth.c: Likewise.
3331         * sunrpc/svc_authux.c: Likewise.
3332         * sunrpc/svc_raw.c: Likewise.
3333         * sunrpc/svc_run.c: Likewise.
3334         * sunrpc/svc_simple.c: Likewise.
3335         * sunrpc/svc_tcp.c: Likewise.
3336         * sunrpc/svc_udp.c: Likewise.
3337         * sunrpc/svc_unix.c: Likewise.
3338         * sunrpc/svcauth_des.c: Likewise.
3339         * sunrpc/xcrypt.c: Likewise.
3340         * sunrpc/xdr.c: Likewise.
3341         * sunrpc/xdr_array.c: Likewise.
3342         * sunrpc/xdr_float.c: Likewise.
3343         * sunrpc/xdr_mem.c: Likewise.
3344         * sunrpc/xdr_rec.c: Likewise.
3345         * sunrpc/xdr_ref.c: Likewise.
3346         * sunrpc/xdr_sizeof.c: Likewise.
3347         * sunrpc/xdr_stdio.c: Likewise.
3348
3349         * po/da.po: Update from translation team.
3350
3351 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3352
3353         * sysdeps/sh/____longjmp_chk.S: New file.
3354         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
3355         * sysdeps/sh/sh4/__longjmp.S: Likewise.
3356
3357 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
3358             Ulrich Drepper  <drepper@redhat.com>
3359
3360         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
3361         (__nscd_cache_search): Assume each entry in the
3362         hash chain needs one hashentry and half of datahead.  Use
3363         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
3364
3365 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
3366
3367         * posix/sys/wait.h: Fix typos.  Pretty printing.
3368         * stdlib/stdlib.h: Likewise.  Correct comments.
3369
3370         [BZ #10159]
3371         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
3372
3373         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
3374         patch.
3375
3376 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3377
3378         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
3379         Use it if we absolutely cannot reach any more correct list elements
3380         because that many do not fit into the currently mapped database.
3381
3382 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
3383
3384         * nscd/nscd_helper.c: Include stddef.h.
3385         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
3386         in a couple of places.  Return NULL if trail is not less than
3387         datasize, don't consider dataheads with length smaller than
3388         offsetof (struct datahead, data) + datalen.
3389         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
3390         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
3391         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3392         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3393         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3394         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3395         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3396
3397         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
3398         Rename ...
3399         (fallocate64): ... to this.
3400         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
3401         Rename ...
3402         (fallocate64): ... to this.
3403         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
3404         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
3405         fallocate64@@GLIBC_2.10.
3406         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
3407         fallocate64@@GLIBC_2.11.
3408         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
3409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
3410         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
3411         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
3412
3413         * nscd/selinux.c (nscd_avc_destroy): Removed.
3414         * nscd/selinux.h (nscd_avc_destroy): Likewise.
3415         * nscd/nscd.c (termination_handler): Don't call
3416         nscd_avc_destroy.
3417
3418 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
3419
3420         * include/atomic.h: Formatting.
3421         (catomic_compare_and_exchange_val_acq): Don't define if already
3422         defined by bits/atomic.h.
3423
3424 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3425
3426         * math/libm-test.inc (expm1_test): Add test for range error.
3427
3428         * Versions.def: Add GLIBC_2.11 for libc.
3429         * debug/Makefile (routines): Add longjmp_chk.
3430         Add rules to build and run tst-longjmp_chk.
3431         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
3432         * debug/longjmp_chk.c: New file.
3433         * debug/tst-longjmp_chk.c: New file.
3434         * include/bits/setjmp2.: New file.
3435         * include/stdio.h: Mark __fortify_fail as internal_function.
3436         * setjmp/Makefile (headers): Add bits/setjmp2.h.
3437         * setjmp/bits/setjmp2.h: New file.
3438         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
3439         of the aliases.
3440         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
3441         defined.
3442         * sysdeps/i386/____longjmp_chk.S: New file.
3443         * sysdeps/x86_64/____longjmp_chk.S: New file.
3444         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
3445         * sysdeps/x86_64/__longjmp.S: Likewise.
3446
3447         * version.h: Bump for 2.11 development.
3448
3449         * elf/check-execstack.c: New file.
3450         * elf/Makefile: Add rules to build and run check-execstack.
3451
3452 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
3453
3454         * version.h (VERSION): Bump to 2.10.1.
3455
3456         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
3457         compatibility functions.
3458         * nss/getXXent_r.c: Likewise.
3459         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
3460         * gshadow/getsgnam_r.c: Likewise.
3461         * gshadow/Version: Remove duplicate entries.
3462
3463         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
3464         for recent processor.
3465         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
3466         Likewise.
3467
3468 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
3469
3470         * version.h (VERSION): Bump for 2.10 release.
3471         * include/features.h (__GLIBC_MINOR__): Bump to 10.
3472
3473         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
3474         same place we add ASFLAGS-config.
3475
3476 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
3477
3478         [BZ #10128]
3479         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
3480         or FORMERR and the other NOERROR, don't raise an error.
3481
3482 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
3483
3484         [BZ #10118]
3485         * Makeconfig (+asflags): New variable based upon ASFLAG or
3486         asflags-cpu.
3487         (ASFLAGS): Add override to set ASFLAGS to +asflags.
3488         * config.make.in (asflags-cpu): Add variable based upon
3489         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
3490         the assembler.
3491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3492         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
3493         recognizes power6 instruction set due to passing -mcpu=power6 from
3494         --with-cpu=power6 when compiling .S files.
3495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3496         Likewise.
3497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3498         Likewise.
3499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3500         Likewise.
3501
3502 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
3503
3504         * string/stratcliff.c (do_test): Test for zero length
3505         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
3506         at the end of the page.
3507
3508 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
3509
3510         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
3511
3512         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
3513         count is zero.
3514
3515         * po/da.po: Update from translation team.
3516
3517 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
3518
3519         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
3520         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
3521
3522 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
3523
3524         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
3525         and READ_IMPLIES_EXEC.
3526
3527 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
3528
3529         * po/da.po: Update from translation team.
3530
3531 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
3532
3533         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
3534         comment change.
3535
3536 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3537
3538         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
3539         to MAP_ANON in PROT_NONE mmap64 call.
3540         (open_archive): Likewise.
3541         (file_data_available_p): Use mmap64 instead of mremap.
3542         (enlarge_archive): Likewise.  Update head if ah->addr changed.
3543         Attempt to reserve address space after mmap64 region.
3544
3545 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
3546
3547         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
3548         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
3549         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3550
3551         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
3552         atanh should set ERANGE.
3553
3554         [BZ #10087]
3555         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
3556         result of lookup to make call to implement STT_GNU_IFUNC.
3557         (_dl_profile_fixup): Likewise.
3558         Patch by H.J. Lu <hjl.tools@gmail.com>.
3559
3560         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
3561         warning.
3562
3563         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
3564         from definition.
3565
3566         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
3567         label if it is not used.
3568
3569         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
3570         of gmon_hist_hdr and gmon_hdr structures and use them.
3571         * elf/sprof.c: Likewise.
3572
3573         * elf/dl-load.c (open_verify): Add temporary variable to avoid
3574         warning.
3575
3576         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
3577
3578         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
3579         to avoid cast.
3580
3581         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
3582         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
3583         to avoid warnings.
3584         (iruserok_af): Use ss_family instead of casts.
3585
3586         * gmon/gmon.c (write_hist): Define real-type variant of
3587         gmon_hist_hdr structure and use it.
3588         (write_gmon): Likewise for gmon_hdr.
3589
3590         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
3591         function if we are not going to define it.
3592         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3593
3594         * inet/inet6_option.c (option_alloc): Add temporary variable to
3595         avoid warning.
3596
3597         * libio/strfile.h (struct _IO_streambuf): Use correct type and
3598         name of VTable element.
3599         * libio/iovsprintf.c: Avoid casts to avoid warnings.
3600         * libio/iovsscanf.c: Likewise.
3601         * libio/vasprintf.c: Likewise.
3602         * libio/vsnprintf.c: Likewise.
3603         * stdio-common/isoc99_vsscanf.c: Likewise.
3604         * stdlib/strfmon_l.c: Likewise.
3605         * debug/vasprintf_chk.c: Likewise.
3606         * debug/vsnprintf_chk.c: Likewise.
3607         * debug/vsprintf_chk.c: Likewise.
3608
3609         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
3610         function pointers.
3611
3612 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
3613
3614         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
3615
3616 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
3617
3618         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
3619
3620         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
3621         * sysdeps/i386/fpu/s_tanf.S: Likewise.
3622         * sysdeps/i386/fpu/s_tanl.S: Likewise.
3623         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3624         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
3625         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
3626         * math/libm-test.inc: Add tests for errno after tan calls with
3627         Â±Inf.
3628
3629         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
3630         errno value vor pow(+-0,neg).
3631         * math/libm-test.inc (pow_test): Add tests for errno value for
3632         pole errors.
3633
3634         * math/w_fmod.c: Also handle x=±Inf as error.
3635         * math/w_fmodf.c: Likewise.
3636         * math/w_fmodl.c: Likewise.
3637         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
3638         x=±Inf or y=0.
3639
3640         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
3641         * sysdeps/i386/fpu/s_cosf.S: Likewise.
3642         * sysdeps/i386/fpu/s_cosl.S: Likewise.
3643         * sysdeps/i386/fpu/s_sin.S: Likewise.
3644         * sysdeps/i386/fpu/s_sinf.S: Likewise.
3645         * sysdeps/i386/fpu/s_sinl.S: Likewise.
3646         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3647         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
3648         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
3649         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
3650         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
3651         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
3652         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
3653         * math/libm-test.inc: Add tests for errno after sin/cos calls with
3654         Â±Inf.
3655
3656         * stdlib/strtod_l.c (round_and_return): We have to set errno to
3657         ERANGE for underflows.
3658         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
3659
3660         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
3661         the 2001 revision.
3662
3663         * libio/tst-widetext.input: Remove surrogates.
3664
3665         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
3666
3667         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
3668         for lgamma should set errno to ERANGE, not EDOM.
3669         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
3670
3671 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3672
3673         [BZ #10093]
3674         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
3675         UTF-16 surrogates.
3676
3677         * locale/programs/locarchive.c (enlarge_archive): Conserve address
3678         space when temporarily mapping the whole content of the old file.
3679
3680         [BZ #10100]
3681         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
3682         not zero.
3683
3684 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
3685
3686         * iconvdata/sjis.c (BODY): Don't advance inptr before
3687         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
3688         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
3689         two byte chars.
3690
3691 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3692
3693         * locale/locarchive.h (struct locarhandle): Rename len field to
3694         mmaped and add new reserved field.
3695         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
3696         (create_archive): Reserve address space and then map file into it.
3697         (open_archive): Likewise.
3698         (file_data_available_p): New function.
3699         (compare_from_file): New function.
3700         (close_archive): Adjust to member name changes.
3701         (add_locale): Before comparing locale data, check it is mapped.
3702         Otherwise fall back to reading from the file.
3703
3704 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
3705
3706         * stdio-common/psiginfo.c: Include <errno.h>.
3707
3708 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3709
3710         [BZ #9920]
3711         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
3712         to get consistency between 32 and 64 bit architectures.
3713
3714         [BZ #10052]
3715         * sysdeps/unix/make-syscalls.sh: Add rule to create target
3716         directory for dummy syscall rules.
3717         Patch by Chris Steinbroner <hesh@pobox.com>.
3718
3719 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
3720
3721         [BZ #10092]
3722         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
3723         MNT_EXPIRE.
3724
3725 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3726
3727         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
3728         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3729
3730 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
3731
3732         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
3733         data from vector to temporary buffer and call PWRITEV after it
3734         instead of vice versa.
3735         * sysdeps/posix/preadv.c: Fix up comment.
3736         * misc/preadv.c: Likewise.
3737         * misc/preadv64.c: Likewise.
3738         * misc/pwritev.c: Likewise.
3739         * misc/pwritev64.c: Likewise.
3740         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
3741
3742 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3743
3744         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
3745
3746         * shadow/Makefile (tests): Add tst-shadow.
3747         * shadow/tst-shadow.c: New file.
3748
3749         [BZ #9955]
3750         * gshadow/Makefile: New file.
3751         * gshadow/Versions: New file.
3752         * gshadow/fgetsgent.c: New file.
3753         * gshadow/fgetsgent_r.c: New file.
3754         * gshadow/getsgent.c: New file.
3755         * gshadow/getsgent_r.c: New file.
3756         * gshadow/getsgnam.c: New file.
3757         * gshadow/getsgnam_r.c: New file.
3758         * gshadow/gshadow.h: New file.
3759         * gshadow/putsgent.c: New file.
3760         * gshadow/sgetsgent.c: New file.
3761         * gshadow/sgetsgent_r.c: New file.
3762         * gshadow/tst-gshadow.c: New file.
3763         * include/gshadow.h: New file.
3764         * Makeconfig (all-subdirs): Add gshadow.
3765         * Makefile (installed-headers): Add gshadow/gshadow.h.
3766         * nss/Makefile (databases): Add sgrp.
3767         * nss/Versions: Add gshadow functions as private exports.
3768         * nss/nsswitch.conf: Add gshadow entry.
3769         * nss/sgrp-lookup.c: New file.
3770         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
3771         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
3772         * nss/nss_files/files-sgrp.c: New file.
3773         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
3774         * sysdeps/unix/sysv/linux/paths.h: Likewise.
3775
3776 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
3777
3778         * stdio-common/printf.h: Add missing const to register_printf_modifier.
3779         * stdio-common/reg-modifier.c: Likewise.
3780
3781 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
3782
3783         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
3784         is no FPU.
3785
3786 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
3787
3788         [BZ #10086]
3789         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
3790         headers up to 2.6.30.
3791
3792         * po/ca.po: Update from translation team.
3793
3794 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
3795
3796         [BZ #10069]
3797         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
3798         an object that uses static TLS if the TLS modid is higher than the
3799         reserve we always allocate.  At least for multi-threaded code.
3800
3801 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
3802
3803         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
3804         Numerically stable check for valid width.
3805
3806         * locale/programs/locarchive.c (open_archive): Map the entire file
3807         and not just the administrative data.
3808         (add_locale): When we find a hash sum match compare the content
3809         to be sure.
3810
3811         * malloc/malloc.c (malloc_info): Output address space information.
3812
3813 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
3814
3815         * malloc/malloc.c (malloc_info): Also output system memory information.
3816
3817         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
3818         architectures have preadv/pwritev in 2.6.30.
3819
3820         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
3821         * sysdeps/posix/readv.c: Likewise.
3822         Reported by Markus Armbruster <armbru@redhat.com>.
3823
3824         * malloc/hooks.c (top_check): Force hook value into register.
3825
3826 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3827
3828         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
3829         calls to _dl_relocate_object.
3830
3831 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3832
3833         [BZ #9957]
3834         * malloc/malloc.c (force_reg): Define.
3835         (sYSMALLOc): Load hook variable into variable
3836         before test and force into register.
3837         (sYSTRIm): Likewise.
3838         (public_mALLOc): Force hook value into register.
3839         (public_fREe): Likewise.
3840         (public_rEALLOc): Likewise.
3841         (public_mEMALIGn): Likewise.
3842         (public_vALLOc): Likewise.
3843         (public_pVALLOc): Likewise.
3844         (public_cALLOc): Likewise.
3845         (__posix_memalign): Likewise.
3846         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
3847         before test and force into register.
3848         * malloc/hooks.c (top_check): Likewise.
3849         (public_sET_STATe): Pretty printing.
3850
3851         * resolv/res_send.c (send_dg): Don't just ignore the result we got
3852         in case we only receive one reply in single-request mode.
3853
3854 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
3855
3856         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
3857         are dlopened in statically linked program even for __LM_ID_CALLER.
3858
3859 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3860
3861         * resolv/res_send.c (send_dg): Don't switch into single-request
3862         mode if we already are in it.
3863
3864 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
3865
3866         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
3867         are always at least 4 bytes in the returned line.
3868
3869 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
3870
3871         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
3872         __libc_use_alloca (8192), if the stack is too small use 512 bytes
3873         instead of 8K.  Stop searching in /proc/stat after hitting first
3874         line not starting with cpu.
3875         (next_line): Truncate too long
3876         lines at buffer size * 3/4 instead of pretending there were line
3877         breaks inside of large lines.
3878
3879 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3880
3881         * sysdeps/x86_64/mp_clz_tab.c: New file.
3882
3883 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
3884             Ulrich Drepper  <drepper@redhat.com>
3885
3886         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
3887         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
3888         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
3889
3890 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
3891
3892         * sysdeps/sh/libc-tls.c: New file.
3893
3894         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
3895
3896 2009-04-14  Roland McGrath  <roland@redhat.com>
3897
3898         * elf/elf.h: Add various missing ARM constants, to match binutils.
3899
3900 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3901
3902         Optimizations from GMP.
3903         * sysdeps/x86_64/add_n.S: New file.
3904         * sysdeps/x86_64/addmul_1.S: New file.
3905         * sysdeps/x86_64/lshift.S: New file.
3906         * sysdeps/x86_64/mul_1.S: New file.
3907         * sysdeps/x86_64/rshift.S: New file.
3908         * sysdeps/x86_64/sub_n.S: New file.
3909         * sysdeps/x86_64/submul_1.S: New file.
3910
3911 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3912
3913         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
3914         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
3915         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
3916         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3917
3918 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3919
3920         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
3921         preadv/pwritev.
3922
3923 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
3924
3925         * sysdeps/x86-64/strrchr.S: New file.
3926
3927 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
3928
3929         * stdio-common/printf.h (struct printf_info): Add user element.
3930         New types printf_arginfo_size_function, printf_va_arg_function.
3931         Declare register_printf_specifier, register_printf_modifier,
3932         register_printf_type.
3933         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
3934         (union printf_arg): Add pa_user element.
3935         Adjust __printf_arginfo_table type.
3936         Add __printf_va_arg_table, __printf_modifier_table,
3937         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
3938         declarations.
3939         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
3940         If registered arginfo call failed try normal specifier.
3941         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
3942         function.
3943         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
3944         * stdio-common/Versions: Export register_printf_modifier,
3945         register_printf_type, and register_printf_specifier for GLIBC_2.10.
3946         * stdio-common/reg-modifier.c: New file.
3947         * stdio-common/reg-type.c: New file.
3948         * stdio-common/reg-printf.c (__register_printf_specifier): New
3949         function.  Mostly the old __register_printf_function function but
3950         uses locking and type of third parameter changed.
3951         (__register_printf_function): Implement using
3952         __register_printf_specifier.
3953         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
3954         calls to arginfo functions.  Allocate enough memory for user-defined
3955         types.  Call new va_arg functions to get user-defined types.
3956         Try installed handlers even for existing format specifiers first.
3957
3958 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
3959
3960         * sysdeps/x86_64/rawmemchr.S: New file.
3961
3962         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
3963         Simplified code and possible copy problem fixed.
3964
3965         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
3966         function if it is not defined.  Add some necessary casts.
3967         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3968
3969         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
3970         have preadv/pwritev in 2.6.30.
3971
3972 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
3973
3974         * malloc/malloc.c (malloc_info): New function.
3975         * malloc/malloc.h: Declare it.
3976         * malloc/Versions: Export malloc_info for GLIBC_2.10.
3977
3978         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
3979         to avoid PLT slot.
3980
3981         * malloc/malloc.c (_int_realloc): Add parameter with old block
3982         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
3983         Adjust all callers.
3984         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
3985
3986 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
3987
3988         * sysdeps/x86_64/strchrnul.S: New file.
3989
3990         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
3991         depending libcrypt on -lfreebl3.
3992
3993         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
3994         preadv/pwritev in 2.6.30.
3995
3996         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
3997         instead of __strcasecmp.
3998
3999         * string/stratcliff.c (do_test): Add memchr tests..
4000         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
4001         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
4002         first read quad word.
4003
4004 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
4005
4006         * string/strverscmp.c (__strverscmp): Fix last cleanups.
4007         * string/tst-svc.input: Add new test case.
4008         * string/tst-svc.expect: Adjust.
4009         * string/Makefile: Don't ignore tst-svc error.
4010
4011         * sysdeps/x86_64/memchr.S: New file.
4012
4013         * resolv/resolv.h (RES_SNGLKUP): Define.
4014         * resolv/res_init.c (res_setoptions): Recognize single-request option.
4015         * resolv/res_send.c (send_dg): If we sent two requests at once and
4016         only get one reply before timeout switch to mode where we send the
4017         second request only after the first answer has been received.
4018
4019 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
4020
4021         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
4022         * sysdeps/x86_64/strchr.S: Likewise.
4023
4024 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
4025
4026         * configure.in: We need to test for the compiler earlier.
4027
4028         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
4029         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
4030         GLIBC_2.10.
4031         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
4032         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
4033         and pwritev.
4034         * misc/preadv.c: New file.
4035         * misc/preadv64.c: New file.
4036         * misc/pwritev.c: New file.
4037         * misc/pwritev64.c: New file.
4038         * sysdeps/posx/preadv.c: New file.
4039         * sysdeps/posx/preadv64.c: New file.
4040         * sysdeps/posx/pwritev.c: New file.
4041         * sysdeps/posx/pwritev64.c: New file.
4042         * sysdeps/unix/sysv/linux/preadv.c: New file.
4043         * sysdeps/unix/sysv/linux/preadv64.c: New file.
4044         * sysdeps/unix/sysv/linux/pwritev.c: New file.
4045         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
4046         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
4047         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
4048
4049         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
4050         compatibility code.
4051         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
4052
4053         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4054         __ASSUME_COMPLETE_READV_WRITEV.
4055         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
4056         with modern kernels.
4057         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4058
4059         * sysdeps/posix/readv.c: Since read is a cancellation point we have
4060         to free a possible malloced buffer in case of cancellation.
4061         * sysdeps/posix/writev.c: Likewise for write.
4062
4063 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
4064
4065         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
4066
4067         * configure.in: Recognize --enable-nss-crypt.
4068         * config.make.in: Add nss-crypt entry.
4069         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
4070         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
4071         and include path for NSS directory to compiler for md5-crypt,
4072         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
4073         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
4074         function implementation, use NSS.  Introduce wrappers around the
4075         hash function calls.  Little code size optimization.
4076         * crypt/sha256-crypt.c: Likewise.
4077         * crypt/sha512-crypt.c: Likewise.
4078         * scripts/check-local-headers.sh: Ignore nss3 directory.
4079
4080         * configure.in: Rename pic_default to libc_cv_pic_default.
4081         * config.make.in: Likewise.
4082
4083 2009-04-01  Roland McGrath  <roland@redhat.com>
4084
4085         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
4086         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
4087         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
4088         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
4089         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
4090         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
4091         (R_SPARC_NUM): Update.
4092         From Dave Miller <davem@davemloft.net>.
4093
4094 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
4095
4096         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
4097
4098 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
4099
4100         * elf/dl-open.c: Keep track of used name spaces and only iterate over
4101         those which are used.
4102         * elf/dl-addr.c: Likewise.
4103         * elf/dl-caller.c: Likewise.
4104         * elf/dl-fini.c: Likewise.
4105         * elf/dl-iteratephdr.c: Likewise.
4106         * elf/dl-libc.c: Likewise.
4107         * elf/dl-load.c: Likewise.
4108         * elf/dl-support.c: Likewise.
4109         * elf/dl-sym.c: Likewise.
4110         * elf/rtld.c: Likewise.
4111         * sysdeps/generic/ldsodefs.h: Likewise.
4112
4113         * elf/dl-load.c: Remove support for systems without MAP_ANON.
4114         * elf/dl-minimal.c: Likewise.
4115         * elf/dl-misc.c: Likewise.
4116         * elf/rtld.c: Likewise.
4117         * sysdeps/generic/ldsodefs.h: Likewise.
4118
4119 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
4120
4121         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
4122         Avoid reuse of complex expression.
4123
4124         * po/fr.po: Update from translation team.
4125
4126 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
4127
4128         * include/dirent.h: Yet more changes to match sort function type
4129         change.
4130         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
4131         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
4132         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
4133
4134 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
4135
4136         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
4137
4138 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
4139
4140         * nscd/connections.c (restart): Try to preserve the process name
4141         by reading the /proc/self/exe symlink and using the return name.
4142         Patch by Jeff Bastian <jbastian@redhat.com>.
4143
4144 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
4145
4146         [BZ #9733]
4147         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
4148         if we are not loading a new audit library.
4149         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
4150         Only use profiling trampoline for auditing if we are not relocating
4151         an audit library.
4152         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
4153         * elf/rtld.c: Likewise.
4154         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
4155
4156         * elf/rtld.c (dl_main): Extend help message for --audit option.
4157
4158         [BZ #9759]
4159         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
4160         alphasort64, versionsort, and versionsort64 to POSIX 2008.
4161         * dirent/alphasort.c: Adjust implementation to type change.
4162         * dirent/alphasort64.c: Likewise.
4163         * dirent/scandir.c: Likewise.
4164         * dirent/versionsort.c: Likewise.
4165         * dirent/versionsort64.c: Likewise.
4166         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
4167         declaration.
4168         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
4169         declaration.
4170
4171         [BZ #9880]
4172         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
4173         correctly.  Set segleft member in output as required.
4174         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4175         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
4176
4177         [BZ #9881]
4178         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
4179         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4180         * inet/Makefile (tests): Add tst-inet6_rth.
4181         * inet/tst-inet6_rth.c: New file.
4182
4183         [BZ #5807]
4184         * string/strlen.c (strlen): Fix omission in the expression to test
4185         for NUL bytes.
4186
4187 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4188
4189         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
4190
4191         * elf/dl-runtime.c (reloc_offset): Define.
4192         (reloc_index): Define.
4193         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
4194         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
4195         computing index from reloc_offset.
4196         (_dl_call_pltexit): Likewise.
4197         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
4198         the relocation index to _dl_fixup.
4199         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
4200         _dl_call_pltexit.
4201         * sysdeps/x86_64/dl-runtime.c: New file.
4202
4203         [BZ #9893]
4204         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
4205         alignment of La_x86_64_regs.  Store xmm parameters.
4206         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
4207
4208         [BZ #9913]
4209         * string/strverscmp.c (__strverscmp): Fix case of different digits
4210         in fractional part of string.
4211         Patch by Jingyu Liu <jyliu@fortinet.com>.
4212         * string/Makefile (tests): Add tst-svc2.
4213         * string/tst-svc2.c: New file.
4214
4215         * string/strverscmp.c (__strverscmp): Optimize size of tables.
4216
4217         * locale/iso-639.def: Add Min Nan.
4218
4219 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4220
4221         [BZ #9948]
4222         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
4223
4224 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4225
4226         * elf/dl-sysdep.c (auxvars): Compress data structure.
4227
4228         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
4229         STT_GNU_IFUNC handling.
4230         (elf_machine_rela): Likewise.
4231
4232 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
4233
4234         * config.h.in (USE_MULTIARCH): Define.
4235         * configure.in: Handle --enable-multi-arch.
4236         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
4237         (_dl_fixup_profile): Likewise.
4238         * elf/do-lookup.c (dl_lookup_x): Likewise.
4239         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
4240         * elf/elf.h (STT_GNU_IFUNC): Define.
4241         * include/libc-symbols.h (libc_ifunc): Define.
4242         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
4243         framework in init-arch.h to get CPUID values.
4244         * sysdeps/x86_64/multiarch/Makefile: New file.
4245         * sysdeps/x86_64/multiarch/init-arch.c: New file.
4246         * sysdeps/x86_64/multiarch/init-arch.h: New file.
4247         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
4248
4249         * config.make.in (experimental-malloc): Define.
4250         * configure.in: Handle --enable-experimental-malloc.
4251         * malloc/Makefile: Handle experimental-malloc flag.
4252         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
4253         * malloc/arena.c: Likewise.
4254         * malloc/hooks.c: Likewise.
4255         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
4256
4257 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
4258
4259         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
4260         prediction.  A few size optimizations.
4261
4262 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4263
4264         * time/tzset.c: Optimize a bit for size.
4265
4266 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4267
4268         * include/stdio.h (fmemopen): Add libc_hidden_proto.
4269         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
4270
4271         * elf/sprof.c: Avoid warning about multi-line comment.
4272
4273 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4274
4275         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
4276         DST name.
4277         * time/tst-posixtz.c: Add tests for quoted timezone names.
4278
4279 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4280
4281         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
4282         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
4283         200809L instead of 200112L.
4284         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
4285         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
4286
4287         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
4288         instead of __quick_exit_funcs to __run_exit_handlers.
4289         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
4290         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
4291         (__cxa_at_quick_exit): Remove attribute_hidden.
4292         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
4293         to __run_exit_handlers.
4294         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
4295         attribute_hidden.
4296
4297 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4298
4299         * po/id.po: Update from translation team.
4300
4301 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
4302
4303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
4304         .machine push; .machine "power6" and .machine pop around mtfsf
4305         insns outside of _ARCH_PWR6 define.
4306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
4307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
4308         Likewise.
4309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
4310         Likewise.
4311         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
4312         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
4313         relax_fenv_state): Likewise.
4314
4315 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
4316
4317         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
4318         cxa_at_quick_exit.
4319         (static-only-routines): Add at_quick_exit.
4320         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
4321         GLIBC_2.10.
4322         * stdlib/quick_exit.c: New file.
4323         * stdlib/at_quick_exit.c: New file.
4324         * stdlib/cxa_at_quick_exit.c: New file.
4325         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
4326         it appropriately.
4327         (__internal_atexit): New function.
4328         (__new_exitfn): Now takes parameter to point to the list to use.
4329         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
4330         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
4331         (exit): ...here.  Just call __run_exit_handlers appropriately.
4332         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
4333         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
4334         * stdlib/on_exit.c: Adjust call to __new_exitfn.
4335         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
4336
4337         * po/id.po: Update from translation team.
4338
4339 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
4340
4341         * po/ru.po: Update from translation team.
4342
4343 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
4344
4345         * po/nl.po: Update from translation team.
4346
4347 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
4348
4349         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
4350         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4351         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4352         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4353         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4354         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4355         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4356
4357         * po/pl.po: Update from translation team.
4358
4359 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4360
4361         [BZ #7083]
4362         * sysdeps/unix/sysv/linux/fallocate.c: New file.
4363         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
4364         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
4365         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
4366         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
4367         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
4368         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
4369         for GLIBC_2.10.
4370         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
4371         Add fallocate and fallocate64.
4372
4373         * io/fcntl.h: Pretty printing.
4374
4375 2009-03-02  Richard Guenther  <rguenther@suse.de>
4376
4377         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
4378         attribute also for non-C99 inline semantics variant.
4379
4380 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4381
4382         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
4383         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
4384         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
4385         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
4386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
4387         Likewise.
4388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
4389         Likewise.
4390
4391 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4392
4393         * po/cs.po: Update from translation team.
4394
4395 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
4396
4397         * po/bg.po: Update from translation team.
4398         * po/sv.po: Likewise.
4399         * po/fi.po: Likewise.
4400         * po/vi.po: Likewise.
4401
4402 2009-02-27  Roland McGrath  <roland@redhat.com>
4403
4404         * Makeconfig (%.v.i): Depend on Makeconfig.
4405         Exclude % lines from initial #-comment removal.
4406
4407 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
4408
4409         * po/ko.po: Update from translation team.
4410
4411 2009-02-26  Roland McGrath  <roland@redhat.com>
4412
4413         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
4414         avoids unused warning.
4415
4416 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
4417             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
4418
4419         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
4420         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
4421         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
4422         and asm/user.h.  Include asm/ptrace.h.
4423         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
4424         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
4425         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
4426         Undefine.
4427         (start_thread): Don't undefine.
4428         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
4429         Define.
4430
4431 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
4432
4433         * wctype/wctype.h: The *_l functions are in POSIX 2008.
4434         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
4435         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
4436         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
4437         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
4438         200112L to 200809L.
4439         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
4440         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4441         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
4442         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4443         _SC_THREAD_ROBUST_PRIO_PROTECT.
4444         * posix/unistd.h: fexecve is in POSIX 2008.
4445         * time/time.h: strftime_l is in POSIX 2008.
4446         * io/sys/stat.h: futimens is in POSIX 2008.
4447         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
4448         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
4449         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
4450         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
4451         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
4452         open_memstream, and vdprintf are in POSIX 2008.
4453
4454 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
4455
4456         * include/features.h: Define macros for XPG7/POSIX 2008.
4457         * ctype/ctype.h: The *_l functions are in POSIX 2008.
4458         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
4459         POSIX 2008.
4460         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
4461         * locale/xlocale.h: Define locale_t type.
4462         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
4463         in POSIX 2008.  Don't define locale_t here.
4464         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
4465         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
4466         UTIME_OMIT only with __USE_ATFILE.
4467         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
4468         * stdio-common/psiginfo.c: New file.
4469         * stdio-common/psiginfo-data.h: New file.
4470         * stdio-common/psiginfo-define.h: New file.
4471         * stdio-common/Makefile (routines): Add psiginfo.
4472         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
4473         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4474         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
4475         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4476         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4477         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
4478         * io/sys/stat.h: Move mknodat definition into same conditional as
4479         mknod.
4480         * time/sys/time.h: futimesat is not among the functions accepted
4481         into the POSIX standard.
4482
4483         * include/features.h: If no feature selection given and we select
4484         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
4485         * posix/Versions: Export __posix_getopt.
4486         * posix/getopt.c (_getopt_initialize): Take additional parameter.
4487         Use it to alternatively initialize __posixly_correct.
4488         (_getopt_internal_r): Take addition parameter.  Pass on to
4489         _getopt_initialize.
4490         (_getopt_internal): Take addition parameter.  Pass on to
4491         _getopt_internal_r.
4492         (getopt): Pass additional zero to _getopt_internal.
4493         (__posix_getopt): New function.
4494         * posix/getopt.h: Add redirection for getopt.
4495         * posix/getopt1.c (getopt_long): Pass additional zero to
4496         _getopt_internal.
4497         (getopt_long_only): Likewise.
4498         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
4499         (_getopt_long_only_r): Likewise.
4500         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
4501         _getopt_internal_r.
4502
4503 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4504
4505         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
4506         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4507         * sysdeps/posix/sysconf.c (__sysconf): Handle
4508         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
4509         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4510
4511 2009-02-24  Roland McGrath  <roland@redhat.com>
4512
4513         [BZ #9895]
4514         * README.template: Reworded not to use substituted version number.
4515         Renamed to ...
4516         * README: ... here (no longer generated).
4517         * Makefile (README): Target removed.
4518
4519 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4520
4521         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
4522         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
4523         instead.
4524
4525         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
4526
4527         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
4528
4529 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
4530
4531         * po/bg.po: Update from translation team.
4532
4533 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
4534
4535         * stdlib/monetary.h: Uglify function parameter names.
4536         * sunrpc/rpc/pmap_clnt.h: Likewise.
4537         * sunrpc/rpc/svc.h: Likewise.
4538         * sunrpc/rpc/xdr.h: Likewise.
4539         * sunrpc/rpc/clnt.h: Likewise.
4540         * resolv/netdb.h: Likewise.
4541         * resolv/arpa/nameser.h: Likewise.
4542         * resolv/resolv.h: Likewise.
4543         * argp/argp.h: Likewise.
4544         * locale/langinfo.h: Likewise.
4545         * io/sys/stat.h: Likewise.
4546         * posix/spawn.h: Likewise.
4547         * nis/rpcsvc/nislib.h: Likewise.
4548         * malloc/obstack.h: Likewise.
4549         * sysdeps/ia64/bits/link.h: Likewise.
4550         * sysdeps/i386/bits/link.h: Likewise.
4551         * sysdeps/s390/bits/link.h: Likewise.
4552         * sysdeps/powerpc/bits/link.h: Likewise.
4553         * sysdeps/x86_64/bits/link.h: Likewise.
4554         * sysdeps/sparc/bits/link.h: Likewise.
4555         * sysdeps/sh/bits/link.h: Likewise.
4556         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
4557         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
4558         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
4559         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4560
4561 2008-12-01  Fredrik Unger  <fred@tree.se>
4562
4563         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
4564         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
4565         _FP_UNPACK_RAW_2, fix up first argument.
4566
4567 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
4568
4569         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
4570         (GET_NPROCS_PARSER): Change parameters and use next_line.
4571         (__get_nprocs): Rewrite to not use stdio routines.
4572         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
4573         Change parameters and use next_line.
4574
4575 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
4576
4577         [BZ #5381]
4578         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
4579         Change mempool_alloc prototype.
4580         * nscd/mem.c (gc): Don't handle mem_in_flight.
4581         (mempool_alloc): Third parameter now only indicates whether this is the
4582         first call (to allocate data) or not.  If it is, get db rdlock.
4583         Release it on error.  Don't handle mem_in_flight.
4584         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
4585         Adjust third parameter of mempool_alloc calls.
4586         Nothing to do here in case mempool_alloc fails.
4587         Avoid local variable shadowing parameter.  No need to get db rdlock
4588         before calling cache_add.
4589         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
4590         no mem_in_flight array anymore.
4591         * nscd/connections.c: Remove definition and handling of mem_in_flight.
4592         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
4593         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
4594         in case mempool_alloc fails. No need to get db rdlock before calling
4595         cache_add.
4596         * nscd/hstcache.c (cache_addhst): Likewise.
4597         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4598         * nscd/servicescache.c (cache_addserv): Likewise.
4599         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
4600
4601 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
4602
4603         * po/lt.po: Update from translation team.
4604
4605 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
4606
4607         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
4608         defined, allow additional data to be added using the optional
4609         MORE_ELF_HEADER_DATA macro.
4610         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
4611         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
4612
4613 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
4614
4615         * include/atomic.h: Define catomic_and if not already defined.
4616         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
4617         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4618
4619 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
4620
4621         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
4622         Change all callers.
4623         (_int_realloc): Likewise.  Third argument is now padded size
4624         All _int_* functions are now static.
4625
4626         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
4627         * malloc/arena.c: Likewise.
4628         * include/malloc.h: Remove now unnecessary declarations of the _int_*
4629         functions.
4630
4631         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
4632         easily.
4633
4634         * malloc/malloc.c: Add branch prediction for use of the hooks.
4635
4636         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
4637
4638 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4639
4640         [BZ #7095]
4641         * bits/confname.h: Add SUSv7 macros for getconf environments.
4642         * bits/environments.h: Likewise.
4643         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
4644         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
4645         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
4646         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
4647         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
4648         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
4649         * posix/getconf.c: Likewise.
4650         * posix/sysconf.c: Likewise.
4651         * sysdeps/posix/sysconf.c: Likewise.
4652         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
4653         environments.
4654
4655 2009-01-16  Petr Baudis  <pasky@suse.cz>
4656
4657         [BZ #9753]
4658         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
4659         even if we currently have zero nscount.
4660
4661 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4662
4663         [BZ #9781]
4664         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
4665         the input line is too long.
4666
4667         * po/Makefile (libc.pot): Add f_print as function taking c-format
4668         parameter.
4669
4670         * debug/xtrace.sh: Unify translatable messages.
4671         * elf/ldd.bash.in: Likewise.
4672         * elf/sprof.c: Likewise.
4673         * locale/programs/locale.c: Likewise.
4674         * malloc/memusage.sh: Likewise.
4675         * nss/getent.c: Likewise.
4676
4677 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
4678
4679         * debug/pcprofiledump.c (print_version,
4680         argp_program_version_hook): New function.
4681         * elf/ldconfig.c (more_help): New function.
4682         (argp): Use it.
4683         * elf/sln.c (usage): New function.
4684         (main): Support --help and --version.
4685         * malloc/memusagestat.c (print_version): New function.
4686         (argp_program_version_hook): New variable.
4687         * nscd/nscd.c (more_help): New function.
4688         (argp): Use it.
4689         * posix/getconf.c (main): Send --version output to stdout.
4690         Support --help.
4691         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
4692         arguments.  All callers changed.
4693         (print_version): New function.
4694         (parseargs): Support --help and --version.
4695         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
4696         changed.
4697         (print_version): New function.
4698         (main): Use getopt_long.  Support --help and --version.
4699         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
4700         --version.
4701
4702 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4703
4704         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
4705         (update_data): Fix handling of wrapping back
4706         to the beginning of the buffer.
4707
4708         [BZ #9823]
4709         * stdio-common/psignal.c (psignal): Fix test for empty string.
4710
4711 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
4712
4713         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
4714         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
4715         move _null_auth to .rodata.
4716
4717         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
4718         value of 24.
4719
4720         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
4721
4722         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
4723         today than when the original code was written.  Use larger
4724         buffers.  This also makes it unnecessary to have stat information,
4725         if this causes extra efforts.
4726         (__opendir): In case O_DIRECTORY works, don't call fstat just for
4727         __alloc_dir.
4728
4729 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
4730
4731         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
4732         is set.
4733         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
4734         * sysdeps/sh/sh4/__longjmp.S: Likewise.
4735         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
4736         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
4737         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
4738         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
4739
4740 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4741
4742         * po/ru.po: Update from translation team.
4743
4744 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4745
4746         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
4747         Add _tid slot to maintain consistency with kernel.
4748
4749 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4750
4751         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
4752         incomplete characters at end of input buffer.
4753         * libio/Makefile (tests): Add tst-fgetwc.
4754         * libio/tst-fgetwc.c: New file.
4755         * libio/tst-fgetwc.input: New file.
4756
4757 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
4758
4759         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
4760
4761 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
4762
4763         [BZ #9793]
4764         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
4765         *OUTBUFSTART unless the whole output fit into the buffer.
4766         * iconv/Makefile (tests): Add tst-iconv4.
4767         * iconv/tst-iconv4.c: New file.
4768
4769 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
4770
4771         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
4772         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4773
4774 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
4775
4776         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
4777         newer linker scripts.
4778
4779 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4780
4781         [BZ #7040]
4782         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
4783         inotify_rm_watch should have type int.
4784
4785 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
4786
4787         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4788         Make aligned_restore_vmx a local symbol.
4789         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
4790         Likewise.
4791
4792 2009-01-30  Andreas Jaeger  <aj@suse.de>
4793
4794         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
4795         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
4796         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
4797         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
4798         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
4799         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
4800         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
4801
4802 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
4803
4804         [BZ #9726]
4805         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
4806         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
4807
4808 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
4809
4810         [BZ #9726]
4811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4812         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4814         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4815
4816 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
4817
4818         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
4819         memcpy instead of memcmp.
4820         (_dl_setup_pointer_guard): Likewise.
4821
4822 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4823
4824         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
4825         manipulated brk, use malloc_printerr.
4826         * misc/sbrk.c (__sbrk): Better error handling for nonsense
4827         requests.
4828
4829 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
4830
4831         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
4832         rindex): For C++ add inlines so that they can be recognized as
4833         builtins.
4834         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
4835
4836 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4837             Jakub Jelinek  <jakub@redhat.com>
4838
4839         * string/string.h: Define correct C++ prototypes for gcc 4.4.
4840         * wcsmbs/wchar.h: Likewise.
4841
4842 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4843
4844         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
4845         (stackinfo_sub_sp): Define.
4846
4847 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4848
4849         [BZ #9750]
4850         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
4851         * include/alloca.h (alloca_account): Define.
4852         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
4853         (stackinfo_sub_sp): Define.
4854
4855         * nscd/connections.c (nscd_init): If database file access fails
4856         check whether this is due to permission problems and bail in that
4857         case.
4858
4859         [BZ #9741]
4860         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
4861         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
4862
4863 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4864
4865         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
4866         Add "t" to clobber list.
4867         (INTERNAL_SYSCALL_NCS): Likewise.
4868
4869 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4870
4871         * nss/getent.c (print_networks): Don't print comma between aliases.
4872
4873 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
4874
4875         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
4876
4877         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
4878         the hash table.
4879         * misc/Makefile (tests): Add bug-hsearch1.
4880         * misc/bug-hsearch1.c: New file.
4881
4882 2009-01-22  Roland McGrath  <roland@redhat.com>
4883
4884         * Makeconfig (%.v.i): Strip trailing # comments,
4885         not only whole-line comments.
4886
4887 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
4888
4889         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
4890         one parameter.  If non-NULL use it to initialize return value.
4891         (_dl_setup_pointer_guard): New function.
4892         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4893         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
4894         * elf/rtld.c (security_init): Pass _dl_random to
4895         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
4896         pointer_chk_guard.
4897         * elf/dl-sysdep.c (_dl_random): New variable.
4898         (_dl_sysdep_start): Handle AT_RANDOM.
4899         (_dl_show_auxv): Likewise.
4900         * elf/dl-support.c (_dl_random): New variable.
4901         (_dl_aux_init): Handle AT_RANDOM.
4902         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
4903         to _dl_setup_stack_chk_guard.
4904
4905         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
4906
4907 2009-01-10  Roland McGrath  <roland@redhat.com>
4908
4909         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
4910
4911 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
4912
4913         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
4914
4915         [BZ #9706]
4916         * nss/nss_files/files-parse.c (strtou32): New function.
4917         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
4918         across 32-bit and 64-bit platforms.
4919         (INT_FIELD_MAYBE_NULL): Likewise.
4920
4921 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
4922
4923         [BZ #9720]
4924         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
4925         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
4926         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
4927         Likewise.
4928
4929 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
4930
4931         [BZ #697]
4932         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4933         being NULL also if there are no backreferences.
4934         * posix/rxspencer/tests: Add testcases.
4935
4936 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
4937
4938         [BZ #9697]
4939         * posix/bug-regex17.c: Add testcases.
4940         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4941         handling.
4942
4943 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4944
4945         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
4946         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
4947         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
4948         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
4949         for elf subdir.
4950         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
4951         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
4952         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
4953         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
4954         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4955         * sysdeps/unix/sysv/linux/s390/Versions: New file.
4956
4957 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
4958
4959         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4960         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4961         re_string_skip_chars, re_string_reconstruct): Likewise.
4962         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4963
4964 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
4965
4966         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
4967         adjust the buffer alignment.
4968
4969 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4970
4971         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
4972         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
4973         net/route.h.
4974
4975         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
4976         flavor to description only when flavor is not NULL.
4977
4978         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
4979         mutex after SIGIO/SIGURG lookup loop.
4980
4981 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4982
4983         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
4984
4985 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
4986
4987         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
4988         handling.
4989
4990 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
4991
4992         * sysdeps/unix/sysv/linux/kernel-features.h
4993         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
4994
4995         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
4996         if no output is written.
4997
4998         * version.h: Bump to 2.10 development.
4999
5000         * posix/getconf.c: Update copyright year.
5001         * nss/getent.c: Likewise.
5002         * iconv/iconvconfig.c: Likewise.
5003         * iconv/iconv_prog.c: Likewise.
5004         * elf/ldconfig.c: Likewise.
5005         * catgets/gencat.c: Likewise.
5006         * csu/version.c: Likewise.
5007         * elf/ldd.bash.in: Likewise.
5008         * elf/sprof.c (print_version): Likewise.
5009         * locale/programs/locale.c: Likewise.
5010         * locale/programs/localedef.c: Likewise.
5011         * nscd/nscd.c (print_version): Likewise.
5012         * debug/xtrace.sh: Likewise.
5013         * malloc/memusage.sh: Likewise.
5014         * malloc/mtrace.pl: Likewise.
5015         * debug/catchsegv.sh: Likewise.
5016
5017 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
5018
5019         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
5020         script.
5021
5022 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
5023
5024         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
5025         gethostbyname4_r function call succeeded, just leave the loop.
5026
5027         [BZ #9694]
5028         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
5029         very end.
5030         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
5031         * wctype/Makefile (tests): Add bug-wctypeh.
5032         * wctype/bug-wctypeh.c: New file.
5033
5034         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
5035         LOCALDOMAIN is defined.
5036         * nscd/nscd_getai.c (__nscd_getai): Likewise.
5037
5038         * sysdeps/x86_64/bits/select.h: New file.
5039
5040         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
5041
5042 2008-12-21  Bruno Haible  <bruno@clisp.org>
5043
5044         [BZ #9677]
5045         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
5046         if no output is written.
5047
5048 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
5049
5050         * login/utmp_file.c (pututline_file): Replace call to dup2 with
5051         libc internal symbol __dup2 to avoid access through the PLT.
5052
5053 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
5054
5055         [BZ #6545]
5056         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
5057         available only for __USE_GNU.
5058
5059         * inet/Makefile (tests): Add tst-getni2.
5060         * inet/tst-getni2.c: New file.
5061
5062         [BZ #7080]
5063         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
5064         NULL when NI_NAMEREQD is set.
5065         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
5066         * inet/Makefile (tests): Add tst-getni1.
5067         * inet/tst-getni1.c: New file.
5068
5069 2008-12-03  Petr Baudis  <pasky@suse.cz>
5070
5071         [BZ #7067]
5072         * nscd/connections.c (invalidate_cache): Use prune_run_lock
5073         instead of prune_lock.
5074         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
5075         * nscd/nscd.h (database_dyn): Add prune_run_cache.
5076
5077 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
5078
5079         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
5080         use.
5081
5082         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
5083         handling.
5084
5085         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
5086         after reading name server list.
5087
5088         [BZ #7058]
5089         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
5090         handling for host name aliases.
5091
5092 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
5093
5094         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
5095         instead of doing things manually.
5096
5097 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
5098
5099         * posix/regex_internal.h (build_wcs_upper_buffer):
5100         Return type is reg_error_t.
5101
5102 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
5103
5104         * posix/globtest.sh: Use mktemp to create temporary file and
5105         directory.
5106
5107         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
5108         sets correctly.
5109         (__CPU_CLR_S): Likewise.
5110         (__CPU_ISSET_S): Likewise.
5111
5112 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
5113             Ulrich Drepper  <drepper@redhat.com>
5114
5115         * scripts/firstversion.awk: Use custom comparison function to compare
5116         version numbers.
5117         * scripts/versions.awk: Use sort invocation which can handle
5118         multi-digit sub-version numbers.
5119
5120 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
5121
5122         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
5123         * locale/iso-639.def: Add Chhattisgarhi entry.
5124
5125 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
5126
5127         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
5128         ESRCH return value.
5129         (_nss_dns_gethostbyname4_r): Likewise.
5130         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
5131         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
5132         gethostbyname4_r, we don't have a separate IPv6 status, so copy
5133         the no_data variable.
5134
5135         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
5136         information at the correct index.
5137
5138         * socket/sys/socket.h: Declare accept4.
5139         * socket/accept4.c: New file.
5140         * sysdeps/unix/sysv/linux/accept4.c: New file.
5141         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
5142         * socket/Makefile (routines): Add accept4.
5143         * socket/Versions: Export accept4 with version GLIBC_2.10.
5144         * socket/paccept.c: Removed.
5145         * sysdeps/unix/sysv/linux/paccept.c: Removed.
5146         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
5147         * Versions.def: Define GLIBC_2.10 for libc.
5148         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
5149
5150         * nscd/connections.c: Use accept4.
5151
5152         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
5153
5154 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
5155
5156         * resolv/res_send.c (send_dg): Create sockets with non-blocking
5157         flag already set.
5158
5159         * stdlib/setenv.c (unsetenv): Don't search environment if it does
5160         not exist.
5161         * stdlib/Makefile (tests): Add tst-unsetenv1.
5162         * stdlib/tst-unsetenv1.c: New file.
5163
5164 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
5165
5166         * login/utmp_file.c (file_writable): New variable.
5167         (setutent_file): Don't try to open file for writing.
5168         (pututline_file): Before writing, make descriptor writable if
5169         necessary.
5170
5171 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
5172
5173         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
5174         to IPv4 or IPv6 if an interface has been found.
5175
5176 2008-11-26  Roland McGrath  <roland@redhat.com>
5177
5178         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
5179         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
5180
5181         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
5182         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
5183         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
5184
5185         * elf/elf.h (NT_386_IOPERM): New macro.
5186         (NT_PPC_VSX): New macro.
5187
5188 2008-11-25  Roland McGrath  <roland@redhat.com>
5189
5190         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
5191         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
5192         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
5193         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
5194         Subdirectories moved to ports repository.
5195         * configure.in (base_machine): Remove alpha case.
5196
5197 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
5198
5199         * sysdeps/mach/strerror_l.c: New file.
5200
5201 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
5202
5203         [BZ #6411]
5204         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
5205         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
5206         magic numbers.
5207         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
5208         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
5209         (relax_fenv_state): Same as above.
5210         (FPSCR_29): Reserve bit in ISA 2.05.
5211         (FPSCR_NI): Provide define for compat.
5212         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
5213         magic numbers.
5214         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
5215         magic numbers.
5216         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
5217         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
5218         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
5219         access to hwcap to account for hwcap size increase to uint64_t.
5220         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
5221         Likewise.
5222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
5223         (*setcontext): Likewise.
5224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
5225         New file.
5226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
5227         New file.
5228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
5229         (*setcontext): dynamically select mtfsf insn based on
5230         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
5231         increase to uint64_t.
5232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
5233         (*swapcontext): dynamically select mtfsf insn based on
5234         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
5235         increase to uint64_t.
5236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
5237         New file.
5238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
5239         New file.
5240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
5241         (*setcontext): dynamically select mtfsf insn based on
5242         PPC_FEATURE_HAS_DFP.
5243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
5244         (*swapcontext): dynamically select mtfsf insn based on
5245         PPC_FEATURE_HAS_DFP.
5246
5247 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
5248
5249         * version.h: Bump for 2.9 release.
5250         * include/features.h (__GLIBC_MINOR__): Bump to 9.
5251
5252         [BZ #7029]
5253         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
5254         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
5255         all the rounding.
5256
5257 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
5258
5259         [BZ #7009]
5260         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
5261         unknown request types for now.
5262
5263 2008-11-11  Roland McGrath  <roland@redhat.com>
5264
5265         * sysdeps/x86_64/configure: New file.
5266
5267         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
5268         * configure: Regenerated.
5269
5270 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5271
5272         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
5273         correct instruction to remove the stack frame.
5274
5275 2008-11-03  Michael Matz  <matz@suse.de>
5276
5277         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
5278         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
5279
5280 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
5281
5282         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
5283         Remove.
5284
5285         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
5286         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
5287         of the thread variable instead of void *.
5288         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
5289         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
5290         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5291         __libc_tsd_define arguments.
5292         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
5293         __libc_tsd_address arguments.  Remove union hack.
5294         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
5295         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
5296         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
5297         Adjust __libc_tsd_{set,get} arguments.
5298         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5299         __libc_tsd_define arguments.
5300         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
5301         arguments.
5302         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
5303         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
5304         (LOCALE): Adjust __libc_tsd_define arguments.
5305         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
5306         arguments.
5307         (LOCALE): Adjust __libc_tsd_define arguments.
5308         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
5309         arguments.
5310         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
5311         arguments.
5312
5313 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
5314
5315         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
5316         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5317
5318 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
5319
5320         [BZ #6966]
5321         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
5322
5323 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
5324             Ulrich Drepper  <drepper@redhat.com>
5325
5326         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
5327         definition for GCC 3.1 and later.
5328
5329 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
5330
5331         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
5332         refetch dtv, as it might have changed.
5333         * elf/Makefile: Add rules to build and run tst-tls18.
5334         * elf/tst-tls18.c: New test.
5335         * elf/tst-tlsmod18a.c: New file.
5336
5337 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
5338
5339         [BZ #6875]
5340         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
5341
5342 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5343
5344         [BZ #6867]
5345         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
5346
5347         [BZ #6919]
5348         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
5349         Fix length of copy operation.
5350
5351 2008-10-02  Pierre Habouzit <madcoder@debian.org>
5352
5353         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
5354         and fix its calling convention.
5355
5356 2008-10-07  Andreas Schwab  <schwab@suse.de>
5357
5358         [BZ #6942]
5359         * resolv/res_send.c (send_vc): Fix last change.
5360         (send_dg): Align here as well.
5361
5362 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5363
5364         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
5365         return value in case rlimit is RLIM_INFINITY.
5366
5367         [BZ #6947]
5368         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
5369         for UL_SETFSIZE.
5370         * resource/Makefile (tests): Add bug-ulimit1.
5371         * resource/bug-ulimit1.c: New file.
5372
5373         [BZ #6974]
5374         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
5375         without dot.  Properly terminate the string with a null byte.
5376         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
5377
5378         [BZ #6980]
5379         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
5380         negative sizees.
5381         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
5382         negative __size.
5383
5384         [BZ #6995]
5385         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
5386
5387 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
5388
5389         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
5390         abort if there is no initgroups_dyn function.
5391
5392         * resolv/res_send.c (send_dg): On timeout, only return nonzero
5393         result if any of the queries really provided an answer.
5394
5395 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
5396
5397         * po/lt.po: Update from translation team.
5398
5399 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
5400
5401         * po/id.po: Update from translation team.
5402
5403 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
5404
5405         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
5406         Fix tests for existence of second reply.
5407
5408 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
5409
5410         * po/id.po: New file.
5411         Contributed by the Indonesian translation team.
5412
5413 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
5414
5415         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
5416         initialization.
5417
5418 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
5419
5420         * elf/Makefile: Add rules to build and run tst-tls17.
5421         * elf/tst-tls17.c: New test.
5422         * elf/tst-tlsmod17a.c: New file.
5423         * elf/tst-tlsmod17b.c: Likewise.
5424
5425 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
5426
5427         * stdlib/divmod_1.c: Use correct type for dummy variable.
5428         * stdlib/mod_1.c: Likewise.
5429
5430 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
5431
5432         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
5433
5434 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
5435
5436         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
5437         __nonnull order for C++.
5438         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
5439         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
5440
5441 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
5442
5443         * stdlib/longlong.h: Update from GCC.
5444
5445 2008-10-09  Jakub Jelinek <jakub@redhat.com>
5446             David S. Miller  <davem@davemloft.net>
5447
5448         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
5449         make sure any registers used with 64-bit 'branch-on-register'
5450         instructions have their top 32-bits clear.
5451         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
5452         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
5453
5454 2008-09-18  Andreas Schwab  <schwab@suse.de>
5455
5456         [BZ #6942]
5457         * resolv/res_send.c (send_vc): Fix use of unaligned address.
5458         Properly handle partial reads.
5459
5460 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
5461
5462         * elf/elf.h (STO_MIPS_PLT): New.
5463         (R_MIPS_COPY): New.
5464         (R_MIPS_JUMP_SLOT): New.
5465         (R_MIPS_NUM): Redefine to 128.
5466         (DT_MIPS_PLTGOT): New.
5467         (DT_MIPS_RWPLT): New.
5468         (DT_MIPS_NUM): Redefine to 0x35.
5469
5470 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
5471
5472         * timezone/africa: Update from tzdata2008f.
5473         * timezone/asia: Likewise.
5474         * timezone/australasia: Likewise.
5475         * timezone/europe: Likewise.
5476         * timezone/leapseconds: Likewise.
5477         * timezone/northamerica: Likewise.
5478         * timezone/southamerica: Likewise.
5479         * timezone/zone.tab: Likewise.
5480
5481 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
5482
5483         * nscd/connections.c: Disable use of paccept for now.
5484
5485 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
5486
5487         * socket/Versions: Remove paccept export for GLIBC_2.9.
5488         * socket/Makefile (routines): Remove paccept.
5489         * socket/sys/socket.h: Remove paccept declaration.
5490
5491         * po/sv.po: Update from translation team.
5492
5493 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
5494
5495         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
5496         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
5497
5498 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
5499
5500         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
5501         Patch by Olivier Fourdan <ofourdan@redhat.com>.
5502
5503 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
5504
5505         * sunrpc/rpc/svc.h: Declare svcfd_create.
5506         Patch by Michael Solberg <msolberg@redhat.com>.
5507
5508 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
5509             Ulrich Drepper  <drepper@redhat.com>
5510
5511         * malloc/malloc.c (public_vALLOc): Try other arenas in case
5512         _int_valloc fails.
5513         (public_pVALLOc): Likewise.
5514
5515 2008-09-02  Andreas Jaeger  <aj@suse.de>
5516
5517         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
5518         commit.
5519
5520 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
5521
5522         [BZ #6860]
5523         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
5524
5525 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
5526
5527         * Makefile (check-data): Check data directory in add-ons.
5528         * elf/Makefile (check-data): Likewise.
5529
5530 2008-08-18  Roland McGrath  <roland@redhat.com>
5531
5532         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
5533         * configure: Regenerated.
5534         * config.make.in (cflags-cpu): New substituted variable.
5535         (with-cpu): Variable removed.
5536         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
5537
5538 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
5539
5540         [BZ #6845]
5541         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
5542         __signbitl definition and __LONG_DOUBLE_128__ guard from:
5543         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
5544         redundant.  Functions which call floating point assembler operations
5545         should go into a sysdeps powerpc/fpu directory.
5546
5547 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
5548
5549         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
5550         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
5551
5552 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
5553
5554         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
5555
5556         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
5557         change related to AT_EXECFN.  We cannot use that string.
5558         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
5559         _dl_execfn member.
5560         * elf/dl-support.c: Remove _dl_execfn variable.
5561         (_dl_aux_init): Remove handling of AT_EXECFN.
5562         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
5563         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
5564
5565 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
5566
5567         [BZ #6544]
5568         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
5569         byte gets added to writes and seeks from the end use the length of
5570         the buffer and not the currently terminating NUL byte.
5571
5572         [BZ #6634]
5573         * login/utmp_file.c (getutent_r_file): Take additional parameter.
5574         Set to true if locking failed.
5575         (getutid_r_file): Adjust caller.
5576         (pututline_file): Likewise.  Return NULL in this case.
5577         Patch mostly by halesh.s@gmail.com.
5578
5579 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
5580
5581         [BZ #6589]
5582         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
5583         Define.
5584         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
5585
5586 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
5587
5588         [BZ #6839]
5589         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
5590         macro since it is now available in elf/dynamic-link.h.
5591
5592 2008-08-12  Roland McGrath  <roland@frob.com>
5593
5594         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
5595         in case used outside of libc.
5596         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
5597
5598 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
5599
5600         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
5601         directly instead of going through dn_comp.
5602
5603 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
5604
5605         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5606         Fix asm constraints.
5607
5608 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5609
5610         [BZ #6790]
5611         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
5612         (IPV6_PMTUDISC_PROBE): Likewise.
5613
5614 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
5615
5616         [BZ #6791]
5617         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
5618
5619 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
5620             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
5621
5622         [BZ #6817]
5623         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
5624         Added the members 'vsx' and 'arch_2_06'.
5625         (_dl_powerpc_platforms): Add the member 'power7'.
5626         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
5627         to reflect the changes required by VSX and ISA 2.06.
5628         Modify _DL_PLATFORMS_COUNT to reflect the addition of
5629         'power7'.
5630         Defined PPC_PLATFORM_POWER7.
5631         (_dl_string_platform): Add support for POWER7.
5632         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
5633         capability and ISA 2.06.
5634
5635 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5636
5637         [BZ #6824]
5638         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
5639         macro to detect use of 128 bit long double.
5640         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
5641
5642 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
5643
5644         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
5645
5646         [BZ #5794]
5647         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
5648         parameters.
5649         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
5650         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5651
5652 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
5653
5654         * nscd/connections.c (main_loop_poll): Pass a buffer which is
5655         guaranteed to be large enough to read inotify event.  Ignore
5656         EAGAIN error.  Better error message.  Add branch predicition.
5657         (main_loop_epoll): Likewise.
5658
5659 2008-08-02  Roland McGrath  <roland@frob.com>
5660
5661         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5662         Add memory clobbers.
5663
5664 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
5665
5666         * manual/arith.texi: Avoid @strong{Note:}.
5667         * manual/creature.texi: Likewise.
5668         * manual/filesys.texi: Likewise.
5669         * manual/math.texi: Likewise.
5670         * manual/memory.texi: Likewise.
5671         * manual/resource.texi: Likewise.
5672         * manual/syslog.texi: Likewise.
5673         * manual/time.texi: Likewise.
5674
5675         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
5676         to prevent warning.
5677
5678 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
5679
5680         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
5681         new epoll_create1 interface.
5682         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5683         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
5684         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
5685
5686         * include/arpa/nameser.h (NS_GET16): Use const pointer.
5687         (NS_GET32): Likewise.
5688
5689         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
5690         syscalls, too.
5691
5692         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
5693         use the AT_EXECFN value if it is no absolute path.
5694         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
5695         __ASSUME_AT_EXECFN.
5696
5697         * Versions.def: Add GLIBC_2.9 to libresolv.
5698         * include/resolv.h: Remove hidden proto declarations for __ns_*
5699         functions.  Add them for __dn_count_labels and __p_secstodate.
5700         * include/arpa/nameser.h: Add a number of hidden proto declarations.
5701         Define ns_msg_getflags macro here.
5702         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
5703         and __p_secstodate.
5704         * resolv/Versions: Export functions from <arpa/nameser.h> from
5705         libresolv in version GLIBC_2.9.
5706         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
5707         hidden definitions.
5708         * resolv/ns_netint.c: Likewise.
5709         * resolv/ns_parse.c: Likewise.
5710         * resolv/ns_print.c: Likewise.
5711         * resolv/ns_samedomain.c: Likewise.
5712         * resolv/ns_ttl.c: Likewise.
5713         * resolv/arpa/nameser_compat.h: Likewise.
5714         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
5715         function calls.
5716         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
5717         instead of ns_get16.
5718         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
5719         __ns_get32 instead of ns_get16 and ns_get32 respectively.
5720         (gaih_getanswer_slice): Likewise.
5721         * resolv/Makefile (libresolv-routines): Add ns_date.
5722         * resolv/ns_date.c: New file.
5723
5724         * elf/Makefile (check-localplt.out): Also check libresolv and
5725         libcrypt.
5726
5727 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
5728
5729         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5730         __ASSUME_O_CLOEXEC.
5731
5732 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
5733
5734         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
5735         buffer passed to NSS functions.
5736
5737         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
5738
5739         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
5740         Define.
5741
5742         * misc/syslog.c (openlog_internal): Fix compile problem.
5743
5744 2008-07-28  Roland McGrath  <roland@redhat.com>
5745
5746         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
5747
5748 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
5749
5750         * io/ftw.c (add_object): Remove inline to avoid warning.
5751
5752         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
5753
5754         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
5755         Use it instead of locally defined resplen2 variable.
5756         (res_nsend): Adjust for __libc_res_nsend interface change.
5757         (send_vc): Initialize *resplen2 if necessary.  Read length of
5758         package into an appropriately aligned variable.  Store converted length
5759         in new variable and use it appropriately.
5760         Add branch prediction help.
5761         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
5762         and pass it on to __libc_res_nsend.  Adjust all callers.
5763         (__libc_res_nsearch): Likewise.
5764         (__libc_res_nqeurydomain): Likewise.
5765         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
5766         change.
5767         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
5768         Define resplen2 variable and pass it to __libc_res_nsearch and then
5769         to gaih_getanswer.
5770         (getanswer_r): In case of incorrect DNS data don't overread buffer.
5771         Add branch prediction.
5772         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
5773         (gaih_getanswer): Don't decode second slice if first one failed due
5774         to a too small buffer.  Don't let not found status of second
5775         decoder shadow results of the first.
5776         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
5777         and __libc_res_nquery interface changes
5778         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
5779         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
5780         __libc_res_nsearch, and __libc_res_nsend.
5781         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
5782         change.
5783         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
5784         __libc_res_nsearch interface changes.
5785
5786 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
5787
5788         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
5789
5790         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
5791         file descriptors with close-on-exec set.
5792         (exec_comm_child): Fix the case where the write end of the pipe is
5793         STDOUT_FILENO already.  In case it is, clear close-on-exec.
5794
5795         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
5796         * io/pipe2.c: Likewise.
5797         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
5798         instead of __ASSUME_PACCEPT.
5799         * include/unistd.h: Declare __have_pipe2.
5800         * libio/iopopen.c: Implement "e" flag.
5801         * libio/Makefile (tests): Add tst-popen1.
5802         * libio/tst-popen1.c: New file.
5803
5804         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
5805         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
5806
5807 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5808
5809         [BZ #6771]
5810         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
5811         success call of _IO_SEEKOFF or calls which failed because the
5812         descriptor is for a pipe.
5813
5814         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
5815         magic number.
5816
5817         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
5818
5819         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
5820         F_SETFD use if we know fopen set the flag.
5821
5822         * login/utmp_file.c (setutent_file): Minor optimization in case
5823         O_CLOEXEC is available.
5824
5825 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
5826
5827         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
5828         * elf/Makefile: Use pie-ccflag variable.
5829         * nscd/Makefile: Likewise.
5830         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
5831
5832 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
5833
5834         [BZ #6724]
5835         * Versions.def: Add GLIBC_2.9 version tag for libutil.
5836         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
5837         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
5838         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
5839         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
5840         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
5841         utmp32, utmpx32 and login32.
5842         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
5843         versions of struct utmp functions to libc and libutil.
5844         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
5845         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
5846         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
5847         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
5848         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
5849         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
5850         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
5851         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
5852         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
5853         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
5854         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
5855         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
5856         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
5857         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
5858         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
5859         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
5860         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
5861         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
5862         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
5863         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
5864         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
5865         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
5866
5867 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5868
5869         * scripts/gen-as-const.awk: Generate more widely usable code by
5870         using 64-bit arithmetic.
5871
5872         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
5873         the same treatment as narrow output code in last patch.
5874
5875         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
5876
5877         [BZ #6763]
5878         * elf/dl-load.c (local_strdup): Remove inline.
5879         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
5880         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
5881         part of the object.
5882
5883         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
5884
5885 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
5886
5887         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
5888         the new syscalls, too.
5889
5890         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
5891         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
5892
5893         [BZ #6698]
5894         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
5895         parameter for end of buffer.  If temporary copy is too large use
5896         malloc.
5897         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
5898         interface change.
5899         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
5900         string rewrite when allocating buffer.
5901
5902         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
5903         syscalls, too.
5904
5905         * nscd/connections.c (nscd_init): Clean up fcntl call.
5906
5907         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
5908         SOCK_NONBLOCK if possible.
5909
5910         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
5911         SOCK_CLOEXEC if available.
5912
5913         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
5914         __libc_clntudp_bufcreate_internal.
5915         * include/sys/socket.h: Declare __have_sock_cloexec.
5916         * socket/Makefile (aux): Add have_sock_cloexec.
5917         * socket/have_sock_cloexec.c: New file.
5918         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
5919         __libc_clntudp_bufcreate.
5920         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
5921         which takes an additional parameter.  Create socket with non-blocking
5922         mode and close-on-exec flag set, if wanted.
5923         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
5924         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
5925         instead of clntudp_create.  The socket has already the close-on-exec
5926         flag set if SOCK_CLOEXEC is defined.
5927
5928 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
5929
5930         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5931         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
5932         appropriate.
5933         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
5934         non-blocking mode by using socket, paccept, and inotify_init1.
5935
5936         * Versions.def (glibc): Add GLIBC_2.9.
5937         * io/Makefile (routines): Add dup3 and pipe2.
5938         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
5939         * io/dup3.c: New file.
5940         * io/pipe2.c: New file.
5941         * posix/unistd.h: Declare dup3 and pipe2.
5942         * socket/Makefile (routines): Add paccept.
5943         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
5944         * socket/paccept.c: New file.
5945         * socket/sys/socket.h: Declare paccept.
5946         * sysdeps/unix/syscalls.list: Add entry for dup3.
5947         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
5948         epoll_create2 and inotify_init1.
5949         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
5950         * sysdeps/unix/sysv/linux/paccept.c: New file.
5951         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
5952         possible.
5953         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
5954         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
5955         inotify_init1, and pipe2 entries.
5956         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
5957         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
5958         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
5959         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
5960         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
5961         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
5962         SOCK_NONBLOCK.
5963         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
5964         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
5965         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
5966         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
5967         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
5968         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
5969         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
5970         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
5971         EPOLL_NONBLOCK.  Declare epoll_create2.
5972         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
5973         EFD_NONBLOCK.
5974         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
5975         IN_NONBLOCK.  Declare inotify_init1.
5976         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
5977         SFD_NONBLOCK.
5978         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
5979         TFD_NONBLOCK.
5980
5981         * elf/elf.h: Define AT_EXECFN.
5982         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
5983         LD_ORIGIN_PATH.
5984         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
5985         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
5986         if __ASSUME_AT_EXECFN is defined.
5987         (_dl_aux_init): Handle AT_EXECFN.
5988         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
5989         for 2.6.27 and up.
5990         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
5991         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
5992         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
5993         _dl_execfn if available and avoid compatibility code if
5994         __ASSUME_AT_EXECFN is defined.
5995
5996         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
5997         _dl_discover_osversion only for older kernels.
5998
5999 2008-07-22  Roland McGrath  <roland@frob.com>
6000
6001         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
6002
6003 2008-07-21  Roland McGrath  <roland@frob.com>
6004
6005         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
6006         returned too much data out of line.
6007
6008 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
6009
6010         * locale/setlocale.c (setname): Remove inline to avoid compiler
6011         warning.
6012
6013         [BZ #6712]
6014         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
6015
6016 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
6017
6018         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
6019         doesn't manage to write anything, fail.
6020
6021         * malloc/hooks.c (__malloc_check_init): Remove printf.
6022
6023 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6024
6025         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
6026
6027 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
6028
6029         * nscd/connections.c (main_loop_poll): Fix handling of read errors
6030         from inotify.
6031         (main_loop_epoll): Likewise.
6032
6033 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
6034
6035         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
6036
6037         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
6038         if DEBUG is defined.
6039
6040         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
6041         query.  Adjust buffer size computation for padding.
6042
6043 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
6044
6045         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
6046         * stdio-common/tst-setvbuf1.c: New file.
6047         * stdio-common/tst-setvbuf1.expect: New file.
6048
6049         [BZ #6719]
6050         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
6051         when selecting fully-buffered stream.
6052         Patch by Wang Xin <wxinee@gmail.com>.
6053
6054 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6055
6056         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
6057         (__open_2): New function.
6058         (__open64_2): New alias to __open_2.
6059         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
6060         (__openat_2): New function.
6061         (__openat64_2): New alias to __openat_2.
6062
6063 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
6064
6065         [BZ #6723]
6066         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
6067
6068 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6069
6070         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
6071         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
6072         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
6073         __hurd_dfail.
6074         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
6075         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
6076         * sysdeps/mach/hurd/send.c (__send): Likewise.
6077         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
6078         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
6079
6080 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6081
6082         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
6083         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
6084         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
6085         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
6086         * hurd/get-host.c (_hurd_get_host_config): Likewise.
6087         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
6088
6089 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
6090
6091         [BZ #6657]
6092         * time/strptime_l.c: Don't clear s.era_cnt after successful match
6093         of %EY.
6094         Patch by Petr Baudis.
6095
6096 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
6097
6098         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
6099         Patch by Peter Jones <pjones@redhat.com>.
6100
6101 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
6102
6103         [BZ #6654]
6104         * stdlib/canonicalize.c (__realpath): readlink can write too much
6105         into the buffer on platforms without PATH_MAX.
6106
6107 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
6108
6109         [BZ #6653]
6110         * posix/tst-regex.c (main): Rename to...
6111         (do_test): ... this. Remove cmdline option processing.
6112         (TIMEOUT): Define.
6113         (TEST_FUNCTION): Define.
6114         (CMDLINE_OPTIONS): Define.
6115
6116 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
6117
6118         [BZ #5210]
6119         * configure.in: Add -Werror to -fstack-protector test to catch
6120         unsupported architectures.
6121         Patch by Gilles Esponasse <g.esp@free.fr>.
6122
6123 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
6124
6125         * stdlib/tst-setcontext.c: Set back_in_main before exit if
6126         getcontext returns ENOSYS.
6127
6128 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
6129
6130         * nscd/connections.c (main_loop_poll): Fix test for read error.
6131         (main_loop_epoll): Likewise.
6132
6133 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
6134
6135         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
6136         better place so it is not called when nscd is used.
6137
6138         * nscd/connections.c: Also recognize and handle changes to the
6139         resolver configuration file.
6140
6141 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
6142
6143         * time/strftime.c: Pass reference to tzset_called around to handle
6144         recursive calls.
6145
6146         [BZ #6612]
6147         * time/strftime.c (__strftime_internal): Call tzset() only
6148         when printing timezone-dependent values.
6149         Based on a patch by Petr Baudis <pasky@suse.cz>.
6150
6151         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
6152         unconditionally use second gaih_getanswer_slice result.
6153
6154         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
6155         (getaddrinfo): RES must always be non-NULL.
6156
6157 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
6158
6159         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
6160         cr[34] registers.
6161         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6162         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6163         Likewise.
6164         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
6165         register.
6166
6167 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
6168
6169         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
6170         fields.
6171         * nscd/connections.c (inotify_fd): New variable.
6172         (nscd_init): Try to open an inotify descriptor.
6173         If successful, watch files for databases using inotify instead of
6174         having prune threads stat the files.
6175         (nscd_run_prune): Recognize clear_cache flag being set and call
6176         prune_cache appropriately.
6177         (main_loop_poll): Add inotify descriptor to wait set and handle the
6178         reported changes.
6179         (main_loop_epoll): Likewise.
6180         * nscd/cache.c (prune_cache): Don't stat files for databases if
6181         inotify is used.
6182         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
6183         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
6184
6185         * nscd/grpcache.c (cache_addgr): Correctly compute size of
6186         fixed-size portion of the record.
6187         * nscd/servicescache.c (cache_addserv): Likewise.
6188         * nscd/pwdcache.c (cache_addpw): Likewise.
6189         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6190
6191 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
6192
6193         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
6194         out we don't use uninitialized memory.
6195
6196         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
6197         the client.
6198
6199 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
6200
6201         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
6202         ignore T_DNAME messages.
6203         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
6204
6205 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
6206
6207         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
6208         Avoid segfault if first GETC returns eof/'\0'/'\n'.
6209
6210 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
6211
6212         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
6213         instead of portstr to nscd_getserv_r.  Patch by
6214         Roman Kagan <rkagan@mail.ru>.
6215
6216 2008-05-26  Jim Meyering  <meyering@redhat.com>
6217
6218         Remove more useless "if" tests before "free".
6219         * include/inline-hashtab.h (htab_delete): Likewise.
6220         * libio/freopen.c (freopen): Likewise.
6221         * libio/freopen64.c (freopen64): Likewise.
6222         * locale/programs/ld-collate.c (collate_read): Likewise.
6223         * misc/fstab.c (libc_freeres_fn): Likewise.
6224         * posix/glob.c (globfree): Likewise.
6225
6226 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6227
6228         * string/Makefile (strop-tests): Add memmem.
6229         * string/test-memmem.c: New file.
6230         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
6231         (test_init): Size buf1 according to BUF1PAGES.
6232
6233 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
6234
6235         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
6236         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
6237         (CFLAGS-scanf17.c): New.
6238         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
6239         * stdio-common/scanf15.c (main): Likewise.
6240         * stdio-common/scanf16.c: New file.
6241         * stdio-common/scanf17.c: New file.
6242
6243 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6244
6245         * resolv/res_send.c (send_dg): If we already have one of two
6246         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
6247         use the one answer insted of failing.
6248
6249 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
6250
6251         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
6252         being executed on PowerPC as the expected result exceeds IBM
6253         long double 128 __LDBL_MAX__.
6254
6255 2008-05-21  Roland McGrath  <roland@redhat.com>
6256
6257         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
6258
6259         * Makefile (check-data): Use $(abi-name) before other guesses.
6260         Look in $(add-ons) dirs before scripts/data/.
6261         * elf/Makefile (check-data): Likewise.
6262
6263         * scripts/soversions.awk: Grok ABI line.
6264         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
6265         Emit definition for abi-name variable.
6266
6267 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
6268
6269         * string/endian.h: Define new fixed-size hto* and *toh macros only
6270         if [__USE_BSD].
6271
6272         * iconvdata/Depend: Add localedata.
6273
6274 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6275
6276         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
6277
6278 2008-05-08  David S. Miller  <davem@davemloft.net>
6279
6280         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
6281         HIDDEN_JUMPTARGET.
6282         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6283         (__SYSCALL_CLOBBERS): Remove %g* registers.
6284         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6285         (__SYSCALL_CLOBBERS): Likewise.
6286         * scripts/data/localplt-sparc-linux-gnu.data: New file.
6287         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
6288
6289 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
6290
6291         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6292         (CALL_ERRNO_LOCATION): Define.
6293         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6294         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6295         (CALL_ERRNO_LOCATION): Define.
6296         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6297         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
6298         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
6299
6300 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
6301
6302         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
6303         variable.
6304
6305 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
6306
6307         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
6308         (FIRST_FRAME_POINTER): Define.
6309
6310 2008-05-09  David S. Miller  <davem@davemloft.net>
6311
6312         * sysdeps/sparc/sparc64/backtrace.c: New file.
6313
6314 2008-05-14  David S. Miller  <davem@davemloft.net>
6315
6316         * sysdeps/sparc/machine-gmon.h: New file.
6317         * sysdeps/sparc/sparc-mcount.S: Likewise.
6318         * sysdeps/sparc/Makefile: Add sparc-mcount target to
6319         sysdep_routines in gmon directory.
6320
6321 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
6322
6323         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
6324
6325 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
6326
6327         * resolv/res_query.c (__libc_res_nquery): In case one of two
6328         answer was too short don't try to read that answer's header.
6329
6330         * resolv/res_send.c (send_dg): In case of timeout and there are
6331         two queries and one has been answered, return value indicating
6332         success.
6333
6334 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
6335
6336         * nscd/cache.c (cache_add): Take additional parameter specifying
6337         whether this is in response of a cache refill.  Check alignment
6338         of package data.  Revamp waking of pruning thread.
6339         (prune_cache): Small optimization.
6340         * nscd/nscd.h: Adjust cache_add prototypes.
6341         * nscd/aicache.c: Adjust cache_add calls.
6342         * nscd/grpcache.c: Likewise.
6343         * nscd/hstcache.c: Likewise.
6344         * nscd/initgrcache.c: Likewise.
6345         * nscd/pwdcache.c: Likewise.
6346         * nscd/servicescache.c: Likewise.
6347         * nscd/connections.c (restart): Really disable cache use before
6348         exec attempt.  If it fails, reenable cache.
6349         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
6350         time to max to be able to notice concurrent cache additions.  Unlock
6351         prune_lock while performing gc.  Afterwards compute wakeup time with
6352         current wakeup_time value in mind.
6353
6354 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
6355
6356         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
6357
6358         * nscd/mem.c (gc): Correctly determine highest used array element
6359         in mark.
6360
6361         * nscd/mem.c (markrange): Add assert to check entries are all
6362         aligned.  Small cleanup in bitmap use.
6363
6364         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
6365         blockoff of type nscd_ssize_t.
6366         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
6367         (mempoll_alloc): Record block offset and not address.
6368
6369         * nscd/mem.c (gc): Fix test for stack overuse.
6370
6371         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
6372         more asserts.
6373
6374         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
6375         entry is available, believe it.
6376
6377         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
6378         no answers return NSS_STATUS_NOTFOUND.
6379         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
6380         buffer does not have any content.
6381
6382 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
6383
6384         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
6385
6386         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
6387         lookup, don't assign canon unconditionally.
6388
6389 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6390
6391         * string/Makefile (distribute): Add str-two-way.h.
6392
6393 2008-03-29  Eric Blake  <ebb9@byu.net>
6394
6395         Rewrite string searches to O(n) rather than O(n^2).
6396         * string/str-two-way.h: New file.  For linear fixed-allocation
6397         string searching.
6398         * string/memmem.c: New implementation.
6399         * string/strstr.c: New implementation.
6400         * string/strcasestr.c: New implementation.
6401
6402 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
6403
6404         * posix/regcomp.c (optimize_utf8): Add a note on why we test
6405         opr.ctx_type.
6406         (calc_first): Initialize constraint field.
6407         (duplicate_node_closure): Use it instead of special casing ANCHORS.
6408         Use search_duplicated_node to avoid loops.  Fix grammar.
6409         (duplicate_node): Merge constraint field for all node types.
6410         (calc_eclosure_iter): Look at constraint field for all node types.
6411         * posix/regex_internal.c (create_cd_newstate): Don't look at
6412         create_cd_newstate.
6413
6414 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6415
6416         [BZ #6428]
6417         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
6418
6419         [BZ #6442]
6420         * string/endian.h: Add macros for fixed-size endian conversion.
6421         * bits/byteswap.h: Allow inclusion from <endian.h>.
6422         * sysdeps/i386/bits/byteswap.h: Likewise.
6423         * sysdeps/ia64/bits/byteswap.h: Likewise.
6424         * sysdeps/s390/bits/byteswap.h: Likewise.
6425         * sysdeps/x86_64/bits/byteswap.h: Likewise.
6426         * string/Makefile (tests): Add tst-endian.
6427         * string/tst-endian.c: New file.
6428
6429         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
6430         Patch by Reuben Thomas.
6431
6432 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
6433
6434         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
6435
6436 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6437
6438         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
6439
6440         [BZ #6461]
6441         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
6442         Add missing braces.
6443         (BODY for __gconv_transform_internal_ascii): Likewise.
6444
6445         [BZ #6472]
6446         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
6447         to be treated like link-local addresses.
6448         (match_prefix): Don't treat IPv4 loopback address special when
6449         converting to v4 mapped addressed.
6450
6451         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
6452         if necessary.
6453         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
6454         * posix/tst-rfc3484-2.c: Likewise.
6455         * posix/tst-rfc3484-3.c: Likewise.
6456
6457         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
6458         and SCTP.
6459
6460         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
6461
6462         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
6463
6464         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
6465
6466 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
6467
6468         * po/lt.po: New file.  From Lituanian translation team.
6469
6470 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
6471
6472         Introduce TLS descriptors for i386 and x86_64.
6473         * include/inline-hashtab.h: New file, copied from 2005's
6474         libiberty, with fix for memory leak imported afterwards by
6475         Glauber de Oliveira Costa.
6476         * elf/tlsdeschtab.h: New file.
6477         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
6478         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
6479         (CHECK_STATIC_TLS): Move to...
6480         * elf/dynamic-link.h: ... this file.
6481         (TRY_STATIC_TLS): New macro.
6482         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
6483         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
6484         R_386_TLS_DESC): Define.
6485         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
6486         binutils.
6487         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
6488         R_X86_64_TLSDESC): Define.
6489         (R_386_NUM, R_X86_64_NUM): Adjust.
6490         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
6491         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6492         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6493         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6494         release tlsdesc_table.
6495         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
6496         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
6497         (elf_machine_rel): Handle R_386_TLS_DESC.
6498         (elf_machine_rela): Likewise.
6499         (elf_machine_lazy_rel): Likewise.
6500         (elf_machine_lazy_rela): Likewise.
6501         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
6502         * sysdeps/i386/dl-tlsdesc.S: New file.
6503         * sysdeps/i386/dl-tlsdesc.h: New file.
6504         * sysdeps/i386/tlsdesc.c: New file.
6505         * sysdeps/i386/tlsdesc.sym: New file.
6506         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
6507         tlsdesc_table.
6508         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
6509         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6510         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6511         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6512         release tlsdesc_table.
6513         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
6514         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
6515         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
6516         (elf_machine_rel): Handle R_X86_64_TLSDESC.
6517         (elf_machine_rela): Likewise.
6518         (elf_machine_lazy_rel): Likewise.
6519         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
6520         (__tls_get_addr): Do not declare for non-shared compiles.
6521         * sysdeps/x86_64/dl-tlsdesc.S: New file.
6522         * sysdeps/x86_64/dl-tlsdesc.h: New file.
6523         * sysdeps/x86_64/tlsdesc.c: New file.
6524         * sysdeps/x86_64/tlsdesc.sym: New file.
6525         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
6526         tlsdesc_table for both 32- and 64-bit structs.
6527
6528 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6529
6530         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
6531         its own function.  This reduces the frame setup costs and more.
6532
6533 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
6534
6535         [BZ #3406]
6536         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
6537         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
6538
6539 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6540
6541         * io/openat.c (__openat_2): Also pass fd to __openat.
6542         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
6543         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
6544
6545         * string/tester.c (test_memcmp): Add a few more tests.
6546         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
6547
6548 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6549
6550         * nscd/cache.c (cache_add): Before returning with failure and this
6551         is the first use of the record, mark it as unusable.
6552         * nscd/aicache.c: Don't touch the dataset after cache_add returns
6553         reporting a failure.
6554         * nscd/grpcache.c: Likewise
6555         * nscd/hstcache.c: Likewise.
6556         * nscd/initgrcache.c: Likewise.
6557         * nscd/pwdcache.c: Likewise.
6558         * nscd/servicescache.c: Likewise.
6559
6560 2008-05-10  Roland McGrath  <roland@redhat.com>
6561
6562         [BZ #6505]
6563         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
6564
6565 2008-05-08  David S. Miller  <davem@davemloft.net>
6566
6567         * misc/truncate64.c (truncate64): Use __truncate not truncate.
6568
6569         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
6570         (__ieee754_y0l): Likewise.
6571         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
6572         (__ieee754_y1l): Likewise.
6573         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
6574         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
6575         frexpl and ldexpl.  math_private.h provides them and the latter
6576         is not even used.
6577         (__log1pl): Use __frexpl.
6578
6579 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6580
6581         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
6582         prototypes.
6583         * include/arpa/nameser_compat.h: Define T_UNSPEC.
6584         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
6585         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
6586         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
6587         af==AF_UNSPEC.
6588         (_nss_nis_gethostbyname4_r): New function.
6589         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
6590         Change to also handle af==AF_UNSPEC.
6591         (get_tablename): New function.  Use it to avoid duplication.
6592         (_nss_nisplus_gethostbyname4_r): New function.
6593         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
6594         available.
6595         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
6596         * nss/nss.h: Define struct gaih_addrtuple.
6597         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
6598         af==AF_UNSPEC.
6599         (_nss_files_gethostbyname4_r): New function.
6600         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
6601         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
6602         calls.
6603         * resolv/res_query.c (__libc_res_nquery): Take two additional
6604         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
6605         look up IPv4 and IPv6.
6606         Change all callers.
6607         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
6608         for an additional query and answer buffer.  Pass to send_vc and
6609         send_dg.
6610         (send_vc): Send possibly two requests and receive two answers.
6611         (send_dg): Likewise.
6612         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
6613         __libc_res_nquery.
6614         (_nss_dns_gethostbyname4_r): New function.
6615         (gaih_getanswer_slice): Likewise.
6616         (gaih_getanswer): Likewise.
6617         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
6618         __libc_res_nquery call.
6619         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
6620         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
6621         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
6622         available.
6623
6624 2008-05-05  David S. Miller  <davem@davemloft.net>
6625
6626         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
6627         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
6628
6629 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6630
6631         Fix termios bit macros.
6632         Move *DLY definitions where they belong, in termios.h.
6633         Add *[0-3] definitions.
6634         Fixes confusion between VT and FF.
6635         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
6636         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
6637         are already defined to avoid collision with termios.h.
6638         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
6639         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
6640         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
6641         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
6642         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
6643         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
6644         VTDLY, VT0, VT1): New macros.
6645         [__USE_GNU] (OLCUC): Change value of macro.
6646         [__USE_XOPEN] (OFILL): New macro.
6647         [__USE_BSD] (CRTSCTS): Change value.
6648         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
6649         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
6650         (B7200, B14400, B28800, B76800): New macros.
6651
6652 2008-05-01  David S. Miller  <davem@davemloft.net>
6653
6654         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
6655         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
6656         (gen-as-const-headers): Add it.
6657         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
6658         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
6659         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
6660         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
6661
6662         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
6663         six system call parameters.
6664         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
6665
6666 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
6667
6668         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
6669         RUSAGE_LWP.
6670         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
6671         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
6672
6673 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
6674
6675         * stdlib/tst-setcontext.c: Include unistd.h.
6676
6677 2008-04-25  David S. Miller  <davem@davemloft.net>
6678
6679         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
6680         Pass "union semun" properly in to sys_ipc, it must be passed
6681         by value, not by reference.
6682
6683 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
6684
6685         * nscd/Makefile (nscd-cflags): Set back to -fpie.
6686         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
6687         * nscd/connections.c (mem_in_flight): Likewise.
6688
6689         * nscd/nscd.h (dbs): Make hidden.
6690
6691         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
6692         Avoid returning -1, return 0 instead.
6693
6694 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
6695
6696         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
6697
6698 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
6699
6700         [BZ #5209]
6701         * sysdeps/unix/sysv/linux/times.c: New file.
6702
6703         [BZ #5381]
6704         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
6705         mem_in_flight_list variables.  Add new parameter to mempool_alloc
6706         prototype.
6707         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
6708         appropriate mem_in_flight element.
6709         (gc): Take allocations which have not yet been committed to the
6710         database into account.
6711         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
6712         Reset mem_in_flight before returning.
6713         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
6714         cue it up in mem_in_flight_list.
6715         * nscd/aicache.c: Adjust mempool_alloc call.
6716         * nscd/grpcache.c: Likewise.
6717         * nscd/hstcache.c: Likewise.
6718         * nscd/initgrcache.c: Likewise.
6719         * nscd/pwdcache.c: Likewise.
6720         * nscd/servicescache.c: Likewise.
6721         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
6722         of -fpie.
6723
6724         * nscd/connections.c (handle_request): Provide better error message
6725         in case SELinux forbids the service.
6726
6727         * version.h (VERSION): Bump to 2.8.90.
6728
6729 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
6730
6731         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
6732
6733 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6734
6735         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
6736         Also use for 32-bit.
6737         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
6738         __nextafter instead of nextafter to avoid local PLT.
6739         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
6740         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6741
6742         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
6743
6744         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
6745         __fe_nomask_env.
6746         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
6747         <fenv_libc.h> instead of <fenv.h>.
6748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6750
6751         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
6752
6753         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
6754         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
6755         function from fegetexcept and make old name weak alias.
6756         * include/fenv.h: Declare __fegetexcept.
6757         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
6758         fegetexcept.
6759         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
6760         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
6761         to fetestexcept.
6762         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
6763         instead of frexpl to avoid local PLT.
6764         * math/s_significandl.c (__significandl): Use __ilogbl instead of
6765         ilogbl to avoid local PLT.
6766         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
6767         instead of ldexpl to avoid local PLT.
6768         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
6769         __roundl not roundl to avoid local PLT.
6770         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
6771         local PLTs.  Use __sincosl instead of separate sinl and cosl
6772         calls.
6773         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6774
6775         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
6776         version for ppc64 to 2.4.21 since without it makecontext will fail.
6777
6778         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
6779         to the ABI in use.
6780         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
6781         .__tls_get_addr.
6782         [__powerpc64__] (TLS_GD): Likewise.
6783
6784 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
6785
6786         [BZ #4997]
6787         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
6788         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
6789         mantissa.
6790         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6791         Likewise.  Also account for when x is an odd number between 2^52
6792         and 2^53-1.
6793         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
6794         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6795         * math/libm-test.inc (lround_test, llround_test): Added test cases to
6796         detect aforementioned erroneous conditions.
6797
6798 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6799
6800         * configure.in: Check for -fno-section-anchors in addition to
6801         -fno-toplevel-reorder.
6802
6803 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6804
6805         * include/features.h (__GLIBC_MINOR__): Bump to 8.
6806
6807         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
6808         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
6809         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
6810         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
6811         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
6812         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
6813
6814 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6815
6816         [BZ #5443]
6817         * time/era.c: Transform __libc_setlocale_lock into rwlock.
6818         * time/alt_digit.c: Likewise.
6819         * wcsmbs/wcsmbsload.c: Likewise.
6820
6821 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
6822
6823         * version.h (VERSION): Bump to 2.8.
6824
6825         * timzeone/asia: Update from tzdata2008b.
6826         * timezone/backward: Likewise.
6827         * timezone/europe: Likewise.
6828         * timezone/northamerica: Likewise.
6829         * timezone/southamerica: Likewise.
6830         * timezone/iso3166.tab: Likewise.
6831         * timezone/leapseconds: Likewise.
6832         * timezone/zone.tab: Likewise.
6833         * timezone/private.h: Update from tzcode2008a.
6834         * timezone/zdump.c: Likewise.
6835         * timezone/zic.c: Likewise.
6836
6837 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
6838
6839         [BZ #5741]
6840         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
6841         Define additonal Data Cache Block instruction macros.
6842         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
6843         Replace dcbst with dcbf and sync with sync/isync.
6844
6845 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
6846
6847         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
6848         Always set ELF_RTYPE_CLASS_PLT.
6849         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
6850
6851 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
6852
6853         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
6854         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
6855         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
6856         For ISA 2.01 and later replace mftb with mfspr 268.
6857
6858 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
6859
6860         [BZ #5768]
6861         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
6862         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
6863
6864 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
6865
6866         [BZ #5768]
6867         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
6868         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
6869         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
6870         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
6871
6872 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
6873
6874         * stdlib/tst-makecontext.c (othervar): New variable.
6875         (cf): Test sign extending the argument to long.
6876
6877 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
6878
6879         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
6880         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
6881         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
6882         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
6883         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
6884         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
6885         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
6886
6887 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
6888
6889         * elf/Makefile (tests): Substitute tests-vis-yes here.
6890         (tests-vis-yes): Delete.
6891         (modules-name, modules-vis-yes): Similarly.
6892
6893 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
6894
6895         [BZ #4407]
6896         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
6897         Preserve sign in signgamp when x is zero.
6898
6899 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
6900
6901         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
6902         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
6903         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
6904         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
6905         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
6906         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
6907
6908 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6909
6910         [BZ #4314]
6911         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
6912         buffers.
6913
6914         [BZ #5209]
6915         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
6916         a reserved error value.
6917
6918         * stdlib/tst-makecontext.c: Change parameter to cf to negative
6919         value to check for correct sign extension.
6920
6921         [BZ #5436]
6922         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6923         Copy 64-bit parameter values even though this is not required in
6924         the standard.
6925
6926         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
6927         PC save.
6928
6929 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
6930
6931         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
6932         PC save.
6933
6934 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
6935
6936         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
6937
6938 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6939
6940         [BZ #5998]
6941         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
6942         in line-buffered stream failed.
6943         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
6944
6945 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
6946
6947         [BZ #6024]
6948         * scripts/abi-versions.awk: If the version specified by
6949         --enable-oldest-abi is older than the first version for this
6950         architecture, use the default version.
6951
6952         * locale/programs/ld-collate.c (collate_read): Ignore script lines
6953         as well when ignoring the whole category.
6954
6955 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6956
6957         [BZ #6042]
6958         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
6959         ETHERTYPE_* definitions.
6960         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
6961
6962 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6963
6964         * stdlib/mbtowc.c (__no_r_state): Remove.
6965         (mbtowc): New static state variable.  Use it instead of
6966         __no_r_state.
6967         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
6968         (__wctomb_state): New hidden variable.
6969         (wctomb): Use __wctomb_state instead of __no_r_state.
6970         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
6971         (__wctomb_state): New extern decl.
6972         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
6973
6974 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6975
6976         [BZ #5475]
6977         * resolv/res_init.c: Handle scope IDs in resolv.conf.
6978
6979 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6980
6981         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
6982
6983 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
6984
6985         * po/nl.po: Update from translation team.
6986
6987 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
6988
6989         [BZ #6007]
6990         * string/strfry.c: Handle empty strings again.
6991
6992 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6993
6994         [BZ #5443]
6995         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
6996         before looking for translation.
6997         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
6998         * locale/freelocale.c: Likewise.
6999         * locale/newlocale.c: Likewise.
7000         * locale/setlocale.c: Likewise.
7001         Based partially on a patch by ryo@np.css.fujitsu.com.
7002
7003 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
7004
7005         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
7006         acquiring wrlock.  Do conv_tab allocation while holding lock.
7007         * intl/Makefile: Add rules to build and run tst-gettext6.
7008         * intl/tst-gettext6.c: New test.
7009         * intl/tst-gettext6.sh: New file.
7010
7011 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
7012
7013         * po/nl.po: Update from translation team.
7014
7015         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
7016         provided through st_blksize, try the default size before giving up.
7017
7018 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
7019
7020         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
7021
7022         [BZ #5939]
7023         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
7024
7025         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
7026         error message.  POSIX today does not require the messages to be in
7027         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
7028
7029         [BZ #5979]
7030         * sunrpc/auth_unix.c: Unify printed strings.
7031         * sunrpc/clnt_tcp.c: Likewise.
7032         * sunrpc/clnt_udp.c: Likewise.
7033         * sunrpc/clnt_unix.c: Likewise.
7034         * sunrpc/svc_tcp.c: Likewise.
7035         * sunrpc/svc_udp.c: Likewise.
7036         * sunrpc/svc_unix.c: Likewise.
7037         * sunrpc/xdr.c: Likewise.
7038         * sunrpc/xdr_array.c: Likewise.
7039         * sunrpc/xdr_rec.c: Likewise.
7040         * sunrpc/xdr_ref.c: Likewise.
7041         * locale/programs/ld-time.c (time_finish): Unify messages.
7042         * locale/programs/locfile.c (handle_copy): Fix typo.
7043         * nscd/nscd.c (options): Fix typo.
7044
7045         [BZ #5995]
7046         * stdlib/strtod_l.c: Use correct sign for result in one more
7047         underflow case.
7048         Patch by Eric Blake <ebb9@byu.net>.
7049
7050 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
7051
7052         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
7053         and creat system calls.
7054         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
7055         call.
7056         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
7057         system calls.
7058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
7059         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7060         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7061
7062 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
7063
7064         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
7065         <linux/limits.h> has defined it.
7066         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
7067         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
7068         headers.
7069         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
7070         it instead of ARG_MAX.
7071
7072 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
7073
7074         * posix/gai.conf: Fix comment for scope nullbits.
7075         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
7076         default to 128 bits for v4 mapped addresses.
7077
7078 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7079
7080         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
7081         ptrace call to get the ieee_instruction_pointer from the kernel.
7082         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
7083         ptrace call to set the ieee_instructtion_pointer.
7084         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
7085         Add comment that ieee_instruction_pointer is always 0.
7086
7087 2008-03-09  Andreas Jaeger  <aj@suse.de>
7088
7089         [BZ #5857]
7090         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
7091         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
7092         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
7093
7094         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
7095         (rint_test): Likewise.
7096
7097 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
7098
7099         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
7100         call.
7101         (__nisfind_server): Similar for open readColdStartFile call.
7102         Patch partially by Jim Meyering.
7103         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
7104         around internal_setent call.
7105
7106         * po/vi.po: New Vietnamese translation.
7107
7108         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
7109         ADJ_OFFSET_SS_READ.
7110
7111         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
7112         remove CLONE_STOPPED.
7113
7114 2008-02-10  Jim Meyering  <meyering@redhat.com>
7115
7116         Remove useless "if" before "free":
7117         * elf/ldconfig.c (parse_conf_include): Likewise.
7118         * gmon/gmon.c (weak_alias): Likewise.
7119         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
7120         * inet/rcmd.c (__validuser2_sa): Likewise.
7121         * intl/bindtextdom.c (set_binding_values): Likewise.
7122         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
7123         * libio/genops.c (save_for_backup): Likewise.
7124         * libio/wgenops.c (save_for_wbackup): Likewise.
7125         * locale/programs/ld-collate.c (collate_read): Likewise.
7126         * locale/programs/linereader.c (get_string): Likewise.
7127         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
7128         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
7129         * resolv/res_debug.c (do_section): Likewise.
7130         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
7131         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
7132         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
7133         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
7134         * time/tzset.c (tzset_internal): Likewise.
7135
7136 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
7137
7138         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
7139         of ASSEMBLER.
7140
7141 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
7142
7143         [BZ #5903]
7144         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
7145         not stream for output file.  Open output file here.
7146         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
7147         and output file name.
7148         (process_fd): Likewise.
7149         (process_file): Likewise.
7150         (main): Adjust callers of changed functions.
7151         * iconv/iconv_prog.h: Adjust prototype.
7152
7153 2008-03-09  Andreas Jaeger  <aj@suse.de>
7154
7155         [BZ #5753]
7156         * sysdeps/ia64/ieee754.h: Use protected namespace
7157         __BIG_ENDIAN/__LITTLE_ENDIAN.
7158         * sysdeps/ieee754/ieee754.h: Likewise.
7159         Patch by Aurelien Jarno <aurelien@aurel32.net>.
7160
7161 2008-03-08  Roland McGrath  <roland@frob.com>
7162
7163         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
7164         ignore a signal that came from a machine exception, treat it as a
7165         fatal core-dump signal instead.
7166         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7167
7168         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
7169         Clear DF bit in thread state's eflags.
7170         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7171
7172 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
7173
7174         [BZ #5774]
7175         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
7176         of NAN(...) sequence.
7177         * stdlib/Makefile (tests): Add tst-strtod6.
7178         * stdlib/tst-strtod6.c: New file.
7179
7180         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
7181
7182         [BZ #5762]
7183         * posix/getopt.c (_getopt_internal_r): Clarify error message by
7184         putting offending option character in quotes.  Clean up error
7185         messages.
7186         * po/be.po: Adjust msgstr in translation file.
7187         * po/bg.po: Likewise.
7188         * po/ca.po: Likewise.
7189         * po/cs.po: Likewise.
7190         * po/da.po: Likewise.
7191         * po/de.po: Likewise.
7192         * po/es.po: Likewise.
7193         * po/fr.po: Likewise.
7194         * po/hr.po: Likewise.
7195         * po/ko.po: Likewise.
7196         * po/nl.po: Likewise.
7197         * po/rw.po: Likewise.
7198         * po/sk.po: Likewise.
7199         * po/sv.po: Likewise.
7200         * po/tr.po: Likewise.
7201         * po/zh_CN.po: Likewise.
7202         * po/zh_TW.po: Likewise.
7203
7204         [BZ #5760]
7205         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
7206         Patch by Roland Bless <roland@bless.de>.
7207
7208         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
7209         .o file.
7210         * elf/Makefile (routines): Add dl-sysdep.
7211         (elide-routines.os): Likewise.
7212
7213 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
7214
7215         [BZ #5786]
7216         * elf/dl-sysdep.c: Undefine ROUND after use.
7217         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
7218         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
7219         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
7220         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
7221         to ...
7222         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
7223         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
7224         if necessary.
7225         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
7226
7227         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
7228         _dl_tls_get_addr_soft element.
7229         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
7230         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
7231         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
7232         GLRO.
7233         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
7234         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
7235         of internal_function.
7236
7237         * stdlib/Makefile (aux): Add tens_in_limb.
7238         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
7239         * stdlib/tens_in_limb.c: ...here.  New file.
7240
7241         [BZ #5778]
7242         * sysdeps/unix/sysv/linux/pathconf.h: Declare
7243         __statfs_chown_restricted.
7244         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
7245         for _PC_CHOWN_RESTRICTED.
7246         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
7247         Implement __statfs_chown_restricted.
7248         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
7249         _POSIX_CHOWN_RESTRICTED value to zero.
7250         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
7251         defined to zero.
7252
7253         * sysdeps/x86_64/rtld-memset.c: New file.
7254
7255 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
7256
7257         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
7258
7259         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
7260         Barcelona machine.  Make default fall through branch of
7261         __x86_64_preferred_memory_instruction check as the integer code path.
7262
7263 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
7264
7265         * sysdeps/x86_64/cacheinfo.c
7266         (__x86_64_preferred_memory_instruction): New variable.
7267         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7268
7269         * sysdeps/x86_64/memset.S: Rewrite.
7270
7271 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
7272
7273         * include/stdio.h (__asprintf_chk, __dprintf_chk,
7274         __obstack_printf_chk): New prototypes.
7275         (__vasprintf_chk, __vdprintf_chk,
7276         __obstack_vprintf_chk): Likewise.
7277         Add libc_hidden_proto.
7278         * libio/obprintf.c
7279         (_IO_obstack_jumps): No longer static, add attribute_hidden.
7280         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
7281         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7282         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
7283         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
7284         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7285         __obstack_vprintf_chk): New prototypes.
7286         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
7287         obstack_vprintf): New inlines.
7288         * debug/dprintf_chk.c: New file.
7289         * debug/vdprintf_chk.c: New file.
7290         * debug/asprintf_chk.c: New file.
7291         * debug/vasprintf_chk.c: New file.
7292         * debug/obprintf_chk.c: New file.
7293         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
7294         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
7295         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
7296         @@GLIBC_2.8.
7297         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
7298         vdprintf_chk and obprintf_chk, set CFLAGS for them.
7299         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
7300         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
7301         libc_hidden_proto.
7302         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
7303         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
7304         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
7305         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
7306         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
7307         @@GLIBC_2.8.
7308         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
7309         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
7310         obstack_vprintf_chk.
7311         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
7312         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
7313         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
7314         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
7315         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
7316         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
7317
7318 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
7319
7320         [BZ #5779]
7321         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
7322         Patch by Roy Marples <roy@marples.name>.
7323
7324         [BZ #5736]
7325         * malloc/malloc.c: Fix typo in comment.
7326
7327         [BZ #5627]
7328         * locale/iso-639.def: Add Shuswap.
7329
7330 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
7331
7332         [BZ #5790]
7333         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
7334         overwrite *h_errnop/*errnop values from getanswer_r in case of
7335         failure.
7336
7337 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
7338
7339         [BZ #5818]
7340         * nscd/connections.c (dbs): Add initializers for .suggested_module.
7341         (verify_persistent_db): Remove one unnecessary test and add a new one
7342         for bad configuration.
7343         (nscd_init): Improve error reported when persistent database cannot
7344         be reused.
7345         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
7346         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
7347         .suggested_module and .max_db_size and case config file says the
7348         values are zero.
7349         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
7350
7351         [BZ #5854]
7352         * nis/ypclnt.c (yp_order): Fix handling of return value of
7353         do_ypcall_tr call.
7354         Patch by Jeff Moyer <jmoyer@redhat.com>.
7355
7356         * po/fr.po: Update from translation team.
7357
7358 2008-02-22  Andreas Jaeger  <aj@suse.de>,
7359             Carlos O'Donell <carlos@systemhalted.org>
7360
7361         [BZ #5012]
7362         * FAQ.in: Describe why glibc needs to be compiled with
7363         optimization.
7364
7365 2008-02-19  Roland McGrath  <roland@redhat.com>
7366
7367         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
7368
7369 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
7370
7371         [BZ #5737]
7372         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
7373         __USE_MISC is defined.
7374
7375 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
7376
7377         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
7378         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
7379         sys/timerfd.h.
7380         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
7381         timerfd_gettime, timerfd_settime.
7382         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
7383         timerfd_gettime, timerfd_settime for GLIBC_2.8.
7384
7385 2008-02-08  Roland McGrath  <roland@redhat.com>
7386
7387         * elf/elf.h (NT_PPC_SPE): New macro.
7388
7389 2008-02-06  Roland McGrath  <roland@redhat.com>
7390
7391         * Makerules ($(common-objpfx)sysd-rules):
7392         Depend on $(sysdep-makeconfigs).
7393
7394 2008-01-31  Roland McGrath  <roland@redhat.com>
7395
7396         [BZ #5442]
7397         * configure.in: Use -print-file-name if it yields a directory,
7398         for each of include and include-fixed.
7399         * configure: Regenerated.
7400
7401         * Makeconfig (sysd-rules-targets): New variable.
7402         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
7403         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
7404
7405 2008-01-30  Roland McGrath  <roland@redhat.com>
7406
7407         * manual/libc.texinfo: Update back-cover text.
7408
7409         * elf/elf.h (NT_386_TLS): New macro.
7410
7411 2008-01-29  Roland McGrath  <roland@redhat.com>
7412
7413         * Makeconfig (sysd-rules-patterns): New variable.
7414         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
7415         (check-inhibit-asm): New canned sequence, replaces ...
7416         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
7417         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
7418         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
7419         (CFLAGS-rtld): Variable removed.
7420
7421 2008-01-24  Roland McGrath  <roland@redhat.com>
7422
7423         * configure.in: Let configure fragments set base_os.
7424         * configure: Regenerated.
7425
7426 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
7427
7428         * po/ko.po: Update from translation team.
7429
7430 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
7431
7432         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
7433
7434 2008-01-12  Andreas Jaeger  <aj@suse.de>
7435
7436         [BZ #5040]
7437         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
7438         Add EPOLLRDHUP.
7439
7440 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7441
7442         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
7443         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
7444         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
7445
7446 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
7447
7448         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
7449         * elf/dl-close.c (_dl_close): Check for it.
7450         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
7451         (_dl_allocate_static_tls): Likewise.
7452         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
7453         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
7454         to it.
7455         * elf/tst-tls16.c: New file.
7456         * elf/tst-tlsmod16a.c: New file.
7457         * elf/tst-tlsmod16b.c: New file.
7458         * elf/Makefile: Add rules to build and run tst-tls16.
7459
7460 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
7461
7462         [BZ #5628]
7463         * bits/shm.h: Fix comment describing shmid_ds.
7464         * sysdeps/gnu/bits/shm.h: Likewise.
7465         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
7466         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7467         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
7468         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
7469         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
7470         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
7471         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
7472         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
7473         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
7474
7475         [BZ #5607]
7476         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
7477         prototypes.
7478         * conform/data/limits.h-data: Adjust limits changed in v6 and add
7479         additional suffixes.
7480         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
7481         Add optional functions mq_timedreceive and mq_timedsend.
7482         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
7483         * conform/data/pthread.h-data: Fix prototype of
7484         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
7485         * conform/data/semaphore.h-data: Allow time.h definitions.
7486         * conform/data/signal.h-data: Likewise.
7487         * conform/data/stdio.h-data: getw and putw are not required in v6.
7488         * conform/data/stdlib.h-data: Change setstate prototype.
7489         * conform/data/string.h-data: Fix strerror_r prototype.
7490         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
7491         * conform/data/unistd.h-data: pthread_atfork not required in v6.
7492         Fix readlink prototype.
7493         * conform/data/netinet/in.h-data: Add const to in6addr_any and
7494         in6addr_loopback.
7495         * inet/netinet/in.h: Cleanup namespace.
7496         * posix/regex.h: Likewise.
7497         * resolv/netdb.h: Likewise.
7498         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
7499         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7500         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7501         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
7502         of names of in in6_addr.
7503         (default_precedence): Likewise.
7504         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
7505         NULL definition.
7506
7507 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
7508
7509         * conform/data/fmtmsg.h-data: Add missing allows.
7510         * conform/data/ftw.h-data: Likewise.
7511         * conform/data/inttypes.h-data: Likewise.
7512         * conform/data/math.h-data: Likewise.
7513         * conform/data/signal.h-data: Likewise.
7514         * conform/data/net/if.h-data: Likewise.
7515         * conform/data/netinet/in.h-data: Likewise.
7516         * conform/data/sys/socket.h-data: Likewise.
7517
7518         [BZ #5614]
7519         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
7520         (__strtok_r): Simplify.
7521         * string/tester.c (test_strtok_r): Add test case for futile search
7522         with single-character seach string.
7523
7524 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
7525
7526         * po/ko.po: Update from translation team.
7527
7528 2008-01-11  Andreas Jaeger  <aj@suse.de>
7529
7530         [BZ #5600]
7531         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
7532         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
7533         kernel header.
7534
7535 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
7536
7537         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
7538         native interface lookup in all the relevant places.
7539
7540 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
7541             Ulrich Drepper  <drepper@redhat.com>
7542
7543         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
7544         field.  Use sockaddr_in6 for source_addr.
7545         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
7546         (match_prefix): Likewise.
7547         (get_label): Likewise.
7548         (get_precedence): Likewise.
7549         (rfc3484_sort): Change to use indirect access to results array.
7550         Adjust to use of sockaddr_in6.  Replace service_order test with
7551         simple index comparison.
7552         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
7553         service_order field.  Adjust qsort_t calls.  Access sorted result
7554         array indirectly through order array.
7555         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
7556         * posix/tst-rfc3484-2.c: Likewise.
7557         * posix/tst-rfc3484-3.c: Likewise.
7558
7559 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
7560
7561         [BZ #5541]
7562         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
7563         pollfd structures.
7564         Patch by André Cruz.
7565
7566         [BZ #5545]
7567         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
7568         (clnt_spcreateerror): Likewise.
7569
7570         [BZ #5553]
7571         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
7572         (public_mEMALIGn): Likewise.
7573         Patch mostly by Daniel Jacobowitz.
7574
7575 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
7576
7577         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
7578         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
7579         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
7580         * stdlib/tst-makecontext2.c: New test.
7581
7582 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
7583
7584         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
7585         defined.
7586         (REINIT_PARAMS): Likewise.  Undefine before end of file.
7587         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
7588         transliteration hooks and REINIT_PARAMS afterwards.
7589         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
7590         status.
7591         (REINIT_PARAMS): Define.
7592         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
7593         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
7594         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
7595         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
7596         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
7597         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
7598         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
7599         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
7600         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
7601         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
7602         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
7603         * iconvdata/tst-iconv7.c: New test.
7604
7605 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
7606
7607         * libio/stdio.h (vscanf): Fix definition for loser compilers.
7608
7609 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
7610
7611         [BZ #5112]
7612         * nscd/connections.c (restart): Fix condition.
7613
7614 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
7615
7616         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
7617         __ctype_toupper_loc): Add __THROW.
7618
7619 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
7620
7621         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
7622         recognition of interface family.
7623
7624         * posix/getconf.c: Update copyright year.
7625         * nss/getent.c: Likewise.
7626         * iconv/iconvconfig.c: Likewise.
7627         * iconv/iconv_prog.c: Likewise.
7628         * elf/ldconfig.c: Likewise.
7629         * catgets/gencat.c: Likewise.
7630         * csu/version.c: Likewise.
7631         * elf/ldd.bash.in: Likewise.
7632         * elf/sprof.c (print_version): Likewise.
7633         * locale/programs/locale.c: Likewise.
7634         * locale/programs/localedef.c: Likewise.
7635         * nscd/nscd.c (print_version): Likewise.
7636         * debug/xtrace.sh: Likewise.
7637         * malloc/memusage.sh: Likewise.
7638         * malloc/mtrace.pl: Likewise.
7639         * debug/catchsegv.sh: Likewise.
7640
7641 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
7642
7643         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
7644         second lookup.
7645
7646 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
7647
7648         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
7649         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
7650
7651 2007-12-17  Roland McGrath  <roland@redhat.com>
7652
7653         * inet/ether_line.c (ether_line): Remove unused variable.
7654
7655 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7656
7657         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
7658         and winp.
7659         * login/openpty.c (openpty): Likewise.
7660         * login/pty.h (openpty, forkpty): Likewise.
7661         * manual/terminal.texi (openpty, forkpty): Likewise.
7662
7663 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
7664
7665         * malloc/malloc.c (public_cALLOc): For arenas other than
7666         main_arena, count all bytes inside the mprotect_size range of the
7667         heap as uninitialized.
7668
7669 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
7670
7671         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
7672         executable stacks.
7673
7674         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
7675         mTRIm for all of them.
7676         (mTRIm): Additionally iterate over all free blocks and use madvise
7677         to free memory for all those blocks which contain at least one
7678         memory page.
7679         * malloc/tst-trim1.c: New file.
7680         * malloc/Makefile (tests): Add tst-trim1.
7681
7682         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
7683
7684 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
7685
7686         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7687         First cast argument to long
7688         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
7689         Return long.
7690         (__vdso_clock_gettime): Likewise.
7691         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
7692         return long.
7693
7694 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
7695
7696         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
7697         * locale/nl_langinfo_l.c: Real implementation, copied from
7698         nl_langinfo.c.
7699         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
7700
7701 2007-12-01  Jim Meyering  <meyering@redhat.com>
7702
7703         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7704         that would inhibit utf8-optimization of a regexp containing line-
7705         or buffer-anchors, e.g., `^', `$'.
7706
7707 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7708
7709         * time/bug-getdate1.c (do_test): Don't use century values which
7710         aren't valid on 32-bit systems.
7711
7712 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
7713
7714         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
7715         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
7716         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
7717         __strcat_g, __strncat_g): Add __asm__.
7718
7719 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7720
7721         [BZ #5477]
7722         * io/fchmodat.c: Fix typo in stub_warning use.
7723         Patch by Petr Salinger.
7724
7725 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
7726
7727         * iconvdata/hp-thai8.c: New file.
7728         * iconvdata/Makefile: Add rules for hp-thai8.c.
7729         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
7730         * iconvdata/gconv-modules: Likewise.
7731
7732         [BZ #5464]
7733         * iconvdata/hp-greek8.c: New file.
7734         * iconvdata/Makefile: Add rules for hp-greek8.c.
7735         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
7736         * iconvdata/gconv-modules: Likewise.
7737
7738         [BZ #5463]
7739         * iconvdata/hp-turkish8.c: New file.
7740         * iconvdata/Makefile: Add rules for hp-turkish8.c.
7741         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
7742         * iconvdata/gconv-modules: Likewise.
7743
7744         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
7745         (shrink_heap): ... this new function.
7746         (heap_trim): Call shrink_heap instead of grow_heap.
7747
7748         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
7749         case don't call alloc_perturb.
7750
7751 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
7752
7753         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
7754         possible.
7755         * sysdeps/unix/sysv/linux/kernel-features.h
7756         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
7757         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
7758
7759 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
7760
7761         [BZ #5424]
7762         * stdio-common/vfprintf.c: Do not overflow when adding to done.
7763         * stdio-common/Makefile (tests): Add bug22.
7764         * stdio-common/bug22.c: New file.
7765
7766         [BZ #5451]
7767         * time/getdate.c: Fix filling in default values.
7768         * time/bug-getdate1.c: New file.
7769         * time/Makefile: Add rules to build and run bug-getdate1.
7770
7771         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
7772         * iconvdata/ebcdic-es.c: Likewise.
7773         * iconvdata/ebcdic-es-a.c: Likewise.
7774         * iconvdata/ebcdic-uk.c: Likewise.
7775         * iconvdata/iso8859-16.c: Likewise.
7776         * iconvdata/viscii.c: Likewise.
7777         * iconvdata/iso8859-9e.c: Likewise.
7778         * iconvdata/Makefile: Adjust appropriately.
7779
7780         [BZ #5428]
7781         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
7782         __need_wint_t.
7783
7784 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7785
7786         [BZ #5427]
7787         * iconvdata/hp-roman9.c: New file.
7788         * iconvdata/Makefile: Add rules for hp-roman9.c.
7789         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
7790         * iconvdata/gconv-modules: Likewise.
7791
7792         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
7793         * iconvdata/Makefile: Adjust appropriately.
7794
7795         [BZ #5441]
7796         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
7797         structure, it's allocated with alloca.
7798         * stdio-common/Makefile (tests): Add bug21.
7799         * stdio-common/bug21.c: New file.
7800
7801 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
7802
7803         [BZ #5452]
7804         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
7805         keyword for gcc's braced-groups.
7806
7807 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7808
7809         [BZ #5454]
7810         * inet/ether_line.c: Strip hostname of whitespaces.
7811         * inet/Makefile (tests): Add tst-ether_line.
7812         * inet/tst-ether_line.c: New file.
7813
7814 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
7815
7816         [BZ #5439]
7817         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
7818
7819         [BZ #5435]
7820         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
7821
7822         * stdlib/tst-setcontext.c: Catch the case where the links gets
7823         messed up and we do not reach main again.
7824
7825         * po/ca.po: Update from translation team.
7826
7827 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
7828
7829         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
7830         * posix/regex.h (REG_ENOSYS): Likewise.
7831         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
7832
7833 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
7834
7835         * nscd/nscd.h (MAX_STACK_USE): Define.
7836         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
7837         (gc): Initialize stack_used based on allocation in prune_cache.
7838         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
7839         Clear array before use.
7840
7841         * nscd/aicache.c (addhstaiX): Update statistics counter in case
7842         memory allocation failed.
7843         * nscd/hstcache.c (cache_addhst): Likewise.
7844         * nscd/grpcache.c (cache_addgr): Likewise.
7845         * nscd/servicescache.c (cache_addserv): Likewise.
7846         * nscd/pwdcache.c (cache_addpw): Likewise.
7847         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7848
7849 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
7850
7851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
7852         and creat system calls.
7853
7854         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
7855
7856 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7857
7858         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
7859         Add netiucv/iucv.h.
7860         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
7861         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
7862         protocol.
7863         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
7864         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
7865         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
7866
7867 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7868
7869         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
7870         strncat): Define as macros to avoid compile errors.
7871
7872         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
7873         creat entries.
7874
7875 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
7876
7877         [BZ #5382]
7878         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
7879         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
7880         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
7881         overflow it.
7882         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7883
7884         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
7885         Return zero in case the thread library is not NPTL.
7886
7887         [BZ #5375]
7888         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
7889         initializing interface list.
7890
7891         [BZ #5378]
7892         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
7893         use result of nss_getgrgid_r if nothing was found.  For other
7894         error return with a failure.
7895         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7896
7897         * locale/programs/ld-collate.c (collate_read): Fix loop to match
7898         macro name.
7899
7900 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7901
7902         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
7903         (get_scope): For IPv4 scope, use scopes table.
7904         (fini): Free scopes table if necessary.
7905         (free_scopelist): New function.
7906         (scopecmp): New function.
7907         (gaiconf_init): Also handle scopev4 entries.
7908         * posix/tst-rfc3484.c (do_test): Initialize scopes.
7909         * posix/tst-rfc3484-2.c (do_test): Likewise.
7910         * posix/gai.conf: Document scopev4 defaults.
7911         * posix/Makefile (tests): Add tst-rfc3484-3.
7912         * posix/tst-rfc3484-3.c: New file.
7913
7914         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
7915         Teredo tunnels.
7916         * posix/gai.conf: Update for current default tables.
7917
7918 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7919
7920         * po/tr.po: Update from translation team.
7921
7922 2007-11-18  Roland McGrath  <roland@frob.com>
7923
7924         * manual/arith.texi (Remainder Functions): Spelling fix.
7925         From Shaun Silk <genix@mysoul.com.au>.
7926
7927         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
7928
7929 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
7930
7931         * po/zh_CN.po: Update from translation team.
7932
7933         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
7934         Add sys/signalfd.h and sys/eventfd.h.
7935
7936 2007-11-15  Bruno Haible  <bruno@clisp.org>
7937
7938         [BZ #5346]
7939         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
7940         union.
7941         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
7942         (DCIGETTEXT): Change the allocation of the 'search' variable so that
7943         it needs only fixed stack space. Delay the initialization of
7944         msgid_len until it is needed.
7945
7946 2007-11-15  Andreas Jaeger  <aj@suse.de>
7947
7948         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
7949         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
7950
7951 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
7952
7953         * po/ko.po: Update from translation team.
7954
7955 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
7956
7957         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
7958         significantly.  The device type is also part of the ifinfomsg data.
7959
7960         * po/sv.po: Update from translation team.
7961         * po/nl.po: Likewise.
7962
7963         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
7964         to wake up in 24 hours.
7965
7966         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
7967
7968 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
7969
7970         * po/cs.po: Update from translation team.
7971         * po/pl.po: Likewise.
7972
7973         * include/ifaddrs.h: Remove in6ai_temporary.
7974         (struct in6addrinfo): Add index element.
7975         Declare __check_native.
7976         * inet/Makefile (aux): Add check_native.
7977         * sysdeps/unix/sysv/linux/check_native.c: New file.
7978         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
7979         IFA_F_TEMPORARY.  Pass back ifa_index.
7980         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
7981         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
7982         call __check_native if necessary.
7983         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
7984         to sort addresses.  Pass information about the results.
7985         * posix/tst-rfc3484.c: Adjust for addition of index field and change
7986         of rfc3484_sort interface.
7987         * posix/tst-rfc3484-2.c: Likewise.
7988
7989         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
7990         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
7991         for _quicksort.
7992         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
7993         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
7994         on as third parameter to compare function and _quicksort.
7995         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
7996         to the compare function.
7997         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
7998         * Versions.def: Add GLIBC_2.8 for libc.
7999
8000         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
8001         * posix/tst-rfc3484-2.c: Likewise.
8002
8003         * include/kernel-features.h: Moved to...
8004         * sysdeps/mach/hurd/kernel-features.h: ...here.
8005
8006 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
8007
8008         * sysdeps/i386/i586/memcpy_chk.S: New file.
8009         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
8010         * sysdeps/i386/i586/memset_chk.S: Likewise.
8011
8012 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
8013
8014         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
8015         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
8016         list of interfaces.  Also store prefix length.
8017         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
8018         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
8019         prefix if source and destination address are in the same subnet.
8020         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
8021         Always look for matching record in in6ai list.
8022         Correct source_addr_len value for IPv6->IPv4 converted records.
8023
8024 2007-11-11  Roland McGrath  <roland@frob.com>
8025
8026         * include/kernel-features.h: New file.
8027
8028 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
8029
8030         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
8031         complications for 64-bit platforms.
8032
8033         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
8034         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
8035         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
8036         open64_2.
8037         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
8038         entries.
8039         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
8040         * sysdeps/wordsize-64/alphasort.c: New file.
8041         * sysdeps/wordsize-64/alphasort64.c: New file.
8042         * sysdeps/wordsize-64/fseeko.c: New file.
8043         * sysdeps/wordsize-64/fseeko64.c: New file.
8044         * sysdeps/wordsize-64/ftello.c: New file.
8045         * sysdeps/wordsize-64/ftello64.c: New file.
8046         * sysdeps/wordsize-64/ftw.c: New file.
8047         * sysdeps/wordsize-64/ftw64.c: New file.
8048         * sysdeps/wordsize-64/iofgetpos.c: New file.
8049         * sysdeps/wordsize-64/iofgetpos64.c: New file.
8050         * sysdeps/wordsize-64/iofopen.c: New file.
8051         * sysdeps/wordsize-64/iofopen64.c: New file.
8052         * sysdeps/wordsize-64/iofsetpos.c: New file.
8053         * sysdeps/wordsize-64/iofsetpos64.c: New file.
8054         * sysdeps/wordsize-64/lockf.c: New file.
8055         * sysdeps/wordsize-64/lockf64.c: New file.
8056         * sysdeps/wordsize-64/mkostemp.c: New file.
8057         * sysdeps/wordsize-64/mkostemp64.c: New file.
8058         * sysdeps/wordsize-64/mkstemp.c: New file.
8059         * sysdeps/wordsize-64/mkstemp64.c: New file.
8060         * sysdeps/wordsize-64/scandir.c: New file.
8061         * sysdeps/wordsize-64/scandir64.c: New file.
8062         * sysdeps/wordsize-64/tmpfile.c: New file.
8063         * sysdeps/wordsize-64/tmpfile64.c: New file.
8064         * sysdeps/wordsize-64/versionsort.c: New file.
8065         * sysdeps/wordsize-64/versionsort64.c: New file.
8066         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
8067         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
8068         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
8069         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
8070         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
8071         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
8072         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
8073         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
8074         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
8075         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
8076         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
8077         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
8078
8079         * crypt/sha256-crypt.c: Fix a comment.
8080         * crypt/sha512-crypt.c: Likewise.
8081
8082 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
8083
8084         * sysdeps/x86_64/memset.S: Add sfence after movnti.
8085
8086 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
8087
8088         [BZ #5277]
8089         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
8090         because output buffer is too small break, don't loop.
8091         * iconvdata/Makefile (tests): Add bug-iconv6.
8092         * iconvdata/bug-iconv6.c: New file.
8093
8094 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
8095
8096         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
8097         with size_t type.
8098         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
8099         size_t.  Add casts where needed.
8100
8101         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
8102         old headers, don't call avc_has_perm if we don't have the
8103         permission information.
8104
8105 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
8106
8107         * elf/rtld.c (dl_main): Use the page size to find the map start.
8108
8109 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
8110
8111         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
8112         Patch by Szymon Siwek <sls@poczta.wp.pl>.
8113
8114         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
8115         when the lookup call failed.
8116
8117         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
8118         Add prune_cond and wakeup_time.
8119         (CACHE_PRUNE_INTERNAL): Define.
8120         Update declarations of prune_cache and setup_thread.
8121         * nscd/connections.c (dbs): Update initializers.
8122         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
8123         (nscd_init): Default number of threads is now 4.
8124         (invalidate_cache): Take lock before calling prune_cache.
8125         (handle_request): If SELinux forbids the request, say so.
8126         (readylist_cond): Use static initializer.
8127         (nscd_run_prune): New function.  Used only by pruning threads.
8128         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
8129         here.
8130         (fd_ready): Update nscd_run reference.
8131         (start_threads): No need to initialize readylist_cond.
8132         Start pruning threads separately.
8133         * nscd/nscd_setup_thread.c: Change return value type to int and always
8134         return 0.
8135         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
8136         to int and return nonzero value if we can use the TID address hack.
8137         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
8138         the database is later than the new entry's timeout, update the
8139         wakeup time and wake the cleanup thread.
8140         (prune_cache): Return seconds the next entry in the database is still
8141         valid.  Remove locking for pruning here.
8142         * nscd/nscd.conf: Document default number of threads.
8143
8144 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
8145
8146         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
8147         stack is properly aligned for the target function.
8148         Correct unwind info.
8149
8150         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
8151         when using auditing libraries.
8152
8153 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
8154
8155         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
8156         _nss_dns_getnetbyaddr2_r.
8157         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
8158         extra parameter to getanswer_r.
8159         (_nss_dns_getnetbyaddr_r): Now a wrapper around
8160         _nss_dns_getnetbyaddr2_r.
8161
8162         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
8163         gethstbynm3_r.
8164         * nscd/gethstbynm2_r.c: Remove.
8165         * nscd/gethstbynm3_r.c: New file.
8166         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
8167         __gethostbyaddr_r.
8168         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
8169         __gethostbyaddr_r compatibility wrapper.
8170         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
8171         determining timeout of entry.
8172         (lookup): Take new parameter and pass it to __gethostbyname3_r and
8173         __gethostbyaddr2_r.
8174         (addhstbyX): Pass reference to variable for TTL to lookup and
8175         cache_addhst.
8176         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
8177         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
8178         and __nss_next2.  Remove __nss_services_lookup.
8179         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
8180         Add compat wrapper.
8181         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
8182         __nss_next2.
8183         * nss/getXXent_r.c: Likewise.
8184         * nss/getnssent_r.c: Likewise.
8185         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
8186         does not exist in module, try the optional second name.
8187         (__nss_next2): New function.
8188         (__nss_next): Now wrapper around __nss_next2.
8189         * nss/nsswitch.h: Adjust __nss_lookup prototype.
8190         Declare __nss_next2.
8191         Adjust definition of db_lookup_function type.
8192         * nss/service-lookup.c: Define NO_COMPAT.
8193         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
8194         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
8195         * inet/ether_ntoh.c: Likewise.
8196         * sunrpc/netname.c: Likewise.
8197         * sunrpc/publickey.c: Likewise.
8198         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
8199         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
8200         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
8201         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
8202         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
8203
8204         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
8205
8206         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
8207
8208 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
8209
8210         [BZ #5204]
8211         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
8212         * crypt/sha512c-test.c: Likewise.
8213
8214         [BZ #5225]
8215         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
8216         to keep track of end of %[ format string element.
8217         * stdio-common/Makefile (tests): Add bug20.
8218         * stdio-common/bug20.c: New file.
8219
8220         [BZ #5222]
8221         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
8222         path elements in counting mode.
8223
8224 2007-10-27  Andreas Jaeger  <aj@suse.de>
8225
8226         [BZ #5040]
8227         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
8228
8229         [BZ #3112]
8230         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
8231         (__cleanup): Free shared library when exiting.
8232         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
8233         (__cleanup): Free shared library when exiting.
8234
8235 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
8236
8237         [BZ #2549]
8238         * math/libm-test.inc (check_float_internal): Support
8239         denormalized return.
8240
8241 2007-10-23  Andreas Jaeger  <aj@suse.de>
8242
8243         [BZ #5208]
8244         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
8245         __LONG_LONG_PAIR to handle little endian byte order.
8246         Suggested by abhishekrai@google.com
8247
8248 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
8249
8250         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
8251
8252 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
8253
8254         * nscd/cache.c (prune_cache): Move test for modified file outside
8255         of locking.
8256
8257 2007-10-21  Andreas Jaeger  <aj@suse.de>
8258
8259         * manual/texinfo.tex: Update to latest version.
8260
8261         * manual/sysinfo.texi (System Parameters): Fix Formatting.
8262
8263         * manual/arith.texi (Status bit operations): Fix formatting.
8264
8265         * manual/errno.texi (Error Messages): Fix formatting.
8266
8267         * manual/sysinfo.texi (System Parameters): Fix formatting.
8268
8269         * manual/libc.texinfo: Update VERSION and UPDATED.
8270
8271 2007-10-19  Roland McGrath  <roland@redhat.com>
8272
8273         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
8274
8275 2007-10-06  David S. Miller  <davem@davemloft.net>
8276
8277         * configure.in: Add sparcv9v2 and sparc64v2.
8278         * scripts/config.sub: Likewise.
8279         * configure: Regenerate.
8280         * elf/elf.h (HWCAP_SPARC_N2): New.
8281         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
8282         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
8283         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
8284         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
8285         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
8286         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
8287         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
8288
8289 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
8290
8291         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
8292         even if the poll result indicates there is data to read.
8293         Patch by Jeff Moyer <jmoyer@redhat.com>.
8294
8295 2007-10-18  Roland McGrath  <roland@redhat.com>
8296
8297         * elf/elf.h (NT_PPC_VMX): New macro.
8298
8299 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8300
8301         * version.h (VERSION): Set to 2.7.90.
8302
8303 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8304
8305         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
8306         weak_alias.
8307
8308 2007-10-17  Roland McGrath  <roland@frob.com>
8309
8310         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
8311         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
8312
8313 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8314
8315         * version.h (VERSION): Bump to 2.7.
8316         * include/features.h (__GLIBC_MINOR__): Bump to 7.
8317
8318         [BZ #5186]
8319         * time/tzset.c (__tz_convert): Don't force testing for a change of
8320         TZ if not called from localtime.  But then also see whether the
8321         file changed, in case __use_tzfile is set.
8322
8323         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
8324         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8325         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8326         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8327         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8328         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8329         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
8330         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8331
8332 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8333
8334         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
8335         and admin selects to be able to replace the gai.conf file, lock
8336         data structures around the qsort call.
8337
8338 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8339
8340         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
8341         new memset.
8342         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
8343         too high for the improvements.  Implement bzero unconditionally for
8344         use in libc.
8345
8346 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8347             Jakub Jelinek  <jakub@redhat.com>
8348
8349         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
8350         even when time_t is 32-bit.
8351         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
8352         timezone data read by __tzfile_default.  Ensure __tzname[0] is
8353         always set after the search.
8354
8355 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8356
8357         * time/tzfile.c (__tzfile_read): Help the compiler recognize
8358         unreachable code on 32-bit machines.
8359
8360 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8361
8362         [BZ #5184]
8363         * time/strftime_l.c: Include stdbool.h.
8364         (my_strftime): New wrapper, old function renamed to...
8365         (__strftime_internal): ... new function.  Add tzset_called
8366         argument, pass it down to recursive calls, don't call tzset ()
8367         if already true, set to true after call to tzset ().
8368
8369 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8370
8371         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
8372         into account when copying TZ string.
8373
8374 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8375
8376         * time/tzfile.c (__tzfile_compute): For use_last case set i to
8377         num_transition rather than num_transitions - 1.
8378
8379 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8380
8381         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
8382         PIC indirect jump.
8383
8384         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
8385         a local label rather than HIDDEN_JUMPTARGET.
8386
8387 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8388
8389         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
8390         (init_cacheinfo): Initialize it.
8391         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
8392         Always define bzero.
8393         Remove non-glibc code.
8394         * sysdeps/x86_64/bzero.S: Make an empty file.
8395
8396 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
8397
8398         * sysdeps/x86_64/cacheinfo.c
8399         (__x86_64_preferred_memory_instruction): New.
8400         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
8401
8402         * sysdeps/x86_64/memset.S: Rewrite.
8403
8404 2007-10-15  Roland McGrath  <roland@redhat.com>
8405
8406         * po/libc.pot: Regenerated.
8407
8408 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8409
8410         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
8411         pointers.
8412
8413         [BZ #3425]
8414         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
8415         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
8416         address record to T_A/T_AAAA requests.
8417
8418 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
8419
8420         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
8421
8422         * posix/glob.c: Add some branch prediction throughout.
8423
8424         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
8425         read from nscd.
8426
8427         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
8428         service_order.
8429         (rfc3484_sort): Make sure that even if qsort doesn't support
8430         stable sorting out sorting here is stable by comparing service_order.
8431         (getaddrinfo): Initialize service_order.
8432         * posix/tst-rfc3484.c (do_test): Adjust for addition of
8433         service_order field to sorting structure.
8434         * posix/tst-rfc3484-2.c (do_test): Likewise.
8435
8436         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
8437         * time/tzset.c (tzset_internal): Break TZ string parsing out into
8438         __tzset_parse_tz and updating of daylight, timezone, tzname into
8439         update_vars.
8440         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
8441         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
8442         happens in __tz_compute.
8443         * time/tzfile.c (__tzfile_read): Also read TZ string.
8444         (find_transition): Fold into __tzfile_compute.
8445         (__tzfile_compute): For times beyond the last transition try to
8446         use the TZ string.
8447         * timezone/tst-timezone.c: Information in daylight and tzname does
8448         change for Asia/Tokyo timezone with more concrete information.
8449         Remove the test.
8450
8451         * include/stdio.h: Add libc_hidden_proto for ftello.
8452         * libio/ftello.c: Add libc_hidden_def.
8453
8454         [BZ #1140]
8455         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
8456         on the specified time and not the last entries in the file.  Move
8457         code to determine tzname[] to...
8458         (find_transition): ...here.  Add ugly guess for times before the
8459         first transition.
8460
8461 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8462
8463         [BZ #3195]
8464         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
8465         no entry.
8466         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
8467         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8468         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
8469         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8470
8471         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
8472         read mechanism when there are no group members and avoid no-op
8473         read syscall in this case.
8474
8475         [BZ #3242]
8476         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
8477         (__readall): If reading failed due to EAGAIN error wait a bit
8478         and possibly try again.
8479         (__readvall): Likewise.
8480
8481 2007-10-13  Bruno Haible  <bruno@clisp.org>
8482
8483         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
8484         when we cannot recode the message.
8485
8486 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8487
8488         [BZ #4359]
8489         * libio/__freading.c (__freading): Don't return true for
8490         write-only streams.  For read/write streams, check whether we
8491         performed a read operation already.
8492         * libio/Makefile (tests): Add tst-ext2.
8493         * libio/tst-ext2.c: New file.
8494
8495 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8496
8497         * locale/programs/repertoire.c (repertoire_read): Always free
8498         memory for repertoire file name [Coverity CID 270].
8499
8500         * elf/cache.c (save_aux_cache): Free memory allocated for
8501         temporary file name [Coverity CID 267].
8502
8503 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8504
8505         * misc/Makefile (headers): Add bits/error.h.
8506
8507 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8508
8509         * posix/fnmatch_loop.c: Take rule index returned as part of
8510         findidx return value into account when accessing weights.
8511         * posix/regcomp.c: Likewise.
8512         * posix/regexec.c: Likewise.
8513
8514         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
8515         (skip_to): Fix problems with parameter of elifdef/elifndef.
8516
8517 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
8518
8519         * iconv/gconv_simple.c: Add some branch prediction.
8520
8521 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8522
8523         * locale/programs/ld-collate.c (collate_read): If ignore_content
8524         and nowtok is tok_define, eat any tok_eol tokens.
8525
8526 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
8527
8528         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
8529         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
8530
8531         * inet/netinet/in.h: Don't include bits/socket.h.
8532         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
8533         macro.
8534         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8535
8536 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
8537
8538         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
8539         and tok_elifndef.
8540         * locale/programs/locfile-kw.gperf: Likewise.
8541         * locale/programs/ld-collate.c: Implement primitive preprocessor.
8542
8543 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
8544
8545         * stdio-common/printf-parse.h: Include string.h and wchar.h.
8546         (__find_specwc): Change into __extern_always_inline function.
8547         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
8548         (__parse_one_specmb): Remove ps argument.
8549         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
8550         Adjust __find_specmb and __parse_one_specmb callers.
8551         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
8552         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
8553         Removed.
8554         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
8555         caller.
8556
8557 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
8558
8559         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
8560         with some Pentium Ds.
8561
8562 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
8563
8564         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
8565         __read not read.
8566         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
8567         __write not write.
8568
8569 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8570
8571         [BZ #181]
8572         * locale/C-time.c: Set week_1stday data to 19971201.
8573         * locale/programs/ld-time.c (time_finish): Default for
8574         first_workday is Monday.
8575
8576         [BZ #2633]
8577         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
8578
8579         [BZ #5103]
8580         * posix/glob.c (glob): Recognize patterns starting \/.
8581         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
8582         (main): Add test for pattern starting \/.
8583
8584         * misc/error.h: Use __const instead of const.
8585         * misc/bits/error.h: Likewise.
8586
8587 2007-10-07  Andreas Jaeger  <aj@suse.de>
8588
8589         * include/bits/error.h: New file.
8590
8591         * misc/bits/error.h (error_at_line): Fix prototype.
8592
8593 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
8594
8595         [BZ #3924]
8596         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
8597         more little bugs in creating the stack frame when pltexit has to
8598         be called.
8599
8600         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
8601         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
8602
8603         [BZ #4407]
8604         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
8605         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
8606         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
8607         * math/libm-test.inc: Add test for this case.
8608
8609         [BZ #5010]
8610         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
8611         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
8612         map service succeeded.
8613         (svc_is_mapped): New function.
8614         (svc_unregister): Use it before trying to unmap service.
8615
8616 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
8617
8618         * timezone/zic.c: Update from tzcode2007h.
8619
8620         [BZ #5063]
8621         * timezone/africa: Update from tzdata2007h.
8622         * timezone/antarctica: Likewise.
8623         * timezone/asia: Likewise.
8624         * timezone/australasia: Likewise.
8625         * timezone/europe: Likewise.
8626         * timezone/leapseconds: Likewise.
8627         * timezone/northamerica: Likewise.
8628         * timezone/southamerica: Likewise.
8629         * timzeone/zone.tab: Likewise.
8630
8631         [BZ #5104]
8632         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
8633
8634         [BZ #5113]
8635         * string/bits/string2.h (__strdup): Cast parameters to calloc to
8636         avoid warning with -Wconversion.
8637         (__strndup): Likewise.
8638         Half the patch by Christian Iseli <christian.iseli@licr.org>.
8639
8640         [BZ #5112]
8641         * nscd/connections.c (restart): Don't resync if database is
8642         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
8643
8644         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
8645         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
8646
8647         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
8648         evetnfd_read, eventfd_write.
8649         * sysdeps/unix/sysv/linux/eventfd.c: New file.
8650         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
8651         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
8652         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
8653         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
8654         eventfd_write for GLIBC_2.7.
8655
8656         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
8657         * sysdeps/unix/sysv/linux/signalfd.c: New file.
8658         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
8659         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
8660
8661 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
8662
8663         * stdlib/msort.c: Include stdint.h.
8664         (struct msort_param): New type.
8665         (msort_with_tmp): Use struct msort_param pointer for unchanging
8666         parameters.  Add optimized handling for several common sizes
8667         and indirect sorting mode.
8668         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
8669         sorting.
8670         Suggested by Belazougui Djamel .
8671
8672         * stdlib/Makefile (tests): Add tst-qsort2.
8673         * stdlib/tst-qsort2.c: New test.
8674
8675 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
8676
8677         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
8678         for dup2 in case another thread races with the current one.  Retry
8679         in this case.
8680
8681         * misc/error.h: Remove support for use outside of libc.  We have to
8682         include <features.h> now.  Include <bits/error.h> if possible.
8683         * misc/bits/error.h: New file.
8684
8685 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
8686
8687         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
8688         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
8689         __extern_always_inline functions unconditionally, drop macros.
8690
8691         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
8692         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
8693         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
8694
8695         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
8696         add __artificial__ attribute.
8697
8698 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
8699
8700         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
8701         backward to forward direction.
8702
8703         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
8704
8705         [BZ #645]
8706         * locale/programs/ld-collate.c (collate_finish): Compare against last
8707         used section which is known to have rules defined.
8708         (collate_read): After order_start, correctly record order of sections
8709         and queue sections up.
8710
8711 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
8712
8713         [BZ #5071]
8714         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
8715         the same number of pages.
8716         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
8717
8718         * locale/programs/ld-collate.c (collate_read): After initial copy
8719         statement, continue in state 0.
8720
8721         * include/stdio_ext.h (__fsetlocking): Define as macro.
8722
8723 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
8724
8725         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
8726         of section order.
8727
8728         * po/pt_BR.po: Fix typo.
8729
8730 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
8731
8732         * iconvdata/Makefile (modules): Add ISO8859-9E.
8733         (distribute): Add iso8859-9e.c.
8734         (gen-8bit-gap-modules): Add iso8859-9e.
8735         * iconvdata/iso8859-9e.c: New file.
8736         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
8737         * iconvdata/TESTS: Likewise.
8738         * iconvdata/tst-tables.sh: Likewise.
8739
8740         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8741
8742         * locale/iso-639.def: Add several new entries.
8743
8744 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8745
8746         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
8747         void * pointers instead of struct link_map **.
8748         (_dl_scope_free): Change argument type to void *.
8749         * include/link.h (struct link_map): Change type of l_reldeps
8750         to struct link_map_reldeps, move l_reldepsact into that
8751         struct too.
8752         * elf/dl-deps.c: Include atomic.h.
8753         (_dl_map_object_deps): Only change l->l_initfini when it is
8754         fully populated, use _dl_scope_free for freeing it.  Optimize
8755         removal of libs from reldeps by using l_reserved flag, when
8756         some removal is needed, allocate a new list instead of
8757         reallocating and free the old with _dl_scope_free.  Adjust
8758         for l_reldeps and l_reldepsact changes.
8759         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
8760         searching in l_initfini and l_reldeps without holding dl_load_lock.
8761         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
8762         l_reldepsact changes.
8763         * elf/dl-close.c (_dl_close_worker): Likewise.
8764         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
8765
8766 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
8767
8768         * iconvdata/Makefile (modules): Add KOI8-RU.
8769         (distribute): Add koi8-ru.c.
8770         (gen-8bit-gap-modules): Add koi8-ru.
8771         * iconvdata/koi8-ru.c: New file.
8772         * iconvdata/gconv-modules: Add entries for KOI8-RU.
8773         * iconvdata/TESTS: Likewise.
8774         * iconvdata/tst-tables.sh: Likewise.
8775
8776         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8777
8778 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
8779
8780         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
8781         with __warning__/__error__ attributes.
8782         (__warnattr): Define.
8783         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
8784         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
8785         __warnattr.
8786         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
8787         of __*_chk if compile time detectable overflow is found.
8788         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
8789         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
8790         with __warnattr.
8791         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
8792         instead of __*_chk if compile time detectable overflow is found.
8793         (__gets_alias): Rename to...
8794         (__gets_warn): ... this.  Add __warnattr.
8795         (gets): Call __gets_warn instead of __gets_alias.
8796         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
8797         aliases with __warnattr.
8798         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
8799         time detectable overflow is found.
8800         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
8801         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
8802         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
8803         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
8804         __getdomainname_chk_warn): New aliases with __warnattr.
8805         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
8806         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
8807         __*_chk_warn instead of __*_chk if compile time detectable overflow
8808         is found.
8809         (__getgroups_chk): Rename argument to __listlen from listlen.
8810         (__getwd_alias): Rename to...
8811         (__getwd_warn): ... this.  Add __warnattr.
8812         (getwd): Call __getwd_warn instead of __getwd_alias.
8813         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
8814         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
8815         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
8816         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
8817         __wcsnrtombs_chk_warn): New aliases with __warnattr.
8818         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
8819         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
8820         compile time detectable overflow is found.
8821         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
8822         to use __*_chk or not.
8823         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
8824         in comparisons which function should be called and in __*_chk*
8825         arguments.  Call __*_chk_warn instead of __*_chk if compile time
8826         detectable overflow is found.
8827         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
8828         __*_chk argument.
8829         * debug/tst-chk1.c (do_test): Add a few more tests.
8830
8831 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
8832
8833         [BZ #5058]
8834         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
8835         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
8836         (_nl_unload_domain): Finalize conversions_lock.
8837         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
8838         handling table of known conversions.
8839
8840 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8841
8842         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
8843         close_not_cancel_no_status instead of close.
8844
8845 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
8846
8847         [BZ #5028]
8848         * posix/regcomp.c (lookup_collation_sequence_value): Check that
8849         nrules != 0 for multibyte chars.
8850
8851 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
8852
8853         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
8854         Provide better error message in case the type is unknown.
8855
8856         [BZ #4963]
8857         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
8858         * string/stratcliff.c: Make usable to test wide char functions.
8859         * wcsmbs/wcsatcliff.c: New file.
8860         * wcsmbs/Makefiel (tests): Add wcsatcliff.
8861
8862         [BZ #4972]
8863         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
8864         (distribute): Add mac-centraleurope.c.
8865         (gen-8bit-gap-modules): Add mac-centraleurope.
8866         * iconvdata/mac-centraleurope.c: New file.
8867         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
8868         * iconvdata/TESTS: Likewise.
8869         * iconvdata/tst-tables.sh: Likewise.
8870
8871         [BZ #5043]
8872         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
8873
8874 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
8875
8876         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
8877         from __x86_64_core_cache_size_half.
8878         (init_cacheinfo): Compute shared cache size for AMD processors with
8879         shared L3 correctly.
8880         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
8881         name change.
8882         Patch in large parts by Evandro Menezes.
8883
8884 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
8885
8886         * elf/dl-lookup.c (add_dependency): Handle failing memory
8887         allocation for dependency list.  Remove unnecessary check.
8888
8889         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
8890         open/close when determining source addresses.
8891
8892         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
8893         sha512-crypt, and sha512.
8894         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
8895         (distribute): Add sha256.h and sha512.h.
8896         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
8897         and call the appropriate code.
8898         * crypt/sha256-crypt.c: New file.
8899         * crypt/sha256.c: New file.
8900         * crypt/sha256.h: New file.
8901         * crypt/sha256c-test.c: New file.
8902         * crypt/sha256test.c: New file.
8903         * crypt/sha512-crypt.c: New file.
8904         * crypt/sha512.c: New file.
8905         * crypt/sha512.h: New file.
8906         * crypt/sha512c-test.c: New file.
8907         * crypt/sha512test.c: New file.
8908
8909 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
8910
8911         * misc/bits/syslog.h (syslog): Remove extraneous argument from
8912         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
8913         __syslog_chk.
8914
8915 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
8916
8917         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
8918         %as in fscanf format strings.
8919
8920         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
8921         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8922         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8923         Likewise.
8924         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8925         Likewise.
8926
8927         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
8928         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
8929         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
8930         * elf/dl-sym.c (do_sym): Likewise.
8931         * include/link.h (struct link_map): Add l_serial field.
8932         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
8933         * elf/dl-lookup.c (add_dependency): Add flags argument.
8934         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
8935         flags, use THREAD_GSCOPE_RESET_FLAG before and
8936         THREAD_GSCOPE_SET_FLAG after
8937         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
8938         Don't dereference map until it has been found on some list.
8939         If map->l_serial changed, return -1.
8940
8941 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
8942
8943         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
8944         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
8945         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
8946         libc_hidden_proto.
8947         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
8948         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
8949         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
8950         add libc_hidden_proto.
8951         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8952         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8953         conformance requested.
8954         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
8955         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8956         conformance requested.
8957         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8958         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
8959         conformance requested.
8960         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
8961         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
8962         ISO C99 or POSIX conformance requested.
8963         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
8964         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
8965         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
8966         and __isoc99_vsscanf@@GLIBC_2.7.
8967         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
8968         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
8969         (tests): Add scanf14.
8970         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
8971         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
8972         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
8973         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
8974         CFLAGS-isoc99_scanf.c): Add $(exceptions).
8975         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
8976         from using internal headers.
8977         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
8978         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
8979         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
8980         and __isoc99_vswscanf@@GLIBC_2.7.
8981         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
8982         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
8983         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
8984         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
8985         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
8986         * stdio-common/isoc99_scanf.c: New file.
8987         * stdio-common/isoc99_vsscanf.c: New file.
8988         * stdio-common/isoc99_vscanf.c: New file.
8989         * stdio-common/isoc99_vfscanf.c: New file.
8990         * stdio-common/isoc99_fscanf.c: New file.
8991         * stdio-common/isoc99_sscanf.c: New file.
8992         * wcsmbs/isoc99_fwscanf.c: New file.
8993         * wcsmbs/isoc99_vswscanf.c: New file.
8994         * wcsmbs/isoc99_swscanf.c: New file.
8995         * wcsmbs/isoc99_wscanf.c: New file.
8996         * wcsmbs/isoc99_vwscanf.c: New file.
8997         * wcsmbs/isoc99_vfwscanf.c: New file.
8998         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
8999         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
9000         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
9001         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
9002         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
9003         * stdio-common/scanf14.c: New test.
9004         * stdio-common/scanf15.c: New test.
9005         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
9006         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
9007         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
9008         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
9009         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
9010         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
9011         __nldbl___isoc99_scanf@@GLIBC_2.7,
9012         __nldbl___isoc99_fscanf@@GLIBC_2.7,
9013         __nldbl___isoc99_sscanf@@GLIBC_2.7,
9014         __nldbl___isoc99_vscanf@@GLIBC_2.7,
9015         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
9016         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
9017         __nldbl___isoc99_wscanf@@GLIBC_2.7,
9018         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
9019         __nldbl___isoc99_swscanf@@GLIBC_2.7,
9020         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
9021         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
9022         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
9023         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
9024         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
9025         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
9026         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
9027         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
9028         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
9029         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
9030         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
9031         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
9032         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
9033         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
9034         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
9035         functions.
9036         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
9037         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
9038         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
9039         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
9040         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
9041         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
9042         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
9043         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
9044         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
9045         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
9046         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
9047         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
9048
9049         * stdio-common/Makefile (tests): Add scanf13.
9050         (scanf13-ENV): New.
9051         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
9052         m modifier followed by l.
9053         (STRING_ARG): Add width argument.
9054         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
9055         <case L_('C')>: Handle %mlc and %mC.
9056         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
9057         arguments.
9058         * stdio-common/scanf13.c: New test.
9059
9060         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
9061         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
9062
9063 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
9064
9065         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
9066         type and __THROW marker of splice, vmsplice, and tee.
9067         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9068         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9069         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9070         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9071         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
9072         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9073         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9074         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
9075         as cancellation points.
9076
9077 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
9078
9079         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
9080         parse more than three parts of the version number.
9081
9082 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
9083
9084         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
9085         modifier.  Patch by Jakub Jelinek.
9086
9087 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
9088
9089         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
9090         call_fallocate in misc subdir.
9091         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
9092         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
9093         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
9094         instead of __fallocate64.
9095         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
9096
9097 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
9098
9099         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
9100         * rt/Makefile (headers): Add bits/mqueue2.h.
9101         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
9102         optimizing with GCC and __va_arg_pack_len is defined.
9103         * rt/bits/mqueue2.h: New file.
9104         * rt/mq_open.c (__mq_open): Renamed from mq_open.
9105         (mq_open): New strong_alias.
9106         (__mq_open_2): New function.
9107         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
9108         (mq_open): New strong_alias.
9109         (__mq_open_2): New function.
9110         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
9111         * Versions.def (librt): Add GLIBC_2.7 version.
9112         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
9113         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
9114
9115         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
9116         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
9117         is defined rather than when not C++.
9118         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
9119         __openat64_alias): New redirects.
9120         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
9121         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
9122         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
9123         (open, open64, openat, openat64): Rewrite as __extern_always_inline
9124         functions instead of function-like macros.
9125
9126 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
9127
9128         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
9129         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
9130         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
9131
9132 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
9133
9134         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
9135         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
9136
9137 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
9138
9139         * inet/tst-network.c: Increment ERRORS for failing tests.
9140
9141 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
9142
9143         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
9144         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
9145         implement as __extern_always_inline function.
9146         (vsyslog): Define as __extern_always_inline function unconditionally.
9147         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
9148         When __va_arg_pack is defined, implement as __extern_always_inline
9149         functions.
9150         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
9151         __extern_always_inline functions unconditionally.
9152         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
9153         bits/stdio2.h will be included.
9154         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
9155         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
9156         implement as __extern_always_inline functions.
9157         (vswprintf, vwprintf, vfwprintf): Define as
9158         __extern_always_inline functions unconditionally.
9159         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
9160
9161 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
9162
9163         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
9164         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
9165         attribute.
9166         * include/features.h (__USE_EXTERN_INLINES): Define only when
9167         __extern_inline is defined.
9168         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
9169         is defined instead of when not __cplusplus.
9170         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
9171         is defined instead of when not __cplusplus.
9172         * socket/sys/socket.h: Include bits/socket2.h when
9173         __extern_always_inline is defined instead of when not __cplusplus.
9174         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
9175         is defined instead of when not __cplusplus.
9176         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
9177         is defined instead of when not __cplusplus.
9178         * string/string.h: Include bits/string3.h when __extern_always_inline
9179         is defined instead of when not __cplusplus.
9180         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
9181         is defined instead of when not __cplusplus.
9182         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
9183         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
9184         is not defined.
9185         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
9186         defined __extern_always_inline instead of !defined __cplusplus.
9187         * libio/bits/stdio-ldbl.h: Likewise.
9188         * wcsmbs/bits/wchar-ldbl.h: Likewise.
9189         * misc/bits/syslog.h (syslog): Don't define for C++.
9190         (vsyslog): Use __extern_always_inline function for C++ instead of
9191         a macro.
9192         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
9193         whenever that macro is defined.
9194         (vprintf): Don't provide the inline for C++.
9195         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
9196         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
9197         define the macros for C++.
9198         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
9199         __extern_always_inline functions for C++.
9200         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
9201         stat64, lstat64, fstat64, fstatat64): Don't define if not
9202         __USE_EXTERN_INLINES.
9203         * wcsmbs/bits/wchar2.h: Fix #error message.
9204         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
9205         (vswprintf, vwprintf, vfwprintf): Define using
9206         __extern_always_inline functions for C++.
9207         * string/bits/string3.h: Don't #undef macros if __cplusplus.
9208         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
9209         strncpy, strcat, strncat): Define as __extern_always_inline
9210         functions instead of macros for C++.
9211         * math/bits/cmathcalls.h: Guard __extern_inline routines with
9212         defined __extern_inline.
9213         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
9214         to __extern_inline whenever that macro is defined.
9215         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9216         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9217         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
9218         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
9219         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9220         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9221         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9222         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9223         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
9224         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
9225         prototypes.  Only provide __extern_inline routines if
9226         __USE_EXTERN_INLINES.
9227         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
9228         tests.
9229         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
9230         For now avoid some *printf tests in C++.  Skip all testing
9231         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
9232         is not.
9233         * debug/tst-chk4.cc: New file.
9234         * debug/tst-chk5.cc: New file.
9235         * debug/tst-chk6.cc: New file.
9236         * debug/tst-lfschk4.cc: New file.
9237         * debug/tst-lfschk5.cc: New file.
9238         * debug/tst-lfschk6.cc: New file.
9239         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
9240         prototypes in C++.
9241         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
9242         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
9243         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
9244
9245 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
9246
9247         * po/cs.po: Update from translation team.
9248
9249 2007-09-11  Roland McGrath  <roland@redhat.com>
9250
9251         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
9252         compiling.
9253
9254 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9255
9256         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
9257
9258 2007-09-05  Roland McGrath  <roland@redhat.com>
9259
9260         * manual/signal.texi (Signaling Another Process): Typo fix.
9261         From Karl Berry <karl@freefriends.org>.
9262
9263 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
9264
9265         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
9266         zero if not defined.
9267         (make_request): Recognize optimistic addresses and treat them like
9268         deprecated addresses.
9269         Reported by Neil Horman <nhorman@redhat.com>.
9270
9271 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
9272
9273         * nscd/connections.c (send_ro_fd): Also transfer file size.
9274         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
9275         file size don't call fstat.
9276
9277         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
9278         ahead and map the file.  This should always be correct and we can
9279         catch problems later.
9280
9281 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
9282
9283         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
9284         prototypes.
9285         (__fread_alias, __fread_unlocked_alias): New aliases.
9286         (fread): New extern inline.
9287         (fread_unlocked): Likewise.  Undef macro before definition of
9288         the inline function.
9289         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
9290         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
9291         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
9292         and __fread_unlocked_chk@@GLIBC_2.7.
9293         * debug/fread_chk.c: New file.
9294         * debug/fread_u_chk.c: New file.
9295         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
9296
9297 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
9298
9299         * sysdeps/unix/sysv/linux/syscalls.list
9300         (personality): Change caller to EXTRA.
9301
9302 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
9303
9304         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
9305         to keep gcc quiet.
9306         * iconvdata/iso-2022-cn.c (BODY): Likewise.
9307
9308         * locale/programs/ld-collate.c (collate_output): Avoid warning if
9309         NDEBUG is defined.
9310
9311         * Makerules: Use -p option with mkdir.
9312
9313         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
9314         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
9315         (_xdr_directory_obj): Likewise.
9316         (xdr_entry_obj): Likewise.
9317         (xdr_group_obj): Likewise.
9318         (xdr_link_obj): Likewise.
9319         (xdr_table_obj): Likewise.
9320         (_xdr_nis_result): Likewise.
9321         (_xdr_ns_request): Likewise.
9322         (_xdr_ib_request): Likewise.
9323         (_xdr_nis_taglist): Likewise.
9324         (xdr_cback_data): Likewise.
9325         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
9326         (xdr_ypresp_maplist): Likewise.
9327
9328         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
9329
9330         * posix/regex_internal.h: Prevent some declarations and definitions
9331         to be seen when used in tests.
9332
9333         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
9334         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
9335
9336         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
9337
9338         * config.make.in (datarootdir): Add to shut up configure.
9339
9340         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
9341         associativity for fully-associative caches.
9342
9343         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
9344         requests.  Fill on more associativity values for L2.
9345         Patch mostly by Evandro Menezes.
9346
9347 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
9348
9349         * sysdeps/unix/sysv/linux/x86_64/init-first.c
9350         (_libc_vdso_platform_setup): Avoid using exported variable by using
9351         alias.
9352
9353         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
9354
9355         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
9356         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
9357         defined.
9358
9359 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
9360
9361         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
9362         align stack for call if pltexit is to be used.
9363
9364         [BZ #3924]
9365         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
9366         align for function call in case pltexit has to be called later.
9367
9368         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
9369         implicit atomic operation when storing function pointer.
9370         (_dl_runtime_profile): Likewise.
9371
9372 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9373
9374         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
9375         NIS_NOTFOUND.
9376
9377 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9378
9379         [BZ #4566]
9380         * string/strtok.c: Fix typo in comment.
9381
9382         [BZ #4582]
9383         * debug/segfault.c: Fix typos in comments.
9384
9385         [BZ #4588]
9386         * stdio-common/tempnam.c: Fix comment, it is not checked that
9387         TMPDIR points to a writable directory.
9388
9389         [BZ #4726]
9390         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
9391         memory allocated for the name server address.
9392
9393         [BZ #4946]
9394         * nscd/connections.c (handle_request): Using sendfile always
9395         requires that mmap is used for the database.
9396         Patch by Petr Baudis <pasky@suse.cz>.
9397
9398         [BZ #4905]
9399         * nscd/hstcache.c (cache_addhst): When reloading an entry which
9400         suddenly has two or more addresses, ignore it and remove the old
9401         entry.
9402
9403         [BZ #4814]
9404         * resolv/res_hconf.c: Prepare for compiling outside libc.
9405         * nscd/res_hconf.c: New file.
9406         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
9407         the new file.
9408         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
9409         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
9410
9411         * nscd/hstcache.c (cache_addhst): Minimal optimization.
9412
9413         [BZ #4925]
9414         * debug/pcprofiledump.c: Turn on internationalization by calling
9415         setlocale.  Patch mostly by Benno Schulenberg.
9416
9417         [BZ #4936]
9418         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
9419         the state.
9420         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
9421         * iconvdata/bug-iconv5.c: New file.
9422
9423 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
9424
9425         [BZ #4896]
9426         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
9427         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
9428         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
9429         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
9430         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
9431         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
9432         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
9433         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
9434
9435 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9436
9437         [BZ #4937]
9438         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
9439         lookup loop.  Suggested by John Reiser.
9440
9441 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
9442
9443         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
9444
9445 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
9446
9447         * csu/libc-start.c: Don't handle VDSO_SETUP here.
9448         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
9449         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
9450         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
9451         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
9452         to...
9453         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
9454
9455 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
9456
9457         * po/nl.po: Update from translation team.
9458
9459 2007-08-16  Andreas Jaeger  <aj@suse.de>
9460
9461         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
9462         Reported by Peter Festner <peter.festner@ewetel.net>.
9463
9464 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9465
9466         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
9467
9468 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
9469
9470         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
9471         to check for undefined symbols.
9472
9473         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
9474         If the syscall fails, set errno to the actual returned error number
9475         rather than EINVAL.
9476         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
9477         arguments are incorrect, set errno to EINVAL, if the syscall
9478         fails, set errno to the actual returned error number.
9479
9480         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
9481         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
9482
9483         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
9484         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
9485         file.
9486         (ASI_PNF, ASI_BLK_P): Don't define.
9487         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
9488         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
9489         file.
9490         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
9491         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
9492         file.
9493
9494 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
9495
9496         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
9497         FE_UNDERFLOW on Niagara CPUs.
9498
9499         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
9500         exceptions.
9501
9502 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
9503
9504         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
9505         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
9506         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
9507         flush should be used or not inside of the function.
9508         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
9509
9510         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
9511         __thread_start): Use HIDDEN_JUMPTARGET.
9512         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
9513         __thread_start): Likewise.
9514         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
9515
9516         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
9517         Add libc_hidden_proto.
9518         (STRTOF): Add libc_hidden_proto.
9519         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
9520         (strtold_l, wcstold_l): Use them as second argument for
9521         long_double_symbol.
9522
9523 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9524
9525         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
9526
9527 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9528
9529         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
9530
9531 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9532
9533         * po/bg.po: New file.  From the translation team.
9534
9535 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9536
9537         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
9538         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
9539         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
9540         when each feature was introduced.
9541
9542         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
9543         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
9544         (CHECK_HASH): New macro.
9545         (PREPARE_VERSION): Use it.
9546
9547         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
9548         prototype if not __ASSUME_PSELECT.
9549         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
9550         prototype if not __ASSUME_PPOLL.
9551
9552         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
9553
9554         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
9555         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
9556         is defined.
9557
9558 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
9559
9560         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9561         (_libc_vdso_platform_setup): If vDSO is not available point
9562         __vdso_gettimeofday to the vsyscall.
9563         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
9564         __vdso_gettimeofday instead of vsyscall.
9565
9566 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9567
9568         * nscd/servicescache.c: Include kernel-features.h.
9569         * nscd/gai.c: Likewise.
9570         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
9571         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
9572         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
9573         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9574         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9575         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
9576         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9577         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
9578         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9579
9580 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9581
9582         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
9583         and _dl_get_origin defines anymore.
9584
9585         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
9586         Build fix for systems which might lack POSIX timer support.
9587
9588         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9589         (_libc_vdso_platform_setup): Mangle function pointers before storing
9590         them.
9591         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
9592         Demangle vdso pointer before use.
9593         (INTERNAL_VSYSCALL): Likewise.
9594
9595         * elf/cache.c (primes): Mark as const.
9596         Noted by Roland McGrath.
9597
9598 2007-08-01  Andreas Jaeger  <aj@suse.de>
9599             Jakub Jelinek  <jakub@redhat.com>
9600
9601         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
9602         (options): Add option.
9603         (parse_opt): Handle option.
9604         (manual_link): Adjust process_file caller.  Call implicit_soname.
9605         (search_dir): Formatting.  Use and populate auxiliary cache.
9606         (main): Load and save auxiliary cache.
9607         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
9608         stat64 from fstat64 to caller.
9609         (implicit_soname): New function.
9610         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
9611         leave *soname as NULL.
9612         * elf/cache.c: Include libgen.h.
9613         (print_entry, print_cache, compare, save_cache, add_to_cache):
9614         Formatting and cleanups.
9615         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
9616         aux_cache_file): New structures.
9617         (AUX_CACHEMAGIC): Define.
9618         (primes): New array.
9619         (aux_hash_size, aux_hash): New variables.
9620         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
9621         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
9622         load_aux_cache, save_aux_cache): New functions.
9623         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
9624         (init_aux_cache, search_aux_cache, add_to_aux_cache,
9625         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
9626         (process_file): Adjust prototype.
9627
9628 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
9629
9630         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
9631         with __need_size_t.
9632
9633 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9634
9635         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
9636         r_found_version structure as second parameter.
9637         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
9638         (_dl_vdso_vsym): Change type of second parameter accordingly.
9639         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
9640         (_libc_vdso_platform_setup): Adjust.
9641         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9642         (_libc_vdso_platform_setup): Likewise.
9643
9644         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
9645         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
9646         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
9647         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
9648         * csu/libc-start.c: Pretty printing.
9649         Use VDSO_SETUP if defined.
9650         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
9651         and let generic code call into _libc_vdso_platform_setup.
9652         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
9653         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
9654         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
9655         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
9656         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
9657         for GLIBC_PRIVATE.
9658         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
9659         (sysdep_rountines): Add dl-vdso.
9660
9661         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
9662         of routines.
9663
9664         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
9665         attribute_hidden to __vdso_gettimeofday prototype.
9666
9667 2007-08-12  Roland McGrath  <roland@redhat.com>
9668
9669         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
9670         From: Karl Berry <karl@freefriends.org>.
9671
9672 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
9673
9674         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
9675         an atime update for the files we read.
9676
9677 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9678
9679         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
9680
9681         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
9682         instead of mkstemp.
9683
9684         * misc/Makefile (routines): Add mkostemp and mkostemp64.
9685         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
9686         * misc/mkostemp.c: New file.
9687         * misc/mkostemp64.c: New file.
9688         * stdlib/stdlib.h: Declare the new functions.
9689         * sysdeps/posix/tempname.c: Add new parameter which is added to
9690         the flags for open.  Remove __GT_BIGFILE handling.
9691         * stdio-common/tempname.c: Likewise.
9692         * include/stdio.h: Adjust __gen_tempname prototype.
9693         Renumber __GT_* constants.
9694         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
9695         * misc/mkdtemp.c: Likewise.
9696         * misc/mkstemp.c: Likewise.
9697         * misc/mkstemp64.c: Likewise.
9698         * misc/mktemp.c: Likewise.
9699         * stdio-common/tempnam.c: Likewise.
9700         * stdio-common/tmpfile.c: Likewise.
9701         * stdio-common/tmpfile64.c: Likewise.
9702         * stdio-common/tmpnam.c: Likewise.
9703         * stdio-common/tmpnam_r.c: Likewise.
9704
9705 2007-08-10  Roland McGrath  <roland@frob.com>
9706
9707         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
9708         New macros.
9709         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
9710         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
9711
9712 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9713
9714         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
9715         possible.
9716         * nss/nss_files/files-alias.c (internal_setent): Likewise.
9717         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
9718         * nss/nss_files/files-have_o_cloexec.c: New file.
9719
9720         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
9721         available.
9722
9723 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
9724
9725         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
9726         ___new_wcstold_l): New weak aliases.
9727         (strtold_l, wcstold_l): Use them as second argument for
9728         long_double_symbol.
9729
9730 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
9731
9732         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
9733         register in test for error.
9734
9735         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
9736         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
9737
9738         * po/sv.po: Update from translation team.
9739
9740 2007-08-06  Roland McGrath  <roland@redhat.com>
9741
9742         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
9743         Remove __strto*_l inlines.
9744         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
9745         * stdlib/strtod.c: Add libc_hidden_def.
9746         * stdlib/strtod_l.c: Likewise.
9747         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
9748         for __new_strtold and __new_wcstold.
9749         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
9750         __STRTOF, STRTOF.
9751         * stdlib/strtol.c: Add libc_hidden_def.
9752         * stdlib/strtol_l.c: Likewise.
9753         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
9754         strtoq.
9755
9756         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
9757
9758         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
9759         * scripts/data/localplt-generic.data: ... here.
9760         * elf/Makefile (check-data): Get generic file if no other.
9761         ($(objpfx)check-localplt.out): Make target unconditional.
9762
9763         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
9764         Use ElfW(Nhdr).
9765
9766 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
9767
9768         * po/zh_CN.po: Updated translation from translation team.
9769
9770 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
9771
9772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
9773         Don't use CGOTSETUP and CGOTRESTORE macros.
9774
9775 2007-08-04  Roland McGrath  <roland@redhat.com>
9776
9777         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
9778
9779 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
9780
9781         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
9782         __extension__ around the whole statement expression.
9783
9784 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
9785
9786         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
9787         elements during initialization.
9788
9789         * po/pl.po: Updated translation from translation team.
9790         * po/tr.po: Likewise.
9791         * po/nl.po: Likewise.
9792
9793 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
9794
9795         * rt/aio.h: Add __nonnull attributes.
9796
9797 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9798
9799         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
9800         * stdlib/Makefile (tests): Add tst-strtod5.
9801         (tst-strtod5-ENV): New.
9802         * stdlib/tst-strtod5.c: New file.
9803
9804         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
9805         failed.
9806         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
9807         on failure.
9808
9809         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
9810         allocated.
9811
9812 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9813
9814         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
9815         numbers.
9816
9817 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
9818
9819         * io/Makefile (aux): Add have_o_cloexec.
9820         * include/fcntl.h: Declare __have_o_cloexec.
9821         * io/have_o_cloexec.c: New file.
9822         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
9823         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
9824         fcntl call if not necessary.
9825         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
9826         of local variable.
9827
9828         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
9829         Avoid memset, add explicit initialization.
9830         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
9831         to the end and change into zero-sized array.
9832         Move lock member to fill a hole on 64-bit platforms.
9833
9834         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
9835         inline functions.
9836         * include/stdlib.h: Add __strto*_internal prototypes here.
9837         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
9838         inline functions.
9839         * include/wchar.h: Add __wcsto*_internal prototypes.
9840         * sysdeps/generic/inttypes.h: No need to protect the declaration
9841         of the __strto*_internal and __wcsto*_internal members here.
9842
9843         * rt/mqueue.h: Change const to __const and add nonnull attributes.
9844
9845 2007-08-02  Roland McGrath  <roland@redhat.com>
9846
9847         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
9848         $(inst_bindir)/getconf if possible.
9849
9850         * posix/Makefile ($(objpfx)getconf.speclist): New target.
9851         (generated): Add it.
9852         ($(inst_libexecdir)/getconf): Use it.
9853
9854 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
9855
9856         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
9857         /proc is faster and sufficient.  /sys is still needed for
9858         __get_nprocs_conf.
9859
9860 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
9861
9862         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
9863         syscall as __fallocate64.
9864         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
9865         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
9866
9867 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
9868
9869         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
9870         value.
9871
9872         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
9873         if off_t is different rank from size_t.
9874
9875         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
9876         uw_frame_state_for): Avoid type punning warnings.
9877         * sysdeps/generic/unwind-dw2-fde-glibc.c
9878         (_Unwind_IteratePhdrCallback): Likewise.
9879         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
9880         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
9881         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
9882         pointers.
9883
9884 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
9885
9886         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
9887         total processors using sysfs.
9888         (__get_nprocs): Use sysfs to determine which processors are online.
9889
9890 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
9891
9892         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
9893         syscall arguments count.
9894
9895         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
9896
9897 2007-07-30  Roland McGrath  <roland@redhat.com>
9898
9899         * manual/libc.texinfo: Update copyrights, formatting magic, and
9900         @dircategory.  From Karl Berry <karl@freefriends.org>.
9901
9902 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
9903
9904         [BZ #4860]
9905         * io/Makefile (headers): Add bits/fcntl2.h.
9906
9907         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
9908         using gcc builtin.
9909         (__CPU_EQUAL_S): Likewise.
9910
9911         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
9912         (tests): Add tst-cpuset.
9913         * posix/sched_cpualloc.c: New file.
9914         * posix/sched_cpufree.c: New file.
9915         * posix/tst-cpuset.c: New file.
9916         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
9917         GLIBC_2.7.
9918         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
9919         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
9920         macros.  Define CPU_*_S macros.
9921
9922 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9923
9924         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
9925         entry.
9926
9927         [BZ #4858]
9928         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
9929         #.0g and value rounded to 1.0.
9930         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
9931
9932 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
9933
9934         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
9935         for int_frac_digits and frac_digits.
9936
9937         * login/logout.c (logout): Avoid aliasing violation.
9938         * login/logwtmp.c (logwtmp): Likewise.
9939
9940         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
9941
9942         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
9943         to avoid warning.
9944         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
9945         warning.
9946         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
9947         warning.
9948         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
9949         to avoid warnings.
9950
9951         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
9952         void **.
9953         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
9954
9955         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
9956         char * to avoid warning.
9957         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
9958
9959         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
9960
9961         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
9962         allocate_arrays): Cast second argument to charmap_find_symbol
9963         to char * to avoid warnings.
9964
9965         * locale/programs/repertoire.c (repertoire_new_char): Change
9966         from_nr, to_nr and cnt to unsigned long, adjust printf format
9967         string.
9968
9969         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
9970         Cast second argument to new_element to char * to avoid warnings.
9971
9972         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
9973
9974         * intl/gettextP.h (struct loaded_domain): Change plural to const
9975         struct expression *.
9976         * intl/plural-eval.c (plural_eval): Change first argument to
9977         const struct expression *.
9978         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
9979         argument to const struct expression **.
9980         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
9981         prototypes.
9982         * intl/loadmsgcat (_nl_unload_domain): Cast away const
9983         in call to __gettext_free_exp.
9984
9985         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
9986         unitialized wstring/wpattern var warnings.
9987
9988         * posix/runtests.c (struct a_test): Make data field const char *.
9989
9990         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
9991         vars if not LDBL_MANT_DIG >= 106.
9992
9993         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
9994
9995         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
9996         __find_specmb to avoid warning.
9997
9998         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
9999
10000         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
10001         to avoid warnings.
10002
10003         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
10004         initializer.
10005
10006         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
10007         tv var when it will be actually used.
10008
10009         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
10010         to avoid warnings.
10011
10012         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
10013         char array resp. pointer.
10014         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
10015         char array.
10016         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
10017         to const unsigned char **.
10018         (ucs4_to_cns11643): Change second argument to unsigned char *.
10019         * iconvdata/euc-tw.c (BODY): Change endp type to
10020         const unsigned char *.
10021         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
10022         to unsigned char *.
10023         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
10024         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
10025         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
10026         types to unsigned char pointers/arrays instead of char.
10027         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
10028         to unsigned char *.
10029         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
10030         * iconvdata/jis0212.h: Include assert.h.
10031         (ucs4_to_jisx0212): Change second argument to unsigned char *.
10032         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
10033         of trying to handle that.
10034         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
10035         shut up a warning.
10036         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
10037         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
10038         two dimensional const unsigned char arrays.
10039         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
10040         Initialize endp to inptr to shut up a warning.
10041
10042 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
10043
10044         [BZ #4772]
10045         * time/strptime_l.c (__strptime_internal): Silently ignore
10046         strftime modifiers and field width in recursive calls.
10047
10048         * include/time.h (enum ptime_locale_status): Remove.
10049         (__strptime_internal): Remove decided and era_cnt arguments,
10050         add statep argument.
10051         * time/strptime_l.c (__strptime_internal): Remove decided
10052         and era_cnt arguments, add statep argument.  Don't recompute
10053         any fields in recursive calls, only update caller's tm
10054         and state, if recursive call fails, don't change tm nor
10055         any state.
10056         (get_alt_number): Adjust.
10057         (recursive): Adjust caller.
10058         (strptime): Likewise.
10059         * time/strptime.c (strptime): Likewise.
10060
10061 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
10062
10063         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
10064         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
10065         if from and to charsets are the same.
10066         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
10067         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
10068         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
10069
10070 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
10071
10072         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
10073         Don't define wint_t when __need_mbstate_t unless it
10074         is necessary.
10075         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
10076         in the typedef if possible.
10077         * wctype/wctype.h (wint_t): Define by including
10078         wchar.h with __need_wint_t instead of including stddef.h
10079         with __need_wint_t and as fallback definining it ourselves.
10080         * iconv/gconv.h (__need_wint_t): Define before including
10081         wchar.h.
10082         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
10083         or _GLIBCPP_USE_WCHAR_T.
10084         (__need_wchar_t): Don't define
10085         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
10086         (__need_wint_t): Don't define before including stddef.h,
10087         define before including wchar.h only if _LIBC or
10088         _GLIBCPP_USE_WCHAR_T.
10089         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
10090         * sysdeps/mach/hurd/_G_config.h: Likewise.
10091         * sysdeps/generic/_G_config.h: Likewise.
10092         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
10093         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
10094         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
10095         if _LIBC or _GLIBCPP_USE_WCHAR_T.
10096
10097 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
10098
10099         * sysdeps/posix/posix_fallocate64.c: Undefine
10100         __posix_fallocate64_l64 before alias handling.
10101         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
10102         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
10103         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
10104         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
10105
10106         * io/tst-posix_fallocate.c: Include <fcntl.h>.
10107
10108 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
10109
10110         * locale/programs/ld-collate.c (atwc): New variable.
10111         (add_to_tablewc): New toplevel function, moved from collate_output.
10112         (collate_output): Remove add_to_tablewc nested function.
10113
10114         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
10115         (name_insert): New function.
10116         (write_output): Remove hash_table and hash_size vars and name_insert
10117         nested function.
10118
10119 2007-07-24  Roland McGrath  <roland@redhat.com>
10120
10121         * Makerules (install-others-programs-nosubdir): New target.
10122         (install-no-libc.a-nosubdir): Depend on it.
10123
10124         * iconv/Makefile (install-others-programs): Set this instead of
10125         install-others.
10126         * login/Makefile (install-others-programs): Likewise.
10127         * posix/Makefile (install-others-programs): Likewise.
10128
10129         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
10130         dependencies.
10131
10132 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
10133
10134         * io/Makefile (tests): Add tst-posix_fallocate.
10135         * io/tst-posix_fallocate.c: New file.
10136
10137         * sysdeps/unix/sysv/linux/kernel-features.h: Define
10138         __ASSUME_FALLOCATE.
10139
10140 2007-07-22  Roland McGrath  <roland@frob.com>
10141
10142         * hurd/getdport.c: Add missing copyright year update.
10143
10144         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
10145         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
10146
10147 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
10148
10149         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
10150
10151         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
10152         O_CLOEXEC is needed.
10153         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
10154         Avoid additional fcntl to set O_CLOEXEC if not needed.
10155         * nis/nss_compat/compat-initgroups.c: Likewise.
10156         * nis/nss_compat/compat-pwd.c: Likewise.
10157         * nis/nss_compat/compat-spwd.c: Likewise.
10158
10159 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10160
10161         [BZ #3665]
10162         * manual/errno.texi: Change ECANCELED value to 119.
10163
10164         [BZ #4610]
10165         * mach/lock-intern.h: Include <sys/cdefs.h>.
10166
10167         [BZ #4178]
10168         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
10169         reading A.
10170
10171         [BZ #4126]
10172         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
10173         to __sigsuspend.
10174
10175         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
10176
10177 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
10178
10179         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
10180         `__ASSEMBLER__'.
10181         * sysdeps/mach/hurd/i386/tls.h: Likewise.
10182
10183 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
10184
10185         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
10186         descriptor received from nscd.
10187
10188         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
10189
10190         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
10191         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10192         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10193         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10194         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10195         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10196
10197 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
10198
10199         [BZ #4816]
10200         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
10201
10202         [BZ #4813]
10203         * login/forkpty.c (forkpty): Close master and slave fds on
10204         fork failure.  Patch by
10205         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
10206
10207 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
10208
10209         * include/features.h (__USE_ISOC95): New define.
10210         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
10211         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
10212         for -std=iso9899:199409.
10213         * CONFORMANCE: Remove comments about unsupported AMD1.
10214
10215 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
10216
10217         * sysdeps/ia64/sched_cpucount.c: New file.
10218         * sysdeps/powerpc/sched_cpucount.c: New file.
10219
10220         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
10221         __BEGIN_DECLS/__END_DECLS around the prototype.
10222         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
10223         pointer to const cpu_set_t.
10224
10225         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
10226         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
10227         __need_size_t and include stddef.h.
10228         * sysvipc/sys/msg.h: Likewise.
10229         * posix/sched.h: Likewise.
10230         * hurd/hurd/signal.h (__need_size_t): Define.
10231
10232         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
10233         neither does signal.h in pedantic ISO C namespaces.  stdio.h
10234         no longer defines wint_t or wchar_t.
10235
10236         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
10237         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
10238         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
10239         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
10240         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
10241         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
10242         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
10243         * debug/printf_chk.c (__printf_chk): Likewise.
10244         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
10245         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
10246
10247         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
10248         Define.
10249
10250         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
10251         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
10252
10253 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
10254
10255         [BZ #4792]
10256         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
10257         * malloc/malloc.h (realloc): Likewise.
10258
10259         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
10260         if one of proc_file_chain streams has that fileno.
10261         * stdio-common/Makefile (tests): Add tst-popen2.
10262         * stdio-common/tst-popen2.c: New test.
10263
10264 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
10265
10266         * elf/ldconfig.c: Allow GPLv2 or any later version.
10267         * elf/readlib.c: Likewise.
10268         * elf/chroot_canon.c: Likewise.
10269         * elf/cache.c: Likewise.
10270         * nscd/mem.c: Likewise.
10271         * nscd/getpwuid_r.c: Likewise.
10272         * nscd/grpcache.c: Likewise.
10273         * nscd/aicache.c: Likewise.
10274         * nscd/getsrvbynm_r.c: Likewise.
10275         * nscd/nscd.c: Likewise.
10276         * nscd/servicescache.c: Likewise.
10277         * nscd/getsrvbypt_r.c: Likewise.
10278         * nscd/initgrcache.c: Likewise.
10279         * nscd/gethstbyad_r.c: Likewise.
10280         * nscd/gethstbynm2_r.c: Likewise.
10281         * nscd/getgrnam_r.c: Likewise.
10282         * nscd/nscd_setup_thread.c: Likewise.
10283         * nscd/getpwnam_r.c: Likewise.
10284         * nscd/gai.c: Likewise.
10285         * nscd/connections.c: Likewise.
10286         * nscd/dbg_log.c: Likewise.
10287         * nscd/cache.c: Likewise.
10288         * nscd/hstcache.c: Likewise.
10289         * nscd/nscd_conf.c: Likewise.
10290         * nscd/getgrgid_r.c: Likewise.
10291         * nscd/pwdcache.c: Likewise.
10292         * catgets/gencat.c: Likewise.
10293         * locale/programs/linereader.h: Likewise.
10294         * locale/programs/locarchive.c: Likewise.
10295         * locale/programs/ld-paper.c: Likewise.
10296         * locale/programs/locfile-kw.h: Likewise.
10297         * locale/programs/ld-address.c: Likewise.
10298         * locale/programs/xmalloc.c: Likewise.
10299         * locale/programs/ld-time.c: Likewise.
10300         * locale/programs/localedef.c: Likewise.
10301         * locale/programs/simple-hash.c: Likewise.
10302         * locale/programs/xstrdup.c: Likewise.
10303         * locale/programs/ld-numeric.c: Likewise.
10304         * locale/programs/locfile-kw.gperf: Likewise.
10305         * locale/programs/ld-collate.c: Likewise.
10306         * locale/programs/charmap-kw.gperf: Likewise.
10307         * locale/programs/charmap.h: Likewise.
10308         * locale/programs/charmap-kw.h: Likewise.
10309         * locale/programs/config.h: Likewise.
10310         * locale/programs/locfile.c: Likewise.
10311         * locale/programs/ld-ctype.c: Likewise.
10312         * locale/programs/charmap.c: Likewise.
10313         * locale/programs/ld-messages.c: Likewise.
10314         * locale/programs/repertoire.h: Likewise.
10315         * locale/programs/locale.c: Likewise.
10316         * locale/programs/ld-name.c: Likewise.
10317         * locale/programs/linereader.c: Likewise.
10318         * locale/programs/locfile.h: Likewise.
10319         * locale/programs/3level.h: Likewise.
10320         * locale/programs/ld-monetary.c: Likewise.
10321         * locale/programs/ld-measurement.c: Likewise.
10322         * locale/programs/charmap-dir.c: Likewise.
10323         * locale/programs/ld-identification.c: Likewise.
10324         * locale/programs/localedef.h: Likewise.
10325         * locale/programs/charmap-dir.h: Likewise.
10326         * locale/programs/repertoire.c: Likewise.
10327         * locale/programs/simple-hash.h: Likewise.
10328         * locale/programs/ld-telephone.c: Likewise.
10329         * locale/programs/locale-spec.c: Likewise.
10330         * locale/programs/locfile-token.h: Likewise.
10331         * posix/getconf.c: Likewise.
10332         * iconv/dummy-repertoire.c: Likewise.
10333         * iconv/iconv_charmap.c: Likewise.
10334         * iconv/iconvconfig.c: Likewise.
10335         * iconv/iconv_prog.c: Likewise.
10336         * malloc/memusagestat.c: Likewise.
10337         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
10338
10339 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10340
10341         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
10342         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
10343         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
10344         check for the first argument.
10345
10346 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
10347
10348         [BZ #4775]
10349         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
10350         (__tgmath_real_type): Fix if expr is const int or other const
10351         qualified integral type.
10352         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
10353         expressions and handle const qualified arguments.
10354         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
10355         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
10356         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
10357         statement expressions.
10358         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
10359         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
10360         (__TGMATH_UNARY_IMAG): Define.
10361         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
10362         * math/Makefile (tests): Add test-tgmath2.
10363         (CFLAGS-test-tgmath2.c): Add.
10364         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
10365         count_cfloat, count_cldouble): New variables.
10366         (NCCALLS): Define.
10367         (main): Check number of complex calls as well.
10368         (F(compile_test)): Add complex tests and tests with const qualified
10369         arguments.
10370         (y, z, ccount): Define.
10371         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
10372         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
10373         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
10374         F(cproj)): New functions.
10375         * math/test-tgmath2.c: New test.
10376
10377 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
10378
10379         [BZ #4776]
10380         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
10381         RPATH etc. as "/" rather than "", don't segfault on empty paths,
10382         instead output ".".
10383         * dlfcn/Makefile (distribute): Add glreflib3.c.
10384         (module-names): Add glreflib3.
10385         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
10386         glreflib1.so.
10387         (LDFLAGS_glreflib3.so): New.
10388         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
10389         glreflib1.so.
10390         * dlfcn/glreflib3.c: New file.
10391
10392         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
10393         returned -1, return NULL.
10394         * intl/explodename.c (_nl_explode_name): Return -1 if
10395         _nl_normalize_codeset failed.
10396
10397 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
10398
10399         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
10400         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
10401         and avoid branch misspredicts for > 31 bytes memset case.
10402         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
10403         Remove toc ref to __cache_line_size.
10404
10405         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
10406         to get ISA-V2.0 branch hints.
10407         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
10408         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
10409         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
10410         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
10411         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
10412         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
10413         Remove toc ref to __cache_line_size.
10414
10415         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
10416         Include math_ldbl_opt.h.
10417
10418 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
10419
10420         [BZ #4773]
10421         * time/strptime_l.c (__strptime_internal): Implement greedy
10422         matching of weekday and month names.
10423
10424 2007-07-09  Roland McGrath  <roland@redhat.com>
10425
10426         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
10427         (ELF_NOTE_ABI): Use it.
10428         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
10429
10430 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
10431
10432         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
10433         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
10434
10435 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
10436
10437         [BZ #4745]
10438         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
10439         in loop to look for conversion specifier to avoid testing of
10440         wrong errno value.
10441         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
10442         * stdio-common/bug18.c: New file.
10443         * stdio-common/bug18a.c: New file.
10444         * stdio-common/bug19.c: New file.
10445         * stdio-common/bug19a.c: New file.
10446
10447 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
10448
10449         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
10450         running awk script.
10451
10452 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
10453
10454         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
10455         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
10456         Return NULL if mmap failed instead of asserting it does not.
10457         (calloc): Check for integer overflow.
10458
10459         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
10460         than LONG_MAX / 10.
10461
10462 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
10463
10464         [BZ #4702]
10465         * nis/nss-default.c: Include errno.h.
10466         (init): Preserve errno.
10467
10468 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
10469
10470         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
10471
10472 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
10473
10474         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
10475
10476 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10477
10478         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
10479
10480 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10481
10482         * sysdeps/s390/dl-procinfo.c: New file.
10483         * sysdeps/s390/dl-procinfo.h: New file.
10484         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
10485
10486 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
10487
10488         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
10489         in PT_NOTE segments with multiple notes.
10490         * elf/readelflib.c (process_elf_file): Likewise.
10491
10492 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
10493
10494         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
10495         ISO C compliant.
10496
10497 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10498
10499         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
10500
10501 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
10502
10503         * include/link.h: Don't include rtld-lowlevel.h.
10504         (struct link_map): Remove l_scope_lock.
10505         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
10506         (_dl_scope_free_list): New field (variable) in _rtld_global.
10507         (DL_LOOKUP_SCOPE_LOCK): Remove.
10508         (_dl_scope_free): New prototype.
10509         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
10510         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
10511         (_dl_profile_fixup): Likewise.
10512         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
10513         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
10514         THREAD_GSCOPE_RESET_FLAG around it.
10515         * elf/dl-close.c (_dl_close_worker): Don't use
10516         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
10517         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
10518         scopes were queued or if l_scope_mem has been abandoned.
10519         * elf/dl-open.c (_dl_scope_free): New function.
10520         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
10521         * elf/dl-support.c (_dl_scope_free_list): New variable.
10522         * elf/dl-lookup.c (add_dependency): Remove flags argument.
10523         Remove DL_LOOKUP_SCOPE_LOCK handling.
10524         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
10525         handling.
10526         * elf/dl-object.c (_dl_new_object): Don't use
10527         __rtld_mrlock_initialize.
10528
10529 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10530
10531         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
10532         to fill in holes
10533         (rtld_global_ro): Likewise.
10534
10535 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10536
10537         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
10538         Move PT_LOAD checking to...
10539         (_dl_addr_inside_object): ... here, new function.
10540         * elf/dl-sym.c (do_sym): If not l_contiguous,
10541         call _dl_addr_inside_object.
10542         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
10543         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10544         * elf/dl-open.c (dl_open_worker): Likewise.
10545         (_dl_addr_inside_object): New function if IS_IN_rtld.
10546         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
10547         holes are present or are PROT_NONE protected.
10548         * include/link.h (struct link_map): Add l_contiguous field.
10549         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
10550
10551 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10552             Tomas Janousek  <tjanouse@redhat.com>
10553             Ulrich Drepper  <drepper@redhat.com>
10554
10555         [BZ #4647]
10556         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
10557         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
10558         socket.
10559         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
10560         unused member a bitmap.
10561         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
10562         servers are configured.
10563
10564 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10565
10566         * elf/rtld.c (dl_main): Don't call init_tls more than once.
10567
10568 2007-06-17  Andreas Schwab  <schwab@suse.de>
10569
10570         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
10571
10572 2007-06-16  Andreas Jaeger  <aj@suse.de>
10573
10574         [BZ #4125]
10575         * sysdeps/unix/sysv/linux/sys/ptrace.h
10576         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
10577         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
10578         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
10579         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
10580         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
10581         Define.
10582         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10583         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
10584         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10585         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10586
10587 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
10588
10589         [BZ #4599]
10590         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
10591         determining whether there are IPv4/IPv6 addresses, ignore loopback
10592         addresses.
10593
10594 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
10595
10596         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
10597         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
10598         as the return type.  Change type of "r" variable to CMPtype.
10599         * soft-fp/eqsf2.c (__eqsf2): Likewise.
10600         * soft-fp/eqtf2.c (__eqtf2): Likewise.
10601         * soft-fp/gedf2.c (__gedf2): Likewise.
10602         * soft-fp/gesf2.c (__gesf2): Likewise.
10603         * soft-fp/getf2.c (__getf2): Likewise.
10604         * soft-fp/ledf2.c (__ledf2): Likewise.
10605         * soft-fp/lesf2.c (__lesf2): Likewise.
10606         * soft-fp/letf2.c (__letf2): Likewise.
10607         * soft-fp/unorddf2 (__unorddf2): Likewise.
10608         * soft-fp/unordsf2 (__unordsf2): Likewise.
10609         * soft-fp/unordtf2 (__unordtf2): Likewise.
10610
10611 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
10612
10613         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
10614         make sure gcc doesn't mess around with this.
10615
10616 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10617
10618         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
10619
10620 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
10621
10622         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
10623         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
10624         at most once per _dl_close_worker.
10625
10626 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10627
10628         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
10629         __sched_cpucount as const.
10630         * posix/sched_cpucount.c: Adjust.
10631
10632         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
10633         instruction for counting bits.
10634         * sysdeps/x86_64/sched_cpucount.c: New file.
10635
10636 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
10637
10638         * configure.in: Avoid variable named BASH.
10639         * config.make.in: Likewise.
10640         Patch in part by Mike Frysinger.
10641
10642 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
10643
10644         [BZ #4586]
10645         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
10646         pseudo-zeros as zero.
10647         * sysdeps/x86_64/ldbl2mpn.c: New file.
10648         * sysdeps/ia64/ldbl2mpn.c: New file.
10649
10650 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10651
10652         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
10653         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
10654         Remove unreachable code at the end.
10655
10656 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10657
10658         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
10659         ldbl-128ibm in comment.
10660         (fpclassifyl): Correct classification of denormals.
10661         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
10662         return value for MIN denormal. Rewrite using long double math too
10663         correctly handle denormals and canonicalize the results.
10664
10665 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
10666
10667         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
10668         (__mpn_construct_long_double): Fix conversion where result ought
10669         to be smaller than __LDBL_MIN__, or the low double should be
10670         denormal.  Fix decision where to negate low double - honor round
10671         to even rules.
10672         * stdio-common/tst-sprintf2.c: Include string.h.
10673         (COMPARE_LDBL): Define.
10674         (TEST): Also test whether a string hexadecimal float representation
10675         can be parsed back to the number.
10676         (main): Add a couple of further tests.
10677
10678 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10679
10680         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
10681         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
10682         is non-zero, but smaller than 2 * __DBL_MIN__.
10683         * stdio-common/tst-sprintf2.c: New test.
10684         * stdio-common/Makefile (tests): Add tst-sprintf2.
10685
10686         * math/test-misc.c (main): Don't run last batch of tests with
10687         IBM long double format.
10688
10689 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10690
10691         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
10692         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
10693         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
10694         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
10695         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10696         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
10697         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
10698         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
10699         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
10700         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
10702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
10703         New file.
10704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
10705         New file.
10706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
10707         New file.
10708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
10709         New file.
10710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
10711         New file.
10712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
10713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
10714         New file.
10715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
10716         New file.
10717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
10718         New file.
10719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
10720         New file.
10721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
10722         New file.
10723
10724 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10725
10726         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
10727         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
10728         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
10729         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
10730         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
10731         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
10732         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
10733         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
10734
10735 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
10736
10737         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
10738         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10739         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
10740         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10741         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
10742         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10743         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
10744         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10745
10746 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10747
10748         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
10749         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
10750         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
10751         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
10752
10753 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
10754
10755         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
10756         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
10757
10758 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
10759
10760         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
10761         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
10762         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
10763         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
10764
10765 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
10766
10767         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
10768         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
10769
10770 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10771
10772         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
10773         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
10774
10775         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
10776         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
10777         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
10778         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
10779
10780 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
10781
10782         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
10783         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
10784         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
10785         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
10786
10787 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
10788
10789         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
10790         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
10791         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
10792         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10793         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
10794         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10795
10796 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10797
10798         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
10799         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
10800         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
10801         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
10802
10803 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
10804
10805         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
10806         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
10807         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
10808         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
10809         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
10810         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
10811         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
10812         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
10813         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
10814         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
10815         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
10816         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
10817         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
10818         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
10819         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
10820         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
10821
10822 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10823
10824         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
10825         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
10826
10827 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10828
10829         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
10830         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
10831
10832 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10833
10834         * sysdeps/powerpc/powerpc32/970/Implies: New file.
10835         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
10836         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
10837         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
10838         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
10839         * sysdeps/powerpc/powerpc64/970/Implies: New file.
10840         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
10841         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
10842         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
10843         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
10844
10845 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10846
10847         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
10848
10849 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
10850
10851         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
10852         branch miss-predicts. Ensure that cache line crossing does not impact
10853         dispatch grouping.
10854
10855 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
10856
10857         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
10858         "../../powerpc32/power4/memcopy.h".
10859         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
10860         "../../powerpc32/power4/wordcopy.c".
10861
10862 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10863
10864         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
10865         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
10866         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
10867         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
10868         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
10869         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
10870
10871 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
10872
10873         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
10874
10875 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10876
10877         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
10878         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
10879         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
10880         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
10881         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
10882         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
10883         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
10884         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
10885
10886 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
10887
10888         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
10889
10890 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10891
10892         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
10893         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
10894         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
10895         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
10896         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
10897         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
10898         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
10899
10900 2007-05-29  Roland McGrath  <roland@redhat.com>
10901
10902         * po/Makefile (po-sed-cmd): New variable.
10903         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
10904
10905 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
10906
10907         * crypt/md5-crypt.c: Fix comment.
10908
10909         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
10910         of crashing.  When this is the case or if the reply is malformed,
10911         don't try to close the new file descriptor since it does not
10912         exist.
10913         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
10914
10915 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
10916
10917         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
10918         if __NR_utimensat is not defined.
10919
10920 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
10921
10922         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
10923
10924 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
10925
10926         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
10927         (open): Fix comment typos.  Don't call __open_2 if flags
10928         is a compile time constant without O_CREAT.
10929         (__open64_2): Add nonnull attribute.
10930         (open64): Fix comment typos.  Don't call __open64_2 if flags
10931         is a compile time constant without O_CREAT.
10932         (__openat_2): Add nonnull attribute, fix nonnull attribute
10933         on redirect.
10934         (openat): Fix comment typos.  Don't call __openat_2 if flags
10935         is a compile time constant without O_CREAT.
10936         (__openat64_2): Add nonnull attribute, fix nonnull attribute
10937         on redirect.
10938         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
10939         is a compile time constant without O_CREAT.
10940
10941 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
10942
10943         * Makerules (sysd-rules): Define PTW for ptw-* files.
10944         * Versions: Define GLIBC_2.7 for libc.
10945         * include/stdio.h: Declare __fortify_fail.
10946         * debug/fortify_fail.c: New file.
10947         * debug/Makefile (routines): Add fortify_fail.
10948         * debug/chk_fail.c: Use __fortify_fail.
10949         * debug/stack_chk_fail.c: Likewise.
10950         * io/Versions: Export __open_2, __open64_2, __openat_2, and
10951         __openat64_2 for GLIBC_2.7.
10952         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
10953         * io/open.c: Define *_2 variant of function which checks for O_CREAT
10954         and fails if necessary.
10955         * io/open64.c: Likewise.
10956         * io/openat.c: Likewise.
10957         * io/openat64.c: Likewise.
10958         * sysdeps/unix/sysv/linux/open64.c: Likewise.
10959         * sysdeps/unix/sysv/linux/openat.c: Likewise.
10960         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
10961         * io/bits/fcntl2.h: New file.
10962         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
10963         __openat64_2.
10964         * include/bits/fcntl2.h: New file.
10965         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10966         Add open_2.
10967         * sysdeps/unix/sysv/linux/open_2.c: New file.
10968
10969 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
10970
10971         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
10972         as second parameter to handle_intel.
10973
10974         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
10975         the entry.
10976
10977         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
10978         handling to ...
10979         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
10980         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10981         cacheinfo.
10982         * sysdeps/x86_64/memcpy.S: Complete rewrite.
10983         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
10984         Patch by Evandro Menezes <evandro.menezes@amd.com>.
10985
10986         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
10987
10988 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
10989
10990         [BZ #4525]
10991         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
10992         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
10993         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
10994
10995         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
10996
10997         [BZ #4514]
10998         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
10999         reinitialize workend at the start of each do_positional format spec
11000         loop, free workstart before do_positional loops.
11001         (printf_unknown): Fix size of work_buffer.
11002         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
11003
11004         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
11005         (public_sET_STATe): If ms->version < 3, put all chunks into
11006         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
11007         chunks.
11008
11009         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
11010         * malloc/hooks.c: Likewise.
11011         * malloc/arena.c: Likewise.
11012         * malloc/malloc.c (do_check_malloc_state): Don't assert
11013         n_mmaps is not greater than n_mmaps_max.  This removes the need
11014         for the previous change.
11015
11016         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
11017         2007-05-07 commit.
11018
11019 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
11020
11021         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
11022         Define for kernel >= 2.6.22.
11023
11024 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
11025
11026         * elf/dl-close.c (_dl_close_worker): When removing object from
11027         global scope, wait for all lookups to finish afterwards.
11028         * elf/dl-open.c (add_to_global): When global scope array must
11029         grow, allocate a new one and free old array only after all
11030         lookups finish.
11031         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
11032         (_dl_lookup_symbol_x): Likewise.
11033         * elf/dl-support.c: Define _dl_wait_lookup_done.
11034         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
11035         _dl_wait_lookup_done.
11036
11037         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
11038         not overlapping with arena.
11039
11040         * malloc/mcheck.c (reallochook): If size==0, free the block.
11041
11042         * rt/tst-shm.c: Use fstat64 instead of fstat.
11043
11044         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
11045         __NR_sync_file_range is not defined.
11046
11047 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
11048
11049         Dummy files to prevent stub versions from being used.
11050         * sysdeps/x86_64/fpu/k_cosl.c: New file.
11051         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
11052         * sysdeps/x86_64/fpu/k_sinl.c: New file.
11053         * sysdeps/x86_64/fpu/k_tanl.c: New file.
11054
11055         * version.h (VERSION): Set to 2.6.90.
11056
11057 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
11058
11059         * version.h (VERSION): Define to 2.6.
11060         * include/features.h (__GLIBC_MINOR__): Define to 6.
11061
11062         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
11063
11064         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
11065         sizes.
11066
11067 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
11068
11069         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
11070         number of mmaps.  n_mmaps_max is the target.
11071         * malloc/hooks.c: Likewise.
11072         * malloc/arena.c: Likewise.
11073
11074 2007-05-12  Andreas Jaeger  <aj@suse.de>
11075
11076         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
11077         getpid.
11078
11079 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
11080
11081         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
11082         adding new variables.
11083
11084         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
11085         optimize.  Completely extend global scope array before making the
11086         new entries visible.
11087
11088 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
11089
11090         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
11091         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
11092         tst-getcpu.
11093
11094         * include/link.h: Move l_version and l_nversion members around to
11095         fill gaps.
11096
11097         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
11098
11099         * sysdeps/unix/sysv/linux/sched_setaffinity.c
11100         (__sched_setaffinity_new): If syscall was successful and
11101         RESET_VGETCPU_CACHE is defined, use it before returning.
11102         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
11103
11104         * io/sys/stat.h: Make sure struct timespec is defined for
11105         __USE_ATFILE.
11106
11107         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
11108         UTIME_OMIT.
11109         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
11110         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
11111         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
11112         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
11113         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
11114         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
11115         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
11116         * io/sys/stat.h: Declare utimensat, futimens.
11117         * io/utimensat.c: New file.
11118         * io/futimens.c: New file.
11119         * sysdeps/unix/sysv/linux/utimensat.c: New file.
11120         * sysdeps/unix/sysv/linux/futimens.c: New file.
11121         * io/Makefile (routines): Add utimensat, futimens.
11122         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
11123         * sysdeps/unix/sysv/linux/lutimes.c: New file.
11124         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
11125         available.
11126
11127         * include/sys/cdefs.h: Redefine __nonnull so that test for
11128         incorrect parameters in the libc code itself are not omitted.
11129
11130 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
11131
11132         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
11133         exception in addition to inexact when asked to raise only FE_INEXACT.
11134
11135         [BZ #3427]
11136         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
11137         in *envp.
11138
11139 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
11140
11141         [BZ #4403]
11142         * string/strfry.c (strfry): Make result more random.
11143
11144 2007-05-07  Richard Henderson  <rth@redhat.com>
11145
11146         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
11147         if __NO_LONG_DOUBLE_MATH.
11148         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
11149         available in the compiler, add .arch directive to the assembly.
11150
11151 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
11152
11153         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
11154         compat_symbol to GLIBC_2_1.
11155         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
11156         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
11157         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
11158         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
11159         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
11160         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
11161         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
11162         libc, not libm.
11163         (__isnanl): New compat_symbol.
11164
11165 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
11166             Jakub Jelinek  <jakub@redhat.com>
11167
11168         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
11169         (new_heap): Initialize mprotect_size.
11170         (grow_heap): When growing, only mprotect from mprotect_size till
11171         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
11172         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
11173
11174 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
11175             Peter Bergner  <bergner@us.ibm.com>
11176
11177         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
11178         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
11179         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
11180         * sysdeps/powerpc/fpu/fe_mask.c: New file.
11181         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
11182         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
11183         Call __fe_mask_env() if all FP exceptions disabled.
11184         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
11185         from old FPSCR to new fenv to propagate DFP rounding modes.
11186         Call __fe_mask_env() if FP exceptions previously enabled.
11187         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
11188         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
11189         transitioning from all exceptions disabled to any exception enabled
11190         or visa versa.
11191         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
11192         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
11193         when transitioning from all exceptions disabled to any exception
11194         enabled or visa versa.
11195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
11196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
11197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
11198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
11199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
11200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
11201
11202 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11203
11204         [BZ #4465]
11205         * posix/unistd.h: Remove __THROW from fdatasync.
11206
11207 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
11208
11209         [BZ #4465]
11210         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
11211
11212 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11213
11214         * stdio-common/vfprintf.c (process_string_arg): Optimize
11215         ridiculous precision in wide char code printing multi-byte string.
11216         Reported by Jim Meyering <jim@meyering.net>.
11217
11218         [BZ #4131]
11219         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
11220         boundaries to work around systems with overlapping binary loading.
11221         Based on a patch by Suzuki <suzuki@in.ibm.com>.
11222
11223 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
11224
11225         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
11226         __mbsnrtowcs after last change.
11227
11228         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
11229         (get_ident): Likewise.
11230
11231 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11232
11233         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
11234         with setting the sticky bit.
11235         * math/test-misc.c (main): Add more truncation tests.
11236
11237 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
11238
11239         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
11240         double in the function declaration.
11241         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
11242         double in the function declaration.
11243         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11244         float in the function declaration.
11245         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11246         float in the function declaration.
11247
11248         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
11249         denormal operands.  Do not generate FP_EX_DENORM exception.
11250         (FP_UNPACK_RAW_EP): Ditto.
11251         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
11252         undefined _FP_UNPACK_RAW_E.
11253         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
11254         undefined _FP_UNPACK_RAW_EP.
11255         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
11256         undefined _FP_PACK_RAW_E.
11257         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
11258         undefined _FP_PACK_RAW_EP.
11259
11260         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
11261         _FP_FRAC_COPY_2.
11262         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
11263         _FP_FRAC_COPY_4.
11264
11265 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
11266             Jakub Jelinek  <jakub@redhat.com>
11267
11268         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
11269         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
11270         this case.
11271         * soft-fp/op-common.h (FP_TRUNC): Ditto.
11272
11273 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11274
11275         * math/test-misc.c (main): Add tests for rounding long double
11276         values close to smallest double denormalized value to double.
11277
11278 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
11279
11280         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
11281         condition for truncating to 0.  Set sticky bit for such
11282         truncation.
11283
11284 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
11285
11286         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
11287         fixed length array for ignore.
11288
11289 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11290
11291         [BZ #4438]
11292         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
11293         stack for large precisions.
11294         * stdio-common/test-vfprintf.c (main): Add test for large
11295         precision.
11296
11297 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
11298
11299         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
11300         for exponent 0.
11301         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
11302
11303         [BZ #4439]
11304         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
11305         account in the size check.
11306         * resolv/tst-inet_ntop.c: New test.
11307         * resolv/Makefile (tests): Add tst-inet_ntop.
11308
11309 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11310             Jakub Jelinek  <jakub@redhat.com>
11311
11312         [BZ #4349]
11313         * malloc/malloc.c: Keep separate list for first blocks on the bin
11314         lists with a given size.  This helps skipping over list elements
11315         we know won't fit in two places.
11316         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
11317
11318 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
11319
11320         [BZ #4102]
11321         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
11322         label to Teredo tunnel addresses 2001://32.
11323
11324 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
11325
11326         * locale/programs/ld-collate.c (collate_read): Allow order_start
11327         after copy.
11328
11329         * locale/programs/ld-collate.c (collate_read): Fix printing of
11330         error message.
11331
11332         [BZ #3213]
11333         * locale/C-translit.h.in: Add entry for U2044.
11334
11335         [BZ #4342]
11336         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
11337         hexa-decimal floats without exponent.
11338         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
11339
11340 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11341
11342         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
11343         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
11344         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
11345         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
11346         GLIBC_2.6.
11347         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
11348         Add sched_getcpu.
11349
11350 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11351
11352         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
11353         of 0 after the out_fail label.
11354
11355 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11356
11357         [BZ #4406]
11358         * iconv/gconv_charset.h (strip): Allow ':'.
11359         * iconv/iconv_open.c (iconv_open): Adjust comment.
11360
11361 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11362
11363         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
11364         version.
11365
11366 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11367
11368         [BZ #4381]
11369         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
11370         alignment of buffer and tmp_buffer.
11371         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
11372         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
11373         alignment of buffer.
11374         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
11375         bigger than INT_MAX.
11376         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
11377         h_errnop arguments.  Fail if buflen is too small.
11378         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
11379
11380 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11381
11382         [BZ #4405]
11383         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
11384         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
11385
11386 2007-04-22  Roland McGrath  <roland@redhat.com>
11387
11388         * elf/elf.h (NT_PRXFPREG): New macro.
11389
11390 2007-04-19  Andreas Jaeger  <aj@suse.de>
11391
11392         [BZ #3905]
11393         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
11394         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
11395         Added.
11396
11397 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
11398
11399         * include/sys/mman.h: Mark madvise hidden.
11400         * misc/madvise.c: Add libc_hidden_def.
11401
11402 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
11403
11404         * nis/nis_domain_of.c (__nis_domain_of): New function.
11405         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
11406         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
11407         * nis/nis_call.c (rec_dirsearch): Likewise.
11408         (first_shoot): Likewise.  Remove search_parent_first argument.
11409         (struct nis_server_cache): Rename search_parent_first field
11410         to search_parent.
11411         (nis_server_cache_search, nis_server_cache_add): Rename
11412         search_parent_first argument to search_parent.
11413         (__nisfind_server): Likewise.  If search_parent, call
11414         __nis_domain_of.
11415
11416 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
11417
11418         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
11419
11420 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
11421
11422         [BZ #4368]
11423         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
11424
11425 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
11426
11427         [BZ #4364]
11428         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
11429
11430 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
11431
11432         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
11433         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
11434         current number of locales in SUPPORTED.
11435         (create_archive): Initialize serial.
11436         (enlarge_archive): Preserve aliases rather than duplicating
11437         their locrecs.
11438
11439 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11440
11441         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
11442         after _IO_un_link, not before it.
11443
11444         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
11445         special case handling when wcp == wstartp + 1.  Fix a comment typo.
11446         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
11447
11448 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
11449
11450         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
11451         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
11452         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
11453         Remove __THROW.
11454         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
11455         _IO_file_xsgetn_maybe_mmap): Likewise.
11456         * libio/oldfileops.c (old_do_write): Likewise.
11457         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
11458         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
11459         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
11460         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
11461         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
11462         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
11463         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
11464         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
11465         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
11466         _IO_file_underflow, _IO_file_underflow_mmap,
11467         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
11468         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
11469         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
11470         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
11471         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
11472         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
11473         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
11474         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
11475         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
11476         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
11477         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
11478         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
11479         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
11480         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
11481         _IO_adjust_column_internal, _IO_default_uflow_internal,
11482         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
11483         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
11484         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
11485         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
11486         _IO_file_close_it_internal, _IO_file_underflow_internal,
11487         _IO_file_overflow_internal, _IO_file_attach_internal,
11488         _IO_file_fopen_internal, _IO_file_sync_internal,
11489         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
11490         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
11491         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
11492         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
11493         _IO_seekpos_unlocked): Likewise.
11494         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
11495         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
11496
11497 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
11498
11499         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
11500         argument in xmalloc size computation.
11501
11502 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11503
11504         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
11505         math_opt_barrier and math_force_eval macros.
11506
11507 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11508
11509         [BZ #3306]
11510         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
11511         * sysdeps/i386/fpu/math_private.h: New file.
11512         * sysdeps/x86_64/fpu/math_private.h: New file.
11513         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
11514         math_force_eval macros.  Use "+m" constraint on asm rather than
11515         "=m" and "m".
11516         * math/s_nextafter.c (__nextafter): Likewise.
11517         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
11518         Likewise.
11519         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11520         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
11521         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
11522         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
11523         math_opt_barrier and math_force_eval macros.
11524         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
11525         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
11526         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
11527         (__nexttoward): Use math_opt_barrier and
11528         math_force_eval macros.  Use "+m" constraint on asm rather than
11529         "=m" and "m".  Only use asm to force double result if
11530         FLT_EVAL_METHOD is 2.
11531         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
11532         (__nexttowardf): Use math_opt_barrier and
11533         math_force_eval macros.  Use "+m" constraint on asm rather than
11534         "=m" and "m".  Only use asm to force double result if
11535         FLT_EVAL_METHOD is not 0.
11536         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
11537         (__nexttowardf): Use math_opt_barrier and
11538         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11539         x to float using asm.
11540         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
11541         (__nldbl_nexttowardf): Use math_opt_barrier and
11542         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11543         x to float using asm.
11544         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
11545         (__nexttowardf): Use math_opt_barrier and math_force_eval
11546         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
11547         * math/bug-nextafter.c (zero, inf): New variables.
11548         (main): Add new tests.
11549         * math/bug-nexttoward.c (zero, inf): New variables.
11550         (main): Add new tests.
11551
11552 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11553
11554         [BZ #3427]
11555         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
11556         exceptions both in SW and MXCSR.
11557         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
11558         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
11559         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11560         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11561         in MXCSR if SSE is available.
11562         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
11563         and ldsodefs.h.
11564         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
11565         Fix comment typo.
11566         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
11567         Return 0 rather than 1.
11568         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
11569         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
11570         * math/test-fenv.c (feholdexcept_tests): New function.
11571         (main): Call it.
11572
11573 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
11574
11575         [BZ #3427]
11576         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11577         in SW.
11578
11579 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11580
11581         [BZ #4344]
11582         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
11583         Reported by David Anderson <davea42@earthlink.net>.
11584
11585 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
11586
11587         * posix/sys/wait.h: Remove unnecessary forward declaration.
11588
11589 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
11590
11591         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
11592         with obj->do_servers after first_shoot.
11593
11594 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
11595
11596         * posix/Makefile (routines): Add sched_cpucount.
11597         (tests): Add tst-cpucount.
11598         * posix/sched_cpucount.c: New file.
11599         * posix/tst-cpucount.c: New file.
11600         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
11601         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
11602         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11603         * posix/sched.h: Define CPU_COUNT.
11604
11605 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11606
11607         * posix/fnmatch.c (STRUCT): Define.
11608         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
11609         * posix/fnmatch_loop.c (struct STRUCT): New type.
11610         (FCT): Add ends argument.  If ends != NULL and normal * is
11611         seen in the pattern, store current pattern and string pointers
11612         and return.  Adjust recursive calls.
11613         (EXT): Adjust FCT callers.
11614         (STRUCT): Undef at the end of the file.
11615         * posix/Makefile (tests): Add tst-fnmatch2.
11616         * posix/tst-fnmatch2.c: New test.
11617
11618 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11619
11620         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
11621         and 1 on failure.
11622
11623         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
11624         Change last argument to unsigned int.
11625
11626 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
11627
11628         * scripts/check-local-headers.sh: Filter out sys/capability.h.
11629
11630 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11631
11632         * config.h.in (HAVE_LIBCAP): Add.
11633         * nscd/selinux.h: Include sys/capability.h rather than non-existent
11634         sys/capabilities.h.
11635         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
11636         free_caps.  Cast away const from 4th cap_set_flag argument.
11637
11638 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
11639
11640         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
11641         GLIBC_2.6.
11642         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
11643         Add sync_file_range.
11644         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11645
11646 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
11647
11648         * sysdeps/powerpc/bits/atomic.h
11649         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
11650         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
11651         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11652         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
11653         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11654         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
11655         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
11656         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11657         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11658         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11659         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
11660         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11661         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11662         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11663         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11664         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
11665         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11666         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
11667         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11668         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
11669
11670 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11671
11672         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
11673         (__cache_line_size): Define the variable here.  Add
11674         attribute_hidden, remove weak_extern.
11675         (__libc_start_main): Set __cache_line_size
11676         unconditionally.
11677         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
11678         (__cache_line_size): Define the variable here.  Add
11679         attribute_hidden, remove weak_extern.
11680         (DL_PLATFORM_AUXV): Set __cache_line_size
11681         unconditionally.
11682         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
11683         weak_extern, add attribute_hidden.
11684         (__elf_machine_runtime_setup): Assume __cache_line_size is always
11685         defined in ld.so.
11686         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
11687         definition.
11688         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
11689
11690 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
11691
11692         [BZ #4276]
11693         * timezone/africa: Update from tzdata2007d.
11694         * timezone/asia: Likewise.
11695         * timezone/australasia: Likewise.
11696         * timezone/backward: Likewise.
11697         * timezone/europe: Likewise.
11698         * timezone/iso3166.tab: Likewise.
11699         * timezone/leapseconds: Likewise.
11700         * timezone/northamerica: Likewise.
11701         * timezone/southamerica: Likewise.
11702         * timezone/zone.tab: Likewise.
11703
11704         * timezone/private.h: Update from tzcode2007d.
11705         * timezone/zdump.c: Likewise.
11706         * timezone/zic.c: Likewise.
11707
11708 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
11709
11710         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
11711         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
11712         variables.
11713         (nis_server_cache_search, nis_server_cache_add): New functions.
11714         (__nisfind_server): Use them.  Add dbp and flags argument, if
11715         call __nisbind_create.
11716         (__nisbind_create): Add server_used and current_ep arguments,
11717         only call __nis_findfastest if server_used is ~0.
11718         (__do_niscall2, __prepare_niscall): Adjust callers.
11719         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
11720         ckey_cache_euid, ckey_cache_lock): New variables.
11721         (get_ckey): New function.
11722         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
11723         __pmap_getnisport.  Save __pmap_getnisport result in
11724         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
11725         key.
11726         * nis/nis_lookup.c (nis_lookup): Likewise.
11727         * nis/nis_table.c (nis_list): Likewise.
11728         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
11729         prototypes.
11730
11731         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
11732         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
11733         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
11734         _nss_nisplus_getservbyport_r): Likewise.
11735         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
11736         _nss_nisplus_getnetbyaddr_r): Likewise.
11737         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
11738         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
11739         _nss_nisplus_getntohost_r): Likewise.
11740         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
11741         _nss_nisplus_getrpcbynumber_r): Likewise.
11742
11743 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11744
11745         * configure.in (libc_cv_gnu89_inline): Only do compile test.
11746         * configure: Rebuilt.
11747
11748         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
11749         bit-fields.
11750         * soft-fp/extended.h (_FP_UNION_E): Likewise.
11751
11752 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
11753
11754         [BZ #2831]
11755         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
11756         bit-fields.
11757
11758 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
11759
11760         * nscd/gai.c: Include alloca.h.
11761         (__libc_use_alloca): Define.
11762
11763 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
11764
11765         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
11766         smaller scopes.
11767         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
11768         (DL_DST_REQUIRED): Adjust user.
11769
11770         * include/dlfcn.h (struct link_map): New forward decl.
11771
11772         * inet/getnameinfo.c: Include stddef.h.
11773         (getnameinfo): Use offsetof.
11774
11775         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
11776
11777         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
11778
11779         * string/strerror_l.c: Include stdlib.h.
11780
11781         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
11782         * config.make.in (gnu89-inline-CFLAGS): New variable.
11783         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
11784         -std=gnu99.
11785         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
11786         * argp/argp.h: Use it.
11787         * bits/mathinline.h: Likewise.
11788         * bits/sigset.h: Likewise.
11789         * bits/string.h: Likewise.
11790         * ctype/ctype.h: Likewise.
11791         * hurd/hurd.h: Likewise.
11792         * hurd/hurd/fd.h: Likewise.
11793         * hurd/hurd/port.h: Likewise.
11794         * hurd/hurd/signal.h: Likewise.
11795         * hurd/hurd/threadvar.h: Likewise.
11796         * hurd/hurd/userlink.h: Likewise.
11797         * io/sys/stat.h: Likewise.
11798         * libio/bits/stdio.h: Likewise.
11799         * libio/bits/stdio2.h: Likewise.
11800         * mach/lock-intern.h: Likewise.
11801         * mach/mach/mig_support.h: Likewise.
11802         * math/bits/cmathcalls.h: Likewise.
11803         * posix/bits/unistd.h: Likewise.
11804         * socket/bits/socket2.h: Likewise.
11805         * stdlib/bits/stdlib.h: Likewise.
11806         * stdlib/stdlib.h: Likewise.
11807         * string/argz.h: Likewise.
11808         * string/bits/string2.h: Likewise.
11809         * string/bits/string3.h: Likewise.
11810         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
11811         * sysdeps/generic/inttypes.h: Likewise.
11812         * sysdeps/generic/machine-lock.h: Likewise.
11813         * sysdeps/generic/machine-sp.h: Likewise.
11814         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
11815         * sysdeps/i386/i486/bits/string.h: Likewise.
11816         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
11817         * sysdeps/mach/alpha/machine-lock.h: Likewise.
11818         * sysdeps/mach/alpha/machine-sp.h: Likewise.
11819         * sysdeps/mach/i386/machine-lock.h: Likewise.
11820         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
11821         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
11822         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
11823         * sysdeps/s390/bits/string.h: Likewise.
11824         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
11825         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
11826         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
11827         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
11828         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11829         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
11830         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
11831         * wcsmbs/bits/wchar2.h: Likewise.
11832         * wcsmbs/wchar.h: Likewise.
11833         * stdlib/gmp.h: Likewise.  Include <features.h> to get
11834         __extern_inline definition.
11835
11836 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
11837
11838         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
11839         NULL.
11840
11841         [BZ #3919]
11842         * math/libm-test.inc (log_test): Test -Inf and NaN.
11843         (log10_test, log1p_test, log2_test): Test -Inf.
11844         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
11845         FE_INVALID when argument is qNaN.
11846         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11847         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11848         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11849         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
11850         andb $1, %ah with testb $1, %ah, don't test for parity, instead
11851         testb $4, %ah and jump if non-zero.
11852         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11853         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
11854
11855         [BZ #4101]
11856         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
11857         ancestors with the same depths.
11858         Patch by Niels Moeller <nisse@lysator.liu.se>.
11859         (filter_doc): Don't crash if argp is NULL.
11860         * argp/Makefile (tests): Add tst-argp2.
11861         * argp/tst-argp2.c: New test.
11862
11863         [BZ #4130]
11864         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
11865         open_not_cancel_2.
11866         (updwtmp_file): Likewise.
11867
11868         [BZ #4181]
11869         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
11870         (inet6_opt_append): Don't check extlen is big enough if extbuf
11871         is NULL.
11872         (inet6_opt_finish): Likewise.
11873         * inet/Makefile (tests): Add test-inet6_opt.
11874         * inet/test-inet6_opt.c: New test.
11875
11876         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
11877         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
11878         NLMSG_ERR.  Instead use a page sized buffer.
11879         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
11880         buffer.
11881
11882 2007-03-14  Richard Henderson  <rth@redhat.com>
11883
11884         * sysdeps/alpha/fpu/s_llround.c: New file.
11885         * sysdeps/alpha/fpu/s_llroundf.c: New file.
11886         * sysdeps/alpha/fpu/s_lround.c: New file.
11887         * sysdeps/alpha/fpu/s_lroundf.c: New file.
11888         * sysdeps/alpha/fpu/s_round.c: New file.
11889         * sysdeps/alpha/fpu/s_roundf.c: New file.
11890         * sysdeps/alpha/fpu/s_trunc.c: New file.
11891         * sysdeps/alpha/fpu/s_truncf.c: New file.
11892
11893         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
11894         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
11895         * sysdeps/alpha/fpu/s_floor.c: Likewise.
11896         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
11897         * sysdeps/alpha/fpu/s_rint.c: Likewise.
11898         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
11899
11900         * sysdeps/alpha/fpu/s_fmax.S: New file.
11901         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
11902         * sysdeps/alpha/fpu/s_fmin.S: New file.
11903         * sysdeps/alpha/fpu/s_fminf.S: New file.
11904         * sysdeps/alpha/fpu/s_isnan.c: New file.
11905         * sysdeps/alpha/fpu/s_isnanf.c: New file.
11906         * sysdeps/alpha/fpu/s_llrint.c: New file.
11907         * sysdeps/alpha/fpu/s_llrintf.c: New file.
11908         * sysdeps/alpha/fpu/s_lrint.c: New file.
11909         * sysdeps/alpha/fpu/s_lrintf.c: New file.
11910         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
11911         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
11912
11913         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
11914         (__fdimf, fdimf, __fdim, fdim): Remove.
11915         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
11916         (__isnanf, __isnan, __isnanl): New.
11917
11918 2007-03-13  Richard Henderson  <rth@redhat.com>
11919
11920         * sysdeps/ieee754/ldbl-128/Makefile: New file.
11921
11922 2007-03-13  Richard Henderson  <rth@redhat.com>
11923
11924         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
11925         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
11926         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
11927         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
11928         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
11929         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
11930
11931 2007-03-13  Richard Henderson  <rth@redhat.com>
11932
11933         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
11934         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
11935         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
11936         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
11937         Move to dl-auxv.h; initialize instead of extern weak.
11938         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
11939         weak symbol.
11940         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
11941         Extern instead of initialized.
11942
11943 2007-03-13  Richard Henderson  <rth@redhat.com>
11944
11945         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
11946         __sigsuspend_nocancel.
11947
11948 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
11949
11950         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
11951         172.16/12 address range.
11952
11953 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
11954
11955         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
11956         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
11957         message.
11958
11959 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
11960
11961         [BZ #4069]
11962         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
11963         earlier.
11964         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
11965
11966         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
11967         for x qNaN and y either +-inf or non-integer value.
11968         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
11969         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11970         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
11971
11972 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
11973
11974         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
11975         from sysdep_headers.
11976
11977 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
11978
11979         * time/tzfile.c (find_transition): Instead of a linear search try to
11980         guess the transition index, use a linear search if the result is at
11981         most 10 transitions away from the guess or binary search otherwise.
11982
11983 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
11984
11985         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
11986         memory reallocation.
11987
11988 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
11989
11990         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
11991         and fix some typos.
11992         Optimize use of TOLOWER.
11993
11994         [BZ #3325]
11995         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
11996         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11997         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11998
11999         [BZ #3458]
12000         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
12001         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
12002
12003         [BZ #4076]
12004         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
12005         (open_dir_stream): Likewise.
12006         * io/Makefile (tests): Add bug-ftw5.
12007         * io/bug-ftw5.c: New file.
12008
12009         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
12010         * nscd/servicescache.c (cache_addserv): Likewise.
12011
12012         * nscd/grpcache.c (cache_addgr): In case a record changed on
12013         refresh, adjust key_copy.
12014
12015         [BZ #4074]
12016         * nscd/pwdcache.c (cache_addpw): In case a record changed on
12017         refresh, adjust key_copy.
12018
12019         [BZ #4070]
12020         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
12021         special cases.
12022         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
12023
12024 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
12025
12026         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
12027         optimization.
12028
12029         * stdio-common/vfscanf.c: Small cleanups throughout.
12030
12031 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
12032
12033         [BZ #3325]
12034         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
12035         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
12036         * sysdeps/i386/fpu/e_fmod.S: Likewise.
12037         Patch by Jared Casper <jaredcasper@gmail.com>.
12038
12039         * sysdeps/unix/closedir.c: Outside libc don't use locking.
12040         * sysdeps/unix/opendir.c: Likewise.
12041         * sysdeps/unix/readdir.c: Likewise.
12042
12043         [BZ #2211]
12044         * stdio-common/vfscanf.c: Handle localized digits etc for floating
12045         point numbers.
12046         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
12047
12048         * stdio-common/vfscanf.c: Fix problems in width accounting.
12049         * stdio-common/tst-sscanf.c (double_tests): New tests.
12050         (main): Hook them up.
12051
12052         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
12053         More simplifications of floating-point reader.
12054
12055         * stdio-common/Makefile (tests): Add tst-swscanf.
12056         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
12057         testing.
12058         * stdio-common/tst-swscanf.c: New file.
12059
12060 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
12061
12062         [BZ #2633]
12063         * libio/stdio.h: Define struct _IO_FILE in global namespace.
12064         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
12065         Remove using for __jmp_buf_tag.
12066         * locale/locale.h (struct lconv): Also define in std namespace.
12067         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
12068
12069         [BZ #3842]
12070         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
12071         using __libc_enable_secure.
12072
12073         [BZ #3818]
12074         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
12075
12076         [BZ #3745]
12077         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
12078         of names for ellipsises.
12079
12080         [BZ #3348]
12081         * malloc/memusage.sh: Cleanups.
12082         * debug/xtrace.sh: Quoting and trap changes.
12083
12084 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
12085
12086         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
12087
12088         * locale/iso-3166.def: Update entry for Serbia.
12089         * locale/iso-4217.def: Define RSD, remove CSD.
12090
12091         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
12092         and 64-bit operations.
12093
12094         [BZ #4040]
12095         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
12096         16-bit operations.
12097
12098         * nscd/nscd.c (parse_opt): One more conversion to use send instead
12099         of writev.
12100
12101 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
12102
12103         [BZ #3991]
12104         * assert/assert.h (assert): Simplify.
12105         (assert_perror): Likewise.
12106         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
12107
12108         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
12109         reqdata.
12110
12111         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
12112         change: don't pass NULL in place of an integer.
12113
12114 2007-02-02  Bruno Haible  <bruno@clisp.org>
12115
12116         [BZ #3954]
12117         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
12118         Add mapping for U+327E.
12119         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
12120         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
12121         mapping of 0xD9 0xE8.
12122         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
12123         mapping of U+327E.
12124         Reported by Jungshik Shin <jungshik@google.com>.
12125
12126         [BZ #3955]
12127         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
12128         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
12129         Reported by Jungshik Shin <jungshik@google.com>.
12130
12131 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
12132
12133         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
12134         byte variants.
12135
12136         [BZ #4040]
12137         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
12138         byte variants.  Patch mostly be tom@tommay.net.
12139
12140 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
12141
12142         [BZ #3996]
12143         * posix/glob.c (attribute_hidden): Define if not defined.
12144         (glob): Unescape dirname, filename or username when needed and not
12145         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
12146         is NULL.  Handle unescaped [ in pattern without closing ].
12147         Don't pass GLOB_CHECK down to recursive glob for directories.
12148         (__glob_pattern_type): New function.
12149         (__glob_pattern_p): Implement using __glob_pattern_type.
12150         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
12151         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
12152         Remove unreachable code.
12153         * posix/globtest.sh: Add a couple of new tests.
12154
12155 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
12156
12157         * po/ru.po: Update from translation team.
12158
12159 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
12160
12161         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
12162         to the list of i486+ CPUs.
12163         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12164
12165 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
12166
12167         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
12168         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
12169         references.
12170
12171 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
12172
12173         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
12174
12175         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
12176         * resolv/res_mkquery.c: Define __res_nopt.
12177         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
12178         try adding EDNS0 record.
12179         * resolv/res_send.c (send_dg): If request failed with FORMERR and
12180         EDNS0 record was send make sure we don't try it again.
12181         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
12182         * include/resolv.h: Declare __res_nopt.
12183
12184 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
12185
12186         [BZ #3944]
12187         * time/strptime_l.c (__strptime_internal): Set have_mon for
12188         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
12189         have been computed from tm_yday and tm_year.  Don't crash
12190         in day_of_the_week or day_of_the_year if not have_mon
12191         and tm_mon contains bogus value.
12192         * time/Makefile (tests): Add tst-strptime3.
12193         * time/tst-strptime3.c: New test.
12194
12195 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
12196
12197         [BZ #3957]
12198         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
12199         bit for RE_HAT_LISTS_NOT_NEWLINE.
12200         (build_charclass_op): Remove bogus comment.
12201         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
12202         * posix/bug-regex27.c: New test.
12203         * posix/bug-regex28.c: New test.
12204
12205 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
12206
12207         * po/sv.po: Update from translation team.
12208
12209 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
12210
12211         * nscd/nscd_helper.c (open_socket): Minor size optimization.
12212
12213 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
12214
12215         * include/locale.h (__uselocale): Add libc_hidden_proto.
12216         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
12217
12218         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
12219         gettimeofday.
12220
12221 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
12222
12223         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
12224         returning.
12225         (PTR_DEMANGLE): Real definition now that it's not the same as
12226         PRT_MANGLE anymore.
12227         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12228
12229         * string/strerror_l.c: New file.
12230         * string/Makefile (routines): Add strerror_l.
12231         * string/string.h: Declare strerror_l.
12232         * string/Versions: Export strerror_l for GLIBC_2.6.
12233
12234 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
12235
12236         * nscd/nscd_helper.c (open_socket): Now takes request type and key
12237         as parameter.  Construct request record.  Try sending request
12238         before the first poll use, it usually succeeds.  Adjust all
12239         callers.
12240         * nscd/nscd-client.h: Define MAXKEYLEN.
12241         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
12242
12243 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
12244
12245         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
12246         from return value.
12247         * nscd/nscd_helper.c: Include string.h.
12248         (__nscd_cache_search): Remove const qualifier from return value.
12249         On strict alignment architectures check hash entry and data head
12250         alignment.
12251         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
12252         mmapped data during GC cycle contains garbage.  If
12253         __nscd_drop_map_ref fails, decrement mapped->counter when returning
12254         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
12255         dropped to 0.
12256         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12257         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12258         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
12259         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12260         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12261
12262 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
12263
12264         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
12265
12266 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
12267
12268         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
12269         names not numbers in cfi_*.
12270
12271 2007-01-26  Andreas Jaeger  <aj@suse.de>
12272
12273         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
12274         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
12275         Correct values of PER_HPUX and PER_OSF4.
12276
12277 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
12278
12279         * elf/dl-minimal.c: Undefine _itoa first.
12280         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
12281         * malloc/mtrace.c: Revert last change.
12282         * posix/wordexp.c: Likewise.
12283
12284 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
12285
12286         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
12287         and __geode__ to the list of i486+ CPUs.
12288         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12289
12290 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
12291
12292         * stdio-common/_itoa.c: Include <limits.h>.
12293         * stdio-common/_itowa.c: Likewise.
12294
12295 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
12296
12297         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
12298         platforms.
12299         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
12300         64-bit platforms.
12301         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
12302         possible.
12303         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
12304         if possible.
12305
12306         [BZ #3902]
12307         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
12308         * stdio-common/Makefile (tests): Add bug17.
12309         * stdio-common/bug17.c: New file.
12310
12311 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
12312
12313         * iconvdata/brf.c: New file.
12314         * iconvdata/testdata/BRF: New file.
12315         * iconvdata/testdata/BRF..UTF8: New file.
12316         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
12317         * iconvdata/Makefile: Add rules to build BRF.
12318         * iconvdata/TESTS: Add BRF entry.
12319         * iconvdata/gconv-modules: Likewise.
12320         * iconvdata/tst-tables.sh: Likewise.
12321
12322 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
12323
12324         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
12325         type `long long int', not `long int'.
12326         (wcstoq): Likewise.
12327
12328 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
12329
12330         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
12331         of values on 64-bit platforms which are too large.
12332
12333 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
12334             Joe Kerian  <jkerian@us.us.ibm.com>
12335
12336         [BZ #2749]
12337         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
12338         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
12339         (__copysignl): Use signbit() for comparison.
12340         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
12341         SET_LDOUBLE_WORDS64.
12342
12343         [BZ #2423, #2749]
12344         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
12345         (__ceill): Remove calls to fegetround(), fesetround().
12346         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
12347         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
12348         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
12349
12350 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
12351
12352         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
12353
12354         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
12355
12356 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
12357
12358         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
12359         demangle pointer.
12360         * csu/libc-start.c: Likewise.
12361
12362 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
12363
12364         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
12365         really work anyway.
12366
12367 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12368
12369         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
12370         users.
12371         (handle_request): Remove unnecessary tests.
12372
12373         * nscd/cache.c (cache_add): Record the failure to add to the cache.
12374
12375 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
12376
12377         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
12378         workbits in semi-raw fraction.
12379
12380         * math/test-misc.c: Add new tests.
12381
12382 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
12383
12384         * math/basic-test.c: Include test-skeleton.c.
12385         (TEST_TRUNC): Define.
12386         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
12387         (main): Rename to ...
12388         (do_test): ...this.  Run new tests.
12389         (TEST_FUNCTION): Define.
12390
12391 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
12392             Joe Kerian  <jkerian@us.us.ibm.com>
12393
12394         [BZ #2749]
12395         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
12396         handling for high words.
12397         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
12398         and overflow for infinity.
12399
12400 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12401
12402         * nscd/connections.c (handle_request): Add a __builtin_expect.
12403
12404         * nscd/connections.c (serv2db): Change type into structure which
12405         also says whether this is a request for data.  Renamed to
12406         servinfo.  All users changed.
12407         (handle_request): Much simpler test whether we should search the cache.
12408
12409         * nscd/connections.c (handle_request): Fix thinko in selinux test
12410         invocation.
12411
12412         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
12413         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
12414         it before getting dl_load_lock and then relock.
12415         (_dl_lookup_symbol_x): Pass flags to add_dependency.
12416         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
12417         case we unlocked the scope.
12418         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
12419         _dl_lookup_symbol_x in case we locked the scope.
12420         (_dl_profile_fixup): Likewise.
12421         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
12422         set DL_LOOKUP_SCOPE_LOCK.
12423
12424 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
12425
12426         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
12427         CFLAGS-getsrvbynpt_r.c.
12428         * nscd/getsrvbynm_r.c: New file.
12429         * nscd/getsrvbypt_r.c: New file.
12430         * nscd/nscd_getserv_r.c: New file.
12431         * nscd/servicescache.c: New file.
12432         * nscd/Makefile (routines): Add nscd_getserv_r.
12433         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
12434         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
12435         CFLAGS-getsrvbypt_r.c.
12436         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
12437         table.  Add entries for services database.
12438         * nscd/connections.c (serv2str): Mark as const.  Add entries for
12439         services database.
12440         (dbs): Add .reset_res and servdb initialization.
12441         (serv2db): Add entries for services database.
12442         (verify_persistent_db): Accept dbnr == servdb.
12443         (invalidate_cache): Rewrite database name recognition to use a table.
12444         Call res_init() if .reset_res is set for database.
12445         (handle_request): Add code to handle services database.
12446         * nscd/gai.c: Don't define __getservbyname_r.
12447         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
12448         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
12449         (serv_response_header): Define.
12450         (struct datahead): Add serv_response_header member.
12451         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
12452         using table.
12453         * nscd/nscd.conf: Add entries for services database.
12454         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
12455         Declare serv_iov_disabled.
12456         Declare addservbyname, readdservbyname, addservbyport, and
12457         readdservbyport.
12458         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
12459         (find_db): Fix error message.
12460         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
12461         __nscd_getservbyname_r, and __nscd_getservbyport_r.
12462         * nscd/selinux.c (perms): Add entries for services database.
12463         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
12464         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
12465
12466         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
12467         * nscd/hstcache.c: Likewise.
12468         * nscd/pwdcache.c: Likewise.
12469
12470         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
12471         computation of keylen.
12472
12473         * include/string.h: Only redefine strndupa if this is really for
12474         libc code.
12475
12476 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
12477
12478         * nscd/nscd_gethst_r.c: Minor cleanups.
12479
12480         * nscd/connections.c (handle_request): Check selinux permissions
12481         for all non-admin commands.
12482
12483         * sysdeps/i386/i486/bits/atomic.h: Define
12484         atomic_compare_and_exchange_val_acq,
12485         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
12486         using __sync_* built-ins for gcc >= 4.1.
12487         * sysdeps/x86_64/bits/atomic.h: Likewise.
12488
12489         [BZ #3840]
12490         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
12491         and .oS.d files.
12492
12493 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
12494
12495         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
12496         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
12497         (do_test): Check errno and exit(0) if ENOSYS.
12498
12499 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12500
12501         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
12502         thousands separators.
12503         * stdlib/Makefile: Add rules to build and run tst-strtod4.
12504         * stdlib/tst-strtod4.c: New test.
12505
12506         [BZ #3855]
12507         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
12508         hexadecimal digit should accept just the initial 0.
12509         * stdlib/tst-strtod2.c (tests): New variable.
12510         (do_test): Run several tests rather than just one.
12511
12512 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12513
12514         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
12515         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
12516
12517 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
12518
12519         * io/fts.c: Make sure fts_cur is always valid after return from
12520         fts_read.
12521         Patch by Miloslav Trmac <mitr@redhat.com>.
12522
12523 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
12524
12525         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
12526         (R_MIPS_NUM): Bump by 1.
12527
12528 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
12529
12530         * posix/execvp.c: Include alloca.h.
12531         (allocate_scripts_argv): Renamed to...
12532         (scripts_argv): ... this.  Don't allocate buffer here nor count
12533         arguments.
12534         (execvp): Use alloca if possible.
12535         * posix/Makefile: Add rules to build and run tst-vfork3 test.
12536         * posix/tst-vfork3.c: New test.
12537
12538 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
12539
12540         * string/Makefile (tst-strxfrm2-ENV): Define.
12541         * stdlib/Makefile (tst-strtod3-ENV): Define.
12542
12543 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
12544
12545         * posix/getconf.c: Update copyright year.
12546         * nss/getent.c: Likewise.
12547         * iconv/iconvconfig.c: Likewise.
12548         * iconv/iconv_prog.c: Likewise.
12549         * elf/ldconfig.c: Likewise.
12550         * catgets/gencat.c: Likewise.
12551         * csu/version.c: Likewise.
12552         * elf/ldd.bash.in: Likewise.
12553         * elf/sprof.c (print_version): Likewise.
12554         * locale/programs/locale.c: Likewise.
12555         * locale/programs/localedef.c: Likewise.
12556         * nscd/nscd.c (print_version): Likewise.
12557         * debug/xtrace.sh: Likewise.
12558         * malloc/memusage.sh: Likewise.
12559         * malloc/mtrace.pl: Likewise.
12560         * debug/catchsegv.sh: Likewise.
12561
12562 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
12563
12564         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
12565         attempts.
12566
12567 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
12568
12569         * posix/wordexp.c: Remove some unnecessary tests.
12570
12571 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
12572
12573         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
12574         blacklist the group till after we look it up.
12575
12576 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
12577
12578         * include/atomic.h (atomic_forced_read): New macro.
12579
12580 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
12581
12582         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
12583
12584 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
12585
12586         * nss/getXXbyYY_r.c: Include atomic.h.
12587         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
12588         add atomic_write_barrier () in between.
12589
12590         * stdlib/Makefile (tests): Add tst-makecontext.
12591         * stdlib/tst-makecontext.c: New test.
12592
12593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
12594         (__makecontext): Don't realign uc_mcontext.uc_regs.
12595
12596 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
12597
12598         * elf/dl-support.c: Include dl-procinfo.h.
12599         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
12600         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
12601         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
12602         Define.
12603         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
12604         hardcoded constants.
12605         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
12606         PPC_PLATFORM_* macros for array designators.
12607
12608 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
12609
12610         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
12611         names to the beginning.
12612         (_dl_powerpc_platforms): Add "power6x".
12613         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12614         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
12615         (_DL_PLATFORMS_COUNT): Increase.
12616         (_dl_string_platform): Handle power6x case.
12617         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
12618         PPC_FEATURE_POWER6_EXT): Define.
12619         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
12620
12621 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
12622
12623         [BZ #3747]
12624         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
12625         [-2^31 .. 2^31) range.
12626         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
12627         targets.
12628         * stdlib/tst-rand48-2.c: New test.
12629         * stdlib/Makefile (tests): Add tst-rand48-2.
12630
12631 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
12632
12633         * misc/tst-pselect.c (do_test): Fix sigblock argument.
12634
12635 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
12636
12637         * misc/tst-pselect.c (do_test): Make sure the helper process is
12638         terminating when the test is aborted.
12639
12640 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
12641
12642         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
12643         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12644         Handle relatime mount option.
12645
12646         [BZ #2337]
12647         * libio/Makefile (tests): Add tst-setvbuf1.
12648         * libio/tst-setvbuf1.c: New file.
12649
12650 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
12651
12652         [BZ #2337]
12653         * libio/genops.c (__uflow): Fix a typo.
12654         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
12655         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
12656         the narrow buffer size.
12657
12658 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
12659
12660         [BZ #2337]
12661         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
12662         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
12663         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
12664         in _flags.
12665         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
12666         _IO_wstr_finish): Likewise.
12667         * libio/wmemstream.c (open_wmemstream): Likewise.
12668         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
12669         even for wide streams.
12670
12671 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
12672
12673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
12674         kernel-features.h.
12675
12676 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
12677
12678         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
12679         separators also if no non-zero digits found.
12680         * stdlib/Makefile (tests): Add tst-strtod3.
12681
12682 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
12683
12684         [BZ #3632]
12685         * include/features.h: Fix comment about default value for
12686         _POSIX_C_SOURCE.
12687
12688         [BZ #3664]
12689         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
12690         empty parsed strings.
12691         * stdlib/Makefile (tests): Add tst-strtod2.
12692         * stdlib/tst-strtod2.c: New file.
12693
12694         [BZ #3673]
12695         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
12696         computation.
12697         * stdlib/Makefile (tests): Add tst-atof2.
12698         * stdlib/tst-atof2.c: New file.
12699
12700         [BZ #3674]
12701         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
12702         correctly if removing trailing zero of hex-float.
12703         * stdlib/Makefile (tests): Add tst-atof1.
12704         * stdlib/tst-atof1.c: New file.
12705
12706 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
12707
12708         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
12709         Start searching for next comma at p rather than rest.
12710         * misc/Makefile (tests): Add tst-mntent2.
12711         * misc/tst-mntent2.c: New test.
12712
12713         * misc/getusershell.c (initshells): Check for integer overflows.
12714         Make strings buffer one bigger as fgets always succeeds when second
12715         argument is 1.  Don't use calloc for shells array.  Disallow
12716         / as shell.
12717
12718 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
12719
12720         * malloc/memusage.c: Handle realloc with new size of zero and
12721         non-NULL pointer correctly.
12722         (me): Really write first record twice.
12723         (struct entry): Make format bi-arch safe.
12724         (dest): Write out more realloc statistics.
12725         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
12726
12727 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
12728
12729         * nis/nis_subr.c (nis_getnames): Revert last change.
12730
12731 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
12732
12733         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
12734         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
12735         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
12736         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
12737         ENOTTY.
12738         * io/Makefile: Add rules to build and run tst-ttyname_r test.
12739         * io/tst-ttyname_r.c: New test.
12740
12741 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12742
12743         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
12744
12745 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
12746
12747         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
12748         jump table entries.
12749
12750 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12751
12752         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
12753         `clone' function to ensure proper unwinding stop of gdb.
12754         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
12755
12756 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
12757
12758         * nscd/nscd.init: Remove obsolete and commented-out -S option
12759         handling.
12760
12761 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
12762
12763         [BZ #3514]
12764         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
12765
12766         [BZ #3515]
12767         * manual/string.texi (strtok): Remove duplicate paragraph.
12768
12769 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
12770
12771         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
12772         libgcc not supporting `rflags' unwinding (register # >= 17).
12773
12774 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
12775
12776         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
12777         succeeded.
12778
12779 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
12780             Jakub Jelinek  <jakub@redhat.com>
12781             Jan Kratochvil  <jan.kratochvil@redhat.com>
12782
12783         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
12784         unwind information.
12785         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
12786         'restore_rt' even in the 'signal' directory.
12787         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
12788
12789 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
12790
12791         [BZ #3559]
12792         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
12793         malloc crashed.  Don't allocate memory unnecessarily in each
12794         loop.
12795
12796 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
12797
12798         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
12799
12800 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
12801
12802         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
12803
12804 2006-11-18  Bruno Haible  <bruno@clisp.org>
12805
12806         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
12807         __sysconf only after having tried to call getgroups32.
12808
12809 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
12810
12811         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
12812         addresses for IPv4 queries if they can be mapped.
12813
12814 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
12815
12816         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
12817         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
12818         (signmask): Add .size directive.
12819         (othermask): Add .type directive.
12820
12821 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
12822
12823         * po/nl.po: Update from translation team.
12824
12825         * timezone/zdump.c: Redo fix for BZ #3137.
12826
12827 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
12828
12829         * nss/nss_files/files-alias.c (get_next_alias): Set line back
12830         to first_unused after parsing :include: file.
12831
12832 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12833
12834         * timezone/africa: Update from tzdata2006o.
12835         * timezone/antarctica: Likewise.
12836         * timezone/asia: Likewise.
12837         * timezone/australasia: Likewise.
12838         * timezone/backward: Likewise.
12839         * timezone/europe: Likewise.
12840         * timezone/iso3166.tab: Likewise.
12841         * timezone/northamerica: Likewise.
12842         * timezone/southamerica: Likewise.
12843         * timezone/zone.tab: Likewise.
12844
12845         * time/tzfile.c (__tzfile_read): Extend to handle new file format
12846         on machines with 64-bit time_t.
12847
12848         * timezone/checktab.awk: Update from tzcode2006o.
12849         * timezone/ialloc.c: Likewise.
12850         * timezone/private.h: Likewise.
12851         * timezone/scheck.c: Likewise.
12852         * timezone/tzfile.h: Likewise.
12853         * timezone/tzselect.ksh: Likewise.
12854         * timezone/zdump.c: Likewise.
12855         * timezone/zic.c: Likewise.
12856
12857         [BZ #3483]
12858         * elf/ldconfig.c (main): Call setlocale and textdomain.
12859         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12860
12861         [BZ #3480]
12862         * manual/argp.texi: Fix typos.
12863         * manual/charset.texi: Likewise.
12864         * manual/errno.texi: Likewise.
12865         * manual/filesys.texi: Likewise.
12866         * manual/lang.texi: Likewise.
12867         * manual/maint.texi: Likewise.
12868         * manual/memory.texi: Likewise.
12869         * manual/message.texi: Likewise.
12870         * manual/resource.texi: Likewise.
12871         * manual/search.texi: Likewise.
12872         * manual/signal.texi: Likewise.
12873         * manual/startup.texi: Likewise.
12874         * manual/stdio.texi: Likewise.
12875         * manual/sysinfo.texi: Likewise.
12876         * manual/syslog.texi: Likewise.
12877         * manual/time.texi: Likewise.
12878         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12879
12880         [BZ #3465]
12881         * sunrpc/clnt_raw.c: Minimal message improvements.
12882         * sunrpc/pm_getmaps.c: Likewise.
12883         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
12884         * nis/nis_print_group_entry.c: Likewise.
12885         * locale/programs/repertoire.c: Likewise.
12886         * locale/programs/charmap.c: Likewise.
12887         * malloc/memusage.sh: Likewise.
12888         * elf/dl-deps.c: Likewise.
12889         * locale/programs/ld-collate.c: Likewise.
12890         * libio/vswprintf.c: Likewise.
12891         * malloc/memusagestat.c: Likewise.
12892         * sunrpc/auth_unix.c: Likewise.
12893         * sunrpc/rpc_main.c: Likewise.
12894         * nscd/cache.c: Likewise.
12895         * locale/programs/repertoire.c: Unify output messages.
12896         * locale/programs/charmap.c: Likewise.
12897         * locale/programs/ld-ctype.c: Likewise.
12898         * locale/programs/ld-monetary.c: Likewise.
12899         * locale/programs/ld-numeric.c: Likewise.
12900         * locale/programs/ld-time.c: Likewise.
12901         * elf/ldconfig.c: Likewise.
12902         * nscd/selinux.c: Likewise.
12903         * elf/cache.c: Likewise.
12904         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12905
12906         [BZ #3451]
12907         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
12908         change atomic.
12909         (ceil): Likewise.
12910
12911 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12912
12913         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
12914         if N is one bigger than return value.
12915         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
12916         and l1 last arguments, if buf is defined, verify the return value
12917         equals to strlen (buf) and verify no byte beyond passed length
12918         is modified.
12919
12920 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12921
12922         * po/sv.po: Update from translation team.
12923
12924 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12925
12926         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
12927         noinline attribute.
12928
12929 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12930
12931         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
12932         noinline attribute.
12933
12934         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
12935         Use __new_sys_siglist instead of _sys_siglist_internal as
12936         second macro argument.
12937         (_old_sys_siglist): Use declare_symbol_alias macro instead of
12938         strong_alias.
12939
12940 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12941
12942         [BZ #3493]
12943         * posix/unistd.h (sysconf): Remove const attribute.
12944
12945         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
12946         temporary or deprecated addresses.
12947         Patch by Sridhar Samudrala <sri@us.ibm.com>.
12948
12949         * string/Makefile (tests): Add tst-strxfrm2.
12950         * string/tst-strxfrm2.c: New file.
12951
12952 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
12953
12954         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
12955         rather than r->r_brk.
12956
12957 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
12958
12959         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
12960         optimization even if needed > n.
12961
12962         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
12963         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
12964         return false, otherwise return true.
12965         (cache_rpath): Return decompose_rpath return value.
12966
12967 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
12968
12969         * include/libc-symbols.h (declare_symbol): Rename to...
12970         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
12971         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
12972         .size directive.
12973         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
12974         changes.
12975         * sysdeps/gnu/siglist.c: Likewise.
12976
12977 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
12978
12979         * sysdeps/powerpc/fpu/bits/mathinline.h
12980         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
12981         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
12982
12983 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
12984
12985         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
12986         Update handling of cache descriptor 0x49 for new models.
12987         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
12988         Likewise.
12989
12990 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
12991
12992         * malloc/memusage.c (dest): Reset not_me back to false after
12993         printing statistics.
12994
12995 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
12996
12997         * configure.in: Work around ld --help change and avoid -z relro
12998         test completely if the architecture doesn't care about security.
12999
13000 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
13001
13002         * po/sv.po: Update from translation team.
13003
13004 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
13005
13006         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
13007         generate compatibility version.
13008
13009 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
13010
13011         * configure.in: Relax -z relro requirement a bit.
13012
13013         * po/sv.po: Update from translation team.
13014
13015 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
13016
13017         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
13018         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
13019         * elf/dl-close.c (_dl_close_worker): Likewise.
13020         * elf/dl-open.c (_dl_open_worker): Likewise.
13021         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
13022
13023 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
13024
13025         * configure.in: Require assembler support for visibility, compiler
13026         support for visibility and aliases, linker support for various -z
13027         options.
13028         * Makeconfig: Remove conditional code which now is unnecessary.
13029         * config.h.in: Likewise.
13030         * config.make.in: Likewise.
13031         * dlfcn/Makefile: Likewise.
13032         * elf/Makefile: Likewise.
13033         * elf/dl-load.c: Likewise.
13034         * elf/rtld.c: Likewise.
13035         * include/libc-symbols.h: Likewise.
13036         * include/stdio.h: Likewise.
13037         * io/Makefile: Likewise.
13038         * io/fstat.c: Likewise.
13039         * io/fstat64.c: Likewise.
13040         * io/fstatat.c: Likewise.
13041         * io/fstatat64.c: Likewise.
13042         * io/lstat.c: Likewise.
13043         * io/lstat64.c: Likewise.
13044         * io/mknod.c: Likewise.
13045         * io/mknodat.c: Likewise.
13046         * io/stat.c: Likewise.
13047         * io/stat64.c: Likewise.
13048         * libio/stdio.c: Likewise.
13049         * nscd/Makefile: Likewise.
13050         * stdlib/Makefile: Likewise.
13051         * stdlib/atexit.c: Likewise.
13052         * sysdeps/generic/ldsodefs.h: Likewise.
13053         * sysdeps/i386/dl-machine.h: Likewise.
13054         * sysdeps/i386/sysdep.h: Likewise.
13055         * sysdeps/i386/i686/memcmp.S: Likewise.
13056         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
13057         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
13058         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
13059
13060         * Makerules: USE_TLS support is now default.
13061         * tls.make.c: Likewise.
13062         * csu/Versions: Likewise.
13063         * csu/libc-start.c: Likewise.
13064         * csu/libc-tls.c: Likewise.
13065         * csu/version.c: Likewise.
13066         * dlfcn/dlinfo.c: Likewise.
13067         * elf/dl-addr.c: Likewise.
13068         * elf/dl-cache.c: Likewise.
13069         * elf/dl-close.c: Likewise.
13070         * elf/dl-iteratephdr.c: Likewise.
13071         * elf/dl-load.c: Likewise.
13072         * elf/dl-lookup.c: Likewise.
13073         * elf/dl-object.c: Likewise.
13074         * elf/dl-open.c: Likewise.
13075         * elf/dl-reloc.c: Likewise.
13076         * elf/dl-support.c: Likewise.
13077         * elf/dl-sym.c: Likewise.
13078         * elf/dl-sysdep.c: Likewise.
13079         * elf/dl-tls.c: Likewise.
13080         * elf/ldconfig.c: Likewise.
13081         * elf/rtld.c: Likewise.
13082         * elf/tst-tls-dlinfo.c: Likewise.
13083         * elf/tst-tls1.c: Likewise.
13084         * elf/tst-tls10.h: Likewise.
13085         * elf/tst-tls14.c: Likewise.
13086         * elf/tst-tls2.c: Likewise.
13087         * elf/tst-tls3.c: Likewise.
13088         * elf/tst-tls4.c: Likewise.
13089         * elf/tst-tls5.c: Likewise.
13090         * elf/tst-tls6.c: Likewise.
13091         * elf/tst-tls7.c: Likewise.
13092         * elf/tst-tls8.c: Likewise.
13093         * elf/tst-tls9.c: Likewise.
13094         * elf/tst-tlsmod1.c: Likewise.
13095         * elf/tst-tlsmod13.c: Likewise.
13096         * elf/tst-tlsmod13a.c: Likewise.
13097         * elf/tst-tlsmod14a.c: Likewise.
13098         * elf/tst-tlsmod2.c: Likewise.
13099         * elf/tst-tlsmod3.c: Likewise.
13100         * elf/tst-tlsmod4.c: Likewise.
13101         * elf/tst-tlsmod5.c: Likewise.
13102         * elf/tst-tlsmod6.c: Likewise.
13103         * include/errno.h: Likewise.
13104         * include/link.h: Likewise.
13105         * include/tls.h: Likewise.
13106         * locale/global-locale.c: Likewise.
13107         * locale/localeinfo.h: Likewise.
13108         * malloc/arena.c: Likewise.
13109         * malloc/hooks.c: Likewise.
13110         * malloc/malloc.c: Likewise.
13111         * resolv/Versions: Likewise.
13112         * sysdeps/alpha/dl-machine.h: Likewise.
13113         * sysdeps/alpha/libc-tls.c: Likewise.
13114         * sysdeps/generic/ldsodefs.h: Likewise.
13115         * sysdeps/generic/tls.h: Likewise.
13116         * sysdeps/i386/dl-machine.h: Likewise.
13117         * sysdeps/ia64/dl-machine.h: Likewise.
13118         * sysdeps/ia64/libc-tls.c: Likewise.
13119         * sysdeps/mach/hurd/fork.c: Likewise.
13120         * sysdeps/mach/hurd/i386/tls.h: Likewise.
13121         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
13122         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
13123         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
13124         * sysdeps/s390/libc-tls.c: Likewise.
13125         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
13126         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
13127         * sysdeps/sh/dl-machine.h: Likewise.
13128         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
13129         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
13130         * sysdeps/x86_64/dl-machine.h: Likewise.
13131
13132         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
13133         split out locking and parameter checking.
13134         (_dl_close): Call _dl_close_worker after locking and checking.
13135         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
13136         _dl_close.
13137         * elf/Makefile: Add rules to build and run tst-thrlock.
13138         * elf/tst-thrlock.c:  New file.
13139
13140         [BZ #3426]
13141         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
13142         reality.
13143
13144         [BZ #3429]
13145         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
13146         we are sure we do not need it anymore for _dl_close.  Also move
13147         the asserts inside the lock region.
13148         Patch mostly by Suzuki <suzuki@in.ibm.com>.
13149
13150 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
13151
13152         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
13153         argument.
13154         (_dl_lookup_symbol_x): Adjust caller.
13155
13156         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
13157         _ns_global_scope.
13158         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
13159
13160         * elf/dl-libc.c: Revert l_scope name changes.
13161         * elf/dl-load.c: Likewise.
13162         * elf/dl-object.c: Likewise.
13163         * elf/rtld.c: Likewise.
13164         * elf/dl-close.c (_dl_close): Likewise.
13165         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
13166         always use __rtld_mrlock_{change,done}.  Always free old scope list
13167         here if not l_scope_mem.
13168         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
13169         change.  Never free scope list here.  Just __rtld_mrlock_lock before
13170         the lookup and __rtld_mrlock_unlock it after the lookup.
13171         * elf/dl-sym.c: Likewise.
13172         * include/link.h (struct r_scoperec): Remove.
13173         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
13174         with l_scope_mem and l_scoperec_lock with l_scope_lock.
13175
13176 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
13177
13178         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
13179
13180 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13181
13182         * configure.in: Disable building profile libraries by default.
13183
13184 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13185
13186         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
13187         as signed longs, check for x_base + pos overflow.
13188         * sunrpc/Makefile (tests): Add tst-xdrmem2.
13189         * sunrpc/tst-xdrmem2.c: New test.
13190
13191 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13192
13193         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
13194         _dl_lookup_symbol_x code.
13195
13196 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13197
13198         * elf/dl-runtime.c: Include sysdep-cancel.h.
13199         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
13200         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
13201         instead of catomic_* macros.
13202         * elf/dl-sym.c: Include sysdep-cancel.h.
13203         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
13204         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13205         * elf/dl-close.c: Include sysdep-cancel.h.
13206         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
13207         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13208         * elf/dl-open.c: Include sysdep-cancel.h.
13209         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
13210         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13211
13212 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13213
13214         [BZ #3313]
13215         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
13216         fastbin rather than end of fastbin array.
13217
13218 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13219
13220         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
13221         body macro.
13222         * sysdeps/x86_64/bits/atomic.h
13223         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
13224         (catomic_decrement): Use correct body macro.
13225
13226 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13227
13228         * include/atomic.h: Add a unique prefix to all local variables
13229         in macros.
13230         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
13231
13232 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
13233
13234         [BZ #3369]
13235         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
13236         and 7.
13237
13238 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
13239
13240         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
13241
13242 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
13243
13244         [BZ #3313]
13245         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
13246         determine highest fast bin to consolidate, always look into all of
13247         them.
13248         (do_check_malloc_state): Only require for empty bins for large
13249         sizes in main arena.
13250
13251         * libio/stdio.h: Add more __wur attributes.
13252
13253         * elf/dl-minimal.c (realloc): Optimize last patch.
13254
13255 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
13256
13257         [BZ #3352]
13258         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
13259         and use memcpy() if it does.
13260
13261 2006-11-12  Andreas Jaeger  <aj@suse.de>
13262
13263         [BZ #2510]
13264         * manual/search.texi (Hash Search Function): Clarify.
13265         (Array Search Function): Clarify.
13266
13267 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
13268
13269         [BZ #2830]
13270         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
13271         shifting.
13272         * math/atest-exp2.c (read_mpn_hex): Likewise.
13273         * math/atest-sincos.c (main): Likewise.
13274
13275 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13276
13277         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
13278         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
13279         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
13280         version GLIBC_2.6.
13281         * Versions.def: Add GLIBC_2.6 for libc.
13282
13283         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
13284
13285         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
13286
13287 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
13288
13289         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
13290
13291         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
13292
13293         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
13294         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
13295
13296 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13297
13298         * include/atomic.c: Define catomic_* operations.
13299         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
13300         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
13301         * malloc/memusage.c: Likewise.
13302         * gmon/mcount.c: Likewise.
13303         * elf/dl-close.c: Likewise.
13304         * elf/dl-open.c: Likewise.
13305         * elf/dl-profile.c: Likewise.
13306         * elf/dl-sym.c: Likewise.
13307         * elf/dl-runtime.c: Likewise.
13308         * elf/dl-fptr.c: Likewise.
13309         * resolv/res_libc.c: Likewise.
13310
13311 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
13312
13313         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
13314         components which lack them.
13315
13316         * nis/nis_subr.c (nis_getnames): Make sure that we always return
13317         at least one entry consisting of the parameter concatenated with
13318         the domain.
13319
13320 2006-10-10  Roland McGrath  <roland@frob.com>
13321
13322         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
13323         * sysdeps/mach/hurd/futimes.c: Likewise.
13324         * sysdeps/mach/hurd/lutimes.c: Likewise.
13325
13326 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
13327             Jakub Jelinek  <jakub@redhat.com>
13328
13329         Implement reference counting of scope records.
13330         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
13331         from the list in objects which remain.  Always allocate new scope
13332         record.
13333         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
13334         don't resize, allocate a new one.
13335         * elf/dl-runtime.c: Update reference counters before using a scope
13336         array.
13337         * elf/dl-sym.c: Likewise.
13338         * elf/dl-libc.c: Adjust for l_scope name change.
13339         * elf/dl-load.c: Likewise.
13340         * elf/dl-object.c: Likewise.
13341         * elf/rtld.c: Likewise.
13342         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
13343         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
13344         Add l_scoperec_lock.
13345         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
13346         * sysdeps/generic/rtld-lowlevel.h: New file.
13347
13348         * include/atomic.h: Rename atomic_and to atomic_and_val and
13349         atomic_or to atomic_or_val.  Define new macros atomic_and and
13350         atomic_or which do not return values.
13351         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
13352         Various cleanups.
13353         * sysdeps/i386/i486/bits/atomic.h: Likewise.
13354
13355         * po/sv.po: Update from translation team.
13356
13357 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
13358
13359         * Versions.def: Add GLIBC_2.6 to libpthread.
13360
13361         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
13362         (versioned_symbol): Likewise.
13363         (compat_symbol): Likewise.
13364
13365         * po/tr.po: Update from translation team.
13366
13367 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13368
13369         * nis/Banner: Removed.  It's been integral part forever and the
13370         author info is incomplete anyway.
13371         * libio/Banner: Likewise.
13372
13373         * nis/nis_table.c (nis_list): If __follow_path fails in the new
13374         code, make sure the nis_freeresult call doesn't crash and that the
13375         result is reported correctly.
13376
13377 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
13378
13379         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
13380         when callback is NULL.
13381
13382         * nis/Versions (libnss_nisplus): Add
13383         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
13384         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
13385         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
13386         _nss_create_tablename): Rename to...
13387         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
13388         ... these.  No longer static.
13389         (internal_setgrent): Adjust users.
13390         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
13391         Don't use locking around _nss_grp_create_tablename call.
13392         * nis/nss_nisplus/nisplus-initgroups.c: New file.
13393
13394 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13395
13396         * version.h (VERSION): Bump to 2.5.90 for new development tree.
13397
13398 2006-10-06  Andreas Jaeger  <aj@suse.de>
13399
13400         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
13401
13402 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13403
13404         * po/pl.po: Update from translation team.
13405
13406         * nscd/nscd.c (main): Fix typo in message.
13407         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
13408
13409 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13410
13411         [BZ #3291]
13412         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
13413         errno.h, signal.h, unistd.h and sysdep-cancel.h.
13414         (__sigprocmask): Define.
13415
13416 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
13417
13418         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
13419         used.
13420
13421 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13422
13423         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
13424         in oldtotal and newtotal calculation.
13425         * nscd/nscd-client.h (struct mapped_database): Add datasize
13426         field.
13427         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
13428         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
13429         increased.
13430         (__nscd_cache_search): Add checks to make sure we never reference
13431         data beyond the current mapping.
13432
13433 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13434
13435         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
13436         variables const to avoid compiler warnings.
13437
13438         * io/fts.c (fts_close): Remove redundant checks.
13439         (fts_build): Likewise.
13440         (fts_palloc): Likewise.
13441
13442         * manual/message.texi (Advanced gettext functions,
13443         Using gettextized software): Fix typos.
13444
13445 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
13446
13447         * posix/glob.c (glob_in_dir): Add some comments and asserts to
13448         explain why there are no leaks.
13449
13450 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
13451
13452         * libio/wmemstream.c: Include <wchar.h>.
13453         * libio/bug-wmemstream1.c: Likewise.
13454         * libio/tst-wmemstream1.c: Likewise.
13455         * libio/tst-wmemstream2.c: Likewise.
13456
13457         * version.h (RELEASE): Bump to 2.5.
13458         * README: Regenerated.
13459
13460         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
13461
13462         [BZ #3273]
13463         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
13464         found no group members.
13465         Patch by Petr Baudis.
13466
13467 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
13468
13469         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
13470         assert bootstrap_map.l_tls_modid is zero.
13471         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
13472         if USE___THREAD.
13473
13474 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
13475
13476         * libio/stdio.h: Move open_wmemstream prototype to ...
13477         * wcsmbs/wchar.h: ... here.
13478
13479 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
13480
13481         [BZ #3252]
13482         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
13483         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
13484         __{,l}chown to handle the rest.
13485         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
13486         fchownat syscall and __ASSUME_32BITUIDS case inline, call
13487         __{,l}chown to handle the rest.
13488         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
13489         i386/fchownat.c.
13490         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
13491         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
13492
13493         [BZ #3253]
13494         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
13495         time, rather allocate increasingly bigger arrays of pointers, if
13496         possible with alloca, if too large with malloc.
13497
13498 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
13499
13500         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
13501
13502         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
13503
13504 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
13505
13506         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
13507         home addresses.
13508         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
13509         IFA_F_HOMEADDRESS flag for interfaces.
13510         * include/ifaddrs.h (struct in6addrinfo): Define
13511         in6ai_homeaddress.
13512
13513 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
13514
13515         [BZ #3225]
13516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
13517         PTR_DEMANGLE3): Define.
13518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
13519         PTR_DEMANGLE3): Likewise.
13520         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
13521         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
13522         Likewise.
13523         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13524
13525 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
13526
13527         * po/libc.pot: Regenerated.
13528         * po/be.po: Updated.
13529         * po/ca.po: Likewise.
13530         * po/cs.po: Likewise.
13531         * po/da.po: Likewise.
13532         * po/de.po: Likewise.
13533         * po/el.po: Likewise.
13534         * po/en_GB.po: Likewise.
13535         * po/es.po: Likewise.
13536         * po/fi.po: Likewise.
13537         * po/fr.po: Likewise.
13538         * po/gl.po: Likewise.
13539         * po/hr.po: Likewise.
13540         * po/hu.po: Likewise.
13541         * po/ja.po: Likewise.
13542         * po/ko.po: Likewise.
13543         * po/nb.po: Likewise.
13544         * po/nl.po: Likewise.
13545         * po/pl.po: Likewise.
13546         * po/pt_BR.po: Likewise.
13547         * po/ru.po: Likewise.
13548         * po/rw.po: Likewise.
13549         * po/sk.po: Likewise.
13550         * po/sv.po: Likewise.
13551         * po/tr.po: Likewise.
13552         * po/zh_CN.po: Likewise.
13553         * po/zh_TW.po: Likewise.
13554
13555         [BZ #3137]
13556         * iconv/iconv_prog.c (main): Fix spelling in error message.
13557         * iconv/iconvconfig.c (main): Likewise.
13558         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
13559         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
13560         * locale/programs/localedef.c (main): Likewise.
13561         * locale/programs/repertoire.c (repertoire_read): Likewise.
13562         * timezone/zdump.c (main): Likewise.
13563         * nscd/connections.c (handle_request): Fix spelling in log message.
13564         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
13565
13566 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
13567
13568         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
13569         interfaces.
13570
13571 2006-09-20  Andreas Jaeger  <aj@suse.de>
13572
13573         * math/libm-test.inc (lrint_test_upward): Fix typo.
13574
13575 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
13576
13577         [BZ #2592]
13578         * math/libm-test.inc (lrint_test_tonearest): New function.
13579         (lrint_test_towardzero): New function.
13580         (lrint_test_downward): New function.
13581         (lrint_test_upward): New function.
13582         (main): Run these new tests.
13583         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
13584         of values near to 0.
13585         (two52): Use double not long double.
13586         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
13587         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
13588         (two23): Use float not double.
13589         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
13590         (two23): Use float not double.
13591         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
13592         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
13593         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
13594         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
13595
13596 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13597
13598         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
13599         Cast sp to unsigned long to avoid compiler warning.
13600         Use __makecontext_ret function instead of a trampoline on the stack.
13601         (__makecontext_ret): New function.
13602         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
13603
13604 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
13605
13606         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
13607         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
13608         bits.
13609
13610 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
13611
13612         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
13613         sure no reference to the unloaded map's search list remains in the
13614         dependency's scope.
13615
13616 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13617
13618         * elf/Makefile: Add rules to build and run unload7 test.
13619         * elf/unload7.c: New test.
13620         * elf/unload7mod1.c: New file.
13621         * elf/unload7mod2.c: New file.
13622
13623 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
13624
13625         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
13626         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
13627         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13628         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
13629         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13630         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
13631         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13632         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
13633         PTRACE_GETEVENTMSG): Likewise.
13634         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
13635         values.
13636
13637 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
13638
13639         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
13640         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13641         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
13642         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
13643
13644 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13645
13646         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
13647         write '\0' to the fd.
13648         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
13649         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
13650         Change regs to unsigned long pointer from unsigned int, fix fscr
13651         offset.
13652
13653 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13654
13655         * io/Makefile (CFLAGS-fstatat.c): Set.
13656         (CFLAGS-fstatat64.c): Likewise.
13657         (CFLAGS-mknodat.c): Likewise.
13658
13659         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
13660         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
13661         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
13662         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
13663
13664 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13665             Steven Munroe  <sjmunroe@us.ibm.com>
13666
13667         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
13668         names to the beginning.  Rename "cell" to "cellbe".
13669         (_dl_powerpc_platforms): New.
13670         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
13671         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
13672         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
13673         (_DL_HWCAP_PLATFORM): Define to new mask.
13674         (_dl_platform_string, _dl_string_platform): New functions.
13675         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
13676         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
13677
13678 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
13679
13680         [BZ #2526]
13681         * README.libm: Fix a thinko in sqrt algorithm description.
13682
13683         [BZ #3143]
13684         * manual/string.texi (argz_delete): Fix prototype.
13685         Patch by <alpt@freaknet.org>.
13686
13687 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
13688
13689         [BZ #3138]
13690         * io/test-lfs.c (do_prepare): Give name_len type size_t.
13691         * io/tst-fcntl.c (do_prepare): Likewise.
13692         * posix/tst-exec.c (do_prepare): Likewise.
13693         * posix/tst-preadwrite.c (do_prepare): Likewise.
13694         * posix/tst-spawn.c (do_prepare): Likewise.
13695         * posix/tst-truncate.c (do_prepare): Likewise.
13696         * rt/tst-aio.c (do_prepare): Likewise.
13697         * rt/tst-aio64.c (do_prepare): Likewise.
13698         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
13699         size_t.
13700
13701 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
13702
13703         [BZ #2821]
13704         * time/mktime.c (guess_time_tm): Fix overflow detection.
13705         * time/Makefile (tests): Add bug-mktime1.
13706         * time/bug-mktime1.c: New file.
13707
13708         [BZ #3189, #3188]
13709         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
13710         (mremap): Likewise.
13711
13712 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
13713
13714         [BZ #1006]
13715         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13716         Ensure relocation doesn't clobber any bits outside of the
13717         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
13718         R_SPARC_HI22 and R_SPARC_H44.
13719
13720         [BZ #2775]
13721         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
13722         (long) (MINSIZE + nb - old_size) is positive.
13723
13724         * malloc/arena.c (grow_heap): When growing bail even if new_size
13725         is negative.
13726
13727         [BZ #3155]
13728         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
13729         stack below r1.
13730
13731 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13732
13733         * posix/regex_internal.c (re_string_reconstruct): Handle
13734         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13735         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13736         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13737         re_string_context_at.
13738         * posix/Makefile: Add rules to build and run bug-regex26 test.
13739         * posix/bug-regex26.c: New test.
13740
13741         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
13742         rather than col_sym_free.  Move seqp declaration earlier.
13743
13744         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
13745
13746 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
13747
13748         * nscd/initgrcache.c (addinitgroupsX): Move any_success
13749         decl before first goto out.
13750
13751 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13752
13753         * Makerules (shlib.lds): If have-hash-style, put .hash section
13754         at the end of the RO segment.
13755
13756 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
13757
13758         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
13759         style hash table format is used.
13760
13761 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13762
13763         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
13764         randomization rather than before.
13765         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
13766
13767 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
13768
13769         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
13770
13771         * malloc/malloc.c (_int_malloc): Use full list insert and not
13772         shortcut which assumes the list is empty for large requests
13773         too.
13774
13775         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
13776
13777 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
13778
13779         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
13780         and offout arguments to the prototype.
13781         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
13782         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
13783         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
13784         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
13785         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
13786         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
13787         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
13788         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
13789
13790 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
13791
13792         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
13793
13794         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
13795         dlopen parameters.
13796
13797 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
13798
13799         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
13800         only if herrno is NETDB_INTERNAL.  Handle errors other than
13801         ERANGE outside of the loops, handle TRY_AGAIN.
13802
13803         * locale/programs/ld-ctype.c (translit_flatten): Issue error
13804         if other's ctype category was missing.
13805         * locale/programs/ld-collate.c (collate_read): Return if
13806         copy_locale's collate category is missing.
13807
13808 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
13809
13810         [BZ #2684]
13811         * malloc/malloc.c (public_rEALLOc): Try harder by using other
13812         arenas if allocation failed.
13813         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
13814
13815 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
13816
13817         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
13818         waste bins[0..1].
13819         (malloc_state): Reduce bins size by 2.
13820         (_int_malloc): Fix test for large enough buffer for early termination.
13821         When no unsorted block matches perfectly and an exiting block has
13822         to be split, use full list insert and not shortcut which assumes
13823         the list is empty.
13824
13825         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
13826         failure.
13827
13828 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13829
13830         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
13831         do anything.
13832
13833         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
13834         symbol require exact match (these are PLTs).
13835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13836         (_dl_ppc64_addr_sym_match): Likewise.
13837
13838         [BZ #2683]
13839         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
13840         If symbol has a value use it.
13841         * elf/tst-dladdr1.c: New file.
13842         * elf/Makefile: Add rules to build and run tst-addr1.
13843
13844 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
13845
13846         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
13847         keeps failing and heap growth or new heap creation isn't
13848         successful either.
13849         * malloc/tst-malloc.c (main): Add new tests.
13850
13851 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13852
13853         [BZ #2734]
13854         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
13855         as in the x86-64 code to use bswap.
13856
13857 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
13858
13859         [BZ #2680]
13860         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
13861         __USE_UNIX98.
13862         * posix/bits/unistd.h: Likewise.
13863
13864 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
13865
13866         [BZ #2751]
13867         * string/strchr.c: Add cast to avoid warning.
13868
13869 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13870
13871         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
13872         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
13873         limit is needed to avoid the exploding of the address space
13874         requirement for secondary heaps.
13875         * malloc/arena.c (HEAP_MAX_SIZE): Define using
13876         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
13877
13878 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
13879
13880         [BZ #3018]
13881         * Makerules (depfiles): Handle extra-test-objs the same as
13882         extra-objs.
13883         (common-mostlyclean): Likewise.
13884         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
13885         instead.
13886         * elf/Makefile (extra-objs): Likewise.
13887         * stdlib/Makefile (extra-objs): Likewise.
13888
13889 2006-08-14  Eric Blake  <ebb9@byu.net>
13890
13891         [BZ #3044]
13892         * misc/error.h: Assume C89 or better.
13893         * misc/error.c: Likewise.
13894
13895 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13896
13897         [BZ #3040]
13898         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
13899         __ASSUME_ATFCTS is defined.
13900
13901 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
13902
13903         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
13904         to sort in each call.
13905
13906         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
13907         is empty simply return and use next service.
13908         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
13909
13910         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
13911         tells us when not finding a charmap file is an error.
13912         * locale/programs/charmap.h: Adjust charmap_read prototype.
13913         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
13914         cannot find a charmap.
13915         * locale/programs/localedef.c (main): Adjust charmap_read call.
13916
13917 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
13918
13919         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
13920         sysdeps/posix/pause.c implementation instead.
13921
13922 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
13923
13924         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
13925         to EPERM.
13926
13927 2006-08-13  Andreas Schwab  <schwab@suse.de>
13928
13929         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
13930         Don't clobber caller's LRSAVE.
13931         (_dl_prof_resolve): Likewise.
13932
13933 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
13934
13935         [BZ #1996]
13936         * libio/memstream.c (open_memstream): Allocate initial buffer with
13937         calloc.
13938         * libio/wmemstream.c (open_wmemstream): Likewise.
13939         * libio/strops.c: Pretty printing.
13940         (_IO_str_overflow): Clear uninitialized part of the new buffer.
13941         (enlarge_userbuf): New function.
13942         (_IO_str_seekoff): Call it if seek position is larger than current
13943         buffer.
13944         * libio/wstrops.c: Likewise.
13945         * libio/vasprintf.c: Add comment as to why we do not have to use
13946         calloc instead of malloc to allocate initial buffer.
13947         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
13948         * libio/bug-memstream1.c: New file.
13949         * libio/bug-wmemstream1.c: New file.
13950
13951 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13952
13953         * libio/wstrops.c: Remove dead macro definitions and comments.
13954         * libio/strops.c: Likewise.
13955
13956         [BZ #2764]
13957         * login/utmpname.c (__utmpname): Remove unnecessary test.
13958
13959 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
13960
13961         [BZ #2832]
13962         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
13963         0s from integers.
13964
13965 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13966
13967         [BZ #2987]
13968         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
13969         for CPU clocks.
13970         * sysdeps/unix/clock_settime.c: Add support for platform-specific
13971         setting of CPU clocks.
13972
13973 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13974
13975         [BZ #2841]
13976         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
13977         since C99 requires the result to promote to 'int' when uint_least8_t
13978         and uint_least16_t promote to 'int'.
13979
13980 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13981
13982         [BZ #3013]
13983         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
13984         lenght of one output field, correct bitmask creation.
13985         * locale/programs/ld-time.c: Add alignment.
13986
13987         [BZ #2997]
13988         * misc/error.c: Add space between program name and message if file
13989         name is missing.
13990
13991 2006-08-03  Eric Blake  <ebb9@byu.net>
13992
13993         [BZ #2998]
13994         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
13995
13996 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
13997
13998         * malloc/memusagestat.c: Silence warnings.
13999
14000         * malloc/malloc.c: Dynamically size mmap treshold if the program
14001         frees mmaped blocks.
14002         Patch by Valerie Henson and Arjan van de Ven.
14003
14004 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
14005
14006         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
14007         __USE_GNU.
14008
14009         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
14010         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
14011         (DEF): Don't put the var into .gnu.linkonce.r.* section.
14012         Only provide var definitions in strtol_l (or for *ull*
14013         in strtoll_l).
14014
14015         * stdio-common/bug16.c (tests): New array.
14016         (do_tests): Allow the first hexadecimal digit
14017         to be 1, 2, 4 or 8.  Do 3 additional tests.
14018
14019         * sysdeps/s390/fpu/libm-test-ulps: Update.
14020
14021         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
14022         fchownat syscall if available.
14023         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
14024         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
14025         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14026
14027 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
14028
14029         * nis/nis_xdr.c: Avoid some function calls.
14030
14031 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
14032             Ulrich Drepper  <drepper@redhat.com>
14033
14034         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
14035         short cut if only one name component is stripped away.
14036
14037 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
14038
14039         * nis/nis_call.c: Minor cleanups throughout.
14040         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
14041         (first_shoot): Add search_parent_first parameter.  Only if it is set
14042         search parent server first.
14043         If directory for table found through cold start cache is not the same
14044         as referenced in the cache, don't use it.
14045         (__nisfind_server): Take additional parameter.  Pass it on to
14046         first_shoot.
14047         (__prepare_niscall): Adjust __nisfind_server call.
14048         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
14049         * nis/nis_table.c: Adjust __nisfind_server call.
14050         * nis/nis_lookup.c: Likewise.
14051         (nis_lookup): Don't loop endlessly if name is reduced to ".".
14052
14053 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
14054
14055         [BZ #2182]
14056         * math/s_cacosh.c: Return values from positive branch.
14057         * math/s_cacoshf.c: Likewise.
14058         * math/s_cacoshl.c: Likewise.
14059
14060         [BZ #2883]
14061         * sysvipc/sys/msg.h: Change return value to ssize_t.
14062         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
14063         * sysvipc/msgrcv.c: Likewise.
14064         * include/sys/msg.h: Likewise.
14065
14066         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
14067         test introduced in patch for bz #661.
14068         (getgrouplist): Simplify code a bit.  Don't allocate one additional
14069         element for NEWGROUPS.
14070
14071         [BZ #2908]
14072         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
14073         'f', use '1' as leading digit not '\1'.
14074         * stdio-common/Makefile (tests): Add bug16.
14075         * stdio-common/bug16.c: New file.
14076
14077         [BZ #2914]
14078         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
14079         and don't try to open it.  The patch introducing the macro
14080         contained a bug and used the same file name as the new file
14081         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
14082         this out completely.
14083
14084         [BZ #2926]
14085         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
14086         Patch by Jerry James <Jerry.James@usu.edu>.
14087
14088         * rt/Makefile (tests): Add tst-clock2.
14089         * rt/tst-clock2.c: New file.
14090
14091         [BZ #2978]
14092         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
14093         function and its parameters and pass it to new thread.
14094         (__gai_notify): Add support for alternative waiting for completion.
14095         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
14096         waiting for completion.
14097         * resolv/getaddrinfo_a.c: Likewise.
14098         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
14099         waiting for completion is used.
14100         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
14101         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
14102         * resolv/gai_error.c: Likewise.
14103         * resolv/gai_sigqueue.c: Likewise.
14104
14105 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
14106
14107         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
14108         errno to EBADF and return MACH_PORT_NULL.
14109
14110 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
14111
14112         [BZ #2980]
14113         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
14114
14115 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
14116
14117         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
14118         walk them instead of the symbol table.
14119
14120 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
14121
14122         [BZ #2098]
14123         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
14124         status of NSS calls, not the number of returned entries.
14125
14126         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
14127         request_key, keyctl.
14128
14129 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14130
14131         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
14132
14133 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
14134
14135         * elf/tst-auditmod1.c: Fix typo in #error.
14136
14137 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14138
14139         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
14140
14141         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
14142
14143 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
14144
14145         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
14146         that the directory is empty even on non-POSIX filesystems.
14147
14148 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
14149
14150         * elf/dl-open.c (dl_open_worker): Add branch prediction.
14151
14152         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
14153         the backend NSS module.  If backend setgrent call failed, don't have
14154         internal_setgrent fail.  Just remember this until it is needed.
14155         * nis/nss_compat/compat-pwd.c: Likewise.
14156         * nis/nss_compat/compat-spwd.c: Likewise.
14157
14158 2006-07-30  Roland McGrath  <roland@redhat.com>
14159
14160         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
14161         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
14162         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
14163         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
14164
14165         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
14166         (nanosleep_not_cancel): New macro.
14167         (sigsuspend_not_cancel): new macro.
14168         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
14169         (do_sigsuspend): Define as inline.
14170         (__sigsuspend): Always use do_sigsuspend.
14171         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
14172         * include/signal.h: Declare __sigsuspend_nocancel.
14173         * sysdeps/posix/pause.c
14174         [! NO_CANCELLATION] (__pause_nocancel): New function.
14175
14176         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
14177         * include/time.h (__nanosleep_nocancel): Likewise.
14178
14179 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
14180
14181         * locale/programs/localedef.c (add_to_readlist): Rename local
14182         variables to avoid confusion.
14183
14184         * locale/programs/charmap.c (charmap_read): Emit error message if
14185         charmap couldn't be found or read.
14186
14187 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
14188
14189         * sysdeps/unix/sysv/linux/kernel-features.h: Define
14190         __ASSUME_FUTEX_LOCK_PI.
14191         * include/time.h: Declare __nanosleep_nocancel.
14192         * include/unistd.h: Declare __pause_nocancel.
14193
14194         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
14195         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
14196         get the __stack_chk_fail_local definition when it's needed.
14197
14198 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
14199
14200         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
14201         * dlfcn/bug-atexit3.c: New file.
14202         * dlfcn/bug-atexit3-lib.cc: New file.
14203
14204         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
14205         used when the namespace is not the base namespace.
14206
14207 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
14208
14209         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
14210         (__new_exitfn): Bump it in every successful call.
14211         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
14212         more exit handlers, call them right away.
14213         * stdlib/exit.h: Declare __new_exitfn_called.
14214
14215 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
14216
14217         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
14218         calling registered handler.
14219
14220         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
14221         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14222         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14223         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14224         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14225         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14226         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14227         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14228
14229 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
14230
14231         * elf/dl-lookup.c (dl_new_hash): New functions.
14232         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
14233         value here.  Compute new-style hash value.  Pass new hash value
14234         and reference to variable with the old value to do_lookup_x.
14235         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
14236         old-style hash table.
14237         (_dl_debug_bindings): Pass new hash value and reference to variable
14238         with the old value to do_lookup_x.
14239         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
14240         new-style hash value and change old-style hash value parameter to
14241         be a reference.  Reoganize functions to determine whether
14242         new-style hash table is available.  Only fall back on old-style
14243         table.  If old-style hash value is needed, compute it here.
14244         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
14245         entry.
14246         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
14247         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
14248         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
14249         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
14250         * Makeconfig: If linker supports --hash-style option add it to all
14251         linker command lines to build DSOs.
14252         * config.make.in: Define have-hash-style.
14253         * configure.in: Test whether linker supports --hash-style option.
14254
14255         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
14256         * sysdeps/generic/ldsodefs.h: Adjust prototype.
14257
14258 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
14259
14260         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
14261         auditing.
14262
14263         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
14264         RPATH of main map twice.
14265
14266 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
14267
14268         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
14269         look further, return original strings.
14270         (_nl_find_msg): Do not return found translation if the conversion
14271         failed.  Either signal the string is unusable or that something went
14272         wrong and the original should be used.
14273
14274 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
14275
14276         * string/_strerror.c (__strerror_r): Add __builtin_expect.
14277
14278 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
14279
14280         [BZ #2766]
14281         * misc/insremque.c (insque): Handle prev == NULL.
14282         * misc/Makefile (tests): Add tst-insremque.
14283         * misc/tst-insremque.c: New test.
14284
14285 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
14286
14287         [BZ #2792]
14288         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
14289         conflict with DL_DST_REQUIRED.
14290
14291 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
14292
14293         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
14294         match what Solaris does.
14295
14296 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
14297
14298         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
14299         local_setegid instead of seteuid and setegid.
14300         * sysdeps/generic/local-setxid.h: New file.
14301         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
14302
14303         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
14304
14305         * string/Makefile (tests): Add bug-envz1.
14306         * string/bug-envz1.c: New file.
14307
14308 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14309
14310         * posix/regex_internal.c (re_string_skip_chars): If no character has
14311         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
14312         to the byte which couldn't be converted.
14313         (re_string_reconstruct): Don't clear valid_raw_len before calling
14314         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14315         tip_context using re_string_context_at.
14316         * posix/Makefile: Add rules to build and run bug-regex25 test.
14317         * posix/bug-regex25.c: New test.
14318
14319 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
14320
14321         [BZ #2703]
14322         * string/envz.c (envz_strip): Correct erroneously reversed src
14323         and dest parameters to memmove() invocation.
14324
14325 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
14326
14327         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
14328         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
14329         to make sure the database has been already invalidated.
14330         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
14331         after the cache has been invalidated.  Use pthread_mutex_lock rather
14332         than pthread_mutex_trylock if fd != -1.
14333         * nscd/connections.c (invalidate_cache): Add fd argument, write
14334         response to fd if not calling prune_cache, pass fd to prune_cache.
14335         (handle_request): Adjust invalidate_cache caller.
14336         (nscd_run): Pass -1 as fd to prune_cache.
14337
14338 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
14339
14340         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
14341         the correct place.
14342
14343 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
14344
14345         * nscd/nscd.h (struct database_dyn): Add prunelock field.
14346         * nscd/cache.c (prune_cache): Take prunelock before starting the
14347         work.  Just return in case it is already taken.
14348         * nscd/connections.c (dbs): Initialize .prunelock.
14349
14350 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
14351
14352         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
14353         copying.  No need to allocate new array for group members.  Just
14354         move the pointers and update the size.
14355
14356         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
14357         Avoid memory leak in case realloc fails.  Simplification for
14358         better code generation.
14359
14360         Avoid deprecation warning because of libc_hidden_proto for
14361         inet6_option_alloc.
14362         * inet/inet6_option.c (option_alloc): Renamed from
14363         inet6_option_alloc.  Made static.
14364         (inet6_option_alloc): Now a simple wrapper around option_alloc.
14365         (inet6_option_append): Call option_alloc.
14366         * include/netinet/in.h: Remove libc_hidden_proto for
14367         inet6_option_alloc.
14368
14369         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
14370         for cleanup when cb!=NULL [Coverity CID 233].
14371
14372 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
14373
14374         [BZ #2693]
14375         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
14376         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
14377         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
14378         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
14379         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
14380         and inet6_rth_getaddr.
14381         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
14382         array.
14383         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
14384         Mark inet6_option_* interfaces as deprecated.
14385         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
14386         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
14387         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
14388         inet6_rth_segments, and inet6_rth_getaddr.
14389         * inet/inet6_opt.c: New file.
14390         * inet/inet6_rth.c: New file.
14391
14392         * inet/netinet/icmp6.h: Pretty printing.
14393
14394         [BZ #2683]
14395         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
14396
14397 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
14398
14399         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
14400         doing it all here.  When server does not know the answer do not
14401         fail immediate, try parent first.
14402
14403         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
14404         overflow test.
14405
14406 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
14407
14408         * nis/nis_call.c (__prepare_niscall): New function.  Split out
14409         from __do_niscall.
14410         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
14411         and exported.
14412         (__follow_path): New function.  Split out from nis_list.
14413         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
14414         _xdr_nis_result.
14415         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
14416         _xdr_nis_result.
14417         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
14418         and __follow_path.
14419         * nis/Versions: Export __prepare_niscall, __create_ib_request,
14420         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
14421         from libnsl for version GLIBC_PRIVATE.
14422         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
14423         Remove entry parameter from _nss_nisplus_parse_pwent and
14424         _nss_nisplus_parse_grent.
14425         * nis/nss_nisplus/nisplus-parser.c: Likewise.
14426         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
14427         again.  Rewrite getpwent handling to not use nis_first_entry and
14428         nis_next_entry.  Roll out own niscall handling.
14429         * nis/nss_nisplus/nisplus-grp.c: Likewise.
14430
14431         * sunrpc/xdr_rec.c: Fix typo in comment.
14432
14433 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
14434
14435         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
14436         handling.
14437
14438         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
14439         to allocate memory for my_pollfd.  Better initialization of
14440         cb_is_running.  Use TEMP_FAILURE_RETRY.
14441
14442         * malloc/memusage.sh (memusageso): Add quotes.
14443         (memusagestat): Likewise.
14444         * debug/xtrace.sh (pcprofileso): Likewise.
14445         (pcprofiledump): Likewise.
14446         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
14447         replacement.
14448         * malloc/Makefile ($(objpfx)memusage): Likewise.
14449
14450         * nis/nis_callback.c (__nis_create_callback): Calls to
14451         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
14452         asprintf call fails.
14453
14454         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
14455         no uninitialized memory is passed to sendto.
14456
14457 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14458
14459         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
14460         of snprintf+strdup.  Handle OOM.
14461         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
14462         cb->serv together.  Remove now obsolete free calls.
14463         (__nis_destroy_callback): Remove now obsolete free call.
14464
14465 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
14466
14467         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
14468         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
14469         and ULA respectively). Set precedence for IPv4 address to 10 as
14470         defined in RFC3484 for preferring IPv6.
14471         * posix/gai.conf: Update to match the new default tables.
14472
14473 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
14474
14475         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
14476         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
14477         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
14478         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
14479
14480         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
14481         Removed.
14482         (init_nss_interface): Remove initialization of these variables.
14483
14484 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14485
14486         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
14487         nis_free_directory forward to avoid duplication.
14488
14489 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
14490
14491         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
14492         rec_dirsearch returning NULL.
14493         (first_shoot): Handle __nis_finddirectory returning NULL.
14494         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
14495
14496         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
14497         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
14498
14499 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
14500
14501         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
14502         pid changed.
14503
14504 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
14505
14506         * include/rpc/pmap_prot.h: Mark all functions as hidden.
14507
14508         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
14509         * nscd/nscd_getgr_r.c: Likewise.
14510
14511         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
14512
14513         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
14514         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
14515
14516         * stdlib/longlong.h (__clz_tab): Mark as hidden.
14517
14518         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
14519
14520         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
14521
14522         * include/rpc/auth.h: Mark xdr_des_block_internal and
14523         xdr_opaque_auth_internal as hidden.
14524
14525         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
14526         hidden.
14527
14528         * include/rpc/xdr.h: Mark all _internal functions as hidden.
14529
14530         * misc/getusershell.c (okshells): Don't use static initializers,
14531         do it dynamically.
14532
14533         * stdlib/fmtmsg.c (keywords): Change type of len element to
14534         uint32_t to not waste space on 64bit machines.
14535
14536         * locale/setlocale.c: Change _nl_category_names into a string.
14537         Add new _nl_category_name_idxs.  Change all users.
14538         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
14539         Declare _nl_category_name_idxs.
14540         * locale/findlocale.c: Adjust for _nl_category_names change.
14541         * locale/loadlocale.c: Likewise.
14542         * locale/newlocale.c: Likewise.
14543         * intl/dcigettext.c: Likewise.
14544
14545         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
14546         (add_alias2): ...here.  New function.
14547         (__gconv_read_conf): Simplify builtin alias handling.
14548         (builtin_aliases): Convert to string to avoid relocations.
14549         * iconv/gconv_builtin.h: Add comment about correct formatting.
14550
14551 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
14552
14553         * resolv/res_debug.c (loc_ntoa): Make error const.
14554
14555 2006-05-14  Andreas Schwab  <schwab@suse.de>
14556
14557         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
14558
14559 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
14560
14561         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
14562         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
14563         sizeof (cpu_set_t).
14564
14565 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
14566
14567         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
14568
14569         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
14570
14571         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
14572         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
14573
14574         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
14575         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
14576
14577         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
14578         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
14579         xdr_cback_data.
14580
14581         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
14582         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14583         xdr_ypupdate_args.
14584
14585         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
14586         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
14587
14588         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
14589         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
14590
14591         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
14592         * include/rpcsvc/nis_callback.h: New file.
14593
14594         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
14595         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
14596
14597         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14598         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14599
14600         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
14601         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
14602
14603         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14604         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14605
14606         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
14607         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14608         xdr_ypdelete_args.
14609
14610         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
14611         __BEGIN_DECLS and __END_DECLS, the header is not installed.
14612
14613         * nis/nis_error.c: Remove table of strings.  Use position
14614         independent mechanism.
14615         * nis/nis_error.h: New file.
14616
14617 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
14618
14619         * locale/programs/ld-time.c (time_finish): If wide era name or
14620         format aren't provided, set both wname and wformat to L"".
14621
14622 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14623
14624         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
14625         results if the call was succesful.
14626
14627         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
14628
14629         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
14630         as hidden.
14631
14632 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
14633
14634         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
14635
14636 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14637
14638         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
14639         caller makes sure this is not the case.
14640         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
14641
14642 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
14643
14644         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
14645         calls.
14646
14647         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
14648         [Coverity CID 229, 230]
14649
14650         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
14651         DGETTEXT calls.
14652         (hol_help): Likewise.  [Coverity CID 226, 227]
14653
14654         * string/argz-replace.c (__argz_replace): Unconditionally call
14655         free on SRC.  [Coverity CID 225]
14656
14657         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
14658         the return value of __nis_default_owner and __nis_default_group,
14659         it has been especially allocated.  [Coverity CID 224]
14660
14661         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
14662         searchgroup and searchowner.  Significantly simplified.
14663         (__nis_default_owner): Remove duplication.  Do not locally copy the
14664         string before duplicating it.
14665         (__nis_default_group): Likewise.
14666
14667         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
14668         we must clear the variable before calling __nisfind_server.
14669
14670         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
14671         nis_getnames.  [Coverity CID 223]
14672
14673         * locale/programs/locfile.c (locfile_read): Use alloca instead of
14674         xmalloc to allocate local repertoire name.  [Coverity CID 222]
14675
14676         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
14677         allocate memory for the input to add_bytes.  [Coverity CID 221]
14678
14679         * posix/wordexp.c (w_addword): Free word if realloc fails and it
14680         was allocated here.  [Coverity CID 219, 220]
14681
14682         * posix/getconf.c (print_all): Free confstr data after printing.
14683         [Coverity CID 218]
14684
14685         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
14686         list allocation fails.  [Coverity CID 215]
14687
14688         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
14689         [Coverity CID 213]
14690
14691         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
14692         string is NULL.  [Coverity CID 212]
14693         * argp/Makefile: Add rules to build and run bug-argp1.
14694         * argp/bug-argp1.c: New file.
14695
14696         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
14697         end of string.
14698         * stdlib/canonicalize.c (__realpath): Likewise.
14699
14700         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
14701         pointer.  [Coverity CID 206]
14702
14703         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
14704         in statically linked code.
14705         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
14706         statically built code, be prepared to have no link map.
14707         [Coverity CID 205]
14708
14709         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
14710         dgettext calls. [Coverity CID 204]
14711
14712         * argp/argp-help.c (struct uparams): Remove valid member.  Change
14713         the one user.
14714         (uparam_names): Reduce size.  Avoid relative relocations.
14715         Moved to read-only segment.
14716         (fill_in_uparams): Update for new layout.
14717
14718         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
14719         assumed to always be != NULL. [Coverity CID 202]
14720
14721         * argp/argp-help.c (hol_entry_help): Remove some dead code
14722         [Coverity CID 200].
14723
14724         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
14725         away a few more unconditional yperr2nss calls.
14726         (_nss_nis_getservbyname_r): Likewise.
14727
14728 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
14729
14730         * sysdeps/generic/ldsodefs.h: Remove support for non-core
14731         architectures.
14732
14733         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
14734         that unused memory passed to sendto is nevertheless initialized.
14735
14736         [BZ #2499]
14737         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
14738         possibly unaligned memory accesses.
14739
14740         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
14741         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
14742         and __putlong respectively.  Correct buffer overflow check for
14743         NS_NOTIFY_OP.
14744
14745         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
14746
14747         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
14748         (send_dg): Rewrite error handling to be more compact and avoid
14749         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
14750
14751         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
14752
14753         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
14754         instead of ns_get16.
14755         (res_queriesmatch): Likewise.  Minor optimization.
14756
14757         [BZ #2499]
14758         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
14759         __libc_res_nsend might reallocate the buffer for the answer.  In
14760         this case we have to reload the HP pointer.
14761
14762 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14763
14764         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
14765         some branch prediction hints.
14766
14767         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
14768         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14769         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14770         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14771         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14772         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14773         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14774         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14775
14776 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14777
14778         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
14779         by a GOT relocation to make Scrt1.o position independent.
14780         * sysdeps/s390/s390-64/elf/start.S: Likewise.
14781
14782         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
14783         six system call parameters.
14784         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
14785
14786 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14787
14788         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
14789         malloc&bzero.
14790
14791         * sunrpc/svc_udp.c (BZERO): Remove definition.
14792         (CALLOC): Define.
14793         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
14794
14795         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
14796         (des_SPtrans): Use uint32_t type.
14797         (des_skb): Likewise.
14798
14799         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
14800
14801 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
14802
14803         [BZ #2509]
14804         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
14805         on 32-bit arches.
14806
14807 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14808
14809         * locale/programs/ld-address.c (address_finish): Fix one more
14810         place where the iso639 array might be accessed beyond the limits.
14811
14812 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
14813
14814         * nis/nis_table.c (nis_list): Avoid clearing res twice before
14815         filling it for the first time.
14816
14817         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
14818         Adjust all callers.
14819         Free res object content before returning.
14820
14821         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
14822
14823         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
14824         client->cl_auth.
14825
14826         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
14827         cleanup for initial thread, just the free call on TVP.
14828
14829         * nscd/gai.c (__getline): Define.
14830
14831
14832 See ChangeLog.16 for earlier changes.